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
6d4ab27d
Commit
6d4ab27d
authored
Sep 17, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b6af4240
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
9 deletions
+20
-9
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+15
-6
busUsePrice.vue
src/components/busManagement/busUsePrice.vue
+2
-2
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+3
-1
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
6d4ab27d
...
...
@@ -95,14 +95,16 @@
.TC_HotelPop
table
th
{
text-align
:
center
;
}
.TC_CarNum
{
.TC_CarNum
{
padding
:
5px
10px
;
background
:
#5151f5
;
color
:
#fff
;
font-size
:
12px
;
color
:
#fff
;
font-size
:
12px
;
display
:
inline-block
;
border-radius
:
5px
;
}
</
style
>
<
template
>
<div
class=
"TC_Content"
>
...
...
@@ -201,7 +203,6 @@
<el-input
maxlength=
"50"
v-model=
"queryMsg.DayNum"
@
keyup
.
native=
"checkInteger(queryMsg,'DayNum')"
class=
"w150"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</div>
<div>
<span>
{{
$t
(
'visa.v_lycity'
)
}}
</span>
<el-select
class=
"w150"
filterable
v-model=
"queryMsg.UnionCityId"
...
...
@@ -212,6 +213,11 @@
:key=
"item.ID"
></el-option>
</el-select>
</div>
<div>
<span>
车牌号
</span>
<el-input
maxlength=
"50"
class=
"w150"
v-model=
"queryMsg.QBusNumber"
placeholder=
"请输入车牌号"
>
</el-input>
</div>
</div>
<div
class=
"TC_rightSearch"
>
<div>
...
...
@@ -249,6 +255,7 @@
</div>
</div>
</div>
<div
class=
"comSearchDiv"
>
<span>
{{
$t
(
'scen.sc_temStatu'
)
}}
</span>
<span>
...
...
@@ -427,7 +434,8 @@
</div>
<div
class=
"TC_TravelSalePlat clearfix"
>
<div
class=
"TC_CarNum"
v-if=
"item.IsUseCompanyBus==1&&item.BusPriceId"
>
车牌号
<span
style=
"display:inline-block;margin:0 5px;position:relative;top:-3px;"
>
.
</span>
{{item.BusNumber}}
<span
style=
"display:inline-block;margin:0 5px;position:relative;top:-3px;"
>
.
</span>
{{item.BusNumber}}
</div>
</div>
</div>
...
...
@@ -1247,7 +1255,8 @@
IsShowUnion
:
-
1
,
TCID
:
""
,
HotelId
:
0
,
//酒店编号
HotelUseTime
:
""
//酒店使用时间
HotelUseTime
:
""
,
//酒店使用时间
QBusNumber
:
""
,
},
//报价单查询条件
offerQMsg
:
{
...
...
src/components/busManagement/busUsePrice.vue
View file @
6d4ab27d
...
...
@@ -348,14 +348,14 @@
</td>
</tr>
<tr>
<td
colspan=
"1
4
"
>
<td
colspan=
"1
5
"
>
{{
$t
(
'pub.pubRemark'
)
}}
:
{{
item
.
Remark
}}
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td
colspan=
"1
4
"
>
<td
colspan=
"1
5
"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"this.msg.pageSize"
:total=
"total"
>
</el-pagination>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
6d4ab27d
...
...
@@ -1944,7 +1944,9 @@
},
//获取车辆列表
getBusList
()
{
this
.
apipost
(
"bus_get_GetBusTypePriceList"
,
{},
res
=>
{
this
.
apipost
(
"bus_get_GetBusTypePriceList"
,
{
IsHaveBusNum
:
1
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
busPriceList
=
res
.
data
.
data
;
}
else
{
...
...
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