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
854cfd3d
Commit
854cfd3d
authored
Apr 20, 2020
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新搜索框页面不显示上传单位名称,邮局退回登记页面补充字段
parent
77ad65de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
confirmNotDeliveredInfo.html
...iews/confirmNotDeliveredInfo/confirmNotDeliveredInfo.html
+5
-1
saveDeliveredFailedInfo.html
...iews/saveDeliveredFailedInfo/saveDeliveredFailedInfo.html
+3
-1
searchCard.html
src/main/resources/static/views/searchCard/searchCard.html
+4
-5
No files found.
src/main/resources/static/views/confirmNotDeliveredInfo/confirmNotDeliveredInfo.html
View file @
854cfd3d
...
...
@@ -45,8 +45,10 @@
<th>
No.
</th>
<th>
正向运单号
</th>
<th>
身份证号码
</th>
<th>
身份证受理号
</th>
<th>
退回原因
</th>
<th>
登记人姓名
</th>
<th>
登记日期
</th>
<th>
登记人
</th>
<th>
备注
</th>
</tr>
</thead>
...
...
@@ -56,7 +58,9 @@
<td>
{{$index+1}}
</td>
<td>
{{item.WAYBILL_NUMBER}}
</td>
<td>
{{item.CARD_ID}}
</td>
<td>
{{item.JMSFZSLH}}
</td>
<td>
{{item.REASON}}
</td>
<td>
{{item.BACK_DATE|date:'yyyy-MM-dd'}}
</td>
<td>
{{item.REGISTER_NAME}}
</td>
<td>
{{item.NOTE}}
</td>
</tr>
...
...
src/main/resources/static/views/saveDeliveredFailedInfo/saveDeliveredFailedInfo.html
View file @
854cfd3d
...
...
@@ -104,7 +104,8 @@
<th>
正向运单号
</th>
<th>
身份证号码
</th>
<th>
退回原因
</th>
<th>
登记人姓名
</th>
<th>
登记日期
</th>
<th>
登记人
</th>
<th>
备注
</th>
<th></th>
</tr>
...
...
@@ -115,6 +116,7 @@
<td>
{{item.WAYBILL_NUMBER}}
</td>
<td>
{{item.CARD_ID}}
</td>
<td>
{{item.REASON}}
</td>
<td>
{{item.BACK_DATE|date:'yyyy-MM-dd'}}
</td>
<td>
{{item.REGISTER_NAME}}
</td>
<td>
{{item.NOTE}}
</td>
<td
ng-if=
"item.RECEIVE_DATE==null"
><button
class=
"btn btn-primary"
ng-click=
"deleteDeliveredFailedById(item.ID)"
>
删除
</button></td>
...
...
src/main/resources/static/views/searchCard/searchCard.html
View file @
854cfd3d
...
...
@@ -87,11 +87,11 @@
<td>
{{item.ID_NO}}
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td>
{{item.
SIGN_GOVT
}}
</td>
<td>
{{item.
POLICE_NAME
}}
</td>
<td>
{{item.BEGIN_DATE | myDateFilter}}
</td>
<td
ng-if=
"item.EXPIRE_DATE=='长期'"
>
{{item.EXPIRE_DATE}}
</td>
<td
ng-if=
"item.EXPIRE_DATE!='长期'"
>
{{item.EXPIRE_DATE | myDateFilter}}
</td>
<td>
{{item.
POLICE_NAME
}}
</td>
<td>
{{item.
GAJG1
}}
</td>
</tr>
</tbody>
</table>
...
...
@@ -124,7 +124,6 @@
<th>
起始有效期
</th>
<th>
终止有效期
</th>
<th>
上报受理单位
</th>
<th>
数据状态
</th>
</tr>
</thead>
<tbody>
...
...
@@ -138,11 +137,11 @@
<td>
{{item.ID_NO}}
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
<td>
{{item.
SIGN_GOVT
}}
</td>
<td>
{{item.
POLICE_NAME
}}
</td>
<td>
{{item.BEGIN_DATE | myDateFilter}}
</td>
<td
ng-if=
"item.EXPIRE_DATE=='长期'"
>
{{item.EXPIRE_DATE}}
</td>
<td
ng-if=
"item.EXPIRE_DATE!='长期'"
>
{{item.EXPIRE_DATE | myDateFilter}}
</td>
<td>
{{item.
POLICE_NAME
}}
</td>
<td>
{{item.
GAJG1
}}
</td>
<td></td>
</tr>
</tbody>
...
...
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