|
@@ -22,7 +22,7 @@
|
|
|
<u-tabs :list="[{name:'货架订单',value:0},{name:'急送订单',value:1}]" :is-scroll="false" :current="current" @change="changeTab"></u-tabs>
|
|
|
<view v-if="current==0">
|
|
|
<view class="infoList" v-if="partList.length">
|
|
|
- <view class="title"><u-icon name="info-circle"></u-icon> 请在货架上按照指定位置拿取配件</view>
|
|
|
+ <view class="title"><u-icon name="info-circle"></u-icon> 配件已出库,请按照指定位置取用</view>
|
|
|
<view>
|
|
|
{{partList.length}}款,共<text class="redText">{{totalNums}}</text>件
|
|
|
</view>
|
|
@@ -305,7 +305,7 @@
|
|
|
padding:20rpx 0;
|
|
|
border-bottom: 2rpx solid #f2f2f2;
|
|
|
.title{
|
|
|
- color: #ff7423;
|
|
|
+ color: #bf660b;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
> text{
|