Browse Source

出运明细-表头数据

jbb 1 year ago
parent
commit
05742fc493
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/reportForms/cost-allocation-table/tabs.vue

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

@@ -645,6 +645,7 @@ export default {
       this.sumInfo.ingExcludAmount = (Number(this.sumInfo.ingAmount).toFixed(2)/(1+(Number(data)/100))).toFixed(2)//辅料不含税金额合计
       this.sumInfo.amountTotal = Number(this.sumInfo.fabricExcludTax)+Number(this.sumInfo.ingExcludAmount)+Number( this.sumInfo.shipProcesFees)//合计金额
       this.$forceUpdate()
+      this.$emit('number',this.sumInfo.fabricExcludTax,this.sumInfo.ingExcludAmount)
     },
     tabsCallback(key) {
       this.activeKey = key