From 37c5ed0c101f144260b1b7676df54fe12ad20960 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 19 Jun 2024 19:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8=E5=8A=A0?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productPutaway/job/productPutawayJob.vue | 7 ++++++- src/pages/productReceipt/job/productReceiptJob.vue | 5 +++++ src/pages/purchaseReceipt/job/receiptJob.vue | 7 ++++++- src/pages/putaway/job/putawayJob.vue | 5 +++++ 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/pages/productPutaway/job/productPutawayJob.vue b/src/pages/productPutaway/job/productPutawayJob.vue index 7e1e5d0a..8bae64a0 100644 --- a/src/pages/productPutaway/job/productPutawayJob.vue +++ b/src/pages/productPutaway/job/productPutawayJob.vue @@ -347,7 +347,12 @@ column: "type", action: "==", value: this.type - }, + }, + { + column: "status", + action: "in", + value: '1,2', + } // { // column: "fromLocationCode", // action: "==", diff --git a/src/pages/productReceipt/job/productReceiptJob.vue b/src/pages/productReceipt/job/productReceiptJob.vue index 51f49dd7..55a535ea 100644 --- a/src/pages/productReceipt/job/productReceiptJob.vue +++ b/src/pages/productReceipt/job/productReceiptJob.vue @@ -372,6 +372,11 @@ column: "type", action: "==", value: this.type + }, + { + column: "status", + action: "in", + value: '1,2', } // { // column: "fromLocationCode", diff --git a/src/pages/purchaseReceipt/job/receiptJob.vue b/src/pages/purchaseReceipt/job/receiptJob.vue index 677e643e..e46ac344 100644 --- a/src/pages/purchaseReceipt/job/receiptJob.vue +++ b/src/pages/purchaseReceipt/job/receiptJob.vue @@ -379,7 +379,12 @@ column: "itemCode", action: "==", value: result.label.itemCode - }, + }, + { + column: "status", + action: "in", + value: '1,2', + } // { // column: "fromLocationCode", // action: "==", diff --git a/src/pages/putaway/job/putawayJob.vue b/src/pages/putaway/job/putawayJob.vue index acf3f724..1a1db2ec 100644 --- a/src/pages/putaway/job/putawayJob.vue +++ b/src/pages/putaway/job/putawayJob.vue @@ -323,6 +323,11 @@ action: "==", value: result.label.itemCode }, + { + column: "status", + action: "in", + value: '1,2', + } // { // column: "fromLocationCode", // action: "==",