From e795034da869673bff43cfd9c723a981e8e64a75 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Sat, 7 Sep 2024 10:13:10 +0800 Subject: [PATCH] =?UTF-8?q?Q3=E6=98=8E=E7=BB=86=E4=B8=AD=E7=BC=BA=E9=99=B7?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E5=B8=A6=E5=87=BA=E9=94=99=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=BD=8D=E7=BD=AE=E9=9C=80=E8=A6=81=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=89=8B=E5=8A=A8=E8=BE=93=E5=85=A5=20=20HL-5894?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qms/inspectionQ3/inspectionQ3.data.ts | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/views/qms/inspectionQ3/inspectionQ3.data.ts b/src/views/qms/inspectionQ3/inspectionQ3.data.ts index 8fbdeb017..23d415a91 100644 --- a/src/views/qms/inspectionQ3/inspectionQ3.data.ts +++ b/src/views/qms/inspectionQ3/inspectionQ3.data.ts @@ -323,16 +323,18 @@ export const InspectionQ3Detail = useCrudSchemas( ], verificationPage: ProductionlineitemApi.getProductionLineCodelistByCodes, // tableForm下方输入框校验失去焦点之后是否正确的方法 isShowTableFormSearch: true, //tableForm下方是否出现输入框 - isRepeat: true,//tableForm下方输入框是否可以重复添加该条数据 + isRepeat: true, //tableForm下方输入框是否可以重复添加该条数据 // 失去焦点校验参数 - verificationParams: [{ - key: 'itemCode', - action: '==', - value: '', - isMainValue: false, - isSearch: 'true', - isFormModel: true, - }] + verificationParams: [ + { + key: 'itemCode', + action: '==', + value: '', + isMainValue: false, + isSearch: 'true', + isFormModel: true + } + ] }, form: { // labelMessage: '信息提示说明!!!', @@ -485,7 +487,7 @@ export const InspectionQ3Detail = useCrudSchemas( filterable: true, options: [], optionsAlias: { - labelField: 'name', + labelField: 'code', valueField: 'code' } } @@ -493,8 +495,8 @@ export const InspectionQ3Detail = useCrudSchemas( tableForm: { type: 'Select', filterable: true, - valueField: 'name', - labelField: 'code' + labelField: 'code', + valueField: 'code' } }, {