Commit d0d27dc5 authored by zhoutong's avatar zhoutong

出仓箱数增加标签扫码功能后,不允许修改

parent db931e1b
...@@ -163,7 +163,6 @@ export default { ...@@ -163,7 +163,6 @@ export default {
getbox(this.$attrs.shipmentObj.id).then((res)=>{ getbox(this.$attrs.shipmentObj.id).then((res)=>{
this.$set(this.airCheckoutObj, 'planNum', res.data.planNum) this.$set(this.airCheckoutObj, 'planNum', res.data.planNum)
this.$set(this.airCheckoutObj, 'realNum', res.data.realNum) this.$set(this.airCheckoutObj, 'realNum', res.data.realNum)
console.log(res)
}) })
}, },
/** 取消 */ /** 取消 */
......
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