Selaa lähdekoodia

NHK的打印条码格式调整,提交内容。

xian 5 vuotta sitten
vanhempi
commit
3eac8e5c02

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

@@ -266,7 +266,7 @@
                     }else{
                         if(isGeneralQrcode == 1 || berGenerateRules == 2){
                             if(produceName === "WA-2诺米克OEM净水机" || produceName === "WB-1诺米克OEM净水机"){
-                                $("#printlist").append('<div style="width: 242px;height: 124px;position: relative;">' +
+                                $("#printlist").append('<div style="width: 242px;height: 126px;position: relative;">' +
                                         '<span style="position: absolute;left: 10px;font-size: 14px;">即热台式净水器</span>' +
                                         '<span style="position: absolute;left: 162px;font-size: 7px;"><b>&nbsp;&nbsp;&nbsp;扫&nbsp;&nbsp;码&nbsp;&nbsp;购&nbsp;&nbsp;买&nbsp;&nbsp;滤&nbsp;&nbsp;芯</b></span>' +
                                         '<span style="position: absolute;top: 25px;left: 10px;font-size: 12px;">生产日期:'+produceCreateTime+'</span>' +
@@ -515,7 +515,7 @@
             }else{
                 if(isGeneralQrcode == 1 || berGenerateRules == 2){
                     if(produceName === "WA-2诺米克OEM净水机" || produceName === "WB-1诺米克OEM净水机"){
-                        $("#printlist").append('<div style="width: 242px;height: 124px;position: relative;">' +
+                        $("#printlist").append('<div style="width: 242px;height: 126px;position: relative;">' +
                                 '<span style="position: absolute;left: 10px;font-size: 14px;">即热台式净水器</span>' +
                                 '<span style="position: absolute;left: 162px;font-size: 7px;"><b>&nbsp;&nbsp;&nbsp;扫&nbsp;&nbsp;码&nbsp;&nbsp;购&nbsp;&nbsp;买&nbsp;&nbsp;滤&nbsp;&nbsp;芯</b></span>' +
                                 '<span style="position: absolute;top: 25px;left: 10px;font-size: 12px;">生产日期:'+produceCreateTime+'</span>' +