Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
4d613006
Commit
4d613006
authored
Nov 07, 2019
by
季圣华
Browse files
增加统计模块
parent
4f045219
Changes
3
Hide whitespace changes
Inline
Side-by-side
erp_web/home.html
View file @
4d613006
...
...
@@ -106,6 +106,7 @@
<script
src=
"js/layer/3.1/layer.js"
></script>
<script
src=
"js/my97/WdatePicker.js"
></script>
<script
src=
"js/common/jsherp.js"
></script>
<script
src=
"js/common/common.js"
></script>
<script
src=
"js/common/i18n/jsherp_zh_CN.js"
></script>
<script>
if
(
$
(
'
#switchSkin
'
).
length
>
0
){
...
...
erp_web/js/common/common.js
View file @
4d613006
//baidu-tongji
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"
script
"
);
hm
.
src
=
"
https://hm.baidu.com/hm.js?1cd9bcbaae133f03a6eb19da6579aaba
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
$
.
fn
.
serializeObject
=
function
()
{
var
o
=
{};
var
a
=
this
.
serializeArray
();
...
...
erp_web/login.html
View file @
4d613006
...
...
@@ -103,5 +103,6 @@
<script
src=
"js/jquery-validation/1.16/jquery.validate.extend.js"
></script>
<script
src=
"js/common/jsherp.js"
></script>
<script
src=
"js/common/i18n/jsherp_zh_CN.js"
></script>
<script
src=
"js/common/common.js"
></script>
<script
src=
"js/md5/md5.js"
></script>
<script
src=
"js/modules/sys/sysLogin.js"
></script>
Write
Preview
Supports
Markdown
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