|
@@ -52,33 +52,33 @@
|
|
|
<view class="c-row">
|
|
|
<view class="title">箱号-1</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='v_item.caseNo' placeholder="请输入箱号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='v_item.caseNo' placeholder="请输入箱号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row">
|
|
|
<view class="title">箱号-2</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='v_item.caseNoOther' placeholder="请输入箱号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='v_item.caseNoOther' placeholder="请输入箱号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 封号 -->
|
|
|
<view class="c-row">
|
|
|
<view class="title">封号-1</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='v_item.titleNo' placeholder="请输入封号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='v_item.titleNo' placeholder="请输入封号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row">
|
|
|
<view class="title">封号-2</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='v_item.titleNoOther' placeholder="请输入封号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='v_item.titleNoOther' placeholder="请输入封号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 装车净重 -->
|
|
|
<view class="c-row">
|
|
|
<view class="title">装车净重(吨)</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='v_item.loadNetWeight' placeholder="请输入净重" name="input"></input>
|
|
|
+ <input v-model='v_item.loadNetWeight' placeholder="请输入净重" name="input" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 装车日期 -->
|
|
@@ -173,20 +173,20 @@
|
|
|
<view class="c-row">
|
|
|
<view class="title">车厢号-1</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='item_add1.boxNo1' placeholder="请输入车厢号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='item_add1.boxNo1' placeholder="请输入车厢号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row">
|
|
|
<view class="title">车厢号-2</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='item_add1.boxNo2' placeholder="请输入车厢号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='item_add1.boxNo2' placeholder="请输入车厢号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 装车净重 -->
|
|
|
<view class="c-row">
|
|
|
<view class="title">装车净重(吨)</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='item_add1.loadNetWeight' placeholder="请输入净重" name="input" ></input>
|
|
|
+ <input v-model='item_add1.loadNetWeight' placeholder="请输入净重" name="input" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 装车日期 -->
|
|
@@ -268,7 +268,7 @@
|
|
|
<view class="c-row">
|
|
|
<view class="title">装船净重(吨)</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='item_add3.loadNetWeight' placeholder="请输入装船净重" name="input"></input>
|
|
|
+ <input v-model='item_add3.loadNetWeight' placeholder="请输入装船净重" name="input" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 装船日期 -->
|
|
@@ -330,20 +330,20 @@
|
|
|
<view class="c-row">
|
|
|
<view class="title">箱号</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='item_add4.caseNo' placeholder="请输入箱号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='item_add4.caseNo' placeholder="请输入箱号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row">
|
|
|
<view class="title">封号</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='item_add4.titleNo' placeholder="请输入封号" name="input" maxlength="20"></input>
|
|
|
+ <input v-model='item_add4.titleNo' placeholder="请输入封号" name="input" maxlength="20" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 装船日期 -->
|
|
|
<view class="c-row">
|
|
|
<view class="title">装船净重(吨)</view>
|
|
|
<view class="con-list">
|
|
|
- <input v-model='item_add4.loadNetWeight' placeholder="请输入装船净重" name="input"></input>
|
|
|
+ <input v-model='item_add4.loadNetWeight' placeholder="请输入装船净重" name="input" type="digit"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 装船日期 -->
|