Browse Source

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

linshi20240813
wangyufei 1 month 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: '计划类型',
field: 'planType',
dictType: DICT_TYPE.PLAN_PRODUCTION_TYPE,
dictClass: 'string',
isTable: true,
sort: 'custom',
form: {
component: 'SelectV2'
table: {
width: 150
},
form: {
component: 'Select'
}
},
{
label: '业务类型',

Loading…
Cancel
Save