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
3df9ed53
Commit
3df9ed53
authored
Aug 22, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ef27cbf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+12
-7
No files found.
src/components/orderCommon/productOrderList.vue
View file @
3df9ed53
...
...
@@ -824,17 +824,22 @@
<p>
<i
class=
"iconfont icon-hangban1"
></i>
{{ $t("Operation.Op_Warmprompt") }}
</p>
<p>
<!-- <p style="color:red;">
<span>签证人员</span><i>{{
item.VisaOPName === "" ? "未设置" : item.VisaOPName
}}</i>
</p> -->
<p
style=
"color:red;"
>
<span>
{{ $t("visa.v_sqtime") }}
</span><i>
{{
item.SendVisaTime === "" ? "未设置" : item.SendVisaTime
}}
</i>
</p>
<p>
<p
style=
"color:red;"
>
<span>
{{ $t("visa.v_cqtime") }}
</span><i>
{{
item.OutVisaTime === "" ? "未设置" : item.OutVisaTime
}}
</i>
</p>
<p>
<p
style=
"color:red;"
>
<span>
{{ $t("visa.v_kptime") }}
</span><i>
{{
item.TicketDeadline === "" ? "未设置" : item.TicketDeadline
}}
</i>
...
...
@@ -849,7 +854,7 @@
</p>
</
template
>
<p>
<span>
{{ $t("salesModule.TicketStatus")}}
:
</span>
<span>
{{ $t("salesModule.TicketStatus")}}
</span>
<span
class=
"fz16 fbold"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('salesModule.AllTk')"
placement=
"top"
>
<span
style=
"color: #4bca81"
v-if=
"item.MakeInvoice == 1"
>
√
</span>
...
...
@@ -862,9 +867,9 @@
</el-tooltip>
</span>
</p>
<p
v-if=
"item.TicketCreateByName&&item.TicketCreateByName!=''"
>
<span>
本团票务
:
</span>
<i>
{{item.TicketCreateByName}}
</i>
<p
v-if=
"item.TicketCreateByName&&item.TicketCreateByName!=''"
style=
"color:red;"
>
<span>
本团票务
</span>
<i>
{{item.TicketCreateByName}}
</i>
</p>
</div>
<div
class=
"d7"
>
...
...
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