From 8914e39c2b9828d4bc53b488b1dc7cd996629063 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 7 Nov 2024 15:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E5=A4=87=E4=BB=B6=E9=A2=86?= =?UTF-8?q?=E7=94=A8=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=BA=94=E5=B8=A6=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=9C=80=E5=A4=A7=E6=95=B0=E9=87=8F=20=20YT-?= =?UTF-8?q?678?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sparepartsrequisitionRequestMain/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/inventoryjobManage/sparepartsrequisition/sparepartsrequisitionRequestMain/index.vue b/src/views/wms/inventoryjobManage/sparepartsrequisition/sparepartsrequisitionRequestMain/index.vue index 8e8b29650..7a08520db 100644 --- a/src/views/wms/inventoryjobManage/sparepartsrequisition/sparepartsrequisitionRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/sparepartsrequisition/sparepartsrequisitionRequestMain/index.vue @@ -123,6 +123,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => newRow['packingNumber'] = item['packingNumber'] newRow['containerNumber'] = item['containerNumber'] newRow['batch'] = item['batch'] + newRow['qty'] = item[0]['qty'] newRow['inventoryStatus'] = item['inventoryStatus'] newRow['fromLocationCode'] = item['locationCode'] newRow['itemCode'] = item['itemCode'] @@ -161,6 +162,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { setV[formField] = val[0][searchField] setV['packingNumber'] = val[0]['packingNumber'] setV['containerNumber'] = val[0]['containerNumber'] + setV['qty'] = val[0]['qty'] setV['batch'] = val[0]['batch'] setV['inventoryStatus'] = val[0]['inventoryStatus'] setV['fromLocationCode'] = val[0]['locationCode']