From 07a6a816db589df1ff8e434917f27acfe0ebcef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Mon, 30 Jun 2025 10:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8D=A2=E7=BA=BF=E4=B8=93?= =?UTF-8?q?=E5=AE=B6=E7=BB=84=E7=BB=B4=E4=BF=AE=E5=B7=A5=E5=8D=95=E4=B8=8E?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=BB=B4=E4=BF=AE=E7=BB=84=E7=BB=B4=E4=BF=AE?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E8=AF=A6=E6=83=85ui=EF=BC=8C=E5=8B=BE?= =?UTF-8?q?=E9=80=89=E6=98=BE=E7=A4=BA=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/eam/eamWorkOrderForDefect.vue | 25 +++++++++-------- .../modules/eam/eamWorkOrderForDefect2.vue | 28 +++++++++++-------- 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/src/views/modules/eam/eamWorkOrderForDefect.vue b/src/views/modules/eam/eamWorkOrderForDefect.vue index 6e25a12..9c70d6f 100644 --- a/src/views/modules/eam/eamWorkOrderForDefect.vue +++ b/src/views/modules/eam/eamWorkOrderForDefect.vue @@ -219,7 +219,7 @@ - + -
+
@@ -254,7 +254,7 @@ - + @@ -274,7 +274,7 @@ - + 是否上传故障图片 @@ -295,7 +295,7 @@ - + 是否上传备件图片 @@ -327,17 +327,17 @@ - + - + - + - + @@ -350,7 +350,7 @@ - + @@ -361,7 +361,7 @@ - + @@ -2655,5 +2655,8 @@ export default { /deep/ .customer-tab .el-tabs__content { padding: 5px !important; } +/deep/ .ifcheckboxColor .el-checkbox__label{ + color: #EB6709 !important; +} diff --git a/src/views/modules/eam/eamWorkOrderForDefect2.vue b/src/views/modules/eam/eamWorkOrderForDefect2.vue index 2559755..7e86f45 100644 --- a/src/views/modules/eam/eamWorkOrderForDefect2.vue +++ b/src/views/modules/eam/eamWorkOrderForDefect2.vue @@ -219,7 +219,7 @@ - + -
+
@@ -254,7 +254,7 @@ - + @@ -274,7 +274,8 @@ - + 是否上传故障图片 @@ -295,7 +296,7 @@ - + 是否上传备件图片 @@ -327,17 +328,17 @@ - + - + - + - + @@ -350,7 +351,7 @@ - + @@ -361,7 +362,7 @@ - + @@ -2636,7 +2637,7 @@ export default { orderNo: this.detailData.orderNo, } getDeviceCorePartList(tempData).then(({data}) => { - if (data && data.code === 200) { + if (data && data.code === 0) { this.corePartSpareList = data.rows } else { this.corePartSpareList = [] @@ -2655,5 +2656,8 @@ export default { /deep/ .customer-tab .el-tabs__content { padding: 5px !important; } +/deep/ .ifcheckboxColor .el-checkbox__label{ +color: #EB6709 !important; +}