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
5aa24feb
Commit
5aa24feb
authored
Mar 26, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改签证看板详情
parent
baf76341
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
63 deletions
+72
-63
groupInquiry.vue
src/components/SalesModule/groupInquiry.vue
+66
-61
VisaApplicationDetails.vue
src/components/VisaCenter/VisaApplicationDetails.vue
+6
-2
No files found.
src/components/SalesModule/groupInquiry.vue
View file @
5aa24feb
...
...
@@ -130,7 +130,17 @@
border
:
1px
solid
#d95454
!important
;
box-sizing
:
border-box
;
}
/* 名单 */
.RL-remarkTitle
{
display
:
inline-block
;
width
:
36px
;
white-space
:
nowrap
;
font-size
:
14px
;
}
.RL-remarkCon
span
{
margin-right
:
5px
;
}
.person_fan
{
width
:
100%
;
border-top
:
1px
solid
#e5e5e5
;
...
...
@@ -172,7 +182,7 @@
</el-tabs>
</ul>
-->
<div
class=
"GQ_companyList"
v-if=
"queryCommonData.IsParentCompany==1"
>
<span
:class=
"
{'TC_checked':queryCommonData.checkCompanyAll}" @click="getCompanyCheckAll()">
全部
</span>
<span
:class=
"
{'TC_checked':queryCommonData.checkCompanyAll}" @click="getCompanyCheckAll()">
{{
$t
(
'advmanager.v_all'
)
}}
</span>
<span
v-for=
"(item,bindex) in queryCommonData.BranchList"
:class=
"
{'TC_checked':item.isShow}" @click="getCompanyCheck(item)">
{{
item
.
BName
}}
</span>
</div>
<div
class=
"TC_Content TC-MyList"
>
...
...
@@ -180,17 +190,17 @@
<ul>
<li>
<span>
<em>
所属线路
</em>
<em>
{{
$t
(
'system.table_ssLine'
)
}}
</em>
<el-select
class=
'w150'
v-model=
"queryMsg.LineId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getLineTeamList()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue'
></el-option>
<el-option
v-for=
"
item in queryCommonData.LineList"
:label=
'item.LineName'
:value=
'item.LineID'
:key=
'item.LineID
'
>
<el-option
v-for=
"
(item,index) in queryCommonData.LineList"
:label=
'item.LineName'
:value=
'item.LineID'
:key=
'index+10000
'
>
</el-option>
</el-select>
</span>
</li>
<li>
<span>
<em>
系列名称
</em>
<em>
{{
$t
(
'active.ad_xlmc'
)
}}
</em>
<el-select
class=
'w150'
v-model=
"queryMsg.LineteamId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in queryCommonData.LineTeamList"
:label=
'item.LtName'
:value=
'item.LtID'
:key=
'item.LtID'
>
...
...
@@ -200,14 +210,14 @@
</li>
<li>
<span>
<em>
团号
</em>
<em>
{{
$t
(
'visa.v_tuanhao'
)
}}
</em>
<el-input
maxlength=
"50"
v-model=
"queryMsg.TCNUM"
class=
"permiss-input w150"
@
keyup
.
native
.
enter=
"getControlList"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</span>
</li>
<li>
<span>
<em>
发团日期
</em>
<em>
{{
$t
(
'scen.sc_ftTime'
)
}}
</em>
<el-date-picker
class=
"w150"
type=
"date"
v-model=
'queryMsg.StartGroupDate'
:picker-options=
"pickerBeginDateBefore"
value-format=
"yyyy-MM-dd"
placeholder=
""
>
</el-date-picker>
...
...
@@ -220,21 +230,21 @@
<span>
<em>
{{
$t
(
'visa.v_qianzhengst'
)
}}
</em>
<el-select
v-model=
"queryMsg.TCVisaStatus"
clearable
class=
"w150"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
"不限
"
value=
"-1"
></el-option>
<el-option
label=
"未办理
"
value=
"1"
></el-option>
<el-option
label=
"办理中
"
value=
"2"
></el-option>
<el-option
label=
"已办理
"
value=
"3"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')
"
value=
"-1"
></el-option>
<el-option
:label=
"$t('visa.v_weibanli')
"
value=
"1"
></el-option>
<el-option
:label=
"$t('visa.v_banlizhong')
"
value=
"2"
></el-option>
<el-option
:label=
"$t('visa.v_yibanli')
"
value=
"3"
></el-option>
</el-select>
</span>
</li>
<li
class=
"advancedLi"
>
<el-popover
popper-class=
"advanceQueryList"
v-model=
"queryCommonData.showHigradeSearch"
trigger=
"click"
>
<div>
<div
class=
"TC_queryTitle"
>
团控高级查询
</div>
<div
class=
"TC_queryTitle"
>
{{
$t
(
'visa.v_tkgjcx'
)
}}
</div>
<div
class=
"clearfix"
>
<div
class=
"TC_leftSearch"
>
<div>
<span>
航空公司
</span>
<span>
{{
$t
(
'system.query_airCompanyName'
)
}}
</span>
<el-select
v-model=
"queryMsg.AirTicketId"
filterable
:placeholder=
"$t('system.ph_buxian')"
class=
"w150"
>
<el-option
:label=
'$t("system.ph_buxian")'
:value=
'queryCommonData.SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in queryCommonData.AirlineList"
:key=
"item.AirLineId"
:label=
"item.AlName"
:value=
"item.AirLineId"
>
...
...
@@ -242,7 +252,7 @@
</el-select>
</div>
<div>
<span>
操作人员
</span>
<span>
{{
$t
(
'visa.v_czuser'
)
}}
</span>
<el-select
class=
'w150'
v-model=
"queryMsg.CreateBy"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in queryCommonData.EmployeeList"
:label=
'item.EmName'
:value=
'item.EmployeeId'
:key=
'item.EmployeeId'
>
...
...
@@ -250,13 +260,13 @@
</el-select>
</div>
<div>
<span>
行程天数
</span>
<span>
{{
$t
(
'visa.v_xcdays'
)
}}
</span>
<el-input
maxlength=
"50"
v-model=
"queryMsg.DayNum"
@
keyup
.
native=
"checkInteger(queryMsg,'DayNum')"
class=
"w150"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</div>
<div>
<span>
联运城市
</span>
<span>
{{
$t
(
'visa.v_lycity'
)
}}
</span>
<el-select
class=
'w150'
filterable
v-model=
"queryMsg.UnionCityId"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in queryCommonData.CityList"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
...
...
@@ -267,7 +277,7 @@
</div>
<div
class=
"TC_rightSearch"
>
<div>
<span>
团队人数
</span>
<span>
{{
$t
(
'visa.v_teamnum'
)
}}
</span>
<el-input
maxlength=
"50"
class=
"w80"
v-model=
"queryMsg.TeamMinNum"
@
keyup
.
native=
"checkInteger(queryMsg,'TeamMinNum')"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
-
...
...
@@ -275,7 +285,7 @@
@
blur=
"checkTeamNum(queryMsg)"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</div>
<div>
<span>
报名人数
</span>
<span>
{{
$t
(
'leader.leader_registraNum'
)
}}
</span>
<el-input
maxlength=
"50"
class=
"w80"
v-model=
"queryMsg.ApplyMinNum"
@
keyup
.
native=
"checkInteger(queryMsg,'ApplyMinNum')"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
-
...
...
@@ -283,11 +293,11 @@
@
blur=
"checkTeamNum(queryMsg)"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</div>
<div
class=
"OnlyShowOverTeam"
>
<span>
只看报超团
</span>
<span>
{{
$t
(
'visa.v_zkbaochaotuan'
)
}}
</span>
<el-switch
v-model=
"queryMsg.OnlyShowOverTeam"
active-value=
"true"
inactive-value=
"false"
></el-switch>
</div>
<div>
<span>
销售公司
</span>
<span>
{{
$t
(
'visa.v_salecompany'
)
}}
</span>
<el-select
class=
"w180 multiple_input"
:class=
"
{'SaleBranchList':queryMsg.SaleBranchId==''}" v-model="queryMsg.SaleBranchId" multiple>
<el-option
v-for=
'item in queryCommonData.companyList'
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
>
</el-option>
...
...
@@ -296,9 +306,9 @@
</div>
</div>
<div
class=
"comSearchDiv"
>
<span>
团队状态
</span>
<span>
{{
$t
(
'scen.sc_temStatu'
)
}}
</span>
<span>
<el-checkbox
v-model=
"queryCommonData.checkTCStateAll"
@
change=
"checkAllTeam"
>
全选
</el-checkbox>
<el-checkbox
v-model=
"queryCommonData.checkTCStateAll"
@
change=
"checkAllTeam"
>
{{
$t
(
'system.table_chekAll'
)
}}
</el-checkbox>
<el-checkbox-group
v-model=
"queryMsg.TCState"
@
change=
"checkedTeamList"
>
<el-checkbox
v-for=
"team in $tripUtils.TeamStatesList.TeamStates"
:label=
"team.Id"
:key=
"team.Name"
>
{{
team
.
Name
}}
</el-checkbox>
</el-checkbox-group>
...
...
@@ -306,7 +316,7 @@
</div>
<!--
<div
class=
"comSearchDiv"
v-if=
"queryCommonData.showPlatForm"
>
-->
<div
class=
"comSearchDiv"
>
<span>
销售平台
</span>
<span>
{{
$t
(
'Airticket.Air_salesPlatform'
)
}}
</span>
<span>
<el-checkbox
v-model=
"queryCommonData.checkPlatForm"
@
change=
"checkAllSales"
>
全选
</el-checkbox>
<el-checkbox-group
v-model=
"queryMsg.SalePlat"
@
change=
"checkSales"
>
...
...
@@ -315,7 +325,7 @@
</span>
</div>
<div
class=
"comSearchDiv"
>
<span>
团期状态
</span>
<span>
{{
$t
(
'visa.v_tqstatus'
)
}}
</span>
<span>
<el-checkbox
v-model=
"queryCommonData.checkGroupALL"
@
change=
"checkGroupAll"
>
全选
</el-checkbox>
<el-checkbox-group
v-model=
"queryMsg.GroupState"
@
change=
"checkGroup"
>
...
...
@@ -324,7 +334,7 @@
</span>
</div>
<div
class=
"comSearchDiv"
>
<span>
航班状态
</span>
<span>
{{
$t
(
'visa.v_hbstatus'
)
}}
</span>
<span>
<el-checkbox-group
v-model=
"queryCommonData.flightCKed"
style=
"margin-left:0;"
>
<el-checkbox
v-for=
"state in flightStatus"
:label=
"state.Id"
:checked=
"state.Checked"
@
change=
"checkedFlight(state)"
:key=
"state.Name"
>
{{
state
.
Name
}}
</el-checkbox>
...
...
@@ -334,7 +344,7 @@
<button
class=
"normalBtn TC_SearchBtn"
@
click=
"getControlList(),resetPageIndex(),queryCommonData.showHigradeSearch=false"
>
查询
</button>
</div>
<span
class=
"advancedQuery"
slot=
"reference"
>
高级查询
<i
class=
"iconfont icon-xiaotuziCduan_1"
></i></span>
<span
class=
"advancedQuery"
slot=
"reference"
>
{{
$t
(
'visa.v_gjchaxun'
)
}}
<i
class=
"iconfont icon-xiaotuziCduan_1"
></i></span>
</el-popover>
</li>
<li>
...
...
@@ -362,23 +372,23 @@
v-for="plat in item.SalePlatList" :key="plat.subCode">
{{
$tripUtils
.
getPlatName
(
plat
)
}}
</span>
<span
class=
"TC_xiajia daiwanshan"
v-if=
"item.TCState==1"
>
待完善
</span>
<span
class=
"TC_xiajia"
v-if=
"item.TCState==2"
>
已下架
</span>
<span
class=
"TC_xiajia quxiao"
v-if=
"item.TCState==4"
>
已取消
</span>
<span
class=
"TC_xiajia daiwanshan"
v-if=
"item.TCState==1"
>
{{
$t
(
'visa.v_dwanshan'
)
}}
</span>
<span
class=
"TC_xiajia"
v-if=
"item.TCState==2"
>
{{
$t
(
'visa.v_yxiajia'
)
}}
</span>
<span
class=
"TC_xiajia quxiao"
v-if=
"item.TCState==4"
>
{{
$t
(
'hotel.hotel_HasBeenCancelled'
)
}}
</span>
</div>
</div>
</div>
<div
class=
"el-col"
style=
"width:200px;"
>
<div
class=
"d2"
>
<p
class=
"TCLflight_GO"
><i
class=
"iconfont icon-hangban1"
></i>
航班
</p>
<p
class=
"TCLflight_GO"
><i
class=
"iconfont icon-hangban1"
></i>
{{
$t
(
'visa.v_hangban'
)
}}
</p>
<el-popover
width=
"900"
trigger=
"click"
popper-class=
"TC_tripDetails"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr
class=
"_color_666"
style=
"text-align:center;"
>
<th
width=
"60"
>
{{
$t
(
'Airticket.Air_segment'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'system.query_flightNum'
)
}}
</th>
<th
width=
"150"
>
起飞时间
</th>
<th
width=
"80"
>
到达时间
</th>
<th
width=
"100"
>
经停城市
</th>
<th
width=
"150"
>
{{
$t
(
'system.ph_flightTime'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'system.query_arrivalTime'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'system.query_stopCity'
)
}}
</th>
</tr>
<tr
v-for=
"(ds,din) in item.flightList"
:key=
"din"
style=
"text-align:center;"
>
<td
class=
"_d_name _color_666"
>
...
...
@@ -409,8 +419,8 @@
<span>
{{
subItem
.
StopoverName
}}
</span>
<span
v-if=
"subItem.ArrivalCityName"
>
-
</span>
<span>
{{
subItem
.
ArrivalCityName
}}
</span>
<span
v-if=
"subItem.FlightState==1"
class=
"TCL-greenType"
>
【
确定
】
</span>
<span
v-if=
"subItem.FlightState==2"
class=
"TCL-redType"
>
【
暂定
】
</span>
<span
v-if=
"subItem.FlightState==1"
class=
"TCL-greenType"
>
【
{{
$t
(
'pub.sureBtn'
)
}}
】
</span>
<span
v-if=
"subItem.FlightState==2"
class=
"TCL-redType"
>
【
{{
$t
(
'visa.v_zanding'
)
}}
】
</span>
</div>
</div>
</el-popover>
...
...
@@ -418,18 +428,18 @@
</div
>
<div
class=
"el-col"
style=
"width:190px;"
>
<div
class=
"d3"
>
<p><i
class=
"iconfont icon-tuandui"
></i>
{{
$t
(
'visa.v_teaminfo'
)
}}
<em>
{{
item
.
DayNum
}}{{
$t
(
'hotel.hotel_day'
)
}}{{
item
.
NightNum
}}
晚
</em></p>
<p><span>
{{
$t
(
'Airticket.Air_StartTime'
)
}}
</span>
{{
item
.
StartDate
}}
</p>
<p><span>
{{
$t
(
'scen.sc_cp'
)
}}
</span>
{{
item
.
OutBranchName
}}
</p>
<p><i
class=
"iconfont icon-tuandui"
></i>
团队信息
<em>
{{
item
.
DayNum
}}{{
$t
(
'hotel.hotel_day'
)
}}{{
item
.
NightNum
}}
晚
</em></p>
<p><span>
出发时间
</span>
{{
item
.
StartDate
}}
</p>
<p><span>
出团公司
</span>
{{
item
.
OutBranchName
}}
</p>
</div>
</div>
<div
class=
"el-col"
style=
"width:200px;"
>
<div
class=
"d5"
>
<p><i
class=
"iconfont icon-tuanwei"
></i>
{{
$t
(
'visa.v_tuanweiinfo'
)
}}
</p>
<p><span>
{{
$t
(
'visa.v_currentseat'
)
}}
</span><i>
{{
item
.
SurplusSeat
=
item
.
SurplusSeat
<
0
?
0
:
item
.
SurplusSeat
}}
</i></p>
<p><span>
{{
$t
(
'visa.v_yibaoru'
)
}}
</span><i
@
click=
'goUrlX("RegistrationList", item.TCID)'
style=
"cursor:pointer;"
>
{{
item
.
OrderGuestNum
}}
<span
class=
"TCL-redType"
v-if=
"item.OrderLeaderGuestNum>=1"
>
+
{{
item
.
OrderLeaderGuestNum
}}
</span>
人
</i>
(占位:
{{
item
.
Occupied
}}
人)
</p>
<p><span>
{{
$t
(
'visa.v_houbu'
)
}}
</span>
<span
v-if=
'item.IsSubstitution==1'
class=
"TCL-greenType"
>
{{
$t
(
'visa.v_yxhoubu'
)
}}
</span>
<p><i
class=
"iconfont icon-tuanwei"
></i>
团位信息
</p>
<p><span>
当前余位
</span><i>
{{
item
.
SurplusSeat
=
item
.
SurplusSeat
<
0
?
0
:
item
.
SurplusSeat
}}
</i></p>
<p><span>
已报入
</span><i
@
click=
'goUrlX("RegistrationList", item.TCID)'
style=
"cursor:pointer;"
>
{{
item
.
OrderGuestNum
}}
<span
class=
"TCL-redType"
v-if=
"item.OrderLeaderGuestNum>=1"
>
+
{{
item
.
OrderLeaderGuestNum
}}
</span>
人
</i>
(占位:
{{
item
.
Occupied
}}
人)
</p>
<p><span>
候补
</span>
<span
v-if=
'item.IsSubstitution==1'
class=
"TCL-greenType"
>
允许候补
</span>
<span
v-else
class=
"TCL-redType"
>
不允许候补
</span>
</p>
<p><span
@
click=
"goUrlY('TravelPassengerList',item.TCID)"
style=
"cursor:pointer;text-decoration:underline;"
>
旅客名单
</span></p>
...
...
@@ -476,11 +486,11 @@
<div
class=
"el-col"
>
<div
class=
"d7"
>
<div>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==1"
@
click=
"goUrlZ('VisaApplicationDetails',item.
LineID,item.
TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_banliqianzheng'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==2"
@
click=
"goUrlZ('VisaApplicationDetails',item.
LineID,item.
TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjindu'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==3"
@
click=
"goUrlZ('VisaApplicationDetails',item.
LineID,item.
TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjieguo'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==1"
@
click=
"goUrlZ('VisaApplicationDetails',item.TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_banliqianzheng'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==2"
@
click=
"goUrlZ('VisaApplicationDetails',item.TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjindu'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==3"
@
click=
"goUrlZ('VisaApplicationDetails',item.TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjieguo'
)
}}
</el-button>
</div>
<el-button
v-if=
"item.LineID
=
=14"
@
click=
"goUrlT('visaList2',item.TCID)"
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
签证列表
</el-button>
<el-button
v-if=
"item.LineID
!
=14"
@
click=
"goUrlT('visaList2',item.TCID)"
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
签证列表
</el-button>
<!--
<el-button
@
click=
"goTeamBalance(item.TCID,item.OutBranchId)"
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
>
团队支出
</el-button>
-->
<el-button
@
click=
"goUrl('VisaFinancialDocuments',item.TCID,item.OutBranchId,item.TCNUM,'签证财务单据')"
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
费用明细
</el-button>
<el-button
@
click=
'openEdit(item)'
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
送签日期
</el-button>
...
...
@@ -493,11 +503,7 @@
<div
style=
"padding:10px 0"
>
<span
class=
"RL-remarkTitle"
>
名单:
</span>
<span
class=
"RL-redType RL-remarkCon"
v-if=
"item.VisaGuestList.length>0"
>
<span
style=
"color:blue !important"
v-for=
"(childItem) in item.VisaGuestList"
>
<span
v-if=
"childItem.VisaStatus===2"
class=
"groupTourOrder_tickets_blue"
>
{{
childItem
.
GuestName
}}
</span>
<span
v-if=
"childItem.VisaStatus===1"
class=
"groupTourOrder_tickets_red"
>
{{
childItem
.
GuestName
}}
</span>
<span
v-if=
"childItem.VisaStatus===3"
class=
"groupTourOrder_tickets_black"
>
{{
childItem
.
GuestName
}}
</span>
</span>
<span
style=
"color:blue !important"
v-for=
"(childItem) in item.VisaGuestList"
>
{{
childItem
.
GuestName
}}
</span>
</span>
<span
class=
"RL-redType RL-remarkCon"
v-else
>
<span>
暂无名单
</span>
...
...
@@ -514,7 +520,7 @@
<span
v-if=
"item.VisaFinanceList.length===0"
>
暂无数据
</span>
</div>
</div>
<div
class=
"TC_remarkContent"
>
<
!--
<
div
class=
"TC_remarkContent"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"TCL_remarkTitle"
>
OP对外备注:
</div>
<div
class=
"TCL_Content"
>
{{
item
.
OPRemark
}}
</div>
...
...
@@ -527,7 +533,7 @@
<div
class=
"TCL_remarkTitle"
>
地接备注:
</div>
<div
class=
"TCL_Content"
>
{{
item
.
DmcRemarkLast
!=
null
?
item
.
DmcRemarkLast
.
DMCRemark
:
""
}}
</div>
</div>
</div>
</div>
-->
</li>
</ul>
<div
class=
"noData"
v-show=
"queryMsg.noData"
>
...
...
@@ -633,7 +639,7 @@
<div
style=
"display: inline-block;vertical-align: top;white-space: nowrap;"
>
<el-form-item
label=
"国家"
prop=
"EuropeSchengen"
class=
"groupInquiry_admission_formItem"
v-show=
"msg_admission.LineID===2&&msg_admission.EuropeVisaType==='2'"
>
<el-select
class=
"groupInquiry_admission_input2"
v-model=
"msg_admission.EuropeSchengen"
@
change=
"SchengenChange"
placeholder=
"选择国家"
>
<el-option
v-for=
"(item, index) in EuropeSchengenList"
:key=
"index"
:label=
'item.Name'
:value=
'item.Id'
></el-option>
<el-option
v-for=
"(item, index) in EuropeSchengenList"
:key=
"index
+2000
"
:label=
'item.Name'
:value=
'item.Id'
></el-option>
</el-select>
</el-form-item>
<el-form-item
prop=
"EuropeVisaName"
class=
"groupInquiry_admission_formItem"
v-show=
"msg_admission.EuropeVisaType==='2'&&msg_admission.EuropeSchengen==='5'"
>
...
...
@@ -804,7 +810,7 @@ export default {
//航班配置
FlightState
:
0
,
TCVisaStatus
:
'-1'
,
IsShowUnion
:
0
,
IsShowUnion
:
1
,
QueryType
:
1
,
//查询类型 1:签证
},
remarkMsg
:
{
...
...
@@ -814,7 +820,7 @@ export default {
},
flightStatus
:
[{
Id
:
0
,
Name
:
'不限'
,
Name
:
this
.
$t
(
'pub.unlimitedSel'
)
,
Checked
:
true
},
{
Id
:
1
,
...
...
@@ -840,7 +846,7 @@ export default {
};
},
methods
:
{
goUrl
(
path
,
TCID
,
OutBranchId
,
TCNUM
,
name
)
{
goUrl
(
path
,
TCID
,
OutBranchId
,
TCNUM
,
name
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
...
...
@@ -1194,7 +1200,6 @@ export default {
})
}
});
// console.log("this.queryCommonData.dataList",this.queryCommonData.dataList)
}
},
err
=>
{}
...
...
@@ -1368,8 +1373,8 @@ export default {
goUrlY
(
path
,
id
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
blank
:
'y'
,
tab
:
'旅客名单'
}
});
},
goUrlZ
(
path
,
LineID
,
id
,
num
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
LineID
:
LineID
,
id
:
id
,
num
:
num
,
blank
:
'y'
,
tab
:
'签证办理'
}
});
goUrlZ
(
path
,
id
,
num
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
num
:
num
,
blank
:
'y'
,
tab
:
'签证办理'
}
});
},
goUrlT
(
path
,
tcid
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
tcid
:
tcid
,
blank
:
'y'
,
tab
:
'签证列表'
}
});
...
...
src/components/VisaCenter/VisaApplicationDetails.vue
View file @
5aa24feb
...
...
@@ -12,6 +12,10 @@
.wrapper
._radius
{
display
:
inline-block
;
width
:
24px
;
height
:
24px
;
background-color
:
#FF793E
;
color
:
#fff
;
border-radius
:
50%
;
text-align
:
center
;
line-height
:
22px
;
font-size
:
12px
;
margin-right
:
10px
;}
.wrapper
._radius._tuan
{
background-color
:
#3EABFF
}
.wrapper
.icon-img_delete_small
{
cursor
:
pointer
;}
.updatestatus
{
position
:
absolute
;
right
:
10px
;
}
</
style
>
<
template
>
<div
class=
"wrapper"
>
...
...
@@ -90,8 +94,8 @@
</td>
<td>
{{
item
.
UpdateName
}}
<img
class=
"_head_img"
:src=
"item.UpdatePhoto"
alt=
""
></td>
<td>
<i
@
click=
"deletelist(item.Id)"
class=
"iconfont icon-img_delete_small"
></i>
<span
v-if=
"LineID!=14"
>
<td
style=
"position:relative;width:200px"
>
<i
@
click=
"deletelist(item.Id)"
class=
"iconfont icon-img_delete_small"
></i>
<span
class=
"updatestatus"
v-if=
"LineID!=14"
>
<!--
<button
v-if=
"item.VisaManageStatus==1"
@
click=
"UpdateGuestStatus(item,2)"
style=
'background:#3EABFF;padding:4px 6px;color:#fff;cursor:pointer'
>
办理
</button>
-->
<button
v-if=
"item.VisaManageStatus==2"
@
click=
"UpdateGuestStatus(item,3)"
style=
'background:#3EABFF;padding:4px 6px;color:#fff;cursor:pointer'
>
办理完成
</button>
</span>
...
...
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