记得上下班打卡 | 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
dfe60898
Commit
dfe60898
authored
Apr 15, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交 销售数据ui
parent
b771955d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
saleData.html
...urces/templates/zhengzai/smile/smileTickets/saleData.html
+7
-5
SmileShowServiceImpl.java
...min/zhengzai/smile/service/impl/SmileShowServiceImpl.java
+2
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/smileTickets/saleData.html
View file @
dfe60898
...
...
@@ -24,11 +24,14 @@
<label
class=
"col-sm-3 control-label is-required"
>
票提设置:
</label>
<table
id=
"team-table"
class=
"table table-condensed table-sm"
th:border=
"1"
>
<tr>
<td>
票种名称
</td>
<td>
总代票提
</td>
<td>
普代票提
</td>
<tr/>
<div
th:each=
"item : *{showAgentVoList}"
>
<tr
class=
"content-tr"
>
<td
th:text=
"${item.title}"
>
</td>
<td
th:text=
"${item.totalCarry}"
>
</td>
<td
th:text=
"${item.ordCarry}"
>
...
...
@@ -49,7 +52,7 @@
</div>
<td>
总销售张数
</td>
<td>
总销售金额
</td>
<td>
票提
</td>
<td>
总销售佣金
</td>
<td>
打款状态
</td>
<td>
操作
</td>
<tr/>
...
...
@@ -59,11 +62,10 @@
<td
th:text=
"${item.cityName}"
></td>
<td
th:if=
"${item.type==1}"
th:text=
"总代"
></td>
<td
th:if=
"${item.type==2}"
th:text=
"普代"
></td>
<div
th:each=
"itemAgent : ${item.dataAgentVos}"
>
<td
th:text=
"${itemAgent.number}"
></td>
</div>
<td
th:each=
"itemAgent : ${item.dataAgentVos}"
th:text=
"${itemAgent.number}"
></td>
<!-- <td th:each="itemAgent : ${item.dataAgentVos}" th:text="${itemAgent.price}"></td>-->
<td
th:text=
"${#aggregates.sum(item.dataAgentVos.![number])}"
></td>
<td
th:text=
"${#aggregates.sum(item.dataAgentVos.![price])}"
></td>
<td
th:text=
"${#aggregates.sum(item.dataAgentVos.![commission])}"
></td>
<td
th:if=
"${item.priceStatus!=0}"
th:text=
"待打款"
></td>
<td
th:if=
"${item.priceStatus==0}"
th:text=
"已打款"
></td>
<td
th:if=
"${item.priceStatus!=0}"
th:text=
"打款按钮"
></td>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/smile/service/impl/SmileShowServiceImpl.java
View file @
dfe60898
...
...
@@ -359,9 +359,9 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
log
.
debug
(
"saleData:演出id:{},用户id:{},票提id:{}"
,
performancesId
,
smileUser
.
getUid
(),
smileAgent
.
getTicketsId
());
}
}
if
(
userDataAgentVo
.
getCommission
().
compareTo
(
new
BigDecimal
(
0
))
!=
0
)
{
//
if (userDataAgentVo.getCommission().compareTo(new BigDecimal(0)) != 0) {
userDataAgentVos
.
add
(
userDataAgentVo
);
}
//
}
}
userData
.
setUid
(
smileUser
.
getUid
());
userData
.
setUsername
(
smileUser
.
getName
());
...
...
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