Commit fd5aa2e3 authored by 黄奎's avatar 黄奎

1

parent adff6419
......@@ -174,7 +174,7 @@
<text>金额</text>
</view>
<view class="inputBoxRight">
<input class="text-right" type="text" v-model="item.UnitPrice"
<input class="text-right" type="digit" v-model="item.UnitPrice"
@input="handleInput($event, item,2, 'UnitPrice')" @blur="handleBlur(item,2, 'UnitPrice')" />
</view>
</view>
......
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