@@ -126,7 +126,7 @@
</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.customName }} 货位:{{ send.seatSn }} 数量:{{ send.num }} {{ send.status == 0 ?'待上架':send.status == 1?'已上架':'已取消' }}