Browse Source

bug 修复

lilei 2 years ago
parent
commit
0f6240d9a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/queryByCode/confirmQh.vue

+ 1 - 1
pages/queryByCode/confirmQh.vue

@@ -9,7 +9,7 @@
 		 </view>
 		 </view>
 		 <view class="number-input flex flex_column align_center justify_center">
 		 <view class="number-input flex flex_column align_center justify_center">
 		 	<view class="u-ninput">
 		 	<view class="u-ninput">
-		 		<u-number-box :min="0" :max="nowData.currentInven" v-model="qty" color="#000" bg-color="#fff" size="36" :input-height="80" :input-width="180"></u-number-box>
+		 		<u-number-box :min="1" :max="nowData.currentInven" v-model="qty" color="#000" bg-color="#fff" size="36" :input-height="80" :input-width="180"></u-number-box>
 		 	</view>
 		 	</view>
 		 	<view class="kucun">可用库存:<text>{{nowData.currentInven}}</text>{{nowData.unit}}</view>
 		 	<view class="kucun">可用库存:<text>{{nowData.currentInven}}</text>{{nowData.unit}}</view>
 		 </view>
 		 </view>