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
2745bd2d
Commit
2745bd2d
authored
Apr 10, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签打印
parent
f6b9db28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
tagPrint.js
src/main/resources/static/views/tagPrint/tagPrint.js
+10
-5
No files found.
src/main/resources/static/views/tagPrint/tagPrint.js
View file @
2745bd2d
...
@@ -88,13 +88,18 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -88,13 +88,18 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
getPoliceListDataNotChecked
();
getPoliceListDataNotChecked
();
getDetailListById
(
data
.
id
)
getDetailListById
(
data
.
id
)
}
else
if
(
data
.
state
==
2
){
}
else
if
(
data
.
state
==
2
){
$scope
.
json
.
isShow
=
true
;
if
(
data
.
checkName
==
$rootScope
.
loginData
.
name
){
// getDetailListById(data.id)
$scope
.
json
.
isShow
=
true
;
for
(
var
i
=
0
;
i
<
$scope
.
json
.
policeCardsList
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
$scope
.
json
.
policeCardsList
.
length
;
i
++
){
if
(
$scope
.
json
.
policeCardsList
[
i
].
CARD_ID
==
idcard
&&
$scope
.
json
.
policeCardsList
[
i
].
styleClass
==
''
){
if
(
$scope
.
json
.
policeCardsList
[
i
].
CARD_ID
==
idcard
&&
$scope
.
json
.
policeCardsList
[
i
].
styleClass
==
''
){
$scope
.
json
.
policeCardsList
[
i
].
styleClass
=
"bg-danger"
$scope
.
json
.
policeCardsList
[
i
].
styleClass
=
"bg-danger"
}
}
}
}
else
{
$scope
.
json
.
isShow
=
false
;
MessageService
.
showAlert
(
$rootScope
.
loginData
.
name
+
"已生成"
+
data
.
policeName
+
"的交接单"
)
}
}
}
else
{
}
else
{
MessageService
.
showAlert
(
"无该证件的制证记录"
)
MessageService
.
showAlert
(
"无该证件的制证记录"
)
$scope
.
json
.
isShow
=
false
;
$scope
.
json
.
isShow
=
false
;
...
...
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