Compare commits

..

No commits in common. "702c0d6484c8a1cbbafef03cbaaebfa02d2264e1" and "181d4c0f8006729b6b16d2b47194d6e89c981bc8" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -754,7 +754,6 @@ export default {
obj.totalPrice = (Number(obj.singlePrice)*Number(obj.orderNum))
param.orderAmount = param.orderAmount+obj.totalPrice;
param.totalNum = param.totalNum+Number(obj.orderNum)
param.orderGoodsDetailList.push(obj)
}
})
}
@ -862,8 +861,7 @@ export default {
this.$modal.confirm('是否确认覆盖货品明细?').then(() => {
this.materialList = this.materialDetailsData;
this.materialList.forEach(item=>{
this.$set(item,"orderNum",item.purchaseNum)
this.$set(item,"singlePrice",Number(item.unitPrice)/100)
this.$set(item,"orderNum",item.purchaseNum)
})
this.baseInfo.purchasePlanCode = this.importRow.planCode;
this.$set(this.baseInfo,"remark","导入采购计划")