记得上下班打卡 | 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
d28a3c5d
Commit
d28a3c5d
authored
Oct 12, 2023
by
zhangguobing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~view:重命名'阶段退票'标签页;
parent
341890b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
16 deletions
+14
-16
KylinPerformancesController.java
...ontroller/zhengzai/kylin/KylinPerformancesController.java
+7
-7
details.html
...ources/templates/zhengzai/kylin/performances/details.html
+5
-7
refundPoundage.html
...templates/zhengzai/kylin/performances/refundPoundage.html
+2
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/kylin/KylinPerformancesController.java
View file @
d28a3c5d
...
...
@@ -232,14 +232,14 @@ public class KylinPerformancesController extends BaseController {
return
prefix
+
"/refundConfig"
;
}
@GetMapping
(
value
=
"/
ladderReturn
/{performancesId}"
)
public
String
get
LadderReturn
(
@PathVariable
(
"performancesId"
)
String
performancesId
,
ModelMap
mmap
)
{
ArrayList
<
OrderRefundPoundage
>
ladderReturn
List
=
kylinPerformancesService
.
getRefundPoundageAll
(
performancesId
);
String
ladderReturn
Explain
=
kylinPerformancesService
.
getPoundageExplain
(
performancesId
);
@GetMapping
(
value
=
"/
refundPoundage
/{performancesId}"
)
public
String
get
RefundPoundage
(
@PathVariable
(
"performancesId"
)
String
performancesId
,
ModelMap
mmap
)
{
ArrayList
<
OrderRefundPoundage
>
refundPoundage
List
=
kylinPerformancesService
.
getRefundPoundageAll
(
performancesId
);
String
refundPoundage
Explain
=
kylinPerformancesService
.
getPoundageExplain
(
performancesId
);
mmap
.
put
(
"performancesId"
,
performancesId
);
mmap
.
put
(
"
ladderReturnList"
,
ladderReturn
List
);
mmap
.
put
(
"
ladderReturnExplain"
,
ladderReturn
Explain
);
return
prefix
+
"/
ladderReturn
"
;
mmap
.
put
(
"
refundPoundageList"
,
refundPoundage
List
);
mmap
.
put
(
"
refundPoundageExplain"
,
refundPoundage
Explain
);
return
prefix
+
"/
refundPoundage
"
;
}
//
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/details.html
View file @
d28a3c5d
...
...
@@ -25,11 +25,9 @@
</li>
<li
id=
"li-tab-1"
><a
data-toggle=
"tab"
href=
"#tab-1"
aria-expanded=
"true"
id=
"tab-nav-1"
>
演出数据
</a>
</li>
<li
id=
"li-tab-6"
><a
data-toggle=
"tab"
href=
"#tab-6"
aria-expanded=
"false"
onclick=
"refundConfigInfo()"
>
退款管理
</a>
<li
id=
"li-tab-6"
><a
data-toggle=
"tab"
href=
"#tab-6"
aria-expanded=
"false"
onclick=
"refundConfigInfo()"
>
退款管理
</a>
</li>
<li
id=
"li-tab-10"
><a
data-toggle=
"tab"
href=
"#tab-10"
aria-expanded=
"false"
onclick=
"ladderReturn()"
>
阶梯退票
</a>
<li
id=
"li-tab-10"
><a
data-toggle=
"tab"
href=
"#tab-10"
aria-expanded=
"false"
onclick=
"refundPoundageInfo()"
>
阶段退票
</a>
</li>
<li
id=
"li-tab-7"
><a
data-toggle=
"tab"
href=
"#tab-7"
aria-expanded=
"false"
onclick=
"transferInfo()"
>
转赠配置
</a>
</li>
...
...
@@ -314,7 +312,7 @@
</div>
<div
id=
"tab-10"
class=
"tab-pane"
>
<div
class=
"panel-body"
>
<iframe
id=
"
ladderReturn_iframe"
name=
"ladderReturn
_iframe"
marginwidth=
0
marginheight=
0
<iframe
id=
"
refundPoundage_iframe"
name=
"refundPoundage
_iframe"
marginwidth=
0
marginheight=
0
width=
100%
height=
800px
frameborder=
0
></iframe>
</div>
...
...
@@ -517,8 +515,8 @@
document
.
getElementById
(
"refundConfig_iframe"
).
src
=
"../refundConfig/"
+
'[[${kylinPerformanceMisVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
);
}
//阶梯退票
function
ladderReturn
()
{
document
.
getElementById
(
"
ladderReturn_iframe"
).
src
=
`../ladderReturn
/
${
'[[${kylinPerformanceMisVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
)}
`
function
refundPoundageInfo
()
{
document
.
getElementById
(
"
refundPoundage_iframe"
).
src
=
`../refundPoundage
/
${
'[[${kylinPerformanceMisVo.performancesId}]]'
.
replaceAll
(
"
\"
"
,
""
)}
`
}
//转赠配置
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/
ladderReturn
.html
→
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/
refundPoundage
.html
View file @
d28a3c5d
...
...
@@ -27,13 +27,13 @@
*
* @type {*[Array][]}
*/
var
ladderReturnList
=
[[
$
{
ladderReturn
List
}]];
var
refundPoundageList
=
[[
$
{
refundPoundage
List
}]];
/**
* 注意事项
*
* @type {*[String][]}
*/
var
ladderReturnExplain
=
[[
$
{
ladderReturn
Explain
}]];
var
refundPoundageExplain
=
[[
$
{
refundPoundage
Explain
}]];
</script>
</body>
...
...
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