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
9359537c
Commit
9359537c
authored
Apr 26, 2021
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交接单打印排序
封签打印邮寄证封签可以不打
parent
1e3ce2dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
ReceiptMapper.java
src/main/java/com/yxproject/start/mapper/ReceiptMapper.java
+1
-1
tagPrint.js
src/main/resources/static/views/tagPrint/tagPrint.js
+6
-3
No files found.
src/main/java/com/yxproject/start/mapper/ReceiptMapper.java
View file @
9359537c
...
@@ -294,7 +294,7 @@ public interface ReceiptMapper {
...
@@ -294,7 +294,7 @@ public interface ReceiptMapper {
"left join CARD_TYPE_DIC on CARD_TYPE_DIC.CARD_TYPE_ID =RECEIPT_LIST.CARD_TYPE_ID \n"
+
"left join CARD_TYPE_DIC on CARD_TYPE_DIC.CARD_TYPE_ID =RECEIPT_LIST.CARD_TYPE_ID \n"
+
"left join PRODYD_DBA.DIC_UPLOAD_UNIT_T@PRODYD_LINK on DIC_UPLOAD_UNIT_T.UPLOAD_UNIT_NO= RECEIPT_LIST.POLICE_CODE \n"
+
"left join PRODYD_DBA.DIC_UPLOAD_UNIT_T@PRODYD_LINK on DIC_UPLOAD_UNIT_T.UPLOAD_UNIT_NO= RECEIPT_LIST.POLICE_CODE \n"
+
"left join POLICE_DIC on RECEIPT_LIST.fjdm= POLICE_DIC.POLICE_CODE "
+
"left join POLICE_DIC on RECEIPT_LIST.fjdm= POLICE_DIC.POLICE_CODE "
+
" where RECEIPT_LIST.id in (${string}) order by RECEIPT_LIST.
id
"
+
" where RECEIPT_LIST.id in (${string}) order by RECEIPT_LIST.
QR_CODE
"
+
"</script>"
)
"</script>"
)
public
List
<
Map
<
String
,
Object
>>
selectReceiptDate
(
@Param
(
"string"
)
String
string
);
public
List
<
Map
<
String
,
Object
>>
selectReceiptDate
(
@Param
(
"string"
)
String
string
);
...
...
src/main/resources/static/views/tagPrint/tagPrint.js
View file @
9359537c
...
@@ -89,7 +89,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -89,7 +89,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
$scope
.
json
.
count
=
item
.
FINISH_COUNT
;
$scope
.
json
.
count
=
item
.
FINISH_COUNT
;
$scope
.
json
.
QR_CODE
=
item
.
QR_CODE
;
$scope
.
json
.
QR_CODE
=
item
.
QR_CODE
;
$scope
.
json
.
fjmc
=
item
.
FJMC
;
$scope
.
json
.
fjmc
=
item
.
FJMC
;
$scope
.
json
.
CARD_TYPE
=
item
.
CARD_TYPE
;
$scope
.
json
.
CARD_TYPE
=
item
.
CARD_TYPE
_ID
;
$scope
.
json
.
isShow
=
item
.
show
;
$scope
.
json
.
isShow
=
item
.
show
;
getDetailListById
(
item
.
ID
);
getDetailListById
(
item
.
ID
);
};
};
...
@@ -127,7 +127,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -127,7 +127,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
if
(
data
.
state
===
1
){
if
(
data
.
state
===
1
){
$scope
.
json
.
isShow
=
false
;
$scope
.
json
.
isShow
=
false
;
getPoliceListDataNotChecked
();
getPoliceListDataNotChecked
();
getDetailListById
(
data
.
id
)
getDetailListById
(
data
.
id
)
;
for
(
var
i
=
0
;
i
<
$scope
.
tagPrintData
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
$scope
.
tagPrintData
.
length
;
i
++
){
if
(
$scope
.
tagPrintData
[
i
].
ID
===
data
.
id
){
if
(
$scope
.
tagPrintData
[
i
].
ID
===
data
.
id
){
$scope
.
tagPrintData
[
i
].
styleClass
=
"bg-info"
;
$scope
.
tagPrintData
[
i
].
styleClass
=
"bg-info"
;
...
@@ -135,10 +135,13 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -135,10 +135,13 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
}
}
}
else
if
(
data
.
state
===
2
){
}
else
if
(
data
.
state
===
2
){
MessageService
.
showAlert
(
data
.
msg
+
"复核人:"
+
data
.
checkName
+
" 复核时间:"
+
data
.
checkDate
)
MessageService
.
showAlert
(
data
.
msg
+
"复核人:"
+
data
.
checkName
+
" 复核时间:"
+
data
.
checkDate
)
getPoliceListDataNotChecked
();
getDetailListById
(
data
.
id
);
}
else
{
}
else
{
MessageService
.
showAlert
(
"无该证件的制证记录"
);
MessageService
.
showAlert
(
"无该证件的制证记录"
);
$scope
.
json
.
isShow
=
false
;
$scope
.
json
.
isShow
=
false
;
getPoliceListDataNotChecked
();
getDetailListById
(
data
.
id
);
}
}
})
})
}
}
...
...
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