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

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

Loading…
Cancel
Save