diff --git a/src/api/mes/qc/template/indicator.ts b/src/api/mes/qc/template/indicator/index.ts similarity index 97% rename from src/api/mes/qc/template/indicator.ts rename to src/api/mes/qc/template/indicator/index.ts index 9d9dbdf31..faf2e7b2b 100644 --- a/src/api/mes/qc/template/indicator.ts +++ b/src/api/mes/qc/template/indicator/index.ts @@ -1,6 +1,5 @@ import request from '@/config/axios' -// TODO @AI:indicator/index.ts 迁移过去; // MES 质检方案-检测指标项 VO export interface QcTemplateIndicatorVO { id: number // 编号 diff --git a/src/api/mes/qc/template/item.ts b/src/api/mes/qc/template/item/index.ts similarity index 97% rename from src/api/mes/qc/template/item.ts rename to src/api/mes/qc/template/item/index.ts index 211b925b6..0b19c694d 100644 --- a/src/api/mes/qc/template/item.ts +++ b/src/api/mes/qc/template/item/index.ts @@ -1,6 +1,5 @@ import request from '@/config/axios' -// TODO @AI:item/index.ts 迁移过去; // MES 质检方案-产品关联 VO export interface QcTemplateItemVO { id: number // 编号 diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 4793c5daa..0552870fb 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -285,4 +285,9 @@ export enum DICT_TYPE { MES_DV_REPAIR_RESULT = 'mes_dv_repair_result', // MES 维修结果 MES_DV_CHECK_RECORD_STATUS = 'mes_dv_check_record_status', // MES 点检记录状态 MES_DV_CHECK_RESULT = 'mes_dv_check_result', // MES 点检结果 + MES_PRO_FEEDBACK_STATUS = 'mes_pro_feedback_status', // MES 生产报工状态 + MES_PRO_FEEDBACK_TYPE = 'mes_pro_feedback_type', // MES 生产报工类型 + MES_PRO_FEEDBACK_CHANNEL = 'mes_pro_feedback_channel', // MES 生产报工途径 + MES_PRO_ANDON_STATUS = 'mes_pro_andon_status', // MES 安灯处置状态 + MES_PRO_ANDON_LEVEL = 'mes_pro_andon_level', // MES 安灯级别 } diff --git a/src/views/mes/qc/template/TemplateForm.vue b/src/views/mes/qc/template/TemplateForm.vue index b4743b215..89168855a 100644 --- a/src/views/mes/qc/template/TemplateForm.vue +++ b/src/views/mes/qc/template/TemplateForm.vue @@ -2,7 +2,6 @@