Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
youjj
cloud-platform-ui
Commits
c2b5d2b4
Commit
c2b5d2b4
authored
Nov 15, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
旅游订单管理公司联动
parent
b28c1092
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.vue
src/views/order/tourOrderInfo/index.vue
+9
-5
No files found.
src/views/order/tourOrderInfo/index.vue
View file @
c2b5d2b4
...
@@ -173,6 +173,7 @@
...
@@ -173,6 +173,7 @@
formatDate
formatDate
}
from
'../../../utils/dateFormattor'
;
}
from
'../../../utils/dateFormattor'
;
import
{
getAllCompany
}
from
'api/base_info/branch_company'
export
default
{
export
default
{
name
:
'branchCompanyStock'
,
name
:
'branchCompanyStock'
,
components
:
{
components
:
{
...
@@ -348,6 +349,9 @@
...
@@ -348,6 +349,9 @@
}
}
}
}
this
.
getList
();
this
.
getList
();
getAllCompany
(
codeAndBranchCompany
=>
{
this
.
allBranchCompany
=
codeAndBranchCompany
;
});
this
.
btn_del
=
this
.
elements
[
'branchCompany/stockApply:btn_delete'
];
this
.
btn_del
=
this
.
elements
[
'branchCompany/stockApply:btn_delete'
];
},
},
computed
:
{
computed
:
{
...
@@ -524,11 +528,11 @@
...
@@ -524,11 +528,11 @@
getProvinceRegions
(
item
)
{
getProvinceRegions
(
item
)
{
this
.
listQuery
.
zoneId
=
item
this
.
listQuery
.
zoneId
=
item
this
.
baranchQuery
.
zoneId
=
item
this
.
baranchQuery
.
zoneId
=
item
this
.
listQuery
.
startCompanyId
=
undefined
;
//
this.listQuery.startCompanyId = undefined;
getAllBranchCompanyByZoneId
(
this
.
baranchQuery
)
//
getAllBranchCompanyByZoneId(this.baranchQuery)
.
then
(
response
=>
{
//
.then(response => {
this
.
allBranchCompany
=
response
.
data
;
//
this.allBranchCompany = response.data;
})
//
})
},
},
getAllBranchCompanyChange
(
item
)
{
getAllBranchCompanyChange
(
item
)
{
this
.
listQuery
.
startCompanyId
=
item
this
.
listQuery
.
startCompanyId
=
item
...
...
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