From a1de17f4d80096a8c2f83d7d7ae55ab114f16d1b Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Wed, 29 May 2024 15:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/location/index.ts | 2 +- .../purchasereceiptRequestMain.data.ts | 32 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/api/wms/location/index.ts b/src/api/wms/location/index.ts index 4f6c6a019..3c40f283d 100644 --- a/src/api/wms/location/index.ts +++ b/src/api/wms/location/index.ts @@ -38,7 +38,7 @@ export const getLocationPageRepleinsh = async (params) => { if (params.isSearch) { delete params.isSearch const data = {...params} - return request.post({ url: '/wms/location/senior', data }) + return request.post({ url: '/wms/location/getForRepleinshSenior', data }) } else { return await request.get({ url: `/wms/location/pageForRepleinsh`, params }) } diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts index f5ebb517b..262d98f4e 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts @@ -183,22 +183,22 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( width: 150 }, }, - // { - // label: '数据来源', - // field: 'sourceType', - // dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, - // sort: 'custom', - // table: { - // width: 150 - // }, - // form: { - // value: 'ASN_ExternalReceipt', - // componentProps: { - // disabled: true - // } - // }, - // isSearch: false, - // }, + { + label: '数据来源', + field: 'sourceType', + dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, + sort: 'custom', + table: { + width: 150 + }, + form: { + value: 'ASN_ExternalReceipt', + componentProps: { + disabled: true + } + }, + isSearch: false, + }, { label: '从仓库代码', field: 'fromWarehouseCode',