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
fcebf23b
Commit
fcebf23b
authored
Jul 01, 2021
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选择打印机
parent
6c28011b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
receitp.js
src/main/resources/static/views/receitp/receitp.js
+2
-1
No files found.
src/main/resources/static/views/receitp/receitp.js
View file @
fcebf23b
...
@@ -175,6 +175,7 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
...
@@ -175,6 +175,7 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
if
(
json
.
list
.
length
==
0
){
if
(
json
.
list
.
length
==
0
){
MessageService
.
showAlert
(
"请选择要打印的分局或派出所"
)
MessageService
.
showAlert
(
"请选择要打印的分局或派出所"
)
}
else
{
}
else
{
var
LODOP
=
getLodop
();
if
(
$scope
.
priterNum
==
100
){
if
(
$scope
.
priterNum
==
100
){
$scope
.
priterNum
=
LODOP
.
SELECT_PRINTER
();
$scope
.
priterNum
=
LODOP
.
SELECT_PRINTER
();
}
else
{
}
else
{
...
@@ -209,7 +210,7 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
...
@@ -209,7 +210,7 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
}
}
$timeout
(
function
()
{
$timeout
(
function
()
{
for
(
var
i
=
0
;
i
<
$scope
.
result
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
$scope
.
result
.
length
;
i
++
){
var
LODOP
=
getLodop
();
LODOP
.
SET_LICENSES
(
""
,
"15F0BE661E7F32F37491843CB2510905"
,
"C94CEE276DB2187AE6B65D56B3FC2848"
,
""
);
LODOP
.
SET_LICENSES
(
""
,
"15F0BE661E7F32F37491843CB2510905"
,
"C94CEE276DB2187AE6B65D56B3FC2848"
,
""
);
//初始化
//初始化
LODOP
.
PRINT_INIT
(
"打印交接单"
);
LODOP
.
PRINT_INIT
(
"打印交接单"
);
...
...
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