Commit 48dc81cf authored by liuzeheng's avatar liuzeheng

装箱

parent 4e3b41f7
......@@ -547,9 +547,9 @@ export default {
case "loading":
this.keyword = res.result;
//this.getData();
//this.searchCode();
scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum}).then(data=>{
scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum,shipmentId: this.shipmentId}).then(data=>{
msg(this.$t('装箱成功'))
this.getData()
})
......
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