Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into master_hella

master_hella_20240701
zhang_li 6 months ago
parent
commit
d3ea3d9604
  1. 2
      src/api/wms/location/index.ts
  2. 32
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

2
src/api/wms/location/index.ts

@ -38,7 +38,7 @@ export const getLocationPageRepleinsh = async (params) => {
if (params.isSearch) { if (params.isSearch) {
delete params.isSearch delete params.isSearch
const data = {...params} const data = {...params}
return request.post({ url: '/wms/location/senior', data }) return request.post({ url: '/wms/location/getForRepleinshSenior', data })
} else { } else {
return await request.get({ url: `/wms/location/pageForRepleinsh`, params }) return await request.get({ url: `/wms/location/pageForRepleinsh`, params })
} }

32
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

@ -183,22 +183,22 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]>(
width: 150 width: 150
}, },
}, },
// { {
// label: '数据来源', label: '数据来源',
// field: 'sourceType', field: 'sourceType',
// dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE,
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// value: 'ASN_ExternalReceipt', value: 'ASN_ExternalReceipt',
// componentProps: { componentProps: {
// disabled: true disabled: true
// } }
// }, },
// isSearch: false, isSearch: false,
// }, },
{ {
label: '从仓库代码', label: '从仓库代码',
field: 'fromWarehouseCode', field: 'fromWarehouseCode',

Loading…
Cancel
Save