Преглед на файлове

成本分配表-不含税运杂费数值错误

jbb преди 1 година
родител
ревизия
f5ad6b5b21
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/views/reportForms/cost-allocation-table.vue

+ 2 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -625,6 +625,7 @@ export default {
             this.$refs.unitTabs.sumInfo.ingAmount =(v/2).toFixed(2)//辅料金额合计
             this.$refs.unitTabs.sumInfo.ingExcludAmount = ((v/2).toFixed(2)/(1+(Number(this.detailsPlanNum.taxrate)/100))).toFixed(2)//辅料不含税金额合计
             this.detailsPlanNum.excipiencostNotincludestax =  this.$refs.unitTabs.sumInfo.ingExcludAmount
+            debugger
             //合计中出运明细相关金额
             var s =0,
             v = 0,
@@ -861,7 +862,7 @@ export default {
        this.costPayData.push(obj)
       }
       this.detailsPlanNum.shuiemoney = shuiemoneyAll.toFixed(3)
-      this.detailsPlanNum.rmbExpense = iNatMoney.toFixed(2)
+      this.detailsPlanNum.rmbExpense = obj.iNatMoney.toFixed(2)
     },
     daYin(){
          this.showSelect = 1