|
@@ -5,7 +5,7 @@
|
|
|
<view class="active" @click="openBox">开箱</view>
|
|
<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="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;" @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="toWastage">报损</view>
|
|
|
<view class="active" @click="selectCustom()">选客</view>
|
|
<view class="active" @click="selectCustom()">选客</view>
|
|
|
<view class="active" @click="clearItemFn">清空</view>
|
|
<view class="active" @click="clearItemFn">清空</view>
|
|
@@ -387,8 +387,8 @@ export default {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
& .active {
|
|
& .active {
|
|
|
- color: #3385FF;
|
|
|
|
|
- border-color: #3385FF;
|
|
|
|
|
|
|
+ color: #09C567;
|
|
|
|
|
+ border-color: #09C567;
|
|
|
font-size: 10upx;
|
|
font-size: 10upx;
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
}
|
|
}
|