浏览代码

打印功能修改

liujiankang 7 年之前
父节点
当前提交
81457ed647
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      watero-rst-web/src/main/webapp/WEB-INF/views/pts/machine/machine_List.ftl

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

@@ -192,7 +192,7 @@
                                 '<div style="position: absolute;left: 5px;top: 64px;height: 30px;" id="bcTarget2" class="barcodeImg">'+barcodes+'</div>' +
                                 '<span style="position: absolute;top: 85px;left: 10px;font-size: 12px;width: 116px;text-align: center;" id="barcodeId">'+machineBarcode+'</span>' +
                                 '<img style="position: absolute;right: 5px;top:18px;width: 76px;height: 76px;" id="qrcodeImg" src="'+machineQrcode+'" /> ' +
-                                '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">'+ machineNo +'</span>' +
+                                '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">NO.'+ machineNo +'</span>' +
                                 '</div>');
                     }
                     if(produceType == '' || produceType == null){
@@ -203,7 +203,7 @@
                                 '<div style="position: absolute;left: 5px;top: 64px;height: 30px;" id="bcTarget2" class="barcodeImg">'+barcodes+'</div>' +
                                 '<span style="position: absolute;top: 85px;left: 10px;font-size: 12px;width: 116px;text-align: center;" id="barcodeId">'+machineBarcode+'</span>' +
                                 '<img style="position: absolute;right: 5px;top:18px;width: 76px;height: 76px;" id="qrcodeImg" src="'+machineQrcode+'" /> ' +
-                                '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">'+ machineNo +'</span>' +
+                                '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">NO.'+ machineNo +'</span>' +
                                 '</div>');
                     }
                     if(produceType == 2){//冲奶机模板
@@ -214,7 +214,7 @@
                                 '<div style="position: absolute;left: 5px;top: 64px;height: 30px;" id="bcTarget2" class="barcodeImg">'+barcodes+'</div>' +
                                 '<span style="position: absolute;top: 85px;left: 10px;font-size: 12px;width: 116px;text-align: center;" id="barcodeId">'+machineBarcode+'</span>' +
                                 '<img style="position: absolute;right: 5px;top:18px;width: 76px;height: 76px;" id="qrcodeImg" src="'+machineQrcode+'" /> ' +
-                                '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">'+ machineNo +'</span>' +
+                                '<span style="position: absolute;right: 9px;top: 85px;font-size: 12px;">NO.'+ machineNo +'</span>' +
                                 '</div>');
                     }