소스 검색

出运明细-表头数据

jbb 2 년 전
부모
커밋
05742fc493
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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