From 56392d1aa0a0e6c93755296d4805444a9d7f1e26 Mon Sep 17 00:00:00 2001 From: chenfang Date: Tue, 21 May 2024 13:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=80=80=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=B1=95=E7=A4=BA=E7=A9=BA=E7=9A=84=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=94=A8=E4=BA=8E=E6=89=8B=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturnRequestMain/index.vue | 8 ++++---- .../purchasereturnRequestMain.data.ts | 20 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue index f9096474d..083e6b2d1 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue @@ -220,7 +220,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => row['supplierQty'] = val[0]['supplierQty'] row['supplierUom'] = val[0]['supplierUom'] row['inventoryStatus'] = val[0]['inventoryStatus'] - row['fromLocationCode'] = val[0]['toLocationCode'] + // row['fromLocationCode'] = val[0]['toLocationCode'] row['toLocationCode'] = val[0]['toLocationCode'] row['fromLocationGroupCode'] = val[0]['locationGroupCode'] row['toLocationGroupCode'] = null @@ -246,7 +246,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => row['containerNumber'] = val[0]['toContainerNumber'] row['containerNumber'] = val[0]['containerNumber'] row['containerNumber'] = val[0]['containerNumber'] - row['fromLocationCode'] = val[0]['fromLocationCode'] + // row['fromLocationCode'] = val[0]['fromLocationCode'] row['toLocationCode'] = val[0]['toLocationCode'] } } else { @@ -336,7 +336,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef) => { setV['supplierQty'] = val[0]['supplierQty'] setV['supplierUom'] = val[0]['supplierUom'] setV['inventoryStatus'] = val[0]['inventoryStatus'] - setV['fromLocationCode'] = val[0]['toLocationCode'] + // setV['fromLocationCode'] = val[0]['toLocationCode'] setV['toLocationCode'] = val[0]['toLocationCode'] setV['fromLocationGroupCode'] = val[0]['locationGroupCode'] setV['toLocationGroupCode'] = null @@ -362,7 +362,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef) => { setV['containerNumber'] = val[0]['toContainerNumber'] setV['containerNumber'] = val[0]['containerNumber'] setV['containerNumber'] = val[0]['containerNumber'] - setV['fromLocationCode'] = val[0]['fromLocationCode'] + // setV['fromLocationCode'] = val[0]['fromLocationCode'] setV['toLocationCode'] = val[0]['toLocationCode'] } }else { diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts index 2dbadc3fe..daf309ff7 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts @@ -823,16 +823,6 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive } } }, - { - label: '包装号', - field: 'packingNumber', - sort: 'custom', - table: { - width: 150 - }, - isTable: false, - isTableForm: true - }, { label: '替代批次', field: 'altBatch', @@ -1002,6 +992,16 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive } } }, + { + label: '从库位代码', + field: 'fromLocationCode', + sort: 'custom', + table: { + width: 150 + }, + hiddenInMain: true, + isTable: false, + }, { label: '到库位代码', field: 'toLocationCode',