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
0f168260
Commit
0f168260
authored
Mar 27, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
49b69991
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
55 additions
and
18 deletions
+55
-18
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+7
-2
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+8
-1
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+1
-0
TravelPrice3.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice3.vue
+10
-2
TravelPrice4.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice4.vue
+29
-13
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
0f168260
...
@@ -1849,7 +1849,7 @@
...
@@ -1849,7 +1849,7 @@
</tr>
</tr>
<tr
v-if=
" OrderDataList.leadetList != null &&OrderDataList.leadetList.length > 0 "
>
<tr
v-if=
" OrderDataList.leadetList != null &&OrderDataList.leadetList.length > 0 "
>
<td
colspan=
"17"
>
<td
colspan=
"17"
>
{{ $t("active.cl_orderType") }}:
<span
class=
"RL-redType"
>
{{ $t("leader.leader_Leader") }}
</span>
{{ $t("active.cl_orderType") }}:
<span
class=
"RL-redType"
>
领队/导游
</span>
</td>
</td>
</tr>
</tr>
<tbody
v-for=
"(item, index) in OrderDataList.leadetList"
:key=
"index"
>
<tbody
v-for=
"(item, index) in OrderDataList.leadetList"
:key=
"index"
>
...
@@ -1876,7 +1876,12 @@
...
@@ -1876,7 +1876,12 @@
</td>
</td>
<td>
<td>
<p
class=
"fz12 over_ellipsis"
style=
"width: 90%"
>
<p
class=
"fz12 over_ellipsis"
style=
"width: 90%"
>
<
template
v-if=
"item.IsLeaderOrder"
>
{{
$t
(
"ground.lduikongwei"
)
}}
{{
$t
(
"ground.lduikongwei"
)
}}
</
template
>
<
template
v-else
>
导游
</
template
>
<input
type=
"button"
class=
"normalBtn"
@
click=
"UpdateLeaderSeat(item)"
style=
"display: none"
<input
type=
"button"
class=
"normalBtn"
@
click=
"UpdateLeaderSeat(item)"
style=
"display: none"
:value=
"ConfigData.Config.IsLeaderUseSeat == 0?'占机位' :'取消机位'"
/>
:value=
"ConfigData.Config.IsLeaderUseSeat == 0?'占机位' :'取消机位'"
/>
</p>
</p>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
0f168260
...
@@ -702,6 +702,11 @@
...
@@ -702,6 +702,11 @@
<
template
slot=
"prepend"
>
{{
$t
(
'sm.Leadernum'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'sm.Leadernum'
)
}}
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w260"
v-model=
"priceData.GuideNum"
>
<
template
slot=
"prepend"
>
导游人数(不占团队机位)
</
template
>
</el-input>
</el-form-item>
<el-form-item>
<el-form-item>
<el-input
:placeholder=
"$t('op.CanSallTicketNum')"
class=
"w290"
v-model=
"priceData.CanSellTicketNum"
<el-input
:placeholder=
"$t('op.CanSallTicketNum')"
class=
"w290"
v-model=
"priceData.CanSellTicketNum"
maxlength=
"2"
@
keyup
.
native=
"checkInteger(priceData,'CanSellTicketNum')"
maxlength=
"2"
@
keyup
.
native=
"checkInteger(priceData,'CanSellTicketNum')"
...
@@ -1376,6 +1381,7 @@
...
@@ -1376,6 +1381,7 @@
BusPriceId
:
0
,
//公司车辆编号
BusPriceId
:
0
,
//公司车辆编号
EmergencyContact
:
""
,
//紧急联系人
EmergencyContact
:
""
,
//紧急联系人
IsNeedAirportShuttle
:
0
,
//是否需要接送服务
IsNeedAirportShuttle
:
0
,
//是否需要接送服务
GuideNum
:
0
,
//导游人数
};
};
}
}
this
.
returnPriceList
.
push
(
objItem
);
this
.
returnPriceList
.
push
(
objItem
);
...
@@ -1482,7 +1488,7 @@
...
@@ -1482,7 +1488,7 @@
CreateBy
:
createBy
,
CreateBy
:
createBy
,
AirTicketId
:
this
.
priceData
.
AirTicketId
,
AirTicketId
:
this
.
priceData
.
AirTicketId
,
TCID
:
this
.
priceData
.
TCID
,
TCID
:
this
.
priceData
.
TCID
,
LineId
:
this
.
PostConfig
.
LineId
LineId
:
this
.
PostConfig
.
LineId
};
};
let
that
=
this
;
let
that
=
this
;
...
@@ -2088,4 +2094,5 @@
...
@@ -2088,4 +2094,5 @@
TravelPriceFlightListSelf
:
TravelPriceFlightList_Self
,
TravelPriceFlightListSelf
:
TravelPriceFlightList_Self
,
}
}
};
};
</
script
>
</
script
>
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
0f168260
...
@@ -1386,6 +1386,7 @@
...
@@ -1386,6 +1386,7 @@
BusPriceId
:
0
,
//公司车辆编号
BusPriceId
:
0
,
//公司车辆编号
EmergencyContact
:
""
,
//紧急联系人
EmergencyContact
:
""
,
//紧急联系人
IsNeedAirportShuttle
:
0
,
//是否需要接送服务
IsNeedAirportShuttle
:
0
,
//是否需要接送服务
GuideNum
:
0
,
//导游人数
};
};
}
}
this
.
returnPriceList
.
push
(
objItem
);
this
.
returnPriceList
.
push
(
objItem
);
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice3.vue
View file @
0f168260
...
@@ -1171,8 +1171,16 @@
...
@@ -1171,8 +1171,16 @@
ChooseHotelArray
:
[],
ChooseHotelArray
:
[],
//非中国大陆护照报价
//非中国大陆护照报价
ForeignPassportPrice
:
0
,
ForeignPassportPrice
:
0
,
//OP备注
UseFlightType
:
this
.
CurrentUserInfo
.
UseFlightType
,
OPRemark
:
""
,
SupplierId
:
0
,
//供应商编号
PriceTeamType
:
1
,
//团队类型
PriceOfferUrl
:
''
,
//报价单地址
PriceOfferName
:
""
,
//报价单名称
IsUseCompanyBus
:
0
,
//是否使用公司车辆
BusPriceId
:
0
,
//公司车辆编号
EmergencyContact
:
""
,
//紧急联系人
IsNeedAirportShuttle
:
0
,
//是否需要接送服务
GuideNum
:
0
,
//导游人数
};
};
}
}
this
.
returnPriceList
.
push
(
objItem
);
this
.
returnPriceList
.
push
(
objItem
);
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice4.vue
View file @
0f168260
<
style
>
<
style
>
@import
"../../../assets/css/newTravelManager.css"
;
@import
"../../../assets/css/newTravelManager.css"
;
.choosed
span
{
.choosed
span
{
background-color
:
#1bc594
!important
;
background-color
:
#1bc594
!important
;
}
}
...
@@ -634,8 +635,8 @@
...
@@ -634,8 +635,8 @@
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
>
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<span
class=
"TC_neibu"
style=
"float: inherit;margin-left: 5px;margin-right: 5px;"
v-if=
"standardCurrencyName"
<span
class=
"TC_neibu"
style=
"float: inherit;margin-left: 5px;margin-right: 5px;"
:class=
"{'TCneibu':standardCurrencyName=='人民币','TCb2b':standardCurrencyName=='日元',
v-if=
"standardCurrencyName"
:class=
"{'TCneibu':standardCurrencyName=='人民币','TCb2b':standardCurrencyName=='日元',
'TCb2c':standardCurrencyName=='新台币','AppPlat':standardCurrencyName=='',
'TCb2c':standardCurrencyName=='新台币','AppPlat':standardCurrencyName=='',
'otherPlat':standardCurrencyName=='',}"
>
{{standardCurrencyName}}结算
</span>
'otherPlat':standardCurrencyName=='',}"
>
{{standardCurrencyName}}结算
</span>
</el-form-item>
</el-form-item>
...
@@ -1059,9 +1060,14 @@
...
@@ -1059,9 +1060,14 @@
SaleBranchIdArray
:
[],
SaleBranchIdArray
:
[],
OutGroupType
:
0
OutGroupType
:
0
},
},
OutGroupTypeList
:
[
OutGroupTypeList
:
[{
{
Name
:
'常规'
,
Id
:
0
},
Name
:
'常规'
,
{
Name
:
'落地团'
,
Id
:
1
},
Id
:
0
},
{
Name
:
'落地团'
,
Id
:
1
},
],
],
returnPriceList
:
this
.
priceList
,
returnPriceList
:
this
.
priceList
,
//酒店列表
//酒店列表
...
@@ -1264,7 +1270,17 @@
...
@@ -1264,7 +1270,17 @@
ScenicBackList
:
[],
ScenicBackList
:
[],
TipAmount
:
0
,
//人头小费金额
TipAmount
:
0
,
//人头小费金额
//非中国大陆护照报价
//非中国大陆护照报价
ForeignPassportPrice
:
0
ForeignPassportPrice
:
0
,
UseFlightType
:
this
.
CurrentUserInfo
.
UseFlightType
,
SupplierId
:
0
,
//供应商编号
PriceTeamType
:
1
,
//团队类型
PriceOfferUrl
:
''
,
//报价单地址
PriceOfferName
:
""
,
//报价单名称
IsUseCompanyBus
:
0
,
//是否使用公司车辆
BusPriceId
:
0
,
//公司车辆编号
EmergencyContact
:
""
,
//紧急联系人
IsNeedAirportShuttle
:
0
,
//是否需要接送服务
GuideNum
:
0
,
//导游人数
};
};
}
}
this
.
returnPriceList
.
push
(
objItem
);
this
.
returnPriceList
.
push
(
objItem
);
...
@@ -1389,7 +1405,7 @@
...
@@ -1389,7 +1405,7 @@
that
.
priceData
.
AirticketBindList
.
forEach
(
x
=>
{
that
.
priceData
.
AirticketBindList
.
forEach
(
x
=>
{
that
.
selectFilghtList
.
forEach
(
y
=>
{
that
.
selectFilghtList
.
forEach
(
y
=>
{
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
//&& x.BindNum > 0 HK 2023-06-06 去掉条件
if
(
x
.
PurchaseId
==
y
.
Id
)
{
if
(
x
.
PurchaseId
==
y
.
Id
)
{
y
.
IsSelected
=
true
;
y
.
IsSelected
=
true
;
y
.
BindNum
=
x
.
BindNum
;
y
.
BindNum
=
x
.
BindNum
;
that
.
FinfoList
.
push
({
that
.
FinfoList
.
push
({
...
@@ -1579,15 +1595,15 @@
...
@@ -1579,15 +1595,15 @@
});
});
return
isExit
;
return
isExit
;
},
},
getstandardCurrencyName
(){
getstandardCurrencyName
()
{
let
isShow
=
true
let
isShow
=
true
this
.
companyList
.
forEach
(
x
=>
{
this
.
companyList
.
forEach
(
x
=>
{
if
(
x
.
id
==
this
.
priceData
.
OutBranchId
&&
x
.
standardCurrencyId
>
0
)
{
if
(
x
.
id
==
this
.
priceData
.
OutBranchId
&&
x
.
standardCurrencyId
>
0
)
{
this
.
standardCurrencyName
=
x
.
standardCurrencyName
this
.
standardCurrencyName
=
x
.
standardCurrencyName
isShow
=
false
isShow
=
false
}
}
})
})
if
(
isShow
)
{
if
(
isShow
)
{
this
.
standardCurrencyName
=
''
this
.
standardCurrencyName
=
''
}
}
},
},
...
@@ -1906,7 +1922,7 @@
...
@@ -1906,7 +1922,7 @@
//深度监听,可监听到对象、数组的变化
//深度监听,可监听到对象、数组的变化
handler
:
function
(
val
,
oldVal
)
{
handler
:
function
(
val
,
oldVal
)
{
this
.
initShowPriceList
();
this
.
initShowPriceList
();
this
.
$emit
(
"headCallBack"
,
this
.
returnPriceList
,
this
.
priceData
.
OutGroupType
);
this
.
$emit
(
"headCallBack"
,
this
.
returnPriceList
,
this
.
priceData
.
OutGroupType
);
},
},
deep
:
true
deep
:
true
},
},
...
@@ -1914,7 +1930,7 @@
...
@@ -1914,7 +1930,7 @@
//深度监听,可监听到对象的变化
//深度监听,可监听到对象的变化
handler
:
function
(
val
,
oldVal
)
{
handler
:
function
(
val
,
oldVal
)
{
this
.
initShowPriceList
();
this
.
initShowPriceList
();
this
.
$emit
(
"headCallBack"
,
this
.
returnPriceList
,
this
.
priceData
.
OutGroupType
);
this
.
$emit
(
"headCallBack"
,
this
.
returnPriceList
,
this
.
priceData
.
OutGroupType
);
},
},
deep
:
true
deep
:
true
},
},
...
...
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