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
7f974455
Commit
7f974455
authored
Mar 03, 2019
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面排版
parent
62750a6f
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
190 additions
and
191 deletions
+190
-191
index.html
src/main/resources/static/index.html
+9
-9
analysisLog.html
src/main/resources/static/views/analysisLog/analysisLog.html
+10
-10
cardProdPackage.html
...sources/static/views/cardProdPackage/cardProdPackage.html
+12
-9
cardProdUpdate.html
...resources/static/views/cardProdUpdate/cardProdUpdate.html
+47
-73
createTaskList.html
...resources/static/views/createTaskList/createTaskList.html
+2
-2
dispatchTask.html
...ain/resources/static/views/dispatchTask/dispatchTask.html
+2
-2
excelAndSearch.html
...resources/static/views/excelAndSearch/excelAndSearch.html
+43
-31
packageLog.html
src/main/resources/static/views/packageLog/packageLog.html
+22
-19
searchCardMsg.html
...n/resources/static/views/searchCardMsg/searchCardMsg.html
+2
-2
uploadExcelAndSearch.html
...atic/views/uploadExcelAndSearch/uploadExcelAndSearch.html
+30
-28
xmlAndSearch.html
...ain/resources/static/views/xmlAndSearch/xmlAndSearch.html
+11
-6
No files found.
src/main/resources/static/index.html
View file @
7f974455
...
@@ -113,13 +113,13 @@
...
@@ -113,13 +113,13 @@
<li
ng-class=
"{true: 'active', false: ''}[tab =='/xmlAndSearch']"
ng-click=
"getFocus('/xmlAndSearch')"
>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/xmlAndSearch']"
ng-click=
"getFocus('/xmlAndSearch')"
>
<a
href=
"#!/xmlAndSearch"
>
<a
href=
"#!/xmlAndSearch"
>
<i
class=
"fa fa-file-code-o"
></i>
<i
class=
"fa fa-file-code-o"
></i>
<span>
制证
数据导入及查询
</span>
<span>
制证
包管理
</span>
</a>
</a>
</li>
</li>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/excelAndSearch']"
ng-click=
"getFocus('/excelAndSearch')"
>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/excelAndSearch']"
ng-click=
"getFocus('/excelAndSearch')"
>
<a
href=
"#!/excelAndSearch"
>
<a
href=
"#!/excelAndSearch"
>
<i
class=
"fa fa-file-excel-o"
></i>
<i
class=
"fa fa-file-excel-o"
></i>
<span>
邮寄数据导入及查询
</span>
<span>
格口文件管理
</span>
</a>
</a>
</li>
</li>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/cardProdPackage']"
ng-click=
"getFocus('/cardProdPackage')"
>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/cardProdPackage']"
ng-click=
"getFocus('/cardProdPackage')"
>
...
@@ -136,34 +136,34 @@
...
@@ -136,34 +136,34 @@
</span>
</span>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#!/cardProdUpdate"
><i
class=
"fa fa-circle-o"
></i>
制证信息管理
</a></li>
<li><a
href=
"#!/analysisLog"
><i
class=
"fa fa-circle-o"
></i>
解析日志
</a></li>
<li><a
href=
"#!/analysisLog"
><i
class=
"fa fa-circle-o"
></i>
解析日志
</a></li>
<li><a
href=
"#!/packageLog"
><i
class=
"fa fa-circle-o"
></i>
打包日志
</a></li>
<li><a
href=
"#!/packageLog"
><i
class=
"fa fa-circle-o"
></i>
新包日志
</a></li>
</ul>
<li><a
href=
"#!/cardProdUpdate"
><i
class=
"fa fa-circle-o"
></i>
制证信息管理
</a></li>
</ul>
</li>
</li>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/searchCardMsg']"
ng-click=
"getFocus('/searchCardMsg')"
>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/searchCardMsg']"
ng-click=
"getFocus('/searchCardMsg')"
>
<a
href=
"#!/searchCardMsg"
>
<a
href=
"#!/searchCardMsg"
>
<i
class=
"fa fa-files-o"
></i>
<i
class=
"fa fa-files-o"
></i>
<span>
读卡信息详情
</span>
<span>
邮政快递单打印
</span>
</a>
</a>
</li>
</li>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/uploadExcelAndSearch']"
ng-click=
"getFocus('/uploadExcelAndSearch')"
>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/uploadExcelAndSearch']"
ng-click=
"getFocus('/uploadExcelAndSearch')"
>
<a
href=
"#!/uploadExcelAndSearch"
>
<a
href=
"#!/uploadExcelAndSearch"
>
<i
class=
"fa fa-table"
></i>
<i
class=
"fa fa-table"
></i>
<span>
邮
寄
信息查询
</span>
<span>
邮
政
信息查询
</span>
</a>
</a>
</li>
</li>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/createTaskList']"
ng-click=
"getFocus('/createTaskList')"
>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/createTaskList']"
ng-click=
"getFocus('/createTaskList')"
>
<a
href=
"#!/createTaskList"
>
<a
href=
"#!/createTaskList"
>
<i
class=
"fa fa-dashboard"
></i>
<i
class=
"fa fa-dashboard"
></i>
<span>
创建任务单
</span>
<span>
任务单创建
</span>
</a>
</a>
</li>
</li>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/dispatchTask']"
ng-click=
"getFocus('/dispatchTask')"
>
<li
ng-class=
"{true: 'active', false: ''}[tab =='/dispatchTask']"
ng-click=
"getFocus('/dispatchTask')"
>
<a
href=
"#!/dispatchTask"
>
<a
href=
"#!/dispatchTask"
>
<i
class=
"fa fa-dashboard"
></i>
<i
class=
"fa fa-dashboard"
></i>
<span>
下发任务单
</span>
<span>
任务单下发
</span>
</a>
</a>
</li>
</li>
...
...
src/main/resources/static/views/analysisLog/analysisLog.html
View file @
7f974455
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</style>
</style>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
解析日志
原始包
解析日志
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
<td>
原始包
数据
:
</td>
<td>
原始包
名
:
</td>
<td>
<td>
<input
type=
"text"
class=
"form-control"
placeholder=
"原始包数据"
/>
<input
type=
"text"
class=
"form-control"
placeholder=
"原始包数据"
/>
</td>
</td>
...
@@ -59,10 +59,10 @@
...
@@ -59,10 +59,10 @@
<thead>
<thead>
<tr>
<tr>
<th>
NO.
</th>
<th>
NO.
</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>
</tr>
</tr>
...
@@ -71,20 +71,20 @@
...
@@ -71,20 +71,20 @@
<tr>
<tr>
<td>
1
</td>
<td>
1
</td>
<td>
123420190302001
</td>
<td>
123420190302001
</td>
<td>
300
</td>
<td>
格口信息.xls
</td>
<td>
格口信息.xls
</td>
<td>
20190302
</td>
<td>
20190302
</td>
<td>
200
</td>
<td>
80
</td>
<td>
150
</td>
<td>
60
</td>
<td>
20
</td>
</tr>
</tr>
<tr>
<tr>
<td>
2
</td>
<td>
2
</td>
<td>
123420190302002
</td>
<td>
123420190302002
</td>
<td>
300
</td>
<td>
格口信息.xls
</td>
<td>
格口信息.xls
</td>
<td>
20190301
</td>
<td>
20190301
</td>
<td>
50
</td>
<td>
70
</td>
<td>
250
</td>
<td>
30
</td>
<td>
40
</td>
</tr>
</tr>
<tr
ng-repeat=
"item in postMsgDetail"
>
<tr
ng-repeat=
"item in postMsgDetail"
>
<td>
<td>
...
...
src/main/resources/static/views/cardProdPackage/cardProdPackage.html
View file @
7f974455
...
@@ -33,7 +33,8 @@
...
@@ -33,7 +33,8 @@
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
<div
class=
"box box-primary"
style=
"padding: 15px;margin-bottom: 10px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
制证信息打包
</strong>
<div
class=
"box-info"
>
<div
class=
"box-info"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
...
@@ -57,16 +58,16 @@
...
@@ -57,16 +58,16 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
打包类型
:
</td>
<td>
禁用
:
</td>
<td
style=
"text-align: left;"
>
<td
style=
"text-align: left;"
>
<select
class=
"form-control select2"
id=
"packageType"
<select
class=
"form-control select2"
id=
"packageType"
ng-model=
"packageType"
>
ng-model=
"packageType"
>
<option
value=
""
>
--请选择
打包类型
--
</option>
<option
value=
""
>
--请选择
禁用状态
--
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"-1"
>
否
</option>
<option
value=
"-1"
>
否
</option>
</select>
</select>
</td>
</td>
<td>
制证包上传时间
</td>
<td>
制证包上传时间
:
</td>
<td>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<div
class=
"input-group-addon"
>
...
@@ -75,14 +76,16 @@
...
@@ -75,14 +76,16 @@
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker1"
readonly
/>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker1"
readonly
/>
</div>
</div>
</td>
</td>
<td></td>
<td><div
style=
"float: left;"
>
<button
class=
"btn btn-primary"
ng-click=
"doQuery()"
>
查询
</button>
<button
type=
"submit"
class=
"btn btn-info"
ng-click=
"downloadXml()"
>
下载制证包
</button>
</div></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
class=
"box-footer"
style=
"text-align: right;padding-bottom: 0;"
>
<button
class=
"btn btn-primary"
ng-click=
"doQuery()"
>
查询
</button>
<button
type=
"submit"
class=
"btn btn-info"
ng-click=
"downloadXml()"
>
下载制证包
</button>
</div>
</div>
</div>
<div
class=
"box box-default"
>
<div
class=
"box box-default"
>
<strong
class=
"box-header"
>
制证信息详情
</strong>
<strong
class=
"box-header"
>
制证信息详情
</strong>
...
@@ -97,7 +100,7 @@
...
@@ -97,7 +100,7 @@
<th>
原包号
</th>
<th>
原包号
</th>
<th>
新包号
</th>
<th>
新包号
</th>
<th>
制证类型
</th>
<th>
制证类型
</th>
<th>
是否打包
</th>
<th>
禁用
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
src/main/resources/static/views/cardProdUpdate/cardProdUpdate.html
View file @
7f974455
...
@@ -29,25 +29,40 @@
...
@@ -29,25 +29,40 @@
</style>
</style>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
制证
信息管理
制证
包删除
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
<div
class=
"box box-primary"
style=
"padding: 15px;margin-bottom: 10px;"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
制证信息打包
</strong>
<div
class=
"box-info"
>
<div
class=
"box-info"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
<td>
上传受理号:
</td>
<td>
新包号:
</td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"applicantName"
placeholder=
"上传受理号"
></td>
<td>
<td>
身份证号:
</td>
<input
type=
"text"
class=
"form-control"
ng-model=
"number"
placeholder=
"起始包号"
>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"orderNo"
placeholder=
"身份证号"
></td>
</td>
<td>
姓名:
</td>
<td>
-
</td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"number"
placeholder=
"姓名"
></td>
<td>
<input
type=
"text"
class=
"form-control"
ng-model=
"number"
placeholder=
"截至包号"
>
</td>
<td>
派出所名称:
</td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"pcs_name"
placeholder=
"派出所名称"
>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
包号:
</td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"number"
placeholder=
"包号"
></td>
<td>
生成日期:
</td>
<td>
导入日期:
</td>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<i
class=
"fa fa-calendar"
></i>
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker1"
readonly
/>
</div>
</td>
<td>
-
</td>
<td>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<div
class=
"input-group-addon"
>
...
@@ -56,49 +71,16 @@
...
@@ -56,49 +71,16 @@
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker1"
readonly
/>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker1"
readonly
/>
</div>
</div>
</td>
</td>
<td>
制证类型:
</td>
<td
colspan=
"2"
>
<td
style=
"text-align: left;"
>
<div
style=
"text-align: right;"
>
<select
class=
"form-control select2"
id=
"county"
multiple=
"multiple"
data-placeholder=
"--请选择制证类型--"
<button
class=
"btn btn-primary"
ng-click=
"doQuery()"
>
查询
</button>
style=
"width: 100%;"
ng-model=
"typeCode"
>
<button
type=
"submit"
class=
"btn btn-danger"
ng-click=
"downloadXml()"
>
删除
</button>
<option
value=
"{{county}}"
ng-repeat=
"county in countyList track by $index"
>
{{county}}
</option>
</div>
</select>
</td>
</td>
</tr>
</tr>
<tr>
<td>
打包类型:
</td>
<td
style=
"text-align: left;"
>
<select
class=
"form-control select2"
id=
"packageType"
ng-model=
"packageType"
>
<option
value=
""
>
--请选择打包类型--
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"-1"
>
否
</option>
</select>
</td>
<td>
起始有效期:
</td>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<i
class=
"fa fa-calendar"
></i>
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker2"
readonly
/>
</div>
</td>
<td>
截至有效期:
</td>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<i
class=
"fa fa-calendar"
></i>
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker3"
readonly
/>
</div>
</td>
</tr>
</table>
</table>
</div>
</div>
<div
class=
"box-footer"
style=
"text-align: right;padding-bottom: 0;"
>
<button
class=
"btn btn-primary"
ng-click=
"doQuery()"
>
查询
</button>
<button
type=
"submit"
class=
"btn btn-danger"
ng-click=
"downloadXml()"
>
删除
</button>
</div>
</div>
</div>
<div
class=
"box box-default"
>
<div
class=
"box box-default"
>
<strong
class=
"box-header"
>
查询结果
</strong>
<strong
class=
"box-header"
>
查询结果
</strong>
...
@@ -107,45 +89,37 @@
...
@@ -107,45 +89,37 @@
<thead>
<thead>
<tr>
<tr>
<th>
NO.
</th>
<th>
NO.
</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>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>
1
</td>
<td>
1
</td>
<td>
11020
</td>
<td>
11020
</td>
<td>
11020180227001
</td>
<td>
马连洼派出所
</td>
<td>
80
</td>
<td>
30
</td>
<td>
30
</td>
<td></td>
<td>
2019-03-03 16:30
</td>
<td>
20190228
</td>
<td>
11020180227001
</td>
<td>
20190228
</td>
</tr>
</tr>
<tr>
<tr>
<td>
2
</td>
<td>
2
</td>
<td>
11020
</td>
<td>
11020
</td>
<td>
11020190228002
</td>
<td>
农大南路派出所
</td>
<td>
80
</td>
<td>
30
</td>
<td>
30
</td>
<td></td>
<td>
2019-03-03 16:30
</td>
<td>
20190301
</td>
<td>
11020180227001
</td>
<td>
20190301
</td>
</tr>
</tr>
<tr>
<tr>
<td>
3
</td>
<td>
3
</td>
<td>
11020
</td>
<td>
11020
</td>
<td>
11020190228003
</td>
<td>
朝阳分局
</td>
<td>
80
</td>
<td>
30
</td>
<td></td>
<td>
2019-03-03 16:30
</td>
<td>
80
</td>
<td>
11020180227001
</td>
<td>
20190301
</td>
<td></td>
</tr>
</tr>
<tr
ng-repeat=
"item in postData | orderBy:item.id"
ng-click=
"showDetail(item)"
style=
"cursor: pointer;"
>
<tr
ng-repeat=
"item in postData | orderBy:item.id"
ng-click=
"showDetail(item)"
style=
"cursor: pointer;"
>
<td>
{{item.id}}
</td>
<td>
{{item.id}}
</td>
...
...
src/main/resources/static/views/createTaskList/createTaskList.html
View file @
7f974455
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
创建任务单
任务单创建
</h4>
</h4>
</section>
</section>
<section
class=
"content"
style=
"padding: 15px;"
>
<section
class=
"content"
style=
"padding: 15px;"
>
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<div
class=
"box-header with-border"
>
<strong>
可创建的
任务单
</strong>
<strong>
创建
任务单
</strong>
<div
class=
"box-tools pull-right"
>
<div
class=
"box-tools pull-right"
>
<input
type=
"text"
style=
"height: 30px;margin-right: 10px;border-radius: 4px;background-color: #eee;cursor: not-allowed;border: 1px solid #ccc;"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
<input
type=
"text"
style=
"height: 30px;margin-right: 10px;border-radius: 4px;background-color: #eee;cursor: not-allowed;border: 1px solid #ccc;"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
<button
type=
"button"
class=
"btn btn-primary pull-right"
style=
"height: 30px;line-height: 17px;"
ng-click=
"searchHistory()"
>
查询历史
</button>
<button
type=
"button"
class=
"btn btn-primary pull-right"
style=
"height: 30px;line-height: 17px;"
ng-click=
"searchHistory()"
>
查询历史
</button>
...
...
src/main/resources/static/views/dispatchTask/dispatchTask.html
View file @
7f974455
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
下发任务单
任务单下发
</h4>
</h4>
</section>
</section>
<section
class=
"content"
style=
"padding: 15px;"
>
<section
class=
"content"
style=
"padding: 15px;"
>
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<div
class=
"box-header with-border"
>
<strong>
可下发的
任务单
</strong>
<strong>
请选择下发
任务单
</strong>
<div
class=
"box-tools pull-right"
>
<div
class=
"box-tools pull-right"
>
<input
type=
"text"
style=
"height: 30px;margin-right: 10px;border-radius: 4px;background-color: #eee;cursor: not-allowed;border: 1px solid #ccc;"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
<input
type=
"text"
style=
"height: 30px;margin-right: 10px;border-radius: 4px;background-color: #eee;cursor: not-allowed;border: 1px solid #ccc;"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
<button
type=
"button"
class=
"btn btn-primary pull-right"
style=
"height: 30px;line-height: 17px;"
ng-click=
"searchHistory()"
>
查询历史
</button>
<button
type=
"button"
class=
"btn btn-primary pull-right"
style=
"height: 30px;line-height: 17px;"
ng-click=
"searchHistory()"
>
查询历史
</button>
...
...
src/main/resources/static/views/excelAndSearch/excelAndSearch.html
View file @
7f974455
...
@@ -29,48 +29,60 @@
...
@@ -29,48 +29,60 @@
</style>
</style>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
邮寄信息导入
与查询
邮寄信息导入
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
邮寄信息导入
</strong>
<strong
class=
"box-header"
>
格口文件上传
</strong>
<div
class=
"box-primary"
>
<div
class=
"box-primary"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0; width: 80%"
>
<tr>
<tr>
<td>
订单起始日期
</td>
<td>
订单起始日期:
</td>
<td>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<div
class=
"input-group-addon"
>
<i
class=
"fa fa-calendar"
></i>
<i
class=
"fa fa-calendar"
></i>
</div>
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker1"
readonly
/>
<input
type=
"text"
</div>
class=
"form-control pull-right"
</td>
ng-model=
"choseDate"
<td>
id=
"datepicker1"
readonly
/>
订单截止日期
</div>
</td>
</td>
<td>
<td>
订单截止日期:
</td>
<div
class=
"input-group date"
>
<td>
<div
class=
"input-group-addon"
>
<div
class=
"input-group date"
>
<i
class=
"fa fa-calendar"
></i>
<div
class=
"input-group-addon"
>
</div>
<i
class=
"fa fa-calendar"
></i>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker2"
readonly
/>
</div>
</div>
<input
type=
"text"
</td>
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker2"
readonly
/>
</div>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
选择Excel文件
</td>
<td>
选择Excel文件:
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<input
type=
"file"
id=
"id_file_photo_for_check"
class=
"file"
data-show-preview=
"true"
multiple
/>
<input
type=
"file"
</td>
id=
"id_file_photo_for_check"
<td
style=
"text-align: left;"
><button
class=
"btn btn-primary"
ng-click=
"uploadExcel()"
>
上传
</button></td>
class=
"file"
data-show-preview=
"false"
data-allowed-file-extensions=
'["XLS","xls","XLSX","xlsx"]'
multiple
/>
</td>
<td>
<div
style=
"float: left"
>
<button
class=
"btn btn-primary"
ng-click=
"uploadExcel()"
>
上传
</button>
</div>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</div>
</div>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
邮寄信息查询
</strong>
<strong
class=
"box-header"
>
格口文件管理
</strong>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
...
@@ -79,7 +91,7 @@
...
@@ -79,7 +91,7 @@
<input
type=
"text"
class=
"form-control"
ng-model=
"fileName"
placeholder=
"文件名称"
>
<input
type=
"text"
class=
"form-control"
ng-model=
"fileName"
placeholder=
"文件名称"
>
</td>
</td>
<td>
<td>
状态
状态
:
</td>
</td>
<td>
<td>
<select
class=
"form-control select2"
id=
"state"
ng-model=
"state"
>
<select
class=
"form-control select2"
id=
"state"
ng-model=
"state"
>
...
...
src/main/resources/static/views/packageLog/packageLog.html
View file @
7f974455
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</style>
</style>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
打包日志
数据
打包日志
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
...
@@ -35,33 +35,36 @@
...
@@ -35,33 +35,36 @@
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
<td
width=
"10%"
>
新包名:
</td>
<td>
新包名:
</td>
<td
width=
"15%"
>
<td>
<input
type=
"text"
class=
"form-control"
placeholder=
"原始包数据"
/>
<input
type=
"text"
class=
"form-control"
placeholder=
"原始包数据"
/>
</td>
</td>
<td
width=
"10%"
>
身份证:
<td>
身份证:
</td>
</td>
<td
width=
"15%"
>
<td>
<input
type=
"text"
class=
"form-control"
placeholder=
"身份证号"
/>
<input
type=
"text"
class=
"form-control"
placeholder=
"身份证号"
/>
</td>
</td>
<td
width=
"10%"
>
<td></td>
</tr>
<tr>
<td>
生成时间:
生成时间:
</td>
</td>
<td
width=
"15%"
>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<div
class=
"input-group-addon"
>
<i
class=
"fa fa-calendar"
></i>
<i
class=
"fa fa-calendar"
></i>
</div>
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
</div>
</div>
</td>
</td>
<td
width=
"10%"
>
上传地区:
</td>
<td>
上传地区:
</td>
<td
width=
"15%"
>
<td>
<input
type=
"text"
class=
"form-control"
placeholder=
"上传地区名称"
/>
<input
type=
"text"
class=
"form-control"
placeholder=
"上传地区名称"
/>
</td>
</td>
<td><button
class=
"btn btn-primary"
>
查询
</button></td>
<td><button
class=
"btn btn-primary"
>
查询
</button></td>
</tr>
</tr>
</table>
</table>
<table
class=
"table table-bordered table-hover postTable"
>
<table
class=
"table table-bordered table-hover postTable"
>
<thead>
<thead>
...
@@ -79,7 +82,7 @@
...
@@ -79,7 +82,7 @@
<td>
1
</td>
<td>
1
</td>
<td>
123420190302001
</td>
<td>
123420190302001
</td>
<td>
20190302
</td>
<td>
20190302
</td>
<td>
30
0
</td>
<td>
8
0
</td>
<td>
110012
</td>
<td>
110012
</td>
<td>
朝阳区
</td>
<td>
朝阳区
</td>
</tr>
</tr>
...
@@ -87,7 +90,7 @@
...
@@ -87,7 +90,7 @@
<td>
2
</td>
<td>
2
</td>
<td>
123420190302002
</td>
<td>
123420190302002
</td>
<td>
20190301
</td>
<td>
20190301
</td>
<td>
400
</td>
<td>
79
</td>
<td>
110013
</td>
<td>
110013
</td>
<td>
海淀区
</td>
<td>
海淀区
</td>
...
...
src/main/resources/static/views/searchCardMsg/searchCardMsg.html
View file @
7f974455
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
读卡信息详情
邮政快递单打印
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
</div>
</div>
</div>
</div>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
邮寄单
详情
</strong>
<strong
class=
"box-header"
>
个人邮寄信息
详情
</strong>
<div
class=
"box-info"
style=
"padding: 10px;"
>
<div
class=
"box-info"
style=
"padding: 10px;"
>
<table
class=
"table table-bordered table-striped postTable"
ng-if=
"postMsgDetail.length>0"
>
<table
class=
"table table-bordered table-striped postTable"
ng-if=
"postMsgDetail.length>0"
>
<thead>
<thead>
...
...
src/main/resources/static/views/uploadExcelAndSearch/uploadExcelAndSearch.html
View file @
7f974455
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</style>
</style>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
邮
寄
信息查询
邮
政
信息查询
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
...
@@ -37,16 +37,16 @@
...
@@ -37,16 +37,16 @@
<div
class=
"box-info"
>
<div
class=
"box-info"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
<td
width=
"10%"
>
申请人姓名:
</td>
<td>
申请人姓名:
</td>
<td
width=
"23%"
><input
type=
"text"
class=
"form-control"
ng-model=
"applicantName"
placeholder=
"申请人姓名"
></td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"applicantName"
placeholder=
"申请人姓名"
></td>
<td
width=
"12%"
>
订单号:
</td>
<td>
订单号:
</td>
<td
width=
"23%"
><input
type=
"text"
class=
"form-control"
ng-model=
"orderNo"
placeholder=
"订单号"
></td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"orderNo"
placeholder=
"订单号"
></td>
<td
width=
"10%"
>
序号:
</td>
<td>
序号:
</td>
<td
width=
"22%"
><input
type=
"text"
class=
"form-control"
ng-model=
"number"
placeholder=
"序号"
></td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"number"
placeholder=
"序号"
></td>
</tr>
</tr>
<tr>
<tr>
<td
width=
"10%"
>
打印状态:
</td>
<td>
打印状态:
</td>
<td
width=
"23%"
style=
"text-align: left;"
>
<td
style=
"text-align: left;"
>
<select
class=
"form-control select2"
id=
"print"
<select
class=
"form-control select2"
id=
"print"
ng-model=
"isPrint"
>
ng-model=
"isPrint"
>
<option
value=
""
>
--请选择打印状态--
</option>
<option
value=
""
>
--请选择打印状态--
</option>
...
@@ -54,10 +54,10 @@
...
@@ -54,10 +54,10 @@
<option
value=
"-1"
>
未打印
</option>
<option
value=
"-1"
>
未打印
</option>
</select>
</select>
</td>
</td>
<td
width=
"12%"
>
格口:
</td>
<td
>
格口:
</td>
<td
width=
"23%"
><input
type=
"text"
class=
"form-control"
ng-model=
"gkxx"
placeholder=
"格口"
></td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"gkxx"
placeholder=
"格口"
></td>
<td
width=
"10%"
>
区县:
</td>
<td>
区县:
</td>
<td
width=
"22%"
style=
"text-align: left;"
>
<td
style=
"text-align: left;"
>
<select
class=
"form-control select2"
id=
"county"
multiple=
"multiple"
data-placeholder=
"--请选择区县--"
<select
class=
"form-control select2"
id=
"county"
multiple=
"multiple"
data-placeholder=
"--请选择区县--"
style=
"width: 100%;"
ng-model=
"currentCounty"
>
style=
"width: 100%;"
ng-model=
"currentCounty"
>
<option
value=
"{{county}}"
ng-repeat=
"county in countyList track by $index"
>
{{county}}
</option>
<option
value=
"{{county}}"
ng-repeat=
"county in countyList track by $index"
>
{{county}}
</option>
...
@@ -65,24 +65,26 @@
...
@@ -65,24 +65,26 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
width=
"10%"
>
Excel导入时间:
</td>
<td>
Excel导入时间:
</td>
<td
width=
"23%"
>
<td>
<div
class=
"input-group date"
>
<div
class=
"input-group date"
>
<div
class=
"input-group-addon"
>
<div
class=
"input-group-addon"
>
<i
class=
"fa fa-calendar"
></i>
<i
class=
"fa fa-calendar"
></i>
</div>
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate"
id=
"datepicker"
readonly
/>
</div>
</div>
</td>
</td>
<td
colspan=
"4"
>
<div
style=
"float: left"
>
<button
class=
"btn btn-primary"
style=
"margin-right: 7px;"
ng-click=
"doQuery()"
>
查询
</button>
<button
class=
"btn btn-primary"
style=
"margin-right: 7px;"
ng-click=
"subSomething()"
>
读卡查询
</button>
<button
type=
"submit"
class=
"btn btn-info"
style=
"margin-right: 7px;"
ng-click=
"downloadExcel()"
>
下载Excel
</button>
<button
type=
"submit"
class=
"btn btn-danger"
ng-click=
"deleteRecords()"
>
删除
</button>
</div>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
class=
"box-footer"
style=
"text-align: right;padding-bottom: 0;"
>
<button
class=
"btn btn-primary"
ng-click=
"doQuery()"
>
查询
</button>
<button
class=
"btn btn-primary"
ng-click=
"subSomething()"
>
读卡查询
</button>
<button
type=
"submit"
class=
"btn btn-info"
ng-click=
"downloadExcel()"
>
下载Excel
</button>
<button
type=
"submit"
class=
"btn btn-danger"
ng-click=
"deleteRecords()"
>
删除
</button>
</div>
</div>
</div>
<div
class=
"box box-default"
>
<div
class=
"box box-default"
>
<div
class=
"box-header"
>
邮寄单详情(
<span
style=
"color:#0b93d5;"
>
每页显示{{paginationConf.itemsPerPage}}条/共{{paginationConf.totalItems}}条
</span>
)
</div>
<div
class=
"box-header"
>
邮寄单详情(
<span
style=
"color:#0b93d5;"
>
每页显示{{paginationConf.itemsPerPage}}条/共{{paginationConf.totalItems}}条
</span>
)
</div>
...
...
src/main/resources/static/views/xmlAndSearch/xmlAndSearch.html
View file @
7f974455
...
@@ -29,18 +29,23 @@
...
@@ -29,18 +29,23 @@
</style>
</style>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<section
class=
"content-header"
style=
"padding-top: 1px;"
>
<h4>
<h4>
制证
信息导入与查询
制证
包管理
</h4>
</h4>
</section>
</section>
<div
style=
"padding: 15px;"
>
<div
style=
"padding: 15px;"
>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
制证
信息导入
</strong>
<strong
class=
"box-header"
>
制证
包上传
</strong>
<div
class=
"box-primary"
>
<div
class=
"box-primary"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
<td
width=
"10%"
>
选择xml文件
</td>
<td
width=
"10%"
>
选择xml文件
:
</td>
<td
colspan=
"2"
width=
"35%"
>
<td
colspan=
"2"
width=
"35%"
>
<input
type=
"file"
id=
"id_file_photo_for_check"
class=
"file"
data-show-preview=
"false"
multiple=
"multiple"
/>
<input
type=
"file"
id=
"id_file_photo_for_check"
class=
"file"
data-show-preview=
"false"
multiple=
"multiple"
data-allowed-file-extensions=
'["xml","XML"]'
/>
</td>
</td>
<td
style=
"text-align: left;"
><button
class=
"btn btn-primary"
ng-click=
"uploadXml()"
>
上传
</button></td>
<td
style=
"text-align: left;"
><button
class=
"btn btn-primary"
ng-click=
"uploadXml()"
>
上传
</button></td>
</tr>
</tr>
...
@@ -48,7 +53,7 @@
...
@@ -48,7 +53,7 @@
</div>
</div>
</div>
</div>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<strong
class=
"box-header"
>
制证
信息查询
</strong>
<strong
class=
"box-header"
>
制证
包管理
</strong>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<div
class=
"box-primary"
style=
"padding: 15px;padding-top: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<tr>
...
@@ -82,7 +87,7 @@
...
@@ -82,7 +87,7 @@
<th>
NO.
</th>
<th>
NO.
</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>
...
...
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