From 9df5402f60bbd463f59d8395eabd64d242657790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Tue, 1 Apr 2025 10:25:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockIn/StockInByCharge/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue index 93cd2a1..bb8622f 100644 --- a/src/views/stockIn/StockInByCharge/index.vue +++ b/src/views/stockIn/StockInByCharge/index.vue @@ -25,7 +25,7 @@ + highlight-current-row row-key="id" @row-click="handle"> @@ -742,7 +742,7 @@ async function sendToERP() { }) } -/*function handle(row: any, event: any, column: any) { +function handle(row: any, event: any, column: any) { if (areAllNotEmpty(row.ERPFACTORY)) { getERPLocation(row.ERPFACTORY) } else { @@ -771,7 +771,7 @@ async function sendToERP() { confirmButtonText: 'OK' }) }) -}*/ +} /**************************************************公共方法************************************************/ function getStorageSpec(value: any) {