|
@@ -18,7 +18,7 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<view>{{info.confirmQty}}</view>
|
|
|
- <view>已扫码</view>
|
|
|
+ <view>已取货</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -63,7 +63,7 @@
|
|
|
<view class="item-head">
|
|
|
<view>
|
|
|
数量:<text class="redText">{{item.totalQty}}</text>
|
|
|
- 已扫:<text>{{item.confirmQty}}</text>
|
|
|
+ 已取:<text>{{item.confirmQty}}</text>
|
|
|
</view>
|
|
|
<text class="item-no">{{item.shelfPlaceCode}}</text>
|
|
|
</view>
|
|
@@ -95,7 +95,7 @@
|
|
|
</view>
|
|
|
<view class="footer flex align_center justify_center" v-if="info">
|
|
|
<u-button v-if="info.billState != 'CLOSE'&&info.settleState=='WAIT'" :throttle-time="100" @click="deleteRow" shape="circle" type="info">取消订单</u-button>
|
|
|
- <u-button v-if="info.billState == 'WAIT'" :throttle-time="100" @click="sanCodeRow" :custom-style="{background:'#066cff',color:'#fff'}" shape="circle" type="success">扫码取货</u-button>
|
|
|
+ <!-- <u-button v-if="info.billState == 'WAIT'" :throttle-time="100" @click="sanCodeRow" :custom-style="{background:'#066cff',color:'#fff'}" shape="circle" type="success">扫码取货</u-button> -->
|
|
|
<u-button v-if="info.billState == 'WAIT'" :throttle-time="100" @click="onceQh()" :loading="loading" :custom-style="{background:'#066cff',color:'#fff'}" shape="circle" type="success">一键取货</u-button>
|
|
|
</view>
|
|
|
</view>
|