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
74edb8a0
Commit
74edb8a0
authored
May 29, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务单据导出修改
parent
ae595af7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
10 deletions
+51
-10
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+51
-10
No files found.
src/components/ShoppingStore/ShoppingStore.vue
View file @
74edb8a0
...
@@ -509,11 +509,44 @@
...
@@ -509,11 +509,44 @@
<button
class=
"normalBtn"
type=
"button"
@
click=
"showDiv"
>
{{
$t
(
'pub.addBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"showDiv"
>
{{
$t
(
'pub.addBtn'
)
}}
</button>
<button
class=
"normalBtn importBtn"
type=
"button"
@
click=
"outerVisible=true"
>
导入营销数据
</button>
<button
class=
"normalBtn importBtn"
type=
"button"
@
click=
"outerVisible=true"
>
导入营销数据
</button>
<a
class=
"hollowFixedBtn downBtn"
:href=
"downList"
>
下载模板
</a>
<a
class=
"hollowFixedBtn downBtn"
:href=
"downList"
>
下载模板
</a>
<button
class=
"hollowFixedBtn"
type=
"button"
style=
"display:none;"
@
click=
"DownLoadShop()"
>
导出
</button>
</li>
</li>
</ul>
</ul>
</div>
</div>
<!--不要删除-->
<div
style=
"display:none"
>
<table>
<tr>
<td>
进店时间:
</td>
<td>
<el-date-picker
class=
"w150"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
""
v-model=
"DownLoadmsg.EnterTime"
></el-date-picker>
</td>
<td>
创建时间:
</td>
<td>
<el-date-picker
class=
"w150"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
""
v-model=
"DownLoadmsg.CreateDate"
>
</el-date-picker>
</td>
<td>
购物店:
</td>
<td>
<el-select
multiple=
""
class=
"w150"
v-model=
'DownLoadmsg.ShopIds'
filterable
placeholder=
"请选择购物店"
>
<el-option
v-for=
'item in getShop'
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
</el-select>
</td>
<td>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"DownLoadShop()"
>
导出
</button>
</td>
</tr>
</table>
</div>
<div
class=
"hotelResource clearfix"
v-loading=
"loading"
:class=
"
{'divTop':isShow,'fillTop':fillShow}">
<div
class=
"hotelResource clearfix"
v-loading=
"loading"
:class=
"
{'divTop':isShow,'fillTop':fillShow}">
<div
class=
"resourceList"
v-for=
"item in dataInfo"
:key=
"item.subCode"
>
<div
class=
"resourceList"
v-for=
"item in dataInfo"
:key=
"item.subCode"
>
<div
class=
"reTopInfo"
>
<div
class=
"reTopInfo"
>
...
@@ -804,6 +837,17 @@
...
@@ -804,6 +837,17 @@
QDistrict
:
""
,
QDistrict
:
""
,
Name
:
""
Name
:
""
},
},
//文件下载参数
DownLoadmsg
:
{
//创建日期
CreateDate
:
""
,
//进店时间
EnterTime
:
""
,
//操作人
CreateBy
:
0
,
//购物店Ids
ShopIds
:
""
},
addMsg
:
{
addMsg
:
{
ID
:
"0"
,
ID
:
"0"
,
Name
:
""
,
Name
:
""
,
...
@@ -852,15 +896,12 @@
...
@@ -852,15 +896,12 @@
//下载Excel
//下载Excel
DownLoadShop
()
{
DownLoadShop
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
let
qMsg
=
{
this
.
DownLoadmsg
.
CreateBy
=
this
.
getLocalStorage
().
EmployeeId
;
queryMsg
:
this
.
msg
,
uid
:
this
.
getLocalStorage
().
EmployeeId
};
let
fileName
=
"购物店单据导出"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
let
fileName
=
"购物店单据导出"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
this
.
GetLocalFile
(
"shop_get_downloadShopFinaceList"
,
qM
sg
,
fileName
,
this
.
GetLocalFile
(
"shop_get_downloadShopFinaceList"
,
this
.
DownLoadm
sg
,
fileName
,
res
=>
{
res
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
});
});
},
},
//上传购物店图片
//上传购物店图片
UploadImage
(
file
)
{
UploadImage
(
file
)
{
...
...
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