diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue index 6742223..ca89aa6 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"> @@ -744,7 +744,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 { @@ -773,7 +773,7 @@ async function sendToERP() { confirmButtonText: 'OK' }) }) -}*/ +} /**************************************************公共方法************************************************/ function getStorageSpec(value: any) {