Commit 868b4bf6 authored by xiejb's avatar xiejb

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

parent a101de51
This diff is collapsed.
<template> <template>
<div id="clearance"> <div id="clearance">
<clearance-list @gotoDetail="gotoDetail"/> <clearance-list @gotoDetail="gotoDetail"/>
<!-- <high-search v-model="moreSearchShow" @onsearch="moreSearchConfirm" @onclean="moreSearchClean"/> --> <high-search v-model="moreSearchShow" @onsearch="moreSearchConfirm" @onclean="moreSearchClean"/>
</div> </div>
</template> </template>
<script> <script>
// import HighSearch from './components/HighSearch.vue' import HighSearch from './HighSearch.vue'
import {getFormateDate} from '@/utils/common' import {getFormateDate} from '@/utils/common'
import clearanceList from './clearanceList.vue' import clearanceList from './clearanceList.vue'
export default { export default {
name: 'Clearance', name: 'Clearance',
components: { components: {
// HighSearch, HighSearch,
clearanceList clearanceList
}, },
data() { 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