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
86877e5b
Commit
86877e5b
authored
Jun 06, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
f83cf4af
edf4618e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+3
-3
order-form2.vue
src/components/orderCommon/order-form2.vue
+5
-5
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
86877e5b
...
@@ -2685,10 +2685,10 @@
...
@@ -2685,10 +2685,10 @@
<span
style=
"color:#f56c6c"
>
{{
fourthItem
.
VisaType
==
1
?
'(个签)'
:
''
}}
<span
style=
"color:#f56c6c"
>
{{
fourthItem
.
VisaType
==
1
?
'(个签)'
:
''
}}
</span>
</span>
<span
v-if=
"fourthItem.TicketOutType==1"
<span
v-if=
"fourthItem.TicketOutType==1"
style=
"color:
rgb(26, 168, 107)
;"
>
{{
fourthItem
.
TicketOutTypeStr
}}
style=
"color:
#409EFF
;"
>
{{
fourthItem
.
TicketOutTypeStr
}}
</span>
</span>
<span
v-if=
"fourthItem.TicketOutType==2"
<span
v-
else-
if=
"fourthItem.TicketOutType==2"
style=
"color:
blue;
"
>
{{
fourthItem
.
TicketOutTypeStr
}}
style=
"color:
#67C23A
"
>
{{
fourthItem
.
TicketOutTypeStr
}}
</span>
</span>
<span
v-else
style=
"color:#f56c6c"
>
{{
fourthItem
.
TicketOutTypeStr
}}
<span
v-else
style=
"color:#f56c6c"
>
{{
fourthItem
.
TicketOutTypeStr
}}
</span>
</span>
...
...
src/components/orderCommon/order-form2.vue
View file @
86877e5b
...
@@ -586,7 +586,7 @@
...
@@ -586,7 +586,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<!--报价单-->
<!--报价单-->
<el-col
:span=
"4"
>
<el-col
:span=
"4"
style=
"display:none;"
>
<el-form-item
label=
"报价单"
prop=
"QuotationUrl"
v-show=
"addMsg.GroupType == '2'"
>
<el-form-item
label=
"报价单"
prop=
"QuotationUrl"
v-show=
"addMsg.GroupType == '2'"
>
<div
style=
"margin-bottom: 10px; width: 32%"
v-loading=
"uploadLloading"
element-loading-text=
"拼命上传中"
>
<div
style=
"margin-bottom: 10px; width: 32%"
v-loading=
"uploadLloading"
element-loading-text=
"拼命上传中"
>
<el-upload
ref=
"my-upload"
class=
"upload-demo"
:http-request=
"uploadFileBtn"
:multiple=
"true"
<el-upload
ref=
"my-upload"
class=
"upload-demo"
:http-request=
"uploadFileBtn"
:multiple=
"true"
...
@@ -2013,10 +2013,10 @@
...
@@ -2013,10 +2013,10 @@
this
.
Error
(
"请填写行业类别!"
);
this
.
Error
(
"请填写行业类别!"
);
return
;
return
;
}
}
if
(
this
.
addMsg
.
QuotationUrl
==
""
)
{
//
if (this.addMsg.QuotationUrl == "") {
this
.
Error
(
"请上传附件!"
);
//
this.Error("请上传附件!");
return
;
//
return;
}
//
}
}
// 选择联运,联运备注必填
}
// 选择联运,联运备注必填
if
(
if
(
this
.
addMsg
.
IsIntermodal
==
1
||
this
.
addMsg
.
IsIntermodal
==
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