记得上下班打卡 | 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
a9a0e006
Commit
a9a0e006
authored
Sep 22, 2021
by
liuran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员基础信息
parent
3794d2d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
info.html
...c/main/resources/templates/zhengzai/adam/member/info.html
+6
-5
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/member/info.html
View file @
a9a0e006
...
@@ -322,9 +322,8 @@
...
@@ -322,9 +322,8 @@
<ul
th:each=
"mrc:${couponMemberDtoListMap.get(mr.mrightsId)}"
>
<ul
th:each=
"mrc:${couponMemberDtoListMap.get(mr.mrightsId)}"
>
<div
class=
"member-coupes-inner"
>
<div
class=
"member-coupes-inner"
>
<div
class=
"member-coupes-detail"
>
<div
class=
"member-coupes-detail"
>
<input
type=
"hidden"
th:value=
"${mrc}"
/>
<input
type=
"hidden"
th:value=
"${mrc
.mcouponId
}"
/>
<span
class=
"member-coupes-mcouponId"
th:text=
"${mrc.mcouponId}"
hidden
></span>
<span
class=
"member-coupes-mcouponId"
th:text=
"${mrc.mcouponId}"
hidden
></span>
<span
class=
"member-coupes-busiType"
th:if=
"${mrc.busiType == 0}"
>
全场
</span>
<span
class=
"member-coupes-busiType"
th:if=
"${mrc.busiType == 0}"
>
全场
</span>
<span
class=
"member-coupes-busiType"
th:if=
"${mrc.busiType == 1}"
>
演出
</span>
<span
class=
"member-coupes-busiType"
th:if=
"${mrc.busiType == 1}"
>
演出
</span>
<span
class=
"member-coupes-busiType"
th:if=
"${mrc.busiType == 2}"
>
商品
</span>
<span
class=
"member-coupes-busiType"
th:if=
"${mrc.busiType == 2}"
>
商品
</span>
...
@@ -564,7 +563,7 @@
...
@@ -564,7 +563,7 @@
var
itemIndex
=
$
(
'.parentsIndex'
).
val
();
var
itemIndex
=
$
(
'.parentsIndex'
).
val
();
var
MembercoupenData
=
{
var
MembercoupenData
=
{
busiType
:
Number
(
busiType
),
busiType
:
Number
(
busiType
),
couType
:
Number
(
couType
),
couType
:
Number
(
busiType
)
==
3
?
101
:
Number
(
couType
),
couponId
:
''
,
couponId
:
''
,
couponRuleList
:
couponRuleList
,
couponRuleList
:
couponRuleList
,
eventAmt
:
$
(
'#eventAmt'
).
val
(),
eventAmt
:
$
(
'#eventAmt'
).
val
(),
...
@@ -575,8 +574,10 @@
...
@@ -575,8 +574,10 @@
title
:
coupeTitle
,
title
:
coupeTitle
,
valFace
:
valFace
?
valFace
:
1
,
valFace
:
valFace
?
valFace
:
1
,
valOver
:
valOver
?
valOver
:
1
,
valOver
:
valOver
?
valOver
:
1
,
valMinus
:
valMinus
?
valMinus
:
1
valMinus
:
valMinus
?
valMinus
:
1
,
state
:
1
};
};
console
.
log
(
MembercoupenData
);
$
.
operate
.
saveModalBody
(
prefix
+
"/edit_coupon"
,
JSON
.
stringify
(
MembercoupenData
));
$
.
operate
.
saveModalBody
(
prefix
+
"/edit_coupon"
,
JSON
.
stringify
(
MembercoupenData
));
$
(
'.cover_pop'
).
hide
();
$
(
'.cover_pop'
).
hide
();
}
}
...
@@ -639,7 +640,7 @@
...
@@ -639,7 +640,7 @@
function
addColumn
(
obj
)
{
function
addColumn
(
obj
)
{
let
appendDom
=
$
(
obj
).
parents
(
'.interests_column'
);
let
appendDom
=
$
(
obj
).
parents
(
'.interests_column'
);
appendDom
.
append
(
appendDom
.
find
(
'.interests_item'
).
prop
(
'outerHTML'
));
appendDom
.
append
(
appendDom
.
find
(
'.interests_item'
).
prop
(
'outerHTML'
));
$
.
operate
.
save
(
prefix
+
"/create"
,
data
);
//
$.operate.save(prefix + "/create", data);
}
}
/*基础信息-修改*/
/*基础信息-修改*/
...
...
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