shish hai 1 ano
pai
achega
a6dec4c810
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      hdApp/src/admin/billing/affirmGhs.vue

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

@@ -251,14 +251,14 @@
 		</view>
 		</view>
 
 
 		<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
 		<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:90vw;font-weight:bold;">以下库存不足,剩余的,是否都要?</view>
+			<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-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 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>
 			<view style="width:90vw;margin:20upx 0 20upx 0;display:flex;align-items: center; justify-content: center;">
 			<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="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="closeRemind()">取消</button>
-				<button class="admin-button-com big blue" style="width:190upx;" @click="affirmFormSubmit(1)">要</button>
+				<button class="admin-button-com big blue" style="width:190upx;" @click="affirmFormSubmit(1)">要</button>
 			</view>
 			</view>
 		</uni-popup>
 		</uni-popup>