自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-03 85d2978b3ed8bda4ebb160fa557a89ef101567a5
src/main/webapp/static/js/trayCode/trayCode.js
@@ -112,6 +112,9 @@
                    content: $('#print-windows'),
                    success: function(layero, index){
                        layer.iframeAuto(index)
                        http.post(baseUrl+"/trayCode/latest", null, function (res) {
                            $('#startNo').val(res.data);
                        })
                    },
                });
                break;
@@ -309,7 +312,7 @@
                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+200+"&height="+100;
                        } else {
                            res.data[i]["barcodeUrl"]=baseUrl+"/file/barcode/qrcode/auth?" +
                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+50+"&height="+50;
                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+400+"&height="+200;
                        }
                    }
                    var tpl = $('#trayCodeTemplate').html();