|
@@ -8,7 +8,7 @@
|
|
|
</u-icon>
|
|
|
<text>{{statusText}}</text>
|
|
|
</view>
|
|
|
- <view class="messageText" v-html="info&&info.remindMessage||''"></view>
|
|
|
+ <view class="messageText" v-html="info&&info.shelfOrder&&info.shelfOrder.remindMessage||''"></view>
|
|
|
<view class="button-group">
|
|
|
<button :hover-stop-propagation="true" @click="toScan" v-if="state == 1&&partList.length" class="back" size="mini">扫码取货</button>
|
|
|
<button :hover-stop-propagation="true" :loading="loading" @click="onceQh" v-if="state == 1&&partList.length" class="action" size="mini">一键取货</button>
|