diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts index 7a44789e3..9d7da189e 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts @@ -129,6 +129,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, + isTable: false, + isDetail: false, }, { label: '申请时间', @@ -151,6 +153,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ } }, isForm: false, + sortTableDefault: 1001, }, { label: '截止时间', @@ -172,6 +175,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ valueFormat: 'x', } }, + sortTableDefault: 1001, }, // { // label: '从库区类型范围', @@ -401,6 +405,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] } }, + sortTableDefault: 1001, }, { label: '创建者', @@ -410,7 +415,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, - isTable: true + isTable: true, + sortTableDefault: 1001, }, { label: '最后更新时间', @@ -433,7 +439,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ } }, isForm: false, - isTable: false + isTable: false, + sortTableDefault: 1001, }, { label: '最后更新者', @@ -443,7 +450,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, - isTable: false + isTable: false, + sortTableDefault: 1001, }, { label: '操作',