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
86e86ce1
Commit
86e86ce1
authored
Mar 28, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
今日订单 新增 BranchName, VisaName 对应字段
parent
fc673eb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
salesOrderToday.vue
src/components/SalesVisa/salesOrderToday.vue
+7
-3
No files found.
src/components/SalesVisa/salesOrderToday.vue
View file @
86e86ce1
...
...
@@ -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