|
@@ -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">请在货架上按照指定位置拿取配件</view>
|
|
|
+ <view class="title"><u-icon name="info-circle"></u-icon> 请在货架上按照指定位置拿取配件</view>
|
|
|
<view>
|
|
|
{{partList.length}}款,共<text class="redText">{{totalNums}}</text>件
|
|
|
</view>
|
|
@@ -50,7 +50,7 @@
|
|
|
</view>
|
|
|
<view v-if="current==1">
|
|
|
<view class="infoList" v-if="tempPartList.length">
|
|
|
- <view class="title">请耐心等待汽配经销商进行配送</view>
|
|
|
+ <view class="title"><u-icon name="info-circle"></u-icon> 请耐心等待汽配经销商进行配送</view>
|
|
|
<view>
|
|
|
{{tempPartList.length}}款,共<text class="redText">{{totalTempNums}}</text>件
|
|
|
</view>
|
|
@@ -147,7 +147,7 @@
|
|
|
this.state = option.state
|
|
|
console.log(this.info,'-------------')
|
|
|
if(option.state==1){
|
|
|
- this.statusText = '提交成功'
|
|
|
+ this.statusText = '拿货成功'
|
|
|
this.statusIcon = 'checkmark-circle'
|
|
|
// 获取配件列表
|
|
|
this.partList = this.info.shelfOrder ? this.info.shelfOrder.shelfOrderDetailList : []
|
|
@@ -155,7 +155,7 @@
|
|
|
this.shelfOrderSn = this.info.shelfOrder ? this.info.shelfOrder.shelfOrderSn : ''
|
|
|
this.current = this.partList.length ? 0 : 1
|
|
|
}else{
|
|
|
- this.statusText = '提交失败'
|
|
|
+ this.statusText = '拿货失败'
|
|
|
this.statusIcon = 'close-circle'
|
|
|
}
|
|
|
|
|
@@ -305,7 +305,7 @@
|
|
|
padding:20rpx 0;
|
|
|
border-bottom: 2rpx solid #f2f2f2;
|
|
|
.title{
|
|
|
- color: #999;
|
|
|
+ color: #ff7423;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
> text{
|