Commit fa93e2b1 authored by 华国豪's avatar 华国豪 🙄

'刘强东更新一下@@@'

parent cc6e3d0b
......@@ -85,6 +85,7 @@
<span>应收款:{{countData.PreferPrice}};</span>
<span>已收款:{{countData.Income}};</span>
<span :class="{color_red_order:countData.DueinMoney!==countData.PreferPrice}">未收款:{{countData.DueinMoney}};</span>
<span>在途金额:{{countData.ZaiTu}};</span>
</p>
</div>
</el-col>
......
......@@ -1433,7 +1433,7 @@
</td>
<td>{{item.Refund}}</td>
<td>{{item.PlatformTax}}</td>
<td>{{item.zaiTuMoney}}</td>
<td>{{item.ZaiTuMoney}}</td>
<td><span :class="{color_red_order:item.DueInMoney!==item.PreferPrice}">{{item.DueInMoney}}</span></td>
<td class="fz12"><span :class="{'RL-redType':item.statsstr=='候补'}">{{item.statsstr}}</span></td>
<td>
......@@ -1610,7 +1610,7 @@
</td>
<td>{{childItem.Refund}}</td>
<td>{{childItem.PlatformTax}}</td>
<td>{{childItem.zaiTuMoney}}</td>
<td>{{childItem.ZaiTuMoney}}</td>
<td><span :class="{color_red_order:childItem.DueInMoney!==childItem.PreferPrice}">{{childItem.DueInMoney}}</span></td>
<td class="fz12"><span :class="{'RL-redType':childItem.statsstr=='候补'}">{{childItem.statsstr}}</span></td>
<td>
......@@ -1825,7 +1825,7 @@
</td>
<td>{{item.Refund}}</td>
<td>{{item.PlatformTax}}</td>
<td>{{item.zaiTuMoney}}</td>
<td>{{item.ZaiTuMoney}}</td>
<td><span :class="{color_red_order:item.DueInMoney!==item.PreferPrice}">{{item.DueInMoney}}</span></td>
<td class="fz12">
<span class="RL-redType">{{item.statsstr}}</span>
......
......@@ -185,12 +185,13 @@
<th width="80">退款</th>
<th width="80">平台税金</th>
<th width="80">平台在途</th>
<th width="80">待收金额</th>
<th width="60">状态</th>
<th width="60">客户信息</th>
<th v-if="userId==1" width="130">操作</th>
</tr>
<tr>
<td v-show="OrderList.length==0" colspan="14" align="center">暂无数据</td>
<td v-show="OrderList.length==0" colspan="15" align="center">暂无数据</td>
</tr>
<tbody v-for="(item,index) in OrderList" :key="index">
<tr>
......@@ -243,6 +244,7 @@
<td>{{item.refund}}</td>
<td>{{item.platformTax}}</td>
<td>{{item.zaiTuMoney}}</td>
<td><span :class="{color_red_order:item.dueInMoney!==item.preferPrice}">{{item.dueInMoney}}</span></td>
<td class="fz12" :style="item.orderState===3?'color: #e95252;':''">{{item.statsstr}}</td>
<td>
<p
......@@ -295,7 +297,7 @@
</div>
</div>
</td>
<td colspan="6" class="groupTourOrder_tickets" style="height: 20px;cursor: pointer;" @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
<td colspan="7" class="groupTourOrder_tickets" style="height: 20px;cursor: pointer;" @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
<div>
<div style="white-space: nowrap">收款单据:<span v-if="item.financeList.length===0" style="cursor: default;">暂无数据</span>
<span v-for="(item2,index2) in item.financeList" :key="index2">
......@@ -980,4 +982,7 @@ export default {
.groupTourOrderByTuan_ico > span {
vertical-align: middle;
}
.color_red_order{
color: #e95252 !important;
}
</style>
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