This commit is contained in:
2023-09-27 14:41:35 +08:00
parent 8ea9563d7a
commit 6885490a89
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<span class="filter_label">载具编码</span> <span class="filter_label">载具编码</span>
</view> </view>
<view class="filter_input_wraper"> <view class="filter_input_wraper">
<input type="number" class="filter_input" v-model="val1"> <search-box v-model="val1" />
</view> </view>
</view> </view>
<view class="filter_item"> <view class="filter_item">

View File

@@ -1,6 +1,6 @@
<template> <template>
<view class="zd_container"> <view class="zd_container">
<nav-bar title="混碾搬运"></nav-bar> <nav-bar title="人工组盘"></nav-bar>
<view class="zd_content"> <view class="zd_content">
<view class="zd_wrapper"> <view class="zd_wrapper">
<view class="filter_item"> <view class="filter_item">
@@ -8,7 +8,7 @@
<span class="filter_label">载具编码</span> <span class="filter_label">载具编码</span>
</view> </view>
<view class="filter_input_wraper"> <view class="filter_input_wraper">
<input type="number" class="filter_input" v-model="val1"> <search-box v-model="val1" />
</view> </view>
</view> </view>
<view class="filter_item"> <view class="filter_item">
@@ -63,8 +63,8 @@
}; };
}, },
created () { created () {
this._getPressCode() // this._getPressCode()
this._getVehicleType() // this._getVehicleType()
}, },
methods: { methods: {
/** 选择器 */ /** 选择器 */