自动化立体仓库 - WMS系统
whycq
2024-11-25 bcb19e8c93c3cabf0d8eb3ee34ed819b3c5a10ef
src/main/webapp/static/js/trayCode/trayCode.js
@@ -309,10 +309,10 @@
                    for (let i=0;i<res.data.length;i++){
                        if (data.field.type === '1') {
                            res.data[i]["barcodeUrl"]=baseUrl+"/file/barcode/qrcode/auth?" +
                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+200+"&height="+100;
                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+200+"&height="+90;
                        } else {
                            res.data[i]["barcodeUrl"]=baseUrl+"/file/barcode/qrcode/auth?" +
                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+400+"&height="+200;
                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+400+"&height="+180;
                        }
                    }
                    var tpl = $('#trayCodeTemplate').html();