Ver Fonte

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

jbb há 1 ano atrás
pai
commit
f5ad6b5b21
1 ficheiros alterados com 2 adições e 1 exclusões
  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