From ce4853e6d596ea5d549df0ec7ea039e526588433 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 20 Nov 2024 16:25:54 +0800 Subject: [PATCH] =?UTF-8?q?11/20=20=E5=87=BA=E5=85=A5=E5=BA=93=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/drugInventory/supInoutSearchOrder.vue | 3 ++- src/views/inventory/supInoutSearchOrder.vue | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/drugInventory/supInoutSearchOrder.vue b/src/views/drugInventory/supInoutSearchOrder.vue index 3bcf1636..9daaa290 100644 --- a/src/views/drugInventory/supInoutSearchOrder.vue +++ b/src/views/drugInventory/supInoutSearchOrder.vue @@ -591,7 +591,8 @@ export default { let query = { code: _this.$store.getters.locInvCode, enabled: true, - detailType: _this.actionType + detailType: _this.actionType, + productType:2 }; getOrderDetailBusOptimize(query) .then((response) => { diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 2040ac1d..f5a699d7 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -1,7 +1,7 @@