记得上下班打卡 | 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
f994f1f2
Commit
f994f1f2
authored
Oct 13, 2023
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 演出退票配置 isRefundPoundage 改为 固定值 0
parent
d28a3c5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
13 deletions
+26
-13
refundConfig.html
...s/templates/zhengzai/kylin/performances/refundConfig.html
+26
-13
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/refundConfig.html
View file @
f994f1f2
...
@@ -23,10 +23,12 @@
...
@@ -23,10 +23,12 @@
<label
class=
"col-sm-3 control-label is-required"
>
用户申请退款:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
用户申请退款:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"performance_isCanRefund"
th:checked=
"*{isCanRefund==0 ? true : false}"
checked
>
关闭
</label>
<input
type=
"radio"
value=
"0"
name=
"performance_isCanRefund"
th:checked=
"*{isCanRefund==0 ? true : false}"
checked
>
关闭
</label>
</div>
</div>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"performance_isCanRefund"
th:checked=
"*{isCanRefund==1 ? true : false}"
>
开启
</label>
<input
type=
"radio"
value=
"1"
name=
"performance_isCanRefund"
th:checked=
"*{isCanRefund==1 ? true : false}"
>
开启
</label>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -45,10 +47,12 @@
...
@@ -45,10 +47,12 @@
<label
class=
"col-sm-3 control-label is-required"
>
用户退款手续费:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
用户退款手续费:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"performance_isRefundPoundage"
th:checked=
"*{isRefundPoundage==0 ? true : false}"
checked
>
关闭
</label>
<input
type=
"radio"
value=
"0"
name=
"performance_isRefundPoundage"
th:checked=
"*{isRefundPoundage==0 ? true : false}"
checked
>
关闭
</label>
</div>
</div>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"performance_isRefundPoundage"
th:checked=
"*{isRefundPoundage==1 ? true : false}"
>
开启
</label>
<input
type=
"radio"
value=
"1"
name=
"performance_isRefundPoundage"
th:checked=
"*{isRefundPoundage==1 ? true : false}"
>
开启
</label>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -56,10 +60,12 @@
...
@@ -56,10 +60,12 @@
<label
class=
"col-sm-3 control-label is-required"
>
用户退款快递票上门取货快递费:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
用户退款快递票上门取货快递费:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"performance_isRefundExpress"
th:checked=
"*{isRefundExpress==0 ? true : false}"
checked
>
公司月结
</label>
<input
type=
"radio"
value=
"0"
name=
"performance_isRefundExpress"
th:checked=
"*{isRefundExpress==0 ? true : false}"
checked
>
公司月结
</label>
</div>
</div>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"performance_isRefundExpress"
th:checked=
"*{isRefundExpress==1 ? true : false}"
>
用户承担
</label>
<input
type=
"radio"
value=
"1"
name=
"performance_isRefundExpress"
th:checked=
"*{isRefundExpress==1 ? true : false}"
>
用户承担
</label>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -67,10 +73,12 @@
...
@@ -67,10 +73,12 @@
<label
class=
"col-sm-3 control-label is-required"
>
用户退款快递票是否需要退回:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
用户退款快递票是否需要退回:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"isBackPaperTicket"
th:checked=
"*{isBackPaperTicket==1 ? true : false}"
checked
>
需要
</label>
<input
type=
"radio"
value=
"1"
name=
"isBackPaperTicket"
th:checked=
"*{isBackPaperTicket==1 ? true : false}"
checked
>
需要
</label>
</div>
</div>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"isBackPaperTicket"
th:checked=
"*{isBackPaperTicket==0 ? true : false}"
>
不需要
</label>
<input
type=
"radio"
value=
"0"
name=
"isBackPaperTicket"
th:checked=
"*{isBackPaperTicket==0 ? true : false}"
>
不需要
</label>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -78,10 +86,12 @@
...
@@ -78,10 +86,12 @@
<label
class=
"col-sm-3 control-label is-required"
>
用户退款快递票快递费是否退回:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
用户退款快递票快递费是否退回:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"isRefundExpressNew"
th:checked=
"*{isRefundExpressNew==1 ? true : false}"
checked
>
退回
</label>
<input
type=
"radio"
value=
"1"
name=
"isRefundExpressNew"
th:checked=
"*{isRefundExpressNew==1 ? true : false}"
checked
>
退回
</label>
</div>
</div>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"isRefundExpressNew"
th:checked=
"*{isRefundExpressNew==0 ? true : false}"
>
不退回
</label>
<input
type=
"radio"
value=
"0"
name=
"isRefundExpressNew"
th:checked=
"*{isRefundExpressNew==0 ? true : false}"
>
不退回
</label>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -89,10 +99,12 @@
...
@@ -89,10 +99,12 @@
<label
class=
"col-sm-3 control-label is-required"
>
退款是否退优惠券:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
退款是否退优惠券:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"performance_isRefundVoucher"
th:checked=
"*{isRefundVoucher==0 ? true : false}"
checked
>
关闭
</label>
<input
type=
"radio"
value=
"0"
name=
"performance_isRefundVoucher"
th:checked=
"*{isRefundVoucher==0 ? true : false}"
checked
>
关闭
</label>
</div>
</div>
<div
class=
"radio check-box"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"performance_isRefundVoucher"
th:checked=
"*{isRefundVoucher==1 ? true : false}"
>
开启
</label>
<input
type=
"radio"
value=
"1"
name=
"performance_isRefundVoucher"
th:checked=
"*{isRefundVoucher==1 ? true : false}"
>
开启
</label>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -145,7 +157,8 @@
...
@@ -145,7 +157,8 @@
isCanRefund
:
parseInt
(
$
(
"input[name^='performance_isCanRefund']:checked"
).
val
()),
isCanRefund
:
parseInt
(
$
(
"input[name^='performance_isCanRefund']:checked"
).
val
()),
refundOpenTime
:
$
(
"input[name^='refundOpenTime']"
).
val
(),
refundOpenTime
:
$
(
"input[name^='refundOpenTime']"
).
val
(),
refundCloseTime
:
$
(
"input[name^='refundCloseTime']"
).
val
(),
refundCloseTime
:
$
(
"input[name^='refundCloseTime']"
).
val
(),
isRefundPoundage
:
parseInt
(
$
(
"input[name^='performance_isRefundPoundage']:checked"
).
val
()),
// isRefundPoundage: parseInt($("input[name^='performance_isRefundPoundage']:checked").val()),
isRefundPoundage
:
0
,
isRefundVoucher
:
parseInt
(
$
(
"input[name^='performance_isRefundVoucher']:checked"
).
val
()),
isRefundVoucher
:
parseInt
(
$
(
"input[name^='performance_isRefundVoucher']:checked"
).
val
()),
isRefundExpress
:
parseInt
(
$
(
"input[name^='performance_isRefundExpress']:checked"
).
val
()),
isRefundExpress
:
parseInt
(
$
(
"input[name^='performance_isRefundExpress']:checked"
).
val
()),
isBackPaperTicket
:
parseInt
(
$
(
"input[name^='isBackPaperTicket']:checked"
).
val
()),
isBackPaperTicket
:
parseInt
(
$
(
"input[name^='isBackPaperTicket']:checked"
).
val
()),
...
...
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