工单号

This commit is contained in:
2024-04-08 10:47:09 +08:00
parent e954dd59a7
commit d1b70095ab

View File

@@ -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 () {