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
df498b58
Commit
df498b58
authored
Mar 05, 2019
by
dahai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
ededa357
50987832
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
103 additions
and
35 deletions
+103
-35
index.html
src/main/resources/static/index.html
+10
-3
app.js
src/main/resources/static/js/app.js
+20
-0
service.js
src/main/resources/static/js/service.js
+6
-2
logo.jpg
src/main/resources/static/newTheme/dist/img/logo.jpg
+0
-0
addFailed.html
src/main/resources/static/views/addFailed/addFailed.html
+4
-1
addRest.html
src/main/resources/static/views/addRest/addRest.html
+4
-1
analysisLog.html
src/main/resources/static/views/analysisLog/analysisLog.html
+4
-3
cardProdPackage.html
...sources/static/views/cardProdPackage/cardProdPackage.html
+4
-1
cardProdUpdate.html
...resources/static/views/cardProdUpdate/cardProdUpdate.html
+4
-1
createTaskList.html
...resources/static/views/createTaskList/createTaskList.html
+4
-1
dispatchTask.html
...ain/resources/static/views/dispatchTask/dispatchTask.html
+4
-1
excelAndSearch.html
...resources/static/views/excelAndSearch/excelAndSearch.html
+3
-1
historyBack.html
...main/resources/static/views/historyCards/historyBack.html
+4
-1
login.html
src/main/resources/static/views/login/login.html
+1
-1
packageLog.html
src/main/resources/static/views/packageLog/packageLog.html
+4
-1
receitp.html
src/main/resources/static/views/receitp/receitp.html
+3
-1
searchCard.html
src/main/resources/static/views/searchCard/searchCard.html
+4
-3
searchCardMsg.html
...n/resources/static/views/searchCardMsg/searchCardMsg.html
+3
-2
taskListPreLocating.html
...main/resources/static/views/task/taskListPreLocating.html
+3
-1
taskListPrint.html
src/main/resources/static/views/task/taskListPrint.html
+3
-2
taskListQualityCheck.html
...ain/resources/static/views/task/taskListQualityCheck.html
+2
-1
taskListSorting.html
src/main/resources/static/views/task/taskListSorting.html
+3
-2
uploadExcelAndSearch.html
...atic/views/uploadExcelAndSearch/uploadExcelAndSearch.html
+4
-1
xmlAndSearch.html
...ain/resources/static/views/xmlAndSearch/xmlAndSearch.html
+1
-3
xmlAndSearch.js
src/main/resources/static/views/xmlAndSearch/xmlAndSearch.js
+1
-1
No files found.
src/main/resources/static/index.html
View file @
df498b58
...
...
@@ -106,7 +106,7 @@
</li>
</ul>
<div
class=
"pull-right"
style=
"font-size:1.8em;line-height: 50px;color: #fff;font-family:'黑体';padding:0 20px;"
>
北京制证辅助平台
</div>
<!--导航右边-->
<div
class=
"navbar-custom-menu"
>
<ul
class=
"nav navbar-nav"
>
...
...
@@ -191,7 +191,7 @@
<li
class=
"dropdown user"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<span
class=
"hidden-xs"
>
{{loginData.name}}
</span>
<span
class=
"hidden-xs"
>
当前用户:
{{loginData.name}}
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
style=
"padding: 5px;"
>
...
...
@@ -199,6 +199,13 @@
</li>
</ul>
</li>
<li
class=
"dropdown user user-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
style=
"padding-bottom: 0;"
>
<img
src=
"newTheme/dist/img/logo.jpg"
class=
"user-image"
alt=
"User Image"
>
<span
style=
"font-size: 1.7em;"
>
北京制证辅助平台
</span>
</a>
</li>
</ul>
</div>
...
...
@@ -216,7 +223,7 @@
<li
ng-repeat=
"menu in menuList | orderBy:'id'"
ng-class=
"{true: 'active', false: ''}[tab =='{{menu.url}}']"
ng-click=
"getFocus(menu.url)"
>
<a
href=
"#!{{menu.url}}"
>
<i
class=
"
fa fa-file-code-o
"
></i>
<i
class=
"
{{icons[$index]}}
"
></i>
<span
ng-bind=
"menu.name"
></span>
</a>
</li>
...
...
src/main/resources/static/js/app.js
View file @
df498b58
...
...
@@ -47,6 +47,26 @@ angular.module('AvatarCheck', [
$location
.
path
(
"/login"
);
}
if
(
$rootScope
.
loginData
.
login
==
true
){
$scope
.
icons
=
[
"glyphicon glyphicon-list icon text-primary"
,
"fa fa-file icon text-info"
,
"glyphicon glyphicon-briefcase icon text-danger"
,
"glyphicon glyphicon-th-large icon text-success"
,
"glyphicon glyphicon-stats icon text-primary-dker"
,
"glyphicon glyphicon-list icon text-primary"
,
"fa fa-file icon text-info"
,
"glyphicon glyphicon-briefcase icon text-danger"
,
"glyphicon glyphicon-th-large icon text-success"
,
"glyphicon glyphicon-stats icon text-primary-dker"
,
"glyphicon glyphicon-list icon text-primary"
,
"fa fa-file icon text-info"
,
"glyphicon glyphicon-briefcase icon text-danger"
,
"glyphicon glyphicon-th-large icon text-success"
,
"glyphicon glyphicon-stats icon text-primary-dker"
,
"glyphicon glyphicon-briefcase icon text-danger"
,
"glyphicon glyphicon-th-large icon text-success"
,
"glyphicon glyphicon-stats icon text-primary-dker"
]
$rootScope
.
menuList
=
$rootScope
.
loginData
.
roleList
[
0
].
permissions
;
console
.
log
(
$scope
.
menuList
)
}
...
...
src/main/resources/static/js/service.js
View file @
df498b58
...
...
@@ -174,11 +174,15 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
},
selectXmlPackage
:
function
(
date
,
state
,
success
){
if
(
angular
.
isUndefined
(
state
)){
state
=-
1
;
}
console
.
log
(
date
,
state
)
$http
({
method
:
'GET'
,
url
:
"../
selectXMLApi/selectXml
"
+
urlTimeStamp
(),
url
:
"../
importXML/queryPersonXMLCount
"
+
urlTimeStamp
(),
params
:{
d
ate
:
date
,
importD
ate
:
date
,
state
:
state
}
}).
then
(
function
successCallback
(
response
)
{
...
...
src/main/resources/static/newTheme/dist/img/logo.jpg
0 → 100644
View file @
df498b58
582 KB
src/main/resources/static/views/addFailed/addFailed.html
View file @
df498b58
...
...
@@ -4,7 +4,8 @@
vertical-align
:
middle
!important
;
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header with-border"
>
废证添加
</strong>
<div
class=
"box-primary"
>
...
...
@@ -49,4 +50,5 @@
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/addRest/addRest.html
View file @
df498b58
...
...
@@ -7,7 +7,8 @@
.cl
:after
{
display
:
block
;
clear
:
both
;
content
:
""
;
visibility
:
hidden
;
height
:
0
}
.cl
{
zoom
:
1
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header with-border"
>
余证添加
</strong>
<div
class=
"box-primary"
>
...
...
@@ -30,4 +31,5 @@
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/analysisLog/analysisLog.html
View file @
df498b58
...
...
@@ -24,7 +24,8 @@
zoom
:
1
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header with-border"
>
解析日志
</strong>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
...
...
@@ -84,4 +85,5 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
</div>
src/main/resources/static/views/cardProdPackage/cardProdPackage.html
View file @
df498b58
...
...
@@ -27,7 +27,8 @@
zoom
:
1
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
制证信息打包
</strong>
<div
class=
"box-info"
>
...
...
@@ -122,4 +123,5 @@
<h3
ng-if=
"postData.length==0"
>
暂无记录。
</h3>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/cardProdUpdate/cardProdUpdate.html
View file @
df498b58
...
...
@@ -27,7 +27,8 @@
zoom
:
1
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
制证信息打包
</strong>
<div
class=
"box-info"
>
...
...
@@ -135,4 +136,5 @@
<h3
ng-if=
"postData.length==0"
>
暂无记录。
</h3>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/createTaskList/createTaskList.html
View file @
df498b58
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"row"
>
<!-- /.col -->
<div
class=
"col-md-12"
>
...
...
@@ -70,4 +71,5 @@
<!-- /.col -->
</div>
<!-- /.row -->
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/dispatchTask/dispatchTask.html
View file @
df498b58
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"row"
>
<!-- /.col -->
<div
class=
"col-md-12"
>
...
...
@@ -71,4 +72,5 @@
<!-- /.col -->
</div>
<!-- /.row -->
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/excelAndSearch/excelAndSearch.html
View file @
df498b58
...
...
@@ -27,7 +27,8 @@
zoom
:
1
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
格口文件上传
</strong>
<div
class=
"box-primary"
>
...
...
@@ -139,4 +140,5 @@
</div>
</div>
</div>
</div>
src/main/resources/static/views/historyCards/historyBack.html
View file @
df498b58
...
...
@@ -4,7 +4,8 @@
vertical-align
:
middle
!important
;
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header with-border"
>
回迁证添加
</strong>
<form
style=
"padding-left: 15px;"
>
...
...
@@ -50,4 +51,5 @@
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/login/login.html
View file @
df498b58
...
...
@@ -6,7 +6,7 @@
<div
class=
"login-box-body"
style=
"border-radius: 4px;"
>
<p
class=
"login-box-msg"
>
用户登录
</p>
<form>
<form
name=
"form"
>
<div
class=
"text-danger wrapper text-center"
ng-show=
"authError"
style=
"margin-bottom: 5px;"
>
{{authError}}
</div>
...
...
src/main/resources/static/views/packageLog/packageLog.html
View file @
df498b58
...
...
@@ -24,7 +24,8 @@
zoom
:
1
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header with-border"
>
打包日志
</strong>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
...
...
@@ -90,4 +91,5 @@
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/receitp/receitp.html
View file @
df498b58
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
交接单
</div>
</div>
src/main/resources/static/views/searchCard/searchCard.html
View file @
df498b58
<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"
>
<strong
class=
"box-header"
>
查询结果
...
...
@@ -143,4 +143,5 @@
</div>
</div></div>
\ No newline at end of file
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/searchCardMsg/searchCardMsg.html
View file @
df498b58
...
...
@@ -11,8 +11,8 @@
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header with-border"
style=
"padding-bottom:0px"
>
居民身份证阅读信息
</strong>
<div
class=
"box-info"
>
...
...
@@ -107,6 +107,7 @@
</div>
</div>
</div>
</div>
<div
style=
"display: none;"
>
<div
id=
"div1"
>
...
...
src/main/resources/static/views/task/taskListPreLocating.html
View file @
df498b58
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"row"
>
<!-- /.col -->
<div
class=
"col-md-12"
>
...
...
@@ -77,4 +78,5 @@
</div>
<!-- /.row -->
</div>
</div>
src/main/resources/static/views/task/taskListPrint.html
View file @
df498b58
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"row"
>
<!-- /.col -->
<div
class=
"col-md-12"
>
...
...
@@ -89,4 +89,5 @@
</div>
<!-- /.row -->
</div>
</div>
src/main/resources/static/views/task/taskListQualityCheck.html
View file @
df498b58
<!-- /.col --
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
...
...
@@ -78,5 +78,6 @@
</div>
<!-- /.col -->
<!-- /.row -->
</div>
src/main/resources/static/views/task/taskListSorting.html
View file @
df498b58
<div
class=
"content row"
>
<!-- /.col -->
<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-header with-border"
>
<strong>
任务单详情
</strong>
...
...
@@ -72,6 +72,7 @@
</div>
</div>
<!-- /. box -->
</div>
</div>
<!-- /.col -->
...
...
src/main/resources/static/views/uploadExcelAndSearch/uploadExcelAndSearch.html
View file @
df498b58
...
...
@@ -27,7 +27,8 @@
zoom
:
1
}
</style>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"content row"
>
<div
class=
"col-md-12"
style=
"margin-top:20px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
快递单信息管理
</strong>
<div
class=
"box-info"
>
...
...
@@ -121,4 +122,5 @@
<h3
ng-if=
"postData.length==0"
>
暂无记录。
</h3>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/xmlAndSearch/xmlAndSearch.html
View file @
df498b58
...
...
@@ -67,9 +67,7 @@
</td>
<td>
<select
class=
"form-control select2"
id=
"state"
ng-model=
"state"
>
<option
value=
""
>
--请选择解析状态--
</option>
<option
value=
"1"
>
已解析
</option>
<option
value=
"-1"
>
未解析
</option>
<option
value=
"{{state.stateCode}}"
ng-repeat=
"state in [{stateName:'已解析',stateCode:1},{stateName:'未解析',stateCode:0}] track by $index"
>
{{state.stateName}}
</option>
</select>
</td>
<td>
...
...
src/main/resources/static/views/xmlAndSearch/xmlAndSearch.js
View file @
df498b58
...
...
@@ -72,7 +72,7 @@ angular.module('AvatarCheck.xmlAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm.p
console
.
log
(
$
(
"#datepicker"
).
val
(),
$scope
.
state
)
HttpService
.
selectXmlPackage
(
$
(
"#datepicker"
).
val
(),
$scope
.
state
,
function
(
data
){
$scope
.
xmlPackageData
=
data
;
console
.
log
(
$scope
.
xmlPackageData
)
console
.
log
(
"$scope.xmlPackageData:"
,
$scope
.
xmlPackageData
)
})
}
...
...
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