Browse Source

添加type条件

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

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

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

Loading…
Cancel
Save