Browse Source

预生产任务type传值

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

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

@ -367,7 +367,12 @@
column: "itemCode", column: "itemCode",
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