客户端打印优化
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "JUSTAR",
|
"name": "JUSTAR",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "钜星科技便民问诊系统",
|
"description": "钜星科技便民问诊系统",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -159,7 +159,7 @@ let main ={
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:'版本号:2.2.1',
|
label:'版本号:2.2.2',
|
||||||
icon: respath + path.sep+ "static"+ path.sep+"images"+ path.sep+"paste.png",
|
icon: respath + path.sep+ "static"+ path.sep+"images"+ path.sep+"paste.png",
|
||||||
},]
|
},]
|
||||||
});
|
});
|
||||||
|
|||||||
@ -73,7 +73,7 @@ let print_monitor={
|
|||||||
if(err){
|
if(err){
|
||||||
log.error("获取打印机缓存失败");
|
log.error("获取打印机缓存失败");
|
||||||
}else {
|
}else {
|
||||||
if(data.length == 0){
|
if(data.search("{") == -1){
|
||||||
data = {
|
data = {
|
||||||
listPrinter: listPrinter,
|
listPrinter: listPrinter,
|
||||||
pdf_url: pdf_url
|
pdf_url: pdf_url
|
||||||
|
|||||||
Reference in New Issue
Block a user