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
92b9caac
Commit
92b9caac
authored
Aug 01, 2019
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
799869e0
45b84b09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
RestaurantSalesBoard.vue
src/components/Restaurant/RestaurantSalesBoard.vue
+18
-1
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+1
-1
No files found.
src/components/Restaurant/RestaurantSalesBoard.vue
View file @
92b9caac
...
@@ -212,6 +212,7 @@
...
@@ -212,6 +212,7 @@
</li>
</li>
<li
style=
"margin-right:50px;"
>
<li
style=
"margin-right:50px;"
>
<button
class=
"normalBtn"
type=
"button"
@
click=
"GetHoltelInventory()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"GetHoltelInventory()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"DownLoadDinnerSalesBoard()"
style=
"display:none;"
>
下载
</button>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -385,7 +386,23 @@
...
@@ -385,7 +386,23 @@
err
=>
{}
err
=>
{}
);
);
},
},
//下载餐厅统计
DownLoadDinnerSalesBoard
()
{
if
(
this
.
msg
.
DiningID
<=
0
)
{
this
.
Info
(
"请选择餐厅!"
);
return
;
}
this
.
msg
.
loading
=
true
;
let
qMsg
=
{
queryMsg
:
this
.
msg
,
uid
:
this
.
getLocalStorage
().
EmployeeId
};
let
fileName
=
"餐厅下载"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
this
.
GetLocalFile
(
"dinner_get_downloadDinnerSalesBoard"
,
qMsg
,
fileName
,
res
=>
{
this
.
msg
.
loading
=
false
;
});
}
},
},
mounted
()
{
mounted
()
{
//初始化日历
//初始化日历
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
92b9caac
...
@@ -283,7 +283,7 @@
...
@@ -283,7 +283,7 @@
</td>
</td>
<td>
<td>
<a
style=
"text-decoration:underline;cursor:pointer;"
title=
"点击下载旅客名单"
<a
style=
"text-decoration:underline;cursor:pointer;"
title=
"点击下载旅客名单"
@
click=
"DownLoadGuestList(item,outItem,index)"
>
旅客
名单
</a>
@
click=
"DownLoadGuestList(item,outItem,index)"
>
出境
名单
</a>
</td>
</td>
<td>
<td>
<div
class=
"fz16 fbold linkspan"
>
<div
class=
"fz16 fbold linkspan"
>
...
...
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