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',