Browse Source

修改bug

xian 3 years ago
parent
commit
ddeee668c1

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

@@ -286,6 +286,30 @@
                                         /* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
                                         '</div>'
                                 );
+                            } else if(produceName == "熊小夕F10净饮机经典版 白色") {
+                                code128(machineBarcode);
+                                var barcodes2 = $("#bcTarget").html();
+                                $("#printlist").append(
+                                        '<div style="width: 243px;height: 120px;position: relative;">' +
+                                        '<span style="padding-left: 10px;">即热台式净饮机</span>' +
+                                        /* '<span style="position: absolute;top: 25px;left: 10px;font-size: 12px;visibility:hidden;">型号:'+producePattern+'-'+produceModel+'</span>' +
+                                         '<span style="position: absolute;top: 40px;left: 10px;font-size: 12px;visibility:hidden;">S/N</span>' +*/
+                                        '<div style="position: absolute;padding-top: 25px;" id="bcTarget2" class="barcodeImg">'+barcodes2+'</div>' +
+                                        /* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
+                                        '</div>'
+                                );
+                            } else if(produceName == "熊小夕F10净饮机经典版 天青色") {
+                                code128(machineBarcode);
+                                var barcodes2 = $("#bcTarget").html();
+                                $("#printlist").append(
+                                        '<div style="width: 243px;height: 120px;position: relative;">' +
+                                        '<span style="padding-left: 10px;">即热台式净饮机</span>' +
+                                        /* '<span style="position: absolute;top: 25px;left: 10px;font-size: 12px;visibility:hidden;">型号:'+producePattern+'-'+produceModel+'</span>' +
+                                         '<span style="position: absolute;top: 40px;left: 10px;font-size: 12px;visibility:hidden;">S/N</span>' +*/
+                                        '<div style="position: absolute;padding-top: 25px;" id="bcTarget2" class="barcodeImg">'+barcodes2+'</div>' +
+                                        /* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
+                                        '</div>'
+                                );
                             } else if(produceName == "熊小夕F10净饮机 白色") {
                                 code128(machineBarcode);
                                 var barcodes2 = $("#bcTarget").html();
@@ -718,6 +742,30 @@
                                 /* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
                                 '</div>'
                         );
+                    } else if(produceName == "熊小夕F10净饮机经典版 白色") {
+                        code128(machineBarcode);
+                        var barcodes2 = $("#bcTarget").html();
+                        $("#printlist").append(
+                                '<div style="width: 243px;height: 120px;position: relative;">' +
+                                '<span style="padding-left: 10px;">即热台式净饮机</span>' +
+                                /* '<span style="position: absolute;top: 25px;left: 10px;font-size: 12px;visibility:hidden;">型号:'+producePattern+'-'+produceModel+'</span>' +
+                                 '<span style="position: absolute;top: 40px;left: 10px;font-size: 12px;visibility:hidden;">S/N</span>' +*/
+                                '<div style="position: absolute;padding-top: 25px;" id="bcTarget2" class="barcodeImg">'+barcodes2+'</div>' +
+                                /* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
+                                '</div>'
+                        );
+                    } else if(produceName == "熊小夕F10净饮机经典版 天青色") {
+                        code128(machineBarcode);
+                        var barcodes2 = $("#bcTarget").html();
+                        $("#printlist").append(
+                                '<div style="width: 243px;height: 120px;position: relative;">' +
+                                '<span style="padding-left: 10px;">即热台式净饮机</span>' +
+                                /* '<span style="position: absolute;top: 25px;left: 10px;font-size: 12px;visibility:hidden;">型号:'+producePattern+'-'+produceModel+'</span>' +
+                                 '<span style="position: absolute;top: 40px;left: 10px;font-size: 12px;visibility:hidden;">S/N</span>' +*/
+                                '<div style="position: absolute;padding-top: 25px;" id="bcTarget2" class="barcodeImg">'+barcodes2+'</div>' +
+                                /* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
+                                '</div>'
+                        );
                     } else {
                         code128(machineBarcode);
                         var barcodes2 = $("#bcTarget").html();