Explorar o código

增加林内打印需求。

hexiugang %!s(int64=3) %!d(string=hai) anos
pai
achega
5d603ca1bf

+ 2 - 2
watero-rst-web/src/main/webapp/WEB-INF/views/pts/machine/machine_print_List.ftl

@@ -448,7 +448,7 @@
                                         '<img style="position: absolute;right: 5px;top:18px;width: 76px;height: 76px; display: none;" id="qrcodeImg" src="'+machineQrcode+'" /> ' +
                                         '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">'+ produceCreateTime +'</span>' +
                                         '</div>');
-                            } else if(produceName == "宜盾普牌反渗透净饮机 S7") {
+                            } else if(produceName == "宜盾普牌反渗透净饮机 S7" || produceName == "宜盾普牌反渗透翻新机 S7") {
                                 code128(machineBarcode);
                                 var barcodes2 = $("#bcTarget").html();
                                 $("#printlist").append(
@@ -895,7 +895,7 @@
                             '<img style="position: absolute;right: 5px;top:18px;width: 76px;height: 76px; display: none;" id="qrcodeImg" src="'+machineQrcode+'" /> ' +
                             '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">'+ produceCreateTime +'</span>' +
                             '</div>');
-                } else if(produceName === "宜盾普牌反渗透净饮机 S7") {
+                } else if(produceName === "宜盾普牌反渗透净饮机 S7" || produceName === "宜盾普牌反渗透翻新机 S7") {
                     $("#printlist").append('<div style="width: 243px;height: 120px;position: relative;">' +
                             '<span style="position: absolute;left: 10px;font-size: 14px;">宜盾普牌反渗透净饮机</span>' +
                             '<span style="position: absolute;top: 25px;left: 10px;font-size: 12px;visibility:hidden;">型号:'+producePattern+'-'+produceModel+'</span>' +