|
@@ -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
|