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