diff --git a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts index 10db40ece..89dc20eed 100644 --- a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts +++ b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts @@ -15,6 +15,26 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( }, isSearch: true }, + { + label: '状态', + field: 'status', + dictType: DICT_TYPE.REQUEST_STATUS, + dictClass: 'string', + isForm: false, + isTable: true, + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '车间代码', + field: 'workshopCode', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '申请单号', field: 'requestNumber', @@ -22,8 +42,10 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable: false, isSearch: true }, + { label: '任务单号', field: 'jobNumber', @@ -31,16 +53,10 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable: false, isSearch: true }, - { - label: '车间代码', - field: 'workshopCode', - sort: 'custom', - table: { - width: 150 - }, - }, + { label: '出库事务类型', field: 'outTransactionType', @@ -48,6 +64,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '入库事务类型', @@ -56,6 +73,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '执行时间', @@ -68,6 +86,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -88,6 +107,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -109,6 +129,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -129,6 +150,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -145,13 +167,14 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '接口类型', field: 'interfaceType', dictType: DICT_TYPE.INTERFACE_TYPE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -164,6 +187,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '备注', @@ -172,6 +196,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '创建者', @@ -180,6 +205,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '创建时间', @@ -192,6 +218,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -216,13 +243,14 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '从库区类型范围', field: 'fromAreaTypes', dictType: DICT_TYPE.AREA_TYPE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -235,6 +263,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '到仓库代码', @@ -243,13 +272,14 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '到库区类型范围', field: 'toAreaTypes', dictType: DICT_TYPE.AREA_TYPE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -262,6 +292,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable: false, }, { label: '是否可用', @@ -269,7 +300,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', isSearch: true, - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -357,14 +388,6 @@ export const ProductionreturnRecordDetail = useCrudSchemas(reactive