Browse Source

YT-1134WMS 页面展示未按照原型图修改

intex
zhang_li 3 days ago
parent
commit
3f13d70143
  1. 14
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

14
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

@ -129,6 +129,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
isForm: false, isForm: false,
isTable: false,
isDetail: false,
}, },
{ {
label: '申请时间', label: '申请时间',
@ -151,6 +153,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
isForm: false, isForm: false,
sortTableDefault: 1001,
}, },
{ {
label: '截止时间', label: '截止时间',
@ -172,6 +175,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
sortTableDefault: 1001,
}, },
// { // {
// label: '从库区类型范围', // label: '从库区类型范围',
@ -401,6 +405,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
} }
}, },
sortTableDefault: 1001,
}, },
{ {
label: '创建者', label: '创建者',
@ -410,7 +415,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
isForm: false, isForm: false,
isTable: true isTable: true,
sortTableDefault: 1001,
}, },
{ {
label: '最后更新时间', label: '最后更新时间',
@ -433,7 +439,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
isForm: false, isForm: false,
isTable: false isTable: false,
sortTableDefault: 1001,
}, },
{ {
label: '最后更新者', label: '最后更新者',
@ -443,7 +450,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
isForm: false, isForm: false,
isTable: false isTable: false,
sortTableDefault: 1001,
}, },
{ {
label: '操作', label: '操作',

Loading…
Cancel
Save