Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
68fa86ab
Commit
68fa86ab
authored
Jan 19, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
493aba80
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
6 deletions
+19
-6
igirl-channel-web/app/front/entry/index.ejs
+3
-1
igirl-channel-web/app/front/entry/public/js/index.js
+15
-4
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+1
-1
No files found.
igirl-channel-web/app/front/entry/index.ejs
View file @
68fa86ab
...
...
@@ -114,5 +114,6 @@
<script
src=
"https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"
></script>
<script
type=
"module"
src=
"/js/index.js"
></script>
</body>
</html>
<script
language=
"javascript"
src=
"http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"
></script>
<script
language=
"javascript"
src=
"http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"
></script>
\ No newline at end of file
igirl-channel-web/app/front/entry/public/js/index.js
View file @
68fa86ab
...
...
@@ -371,15 +371,26 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
if
(
OAjdlist
||
jdindentlist
||
jdindentdetail
||
OAjddetails
||
OAjdcompany
||
companydetail
)
{
this
.
jdSelfHeaderShow
=
false
;
}
$
(
'#LRdiv0'
).
css
(
'display'
,
'none'
);
$
(
document
).
ready
(
function
()
{
$
(
'#LRdiv0'
).
hide
();
});
console
.
log
(
"bbbbbbbbbbbbbbbbbbbbbbbbb"
,
$
(
'#LRdiv0'
));
break
;
case
"bw"
:
this
.
channelMessage
=
"百望"
;
console
.
log
(
"bbbbbbbbbbbbbbbbbbbbbbbbb"
);
break
;
case
"gsbhome"
:
$
(
'#LRdiv0'
).
css
(
'display'
,
'none'
);
$
(
document
).
ready
(
function
()
{
$
(
'#LRdiv0'
).
hide
();
});
break
;
case
"1688"
:
$
(
'#LRdiv0'
).
css
(
'display'
,
'none'
);
$
(
document
).
ready
(
function
()
{
$
(
'#LRdiv0'
).
hide
();
});
break
;
default
:
this
.
jdSelfHeaderShow
=
false
;
this
.
jdSelfFooterShow
=
false
;
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
68fa86ab
...
...
@@ -739,7 +739,7 @@
this
.
indentInfo
.
channelServiceNo
=
this
.
channelServiceNo
;
this
.
indentInfo
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
this
.
indentInfo
.
name
=
this
.
name
;
this
.
indentInfo
.
item
Nam
e
=
this
.
itemName
;
this
.
indentInfo
.
item
Cod
e
=
this
.
itemName
;
this
.
indentInfo
.
tmName
=
this
.
tmName
;
this
.
indentInfo
.
CreateDate
=
this
.
CreateDate
;
this
.
indentInfo
.
deliveryStatus
=
this
.
checkedStatus
;
...
...
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