From 5c415f84c5c5274a93e0653116e761d7c37f82c8 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Sun, 28 Apr 2024 22:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=A7=E4=BD=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue index 89c35cd6..32d06d12 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue @@ -1726,6 +1726,7 @@ const searchbutdown = async () => { orderCode: details.inputtxts1, current: details.currentPage, size: details.pageSize, + areaType:2 }; break; @@ -1738,6 +1739,7 @@ const searchbutdown = async () => { // serviceNumber: details.inputtxts, current: details.currentPage, size: details.pageSize, + areaType:2 }; break; @@ -1751,6 +1753,7 @@ const searchbutdown = async () => { current: details.currentPage, size: details.pageSize, id: details.checkite.id, + areaType:2 }; break;