Parcourir la source

下单流程优化

shish il y a 1 an
Parent
commit
a37c5353d8
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      hdApp/src/admin/billing/affirmGhs.vue

+ 3 - 3
hdApp/src/admin/billing/affirmGhs.vue

@@ -251,9 +251,9 @@
 		</view>
 
 		<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
-			<view style="font-size:30upx;margin:30upx 0 10upx 30upx;width:80vw;font-weight:bold;">以下库存不足,是否提交?</view>
-			<view v-if="!$util.isEmpty(lackList)" style="display:flex;padding:10upx 20upx 20upx 30upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:80vh;overflow:auto;width:80vw;font-size:30upx;">
-				<view v-for="(item, index) in lackList" :key="index" style="width:100%;margin-top:10upx;">{{ item.name }} 剩{{item.stock}}个</view>
+			<view style="font-size:32upx;margin:30upx 0 10upx 30upx;width:80vw;font-weight:bold;">以下库存不足,是否提交?</view>
+			<view v-if="!$util.isEmpty(lackList)" style="display:flex;padding:10upx 20upx 20upx 30upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:80vh;overflow:auto;width:80vw;font-size:32upx;">
+				<view v-for="(item, index) in lackList" :key="index" style="width:100%;margin-top:10upx;">{{ item.name }}<text style="margin-left:20upx;font-weight:bold;color:red;">剩{{item.stock}}个</text></view>
 			</view>
 			<view style="width:80vw;margin:20upx 0 20upx 0;display:flex;align-items: center; justify-content: center;">
 				<button class="admin-button-com big blue" style="width:260upx;" @click="closeRemind()">取消</button>