Commit d043fe19 authored by youjie's avatar youjie

no message

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