Commit 5a11b6f0 by 王宝涛

feat(pybg): 更新配置表单字段和数据模型

- 将搜索表单中的车辆号码(cphm)字段替换为班组(banzu)字段
- 调整排液人(gzr)字段位置并重新配置组件属性
- 添加工作结束时间筛选条件字段
- 更新表格列配置增加班组列和处理辆数列
- 修改工作流权限配置中的字段映射关系
- 调整车辆重量输入框的数值验证规则
- 更新数据模型接口定义以匹配新的字段结构
parent 874b6e5e
......@@ -4,17 +4,17 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
* @description: MesCheliangBg分页参数 模型
*/
export interface MesCheliangBgPageParams extends BasicPageParams {
cphm: string;
gzr: string;
banzu: string;
gzkssj: string;
cllx: string;
gzxm: string;
gzr: string;
gzjssj: string;
gzxm: string;
}
/**
......@@ -38,6 +38,8 @@ export interface MesCheliangBgPageModel {
gzjssj: string;
clls: string;
banzu: string;
}
/**
......@@ -116,6 +118,8 @@ export interface MesCheliangBgModel {
psqzp: string;
banzu: string;
bz: string;
createDate: string;
......
......@@ -39,15 +39,14 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '排液人',
fieldId: 'gzr',
fieldName: '班组',
fieldId: 'banzu',
isSubTable: false,
showChildren: true,
type: 'user',
key: 'b8e63f39708d46cdb64fd9b5e9079dd4',
type: 'radio',
key: '362f762c817749469f47af55832b3363',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
......@@ -106,14 +105,15 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '工作项目',
fieldId: 'gzxm',
fieldName: '排液人',
fieldId: 'gzr',
isSubTable: false,
showChildren: true,
type: 'associate-popup',
key: '16549fa420014b3f871e74e4274df5b3',
type: 'user',
key: 'b8e63f39708d46cdb64fd9b5e9079dd4',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
......@@ -156,6 +156,22 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '工作项目',
fieldId: 'gzxm',
isSubTable: false,
showChildren: true,
type: 'associate-popup',
key: '16549fa420014b3f871e74e4274df5b3',
children: [],
options: {},
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '处理辆数',
fieldId: 'clls',
isSubTable: 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