Commit 26802466 authored by 黄奎's avatar 黄奎

页面修改

parent 1d7e2d5b
......@@ -64,6 +64,8 @@
<th>销售名称</th>
<th>公司返佣</th>
<th>领队返佣</th>
<th>团领队</th>
<th>接单领队</th>
<th>{{$t('system.table_operation')}}</th>
</tr>
<tbody v-for="item in dataList">
......@@ -71,9 +73,13 @@
<td>{{item.CorderId}}</td>
<td>{{item.AccountName}}</td>
<td>
<p> 商品名称: {{item.CommodityName}}</p>
<p> 价格信息: {{item.CommodityNum}}(数量) * {{item.TradePrice}}(单价)-
{{item.DeductionPrice}}(抵扣)={{item.PreferPrice}}</p>
<template v-if="item.OrderDetailsList && item.OrderDetailsList.length>0" v-for="subItem in item.OrderDetailsList">
<p> 商品名称: {{subItem.CommodityName}}</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>
</td>
<td>
......@@ -85,6 +91,8 @@
<td>{{item.SaleName}}</td>
<td>{{item.CompanyCommission}} </td>
<td>{{item.LeaderCommission}} </td>
<td>{{item.TCLeaderName}}</td>
<td>{{item.ReciveLeaderName}}</td>
<td>
<el-button-group>
<!-- <template v-if="item.AccountStatus==0">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment