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
b1f21174
Commit
b1f21174
authored
Jul 29, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
9d252203
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
+16
-15
roomQuery.vue
src/components/Hotel/roomQuery.vue
+1
-1
RestaurantSalesBoard.vue
src/components/Restaurant/RestaurantSalesBoard.vue
+1
-14
bookDinnerStatistics.vue
src/components/Restaurant/bookDinnerStatistics.vue
+14
-0
No files found.
src/components/Hotel/roomQuery.vue
View file @
b1f21174
...
...
@@ -134,7 +134,7 @@
<th
width=
"100"
>
地接状态
</th>
</tr>
<tr
v-if=
"dataList.length==0"
>
<td
colspan=
"1
1
"
>
暂无数据
</td>
<td
colspan=
"1
3
"
>
暂无数据
</td>
</tr>
<template
v-for=
"(outItem,outindex) in dataList"
>
<tbody
:class=
"
{roomQuerySplitTrCss:outindex%2!=0}">
...
...
src/components/Restaurant/RestaurantSalesBoard.vue
View file @
b1f21174
...
...
@@ -212,7 +212,6 @@
</li>
<li
style=
"margin-right:50px;"
>
<button
class=
"normalBtn"
type=
"button"
@
click=
"GetHoltelInventory()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"DownLoadDinner()"
>
下载
</button>
</li>
</ul>
</div>
...
...
@@ -386,19 +385,7 @@
err
=>
{}
);
},
//餐厅下载
DownLoadDinner
()
{
this
.
msg
.
loading
=
true
;
let
qMsg
=
{
queryMsg
:
this
.
msg
,
uid
:
this
.
getLocalStorage
().
EmployeeId
};
let
fileName
=
"餐厅下载"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
this
.
GetLocalFile
(
"dinner_get_downloadDinner"
,
qMsg
,
fileName
,
res
=>
{
this
.
msg
.
loading
=
false
;
});
}
},
mounted
()
{
//初始化日历
...
...
src/components/Restaurant/bookDinnerStatistics.vue
View file @
b1f21174
...
...
@@ -32,6 +32,7 @@
</li>
<li>
<input
type=
"button"
class=
"normalBtn"
value=
"查询"
@
click=
"getList();resetPageIndex()"
/>
<button
class=
"normalBtn"
type=
"button"
@
click=
"DownLoadDinner()"
>
下载
</button>
</li>
</ul>
</div>
...
...
@@ -316,6 +317,19 @@
}
}
);
},
//餐厅下载
DownLoadDinner
()
{
this
.
loading
=
true
;
let
qMsg
=
{
queryMsg
:
this
.
msg
,
uid
:
this
.
getLocalStorage
().
EmployeeId
};
let
fileName
=
"餐厅下载"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
this
.
GetLocalFile
(
"dinner_get_downloadDinner"
,
qMsg
,
fileName
,
res
=>
{
this
.
loading
=
false
;
});
}
},
mounted
()
{
...
...
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