|
@@ -562,6 +562,18 @@
|
|
|
/* '<span style="position: absolute;padding-top: 100px;padding-left: -100px;" id="barcodeId">'+machineBarcode+'</span>' +*/
|
|
|
'</div>'
|
|
|
);
|
|
|
+ } else if(produceName == "美塔璞儿制冰机(MIM02a)") {
|
|
|
+ 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 {
|
|
|
$("#printlist").append('<div style="width: 243px;height: 125px;position: relative;">' +
|
|
|
'<span style="position: absolute;left: 10px;font-size: 14px;">反渗透净水机</span>' +
|
|
@@ -1130,6 +1142,15 @@
|
|
|
'<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;visibility:hidden;">'+ produceCreateTime +'</span>' +
|
|
|
'</div>');
|
|
|
+ } else if(produceName == "美塔璞儿制冰机(MIM02a)") {
|
|
|
+ code128(machineBarcode);
|
|
|
+ var barcodes2 = $("#bcTarget").html();
|
|
|
+ $("#printlist").append(
|
|
|
+ '<div style="width: 243px;height: 120px;position: relative;">' +
|
|
|
+ '<span style="padding-left: 10px;">美塔璞儿制冰机</span>' +
|
|
|
+ '<div style="position: absolute;padding-top: 25px;" id="bcTarget2" class="barcodeImg">'+barcodes2+'</div>' +
|
|
|
+ '</div>'
|
|
|
+ );
|
|
|
}else{
|
|
|
$("#printlist").append('<div style="width: 242px;height: 120px;position: relative;">' +
|
|
|
'<span style="position: absolute;left: 10px;font-size: 14px;">反渗透净水机</span>' +
|