工单号
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
<input type="number" class="filter_input" v-model="val2">
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">工单号</view>
|
||||
<view class="filter_input_wraper">
|
||||
<input type="number" class="filter_input" v-model="val3">
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submit-bar_new">
|
||||
@@ -45,7 +51,8 @@
|
||||
index1: '',
|
||||
options2: [{value: '0',text: '普通'}, {value: '1',text: '快速'}],
|
||||
index2: '',
|
||||
val2: ''
|
||||
val2: '',
|
||||
val3: ''
|
||||
};
|
||||
},
|
||||
created () {
|
||||
|
||||
Reference in New Issue
Block a user