Browse Source

QAD生产计划--计划类型展示英文

linshi20240813
wangyufei 3 months ago
parent
commit
5cb9b8b92e
  1. 10
      src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

10
src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

@ -62,10 +62,16 @@ export const QadProductionPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '计划类型', label: '计划类型',
field: 'planType', field: 'planType',
dictType: DICT_TYPE.PLAN_PRODUCTION_TYPE,
dictClass: 'string',
isTable: true,
sort: 'custom', sort: 'custom',
form: { table: {
component: 'SelectV2' width: 150
}, },
form: {
component: 'Select'
}
}, },
{ {
label: '业务类型', label: '业务类型',

Loading…
Cancel
Save