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
d0cc4070
Commit
d0cc4070
authored
Aug 08, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
790afc86
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1204 additions
and
1044 deletions
+1204
-1044
SupplierIndex.vue
src/components/SupplierIndex.vue
+1059
-891
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-0
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+68
-74
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+68
-71
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+4
-4
TravelPrice3.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice3.vue
+4
-4
No files found.
src/components/SupplierIndex.vue
View file @
d0cc4070
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
d0cc4070
...
...
@@ -1540,6 +1540,7 @@
},
},
methods
:
{
//复制、新增报价单
NewCopyPriceSheet
(
item
,
type
)
{
if
(
type
)
{
this
.
CopyConfigOffer
(
item
)
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
d0cc4070
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
d0cc4070
...
...
@@ -413,7 +413,7 @@
<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>
<span
class=
"TC_xiajia daiwanshan"
v-if=
"item.Config_OfferId>0&&item.Config_OfferStatus&&item.TCState==1"
>
v-if=
"item.Config_OfferId>0&&item.Config_OfferStatus&&item.TCState==1"
>
{{
item
.
Config_OfferStatus
}}
</span>
</div>
...
...
@@ -454,29 +454,7 @@
<a
style=
"corsor:pointer;"
:href=
"domainManager().ViittoFileUrl+item.WordPath"
>
{{
$t
(
'visa.v_salecompany'
)
}}
下载WORD行程
</a>
</p>
<p
class=
"travelnowrap flex"
v-if=
"item.OfferUrlExtArray&&item.OfferUrlExtArray.length>0"
>
<span>
报价单
</span>
<span
class=
"go_date"
>
<template
v-for=
"(subItem,subIndex) in item.OfferUrlExtArray"
>
<a
:key=
"subIndex"
style=
"margin-left:20px;color:blue;cursor:pointer;"
:href=
"subItem.Url"
v-if=
"subItem.Url"
target=
"_blank"
:download=
"subItem.Name"
>
{{
subItem
.
Name
}}
</a>
<template
v-if=
"item.OfferUrlExtArray.length>1 && subIndex
<item
.
OfferUrlExtArray
.
length
"
>
<br
:key=
"subIndex+1000"
/>
</
template
>
</template>
</span>
</p>
<p
class=
"travelnowrap flex"
v-else-if=
"item.PriceOfferUrl&&item.PriceOfferUrl!=''"
>
<span>
报价单
</span>
<span
class=
"go_date"
>
<a
style=
"margin-left:20px;color:blue;cursor:pointer;"
:href=
"item.PriceOfferUrl"
v-if=
"item.PriceOfferUrl"
target=
"_blank"
>
下载报价单
</a>
</span>
</p>
<p
class=
"travelnowrap"
v-if=
"item.Config_OfferId"
>
<span
style=
"cursor:pointer;text-decoration:underline;color:blue;"
@
click=
"showDialog(item.ID, item.Config_OfferId)"
>
报价详情
</span>
</p>
</div>
</div>
<div
class=
"el-col"
style=
"width:190px;"
>
...
...
@@ -578,6 +556,39 @@
<span
slot=
"reference"
class=
"price"
>
{{
$t
(
'Operation.Op_priceDetail'
)
}}
</span>
</el-popover>
</p>
<p
v-if=
"item.OfferUrlExtArray&&item.OfferUrlExtArray.length>0"
style=
"margin-top:5px;"
>
<span>
报价单
</span>
<span>
<template
v-for=
"(subItem,subIndex) in item.OfferUrlExtArray"
>
<el-tooltip
:key=
"subIndex"
class=
"item"
effect=
"dark"
content=
"点击下载报价单"
placement=
"top"
>
<a
:key=
"subIndex+10000"
style=
"color:blue;cursor:pointer;text-decoration:underline;"
:href=
"subItem.Url"
v-if=
"subItem.Url"
target=
"_blank"
:download=
"subItem.Name"
>
{{
subItem
.
Name
}}
</a>
</el-tooltip>
<template
v-if=
"item.OfferUrlExtArray.length>1 && subIndex
<item
.
OfferUrlExtArray
.
length
"
>
<br
:key=
"subIndex+1000"
/>
</
template
>
</template>
</span>
</p>
<p
v-else-if=
"item.PriceOfferUrl&&item.PriceOfferUrl!=''"
style=
"margin-top:5px;"
>
<span>
报价单
</span>
<span>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"点击下载报价单"
placement=
"top"
>
<a
:href=
"item.PriceOfferUrl"
style=
"color:blue;cursor:pointer;text-decoration:underline;"
v-if=
"item.PriceOfferUrl"
target=
"_blank"
>
下载报价单
</a>
</el-tooltip>
</span>
</p>
<p
v-if=
"item.Config_OfferId&&item.Config_OfferId>0"
style=
"margin-top:5px;"
>
<span
style=
"cursor:pointer;text-decoration:underline;color:blue;"
@
click=
"showDialog(item.ID, item.Config_OfferId)"
>
报价详情
</span>
</p>
<p
v-if=
"item.Config_OfferId==0"
style=
"margin-top:5px;"
>
<span
style=
"cursor:pointer;text-decoration:underline;color:red;"
@
click=
"NewCopyPriceSheet(item,0)"
>
新增报价单
</span>
<span
style=
"cursor:pointer;text-decoration:underline;color:red;"
@
click=
"NewCopyPriceSheet(item,1)"
>
复制报价单
</span>
</p>
</div>
</div>
<div
class=
"el-col"
style=
"width:150px;"
>
...
...
@@ -591,7 +602,6 @@
<p>
<span>
{{$t('visa.v_yibaoru')}}
</span>
<i>
{{item.OrderGuestNum}}
<span
class=
"TCL-redType"
v-if=
"item.OrderLeaderGuestNum>=1"
>
+{{item.OrderLeaderGuestNum}}
</span>
人
</i>
...
...
@@ -691,14 +701,6 @@
<el-dropdown-item>
<div
@
click=
'GoToleaderReimbursement(item)'
style=
"color:red"
>
地接成本支出
</div>
</el-dropdown-item>
<
template
v-if=
"item.Config_OfferId==0&&item.TCState==1"
>
<el-dropdown-item>
<div
@
click=
"NewCopyPriceSheet(item,0)"
>
新增报价单
</div>
</el-dropdown-item>
<el-dropdown-item>
<div
@
click=
"NewCopyPriceSheet(item,1)"
>
复制报价单
</div>
</el-dropdown-item>
</
template
>
</el-dropdown-menu>
</el-dropdown>
</div>
...
...
@@ -994,61 +996,56 @@
}
},
methods
:
{
NewCopyPriceSheet
(
item
,
type
){
if
(
type
){
//复制、新增报价单
NewCopyPriceSheet
(
item
,
type
)
{
if
(
type
)
{
this
.
CopyConfigOffer
(
item
)
}
else
{
this
.
gotoOffer
(
item
,
1
)
}
else
{
this
.
gotoOffer
(
item
,
1
)
}
},
//跳转到报价单
gotoOffer
(
item
,
type
)
{
let
name
=
'QuotationNewPrice'
gotoOffer
(
item
)
{
let
query
=
{
offerid
:
item
.
Config_OfferId
,
TCID
:
item
.
TCID
,
blank
:
'y'
,
tab
:
'报价单'
}
if
(
type
){
//新增报价单
query
.
TeamType
=
2
query
.
configld
=
item
.
ID
query
.
TCID
=
item
.
TCID
query
.
LineID
=
item
.
LineID
query
.
LineName
=
item
.
LineName
query
.
ltID
=
item
.
ltID
query
.
LtName
=
item
.
LtName
query
.
DayNum
=
item
.
DayNum
query
.
OutDateTime
=
item
.
StartCityTime
query
.
OutBranchId
=
item
.
OutBranchId
query
.
ForbidChange
=
true
this
.
$router
.
push
({
path
:
name
,
query
});
}
else
{
this
.
$router
.
push
({
path
:
name
,
query
});
}
this
.
$router
.
push
({
path
:
'QuotationNewPrice'
,
query
});
},
// 复制报价单
CopyConfigOffer
(
item
){
CopyConfigOffer
(
item
)
{
this
.
queryCommonData
.
loading
=
true
;
let
msg
=
{
ID
:
item
.
ID
,
TCID
:
item
.
TCID
,
}
this
.
apipost
(
var
that
=
this
;
that
.
apipost
(
"travel_post_CopyConfigOffer"
,
msg
,
res
=>
{
that
.
queryCommonData
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
)
var
tipMsg
=
"复制成功!查看报价单!"
that
.
getControlList
();
this
.
Confirm
(
tipMsg
,
function
()
{
if
(
res
.
data
.
data
&&
res
.
data
.
data
>
0
)
{
let
query
=
{
offerid
:
res
.
data
.
data
,
blank
:
'y'
,
tab
:
'报价单'
}
//跳转到新报价单页面
that
.
OpenNewPage
(
'/QuotationNewPrice'
,
query
)
}
})
}
else
{
th
is
.
Error
(
res
.
data
.
message
);
th
at
.
Error
(
res
.
data
.
message
);
}
},
err
=>
{}
);
});
},
//跳转到用款计划
GoToleaderReimbursement
(
item
)
{
...
...
@@ -1534,7 +1531,7 @@
})
},
//开团或修改
goToOpenTravel
(
path
,
configId
,
tcid
,
item
)
{
goToOpenTravel
(
path
,
configId
,
tcid
,
item
)
{
if
(
configId
>
0
)
{
this
.
$store
.
commit
(
'pageConditionUpdate'
,
this
.
queryMsg
)
this
.
$router
.
push
({
...
...
@@ -1555,7 +1552,7 @@
}
},
//当团修改
goTonowTeam
(
path
,
configId
,
tcid
,
TCNUM
,
item
)
{
goTonowTeam
(
path
,
configId
,
tcid
,
TCNUM
,
item
)
{
if
(
configId
>
0
)
{
this
.
$store
.
commit
(
'pageConditionUpdate'
,
this
.
queryMsg
)
this
.
$router
.
push
({
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
d0cc4070
...
...
@@ -398,12 +398,12 @@
<li
class=
"liList"
v-for=
"(dayobject,index) in days"
:key=
"index+1000"
>
<span
v-if=
"dayobject.checkState==$calendarUtils.checkState.noChecked"
class=
"other-month"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
<!--
@click="clickedDay(dayobject)"
-->
<!---->
<span
v-if=
"dayobject.checkState==$calendarUtils.checkState.checked"
class=
"checked1"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
<!--
@click="clickedDay(dayobject)"
-->
class=
"checked1"
@
click=
"clickedDay(dayobject)"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
<!---->
<span
v-else-if=
"dayobject.checkState==$calendarUtils.checkState.hasValue"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
v-else-if=
"dayobject.checkState==$calendarUtils.checkState.hasValue"
@
click=
"clickedDay(dayobject)"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
</li>
</ul>
</div>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice3.vue
View file @
d0cc4070
...
...
@@ -384,12 +384,12 @@
<li
class=
"liList"
v-for=
"(dayobject,index) in days"
:key=
"index+1000"
>
<span
v-if=
"dayobject.checkState==$calendarUtils.checkState.noChecked"
class=
"other-month"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
<!--
@click="clickedDay(dayobject)"
-->
<!---->
<span
v-if=
"dayobject.checkState==$calendarUtils.checkState.checked"
class=
"checked1"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
<!--
@click="clickedDay(dayobject)"
-->
class=
"checked1"
@
click=
"clickedDay(dayobject)"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
<!---->
<span
v-else-if=
"dayobject.checkState==$calendarUtils.checkState.hasValue"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
v-else-if=
"dayobject.checkState==$calendarUtils.checkState.hasValue"
@
click=
"clickedDay(dayobject)"
>
{{
dayobject
.
day
.
getDate
()
}}
</span>
</li>
</ul>
</div>
...
...
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