Commit 34ad57a2 by 张恒

refactor(scgl): 更新生产管理任务组件配置

- 修改 config.ts 中的表头合并配置结构
- 替换了业务组织字段的唯一标识键值
- 更新了状态字段的唯一标识键值
- 更改了炉次号字段的唯一标识键值
- 调整了优先级字段的唯一标识键值
- 重构了工作流权限配置文件中的字段定义顺序
- 将业务组织权限配置移动到合适位置并更新键值
- 同步更新了铸次号、状态、炉次号和优先级字段的键值配置
parent 231c57c7
...@@ -157,7 +157,7 @@ export const columns: BasicColumn[] = [ ...@@ -157,7 +157,7 @@ export const columns: BasicColumn[] = [
styleConfig: undefined, styleConfig: undefined,
listStyle: undefined, listStyle: undefined,
}, }
]; ];
//表头合并配置 //表头合并配置
export const headerMergingData = []; export const headerMergingData = [];
...@@ -271,7 +271,7 @@ export const formProps: FormProps = { ...@@ -271,7 +271,7 @@ export const formProps: FormProps = {
}, },
}, },
{ {
key: 'lkajsldjaljdla', key: 'm7r1m6f9e6z4l0l7d4c7q8a2f3o2m7c4',
field: 'ywzz', field: 'ywzz',
label: '业务组织', label: '业务组织',
type: 'select', type: 'select',
...@@ -488,7 +488,7 @@ export const formProps: FormProps = { ...@@ -488,7 +488,7 @@ export const formProps: FormProps = {
}, },
}, },
{ {
key: '312djfjdjd', key: 'i3r5y5h5u6w6v0m9i5v0z5w0i4f8b8m6',
field: 'zt', field: 'zt',
label: '状态', label: '状态',
type: 'input', type: 'input',
...@@ -732,7 +732,7 @@ export const formProps: FormProps = { ...@@ -732,7 +732,7 @@ export const formProps: FormProps = {
span: 6, span: 6,
list: [ list: [
{ {
key: 'fsdfsdf', key: 'u2r5o6w9o9l2w3k4z4g5f7x9w4b5b1a0',
field: 'lch', field: 'lch',
label: '炉次号', label: '炉次号',
type: 'input', type: 'input',
...@@ -1186,7 +1186,7 @@ export const formProps: FormProps = { ...@@ -1186,7 +1186,7 @@ export const formProps: FormProps = {
{ span: 6, { span: 6,
list: [ list: [
{ {
key: 'fsfsdfsdfsfa', key: 'v2n5h0j9v1k1b5n6n7i2a1d8t8y4x8s7',
field: 'yxj', field: 'yxj',
label: '优先级', label: '优先级',
type: 'select', type: 'select',
......
export const permissionList = [ export const permissionList = [
{
required: true,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '业务组织',
fieldId: 'ywzz',
isSubTable: false,
showChildren: true,
type: 'select',
key: 'lkajsldjaljdla',
children: [],
options: {},
},
{ {
required: false, required: false,
view: true, view: true,
...@@ -38,23 +23,6 @@ export const permissionList = [ ...@@ -38,23 +23,6 @@ export const permissionList = [
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '铸次号',
fieldId: 'zch',
isSubTable: false,
showChildren: true,
type: 'input',
key: 'b22f0a133613428f84ee08c70c61311b',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '重量/KG', fieldName: '重量/KG',
fieldId: 'zl', fieldId: 'zl',
isSubTable: false, isSubTable: false,
...@@ -182,6 +150,22 @@ export const permissionList = [ ...@@ -182,6 +150,22 @@ export const permissionList = [
options: {}, options: {},
}, },
{ {
required: true,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '业务组织',
fieldId: 'ywzz',
isSubTable: false,
showChildren: true,
type: 'select',
key: 'm7r1m6f9e6z4l0l7d4c7q8a2f3o2m7c4',
children: [],
options: {},
},
{
required: false, required: false,
view: true, view: true,
edit: true, edit: true,
...@@ -225,7 +209,7 @@ export const permissionList = [ ...@@ -225,7 +209,7 @@ export const permissionList = [
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'input', type: 'input',
key: 'fsdfsdf', key: 'u2r5o6w9o9l2w3k4z4g5f7x9w4b5b1a0',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
...@@ -242,7 +226,7 @@ export const permissionList = [ ...@@ -242,7 +226,7 @@ export const permissionList = [
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'input', type: 'input',
key: '312djfjdjd', key: 'i3r5y5h5u6w6v0m9i5v0z5w0i4f8b8m6',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
...@@ -259,7 +243,7 @@ export const permissionList = [ ...@@ -259,7 +243,7 @@ export const permissionList = [
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'input', type: 'input',
key: 'fsfsdfsdfsfa', key: 'v2n5h0j9v1k1b5n6n7i2a1d8t8y4x8s7',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
......
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