Commit 2a163828 by LJM

移动端小程序--理货确认--合计毛重,需要支持输入小数点

parent ba9f1fd1
Showing with 1 additions and 1 deletions
......@@ -38,7 +38,7 @@
<view class="box row verCenter">
<text class="label">合计毛重</text>
<view class="input-wrap row bothSide verCenter">
<input type="number" v-model="form.gross_weight" placeholder="请输入" class="uni-input" placeholder-style="color:#404547;font-weight:bold;" />
<input type="number" inputmode="decimal" v-model="form.gross_weight" placeholder="请输入" class="uni-input" placeholder-style="color:#404547;font-weight:bold;" />
<text class="text-prompt">KG</text>
</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 sign in to comment