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
c9479390
Commit
c9479390
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2b794ffc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
passengerInfo.vue
src/components/SalesModule/passengerInfo.vue
+12
-8
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+2
-2
No files found.
src/components/SalesModule/passengerInfo.vue
View file @
c9479390
...
...
@@ -89,11 +89,12 @@
<th
width=
"7%"
>
性别
</th>
<th
width=
"7%"
>
出生地
</th>
<th
width=
"7%"
>
出生日期
</th>
<th
width=
"8%"
>
身份证号
</th>
<th
width=
"8%"
>
护照号
</th>
<th
width=
"8%"
>
签发地
</th>
<th
width=
"7%"
>
签发日期
</th>
<th
width=
"7%"
>
有效日期
</th>
<th
width=
"7%"
>
身份证号
</th>
<th
width=
"7%"
>
护照号
</th>
<th
width=
"6%"
>
签发地
</th>
<th
width=
"6%"
>
签发日期
</th>
<th
width=
"6%"
>
有效日期
</th>
<th
width=
"6%"
>
是否需要签证
</th>
<th
width=
"7%"
>
创建人
</th>
<th
width=
"7%"
>
操作
</th>
</tr>
...
...
@@ -116,6 +117,9 @@
<td>
{{
item
.
PassportAddress
}}
</td>
<td>
{{
item
.
PassportIssued
}}
</td>
<td>
{{
item
.
PassportExpiry
}}
</td>
<td>
<span
style=
"color: red;"
>
{{
item
.
NeedVisa
?
'是'
:
''
}}
</span>
</td>
<td>
{{
item
.
CreateByName
}}
</td>
<td>
<el-button-group>
...
...
@@ -128,12 +132,12 @@
</tbody>
<tbody
v-show=
"tableList.length===0"
class=
"passengerInfo_table_noInfo"
>
<tr>
<td
colspan=
"1
3
"
class=
""
>
暂无数据
</td>
<td
colspan=
"1
5
"
class=
""
>
暂无数据
</td>
</tr>
</tbody>
</table>
</div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.pageIndex"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
...
...
@@ -348,4 +352,4 @@
text-decoration
:
underline
;
cursor
:
pointer
;
}
</
style
>
\ No newline at end of file
</
style
>
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/VisaProductOrder.vue
View file @
c9479390
...
...
@@ -156,7 +156,7 @@
}
.mb
{
margin-bottom
:
10
px
;
margin-bottom
:
5
px
;
}
.mb20
{
...
...
@@ -1156,7 +1156,7 @@
</span>
<span v-if="item.FinanceList.length===0" style="cursor: default;">暂无数据</span> -->
</div>
<div
style=
"margin-top: 5px;"
>
<div>
<span
style=
"white-space: nowrap;"
>
{{$t('salesModule.Invoice')}}:
</span>
<span
v-for=
"(item2,index2) in scope.row.invoiceApplyList"
:key=
"index2"
style=
"margin-right:10px;cursor:pointer;white-space: nowrap;"
>
...
...
This diff is collapsed.
Click to expand it.
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