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: '检验申请包装列表',