This commit is contained in:
2023-12-13 09:52:24 +08:00
parent f15b8b4d6f
commit f18d92176b
2 changed files with 4 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
<template>
<view class="zd_container">
<nav-bar title="涂板线下料"></nav-bar>
<nav-bar title="清空物料信息"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label">载具编码</view>
<view class="filter_input_wraper">
<search-box v-model="val1" @handleChange="handleChange1"/>
<search-box v-model="val1"/>
</view>
</view>
</view>
@@ -36,10 +36,6 @@
created () {
},
methods: {
/** 选择器1 */
inputChange1 (e) {
// console.log('inputChange1:' + e)
},
/** 确定 */
async toSure () {
this.disabled1 = true