Commit e9942b22 by 王宝涛

refactor(chaiche): 调整车辆信息字段配置和组件映射关系

- 将MesCheliangBgPageParams接口中的cllx字段替换为cphm,并将cphm字段移至cllx位置
- 修改config.ts中车牌号码(cphm)和车辆类型(cllx)字段的配置顺序和数据源设置
- 更新cphm字段的数据源配置,从字典改为API调用方式获取车辆列表
- 调整关联弹窗组件的键值映射,更新车牌号码、车辆类型和车辆重量的组件配置
- 重新映射workflowPermission.ts中字段名称与组件类型的对应关系
- 统一调整表单组件的显示标签和数据绑定字段
parent 1f97b369
......@@ -6,7 +6,7 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
export interface MesCheliangBgPageParams extends BasicPageParams {
banzu: string;
cllx: string;
cphm: string;
clys: string;
......@@ -14,12 +14,12 @@ export interface MesCheliangBgPageParams extends BasicPageParams {
gzr: string;
cllx: string;
wlzt: string;
gzxm: string;
cphm: string;
clppxh: string;
gzkssj: string;
......
......@@ -39,12 +39,12 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '车辆类型',
fieldId: 'cllx',
fieldName: '车牌号码',
fieldId: 'cphm',
isSubTable: false,
showChildren: true,
type: 'select',
key: 'e17f3687f30f4a2995ea2b07348150b5',
type: 'associate-popup',
key: 'f89a9cedaa7a4f98958d46860ac84ad6',
children: [],
options: {},
},
......@@ -123,15 +123,14 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '车辆重量(kg)',
fieldId: 'clzl',
fieldName: '车辆类型',
fieldId: 'cllx',
isSubTable: false,
showChildren: true,
type: 'number',
key: '059de967d74b44bba170351aff279c63',
type: 'select',
key: 'e17f3687f30f4a2995ea2b07348150b5',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
......@@ -223,14 +222,15 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '车牌号码',
fieldId: 'cphm',
fieldName: '车辆重量(kg)',
fieldId: 'clzl',
isSubTable: false,
showChildren: true,
type: 'associate-popup',
key: 'f89a9cedaa7a4f98958d46860ac84ad6',
type: 'number',
key: '059de967d74b44bba170351aff279c63',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment