Commit f9746644 by sunguoxiang

refactor(zlgl):修改不合格品页面字段

parent 5372490c
...@@ -6,19 +6,15 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel'; ...@@ -6,19 +6,15 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
export interface MesQualityUnqualifiedWorkflowPageParams extends BasicPageParams { export interface MesQualityUnqualifiedWorkflowPageParams extends BasicPageParams {
bhgid: string; bhgid: string;
jyrq: string; djbh: string;
hjph: string;
lch: string;
jyy: string; lydjlx: string;
gkmc: string; clr: string;
qxmc: string; jyrq: string;
qxms: string; lch: string;
qxmssfss: string; qxmssfss: string;
...@@ -43,18 +39,8 @@ export interface MesQualityUnqualifiedWorkflowPageModel { ...@@ -43,18 +39,8 @@ export interface MesQualityUnqualifiedWorkflowPageModel {
jyrq: string; jyrq: string;
hjph: string;
lch: string; lch: string;
jyy: string;
gkmc: string;
qxmc: string;
qxms: string;
qxmssfss: string; qxmssfss: string;
jzyfcsyz1: string; jzyfcsyz1: string;
...@@ -66,6 +52,12 @@ export interface MesQualityUnqualifiedWorkflowPageModel { ...@@ -66,6 +52,12 @@ export interface MesQualityUnqualifiedWorkflowPageModel {
jzyfcs: string; jzyfcs: string;
gbyyfx: string; gbyyfx: string;
djbh: string;
lydjlx: string;
clr: string;
} }
/** /**
...@@ -84,8 +76,6 @@ export interface MesQualityUnqualifiedWorkflowModel { ...@@ -84,8 +76,6 @@ export interface MesQualityUnqualifiedWorkflowModel {
gbyyfx: string; gbyyfx: string;
spr: string;
jzcsyz2: string; jzcsyz2: string;
jzyfcsyz1: string; jzyfcsyz1: string;
...@@ -94,18 +84,10 @@ export interface MesQualityUnqualifiedWorkflowModel { ...@@ -94,18 +84,10 @@ export interface MesQualityUnqualifiedWorkflowModel {
images: string; images: string;
qxms: string; clr: string;
qxmc: string;
gkmc: string;
jyy: string;
lch: string; lch: string;
hjph: string;
jyrq: string; jyrq: string;
createDate: string; createDate: string;
...@@ -115,6 +97,10 @@ export interface MesQualityUnqualifiedWorkflowModel { ...@@ -115,6 +97,10 @@ export interface MesQualityUnqualifiedWorkflowModel {
modifyDate: string; modifyDate: string;
modifyUserId: string; modifyUserId: string;
lydjlx: string;
djbh: string;
} }
/** /**
......
...@@ -16,86 +16,86 @@ export const permissionList = [ ...@@ -16,86 +16,86 @@ export const permissionList = [
options: {}, options: {},
}, },
{ {
required: true, required: false,
view: true, view: true,
edit: true, edit: true,
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '检验日期', fieldName: '单据编号',
fieldId: 'jyrq', fieldId: 'djbh',
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'date', type: 'input',
key: 'e3ddb10b34544215939acd3c8e5ac645', key: '1d828f089157445fbb5434ab99aedaea',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
}, },
{ {
required: true, required: false,
view: true, view: true,
edit: true, edit: true,
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '合金牌号', fieldName: '来源单据',
fieldId: 'hjph', fieldId: 'lydjlx',
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'input', type: 'input',
key: '928a3689145b40068812ae200ef4192e', key: '504f107faad1420988e91ce9a5a10db9',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
}, },
{ {
required: true, required: false,
view: true, view: true,
edit: true, edit: true,
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '炉次号', fieldName: '检验员',
fieldId: 'lch', fieldId: 'clr',
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'input', type: 'input',
key: 'f27565fe96154a06b5e68bd5e738f22e', key: '3f2ffa3c09a74bf897bd34a317832c41',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
}, },
{ {
required: true, required: false,
view: true, view: true,
edit: true, edit: true,
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '检验', fieldName: '检验日期',
fieldId: 'jyy', fieldId: 'jyrq',
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'user', type: 'date',
key: '086ea409b1834b86a61bf38537d80ce4', key: 'e3ddb10b34544215939acd3c8e5ac645',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
}, },
{ {
required: true, required: false,
view: true, view: true,
edit: true, edit: true,
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '顾客名称', fieldName: '炉次号',
fieldId: 'gkmc', fieldId: 'lch',
isSubTable: false, isSubTable: false,
showChildren: true, showChildren: true,
type: 'input', type: 'input',
key: 'e689f5cfe2804ebc9582de1743bb493e', key: 'f27565fe96154a06b5e68bd5e738f22e',
children: [], children: [],
options: {}, options: {},
defaultValue: '', defaultValue: '',
...@@ -124,40 +124,6 @@ export const permissionList = [ ...@@ -124,40 +124,6 @@ export const permissionList = [
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '缺陷名称',
fieldId: 'qxmc',
isSubTable: false,
showChildren: true,
type: 'input',
key: '9f2b5aa4478e4dc38f97f2aecc70f5e7',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '缺陷描述',
fieldId: 'qxms',
isSubTable: false,
showChildren: true,
type: 'input',
key: '8e00995380d0400b8873d5f598f12616',
children: [],
options: {},
defaultValue: '',
},
{
required: true,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '缺陷描述是否属实', fieldName: '缺陷描述是否属实',
fieldId: 'qxmssfss', fieldId: 'qxmssfss',
isSubTable: false, isSubTable: false,
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
//展示在列表内的按钮 //展示在列表内的按钮
const actionButtons = ref<string[]>(["view","edit","delete"]); const actionButtons = ref<string[]>(["view","edit","delete"]);
const buttonConfigs = computed(()=>{ const buttonConfigs = computed(()=>{
const list = [{"isUse":true,"name":"查看","code":"view","icon":"ant-design:eye-outlined","isDefault":true},{"isUse":true,"name":"新增","code":"add","icon":"ant-design:plus-outlined","isDefault":true},{"isUse":true,"name":"编辑","code":"edit","icon":"ant-design:form-outlined","isDefault":true,"isEnableLock":true},{"isUse":true,"name":"删除","code":"delete","icon":"ant-design:delete-outlined","isDefault":true}] const list = [{"buttonId":"2026191505324105728","name":"查看","code":"view","icon":"ant-design:eye-outlined","isDefault":true,"isUse":true},{"buttonId":"2026191505324105729","name":"新增","code":"add","icon":"ant-design:plus-outlined","isDefault":true,"isUse":true},{"buttonId":"2026191505324105730","name":"编辑","code":"edit","icon":"ant-design:form-outlined","isDefault":true,"isUse":true,"isEnableLock":true},{"buttonId":"2026191505324105731","name":"删除","code":"delete","icon":"ant-design:delete-outlined","isDefault":true,"isUse":true}]
return filterButtonAuth(list); return filterButtonAuth(list);
}) })
......
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