From 302f014c756d497a53d87de7bfc2cd89ceaa5e86 Mon Sep 17 00:00:00 2001 From: siontion Date: Mon, 5 Feb 2024 16:45:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E7=89=A9=E6=96=99=20?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 出库物料 搜索 --- mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageOut.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageOut.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageOut.vue index ccf0430c..f24063f6 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageOut.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageOut.vue @@ -642,6 +642,7 @@ const getMatList = async (name) =>{ } const handlePn = async (scope) =>{ + scope.row.matList = matList.value var repeatItem = formData.value.matItemDOList.filter( mat => mat.matId==scope.row.matId && mat.pnId == scope.row.pnId) if(repeatItem.length>1){ message.alertWarning('物料编码['+repeatItem[0].matCode+']出库库位存在多行数据,请修改,避免重复出库') @@ -762,7 +763,7 @@ onMounted(async () => { whList.value = await WarehouseApi.getWarehouseSimpList() //获取状态为启用的物料信息 - await getMatList(name) + await getMatList('') // 获取当前最新库存信息 matLastData.value = await StorageMatApi.getStorageMatList(0)