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: '业务类型',