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
5b66c7ad
Commit
5b66c7ad
authored
Mar 26, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
d3ff16f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
58 deletions
+119
-58
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+21
-1
comChooseTrip.vue
src/components/commonPage/comChooseTrip.vue
+98
-57
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
5b66c7ad
...
@@ -688,7 +688,7 @@
...
@@ -688,7 +688,7 @@
{{item.StartDateWeekStr}}
</font>
)
{{item.StartDateWeekStr}}
</font>
)
</span>
</span>
<
template
v-if=
"item.RelationPriceList && item.RelationPriceList.length > 0"
>
<
template
v-if=
"item.RelationPriceList && item.RelationPriceList.length > 0"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.xilietdate')"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.xilietdate')"
placement=
"top-start"
>
<el-popover
width=
"350"
trigger=
"click"
popper-class=
"TC_HotelPop"
>
<el-popover
width=
"350"
trigger=
"click"
popper-class=
"TC_HotelPop"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
...
@@ -1577,6 +1577,12 @@
...
@@ -1577,6 +1577,12 @@
<el-dropdown-item
@
click
.
native=
"ckChangePrice(item,2)"
>
<el-dropdown-item
@
click
.
native=
"ckChangePrice(item,2)"
>
团队类型变更
团队类型变更
</el-dropdown-item>
</el-dropdown-item>
<!-- <el-dropdown-item @click.native="shorTripDialog(item,1)">
系列合并
</el-dropdown-item>
<el-dropdown-item @click.native="shorTripDialog(item,2)">
当团合并
</el-dropdown-item> -->
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
</div>
</div>
...
@@ -1950,6 +1956,11 @@
...
@@ -1950,6 +1956,11 @@
<price-dialog
:ConfigId=
"dialog.ConfigId"
:OfferId=
"dialog.OfferId"
ref=
"dialog"
></price-dialog>
<price-dialog
:ConfigId=
"dialog.ConfigId"
:OfferId=
"dialog.OfferId"
ref=
"dialog"
></price-dialog>
</el-dialog>
</el-dialog>
</div>
</div>
<div
v-if=
"isShowPriceTripDialog"
>
<el-dialog
:visible
.
sync=
"isShowPriceTripDialog"
width=
"1400px"
:title=
"$t('objFill.baojiaxiangqing')"
>
<comChooseTrip
:priceObj=
"priceObj"
:mergeType=
"mergeType"
ref=
"dialog"
></comChooseTrip>
</el-dialog>
</div>
<!-- 修改出团公司 -->
<!-- 修改出团公司 -->
<EditLeaveGroup
v-if=
"GroupTypeVisible"
:item=
"GroupTypeObj"
@
Cancel=
"CancelGroupType"
<EditLeaveGroup
v-if=
"GroupTypeVisible"
:item=
"GroupTypeObj"
@
Cancel=
"CancelGroupType"
@
Success=
"getControlList()"
/>
@
Success=
"getControlList()"
/>
...
@@ -2275,6 +2286,9 @@
...
@@ -2275,6 +2286,9 @@
},
},
},
},
teamList
:
[],
//团队类型列表
teamList
:
[],
//团队类型列表
isShowPriceTripDialog
:
false
,
priceObj
:
{},
mergeType
:
1
,
};
};
},
},
//监听器
//监听器
...
@@ -2286,6 +2300,12 @@
...
@@ -2286,6 +2300,12 @@
},
},
},
},
methods
:
{
methods
:
{
//显示合并团队弹窗
shorTripDialog
(
item
,
type
)
{
this
.
priceObj
=
item
;
this
.
mergeType
=
type
;
this
.
isShowPriceTripDialog
=
true
;
},
//团队类型
//团队类型
getTravelTeamList
()
{
getTravelTeamList
()
{
this
.
apipost
(
this
.
apipost
(
...
...
src/components/commonPage/comChooseTrip.vue
View file @
5b66c7ad
...
@@ -94,23 +94,13 @@
...
@@ -94,23 +94,13 @@
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('system.table_ssLine')"
label-width=
"115px;"
>
<el-form-item
:label=
"$t('system.table_ssLine')"
label-width=
"115px;"
>
<el-select
class=
"w150"
v-model=
"queryMsg.LineId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
<el-select
class=
"w150"
v-model=
"queryMsg.LineId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getLine
PlaceList()
"
>
@
change=
"getLine
TeamList
"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"0"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"0"
></el-option>
<el-option
v-for=
"item in queryCommonData.LineList"
:label=
"item.LineName"
:value=
"item.LineID"
<el-option
v-for=
"item in queryCommonData.LineList"
:label=
"item.LineName"
:value=
"item.LineID"
:key=
"item.LineID"
></el-option>
:key=
"item.LineID"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('system.query_dest')"
label-width=
"115px;"
>
<el-select
class=
"w150"
v-model=
"queryMsg.PlaceID"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getLineTeamList()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"0"
></el-option>
<el-option
v-for=
"item in queryCommonData.PlaceList"
:label=
"item.PlaceName"
:value=
"item.PlaceID"
:key=
"item.LtID"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('active.ad_xlmc')"
label-width=
"115px;"
>
<el-form-item
:label=
"$t('active.ad_xlmc')"
label-width=
"115px;"
>
<el-select
class=
"w150"
v-model=
"queryMsg.LineteamId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
class=
"w150"
v-model=
"queryMsg.LineteamId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
...
@@ -132,41 +122,53 @@
...
@@ -132,41 +122,53 @@
</el-input>
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"10"
>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('scen.sc_ftTime')"
label-width=
"115px;"
>
<DateLimit
:clearable=
"false"
:StartGroupDate=
"queryMsg.StartGroupDate"
:EndGroupDate=
"queryMsg.EndGroupDate"
@
change=
"(date) => (queryMsg.StartGroupDate = date)"
></DateLimit>
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"queryMsg.EndGroupDate"
:picker-options=
"pickerBeginDateAfter"
value-format=
"yyyy-MM-dd"
placeholder
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<!--出团类型-->
<!--出团类型-->
<el-form-item
:label=
"$t('objFill.v101.chutuanleix')"
label-width=
"115px;"
>
<el-form-item
:label=
"$t('objFill.v101.chutuanleix')"
label-width=
"115px;"
>
<el-select
class=
"w150"
v-model=
"queryMsg.QTeamType"
>
<el-select
class=
"w150"
v-model=
"queryMsg.QTeamType"
>
<el-option
v-for=
"item in teamList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
<el-option
v-for=
"item in teamList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
</el-option>
</el-select>
</el-select>
<input
type=
"button"
class=
"hollowFixedBtn"
@
click=
"resetPageIndex(), GetList()"
:value=
"$t('pub.searchBtn')"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('scen.sc_ftTime')"
label-width=
"115px;"
>
<DateLimit
:clearable=
"false"
:StartGroupDate=
"queryMsg.StartGroupDate"
:EndGroupDate=
"queryMsg.EndGroupDate"
@
change=
"(date) => (queryMsg.StartGroupDate = date)"
></DateLimit>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-button
@
click=
"resetPageIndex()"
size=
"small"
>
{{
$t
(
'pub.searchBtn'
)
}}
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"saveMerage"
:loading=
"saveLoading"
>
合并
</el-button>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
<table
style=
"width: 100%"
class=
"table-striped"
v-loading=
"queryMsg.loading"
>
<table
style=
"width: 100%"
class=
"table-striped"
v-loading=
"queryMsg.loading"
>
<tr>
<tr>
<th
width=
"50"
>
<th
width=
"50"
>
{{
$t
(
"fnc.xuanze"
)
}}
<font
style=
"cursor:pointer;"
@
click=
"isAllCheck=!isAllCheck,checkAll()"
>
{{
!
isAllCheck
?
"全选"
:
"取消全选"
}}
</font>
</th>
</th>
<th>
<th>
{{
$t
(
"objFill.v101.chufari"
)
}}
{{
$t
(
"objFill.v101.chufari"
)
}}
</th>
</th>
<th
colspan=
"2"
>
<th>
{{
$t
(
"visa.v_tuanhao"
)
}}
{{
$t
(
"visa.v_tuanhao"
)
}}
</th>
</th>
<th>
{{
$t
(
"scen.sc_cp"
)
}}
</th>
<th>
{{
$t
(
"system.table_ssLine"
)
}}
</th>
<th>
{{
$t
(
"active.ad_xlmc"
)
}}
</th>
<th>
<th>
{{
$t
(
"ground.tianshu"
)
}}
{{
$t
(
"ground.tianshu"
)
}}
</th>
</th>
<th>
{{
$t
(
"Operation.Op_tradePrice"
)
}}
</th>
<th>
<th>
{{
$t
(
'Operation.Op_directPrice'
)
}}
{{
$t
(
'Operation.Op_directPrice'
)
}}
</th>
</th>
...
@@ -177,14 +179,22 @@
...
@@ -177,14 +179,22 @@
<tbody
v-for=
"(item, index) in dataList"
:key=
"index"
>
<tbody
v-for=
"(item, index) in dataList"
:key=
"index"
>
<tr>
<tr>
<td
rowspan=
"2"
>
<td
rowspan=
"2"
>
<el-checkbox
v-model=
"item.Checked"
@
change=
"changeTrip(item)"
></el-checkbox>
<el-checkbox
v-model=
"item.Checked"
></el-checkbox>
</td>
</td>
<td>
<td>
{{
item
.
StartDate
}}
{{
item
.
StartDate
}}
</td>
</td>
<td
colspan=
"2"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</td>
<td>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</td>
<td>
{{
item
.
OutBranchName
}}
</td>
<td>
{{
item
.
LineName
}}
</td>
<td>
{{
item
.
LtName
}}
</td>
<td>
{{
item
.
DayNum
}}{{
$t
(
"hotel.hotel_day"
)
}}{{
item
.
NightNum
}}{{
$t
(
"Operation.Op_night"
)
}}
</td>
<td>
<td>
{{
item
.
DayNum
}}
{{
item
.
B2BPrice
}}
</td>
</td>
<td>
<td>
{{
item
.
B2CPrice
}}
{{
item
.
B2CPrice
}}
...
@@ -199,7 +209,7 @@
...
@@ -199,7 +209,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
6
"
style=
"text-align: left"
>
<td
colspan=
"
10
"
style=
"text-align: left"
>
<span
class=
"title"
>
<span
class=
"title"
>
{{
item
.
Title
}}
{{
item
.
Title
}}
</span>
</span>
...
@@ -208,7 +218,7 @@
...
@@ -208,7 +218,7 @@
</tbody>
</tbody>
<tfoot>
<tfoot>
<tr>
<tr>
<td
colspan=
"
7
"
>
<td
colspan=
"
10
"
>
<div
class=
"noData"
v-show=
"queryMsg.noData"
>
<div
class=
"noData"
v-show=
"queryMsg.noData"
>
{{
$t
(
"system.content_noData"
)
}}
{{
$t
(
"system.content_noData"
)
}}
</div>
</div>
...
@@ -227,7 +237,22 @@
...
@@ -227,7 +237,22 @@
components
:
{
components
:
{
DateLimit
,
DateLimit
,
},
},
props
:
[
"IsMultiple"
],
props
:
[
"priceObj"
,
"mergeType"
],
watch
:
{
priceObj
:
{
handler
:
function
(
val
,
oldVal
)
{
console
.
log
(
"w_priceObj"
,
this
.
priceObj
);
this
.
resetPageIndex
();
},
deep
:
true
},
mergeType
:
{
handler
:
function
(
val
,
oldVal
)
{
},
deep
:
true
}
},
data
()
{
data
()
{
return
{
return
{
queryMsg
:
{
queryMsg
:
{
...
@@ -273,7 +298,6 @@
...
@@ -273,7 +298,6 @@
},
},
queryCommonData
:
{
queryCommonData
:
{
LineList
:
[],
LineList
:
[],
PlaceList
:
[],
LineTeamList
:
[],
LineTeamList
:
[],
},
},
teamList
:
[],
//团队类型列表
teamList
:
[],
//团队类型列表
...
@@ -284,6 +308,8 @@
...
@@ -284,6 +308,8 @@
return
startTime
.
getTime
()
>=
time
.
getTime
();
return
startTime
.
getTime
()
>=
time
.
getTime
();
},
},
},
},
isAllCheck
:
false
,
saveLoading
:
false
,
};
};
},
},
created
()
{
created
()
{
...
@@ -295,19 +321,35 @@
...
@@ -295,19 +321,35 @@
"-"
+
"-"
+
myDate
.
getDate
();
myDate
.
getDate
();
this
.
queryMsg
.
StartGroupDate
=
nowDate
;
this
.
queryMsg
.
StartGroupDate
=
nowDate
;
this
.
getLineList
();
},
},
methods
:
{
methods
:
{
//选中切换
saveMerage
()
{
changeTrip
(
item
)
{
var
tempArray
=
[];
//单选
this
.
dataList
.
forEach
(
item
=>
{
if
(
!
this
.
IsMultiple
)
{
if
(
item
.
Checked
)
{
this
.
dataList
.
forEach
((
x
)
=>
{
tempArray
.
push
(
item
.
TCID
)
if
(
x
.
TCID
==
item
.
TCID
)
{
}
//item.Checked = !item.Checked;
});
}
else
{
if
(
tempArray
&&
tempArray
.
length
==
0
)
{
x
.
Checked
=
false
;
this
.
Error
(
"请选择要合并的团"
)
}
this
.
apipost
(
"travel_post_TravelPirceMerge"
,
{
Ids
:
tempArray
,
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
}
}
});
}
);
},
checkAll
()
{
if
(
this
.
dataList
&&
this
.
dataList
.
length
>
0
)
{
this
.
dataList
.
forEach
(
item
=>
{
item
.
Checked
=
this
.
isAllCheck
;
})
}
}
},
},
//获取线路列表
//获取线路列表
...
@@ -319,26 +361,11 @@
...
@@ -319,26 +361,11 @@
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
this
.
queryCommonData
.
PlaceList
=
[];
this
.
queryCommonData
.
LineTeamList
=
[];
this
.
queryCommonData
.
LineTeamList
=
[];
}
}
}
}
);
);
},
},
//获取目的地列表
getLinePlaceList
()
{
this
.
queryMsg
.
PlaceID
=
0
;
this
.
queryMsg
.
LineteamId
=
0
;
let
msg
=
{
lineID
:
this
.
queryMsg
.
LineId
,
};
this
.
apipost
(
"team_post_GetLinePlace"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
PlaceList
=
res
.
data
.
data
;
this
.
queryCommonData
.
LineTeamList
=
[];
}
});
},
//获取系列列表
//获取系列列表
getLineTeamList
()
{
getLineTeamList
()
{
this
.
queryMsg
.
LineteamId
=
0
;
this
.
queryMsg
.
LineteamId
=
0
;
...
@@ -362,6 +389,7 @@
...
@@ -362,6 +389,7 @@
resetPageIndex
()
{
resetPageIndex
()
{
this
.
queryMsg
.
pageIndex
=
1
;
this
.
queryMsg
.
pageIndex
=
1
;
this
.
queryMsg
.
currentPage
=
1
;
this
.
queryMsg
.
currentPage
=
1
;
this
.
GetList
();
},
},
GetList
()
{
GetList
()
{
this
.
queryMsg
.
loading
=
true
;
this
.
queryMsg
.
loading
=
true
;
...
@@ -413,8 +441,21 @@
...
@@ -413,8 +441,21 @@
},
},
},
},
mounted
()
{
mounted
()
{
console
.
log
(
"mounted_this.priceObj"
,
this
.
priceObj
);
if
(
this
.
priceObj
)
{
if
(
this
.
priceObj
.
LineID
)
{
this
.
queryMsg
.
LineId
=
this
.
priceObj
.
LineID
;
this
.
getLineTeamList
();
}
if
(
this
.
priceObj
.
ltID
)
{
this
.
queryMsg
.
LineteamId
=
this
.
priceObj
.
ltID
;
}
if
(
this
.
priceObj
.
TeamType
)
{
this
.
queryMsg
.
QTeamType
=
this
.
priceObj
.
TeamType
;
}
this
.
resetPageIndex
();
}
this
.
getTeamList
();
this
.
getTeamList
();
this
.
getLineList
();
},
},
};
};
...
...
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