|
@@ -346,6 +346,18 @@
|
|
|
/* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
|
|
|
'</div>'
|
|
|
);
|
|
|
+ } else if(produceName == "熊小夕净水机 海外版") {
|
|
|
+ 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();
|
|
@@ -766,6 +778,18 @@
|
|
|
/* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
|
|
|
'</div>'
|
|
|
);
|
|
|
+ } else if(produceName == "熊小夕净水机 海外版") {
|
|
|
+ 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();
|