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
33bc4a52
Commit
33bc4a52
authored
Jan 06, 2021
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
2954d1e4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
PersonPostMapper.java
...ain/java/com/yxproject/start/mapper/PersonPostMapper.java
+1
-1
service.js
src/main/resources/static/js/service.js
+0
-1
utils.js
src/main/resources/static/js/utils.js
+9
-3
uploadExcelAndSearch.html
...atic/views/uploadExcelAndSearch/uploadExcelAndSearch.html
+1
-1
No files found.
src/main/java/com/yxproject/start/mapper/PersonPostMapper.java
View file @
33bc4a52
...
@@ -51,7 +51,7 @@ public interface PersonPostMapper {
...
@@ -51,7 +51,7 @@ public interface PersonPostMapper {
" <when test='getToCounty!=\"\"'> and PERSON_POST.GET_TO_COUNTY in ( ${getToCounty}) </when>"
+
" <when test='getToCounty!=\"\"'> and PERSON_POST.GET_TO_COUNTY in ( ${getToCounty}) </when>"
+
" <when test='startDate!=\"\"'> and subStr(FILE_NAME_DIC.UPLOAD_DATE,0,8) between ${startDate} and ${endDate} </when>"
+
" <when test='startDate!=\"\"'> and subStr(FILE_NAME_DIC.UPLOAD_DATE,0,8) between ${startDate} and ${endDate} </when>"
+
" <when test='printDate!=\"\"'> and to_char(PERSON_POST.print_Date,'yyyyMMdd') = ${printDate} </when>"
+
" <when test='printDate!=\"\"'> and to_char(PERSON_POST.print_Date,'yyyyMMdd') = ${printDate} </when>"
+
"order by
PERSON_POST.id
) "
+
"order by
substr(PERSON_POST.first_white,10,13)
) "
+
"A"
+
"A"
+
")"
+
")"
+
"WHERE RN BETWEEN ${pageSize} AND ${firstIndex}"
+
"WHERE RN BETWEEN ${pageSize} AND ${firstIndex}"
+
...
...
src/main/resources/static/js/service.js
View file @
33bc4a52
...
@@ -1904,7 +1904,6 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
...
@@ -1904,7 +1904,6 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
})
})
},
},
loadCertificationDiagram
:
function
(
date
,
success
,
failed
)
{
loadCertificationDiagram
:
function
(
date
,
success
,
failed
)
{
console
.
log
(
date
);
$http
({
method
:
'post'
,
$http
({
method
:
'post'
,
url
:
"../Cartogram/findCardDetailedList"
+
urlTimeStamp
(),
url
:
"../Cartogram/findCardDetailedList"
+
urlTimeStamp
(),
data
:
date
data
:
date
...
...
src/main/resources/static/js/utils.js
View file @
33bc4a52
...
@@ -10,10 +10,10 @@ var urlTimeStamp = function () {
...
@@ -10,10 +10,10 @@ var urlTimeStamp = function () {
//条形统计图 建立
//条形统计图 建立
var
buildDiagramDataCheckItemRatioProv
=
function
(
labelprov
,
data
)
{
var
buildDiagramDataCheckItemRatioProv
=
function
(
labelprov
,
data
)
{
var
body
=
{
var
body
=
{
color
:
[
'#003366'
,
'#006699'
,
'#4cabce'
,
'#e5323e'
],
color
:
[
'#003366'
,
'#006699'
,
'#4cabce'
,
'#
00a65a'
,
'#
e5323e'
],
title
:
{
title
:
{
text
:
' 北京市公安局 '
+
data
.
date
+
' 年异地证制证生产情况'
,
text
:
' 北京市公安局 '
+
data
.
date
+
' 年异地证制证生产情况'
,
subtext
:
'人次数量'
subtext
:
'人次
/
数量'
},
},
//提示框组件
//提示框组件
tooltip
:
{
tooltip
:
{
...
@@ -24,7 +24,7 @@ var buildDiagramDataCheckItemRatioProv = function (labelprov, data) {
...
@@ -24,7 +24,7 @@ var buildDiagramDataCheckItemRatioProv = function (labelprov, data) {
type
:
'scroll'
,
type
:
'scroll'
,
orient
:
'horizontal'
,
orient
:
'horizontal'
,
x
:
'right'
,
x
:
'right'
,
data
:
[
'异地证'
,
'港澳'
,
'台湾'
,
'废证'
]
data
:
[
'异地证'
,
'港澳'
,
'台湾'
,
'
个人邮寄'
,
'
废证'
]
},
},
//拖拽时,是否实时更新。
//拖拽时,是否实时更新。
calculable
:
true
,
calculable
:
true
,
...
@@ -69,6 +69,12 @@ var buildDiagramDataCheckItemRatioProv = function (labelprov, data) {
...
@@ -69,6 +69,12 @@ var buildDiagramDataCheckItemRatioProv = function (labelprov, data) {
label
:
labelprov
,
label
:
labelprov
,
data
:
data
.
tw
data
:
data
.
tw
},
},
{
name
:
'个人邮寄'
,
type
:
'bar'
,
label
:
labelprov
,
data
:
data
.
gr
},
{
{
name
:
'废证'
,
name
:
'废证'
,
type
:
'bar'
,
type
:
'bar'
,
...
...
src/main/resources/static/views/uploadExcelAndSearch/uploadExcelAndSearch.html
View file @
33bc4a52
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr
ng-repeat=
"item in postData
| orderBy:item.id
"
>
<tr
ng-repeat=
"item in postData"
>
<td>
{{$index+1}}
</td>
<td>
{{$index+1}}
</td>
<td>
{{item.orderNumber}}
</td>
<td>
{{item.orderNumber}}
</td>
<td>
{{item.waybillNumber}} -
<td>
{{item.waybillNumber}} -
...
...
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