Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dsyerp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
dsyerp
Commits
0df78806
Commit
0df78806
authored
Apr 20, 2023
by
wxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始修复DBerp换点点达erp
parent
1fa82420
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
23 deletions
+20
-23
module/Admin/view/admin/home/index.phtml
module/Admin/view/admin/home/index.phtml
+5
-5
module/Admin/view/admin/index/index.phtml
module/Admin/view/admin/index/index.phtml
+1
-3
module/Admin/view/layout/footer.phtml
module/Admin/view/layout/footer.phtml
+1
-1
module/Admin/view/layout/header.phtml
module/Admin/view/layout/header.phtml
+4
-5
module/Admin/view/layout/layout.phtml
module/Admin/view/layout/layout.phtml
+4
-4
module/Admin/view/layout/left-menu.phtml
module/Admin/view/layout/left-menu.phtml
+5
-5
No files found.
module/Admin/view/admin/home/index.phtml
View file @
0df78806
...
@@ -28,12 +28,12 @@
...
@@ -28,12 +28,12 @@
</script>
</script>
<?php
}
?>
<?php
}
?>
<?php
if
(
empty
(
$this
->
serviceBind
[
'key'
]))
{
?>
<?php
if
(
empty
(
$this
->
serviceBind
[
'key'
]))
{
?>
<div
class=
"col-md-12"
>
<
!--<
div class="col-md-12">
<div class="callout callout-danger">
<div class="callout callout-danger">
<h4>
<?php
echo
$this
->
translate
(
'重要提示'
);
?>
</h4>
<h4>
<?php
/*echo $this->translate('重要提示'); */
?>
</h4>
<p>
<?php
echo
$this
->
translate
(
'您还没有进行服务绑定,官方建议您优先进行服务绑定处理。绑定后,可以在线进行系统更新、插件安装等等,进一步对系统进行优化。'
);
?>
<a
href=
"
<?php
echo
$this
->
url
(
'service-bind'
);
?>
"
class=
"btn btn-success"
style=
"text-decoration: none;"
>
<?php
echo
$this
->
translate
(
'点击去设置服务绑定'
);
?>
</a></p>
<p>
<?php
/*echo $this->translate('您还没有进行服务绑定,官方建议您优先进行服务绑定处理。绑定后,可以在线进行系统更新、插件安装等等,进一步对系统进行优化。'); */
?>
<a href="
<?php
/*echo $this->url('service-bind'); */
?>
" class="btn btn-success" style="text-decoration: none;">
<?php
/*echo $this->translate('点击去设置服务绑定'); */
?>
</a></p>
</div>
</div>
</div>
</div>
-->
<?php
}
?>
<?php
}
?>
<?php
if
(
$this
->
newPackage
==
1
||
$this
->
pluginPackage
==
1
)
{
?>
<?php
if
(
$this
->
newPackage
==
1
||
$this
->
pluginPackage
==
1
)
{
?>
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
<th>
<?php
echo
$this
->
translate
(
'PHP版本'
);
?>
</th>
<th>
<?php
echo
$this
->
translate
(
'PHP版本'
);
?>
</th>
<td>
<?php
echo
phpversion
();
?>
</td>
<td>
<?php
echo
phpversion
();
?>
</td>
<th>
<?php
echo
$this
->
translate
(
'官方网站'
);
?>
</th>
<th>
<?php
echo
$this
->
translate
(
'官方网站'
);
?>
</th>
<td><a
href=
"http
s://www.dberp.net/"
target=
"_blank"
>
https://www.dberp.net
/
</a></td>
<td><a
href=
"http
://dsyerp.jxdsy.cn/"
target=
"_blank"
>
http://dsyerp.jxdsy.cn
/
</a></td>
</tr>
</tr>
<tr>
<tr>
<th>
<?php
echo
$this
->
translate
(
'在线手册'
);
?>
</th>
<th>
<?php
echo
$this
->
translate
(
'在线手册'
);
?>
</th>
...
...
module/Admin/view/admin/index/index.phtml
View file @
0df78806
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<body
class=
"hold-transition login-page"
>
<body
class=
"hold-transition login-page"
>
<div
class=
"login-box"
>
<div
class=
"login-box"
>
<div
class=
"login-logo"
>
<div
class=
"login-logo"
>
<b>
DBE
</b>
RP
<?php
echo
$this
->
translate
(
'进销存'
);
?>
<b>
点点达ERP
</b>
<?php
echo
$this
->
translate
(
'进销存'
);
?>
</div>
</div>
<div
class=
"login-box-body"
>
<div
class=
"login-box-body"
>
...
@@ -50,7 +50,6 @@
...
@@ -50,7 +50,6 @@
]);
]);
$form
->
prepare
();
$form
->
prepare
();
?>
?>
<?php
echo
$this
->
form
()
->
openTag
(
$form
);
?>
<?php
echo
$this
->
form
()
->
openTag
(
$form
);
?>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<div
class=
"input-group"
>
<div
class=
"input-group"
>
...
@@ -81,7 +80,6 @@
...
@@ -81,7 +80,6 @@
<?php
echo
$this
->
formElement
(
$form
->
get
(
'submit-login'
));
?>
<?php
echo
$this
->
formElement
(
$form
->
get
(
'submit-login'
));
?>
</div>
</div>
<div
class=
"col-xs-12 text-center"
style=
"margin-top: 15px;"
>
<div
class=
"col-xs-12 text-center"
style=
"margin-top: 15px;"
>
Copyright ©
<a
href=
"https://www.dberp.net/"
target=
"_blank"
>
北京珑大钜商科技有限公司
</a>
版权所有
<?php
if
(
$this
->
adminHelper
()
->
erp
(
'website_icp'
))
echo
'<br><a href="https://beian.miit.gov.cn/" target="_blank">'
.
$this
->
adminHelper
()
->
erp
(
'website_icp'
)
.
'</a>'
;
?>
<?php
if
(
$this
->
adminHelper
()
->
erp
(
'website_icp'
))
echo
'<br><a href="https://beian.miit.gov.cn/" target="_blank">'
.
$this
->
adminHelper
()
->
erp
(
'website_icp'
)
.
'</a>'
;
?>
</div>
</div>
</div>
</div>
...
...
module/Admin/view/layout/footer.phtml
View file @
0df78806
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
<div
class=
"pull-right hidden-xs"
>
<div
class=
"pull-right hidden-xs"
>
<?php
echo
DBERP_VERSION
;
?>
<?php
echo
DBERP_VERSION
;
?>
</div>
</div>
Copyright
©
<?php
echo
date
(
"Y"
);
?>
<a
href=
"http
s://www.dberp.net"
target=
"_blank"
>
DBE
rp 进销存
</a>
Copyright
©
<?php
echo
date
(
"Y"
);
?>
<a
href=
"http
://dsyerp.jxdsy.cn"
target=
"_blank"
>
点点达e
rp 进销存
</a>
</footer>
</footer>
\ No newline at end of file
module/Admin/view/layout/header.phtml
View file @
0df78806
<header
class=
"main-header"
>
<header
class=
"main-header"
>
<a
href=
"
<?php
echo
$this
->
url
(
'home'
);
?>
"
class=
"logo"
>
<a
href=
"
<?php
echo
$this
->
url
(
'home'
);
?>
"
class=
"logo"
>
<span
class=
"logo-mini"
><b>
E
</b>
RP
</span>
<span
class=
"logo-mini"
><b>
E
</b>
RP
</span>
<span
class=
"logo-lg"
><b>
DB
E
</b>
RP
</span>
<span
class=
"logo-lg"
><b>
点点达
E
</b>
RP
</span>
</a>
</a>
<nav
class=
"navbar navbar-static-top"
>
<nav
class=
"navbar navbar-static-top"
>
<a
href=
"#"
class=
"sidebar-toggle"
data-toggle=
"push-menu"
role=
"button"
>
<a
href=
"#"
class=
"sidebar-toggle"
data-toggle=
"push-menu"
role=
"button"
>
...
@@ -47,10 +47,9 @@
...
@@ -47,10 +47,9 @@
<div
class=
"navbar-custom-menu"
>
<div
class=
"navbar-custom-menu"
>
<ul
class=
"nav navbar-nav"
>
<ul
class=
"nav navbar-nav"
>
<li>
<!--<li>
<a
href=
"https://store.loongdom.cn/"
target=
"_blank"
title=
"
<?php
echo
$this
->
translate
(
'应用商城'
);
?>
"
><i
class=
"fa fa-shopping-bag fa-lg"
></i>
<span
class=
"hidden-xs"
>
<?php
echo
$this
->
translate
(
'应用商城'
);
?>
</span></a>
<a href="https://store.loongdom.cn/" target="_blank" title="
<?php
/*echo $this->translate('应用商城'); */
?>
"><i class="fa fa-shopping-bag fa-lg"></i> <span class="hidden-xs">
<?php
/*echo $this->translate('应用商城'); */
?>
</span></a>
</li>
</li>-->
<?php
<?php
$languageArray
=
$this
->
adminHelper
()
->
erpMoreLanguage
();
$languageArray
=
$this
->
adminHelper
()
->
erpMoreLanguage
();
if
(
is_array
(
$languageArray
)
&&
count
(
$languageArray
)
>
1
)
{
if
(
is_array
(
$languageArray
)
&&
count
(
$languageArray
)
>
1
)
{
...
...
module/Admin/view/layout/layout.phtml
View file @
0df78806
...
@@ -6,12 +6,12 @@
...
@@ -6,12 +6,12 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<?php
<?php
$this
->
headtitle
(
'
DB
ERP 进销存系统'
);
$this
->
headtitle
(
'
点点达
ERP 进销存系统'
);
$this
->
headtitle
(
'
Powered by 珑大软件
'
);
$this
->
headtitle
(
''
);
echo
$this
->
headTitle
()
->
setSeparator
(
' - '
);
echo
$this
->
headTitle
()
->
setSeparator
(
' - '
);
$this
->
headMeta
()
->
appendName
(
'author'
,
'
北京珑大钜商科技
有限公司'
);
$this
->
headMeta
()
->
appendName
(
'author'
,
'
江西速达车洗汽车服务
有限公司'
);
$this
->
headMeta
()
->
appendName
(
'copyright'
,
'
DBErp Inc. All Rights Reserved
'
);
$this
->
headMeta
()
->
appendName
(
'copyright'
,
''
);
$this
->
headMeta
()
->
setAutoEscape
(
false
);
$this
->
headMeta
()
->
setAutoEscape
(
false
);
...
...
module/Admin/view/layout/left-menu.phtml
View file @
0df78806
...
@@ -47,12 +47,12 @@
...
@@ -47,12 +47,12 @@
</a>
</a>
</li>
</li>
<?php
}
?>
<?php
}
?>
<li
<?php
echo
$this
->
controllerName
==
'ServiceBindController'
?
'class="active"'
:
''
;
?>
>
<!--<li
<?php
/*echo $this->controllerName == 'ServiceBindController' ? 'class="active"' : ''; */
?>
>
<a
href=
"
<?php
echo
$this
->
url
(
'service-bind'
);
?>
"
>
<?php
echo
$this
->
translate
(
'服务绑定'
);
?>
</a>
<a href="
<?php
/*echo $this->url('service-bind'); */
?>
">
<?php
/*echo $this->translate('服务绑定'); */
?>
</a>
</li>
<li
<?php
echo
$this
->
controllerName
==
'UpdateController'
?
'class="active"'
:
''
;
?>
>
<a
href=
"
<?php
echo
$this
->
url
(
'update'
);
?>
"
>
<?php
echo
$this
->
translate
(
'系统更新'
);
?>
</a>
</li>
</li>
<li
<?php
/*echo $this->controllerName == 'UpdateController' ? 'class="active"' : ''; */
?>
>
<a href="
<?php
/*echo $this->url('update'); */
?>
">
<?php
/*echo $this->translate('系统更新'); */
?>
</a>
</li>-->
<li
<?php
echo
$this
->
controllerName
==
'OperLogController'
?
'class="active"'
:
''
;
?>
>
<li
<?php
echo
$this
->
controllerName
==
'OperLogController'
?
'class="active"'
:
''
;
?>
>
<a
href=
"
<?php
echo
$this
->
url
(
'oper-log'
);
?>
"
>
<a
href=
"
<?php
echo
$this
->
url
(
'oper-log'
);
?>
"
>
<?php
echo
$this
->
translate
(
'操作日志'
);
?>
<?php
echo
$this
->
translate
(
'操作日志'
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment