|
@@ -143,7 +143,7 @@
|
|
|
<view class="row">
|
|
|
<view class="left">重量(吨)</view>
|
|
|
<view class="right flex">
|
|
|
- <input type="text" value="" placeholder="输入预计发运重量" class="number" v-model="dataObj.weight"
|
|
|
+ <input type="number" value="" placeholder="输入预计发运重量" class="number" v-model="dataObj.weight"
|
|
|
style="text-align: right;" />
|
|
|
</view>
|
|
|
</view>
|