Browse Source

Merge remote-tracking branch 'origin/master_hella' into master_hella

hella_online_20240829
zhaoxuebing 2 months ago
parent
commit
39d8624627
  1. 44
      src/views/wms/basicDataManage/itemManage/relegate/relegateRequest/relegateRequestMain.data.ts

44
src/views/wms/basicDataManage/itemManage/relegate/relegateRequest/relegateRequestMain.data.ts

@ -742,7 +742,7 @@ export const RelegateRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
export const RelegateRequestDetailLabel = useCrudSchemas(reactive<CrudSchema[]>([ export const RelegateRequestDetailLabel = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '物料代码', label: '物料代码',
field: 'itemCode', field: 'downItemCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -756,49 +756,9 @@ export const RelegateRequestDetailLabel = useCrudSchemas(reactive<CrudSchema[]>(
} }
} }
}, },
{
label: '物料名称',
field: 'itemName',
sort: 'custom',
table: {
width: 150
},
isTableForm: false,
isForm: false,
},
{
label: '物料描述1',
field: 'itemDesc1',
sort: 'custom',
table: {
width: 150
},
isTableForm: false,
isForm: false,
},
{
label: '物料描述2',
field: 'itemDesc2',
sort: 'custom',
table: {
width: 150
},
isTableForm: false,
isForm: false,
},
{
label: '项目代码',
field: 'projectCode',
sort: 'custom',
table: {
width: 150
},
isTableForm: false,
isForm: false,
},
{ {
label: '批次', label: '批次',
field: 'fromBatch', field: 'toBatch',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150

Loading…
Cancel
Save