diff --git a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts index 471a5f41b..04a11d089 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts @@ -16,18 +16,18 @@ export const RepleinshRecordMain = useCrudSchemas(reactive([ 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([ }, }, { - label: '部门', + label: '部门代码', field: 'departmentCode', sort: 'custom', table: {