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
c6ffdae6
Commit
c6ffdae6
authored
Mar 18, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载弹框确认
parent
ab589263
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
uploadExcelAndSearch.html
...atic/views/uploadExcelAndSearch/uploadExcelAndSearch.html
+1
-1
uploadExcelAndSearch.js
...static/views/uploadExcelAndSearch/uploadExcelAndSearch.js
+6
-0
No files found.
src/main/resources/static/views/uploadExcelAndSearch/uploadExcelAndSearch.html
View file @
c6ffdae6
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<div
class=
"box-footer"
>
<div
class=
"box-footer"
ng-if=
"postData.length>0"
>
<button
class=
"pull-right btn btn-primary"
ng-click=
"addNote()"
>
添加备注
</button>
<button
class=
"pull-right btn btn-primary"
ng-click=
"addNote()"
>
添加备注
</button>
</div>
</div>
<div
style=
"padding-left: 27%;"
ng-if=
"postData.length>0"
>
<div
style=
"padding-left: 27%;"
ng-if=
"postData.length>0"
>
...
...
src/main/resources/static/views/uploadExcelAndSearch/uploadExcelAndSearch.js
View file @
c6ffdae6
...
@@ -44,6 +44,7 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
...
@@ -44,6 +44,7 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
$scope
.
choseDate
=
$filter
(
"date"
)(
new
Date
(),
"yyyy-MM-dd"
);
$scope
.
choseDate
=
$filter
(
"date"
)(
new
Date
(),
"yyyy-MM-dd"
);
var
getCountJson
=
function
(){
var
getCountJson
=
function
(){
var
date
=
$
(
'#datepicker'
).
val
();
var
date
=
$
(
'#datepicker'
).
val
();
var
notNull
=
$
(
"#notNull"
).
val
();
var
json
=
{};
var
json
=
{};
if
(
angular
.
isDefined
(
$scope
.
applicantName
))
{
if
(
angular
.
isDefined
(
$scope
.
applicantName
))
{
json
.
applicantName
=
$scope
.
applicantName
;
json
.
applicantName
=
$scope
.
applicantName
;
...
@@ -76,6 +77,11 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
...
@@ -76,6 +77,11 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
}
else
{
}
else
{
json
.
getToCounty
=
[];
json
.
getToCounty
=
[];
}
}
if
(
notNull
==
''
){
json
.
notNull
=
-
1
;
}
else
{
json
.
notNull
=
notNull
}
if
(
date
==
'{{choseDate}}'
){
if
(
date
==
'{{choseDate}}'
){
json
.
uploadDate
=
$scope
.
choseDate
;
json
.
uploadDate
=
$scope
.
choseDate
;
}
else
{
}
else
{
...
...
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