Commit 868b4bf6 authored by xiejb's avatar xiejb

请货单查询 添加高级搜索页面

parent a101de51
This diff is collapsed.
<template>
<div id="clearance">
<clearance-list @gotoDetail="gotoDetail"/>
<!-- <high-search v-model="moreSearchShow" @onsearch="moreSearchConfirm" @onclean="moreSearchClean"/> -->
<high-search v-model="moreSearchShow" @onsearch="moreSearchConfirm" @onclean="moreSearchClean"/>
</div>
</template>
<script>
// import HighSearch from './components/HighSearch.vue'
import HighSearch from './HighSearch.vue'
import {getFormateDate} from '@/utils/common'
import clearanceList from './clearanceList.vue'
export default {
name: 'Clearance',
components: {
// HighSearch,
HighSearch,
clearanceList
},
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment