Commit 92552de6 by yyq1988

优化代码

parent 583912fd
...@@ -285,12 +285,12 @@ $(document).ready(function() { ...@@ -285,12 +285,12 @@ $(document).ready(function() {
} }
function printQr(id) { function printQr(id) {
jp.loading('loading...');
try{ try{
if(!LODOP){ if(!LODOP){
initLodop(); initLodop();
} }
if(LODOP){ if(LODOP){
jp.loading('loading...');
jp.get("${ctx}/warehouse/goods/goods/printQr?goodsInfoId="+id, function (res) { jp.get("${ctx}/warehouse/goods/goods/printQr?goodsInfoId="+id, function (res) {
var list = res.body.goodsInfo.qrCodeList; var list = res.body.goodsInfo.qrCodeList;
LODOP.PRINT_INIT("打印货品"); LODOP.PRINT_INIT("打印货品");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment