Ver Fonte

显示优化

shish há 1 ano atrás
pai
commit
d858faffc6
1 ficheiros alterados com 7 adições e 6 exclusões
  1. 7 6
      hdApp/src/admin/billing/affirmGhs.vue

+ 7 - 6
hdApp/src/admin/billing/affirmGhs.vue

@@ -46,7 +46,7 @@
 						</view>
 						<view class="summary-bar">
 							<view class="operate-view" @click="gobackEvent">
-								<text class="iconfont icongouwuche"></text>返回列表
+								<text class="iconfont icongouwuche"></text>返回修改
 							</view>
 							<view class="describe-view">
 								<text class="price">共{{ allCountFun.bigLength }}扎,{{ allCountFun.weight }}公斤,合计 ¥{{ allPriceFun }}</text>
@@ -251,13 +251,14 @@
 		</view>
 
 		<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
-			<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 style="font-size:32upx;margin:30upx 0 10upx 30upx;width:90vw;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:90vw;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>
-				<button class="admin-button-com big blue" style="width:260upx;" @click="affirmFormSubmit(1)">提交</button>
+			<view style="width:90vw;margin:20upx 0 20upx 0;display:flex;align-items: center; justify-content: center;">
+				<button class="admin-button-com big blue" style="width:190upx;" @click="gobackEvent">返回修改</button>
+				<button class="admin-button-com big blue" style="width:190upx;" @click="closeRemind()">取消</button>
+				<button class="admin-button-com big blue" style="width:190upx;" @click="affirmFormSubmit(1)">要的</button>
 			</view>
 		</uni-popup>