|
|
@@ -131,7 +131,8 @@
|
|
|
</view>
|
|
|
<view v-if="!$util.isEmpty(s.sendList)" style="margin-bottom:10upx;">
|
|
|
<view v-for="(send, sendIndex) in s.sendList" style="margin-bottom:7upx;">
|
|
|
- {{ send.customName }} 货位:{{ send.seatSn }} 数量:{{ send.num }} {{ send.status == 0 ?'待上架':send.status == 1?'已上架':'已取消' }}
|
|
|
+ {{ send.customName }}({{ send.seatSn }}) 数量 {{ send.num }}
|
|
|
+ <text style="margin-left:20upx;">{{ send.status == 0 ?'待上架':send.status == 1?'已上架':'已取消' }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</block>
|