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
e1010132
Commit
e1010132
authored
Jun 07, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7e5ae2f4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
25 deletions
+23
-25
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+9
-9
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+2
-1
TravelPrice3.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice3.vue
+12
-15
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
e1010132
...
@@ -454,8 +454,8 @@
...
@@ -454,8 +454,8 @@
<el-checkbox
v-model=
"priceData.IsLessPrice"
:true-label=
"CheckedVaule"
<el-checkbox
v-model=
"priceData.IsLessPrice"
:true-label=
"CheckedVaule"
:false-label=
"UnCheckedLessPrice"
>
{{
$t
(
'op.CanLessPrice'
)
}}
:false-label=
"UnCheckedLessPrice"
>
{{
$t
(
'op.CanLessPrice'
)
}}
</el-checkbox>
</el-checkbox>
<el-checkbox
v-model=
"priceData.IsNeedAirportShuttle"
@
change=
"IsNeedAirportShuttleChange"
:true-label=
"CheckedVaule"
<el-checkbox
v-model=
"priceData.IsNeedAirportShuttle"
@
change=
"IsNeedAirportShuttleChange"
:false-label=
"UnCheckedLessPrice"
>
是否需要送团
:
true-label=
"CheckedVaule"
:
false-label=
"UnCheckedLessPrice"
>
是否需要送团
</el-checkbox>
</el-checkbox>
<template
v-if=
"CurrentUserInfo.RB_Group_id==2"
>
<template
v-if=
"CurrentUserInfo.RB_Group_id==2"
>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('op.HotelUse')"
@
click=
"outerVisible=true"
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('op.HotelUse')"
@
click=
"outerVisible=true"
...
@@ -739,7 +739,8 @@
...
@@ -739,7 +739,8 @@
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
prop=
"SendPersion"
>
<el-form-item
prop=
"SendPersion"
>
<el-input
class=
"w260"
:disabled=
"!priceData.IsNeedAirportShuttle"
placeholder=
"请输入送团人"
v-model=
"priceData.SendPersion"
>
<el-input
class=
"w260"
:disabled=
"!priceData.IsNeedAirportShuttle"
placeholder=
"请输入送团人"
v-model=
"priceData.SendPersion"
>
<
template
slot=
"prepend"
>
送团人
</
template
>
<
template
slot=
"prepend"
>
送团人
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
...
@@ -747,10 +748,10 @@
...
@@ -747,10 +748,10 @@
<el-form-item>
<el-form-item>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<div
class=
"w260"
></div>
<div
class=
"w260"
></div>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<div
class=
"w260"
></div>
<div
class=
"w260"
></div>
</el-form-item>
</el-form-item>
<el-form-item
style=
"margin-top: -20px"
>
<el-form-item
style=
"margin-top: -20px"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w260"
v-model=
"priceData.GatherTag"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w260"
v-model=
"priceData.GatherTag"
>
...
@@ -894,11 +895,10 @@
...
@@ -894,11 +895,10 @@
</el-upload>
</el-upload>
<a
style=
"margin-left:20px;color:blue;"
:href=
"priceData.PriceOfferUrl"
<a
style=
"margin-left:20px;color:blue;"
:href=
"priceData.PriceOfferUrl"
v-if=
"priceData.PriceOfferUrl"
target=
"_blank"
>
预览
</a>
v-if=
"priceData.PriceOfferUrl"
target=
"_blank"
>
预览
</a>
<a
style=
"color:red"
>
行程如有变化,请重新上传报价单!
</a>
</el-form-item>
</el-form-item>
</div>
</div>
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<div
class=
"leftSetInfo"
>
<div
class=
"leftSetInfo"
>
<span
class=
"TPbaseSet"
style=
"width:62px;"
></span>
<span
class=
"TPbaseSet"
style=
"width:62px;"
></span>
...
@@ -1221,7 +1221,7 @@
...
@@ -1221,7 +1221,7 @@
},
},
methods
:
{
methods
:
{
IsNeedAirportShuttleChange
()
{
IsNeedAirportShuttleChange
()
{
if
(
!
this
.
priceData
.
IsNeedAirportShuttle
)
{
if
(
!
this
.
priceData
.
IsNeedAirportShuttle
)
{
this
.
priceData
.
SendPersion
=
''
this
.
priceData
.
SendPersion
=
''
}
}
},
},
...
@@ -1508,7 +1508,7 @@
...
@@ -1508,7 +1508,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
({
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
e1010132
...
@@ -894,6 +894,7 @@
...
@@ -894,6 +894,7 @@
</el-upload>
</el-upload>
<a
style=
"margin-left:20px;color:blue;"
:href=
"priceData.PriceOfferUrl"
<a
style=
"margin-left:20px;color:blue;"
:href=
"priceData.PriceOfferUrl"
v-if=
"priceData.PriceOfferUrl"
target=
"_blank"
>
预览
</a>
v-if=
"priceData.PriceOfferUrl"
target=
"_blank"
>
预览
</a>
<a
style=
"color:red"
>
行程如有变化,请重新上传报价单!
</a>
</el-form-item>
</el-form-item>
</div>
</div>
</div>
</div>
...
@@ -1508,7 +1509,7 @@
...
@@ -1508,7 +1509,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
({
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice3.vue
View file @
e1010132
...
@@ -742,12 +742,22 @@
...
@@ -742,12 +742,22 @@
</el-popover>
</el-popover>
<el-form-item
style=
"margin-top:1px;"
>
<el-form-item
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{$t('visa.v_salecompany')}}
</span>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{$t('visa.v_salecompany')}}
</span>
<el-select
class=
"w
35
0 multiple_input"
:class=
"{'SaleBranchList':priceData.SaleBranchIdArray==''}"
<el-select
class=
"w
18
0 multiple_input"
:class=
"{'SaleBranchList':priceData.SaleBranchIdArray==''}"
v-model=
"priceData.SaleBranchIdArray"
multiple
>
v-model=
"priceData.SaleBranchIdArray"
multiple
>
<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>
</el-form-item>
</el-form-item>
<el-form-item
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
报价单地址
</span>
<el-upload
class=
"upload-demo"
style=
"display:inline-block;position:relative;top:-1px;left:3px;"
:http-request=
"uploadFileBtn"
:multiple=
"true"
:show-file-list=
"false"
action=
""
>
<el-button
size=
"small"
type=
"primary"
>
上传
</el-button>
</el-upload>
<a
style=
"margin-left:20px;color:blue;"
:href=
"priceData.PriceOfferUrl"
v-if=
"priceData.PriceOfferUrl"
target=
"_blank"
>
预览
</a>
<a
style=
"color:red"
>
行程如有变化,请重新上传报价单!
</a>
</el-form-item>
</div>
</div>
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
...
@@ -803,19 +813,6 @@
...
@@ -803,19 +813,6 @@
</div>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"TPright clearfix"
>
<el-form-item
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
报价单地址
</span>
<el-upload
class=
"upload-demo"
style=
"display:inline-block;position:relative;top:-1px;left:3px;"
:http-request=
"uploadFileBtn"
:multiple=
"true"
:show-file-list=
"false"
action=
""
>
<el-button
size=
"small"
type=
"primary"
>
上传
</el-button>
</el-upload>
<a
style=
"margin-left:20px;color:blue;"
:href=
"priceData.PriceOfferUrl"
v-if=
"priceData.PriceOfferUrl"
target=
"_blank"
>
预览
</a>
</el-form-item>
</div>
</div>
</div>
</div>
</div>
</div>
</el-form>
</el-form>
...
@@ -1318,7 +1315,7 @@
...
@@ -1318,7 +1315,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
({
...
...
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