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
dac582e7
Commit
dac582e7
authored
Mar 28, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
8c2c3c4f
86e86ce1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
+21
-3
App.vue
src/App.vue
+14
-0
salesOrderToday.vue
src/components/SalesVisa/salesOrderToday.vue
+7
-3
No files found.
src/App.vue
View file @
dac582e7
...
...
@@ -243,4 +243,18 @@
Noto
Color
Emoji
,
MicrosoftJhengHeiBoldFix
,
"\5FAE\8EDF\6B63\9ED1\9AD4"
,
Microsoft
JhengHei
;
}
.groupTourOrderByTuan_ico
{
margin
:
0
10px
0
0
;
}
.groupTourOrderByTuan_ico
i
{
display
:
inline-block
;
margin
:
0
2px
0
0
;
width
:
8px
;
height
:
8px
;
border-radius
:
2px
;
vertical-align
:
middle
;
}
.groupTourOrderByTuan_ico
>
span
{
vertical-align
:
middle
;
}
</
style
>
\ No newline at end of file
src/components/SalesVisa/salesOrderToday.vue
View file @
dac582e7
...
...
@@ -350,13 +350,15 @@
<tr>
<th
width=
"7%"
>
单号/团号
</th>
<th
width=
"7%"
>
签证类型
</th>
<th
width=
"10%"
>
业务员
</th>
<th
width=
"5%"
>
公司
</th>
<th
width=
"7%"
>
签证产品
</th>
<th
width=
"5%"
>
业务员
</th>
<th
width=
"5%"
>
人数
</th>
<th
width=
"10%"
>
出发日期
</th>
<th
width=
"9%"
>
报名日期
</th>
<th
width=
"1
5
%"
>
备注
</th>
<th
width=
"1
0
%"
>
备注
</th>
<th
width=
"8%"
>
应收金额
</th>
<th
width=
"
7
%"
>
订单状态
</th>
<th
width=
"
5
%"
>
订单状态
</th>
<th
width=
"10%"
>
操作
</th>
</tr>
<tr
v-for=
'(item,index) in dataList'
:key=
"index"
>
...
...
@@ -367,6 +369,8 @@
<td>
<span
class=
"fz14"
>
{{
item
.
VisaType
===
1
?
'个体签证'
:
'团队签证'
}}
</span>
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
VisaName
}}
</td>
<td>
<img
v-if=
'!item.CreatePhoto'
src=
"../../assets/img/litheader.png"
/>
<img
v-if=
'item.CreatePhoto'
:onerror=
"defaultImg"
:src=
'item.CreatePhoto'
/>
...
...
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