From 7fc04491da214b1b861091e64bf472cebcb6ffa7 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 17 Jun 2024 15:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0type=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productPutaway/job/productPutawayJob.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/productPutaway/job/productPutawayJob.vue b/src/pages/productPutaway/job/productPutawayJob.vue index b68fdafe..f7475548 100644 --- a/src/pages/productPutaway/job/productPutawayJob.vue +++ b/src/pages/productPutaway/job/productPutawayJob.vue @@ -342,6 +342,11 @@ column: "itemCode", action: "==", value: result.label.itemCode + }, + { + column: "type", + action: "==", + value: this.type }, // { // column: "fromLocationCode",