Commit 7f548d45 authored by liuzeheng's avatar liuzeheng

扫描

parent 4e3b41f7
...@@ -682,9 +682,7 @@ export default { ...@@ -682,9 +682,7 @@ export default {
}; };
listByOrderId({ orderId: data.orderId }).then((data) => { listByOrderId({ orderId: data.orderId }).then((data) => {
let positionNos = [...(new Set(data.map((item) => { let positionNos = [...(new Set(data.map((item) => {
return `${item.warehouseName ?? ""}${item.areaName ?? ""}${ return `${item.warehouseName ?? ""}${item.areaName ?? ""}${item.locationName ?? ""}`;
item.locationName ?? ""
}`;
})))]; })))];
this.$set(this.batchOrderInfo, "positionNo", positionNos.join(",")); this.$set(this.batchOrderInfo, "positionNo", positionNos.join(","));
}); });
......
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