瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
0f6240d9a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/queryByCode/confirmQh.vue

+ 1 - 1
pages/queryByCode/confirmQh.vue

@@ -9,7 +9,7 @@
 		 </view>
 		 <view class="number-input flex flex_column align_center justify_center">
 		 	<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 class="kucun">可用库存:<text>{{nowData.currentInven}}</text>{{nowData.unit}}</view>
 		 </view>