diff --git a/src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts b/src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts index 9409a6cac..3ae45aeef 100644 --- a/src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts +++ b/src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts @@ -17,6 +17,7 @@ export const QadProductionPlanMain = useCrudSchemas(reactive([ table: { width: 350, } + ,sortTableDefault:1 }, { label: '客户订单号', @@ -35,6 +36,7 @@ export const QadProductionPlanMain = useCrudSchemas(reactive([ table: { width: 150, } + ,sortTableDefault:2 }, { label: '背番', @@ -51,17 +53,20 @@ form:{ disabled: true, } } + ,sortTableDefault:3 }, { label: '计划数量', field: 'planQty', sort: 'custom', + sortTableDefault:4 }, { label: '生产线', field: 'productionLine', sort: 'custom', isSearch: true, + sortTableDefault:6 }, { label: '班组', @@ -83,6 +88,7 @@ form:{ valueFormat: 'x' } }, + sortTableDefault:5 }, { label: '计划类型', @@ -96,7 +102,8 @@ form:{ }, form: { component: 'Select' - } + }, + sortTableDefault:8 }, { label: '业务类型', @@ -105,6 +112,7 @@ form:{ form: { component: 'SelectV2' }, + sortTableDefault:9 }, { label: '创建时间', @@ -135,6 +143,7 @@ form:{ defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] }, }, + sortTableDefault:10 }, { label: '创建者', @@ -143,7 +152,8 @@ form:{ width: 130 }, isForm: false, - isTable: true + isTable: true, + sortTableDefault:7 }, // { // label: '备注',