From 78bc596101201baa7744215647e263c1b2e9d03f Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Mon, 24 Mar 2025 16:38:53 +0800 Subject: [PATCH] =?UTF-8?q?QAD=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AD=97=E6=AE=B5=E9=A1=BA=E5=BA=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qadProductionPlanMain.data.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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: '备注',