Commit cebf41d0 authored by xiangzj's avatar xiangzj

终端要货

parent 66a15d4a
...@@ -437,9 +437,9 @@ export default { ...@@ -437,9 +437,9 @@ export default {
// } // }
// } // }
// } // }
params.wantGoodsDetailList[0].baseAuditQuantity = this.form.baseAuditQuantity params.wantGoodsDetailList[0].baseAuditQuantity = this.form.baseAuditQuantity || null
params.wantGoodsDetailList[0].warAuditQuantity = this.form.warAuditQuantity params.wantGoodsDetailList[0].warAuditQuantity = this.form.warAuditQuantity || null
params.wantGoodsDetailList[0].salecenterAuditQuantity = this.form.salecenterAuditQuantity params.wantGoodsDetailList[0].salecenterAuditQuantity = this.form.salecenterAuditQuantity || null
params.currentHandleId = this.taskNode.procUnitHandlerId params.currentHandleId = this.taskNode.procUnitHandlerId
params.currentHandleGroupId = this.taskNode.groupId params.currentHandleGroupId = this.taskNode.groupId
params.taskId = this.$route.query.taskId params.taskId = this.$route.query.taskId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment