|
@@ -477,7 +477,7 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '人民币(价税合计)',
|
|
title: '人民币(价税合计)',
|
|
- dataIndex: 'totalTaxIncrease',
|
|
|
|
|
|
+ dataIndex: 'iNatMoney',
|
|
width: 120,
|
|
width: 120,
|
|
className: 'replacecolor',
|
|
className: 'replacecolor',
|
|
customRender: (text, record, index) => {
|
|
customRender: (text, record, index) => {
|
|
@@ -821,7 +821,7 @@ export default {
|
|
disbursedLocalmoney:disbursedLocalmoneyALL,
|
|
disbursedLocalmoney:disbursedLocalmoneyALL,
|
|
disbursedOriginalmoney:disbursedOriginalmoneyALL,
|
|
disbursedOriginalmoney:disbursedOriginalmoneyALL,
|
|
shuiemoney:shuiemoneyAll.toFixed(3),
|
|
shuiemoney:shuiemoneyAll.toFixed(3),
|
|
- totalTaxIncrease:(disbursedLocalmoneyALL+shuiemoneyAll)
|
|
|
|
|
|
+ iNatMoney:(disbursedLocalmoneyALL+shuiemoneyAll)
|
|
}
|
|
}
|
|
if(this.costPayData.length!==0){
|
|
if(this.costPayData.length!==0){
|
|
if(this.costPayData[this.costPayData.length-1].setNo=='合计'){this.costPayData.pop()}
|
|
if(this.costPayData[this.costPayData.length-1].setNo=='合计'){this.costPayData.pop()}
|