Commit d043fe19 authored by youjie's avatar youjie

no message

parent 358eb8ef
......@@ -85,7 +85,9 @@
</tr>
<tr class="_color_b">
<td colspan="7">合计</td>
<td colspan="4">原币合计</td>
<td>{{ybtotal}}</td>
<td colspan="2">合计</td>
<td>{{cdtotal}}</td>
</tr>
</table>
......@@ -226,6 +228,7 @@ export default {
ReFinanceId:0,
IsAdvanceFinance:-1,
cdtotal:0,
ybtotal:0,
LeaderRefundDetailList:[],
LeaderState:false,
ECommerceGoodsModel:{},
......@@ -298,7 +301,7 @@ export default {
}else{
this.cdtotal+=item.Money;
}
this.ybtotal+=(item.WBMoney)
});
this.cdtotal=this.cdtotal.toFixed(2);
......
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