From 529061167e2cc6e67c7ee60a9355cdc0a7702502 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 15 七月 2025 15:08:22 +0800 Subject: [PATCH] 1、技术鉴定工单审批维修室主人确认单项检查流程增加展示以及限制条件 2、设备台账页面新增真空热处理炉字段 --- src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue b/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue index b1dea0d..d95a5b7 100644 --- a/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue +++ b/src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue @@ -101,11 +101,11 @@ type: JVXETypes.hidden }, { - title: '椤圭洰搴忓彿', + title: '搴忓彿', key: 'itemCode', type: JVXETypes.normal, align: 'center', - width: 150 + width: 60 }, { title: '妫�鏌ラ」鐩�', @@ -126,11 +126,11 @@ type: JVXETypes.hidden }, { - title: '椤圭洰搴忓彿', + title: '搴忓彿', key: 'itemCode', type: JVXETypes.normal, align: 'center', - width: 150 + width: 60 }, { title: '妫�鏌ラ」鐩�', @@ -171,6 +171,7 @@ }, getDetailDataByOrderId({ id }) { + this.detail.safetyEquipmentCheckList = this.detail.precisionCheckList = this.detail.otherCheckList = [] this.model.standardId = id this.spinning = true getAction(this.url.detail, { standardId: id }) -- Gitblit v1.9.3