Commit 3d5d7640 authored by 沈翠玲's avatar 沈翠玲

库存盘点将输入值转成数字

parent fec46376
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</view> </view>
<view class="boxRight"> <view class="boxRight">
<view class="items"> <view class="items">
<u-input v-model="itm.MENGA" style="width: 120rpx;"/> <u-input v-model.number="itm.MENGA" style="width: 120rpx;"/>
<view>/ {{itm.PACMG}} {{itm.MEINS}}</view> <view>/ {{itm.PACMG}} {{itm.MEINS}}</view>
</view> </view>
<!-- <view class="itemsBtn"> <!-- <view class="itemsBtn">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment