记得上下班打卡 | 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
74da956c
Commit
74da956c
authored
Oct 14, 2021
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改创建成功之后的跳转
parent
090d12ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
3 deletions
+9
-3
add1.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add1.html
+1
-0
add101.html
...resources/templates/zhengzai/candy/coupon/mgt/add101.html
+5
-2
add2.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add2.html
+1
-0
add3.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add3.html
+1
-1
add4.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add4.html
+1
-0
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 @
74da956c
...
...
@@ -554,6 +554,7 @@
console
.
log
(
data
,
'data'
)
promiseMethods
(
'/candy/coupon/mgt/add'
,
'post'
,
JSON
.
stringify
(
data
),
'application/json'
).
then
(
res
=>
{
layer
.
msg
(
'创建成功!'
);
$
.
operate
.
successTabCallback
(
res
);
closeItem
();
})
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add101.html
View file @
74da956c
...
...
@@ -212,7 +212,7 @@
<div
class=
"main_bottom"
>
<div
class=
"describe"
>
<span
class=
"labelName"
>
描述说明:
<i
class=
"required"
>
*
</i>
描述说明:
</span>
<textarea
id=
"describeTxt"
class=
"form-control"
rows=
"4"
></textarea>
</div>
...
...
@@ -399,7 +399,7 @@
});
function
create
()
{
if
(
!
$
(
'#title'
).
val
()
||
!
$
(
'#num'
).
val
()
||
!
$
(
'#ticketTime'
).
val
())
{
if
(
!
$
(
'#title'
).
val
()
||
!
$
(
'#num'
).
val
()
||
!
$
(
'#ticketTime'
).
val
()
||
!
$
(
'#describeTxt'
).
val
()
)
{
return
layer
.
msg
(
'请将必填项输入完整~!'
);
if
(
typeTwo
!=
1
)
{
if
(
!
$
(
'#exchangeTime'
).
val
())
{
...
...
@@ -455,6 +455,9 @@
console
.
log
(
data
,
'data'
)
promiseMethods
(
'/candy/coupon/mgt/add'
,
'post'
,
JSON
.
stringify
(
data
),
'application/json'
).
then
(
res
=>
{
console
.
log
(
res
)
layer
.
msg
(
'创建成功!'
);
$
.
operate
.
successTabCallback
(
res
);
closeItem
();
})
}
function
promiseMethods
(
url
,
type
,
data
,
contentType
)
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add2.html
View file @
74da956c
...
...
@@ -555,6 +555,7 @@
}
promiseMethods
(
'/candy/coupon/mgt/add'
,
'post'
,
JSON
.
stringify
(
data
),
'application/json'
).
then
(
res
=>
{
layer
.
msg
(
'创建成功!'
);
$
.
operate
.
successTabCallback
(
res
);
closeItem
();
})
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add3.html
View file @
74da956c
...
...
@@ -341,7 +341,7 @@
isAsc
:
'desc'
,
couType
:
3
}
$
.
operate
.
s
ave
(
prefix
+
"/list"
,
data
);
$
.
operate
.
s
uccessTabCallback
(
res
);
closeItem
();
})
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add4.html
View file @
74da956c
...
...
@@ -353,6 +353,7 @@
}
promiseMethods
(
'/candy/coupon/mgt/add'
,
'post'
,
JSON
.
stringify
(
data
),
'application/json'
).
then
(
res
=>
{
layer
.
msg
(
'创建成功!'
);
$
.
operate
.
successTabCallback
(
res
);
closeItem
();
})
}
...
...
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