Commit 8f4d5f25 by 张恒

feat(scgl): 更新工单管理配置和数据模型

- 将工单编号字段统一改为工单编码
- 为工单编码字段配置自动生成规则组件
- 添加状态字段及其选择器配置
- 在数据模型中新增状态、产品编号、生产产线等字段
- 添加工序ID、开始时间、结束时间等流程相关字段
- 更新工作流权限配置中的字段类型和禁用状态
- 移除多余的工序配置项并重新组织配置结构
- 清理组件配置中不必要的属性如maxlength等
parent 5f63520a
...@@ -30,6 +30,8 @@ export interface MesProductionGongdanPageModel { ...@@ -30,6 +30,8 @@ export interface MesProductionGongdanPageModel {
jhksrq: string; jhksrq: string;
jhjsrq: string; jhjsrq: string;
zt: string;
} }
/** /**
...@@ -291,6 +293,8 @@ export interface MesGongdanReportModel { ...@@ -291,6 +293,8 @@ export interface MesGongdanReportModel {
zch: string; zch: string;
cpbh: string;
hj: string; hj: string;
cplb: string; cplb: string;
...@@ -362,6 +366,20 @@ export interface MesGongdanReportModel { ...@@ -362,6 +366,20 @@ export interface MesGongdanReportModel {
modifyDate: string; modifyDate: string;
modifyUserId: string; modifyUserId: string;
sccx: string;
sccj: string;
gzzx: string;
gxId: string;
kssj: string;
jssj: string;
hgs: string;
} }
/** /**
......
...@@ -3,18 +3,17 @@ export const permissionList = [ ...@@ -3,18 +3,17 @@ export const permissionList = [
required: false, required: false,
view: true, view: true,
edit: false, edit: false,
disabled: false, disabled: true,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '工单编', fieldName: '工单编',
fieldId: 'bh', fieldId: 'bh',
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'input', type: 'auto-code',
key: 'e439465000834adeb3e48c8cacb93715', key: 'eb63605a152f43fb8fc9097207768b4e',
children: [], children: [],
options: {}, options: {},
defaultValue: '',
}, },
{ {
required: false, required: false,
...@@ -123,22 +122,6 @@ export const permissionList = [ ...@@ -123,22 +122,6 @@ export const permissionList = [
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '工序',
fieldId: 'gxId',
isSubTable: false,
showChildren: true,
type: 'select',
key: 'e8cd7b3390074ec5b4367e1ceb30d78d',
children: [],
options: {},
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '技术要求', fieldName: '技术要求',
fieldId: 'jsyq', fieldId: 'jsyq',
isSubTable: false, isSubTable: false,
...@@ -253,6 +236,22 @@ export const permissionList = [ ...@@ -253,6 +236,22 @@ export const permissionList = [
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '工序',
fieldId: 'gxId',
isSubTable: false,
showChildren: true,
type: 'select',
key: 'e8cd7b3390074ec5b4367e1ceb30d78d',
children: [],
options: {},
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '是否内部订单', fieldName: '是否内部订单',
fieldId: 'sfnbdd', fieldId: 'sfnbdd',
isSubTable: false, isSubTable: false,
...@@ -266,6 +265,23 @@ export const permissionList = [ ...@@ -266,6 +265,23 @@ export const permissionList = [
{ {
required: false, required: false,
view: true, view: true,
edit: false,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '状态',
fieldId: 'zt',
isSubTable: false,
showChildren: true,
type: 'select',
key: 'd74b7755d2b3467aba348c7b55a94fc6',
children: [],
options: {},
defaultValue: '未开始',
},
{
required: false,
view: true,
edit: true, edit: true,
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
...@@ -360,7 +376,7 @@ export const permissionList = [ ...@@ -360,7 +376,7 @@ export const permissionList = [
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'textarea', type: 'textarea',
key: 'd01e9984dad44089b367e932f00cbd7f', key: '32d66a3f683c4cb482f439d0619412fd',
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