From 0d902388dd582c8d0f50d34a72c9beaf05cd9791 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Wed, 12 Jun 2024 13:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E8=AE=A1=E9=87=8F=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchaseMain/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/index.vue index 780e58776..14080c706 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/index.vue @@ -173,12 +173,12 @@ console.log('PurchaseMain.allSchemas.searchSchema',PurchaseMain.allSchemas.searc newRow['uom'] = item['supplierUom'] tableData.value.push(newRow) }) - const itemCodes = val.map(valItem=>valItem['itemCode']) - await ItembasicApi.getItembasicPage({ - code: itemCodes.join(',') - }).then(res => { - row['uom'] = res.list[0].uom - }) + // const itemCodes = val.map(valItem=>valItem['itemCode']) + // await ItembasicApi.getItembasicPage({ + // code: itemCodes.join(',') + // }).then(res => { + // row['uom'] = res.list[0].uom + // }) } }