记得上下班打卡 | 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
d3c07420
Commit
d3c07420
authored
Dec 15, 2021
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改创建券时的券类型
parent
9f799d03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
add1.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add1.html
+4
-1
add2.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add2.html
+5
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add1.html
View file @
d3c07420
...
@@ -518,7 +518,10 @@
...
@@ -518,7 +518,10 @@
useScope
=
80
;
useScope
=
80
;
busiId
=
showId
;
busiId
=
showId
;
}
}
busiName
=
$
(
"#searchIpt"
).
val
();
busiName
=
$
(
"#searchIpt"
).
val
()
||
'全部商品'
;
}
if
(
typeOne
==
0
)
{
busiName
=
$
(
"#searchIpt"
).
val
()
||
'全场适用'
;
}
}
if
(
typeOne
==
3
)
{
if
(
typeOne
==
3
)
{
if
(
showId
)
{
if
(
showId
)
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add2.html
View file @
d3c07420
...
@@ -515,12 +515,15 @@
...
@@ -515,12 +515,15 @@
busiId
=
selectThreeId
;
busiId
=
selectThreeId
;
// busiName = selectThreeName;
// busiName = selectThreeName;
}
}
if
(
typeOne
==
2
)
{
if
(
typeOne
==
2
)
{
if
(
showId
)
{
if
(
showId
)
{
useScope
=
80
;
useScope
=
80
;
busiId
=
showId
;
busiId
=
showId
;
}
}
busiName
=
$
(
"#searchIpt"
).
val
();
busiName
=
$
(
"#searchIpt"
).
val
()
||
'全部商品'
;
}
if
(
typeOne
==
0
)
{
busiName
=
$
(
"#searchIpt"
).
val
()
||
'全场适用'
;
}
}
if
(
typeOne
==
3
)
{
if
(
typeOne
==
3
)
{
if
(
showId
)
{
if
(
showId
)
{
...
...
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