diff --git a/src/api/qms/qcUnqualifiedRecord/types.ts b/src/api/qms/qcUnqualifiedRecord/types.ts index efff4b2..2410901 100644 --- a/src/api/qms/qcUnqualifiedRecord/types.ts +++ b/src/api/qms/qcUnqualifiedRecord/types.ts @@ -28,6 +28,7 @@ export interface QcUnqualifiedRecordVO { * 检测项目类别 */ categoryName: number; + categoryId: string | number; /** * 关联检测类型表 @@ -116,6 +117,7 @@ export interface QcUnqualifiedRecordForm extends BaseEntity { * 检测项目类别 */ categoryName?: number; + categoryId?: string | number; /** * 关联检测类型表 @@ -205,6 +207,7 @@ export interface QcUnqualifiedRecordQuery extends PageQuery { * 检测项目类别 */ categoryName?: number; + categoryId?: string | number; /** * 关联检测类型表 diff --git a/src/views/qms/QcInspectionMain/index.vue b/src/views/qms/QcInspectionMain/index.vue index b18f5b7..fa83e7f 100644 --- a/src/views/qms/QcInspectionMain/index.vue +++ b/src/views/qms/QcInspectionMain/index.vue @@ -293,7 +293,7 @@ - + @@ -304,7 +304,7 @@ v-for="dict in qc_result" :key="dict.value" :label="dict.label" - :value="parseInt(dict.value)" + :value="dict.value" > @@ -324,7 +324,7 @@ v-for="dict in qc_inspection_type" :key="dict.value" :label="dict.label" - :value="parseInt(dict.value)" + :value="dict.value" > @@ -335,7 +335,7 @@ {{dict.label}} @@ -462,7 +462,7 @@ - + @@ -471,7 +471,7 @@ - + @@ -525,7 +525,7 @@ - + @@ -567,7 +567,7 @@ - +