shish 6 mesiacov pred
rodič
commit
fddbc3949d

+ 1 - 1
hdApp/src/admin/home/components/order-item.vue

@@ -12,7 +12,7 @@
 						<text>{{info.sendType==1?'取花':'配送'}}:</text>
 						<text>
 							{{info.reachDate.substr(5,5)}} {{info.reachPeriod}} 
-							<text v-if="info.sendType==1" style="color:#3385FF;font-weight:bold;margin-left:20upx;border:1upx solid #3385FF;border-radius: 6upx;padding:0 6upx;font-size:24upx;">到店自取</text>
+							<text v-if="info.sendType==1" style="color:#09C567;font-weight:bold;margin-left:20upx;border:1upx solid #09C567;border-radius: 6upx;padding:0 6upx;font-size:24upx;">到店自取</text>
 						</text>
 					</view>
 					<view><text>收花:</text><text>{{info.receiveUserName||''}}</text></view>

+ 1 - 1
hdApp/src/admin/home/order.vue

@@ -61,7 +61,7 @@
             </view>
 
         <view v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
-        margin-top:20upx;font-size:34upx;background-color:#3780a5ad;padding-top:10upx;padding-bottom:10upx;display: flex;justify-content: center;"
+        margin-top:20upx;font-size:34upx;background-color:#09C567;padding-top:10upx;padding-bottom:10upx;display: flex;justify-content: center;"
         @click.stop="$util.pageTo({url:'/admin/order/itemOrder?ids='+item.sameTimeIds})">
           本客户共有{{item.sameTimeIdsNum?item.sameTimeIdsNum:0}}个订单,可合并发货
         </view>