Commit e511fa0d authored by zhoutong's avatar zhoutong

修复理货

parent e42de992
......@@ -83,12 +83,16 @@ export default {
});
}
});
if (orderLocationList.length === 0) {
serviceMsg({code: 0}, this).then(() => {
this.$emit("closeDialog", "query");
});
return;
let orderIds = []
this.storageList.forEach(item=>{
if(!orderIds.includes(item.orderId)){
orderIds.push(item.orderId)
}
})
orderIds.forEach(id=>{
orderLocationList.push({orderId: id})
})
}
tallyLocationUpdate({
......
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