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
65d03ca2
Commit
65d03ca2
authored
Mar 25, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高级搜索 重置按钮事件
parent
9172cd79
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
18 deletions
+20
-18
src/views/myOrder/components/HighSearch.vue
src/views/myOrder/components/HighSearch.vue
+1
-1
src/views/myOrder/index.vue
src/views/myOrder/index.vue
+19
-17
No files found.
src/views/myOrder/components/HighSearch.vue
View file @
65d03ca2
...
...
@@ -293,7 +293,7 @@ export default {
this
.
onQuickDateChoose
(
0
,
''
)
// console.log(this.moreSearchInfo)
// this.moreSearchShow = false
// this.$emit('onsearch
', this.moreSearchInfo)
this
.
$emit
(
'
onclean
'
,
this
.
moreSearchInfo
)
},
showPost
(
type
)
{
...
...
src/views/myOrder/index.vue
View file @
65d03ca2
...
...
@@ -51,7 +51,7 @@ export default {
return
{
tabsTitle
:
[],
moreSearchShow
:
false
,
activeTab
:
'
home
'
,
activeTab
:
'
all
'
,
moreSearchInfo
:
{
supplier
:
{},
// 供应商
consignor
:
[],
// 货主
...
...
@@ -151,24 +151,24 @@ export default {
'
start
'
:
'
1
'
}
companyList
.
push
(
removeItem
)
// let data = {
// list: companyList
// }
let
data
=
{
'
list
'
:
[
{
'
length
'
:
'
1
'
,
'
attr
'
:
{
'
empid
'
:
'
199476,1
'
,
'
userid
'
:
'
23528
'
,
'
sysname
'
:
'
ERP
'
,
'
companyname
'
:
'
上药控股有限公司
'
},
'
dbName
'
:
''
,
'
start
'
:
'
1
'
}
]
list
:
companyList
}
// let data = {
// 'list': [
// {
// 'length': '1',
// 'attr': {
// 'empid': '199476,1',
// 'userid': '23528',
// 'sysname': 'ERP',
// 'companyname': '上药控股有限公司'
// },
// 'dbName': '',
// 'start': '1'
// }
// ]
// }
getEmployeeOrgQueryList
(
data
).
then
(
rt
=>
{
if
(
rt
.
code
===
200
)
{
this
.
postDataList
=
rt
.
data
...
...
@@ -270,6 +270,8 @@ export default {
console
.
log
(
this
.
moreSearchInfo
)
this
.
moreSearchInfo
=
JSON
.
parse
(
JSON
.
stringify
(
data
))
this
.
$EventBus
.
$emit
(
'
myOrderMoreSearch
'
,
this
.
moreSearchInfo
)
this
.
tabsTitle
=
[]
this
.
activeTab
=
'
all
'
},
/// 处理tabsTitle
tabsTitleData
()
{
...
...
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