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
e76a1d8b
Commit
e76a1d8b
authored
Jun 24, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 酒店临期未制单
parent
43fbea3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
181 additions
and
1 deletion
+181
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+11
-1
HotelNoFRemind.vue
src/components/FinancialModule/HandFee/HotelNoFRemind.vue
+162
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
e76a1d8b
...
...
@@ -808,9 +808,10 @@
更多
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<template
v-if=
"this.userId==2739 || this.userId==3038 || this.userId==2604"
>
<template
v-if=
"this.userId==2739 || this.userId==3038 || this.userId==2604
|| this.userId==955|| this.userId==2786
"
>
<el-dropdown-item><span
@
click=
"ToPICDetial()"
>
PIC资金预算
</span></el-dropdown-item>
<el-dropdown-item><span
@
click=
"ToYFDetial()"
>
压房明细
</span></el-dropdown-item>
<el-dropdown-item><span
@
click=
"ToHotelNoFDetial()"
>
酒店临期未制单
</span></el-dropdown-item>
</
template
>
<
template
v-if=
"ActionMenuCode.indexOf('isManageFinance')!=-1 || ActionMenuCode.indexOf('Finance_ExpenseType')!=-1"
>
<el-dropdown-item><span
@
click=
"openAirPayDialog()"
>
机票今日应付款
</span></el-dropdown-item>
...
...
@@ -4179,6 +4180,15 @@
}
}
);
}
,
ToHotelNoFDetial
(){
this
.
$router
.
push
({
name
:
'HotelNoFRemind'
,
query
:
{
blank
:
"y"
,
tab
:
'酒店临期未制单'
}
}
);
}
,
goEit
(
type
,
id
,
edit
,
Conditon
,
pageIndex
,
item
)
{
let
path
=
""
;
if
(
type
===
1
)
{
...
...
src/components/FinancialModule/HandFee/HotelNoFRemind.vue
0 → 100644
View file @
e76a1d8b
<
style
scoped
>
/
deep
/
.el-table
th
.el-table__cell
{
background-color
:
#E6E6E6
;
}
</
style
>
<
template
>
<div
class=
"page_RecPayQuery"
>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"入住日期"
>
<el-date-picker
class=
"h34"
v-model=
"missionDate"
type=
"daterange"
value-format=
"yyyy-MM-dd"
@
input=
"getdatalist"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
</el-form>
<ul
class=
"clearfix"
>
<li
class=
"hight_query"
>
<button
class=
"hollowFixedBtn"
@
click=
"getdatalist()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"method5()"
>
{{
$t
(
'visa.v_daochu'
)
}}
</button>
</li>
</ul>
</div>
<div
class=
"_fnDm_content"
v-loading=
'loading'
>
<el-table
ref=
"multipleTable"
:data=
"DataList"
tooltip-effect=
"dark"
style=
"width: 100%"
row-key=
"FinanceId"
>
<el-table-column
prop=
""
label=
"团队编号"
>
<template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer; color: #00c6ff;"
@
click=
"goTravelInfo(scope.row)"
>
{{
scope
.
row
.
TCID
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('visa.v_teaminfo')"
>
<
template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer; color: #00c6ff;"
@
click=
"goTravelInfo(scope.row)"
>
{{
scope
.
row
.
TCNUM
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"出团日期"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
StartDate
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"地接团号"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DMCNum
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"操作OP"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
OPName
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"酒店信息"
width=
"800"
>
<
template
slot-scope=
"scope"
>
<template
v-for=
"(subItem,subIndex) in scope.row.HotelList"
>
<span
:key=
"subIndex"
>
{{
subItem
.
CheckInDate
}}
[
{{
subItem
.
DayNum
}}
]【
{{
subItem
.
HotelName
}}
】
</span>
<br
:key=
"subIndex+10000"
/>
</
template
>
</template>
</el-table-column>
</el-table>
<div
style=
"padding-bottom:15px"
>
</div>
</div>
</div>
</template>
<
script
>
export
default
{
data
()
{
return
{
msg
:
{
pageIndex
:
1
,
pageSize
:
8
,
QEndDate
:
''
,
//出团起始日期
QStartDate
:
''
},
missionDate
:
[],
//发团日期
DataList
:
[],
loading
:
false
,
currentPage
:
1
,
total
:
0
,
outerVisible
:
false
,
importFileUrl2
:
""
,
}
},
created
()
{
let
sDate
=
this
.
FormartDate
(
new
Date
(
this
.
getBeforeDate
(
3
)));
let
eDate
=
this
.
FormartDate
(
new
Date
(
this
.
getBeforeDate
(
-
2
)));
this
.
missionDate
=
[
sDate
,
eDate
]
this
.
msg
.
QStartDate
=
sDate
;
this
.
msg
.
QEndDate
=
eDate
;
},
components
:
{
},
mounted
()
{
this
.
getdatalist
();
},
methods
:
{
getdatalist
()
{
if
(
this
.
missionDate
&&
this
.
missionDate
.
length
==
2
)
{
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
}
this
.
loading
=
true
;
this
.
apipost
(
"financestatistics_post_GetHotelNoFinanceStat"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
DataList
=
res
.
data
.
data
;
}
},
err
=>
{
this
.
loading
=
false
;
}
);
},
method5
()
{
if
(
this
.
missionDate
&&
this
.
missionDate
.
length
==
2
)
{
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
}
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
))
let
userInfo
=
this
.
getLocalStorage
();
msg
.
EmployeeId
=
userInfo
.
EmployeeId
this
.
GetLocalFile
(
"financestatistics_post_GetHotelNoFinanceStatToExcel"
,
msg
,
"酒店未制单.xls"
);
},
goTravelInfo
(
item
){
let
query
=
{
TCNUM
:
item
.
TCNUM
,
blank
:
"y"
,
};
this
.
$router
.
push
({
path
:
"/dmcTotalTable"
,
query
});
},
handleSizeChange
(
val
)
{
this
.
msg
.
pageSize
=
val
this
.
msg
.
pageIndex
=
1
;
this
.
getdatalist
();
},
handleCurrentChanges
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
getdatalist
();
},
// 单据详情
openDetails
(
item
)
{
let
query
=
{
id
:
item
,
blank
:
"y"
,
};
this
.
$router
.
push
({
path
:
"/FinancialDocumentsDetail"
,
query
});
}
}
}
</
script
>
src/router/config.js
View file @
e76a1d8b
...
...
@@ -4345,6 +4345,14 @@ export default {
title
:
'团队手配查询'
},
},
{
//财务 财务单据 酒店临期未制单查询
path
:
'/HotelNoFRemind'
,
name
:
'HotelNoFRemind'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/HandFee/HotelNoFRemind'
],
resolve
),
meta
:
{
title
:
'酒店临期未制单'
},
},
{
//财务 财务单据 压房明细查询
path
:
'/ReserveRoomMonth'
,
name
:
'ReserveRoomMonth'
,
...
...
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