|
@@ -600,17 +600,18 @@
|
|
var Url = getRootPath_web();
|
|
var Url = getRootPath_web();
|
|
console.log(Url+$("#printFilePath").val())
|
|
console.log(Url+$("#printFilePath").val())
|
|
Toast('', '打印指定网页文件');
|
|
Toast('', '打印指定网页文件');
|
|
- module_printer.print_webpage2(
|
|
|
|
|
|
+ module_printer.print_net_file(
|
|
Url+$("#printFilePath").val(),
|
|
Url+$("#printFilePath").val(),
|
|
- 1, //打印数量
|
|
|
|
- 0, //打印纸盒选择(0:使用默认纸盒,1:使用纸盒1,2:使用纸盒2,5:使用手动纸盒)
|
|
|
|
- 0, //打印纸张选择(0:A4,1:A3,2:A5)
|
|
|
|
- 1, //是否彩色打印(0:黑白打印,1:彩色打印)
|
|
|
|
- 1, //是否横向打印(0:纵向,1:横向)
|
|
|
|
- 0 //是否需要返回实际打印结果(0:不需要,1:需要
|
|
|
|
|
|
+ "doc",
|
|
|
|
+ 1, //打印数量
|
|
|
|
+ 0,//打印纸盒选择(0使用默认纸盒,1使用纸盒1,2使用纸盒2,3使用纸盒3,4使用纸盒4,5使用手动纸盒
|
|
|
|
+ 0,//选择纸张规格 0 A4 ,1 A3, 2 A5
|
|
|
|
+ 0, //选择打印色彩 0 黑白打印 1 彩色打印
|
|
|
|
+ 0,// 是否横向打印 0 纵向 1横向
|
|
|
|
+ 0,//仅支持doc、docx、pdf双面打印,默认单面打印 0否 1 是
|
|
|
|
+ 0//是否需要返回实际打印结果 0不 1 要
|
|
);
|
|
);
|
|
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
function getRootPath_web() {
|
|
function getRootPath_web() {
|
|
@@ -637,7 +638,7 @@
|
|
$("#content1").hide()
|
|
$("#content1").hide()
|
|
$("#content2").show()
|
|
$("#content2").show()
|
|
cl_openidA4photos(0, 1);
|
|
cl_openidA4photos(0, 1);
|
|
- open_light()
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
function goBackStep() {
|
|
function goBackStep() {
|
|
@@ -672,8 +673,10 @@
|
|
$("#content2").hide()
|
|
$("#content2").hide()
|
|
}
|
|
}
|
|
else{
|
|
else{
|
|
- cl_openidA4photos(0, 1);
|
|
|
|
- alert(res.msg)
|
|
|
|
|
|
+ // cl_openidA4photos(0, 1);
|
|
|
|
+ alert("智能识别未能识别该营业执照,请手动填写信息")
|
|
|
|
+ $("#content1").show()
|
|
|
|
+ $("#content2").hide()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
error:function(){
|
|
error:function(){
|
|
@@ -785,7 +788,7 @@
|
|
|
|
|
|
//材料上传--打开摄像头
|
|
//材料上传--打开摄像头
|
|
function cl_openidA4photos(size, type) {
|
|
function cl_openidA4photos(size, type) {
|
|
-
|
|
|
|
|
|
+ open_light()
|
|
var oViewport;
|
|
var oViewport;
|
|
var offsetWidth;
|
|
var offsetWidth;
|
|
var offsetHeight;
|
|
var offsetHeight;
|
|
@@ -1080,16 +1083,17 @@
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
if(code=='0'){
|
|
if(code=='0'){
|
|
|
|
+ $.modal.closeLoading()
|
|
$.modal.loading("开始打印");
|
|
$.modal.loading("开始打印");
|
|
window.setTimeout(function(){
|
|
window.setTimeout(function(){
|
|
$.modal.closeLoading()
|
|
$.modal.closeLoading()
|
|
- },2000)
|
|
|
|
|
|
+ },6000)
|
|
}
|
|
}
|
|
console.log(info)
|
|
console.log(info)
|
|
});
|
|
});
|
|
|
|
|
|
cl_openidA4photos(0, 1);
|
|
cl_openidA4photos(0, 1);
|
|
- open_light()
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|