增加单据打印的功能

This commit is contained in:
季圣华
2019-03-03 23:50:54 +08:00
parent 8ec87f061b
commit 5892199127
23 changed files with 161 additions and 25 deletions

View File

@@ -2132,6 +2132,13 @@
}
});
//打印单据
$("#printDepotHeadShow").off("click").on("click",function(){
var tableString = $("#depotHeadDlgShow").html();
localStorage.setItem("tableString",tableString);
window.open("../../js/print/print_form.html","location:No;status:No;help:No;dialogWidth:800px;dialogHeight:600px;scroll:auto;");
});
//初始化键盘enter事件
$(document).keydown(function(event){
//兼容 IE和firefox 事件