소스 검색

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

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