Browse Source

预生产任务type传值

hella_online_20240829
yufei0306 3 months ago
parent
commit
181b82e30c
  1. 5
      src/pages/productReceipt/job/productReceiptJob.vue

5
src/pages/productReceipt/job/productReceiptJob.vue

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

Loading…
Cancel
Save