diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts index e8182be49..7de5b2596 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts @@ -78,8 +78,8 @@ export const RepleinshRequestMain = useCrudSchemas( table: { width: 150 }, - isForm: false, isTable: true, + isForm: false, isDetail: true }, { @@ -432,20 +432,36 @@ export const RepleinshRequestMain = useCrudSchemas( // } // } // }, - // { - // label: '到仓库代码', - // field: 'toWarehouseCode', - // sort: 'custom', - // table: { - // width: 150 - // }, - // isTable: false, - // form: { - // componentProps: { - // disabled: true - // } - // } - // }, + { + label: '从仓库代码', + field: 'fromWarehouseCode', + sort: 'custom', + isForm: false, + table: { + width: 150 + }, + isTable: false, + form: { + componentProps: { + disabled: true + } + } + }, + { + label: '到仓库代码', + field: 'toWarehouseCode', + sort: 'custom', + isForm: false, + table: { + width: 150 + }, + isTable: false, + form: { + componentProps: { + disabled: true + } + } + }, { label: '自动提交', field: 'autoCommit', @@ -617,26 +633,7 @@ export const RepleinshRequestMain = useCrudSchemas( fixed: 'right' }, }, - // { - // label: '包装规格', - // field: 'packUnit', - // sort: 'custom', - // isForm:false, - // table: { - // width: 150 - // }, - // sortTableDefault:7, - // }, - // { - // label: '包装数量', - // field: 'packQty', - // sort: 'custom', - // isForm:false, - // table: { - // width: 150 - // }, - // sortTableDefault:8, - // }, + ]) ) @@ -732,6 +729,7 @@ export const RepleinshRequestDetail = useCrudSchemas( label: '背番', field: 'backNumber', sort: 'custom', + sortTableDefault: 4, table: { width: 150 }, @@ -817,13 +815,14 @@ export const RepleinshRequestDetail = useCrudSchemas( label: '生产线区分', field: 'productionLine', sort: 'custom', + sortTableDefault: 7, table: { width: 150 }, isTableForm: true, + isTable: true, + isDetail: true, isForm: false, - isTable: false, - isDetail: false, tableForm: { disabled:true } @@ -861,8 +860,8 @@ export const RepleinshRequestDetail = useCrudSchemas( }, isTableForm: true, isForm: false, - isTable: false, - isDetail: false, + isTable: true, + isDetail: true, tableForm: { enterSearch:true, isInpuFocusShow: true,