Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sph
上药订单生命周期升级
Commits
868b4bf6
Commit
868b4bf6
authored
Mar 10, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
请货单查询 添加高级搜索页面
parent
a101de51
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
385 additions
and
3 deletions
+385
-3
src/views/myOrder/clearance/HighSearch.vue
src/views/myOrder/clearance/HighSearch.vue
+382
-0
src/views/myOrder/clearance/index.vue
src/views/myOrder/clearance/index.vue
+3
-3
No files found.
src/views/myOrder/clearance/HighSearch.vue
0 → 100644
View file @
868b4bf6
This diff is collapsed.
Click to expand it.
src/views/myOrder/clearance/index.vue
View file @
868b4bf6
<
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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment