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
df5f0cfc
Commit
df5f0cfc
authored
May 18, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
bd42c1c5
6620c872
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
14 deletions
+6
-14
productOrderList.vue
src/components/SalesModule/Common/productOrderList.vue
+6
-14
No files found.
src/components/SalesModule/Common/productOrderList.vue
View file @
df5f0cfc
...
...
@@ -530,6 +530,10 @@
<span>
{{
$t
(
"Airticket.Air_StartTime"
)
}}
:
</span
>
{{
item
.
StartDate
}}
</p>
<div
class=
"people-item"
>
<span
class=
"people-item-title"
>
创建人:
</span>
{{
item
.
CreateName
}}
</div>
</div>
<div
class=
"d5"
>
<p>
...
...
@@ -763,31 +767,19 @@ export default {
submitOP
()
{
let
params
=
{
TCIDs
:
this
.
TCIDs
,
Type
:
this
.
isVisa
?
1
:
0
};
if
(
!
this
.
isVisa
)
{
if
(
!
this
.
queryData
.
OPId
)
{
this
.
$message
.
error
(
"请选择团OP"
);
return
;
}
else
{
params
.
OPId
=
this
.
queryData
.
OPId
;
}
if
(
!
this
.
queryData
.
AssistantId
||
!
this
.
queryData
.
AssistantId
.
length
)
{
this
.
$message
.
error
(
"请选择助手"
);
return
;
params
.
AssistantId
=
''
;
}
else
{
params
.
AssistantId
=
this
.
queryData
.
AssistantId
.
join
(
","
);
}
}
if
(
!
this
.
queryData
.
VisaOPId
)
{
this
.
$message
.
error
(
"请选择签证OP"
);
return
;
}
else
{
params
.
VisaOPId
=
this
.
queryData
.
VisaOPId
;
}
if
(
!
this
.
queryData
.
VisaAssistantId
||
!
this
.
queryData
.
VisaAssistantId
.
length
)
{
this
.
$message
.
error
(
"请选择签证助手"
);
return
;
params
.
VisaAssistantId
=
''
}
else
{
params
.
VisaAssistantId
=
this
.
queryData
.
VisaAssistantId
.
join
(
","
);
}
...
...
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