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
e7a77ff0
Commit
e7a77ff0
authored
May 11, 2021
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选择打印器
parent
6367295e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
historyTagPrint.js
...resources/static/views/historyTagPrint/historyTagPrint.js
+3
-2
receitp.js
src/main/resources/static/views/receitp/receitp.js
+3
-2
tagPrint.js
src/main/resources/static/views/tagPrint/tagPrint.js
+3
-2
No files found.
src/main/resources/static/views/historyTagPrint/historyTagPrint.js
View file @
e7a77ff0
...
@@ -231,9 +231,10 @@ angular.module('AvatarCheck.historyTagPrint', ['ngRoute', 'AvatarCheck.http', 't
...
@@ -231,9 +231,10 @@ angular.module('AvatarCheck.historyTagPrint', ['ngRoute', 'AvatarCheck.http', 't
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 15);
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 15);
if( $scope.priterNum==100){
if( $scope.priterNum==100){
$scope.priterNum=LODOP.SELECT_PRINTER();
$scope.priterNum=LODOP.SELECT_PRINTER();
}
}
else {
// LODOP.PREVIEW();
// LODOP.PREVIEW();
LODOP.PRINT();
LODOP.PRINT();
}
})
})
};
};
...
...
src/main/resources/static/views/receitp/receitp.js
View file @
e7a77ff0
...
@@ -231,9 +231,10 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
...
@@ -231,9 +231,10 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
LODOP
.
SET_PRINT_STYLEA
(
5
,
"Vorient"
,
3
);
LODOP
.
SET_PRINT_STYLEA
(
5
,
"Vorient"
,
3
);
if
(
$scope
.
priterNum
==
100
){
if
(
$scope
.
priterNum
==
100
){
$scope
.
priterNum
=
LODOP
.
SELECT_PRINTER
();
$scope
.
priterNum
=
LODOP
.
SELECT_PRINTER
();
}
else
{
// LODOP.PREVIEW();
LODOP
.
PRINT
();
}
}
// LODOP.PREVIEW();
LODOP
.
PRINT
();
}
}
})
})
})
})
...
...
src/main/resources/static/views/tagPrint/tagPrint.js
View file @
e7a77ff0
...
@@ -261,9 +261,10 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -261,9 +261,10 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 15);
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 15);
if( $scope.priterNum==100){
if( $scope.priterNum==100){
$scope.priterNum=LODOP.SELECT_PRINTER();
$scope.priterNum=LODOP.SELECT_PRINTER();
}else {
// LODOP.PREVIEW();
LODOP.PRINT();
}
}
// LODOP.PREVIEW();
LODOP.PRINT();
});
});
};
};
});
});
...
...
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