From eeacbaa850a43a67ec5bb8cc6da25614b331a54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Tue, 9 Apr 2024 13:20:23 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspectionJob/inspectionJobMain.data.ts | 18 ++++++++--------- .../inspectionRecordMain.data.ts | 16 +++++++-------- .../inspectionRequest/inspectionMain.data.ts | 20 +++++++++++++++++-- 3 files changed, 35 insertions(+), 19 deletions(-) diff --git a/src/views/qms/inspection/inspectionJob/inspectionJobMain.data.ts b/src/views/qms/inspection/inspectionJob/inspectionJobMain.data.ts index 1074891fa..6ca9ed02d 100644 --- a/src/views/qms/inspection/inspectionJob/inspectionJobMain.data.ts +++ b/src/views/qms/inspection/inspectionJob/inspectionJobMain.data.ts @@ -89,8 +89,8 @@ export const InspectionJobMain = useCrudSchemas(reactive([ } }, { - label: '订单号', - field: 'orderCode', + label: '参考订单号', + field: 'referenceOrderCode', sort: 'custom', isSearch: false, form: { @@ -103,8 +103,8 @@ export const InspectionJobMain = useCrudSchemas(reactive([ } }, { - label: '订单行', - field: 'orderRow', + label: '参考订单行', + field: 'referenceOrderRow', sort: 'custom', isSearch: false, form: { @@ -119,8 +119,8 @@ export const InspectionJobMain = useCrudSchemas(reactive([ } }, { - label: '凭证号', - field: 'certificateCode', + label: '参考凭证号', + field: 'referenceCertificateCode', sort: 'custom', isSearch: false, form: { @@ -133,8 +133,8 @@ export const InspectionJobMain = useCrudSchemas(reactive([ } }, { - label: '凭证行', - field: 'certificateRow', + label: '参考凭证行', + field: 'referenceCertificateRow', sort: 'custom', isSearch: false, form: { @@ -565,4 +565,4 @@ export const InspectionJobPackage = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, }, -])) \ No newline at end of file +])) diff --git a/src/views/qms/inspection/inspectionRecord/inspectionRecordMain.data.ts b/src/views/qms/inspection/inspectionRecord/inspectionRecordMain.data.ts index 6153d4163..0264c6085 100644 --- a/src/views/qms/inspection/inspectionRecord/inspectionRecordMain.data.ts +++ b/src/views/qms/inspection/inspectionRecord/inspectionRecordMain.data.ts @@ -144,8 +144,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive([ } }, { - label: '订单号', - field: 'orderCode', + label: '参考订单号', + field: 'referenceOrderCode', sort: 'custom', isSearch: false, isForm:false, @@ -154,8 +154,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive([ } }, { - label: '订单行', - field: 'orderRow', + label: '参考订单行', + field: 'referenceOrderRow', sort: 'custom', isSearch: false, isForm:false, @@ -168,8 +168,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive([ } }, { - label: '凭证号', - field: 'certificateCode', + label: '参考凭证号', + field: 'referenceCertificateCode', sort: 'custom', isSearch: false, isForm:false, @@ -178,8 +178,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive([ } }, { - label: '凭证行', - field: 'certificateRow', + label: '参考凭证行', + field: 'referenceCertificateRow', sort: 'custom', isSearch: false, isForm:false, diff --git a/src/views/qms/inspection/inspectionRequest/inspectionMain.data.ts b/src/views/qms/inspection/inspectionRequest/inspectionMain.data.ts index beed0c655..c791a22cb 100644 --- a/src/views/qms/inspection/inspectionRequest/inspectionMain.data.ts +++ b/src/views/qms/inspection/inspectionRequest/inspectionMain.data.ts @@ -251,10 +251,26 @@ export const InspectionMain = useCrudSchemas(reactive([ form: { component: 'InputNumber', value: 0, - componentProps:{ - disabled:true + componentProps: { + disabled: true + } + }, + }, + { + label: '检验严格性', + field: 'inspectionStringency', + sort: 'custom', + isSearch: false, + dictType: DICT_TYPE.INSPECTION_SEVERITY, + dictClass: 'string', + form: { + componentProps: { + disabled: true } }, + table: { + width: 150 + } }, // { // label: '检验申请包装列表',