Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
26802466
Commit
26802466
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
1d7e2d5b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
CommondityOrderList.vue
src/components/Buying/CommondityOrderList.vue
+11
-3
No files found.
src/components/Buying/CommondityOrderList.vue
View file @
26802466
...
@@ -64,6 +64,8 @@
...
@@ -64,6 +64,8 @@
<th>
销售名称
</th>
<th>
销售名称
</th>
<th>
公司返佣
</th>
<th>
公司返佣
</th>
<th>
领队返佣
</th>
<th>
领队返佣
</th>
<th>
团领队
</th>
<th>
接单领队
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
</tr>
</tr>
<tbody
v-for=
"item in dataList"
>
<tbody
v-for=
"item in dataList"
>
...
@@ -71,9 +73,13 @@
...
@@ -71,9 +73,13 @@
<td>
{{
item
.
CorderId
}}
</td>
<td>
{{
item
.
CorderId
}}
</td>
<td>
{{
item
.
AccountName
}}
</td>
<td>
{{
item
.
AccountName
}}
</td>
<td>
<td>
<p>
商品名称:
{{
item
.
CommodityName
}}
</p>
<template
v-if=
"item.OrderDetailsList && item.OrderDetailsList.length>0"
v-for=
"subItem in item.OrderDetailsList"
>
<p>
价格信息:
{{
item
.
CommodityNum
}}
(数量) *
{{
item
.
TradePrice
}}
(单价)-
<p>
商品名称:
{{
subItem
.
CommodityName
}}
</p>
{{
item
.
DeductionPrice
}}
(抵扣)=
{{
item
.
PreferPrice
}}
</p>
<p>
价格信息:
{{
subItem
.
CommodityNum
}}
(数量) *
{{
subItem
.
CommodityPrice
}}
(单价)
</p>
</
template
>
<p>
{{item.DeductionPrice}}(抵扣)
</p>
<p>
{{item.PreferPrice}} (应收)
</p>
<p>
{{item.RealityPrice}} (实收)
</p>
<p>
订单状态: {{item.COrderStateStr}} 下单时间:{{item.CreateTimeStr}}
</p>
<p>
订单状态: {{item.COrderStateStr}} 下单时间:{{item.CreateTimeStr}}
</p>
</td>
</td>
<td>
<td>
...
@@ -85,6 +91,8 @@
...
@@ -85,6 +91,8 @@
<td>
{{item.SaleName}}
</td>
<td>
{{item.SaleName}}
</td>
<td>
{{item.CompanyCommission}}
</td>
<td>
{{item.CompanyCommission}}
</td>
<td>
{{item.LeaderCommission}}
</td>
<td>
{{item.LeaderCommission}}
</td>
<td>
{{item.TCLeaderName}}
</td>
<td>
{{item.ReciveLeaderName}}
</td>
<td>
<td>
<el-button-group>
<el-button-group>
<!-- <template v-if="item.AccountStatus==0">
<!-- <template v-if="item.AccountStatus==0">
...
...
This diff is collapsed.
Click to expand it.
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