shish 4 лет назад
Родитель
Сommit
20d4829d88
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      ghsApp/src/pagesStorehouse/allot/exSelect.vue

+ 5 - 5
ghsApp/src/pagesStorehouse/allot/exSelect.vue

@@ -57,20 +57,20 @@
 					<view class="kc"> 库存{{ customData.stock }} </view>
 					<view class="num_bx">
 						<!-- #ifdef APP-PLUS -->
-						<input style="width: 430upx" v-model="customData.bigCount" v-if="globalUnitType == 0" type="number" />
+						<input style="width: 490upx" v-model="customData.bigCount" v-if="globalUnitType == 0" type="number" />
 						<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 0">扎</text>
-						<input style="width: 430upx" v-model="customData.smallCount" v-if="globalUnitType == 1" type="number" />
+						<input style="width: 490upx" v-model="customData.smallCount" v-if="globalUnitType == 1" type="number" />
 						<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 1">支</text>
 						<!-- #endif -->
 
 						<!-- #ifdef MP-WEIXIN -->
-						<input style="width: 430upx" v-model="customData.bigCount" v-if="globalUnitType == 0" :focus="isAddInputFocus" type="number" />
+						<input style="width: 490upx" v-model="customData.bigCount" v-if="globalUnitType == 0" :focus="isAddInputFocus" type="number" />
 						<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 0">扎</text>
-						<input style="width: 430upx" v-model="customData.smallCount" v-if="globalUnitType == 1" :focus="isAddInputFocus" type="number" />
+						<input style="width: 490upx" v-model="customData.smallCount" v-if="globalUnitType == 1" :focus="isAddInputFocus" type="number" />
 						<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 1">支</text>
 						<!-- #endif -->
 
-						<image @click="switchGlobalUnitType" :src="`${constant.imgUrl}/icon/switch/switch128.png`" style="width:86upx;height:86upx;" mode="widthFix"></image>
+						<!-- <image @click="switchGlobalUnitType" :src="`${constant.imgUrl}/icon/switch/switch128.png`" style="width:86upx;height:86upx;" mode="widthFix"></image> -->
 
 					</view>
 				</view>