|
@@ -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>
|