shish 2 лет назад
Родитель
Сommit
4faae04e7b
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      ghsApp/src/pagesPurchase/info.vue

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

@@ -88,8 +88,8 @@
 				</block>
 			</view>
 			<view style="text-align: right;">
-				<button @tap="assignOrder()" class="admin-button-com mini-btn blue" style="">刷新货位</button>
-				<button @tap="changeView()" class="admin-button-com mini-btn blue" style="margin-left:50upx;">{{showSeat == 0 ?'显示货位':'隐藏货位'}}</button>
+				<button @tap="assignOrder()" class="admin-button-com middle blue" style="">刷新货位</button>
+				<button @tap="changeView()" class="admin-button-com middle blue" style="margin-left:50upx;">{{showSeat == 0 ?'显示货位':'隐藏货位'}}</button>
 			</view>
 			<view class="module-com content-box">
 				<view class="commodity-view">
@@ -126,10 +126,10 @@
 								</view>
 							</view>
 							<block v-if="showSeat == 1">
-								<view v-if="Number(s.noSeatNum)>0" style="margin-bottom:7upx;">
+								<view v-if="Number(s.noSeatNum)>0" style="margin-bottom:7upx;margin-top:4upx;font-size:30upx;">
 									无货位 {{ s.noSeatNum }}
 								</view>
-								<view v-if="!$util.isEmpty(s.sendList)" style="margin-bottom:10upx;">
+								<view v-if="!$util.isEmpty(s.sendList)" style="margin-bottom:10upx;font-size:30upx;">
 									<view v-for="(send, sendIndex) in s.sendList" style="margin-bottom:7upx;">
 										{{ send.customName }}({{ send.seatSn }})  数量 {{ send.num }}
 										<text style="margin-left:20upx;">{{ send.status == 0 ?'待上架':send.status == 1?'已上架':'已取消' }}</text>