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
9f87dfd3
Commit
9f87dfd3
authored
Mar 16, 2019
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面排版
parent
1e3db5e1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
122 additions
and
111 deletions
+122
-111
addFailed.html
src/main/resources/static/views/addFailed/addFailed.html
+3
-3
addRest.html
src/main/resources/static/views/addRest/addRest.html
+3
-3
addTag.html
src/main/resources/static/views/addTag/addTag.html
+3
-3
analysisLog.html
src/main/resources/static/views/analysisLog/analysisLog.html
+9
-6
cardProdPackage.html
...sources/static/views/cardProdPackage/cardProdPackage.html
+38
-37
cardProdUpdate.html
...resources/static/views/cardProdUpdate/cardProdUpdate.html
+4
-4
createTaskList.html
...resources/static/views/createTaskList/createTaskList.html
+1
-1
dispatchTask.html
...ain/resources/static/views/dispatchTask/dispatchTask.html
+1
-1
packageLog.html
src/main/resources/static/views/packageLog/packageLog.html
+30
-26
searchCard.html
src/main/resources/static/views/searchCard/searchCard.html
+0
-0
tagPrint.html
src/main/resources/static/views/tagPrint/tagPrint.html
+2
-2
taskListEwriting.html
src/main/resources/static/views/task/taskListEwriting.html
+1
-1
taskListPreLocating.html
...main/resources/static/views/task/taskListPreLocating.html
+1
-1
taskListPrint.html
src/main/resources/static/views/task/taskListPrint.html
+1
-1
taskListPushing.html
src/main/resources/static/views/task/taskListPushing.html
+1
-1
taskListSorting.html
src/main/resources/static/views/task/taskListSorting.html
+0
-0
xmlAndSearch.html
...ain/resources/static/views/xmlAndSearch/xmlAndSearch.html
+24
-21
No files found.
src/main/resources/static/views/addFailed/addFailed.html
View file @
9f87dfd3
...
@@ -6,16 +6,16 @@
...
@@ -6,16 +6,16 @@
</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"
>
<div
class=
"box
box
-primary"
>
<form
ng-submit=
"createInputs()"
style=
"padding-left: 15px;"
>
<form
ng-submit=
"createInputs()"
style=
"padding-left: 15px;"
>
<span
style=
"font-size:20px;"
>
废证数量:
</span>
<span
style=
"font-size:20px;"
>
废证数量:
</span>
<input
style=
"margin-top:20px;height: 30px;"
type=
"number"
ng-model=
"failedCount"
>
<input
style=
"margin-top:20px;height: 30px;"
type=
"number"
ng-model=
"failedCount"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"确定"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"确定"
>
<span
style=
"font-size:14px;color: red;"
ng-if=
"errMsglb"
>
{{errMsglb}}
</span>
<span
style=
"font-size:14px;color: red;"
ng-if=
"errMsglb"
>
{{errMsglb}}
</span>
</form>
</form>
<div
style=
"padding:
15
px;"
>
<div
style=
"padding:
7
px;"
>
<table
class=
"table table-bordered"
>
<table
class=
"table table-bordered"
>
<tr
ng-repeat=
"item in arr"
>
<tr
ng-repeat=
"item in arr"
>
<td>
{{$index+1}}
</td>
<td>
{{$index+1}}
</td>
...
...
src/main/resources/static/views/addRest/addRest.html
View file @
9f87dfd3
...
@@ -9,16 +9,16 @@
...
@@ -9,16 +9,16 @@
</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"
>
<div
class=
"box
box
-primary"
>
<form
ng-submit=
"createInputs()"
style=
"padding-left: 15px;"
>
<form
ng-submit=
"createInputs()"
style=
"padding-left: 15px;"
>
<span
style=
"font-size:20px;"
>
余证数量:
</span>
<span
style=
"font-size:20px;"
>
余证数量:
</span>
<input
style=
"margin-top:20px;height: 30px;"
type=
"number"
ng-model=
"restCount"
>
<input
style=
"margin-top:20px;height: 30px;"
type=
"number"
ng-model=
"restCount"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"确定"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"确定"
>
<span
style=
"font-size:14px;color: red;"
ng-if=
"errMsglb"
>
{{errMsglb}}
</span>
<span
style=
"font-size:14px;color: red;"
ng-if=
"errMsglb"
>
{{errMsglb}}
</span>
</form>
</form>
<form
style=
"padding:
15
px; "
name=
"form"
>
<form
style=
"padding:
7
px; "
name=
"form"
>
<ul
class=
"cl"
>
<ul
class=
"cl"
>
<li
ng-repeat=
"item in arr"
style=
"float: left;margin:0 10px 10px 0"
>
<li
ng-repeat=
"item in arr"
style=
"float: left;margin:0 10px 10px 0"
>
<input
type=
"text"
style=
"height: 34px;"
class=
"rest"
placeholder=
"请输入身份证号或受理号"
>
<input
type=
"text"
style=
"height: 34px;"
class=
"rest"
placeholder=
"请输入身份证号或受理号"
>
...
...
src/main/resources/static/views/addTag/addTag.html
View file @
9f87dfd3
...
@@ -6,16 +6,16 @@
...
@@ -6,16 +6,16 @@
</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"
>
<div
class=
"box
box
-primary"
>
<form
ng-submit=
"createInputs()"
style=
"padding-left: 15px;"
>
<form
ng-submit=
"createInputs()"
style=
"padding-left: 15px;"
>
<span
style=
"font-size:20px;"
>
证件数量:
</span>
<span
style=
"font-size:20px;"
>
证件数量:
</span>
<input
style=
"margin-top:20px;height: 30px;"
type=
"number"
ng-model=
"tagCount"
>
<input
style=
"margin-top:20px;height: 30px;"
type=
"number"
ng-model=
"tagCount"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"确定"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"确定"
>
<span
style=
"font-size:14px;color: red;"
ng-if=
"errMsglb"
>
{{errMsglb}}
</span>
<span
style=
"font-size:14px;color: red;"
ng-if=
"errMsglb"
>
{{errMsglb}}
</span>
</form>
</form>
<div
style=
"padding:
15
px;"
>
<div
style=
"padding:
7
px;"
>
<table
class=
"table table-bordered"
>
<table
class=
"table table-bordered"
>
<tr
ng-repeat=
"item in arr"
>
<tr
ng-repeat=
"item in arr"
>
<td>
{{$index+1}}
</td>
<td>
{{$index+1}}
</td>
...
...
src/main/resources/static/views/analysisLog/analysisLog.html
View file @
9f87dfd3
...
@@ -52,7 +52,8 @@
...
@@ -52,7 +52,8 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<table
class=
"table table-bordered table-hover postTable"
ng-if=
"analyseLog.length>0"
>
<div
class=
"box-info"
style=
"margin:7px;margin-top:0px;"
>
<table
class=
"table table-bordered table-hover postTable"
ng-if=
"analyseLog.length>0"
>
<thead>
<thead>
<tr>
<tr>
<th>
NO.
</th>
<th>
NO.
</th>
...
@@ -81,13 +82,15 @@
...
@@ -81,13 +82,15 @@
</tbody>
</tbody>
</table>
</table>
<div
ng-if=
"analyseLog.length==0"
class=
"box-body"
>
<div
ng-if=
"analyseLog.length==0"
class=
"box-body"
>
<h4>
暂无数据
</h4>
<h4>
暂无数据
</h4>
</div>
</div>
<div
style=
"padding-left: 27%;"
ng-if=
"analyseLog.length>0"
>
<div
style=
"padding-left: 27%;"
ng-if=
"analyseLog.length>0"
>
<tm-pagination
conf=
"paginationConf"
class=
"ul"
></tm-pagination>
<tm-pagination
conf=
"paginationConf"
class=
"ul"
></tm-pagination>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
src/main/resources/static/views/cardProdPackage/cardProdPackage.html
View file @
9f87dfd3
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,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"
>
制证信息打包
</strong>
<strong
class=
"box-header"
>
制证信息打包
</strong>
<div
class=
"box
-info
"
>
<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>
...
@@ -86,43 +86,43 @@
...
@@ -86,43 +86,43 @@
</div>
</div>
<div
class=
"box box-default"
>
<div
class=
"box box-default"
>
<strong
class=
"box-header with-border"
>
制证信息详情
</strong>
<strong
class=
"box-header with-border"
>
制证信息详情
</strong>
<div
class=
"box-info"
style=
"padding: 10px;"
>
<div
class=
"box-info"
style=
"padding: 7px; padding-top: 0px;"
>
<div
ng-if=
"packageData.length>0"
>
<div
ng-if=
"packageData.length>0"
>
<table
class=
"table table-bordered table-hover"
>
<table
class=
"table table-bordered table-hover"
>
<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>
<th>
禁用
</th>
<th>
禁用
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr
ng-repeat=
"item in packageData"
>
<tr
ng-repeat=
"item in packageData"
>
<td>
{{$index+1}}
</td>
<td>
{{$index+1}}
</td>
<td>
{{item.JMSFZSLH}}
</td>
<td>
{{item.JMSFZSLH}}
</td>
<td>
{{item.XM}}
</td>
<td>
{{item.XM}}
</td>
<td>
{{item.GMSFHM}}
</td>
<td>
{{item.GMSFHM}}
</td>
<td>
{{item.SOURCE_FILE_NAME}}
</td>
<td>
{{item.SOURCE_FILE_NAME}}
</td>
<td>
{{item.NEW_FILE_NAME}}
</td>
<td>
{{item.NEW_FILE_NAME}}
</td>
<td>
{{item.CARD_TYPE}}
</td>
<td>
{{item.CARD_TYPE}}
</td>
<td
ng-if=
"item.IS_VALID==1"
><button
class=
"btn btn-primary"
ng-click=
"updateIsValid(item.ID,0)"
>
禁用
</button></td>
<td
ng-if=
"item.IS_VALID==1"
><button
class=
"btn btn-primary"
ng-click=
"updateIsValid(item.ID,0)"
>
禁用
</button></td>
<td
ng-if=
"item.IS_VALID==0"
><button
class=
"btn btn-info"
ng-click=
"updateIsValid(item.ID,1)"
>
启用
</button></td>
<td
ng-if=
"item.IS_VALID==0"
><button
class=
"btn btn-info"
ng-click=
"updateIsValid(item.ID,1)"
>
启用
</button></td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<p
style=
"color:#9f191f;"
><span
style=
"margin-right: 15px;"
>
普通证:{{simpleCardCount}}
</span><span
style=
"margin-right: 15px;"
>
邮寄证:{{postCardCount}}
</span><span>
禁用数:{{forbiddenCount}}
</span></p>
<p
style=
"color:#9f191f;"
><span
style=
"margin-right: 15px;"
>
普通证:{{simpleCardCount}}
</span><span
style=
"margin-right: 15px;"
>
邮寄证:{{postCardCount}}
</span><span>
禁用数:{{forbiddenCount}}
</span></p>
<div
style=
"padding-left: 27%;"
>
<div
style=
"padding-left: 27%;"
>
<tm-pagination
conf=
"paginationConf"
class=
"ul"
></tm-pagination>
<tm-pagination
conf=
"paginationConf"
class=
"ul"
></tm-pagination>
</div>
</div>
</div>
<h4
ng-if=
"packageData.length==0"
>
暂无记录。
</h4>
</div>
</div>
<h4
ng-if=
"packageData.length==0"
>
暂无记录。
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/static/views/cardProdUpdate/cardProdUpdate.html
View file @
9f87dfd3
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,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"
>
制证信息管理
</strong>
<strong
class=
"box-header"
>
制证信息管理
</strong>
<div
class=
"box
-info
"
>
<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>
...
@@ -81,8 +81,8 @@
...
@@ -81,8 +81,8 @@
</div>
</div>
<div
class=
"box box-default"
>
<div
class=
"box box-default"
>
<strong
class=
"box-header with-border"
>
查询结果
</strong>
<strong
class=
"box-header with-border"
>
制证信息详情
</strong>
<div
class=
"box-info"
style=
"padding:
1
0px;"
>
<div
class=
"box-info"
style=
"padding:
7px;padding-top:
0px;"
>
<table
class=
"table table-bordered table-hover"
ng-if=
"xmlDatas.length>0"
>
<table
class=
"table table-bordered table-hover"
ng-if=
"xmlDatas.length>0"
>
<thead>
<thead>
<tr>
<tr>
...
...
src/main/resources/static/views/createTaskList/createTaskList.html
View file @
9f87dfd3
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<!-- /.col -->
<!-- /.col -->
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box"
>
<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"
>
...
...
src/main/resources/static/views/dispatchTask/dispatchTask.html
View file @
9f87dfd3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<!-- /.col -->
<!-- /.col -->
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box "
>
<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"
>
...
...
src/main/resources/static/views/packageLog/packageLog.html
View file @
9f87dfd3
...
@@ -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: 15
px;padding-top: 0;"
>
<div
class=
"box
box-primary"
style=
"padding: 7
px;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>
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</td>
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
生成时间:
生成时间:
...
@@ -65,33 +65,37 @@
...
@@ -65,33 +65,37 @@
</td>
</td>
<td><button
class=
"btn btn-primary"
ng-click=
"getPackageLog()"
>
查询
</button></td>
<td><button
class=
"btn btn-primary"
ng-click=
"getPackageLog()"
>
查询
</button></td>
</tr>
</tr>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
class=
"box box-default"
>
<strong
class=
"box-header with-border"
>
打包信息详情
</strong>
<div
class=
"box-info"
style=
"padding: 7px;padding-top: 0px;"
>
<table
class=
"table table-bordered table-hover postTable"
ng-if=
"packageLogData.length>0"
>
<table
class=
"table table-bordered table-hover postTable"
ng-if=
"packageLogData.length>0"
>
<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>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr
ng-repeat=
"item in packageLogData"
>
<tr
ng-repeat=
"item in packageLogData"
>
<td>
{{$index+1}}
</td>
<td>
{{$index+1}}
</td>
<td>
{{item.NEW_FILE_NAME}}
</td>
<td>
{{item.NEW_FILE_NAME}}
</td>
<td>
{{item.CREATE_DATE | myDateFilter}}
</td>
<td>
{{item.CREATE_DATE | myDateFilter}}
</td>
<td>
{{item.RECORD_NUMBER}}
</td>
<td>
{{item.RECORD_NUMBER}}
</td>
<td>
{{item.DWDM}}
</td>
<td>
{{item.DWDM}}
</td>
<td>
{{item.DWMC}}
</td>
<td>
{{item.DWMC}}
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<div
ng-if=
"packageLogData.length==0"
class=
"box-body"
>
<div
ng-if=
"packageLogData.length==0"
class=
"box-body"
>
<h4>
暂无数据
</h4>
<h4>
暂无数据
</h4>
</div>
</div>
<div
style=
"padding-left: 27%;"
ng-if=
"packageLogData.length>0"
>
<div
style=
"padding-left: 27%;"
ng-if=
"packageLogData.length>0"
>
<tm-pagination
conf=
"paginationConf"
class=
"ul"
></tm-pagination>
<tm-pagination
conf=
"paginationConf"
class=
"ul"
></tm-pagination>
...
...
src/main/resources/static/views/searchCard/searchCard.html
View file @
9f87dfd3
This diff is collapsed.
Click to expand it.
src/main/resources/static/views/tagPrint/tagPrint.html
View file @
9f87dfd3
...
@@ -13,11 +13,11 @@
...
@@ -13,11 +13,11 @@
</style>
</style>
<section
class=
"content row"
>
<section
class=
"content row"
>
<div
class=
"col-md-12 no-padding"
style=
"margin-top:20px;"
>
<div
class=
"col-md-12 no-padding"
style=
"margin-top:20px;"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box"
>
<div
class=
"box-header with-border"
>
<div
class=
"box-header with-border"
>
<strong
>
封条标签
</strong>
<strong
>
封条标签
</strong>
</div>
</div>
<div
class=
"box
-info"
style=
"padding: 15
px;padding-top: 0;"
>
<div
class=
"box
box-primary"
style=
"padding: 7
px;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%"
style=
"text-align: center;vertical-align: middle!important;"
>
身份证号:
</td>
<td
width=
"10%"
style=
"text-align: center;vertical-align: middle!important;"
>
身份证号:
</td>
...
...
src/main/resources/static/views/task/taskListEwriting.html
View file @
9f87dfd3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<!-- /.col -->
<!-- /.col -->
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box"
>
<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"
>
...
...
src/main/resources/static/views/task/taskListPreLocating.html
View file @
9f87dfd3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<!-- /.col -->
<!-- /.col -->
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box"
>
<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"
>
...
...
src/main/resources/static/views/task/taskListPrint.html
View file @
9f87dfd3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<!-- /.col -->
<!-- /.col -->
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box"
>
<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"
>
...
...
src/main/resources/static/views/task/taskListPushing.html
View file @
9f87dfd3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<!-- /.col -->
<!-- /.col -->
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"box
box-primary
"
>
<div
class=
"box"
>
<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"
>
...
...
src/main/resources/static/views/task/taskListSorting.html
View file @
9f87dfd3
This diff is collapsed.
Click to expand it.
src/main/resources/static/views/xmlAndSearch/xmlAndSearch.html
View file @
9f87dfd3
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,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"
>
<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
width=
"15%"
>
选择XML文件:
</td>
<td
width=
"15%"
>
选择XML文件:
</td>
...
@@ -48,26 +48,27 @@
...
@@ -48,26 +48,27 @@
</table>
</table>
</div>
</div>
</div>
</div>
<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
width=
"15%"
>
XML导入时间:
</td>
<td
width=
"15%"
>
XML导入时间:
</td>
<td
colspan=
"2"
width=
"35%"
>
<td
colspan=
"2"
width=
"35%"
>
<div
class=
"input-group date"
style=
"width: 65%"
>
<div
class=
"input-group date"
style=
"width: 65%"
>
<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
style=
"text-align: left;"
>
<td
style=
"text-align: left;"
>
<button
class=
"btn btn-primary"
ng-click=
"getXmlPackage()"
>
查询
</button>
<button
class=
"btn btn-primary"
ng-click=
"getXmlPackage()"
>
查询
</button>
</td>
</td>
</tr>
</tr>
</table>
</table>
<table
class=
"table table-bordered table-hover postTable"
ng-if=
"xmlPackageData.length>0"
>
<div
class=
"box-info"
style=
"padding: 7px;padding-top: 0;"
>
<table
class=
"table table-bordered table-hover postTable"
ng-if=
"xmlPackageData.length>0"
>
<thead>
<thead>
<tr>
<tr>
<th>
NO.
</th>
<th>
NO.
</th>
...
@@ -101,7 +102,9 @@
...
@@ -101,7 +102,9 @@
<h4>
暂无记录。
</h4>
<h4>
暂无记录。
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
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