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
1e53f7d5
Commit
1e53f7d5
authored
Feb 27, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a86ffd15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
productTicketLossList.vue
src/components/SalesModule/productTicketLossList.vue
+7
-1
No files found.
src/components/SalesModule/productTicketLossList.vue
View file @
1e53f7d5
...
@@ -318,7 +318,7 @@
...
@@ -318,7 +318,7 @@
resetPageIndex();
resetPageIndex();
"
"
/>
/>
<button
class=
"normalBtn"
@
click=
"method5()"
>
导出
</button>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -550,6 +550,11 @@
...
@@ -550,6 +550,11 @@
this
.
msg
.
pageIndex
=
1
;
this
.
msg
.
pageIndex
=
1
;
this
.
currentPage
=
1
;
this
.
currentPage
=
1
;
},
},
method5
()
{
let
time
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
var
fileName
=
`机损核实
${
time
}
.xls`
;
this
.
GetLocalFile
(
"Financial_post_GetTravelTicketLossToExcel"
,
this
.
msg
,
fileName
);
}
,
},
},
mounted
()
{
mounted
()
{
if
(
this
.
$route
.
path
===
'/productOrderList'
)
{
if
(
this
.
$route
.
path
===
'/productOrderList'
)
{
...
@@ -561,6 +566,7 @@
...
@@ -561,6 +566,7 @@
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
CurrentUserInfo
=
this
.
userInfo
;
this
.
CurrentUserInfo
=
this
.
userInfo
;
this
.
userId
=
this
.
userInfo
.
EmployeeId
;
this
.
userId
=
this
.
userInfo
.
EmployeeId
;
this
.
msg
.
EmployeeId
=
this
.
userInfo
.
EmployeeId
;
this
.
msg
.
BranchId
=
'-1'
//this.userInfo.RB_Branch_id.toString();
this
.
msg
.
BranchId
=
'-1'
//this.userInfo.RB_Branch_id.toString();
if
(
this
.
$route
.
query
.
id
)
{
if
(
this
.
$route
.
query
.
id
)
{
this
.
msg
.
BranchId
=
"-1"
;
this
.
msg
.
BranchId
=
"-1"
;
...
...
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