shish 1 год назад
Родитель
Сommit
89d8e98de0

+ 1 - 1
hdPad/src/pages/home/cash.vue

@@ -152,7 +152,7 @@ export default {
 	}
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .itemList-box {
 		flex: 30;

+ 3 - 3
hdPad/src/pages/home/components/console.vue

@@ -5,7 +5,7 @@
 	<view class="active" @click="openBox">开箱</view>
 	<view class="active" style="background-color:orange;color:white;border-color:orange;position:fixed;left:135upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;" @click="goSettleCommit">结算</view>
 	<view class="active" style="position:fixed;left:36upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:15upx;" @click="handOrder()" v-if="globalHasHand == 0">挂单</view>
-	<view class="active" style="position:fixed;left:36upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:15upx;color:white;background-color: #3385FF;" @click="getHandOrder()" v-else>取单</view>
+	<view class="active" style="position:fixed;left:36upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:15upx;color:white;background-color: #09C567;" @click="getHandOrder()" v-else>取单</view>
     <view class="active" @click="toWastage">报损</view>
 	<view class="active" @click="selectCustom()">选客</view>
     <view class="active" @click="clearItemFn">清空</view>
@@ -387,8 +387,8 @@ export default {
         text-align: center;
     }
 	& .active {
-		color: #3385FF;
-		border-color: #3385FF;
+		color: #09C567;
+		border-color: #09C567;
 		font-size: 10upx;
 		font-weight:bold;
 	}

+ 1 - 1
hdPad/src/pages/home/components/leftArea.vue

@@ -98,7 +98,7 @@ export default {
     & .title {
         padding: 3upx;
         font-size: 12upx;
-        background-color: rgba(72, 91, 107, 1);
+        background-color: #09C567;
         color: #FFFFFF;
     }
     & .itemList-item_box {

+ 1 - 1
hdPad/src/pages/home/components/leftGroup.vue

@@ -155,7 +155,7 @@ export default {
     & .title {
         padding: 3upx;
         font-size: 12upx;
-        background-color: rgba(72, 91, 107, 1);
+        background-color: #09C567;
         color: #FFFFFF;
     }
     & .itemList-item_box {

+ 2 - 1
hdPad/src/pages/home/components/nav.vue

@@ -104,7 +104,8 @@ export default {
   }
   & .selected{
     font-weight: bold;
-    color:#11eb7e;
+    color:white;
+    font-size:12upx;
   }
 }
 </style>

+ 2 - 2
hdPad/src/pages/home/components/orderInfo.vue

@@ -346,8 +346,8 @@ export default {
         font-weight:bold;
     }
     & .active {
-      color: #3385FF;
-      border-color: #3385FF;
+      color: #09C567;
+      border-color: #09C567;
       font-size: 12upx;
       font-weight:bold;
     }

+ 2 - 2
hdPad/src/pages/home/components/orderList.vue

@@ -166,7 +166,7 @@ export default {
     & .title {
         padding: 3upx;
         font-size: 12upx;
-        background-color: rgba(72, 91, 107, 1);
+        background-color: #09C567;
         color: #FFFFFF;
     }
     & .order-status{
@@ -181,7 +181,7 @@ export default {
             text-align:center;
         }
         .checked{
-            background-color: #CCCCCC;
+            background-color: #09C567;
             color:white;
         }
     }

+ 1 - 1
hdPad/src/pages/home/components/rightItem.vue

@@ -176,7 +176,7 @@ export default {
             white-space: nowrap;
             text-align: center;
             &.active {
-                background-color: #428369;
+                background-color: #09C567;
                 color: #ffffff;
             }
         }

+ 2 - 2
hdPad/src/pages/home/components/workInfo.vue

@@ -459,9 +459,9 @@ export default {
         align-items:center;
     }
     .selected{
-        background-color:#3385ff;
+        background-color:#09C567;
         color:white;
-        border:1upx solid #3385ff;
+        border:1upx solid #09C567;
     }
 }
 .work-empty{

+ 2 - 2
hdPad/src/pages/home/components/workList.vue

@@ -199,7 +199,7 @@ export default {
     & .title {
         padding: 3upx;
         font-size: 12upx;
-        background-color: rgba(72, 91, 107, 1);
+        background-color: #09C567;
         color: #FFFFFF;
     }
     & .order-status{
@@ -214,7 +214,7 @@ export default {
             text-align:center;
         }
         .checked{
-            background-color: #CCCCCC;
+            background-color: #09C567;
             color:white;
         }
     }

+ 3 - 3
hdPad/src/pages/home/make.vue

@@ -160,7 +160,7 @@ export default {
 	}
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .itemList-box {
 		flex: 30;
@@ -186,8 +186,8 @@ export default {
 				font-weight:bold;
 			}
 			& .active {
-				color: #3385FF;
-				border-color: #3385FF;
+				color: #09C567;
+				border-color:#09C567;
 				font-size: 12upx;
 				font-weight:bold;
 			}

+ 1 - 1
hdPad/src/pages/home/modify.vue

@@ -116,7 +116,7 @@ export default {
 	}
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .itemList-box {
 		flex: 30;

+ 1 - 1
hdPad/src/pages/home/mt.vue

@@ -77,7 +77,7 @@ export default {
 	height: 100vh;
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .work-list {
 		flex: 32;

+ 1 - 1
hdPad/src/pages/home/order.vue

@@ -77,7 +77,7 @@ export default {
 	height: 100vh;
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .order-list {
 		flex: 32;

+ 1 - 1
hdPad/src/pages/home/pf.vue

@@ -43,7 +43,7 @@ export default {
 	height: 100vh;
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .work-list {
 		flex: 32;

+ 1 - 1
hdPad/src/pages/home/selectCustom.vue

@@ -39,7 +39,7 @@ export default {
 	}
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .itemList-box {
 		flex: 30;

+ 1 - 1
hdPad/src/pages/home/selectMake.vue

@@ -142,7 +142,7 @@ export default {
 	}
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .itemList-box {
 		flex: 30;

+ 1 - 1
hdPad/src/pages/home/sh.vue

@@ -77,7 +77,7 @@ export default {
 	height: 100vh;
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .work-list {
 		flex: 32;

+ 1 - 1
hdPad/src/pages/home/work.vue

@@ -77,7 +77,7 @@ export default {
 	height: 100vh;
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .work-list {
 		flex: 32;

+ 1 - 1
hdPad/src/pages/home/xj.vue

@@ -122,7 +122,7 @@ export default {
 	height: 100vh;
 	& .nav-left {
 		flex: 5;
-		background-color: rgba(72, 91, 107, 1);
+		background-color: #09C567;
 	}
 	& .work-list {
 		flex: 121;