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
3deb7021
Commit
3deb7021
authored
Aug 28, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增供应商酒店付款方式配置页面
parent
0dfe21d1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
103 additions
and
3 deletions
+103
-3
HotelSupplier.vue
src/components/Hotel/HotelSupplier.vue
+14
-1
HotelSupplierHotel.vue
src/components/Hotel/HotelSupplierHotel.vue
+80
-0
TravelPassengerList2.vue
...ponents/TravelManager/TravelList/TravelPassengerList2.vue
+1
-1
TravelPassengerList3.vue
...ponents/TravelManager/TravelList/TravelPassengerList3.vue
+0
-1
config.js
src/router/config.js
+8
-0
No files found.
src/components/Hotel/HotelSupplier.vue
View file @
3deb7021
...
...
@@ -116,7 +116,7 @@
</el-dialog>
</div>
<div
class=
"supplierList clearfix"
v-loading=
"loading"
>
<div
class=
"supList"
v-for=
"item in tabelDate"
:key=
"item.subCode"
>
<div
class=
"supList"
v-for=
"item in tabelDate"
:key=
"item.subCode"
style=
"height:270px;"
>
<div
class=
"suTop"
>
<img
src=
"../../assets/img/suplier.jpg"
>
<div
class=
"topCircle"
>
{{
item
.
Number
}}
</div>
...
...
@@ -136,6 +136,7 @@
@
click=
"outerVisible = true,dialogTitle='修改供应商信息',updateInfo(item.ID)"
>
{{
$t
(
'pub.updateMsg'
)
}}
</button>
<button
class=
"hollowFixedBtn UPBtn"
@
click=
"isdelete(item.ID)"
>
删除
</button>
<button
class=
"hollowFixedBtn HS_financial"
@
click=
"AccountManage(item)"
>
账户管理
</button>
<button
class=
"hollowFixedBtn HS_financial"
@
click=
"GoHotel(item.ID)"
style=
"display:none;"
>
酒店付款方式配置
</button>
</div>
</div>
</div>
...
...
@@ -220,6 +221,18 @@
};
},
methods
:
{
//跳转到供应商酒店配置页面
GoHotel
(
ID
)
{
this
.
$router
.
push
({
path
:
"HotelSupplierHotel"
,
query
:
{
ID
:
ID
,
tab
:
"供应商酒店备注"
,
blank
:
'y'
,
}
});
},
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
initData
();
...
...
src/components/Hotel/HotelSupplierHotel.vue
0 → 100644
View file @
3deb7021
<
style
>
.CM_look
{
padding
:
4px
!important
;
position
:
relative
;
top
:
1px
;
}
</
style
>
<
template
>
<div
class=
"flexOne"
>
<div
class=
"query-box"
>
<ul>
<li>
<input
type=
"button"
class=
"normalBtn"
value=
"新增"
/>
</li>
</ul>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<th>
酒店
</th>
<th>
开始日期
</th>
<th>
结束日期
</th>
<th>
付款方式
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
</tr>
<tr
v-for=
"item in dataList"
>
<td>
{{
item
.
Periods
}}
</td>
<td>
{{
item
.
SumPrice
}}
</td>
<td>
{{
item
.
CreateByName
}}
</td>
<td>
{{
item
.
CreateTimeStr
}}
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<el-button
type=
"primary"
class=
"CM_look"
@
click=
"goUrl('AirticketCommissionDetail',item.ID)"
icon=
"iconfont icon-chakan"
circle
></el-button>
</el-tooltip>
</td>
</tr>
</table>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
msg
:
{
SupplierId
:
0
,
},
loading
:
false
,
//数据源
dataList
:
[],
}
},
mounted
()
{
this
.
msg
.
SupplierId
=
this
.
$route
.
query
.
ID
;
this
.
getList
();
},
methods
:
{
//获取数据
getList
()
{
this
.
loading
=
true
;
this
.
apipost
(
"supplier_get_GetListService"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
null
);
},
}
}
</
script
>
\ No newline at end of file
src/components/TravelManager/TravelList/TravelPassengerList2.vue
View file @
3deb7021
...
...
@@ -218,7 +218,7 @@
//导出报表
let
msg
=
{
TCID
:
this
.
msg
.
TCID
,
isGetTicket
:
1
,
//不查询机票
isGetTicket
:
1
,
//不查询机票
isGetZiYouXing
:
1
,
//不查询自由行
};
var
fileName
=
"旅客名单.xls"
;
...
...
src/components/TravelManager/TravelList/TravelPassengerList3.vue
View file @
3deb7021
...
...
@@ -288,7 +288,6 @@
sItem
.
TCID
=
this
.
editList
[
0
].
TCID
;
}
}
);
//console.log("this.editList",this.editList);
this
.
apipost
(
"travelhouse_post_SetTravelChangeHouseService"
,
this
.
editList
,
...
...
src/router/config.js
View file @
3deb7021
...
...
@@ -695,6 +695,14 @@ export default {
title
:
'供应商管理'
},
},
{
path
:
'/HotelSupplierHotel'
,
//供应商酒店付款方式配置
name
:
'HotelSupplierHotel'
,
component
:
resolve
=>
require
([
'@/components/Hotel/HotelSupplierHotel'
],
resolve
),
meta
:
{
title
:
'供应商管理'
},
},
{
path
:
'/hotelproductmanage'
,
//酒店产品管理
name
:
'HotelProductManage'
,
...
...
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