|
@@ -240,6 +240,9 @@ function getprinting() {
|
|
|
}).jqprint();
|
|
|
$('.foot').show()
|
|
|
// $('.hel').show()
|
|
|
+ $('#Print').css({
|
|
|
+ 'height': '100%', //高度自动
|
|
|
+ });
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -418,7 +421,7 @@ function getResult(pushInfo, textType) {
|
|
|
$(".foot").css('display', 'block')
|
|
|
}
|
|
|
} else {
|
|
|
- Toast('温馨提示:必填选项不能为空~', 500, 'warn')
|
|
|
+ Toast('温馨提示:必填选项不能为空~', 500000, 'warn')
|
|
|
}
|
|
|
})
|
|
|
$(".printing").hover(
|