shish 2 лет назад
Родитель
Сommit
479a00a13a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ghsApp/src/pagesStorehouse/allot/putDetails.vue

+ 1 - 0
ghsApp/src/pagesStorehouse/allot/putDetails.vue

@@ -85,6 +85,7 @@
 			</view>
 		</view>
 		<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
+			<view style="font-size:30upx;font-weight:bold;margin:20upx 0 15upx 0;">请选择门店:</view>
 			<view style="display:flex;padding:20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
 				<block v-for="(item, index) in list.data">
 					<button class="admin-button-com middle" @tap.stop="pitchShop(item,inStockData)">{{item.shopName}}</button>