shish 2 lat temu
rodzic
commit
3252d1f08b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ghsApp/src/pagesPurchase/info.vue

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -126,7 +126,7 @@
 							</view>
 							</view>
 							<view v-if="!$util.isEmpty(s.sendList)" style="margin-bottom:10upx;">
 							<view v-if="!$util.isEmpty(s.sendList)" style="margin-bottom:10upx;">
 								<view v-for="(send, sendIndex) in s.sendList" style="margin-bottom:7upx;">
 								<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?'已上架':'已取消' }}
 								</view>
 								</view>
 							</view>
 							</view>
 						</view>
 						</view>