Browse Source

添加type条件

hella_online_20240829
wangyufei 3 months ago
parent
commit
7fc04491da
  1. 5
      src/pages/productPutaway/job/productPutawayJob.vue

5
src/pages/productPutaway/job/productPutawayJob.vue

@ -342,6 +342,11 @@
column: "itemCode", column: "itemCode",
action: "==", action: "==",
value: result.label.itemCode value: result.label.itemCode
},
{
column: "type",
action: "==",
value: this.type
}, },
// { // {
// column: "fromLocationCode", // column: "fromLocationCode",

Loading…
Cancel
Save