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
9bd91a5c
Commit
9bd91a5c
authored
Jun 19, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 购物报账
parent
98613988
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+11
-0
No files found.
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
9bd91a5c
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
</li>
</li>
<li>
<li>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList();resetPageIndex()"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList();resetPageIndex()"
/>
<button
class=
"hollowFixedBtn"
@
click=
"method5()"
>
导出
</button>
<input
type=
"button"
class=
"normalBtn"
value=
"批量制佣金单"
@
click=
"MoreCreateBill()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"批量制佣金单"
@
click=
"MoreCreateBill()"
/>
</li>
</li>
</ul>
</ul>
...
@@ -1049,6 +1050,16 @@
...
@@ -1049,6 +1050,16 @@
}
}
},
err
=>
{})
},
err
=>
{})
},
},
method5
:
function
()
{
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
let
userInfo
=
this
.
getLocalStorage
();
msg
.
EmployeeId
=
userInfo
.
EmployeeId
;
this
.
GetLocalFile
(
"dmcstatistics_post_GetShopCombinationNumServiceToExcel"
,
msg
,
"购物佣金.xls"
);
},
},
},
mounted
()
{
mounted
()
{
let
myDate
=
new
Date
();
let
myDate
=
new
Date
();
...
...
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