Quellcode durchsuchen

出运明细-表头数据

jbb vor 2 Jahren
Ursprung
Commit
05742fc493
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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