Browse Source

补料记录字段调整

hella_online_20240829
TengXF 4 months ago
parent
commit
73f726da25
  1. 26
      src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts

26
src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts

@ -16,18 +16,18 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
sortSearchDefault:1,
isSearch: true
},
{
label: '状态',
field: 'status',
dictType: DICT_TYPE.JOB_STATUS,
dictClass: 'string',
isTable: false,
sort: 'custom',
table: {
width: 150
},
sortTableDefault:1,
},
// {
// label: '状态',
// field: 'status',
// dictType: DICT_TYPE.JOB_STATUS,
// dictClass: 'string',
// isTable: false,
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault:1,
// },
{
label: '申请单号',
field: 'requestNumber',
@ -160,7 +160,7 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '部门',
label: '部门代码',
field: 'departmentCode',
sort: 'custom',
table: {

Loading…
Cancel
Save