From 5cb9b8b92e34d34ccea93a257dac1293b87f5148 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Tue, 13 Aug 2024 10:28:16 +0800 Subject: [PATCH] =?UTF-8?q?QAD=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92--?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=B1=BB=E5=9E=8B=E5=B1=95=E7=A4=BA=E8=8B=B1?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qadproductionplan/qadProductionPlanMain.data.ts | 10 ++++++++-- 1 file changed, 8 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 cc0a3cdfe..97e776d34 100644 --- a/src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts +++ b/src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts @@ -62,10 +62,16 @@ export const QadProductionPlanMain = useCrudSchemas(reactive([ { label: '计划类型', field: 'planType', + dictType: DICT_TYPE.PLAN_PRODUCTION_TYPE, + dictClass: 'string', + isTable: true, sort: 'custom', - form: { - component: 'SelectV2' + table: { + width: 150 }, + form: { + component: 'Select' + } }, { label: '业务类型',