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; +}