Commit 874b6e5e by 王宝涛

feat(gps): 添加班组字段配置和权限设置

- 在表单配置中新增班组选择组件,支持多选和搜索功能
- 为班组字段添加表格列配置,支持排序和调整大小
- 在模型定义中添加banzu字段到GpsModel接口
- 移除机器编号相关的表单布局配置
- 更新工作流权限配置,添加班组字段的查看和编辑权限
- 修改表格组件属性,调整边框和布局样式
- 禁用AI显示功能并隐藏新增按钮
parent c729b3ab
...@@ -8,6 +8,8 @@ export interface MesCheliangBgPageParams extends BasicPageParams { ...@@ -8,6 +8,8 @@ export interface MesCheliangBgPageParams extends BasicPageParams {
tjsj: string; tjsj: string;
banzu: string;
gzr: string; gzr: string;
sfwgcj: string; sfwgcj: string;
...@@ -52,6 +54,8 @@ export interface MesCheliangBgPageModel { ...@@ -52,6 +54,8 @@ export interface MesCheliangBgPageModel {
dhxx: string; dhxx: string;
drzcl: string; drzcl: string;
banzu: string;
} }
/** /**
...@@ -130,6 +134,8 @@ export interface MesCheliangBgModel { ...@@ -130,6 +134,8 @@ export interface MesCheliangBgModel {
psqzp: string; psqzp: string;
banzu: string;
bz: string; bz: string;
createDate: string; createDate: string;
......
...@@ -2,38 +2,6 @@ export const permissionList = [ ...@@ -2,38 +2,6 @@ export const permissionList = [
{ {
required: false, required: false,
view: true, view: true,
edit: false,
disabled: true,
isSaveTable: true,
tableName: '',
fieldName: '机器编号',
fieldId: 'danXingWenBen3915',
isSubTable: false,
showChildren: true,
type: 'input',
key: '7dcf08ec1d9e4363ab1dac2ec6d4d353',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '自动获取',
isSubTable: false,
showChildren: true,
type: 'button',
key: 'c3dc7ab3505b4aceafbd956a0f6e0e0e',
children: [],
options: {},
},
{
required: false,
view: true,
edit: true, edit: true,
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
...@@ -106,6 +74,22 @@ export const permissionList = [ ...@@ -106,6 +74,22 @@ export const permissionList = [
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '班组',
fieldId: 'banzu',
isSubTable: false,
showChildren: true,
type: 'radio',
key: 'bbc92accfa5b4def90d343b129322110',
children: [],
options: {},
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '工作人', fieldName: '工作人',
fieldId: 'gzr', fieldId: 'gzr',
isSubTable: false, 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