Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
b5c8546c
Commit
b5c8546c
authored
Apr 17, 2025
by
guantiantian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dispatchTadk页面增加导出异地速递信息功能
parent
8156d7ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
dispatchTask.html
...ain/resources/static/views/dispatchTask/dispatchTask.html
+10
-0
dispatchTask.js
src/main/resources/static/views/dispatchTask/dispatchTask.js
+11
-1
No files found.
src/main/resources/static/views/dispatchTask/dispatchTask.html
View file @
b5c8546c
...
...
@@ -63,6 +63,16 @@
<h4>
余证数:{{restCount}}
</h4>
</li>
</ul>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-primary pull-right"
style=
"height: 30px; line-height: 17px; margin-right: 10px"
ng-click=
"downloadInfo()"
>
导出异地速递信息
</button>
</div>
</div>
<div
ng-repeat=
"type in cycleSheetData track by $index"
...
...
src/main/resources/static/views/dispatchTask/dispatchTask.js
View file @
b5c8546c
...
...
@@ -227,6 +227,16 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
}
$scope
.
downloadInfo
=
function
()
{
var
taskDate
=
$
(
"#datepicker"
).
val
()
var
url
=
"../TaskList/exportPostPersonInfo?"
+
"taskDate="
+
taskDate
var
a
=
document
.
createElement
(
"a"
)
document
.
body
.
appendChild
(
a
)
a
.
href
=
encodeURI
(
url
)
a
.
click
()
}
});
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