记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
30dc0178
Commit
30dc0178
authored
Feb 22, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
d71f6a79
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
info.html
.../main/resources/templates/zhengzai/goblin/store/info.html
+1
-1
activityList.html
...s/templates/zhengzai/store/placingOrder/activityList.html
+1
-1
activityStoreList.html
...plates/zhengzai/store/placingOrder/activityStoreList.html
+6
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/store/info.html
View file @
30dc0178
...
...
@@ -237,7 +237,7 @@
// var r = window.location.search.substr(1).match(reg);
// console.log(r, storeId, '取到没')
let
storeId
=
storeInfo
.
storeId
;
if
(
storeInfo
.
status
==
3
||
storeInfo
.
status
==
2
)
{
if
(
storeInfo
.
status
==
3
||
storeInfo
.
status
==
2
||
storeInfo
.
status
==
5
)
{
$
(
".content_footer"
).
hide
();
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/activityList.html
View file @
30dc0178
...
...
@@ -217,7 +217,7 @@
$
(
"button[name=refresh]"
).
click
()
})
function
goToStore_list
(
name
,
id
,
time
)
{
$
.
modal
.
openTab
(
name
,
prefix2
+
"/activityStoreList?id="
+
id
+
'&time='
+
time
)
$
.
modal
.
openTab
(
name
,
prefix2
+
"/activityStoreList?id="
+
id
+
'&time='
+
time
+
'&name='
+
name
)
}
function
onCheck
(
row
,
$element
)
{
rowData
=
row
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/activityStoreList.html
View file @
30dc0178
...
...
@@ -114,11 +114,16 @@
$
(
function
()
{
// promiseMethods('', 'post', data);
let
name
=
'id'
;
let
time
=
'time'
;
let
activityName
=
''
;
let
aName
=
'name'
;
var
reg
=
new
RegExp
(
"(^|&)"
+
name
+
"=([^&]*)(&|$)"
);
var
reg2
=
new
RegExp
(
"(^|&)"
+
time
+
"=([^&]*)(&|$)"
);
var
reg3
=
new
RegExp
(
"(^|&)"
+
aName
+
"=([^&]*)(&|$)"
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
var
r2
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg2
);
var
r3
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg3
);
let
times
=
unescape
(
r2
[
2
])
activityName
=
decodeURI
(
r3
[
2
]);
if
(
r
)
{
$
(
"#marketId"
).
val
(
unescape
(
r
[
2
]));
}
...
...
@@ -156,7 +161,7 @@
title
:
'操作'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
`<a class="btn btn-info btn-xs" href="javascript:void(0)" onclick="goDetail('
${
row
.
store
Name
}
','
${
row
.
storeId
}
', '
${
times
}
', '
${
unescape
(
r
[
2
])}
')">查看详情</a>`
return
`<a class="btn btn-info btn-xs" href="javascript:void(0)" onclick="goDetail('
${
activity
Name
}
','
${
row
.
storeId
}
', '
${
times
}
', '
${
unescape
(
r
[
2
])}
')">查看详情</a>`
}
}]
};
...
...
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