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
6fb37716
Commit
6fb37716
authored
Apr 18, 2019
by
dahai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
db790b46
74721e00
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
mybatis-config.xml
src/main/resources/mapper/config/mybatis-config.xml
+2
-1
index.html
src/main/resources/static/index.html
+0
-1
tagPrint.js
src/main/resources/static/views/tagPrint/tagPrint.js
+4
-4
No files found.
src/main/resources/mapper/config/mybatis-config.xml
View file @
6fb37716
...
@@ -6,6 +6,6 @@ PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
...
@@ -6,6 +6,6 @@ PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
<settings>
<settings>
<setting
name=
"mapUnderscoreToCamelCase"
value=
"true"
/>
<setting
name=
"mapUnderscoreToCamelCase"
value=
"true"
/>
<setting
name=
"callSettersOnNulls"
value=
"true"
/>
<setting
name=
"callSettersOnNulls"
value=
"true"
/>
<
setting
name=
"logImpl"
value=
"STDOUT_LOGGING"
/
>
<
!--<setting name="logImpl" value="STDOUT_LOGGING" />--
>
</settings>
</settings>
</configuration>
</configuration>
\ No newline at end of file
src/main/resources/static/index.html
View file @
6fb37716
...
@@ -79,7 +79,6 @@
...
@@ -79,7 +79,6 @@
<!-- Logo -->
<!-- Logo -->
<a
href=
"index.html"
class=
"logo"
style=
"line-height: 50px;"
>
<a
href=
"index.html"
class=
"logo"
style=
"line-height: 50px;"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><span><img
src=
"newTheme/dist/img/logo.jpg"
style=
"width:25px;height:25px;"
></span></span>
<!-- logo for regular state and mobile devices -->
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
>
<span
class=
"logo-lg"
>
<img
src=
"newTheme/dist/img/logo.jpg"
style=
"width:25px;height:25px;"
>
<img
src=
"newTheme/dist/img/logo.jpg"
style=
"width:25px;height:25px;"
>
...
...
src/main/resources/static/views/tagPrint/tagPrint.js
View file @
6fb37716
...
@@ -209,7 +209,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -209,7 +209,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
var LODOP = getLodop();
var LODOP = getLodop();
LODOP = getLodop(document.getElementById('LODOP1'), document.getElementById('LODOP_EM'));
LODOP = getLodop(document.getElementById('LODOP1'), document.getElementById('LODOP_EM'));
if (!LODOP) { alert("
请先安装控件!
"); return; }
if (!LODOP) { alert("
请先安装控件!
"); return; }
// LODOP.SET_LICENSES("
民软网
(
www
.
minsoft
.
cn
)
", "
158703810611011350109107113120
", "
", "");
LODOP.SET_LICENSES("", "
15
F0BE661E7F32F37491843CB2510905
", "
C94CEE276DB2187AE6B65D56B3FC2848
", "");
//初始化
//初始化
LODOP.PRINT_INIT("
打印封口签
");
LODOP.PRINT_INIT("
打印封口签
");
//设置纸张大小
//设置纸张大小
...
@@ -217,7 +217,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -217,7 +217,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
LODOP.SET_PRINT_PAGESIZE(1, "
80
mm
", "
50
mm
", "");
LODOP.SET_PRINT_PAGESIZE(1, "
80
mm
", "
50
mm
", "");
// LODOP.SET_PRINT_STYLE("
FontName
", "
黑体
");
// LODOP.SET_PRINT_STYLE("
FontName
", "
黑体
");
//设定该条形码在纸张内的位置和大小【Top, Left,Width, Height, CodeType, CodeValue】
//设定该条形码在纸张内的位置和大小【Top, Left,Width, Height, CodeType, CodeValue】
LODOP.ADD_PRINT_BARCODE(15,9, "
78
mm
", "
20
mm
", "
128
A
", $scope.json.policeCardsList[0].ACCEPT_NO.
substring(0,8
));
LODOP.ADD_PRINT_BARCODE(15,9, "
78
mm
", "
20
mm
", "
128
A
", $scope.json.policeCardsList[0].ACCEPT_NO.
toString(
));
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 14);
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 14);
LODOP.SET_PRINT_STYLEA(0, "
Alignment
", 2);
LODOP.SET_PRINT_STYLEA(0, "
Alignment
", 2);
...
@@ -238,8 +238,8 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
...
@@ -238,8 +238,8 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
LODOP.SET_PRINT_STYLEA(0, "
Alignment
", 2);
LODOP.SET_PRINT_STYLEA(0, "
Alignment
", 2);
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 15);
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 15);
//
LODOP.PREVIEW();
LODOP.PREVIEW();
LODOP.PRINT();
//
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