Commit 460f9320 authored by liuzeheng's avatar liuzeheng

输入框装箱

parent fc64fba3
...@@ -592,7 +592,7 @@ export default { ...@@ -592,7 +592,7 @@ export default {
}, 1000); }, 1000);
}, },
getDetialOfSelfNO(){ getDetialOfSelfNO(){
scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum}).then(data=>{ scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum,shipmentId: this.shipmentId}).then(data=>{
msg(this.$t('装箱成功')) msg(this.$t('装箱成功'))
this.getData() this.getData()
}) .catch((data) => { }) .catch((data) => {
......
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