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
1944d58f
Commit
1944d58f
authored
Jul 16, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b6918424
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
13 deletions
+18
-13
passengerSaleList.vue
src/components/SalesModule/passengerSaleList.vue
+18
-13
No files found.
src/components/SalesModule/passengerSaleList.vue
View file @
1944d58f
...
...
@@ -20,26 +20,27 @@
<th
width=
"2%"
>
{{$t('op.Fenfang')}}
</th>
<th
width=
"5%"
>
{{$t('objFill.jiudianjifx')}}
</th>
<th
width=
"5%"
>
{{$t('objFill.lvkexm')}}
</th>
<th
width=
"
5
%"
>
{{$t('visaT.Englishsurname')}}
</th>
<th
width=
"
5
%"
>
{{$t('admin.admin_EnSurname')}}
</th>
<th
width=
"
6
%"
>
{{$t('visaT.Englishsurname')}}
</th>
<th
width=
"
6
%"
>
{{$t('admin.admin_EnSurname')}}
</th>
<th
width=
"3%"
>
{{$t('system.table_sex')}}
</th>
<th
width=
"
7
%"
>
{{$t('admin.admin_BirthDate')}}
</th>
<th
width=
"
6
%"
>
{{$t('admin.admin_BirthDate')}}
</th>
<th
width=
"4%"
>
{{$t('sm.nianlingType')}}
</th>
<th
width=
"6%"
>
{{$t('admin.admin_BirthPlace')}}
</th>
<th
width=
"6%"
>
{{$t('system.table_Passport')}}
</th>
<th
width=
"6%"
>
{{$t('admin.admin_IssuePlace')}}
</th>
<th
width=
"
7
%"
>
{{$t('admin.admin_IssueDate')}}
</th>
<th
width=
"
7
%"
>
{{$t('objFill.huzhaoyxq')}}
</th>
<th
width=
"
6
%"
>
{{$t('admin.admin_IssueDate')}}
</th>
<th
width=
"
6
%"
>
{{$t('objFill.huzhaoyxq')}}
</th>
<th
width=
"6%"
>
{{$t('objFill.kehushouji')}}
</th>
<th
width=
"
9
%"
>
{{$t('objFill.shengfenzheng')}}
</th>
<th
width=
"
5
%"
>
{{$t('visa.v_qianzhengst')}}
</th>
<th
width=
"
5
%"
>
{{$t('objFill.shifouxuesheng')}}
</th>
<th
width=
"
8
%"
>
{{$t('hotel.table_operat')}}
</th>
<th
width=
"
8
%"
>
{{$t('objFill.shengfenzheng')}}
</th>
<th
width=
"
4
%"
>
{{$t('visa.v_qianzhengst')}}
</th>
<th
width=
"
4
%"
>
{{$t('objFill.shifouxuesheng')}}
</th>
<th
width=
"
9
%"
>
{{$t('hotel.table_operat')}}
</th>
</tr>
</thead>
<tbody
v-show=
"tableList.length>0"
>
<tr
v-for=
"(item,index) in tableList"
:key=
"index"
:class=
"{'redTr':item.VisaState==1}"
>
<td>
{{item.Sort}}
</td>
<
template
v-for=
"(item,index) in tableList"
>
<tr
:class=
"
{'redTr':item.VisaState==1}" :key="`d1_`+index">
<td
>
{{
item
.
Sort
}}
</td>
<td>
{{
item
.
HoustNo
}}
</td>
<td>
{{
item
.
HouseType
}}
</td>
<td>
{{
item
.
Name
}}
</td>
...
...
@@ -66,7 +67,7 @@
</el-tooltip>
<el-tooltip
v-if=
"isOrder==1 && !isDis"
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-button
type=
"primary"
style=
'background:#
e95252; border-color:#e95252
'
<el-button
type=
"primary"
style=
'background:#
9E8DE3; border-color:#9E8DE3
'
icon=
"iconfont icon-shanchu"
@
click=
"pal_del(item)"
></el-button>
</el-tooltip>
<el-tooltip
v-if=
"isOrder==1 && !isDis"
class=
"item"
effect=
"dark"
:content=
"$t('objFill.xiazasqb')"
...
...
@@ -77,6 +78,11 @@
</el-button-group>
</td>
</tr>
<!--
<tr
:class=
"
{'redTr':item.VisaState==1}" :key="`d2_`+index">
</tr>
-->
</
template
>
</tbody>
<tbody
v-show=
"tableList.length===0"
class=
"passengerSaleList_table_noInfo"
>
<tr>
...
...
@@ -208,7 +214,6 @@
};
},
methods
:
{
//确定设置领队
setTheLeader
()
{
if
(
this
.
isSubmit
)
{
...
...
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