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
1e3db5e1
Commit
1e3db5e1
authored
Mar 16, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加快证页面修改
parent
0f55a2d3
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
9 deletions
+18
-9
confirmFailedCards.html
src/main/resources/static/dialogs/confirmFailedCards.html
+2
-1
confirmRestCards.html
src/main/resources/static/dialogs/confirmRestCards.html
+2
-1
confirmTagCards.html
src/main/resources/static/dialogs/confirmTagCards.html
+2
-1
AdminLTE.min.css
src/main/resources/static/newTheme/dist/css/AdminLTE.min.css
+0
-0
addFailed.js
src/main/resources/static/views/addFailed/addFailed.js
+2
-0
addRest.js
src/main/resources/static/views/addRest/addRest.js
+2
-1
addTag.js
src/main/resources/static/views/addTag/addTag.js
+2
-0
analysisLog.html
src/main/resources/static/views/analysisLog/analysisLog.html
+2
-2
searchCard.html
src/main/resources/static/views/searchCard/searchCard.html
+4
-3
No files found.
src/main/resources/static/dialogs/confirmFailedCards.html
View file @
1e3db5e1
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<tr
ng-repeat=
"item in personInfo"
>
<tr
ng-repeat=
"item in personInfo"
>
<td>
{{$index + 1}}
</td>
<td>
{{$index + 1}}
</td>
<td>
{{item.ID_NO}}
</td>
<td>
{{item.ID_NO}}
</td>
<td>
{{item.NAME}}
</td>
<td
ng-if=
"item.NAME=='查无此人'"
style=
"color: red;"
>
{{item.NAME}}
</td>
<td
ng-if=
"item.NAME!='查无此人'"
>
{{item.NAME}}
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td
ng-if=
"item.SEX_NO==-1"
>
错误
</td>
<td
ng-if=
"item.SEX_NO==-1"
>
错误
</td>
...
...
src/main/resources/static/dialogs/confirmRestCards.html
View file @
1e3db5e1
...
@@ -14,7 +14,8 @@
...
@@ -14,7 +14,8 @@
<tr
ng-repeat=
"item in personInfo"
>
<tr
ng-repeat=
"item in personInfo"
>
<td>
{{$index + 1}}
</td>
<td>
{{$index + 1}}
</td>
<td>
{{item.ID_NO}}
</td>
<td>
{{item.ID_NO}}
</td>
<td>
{{item.NAME}}
</td>
<td
ng-if=
"item.NAME=='查无此人'"
style=
"color: red;"
>
{{item.NAME}}
</td>
<td
ng-if=
"item.NAME!='查无此人'"
>
{{item.NAME}}
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td
ng-if=
"item.SEX_NO==-1"
>
错误
</td>
<td
ng-if=
"item.SEX_NO==-1"
>
错误
</td>
...
...
src/main/resources/static/dialogs/confirmTagCards.html
View file @
1e3db5e1
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<tr
ng-repeat=
"item in personInfo"
>
<tr
ng-repeat=
"item in personInfo"
>
<td>
{{$index + 1}}
</td>
<td>
{{$index + 1}}
</td>
<td>
{{item.ID_NO}}
</td>
<td>
{{item.ID_NO}}
</td>
<td>
{{item.NAME}}
</td>
<td
ng-if=
"item.NAME=='查无此人'"
style=
"color: red;"
>
{{item.NAME}}
</td>
<td
ng-if=
"item.NAME!='查无此人'"
>
{{item.NAME}}
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td
ng-if=
"item.SEX_NO==-1"
>
错误
</td>
<td
ng-if=
"item.SEX_NO==-1"
>
错误
</td>
...
...
src/main/resources/static/newTheme/dist/css/AdminLTE.min.css
View file @
1e3db5e1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/resources/static/views/addFailed/addFailed.js
View file @
1e3db5e1
...
@@ -38,6 +38,7 @@ angular.module('AvatarCheck.addFailed', ['ngRoute', 'AvatarCheck.http'])
...
@@ -38,6 +38,7 @@ angular.module('AvatarCheck.addFailed', ['ngRoute', 'AvatarCheck.http'])
}
}
var
cancelAdd
=
$scope
.
cancelAdd
;
$scope
.
addFailed
=
function
(){
$scope
.
addFailed
=
function
(){
var
array
=
[];
var
array
=
[];
for
(
var
i
=
0
;
i
<
$scope
.
arr
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
$scope
.
arr
.
length
;
i
++
){
...
@@ -92,6 +93,7 @@ angular.module('AvatarCheck.addFailed', ['ngRoute', 'AvatarCheck.http'])
...
@@ -92,6 +93,7 @@ angular.module('AvatarCheck.addFailed', ['ngRoute', 'AvatarCheck.http'])
HttpService
.
addFailedCard
(
list
,
function
(
data
){
HttpService
.
addFailedCard
(
list
,
function
(
data
){
$scope
.
closeThisDialog
();
$scope
.
closeThisDialog
();
MessageService
.
showAlert
(
"添加成功"
);
MessageService
.
showAlert
(
"添加成功"
);
cancelAdd
();
console
.
log
(
data
)
console
.
log
(
data
)
})
})
}
}
...
...
src/main/resources/static/views/addRest/addRest.js
View file @
1e3db5e1
...
@@ -30,7 +30,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
...
@@ -30,7 +30,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
$scope
.
cancelAddRest
=
function
(){
$scope
.
cancelAddRest
=
function
(){
$scope
.
arr
=
[];
$scope
.
arr
=
[];
}
}
var
cancel
=
$scope
.
cancelAddRest
;
$scope
.
addRest
=
function
(){
$scope
.
addRest
=
function
(){
var
array
=
[];
var
array
=
[];
var
count
=
0
;
var
count
=
0
;
...
@@ -68,6 +68,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
...
@@ -68,6 +68,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
HttpService
.
addRestCard
(
json
,
function
(
data
){
HttpService
.
addRestCard
(
json
,
function
(
data
){
$scope
.
closeThisDialog
();
$scope
.
closeThisDialog
();
MessageService
.
showAlert
(
"添加成功"
);
MessageService
.
showAlert
(
"添加成功"
);
cancel
();
console
.
log
(
data
)
console
.
log
(
data
)
})
})
}
}
...
...
src/main/resources/static/views/addTag/addTag.js
View file @
1e3db5e1
...
@@ -32,6 +32,7 @@ angular.module('AvatarCheck.addTag', ['ngRoute', 'AvatarCheck.http'])
...
@@ -32,6 +32,7 @@ angular.module('AvatarCheck.addTag', ['ngRoute', 'AvatarCheck.http'])
}
}
var
cancelAdd
=
$scope
.
cancelAdd
$scope
.
addTags
=
function
(){
$scope
.
addTags
=
function
(){
var
array
=
[];
var
array
=
[];
for
(
var
i
=
0
;
i
<
$scope
.
arr
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
$scope
.
arr
.
length
;
i
++
){
...
@@ -85,6 +86,7 @@ angular.module('AvatarCheck.addTag', ['ngRoute', 'AvatarCheck.http'])
...
@@ -85,6 +86,7 @@ angular.module('AvatarCheck.addTag', ['ngRoute', 'AvatarCheck.http'])
HttpService
.
addTagCard
(
list
,
function
(
data
){
HttpService
.
addTagCard
(
list
,
function
(
data
){
$scope
.
closeThisDialog
();
$scope
.
closeThisDialog
();
MessageService
.
showAlert
(
"添加成功"
);
MessageService
.
showAlert
(
"添加成功"
);
cancelAdd
();
cancel
();
cancel
();
})
})
}
}
...
...
src/main/resources/static/views/analysisLog/analysisLog.html
View file @
1e3db5e1
...
@@ -26,9 +26,9 @@
...
@@ -26,9 +26,9 @@
</style>
</style>
<div
class=
"content row"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box"
>
<strong
class=
"box-header with-border"
>
解析日志
</strong>
<strong
class=
"box-header with-border"
>
解析日志
</strong>
<div
class=
"box
-primary"
style=
"padding: 15px;padding-top: 0;
"
>
<div
class=
"box
box-primary
"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
<td>
原始包名:
</td>
<td>
原始包名:
</td>
...
...
src/main/resources/static/views/searchCard/searchCard.html
View file @
1e3db5e1
...
@@ -23,19 +23,20 @@
...
@@ -23,19 +23,20 @@
<th>
任务单流水号
</th>
<th>
任务单流水号
</th>
<th>
区县
</th>
<th>
区县
</th>
<th>
制证类型
</th>
<th>
制证类型
</th>
<th>
日期
</th>
<th>
数量
</th>
<th>
数据核验
</th>
<th>
下发日期
</th>
<th>
膜打印
</th>
<th>
膜打印
</th>
<th>
预定位
</th>
<th>
预定位
</th>
<th>
电写入
</th>
<th>
分拣
</th>
<th>
分拣
</th>
<th>
质检
</th>
<th>
质检
</th>
<th>
仓库
</th>
</thead>
</thead>
<tbody>
<tbody>
<tr
ng-repeat=
"item in searchResult.workOrderData"
>
<tr
ng-repeat=
"item in searchResult.workOrderData"
>
<td>
{{item.TASK_ID}}
</td>
<td>
{{item.TASK_ID}}
</td>
<td>
{{item.COUNTYNAME}}
</td>
<td>
{{item.COUNTYNAME}}
</td>
<td>
{{item.CARD_TYPE}}
</td>
<td>
{{item.CARD_TYPE}}
</td>
<td>
{{item.VALID_COUNT}}
</td>
<td>
{{item.SUBMIT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
<td>
{{item.SUBMIT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
<td>
{{item.ISSUED_DATE | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
<td>
{{item.ISSUED_DATE | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
<td>
{{item.PRINT_OUT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
<td>
{{item.PRINT_OUT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
...
...
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