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
3d0dbb8d
Commit
3d0dbb8d
authored
Mar 25, 2021
by
琉璃丶c
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
983bec75
65d03ca2
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 @
3d0dbb8d
...
@@ -293,7 +293,7 @@ export default {
...
@@ -293,7 +293,7 @@ export default {
this
.
onQuickDateChoose
(
0
,
''
)
this
.
onQuickDateChoose
(
0
,
''
)
// console.log(this.moreSearchInfo)
// console.log(this.moreSearchInfo)
// this.moreSearchShow = false
// this.moreSearchShow = false
// this.$emit('onsearch
', this.moreSearchInfo)
this
.
$emit
(
'
onclean
'
,
this
.
moreSearchInfo
)
},
},
showPost
(
type
)
{
showPost
(
type
)
{
...
...
src/views/myOrder/index.vue
View file @
3d0dbb8d
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
return
{
return
{
tabsTitle
:
[],
tabsTitle
:
[],
moreSearchShow
:
false
,
moreSearchShow
:
false
,
activeTab
:
'
home
'
,
activeTab
:
'
all
'
,
moreSearchInfo
:
{
moreSearchInfo
:
{
supplier
:
{},
// 供应商
supplier
:
{},
// 供应商
consignor
:
[],
// 货主
consignor
:
[],
// 货主
...
@@ -151,24 +151,24 @@ export default {
...
@@ -151,24 +151,24 @@ export default {
'
start
'
:
'
1
'
'
start
'
:
'
1
'
}
}
companyList
.
push
(
removeItem
)
companyList
.
push
(
removeItem
)
// let data = {
// list: companyList
// }
let
data
=
{
let
data
=
{
'
list
'
:
[
list
:
companyList
{
'
length
'
:
'
1
'
,
'
attr
'
:
{
'
empid
'
:
'
199476,1
'
,
'
userid
'
:
'
23528
'
,
'
sysname
'
:
'
ERP
'
,
'
companyname
'
:
'
上药控股有限公司
'
},
'
dbName
'
:
''
,
'
start
'
:
'
1
'
}
]
}
}
// let data = {
// 'list': [
// {
// 'length': '1',
// 'attr': {
// 'empid': '199476,1',
// 'userid': '23528',
// 'sysname': 'ERP',
// 'companyname': '上药控股有限公司'
// },
// 'dbName': '',
// 'start': '1'
// }
// ]
// }
getEmployeeOrgQueryList
(
data
).
then
(
rt
=>
{
getEmployeeOrgQueryList
(
data
).
then
(
rt
=>
{
if
(
rt
.
code
===
200
)
{
if
(
rt
.
code
===
200
)
{
this
.
postDataList
=
rt
.
data
this
.
postDataList
=
rt
.
data
...
@@ -270,6 +270,8 @@ export default {
...
@@ -270,6 +270,8 @@ export default {
console
.
log
(
this
.
moreSearchInfo
)
console
.
log
(
this
.
moreSearchInfo
)
this
.
moreSearchInfo
=
JSON
.
parse
(
JSON
.
stringify
(
data
))
this
.
moreSearchInfo
=
JSON
.
parse
(
JSON
.
stringify
(
data
))
this
.
$EventBus
.
$emit
(
'
myOrderMoreSearch
'
,
this
.
moreSearchInfo
)
this
.
$EventBus
.
$emit
(
'
myOrderMoreSearch
'
,
this
.
moreSearchInfo
)
this
.
tabsTitle
=
[]
this
.
activeTab
=
'
all
'
},
},
/// 处理tabsTitle
/// 处理tabsTitle
tabsTitleData
()
{
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