liuzhihui лет назад: 2
Родитель
Сommit
73e453bb1c

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/faultRepairManagement/repairList/index.vue

@@ -29,7 +29,7 @@
29 29
           <span style="color: #409eff; cursor: pointer"
30 30
             @click="hadndleOrderCode(scope.row.F_WorkOrderCode)">{{ scope.row.F_WorkOrderCode }}</span>
31 31
            <el-tag v-if="scope.row.F_EmergencyTypes == '紧急'" style="color: #ff0000;border: 1px solid #ff0000;background: none;">紧急</el-tag>
32
-           <el-tag v-if="scope.row.F_ReturnNum > 0" style="color: #f56c6c;border: 1px solid #f56c6c;background: none;">返修{{ scope.row.F_ReturnNum }}</el-tag>
32
+           <el-tag v-if="scope.row.F_ReturnNum > 0" style="color: #2d6116;border: 1px solid #2d6116;background: none;">返修{{ scope.row.F_ReturnNum }}</el-tag>
33 33
            <el-tag v-if="scope.row.F_UrgeCount > 0" style="color: #60c136;border: 1px solid #60c136;background: none;">催办{{ scope.row.F_UrgeCount }}</el-tag>
34 34
            <el-tag v-if="scope.row.F_IsBack == 1" style="color: #3478f6;border: 1px solid #3478f6;background: none;">退单</el-tag>
35 35
            <el-tag v-if="scope.row.F_ReplayCount > 0" style="color: #ddb642;border: 1px solid #ddb642;background: none;">延期{{ scope.row.F_ReplayCount }}</el-tag>

+ 0 - 5
CallCenterWeb.UI/RMYY/src/views/login/changeDept.vue

@@ -41,11 +41,6 @@
41 41
        console.log(this.allowdept)
42 42
        this.getData()
43 43
      },
44
-    //  watch: {
45
-    //   '$store.getters.deptmap'(val) {
46
-    //     handler
47
-    //   }
48
-    //  },
49 44
      methods:{
50 45
        getData(){
51 46
          this.loading = true

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/orderManage/components/orderDetail.vue

@@ -14,7 +14,7 @@
14 14
                 <span
15 15
                   v-if="isrework == true"
16 16
                   class="wostate"
17
-                  style="color: #f56c6c;border: 1px solid #f56c6c;"
17
+                  style="color: #2d6116;border: 1px solid #2d6116;"
18 18
                   >返修</span>
19 19
                   <span class="wostate" v-if="orderDetailData.F_IsBack == 1" style="color: #3478f6;border: 1px solid #3478f6; ">退单</span>
20 20
                   <span class="wostate" v-if="orderDetailData.F_ReplayCount > 0" style="color: #ddb642;border: 1px solid #ddb642; ">延期{{ orderDetailData.F_ReplayCount }}</span>

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/orderManage/orderList/index.vue

@@ -48,7 +48,7 @@
48 48
         <template slot-scope="scope">
49 49
           <span style="color: #409eff; cursor: pointer"
50 50
             @click="hadndleOrderCode(scope.row)">{{ scope.row.F_WoCode }}</span>
51
-          <el-tag v-if="scope.row.F_ReturnNum > 0" style="color: #f56c6c;border: 1px solid #f56c6c;background: none;">返修{{ scope.row.F_ReturnNum }}</el-tag>
51
+          <el-tag v-if="scope.row.F_ReturnNum > 0" style="color: #2d6116;border: 1px solid #2d6116;background: none;">返修{{ scope.row.F_ReturnNum }}</el-tag>
52 52
           <el-tag v-if="scope.row.F_EmergencyTypes == '紧急'" style="color: #ff0000;border: 1px solid #ff0000;background: none;">紧急</el-tag>
53 53
           <el-tag v-if="scope.row.F_UrgeCount > 0" style="color: #60c136;border: 1px solid #60c136;background: none;">催办{{ scope.row.F_UrgeCount }}</el-tag>
54 54
           <el-tag v-if="scope.row.F_IsBack == 1" style="color: #3478f6;border: 1px solid #3478f6;background: none;">退单</el-tag>

+ 1 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/myRepairOrderList/myRepairOrderList.vue

@@ -36,7 +36,7 @@
36 36
 								<view>
37 37
 									<view class="textState" style="right: 62px;color:#60c136;border:1px solid #60c136;" v-show="item.F_UrgeCount>0">催办 {{item.F_UrgeCount}}</view>
38 38
 									<view class="textState" style="right: 62px;color:#ddb642;border:1px solid #ddb642;" v-show="item.F_ReplayCount>0">延期 {{item.F_ReplayCount}}</view>
39
-									<view class="textState" style="right: 62px;color:#ff5500;border:1px solid #ff5500;" v-show="item.F_ReturnNum>0">返修 {{item.F_ReturnNum}}</view>
39
+									<view class="textState" style="right: 62px;color:#2d6116;border:1px solid #2d6116;" v-show="item.F_ReturnNum>0">返修 {{item.F_ReturnNum}}</view>
40 40
 									<view class="textState" style="right: 62px;color:#4fa0f4;border:1px solid #4fa0f4;text-align: center;" v-show="item.ishangup=='是'">挂起</view>
41 41
 									<view class="textState" style="right: 62px;color:#3478f6;border:1px solid #3478f6;text-align: center;" v-show="item.F_IsBack=='1'">退单</view>
42 42
 									<view class="textState" style="right: 62px;color:#880000;border:1px solid #880000;text-align: center;" v-show="item.GapTime.indexOf('超时')>=0">超期</view>

+ 1 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairList.vue

@@ -46,7 +46,7 @@
46 46
 										{{item.F_UrgeCount}}</view>
47 47
 									<view class="textState" style="right: 62px;color:#ddb642;border:1px solid #ddb642;"
48 48
 										v-show="item.F_ReplayCount>0">延期 {{item.F_ReplayCount}}</view>
49
-									<view class="textState" style="right: 62px;color:#ff5500;border:1px solid #ff5500;"
49
+									<view class="textState" style="right: 62px;color:#2d6116;border:1px solid #2d6116;"
50 50
 										v-show="item.F_ReturnNum>0">返修 {{item.F_ReturnNum}}</view>
51 51
 									<view class="textState"
52 52
 										style="right: 62px;color:#4fa0f4;border:1px solid #4fa0f4;text-align: center;"

+ 2 - 2
CallCenterWeb.UI/RMYYAPP/pages/myTask/workOrderDetail/workOrderDetail.vue

@@ -636,8 +636,8 @@
636 636
 
637 637
 				.fx {
638 638
 					// right: 70px;
639
-					border: 1px solid #ff6e54;
640
-					color: #ff6e54;
639
+					border: 1px solid #2d6116;
640
+					color: #2d6116;
641 641
 					background-color: rgba(255, 110, 84, 0.2);
642 642
 					margin-left: 20px;
643 643
 				}