Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
7e629ef3
Commit
7e629ef3
authored
Jul 09, 2019
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟团游列表中的报名清单修改(op已确认订单徐总可修改,获取客户信息接口名称变更)
parent
5709168b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+5
-4
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
7e629ef3
...
@@ -3315,7 +3315,7 @@
...
@@ -3315,7 +3315,7 @@
},
},
err
=>
{}
err
=>
{}
);
);
this
.
getKhmdList
(
this
.
addMsg
.
CustomerType
,
obj
.
LineId
,
this
.
addMsg
.
CreateBy
);
this
.
getKhmdList
(
this
.
addMsg
.
CustomerType
,
obj
.
LineId
,
this
.
addMsg
.
CreateBy
,
x
.
CustomerId
);
this
.
getDdlyList
(
this
.
addMsg
.
CustomerType
);
this
.
getDdlyList
(
this
.
addMsg
.
CustomerType
);
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
...
@@ -4327,14 +4327,15 @@
...
@@ -4327,14 +4327,15 @@
);
);
}
}
},
},
getKhmdList
(
id
,
lineId
,
employeeId
)
{
getKhmdList
(
id
,
lineId
,
employeeId
,
CustomerId
)
{
var
qMsg
=
{
var
qMsg
=
{
typeId
:
id
,
typeId
:
id
,
lineId
:
lineId
,
lineId
:
lineId
,
EmoloyeeId
:
employeeId
EmoloyeeId
:
employeeId
,
customerId
:
CustomerId
};
};
this
.
apipost
(
this
.
apipost
(
"app_today_visit_GetOrderMyCustomerList"
,
"app_today_visit_Get
New
OrderMyCustomerList"
,
qMsg
,
qMsg
,
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
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