From b6cf6c1ec9ea1e27efb644275e7d8aed611c3561 Mon Sep 17 00:00:00 2001 From: siontion Date: Thu, 1 Feb 2024 23:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E7=89=A9=E6=96=99=20?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 盘点物料 数量统计 --- .../mapper/storagelog/StorageLogNowMapper.xml | 5 +- .../views/heli/storagecheck/checkdetail.vue | 98 +++++++++---------- 2 files changed, 50 insertions(+), 53 deletions(-) diff --git a/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/storagelog/StorageLogNowMapper.xml b/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/storagelog/StorageLogNowMapper.xml index afaf5059..376921cf 100644 --- a/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/storagelog/StorageLogNowMapper.xml +++ b/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/storagelog/StorageLogNowMapper.xml @@ -56,7 +56,7 @@ (select label from system_dict_data where dict_type='heli_material_unit' and value= mat.unit) as mat_unit, brand as mat_brand,'' as wh_id, '' as wh_name,'' as rg_id,'' as rg_name,'' as pn_id,'' as pn_name,'' lot_no,short_name,0 as storage_ok_qty - from base_material as mat where not exists(select id from v_storage_material_now where id=mat.id) + from base_material as mat where virtual_part='N' and not exists(select id from v_storage_material_now where id=mat.id) ) t @@ -65,9 +65,6 @@ AND mat_type = #{matType} - - AND wh_id = #{whId} - \ No newline at end of file diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/checkdetail.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/checkdetail.vue index f8939918..c61727c8 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/checkdetail.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/checkdetail.vue @@ -114,7 +114,7 @@