Browse Source

成本分配表-表头-不含税运杂费/运杂费(¥)

jbb 1 year ago
parent
commit
d507c5c12f
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/views/reportForms/cost-allocation-table.vue

+ 5 - 3
src/views/reportForms/cost-allocation-table.vue

@@ -108,8 +108,8 @@
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="8">
-              <a-form-model-item label="不含税运杂费(¥)" prop="rmbExpense" >
-                {{detailsPlanNum.rmbExpense }}
+              <a-form-model-item label="不含税运杂费(¥)" prop="rmbNorTaxExpense" >
+                {{detailsPlanNum.rmbNorTaxExpense }}
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="8">
@@ -864,7 +864,9 @@ export default {
        this.costPayData.push(obj)
       }
       this.detailsPlanNum.shuiemoney = shuiemoneyAll.toFixed(3)
-      this.detailsPlanNum.rmbExpense = obj.disbursedLocalmoney.toFixed(2)
+      this.detailsPlanNum.rmbNorTaxExpense = obj.disbursedLocalmoney.toFixed(2)
+      this.detailsPlanNum.rmbExpense = obj.iNatMoney.toFixed(2)
+      debugger
     },
     daYin(){
          this.showSelect = 1