|
@@ -205,7 +205,7 @@
|
|
'<img style="position: absolute; width: 130px;height: 128px;margin-top: 24px;" src="'+machineQrcode+'" />' +
|
|
'<img style="position: absolute; width: 130px;height: 128px;margin-top: 24px;" src="'+machineQrcode+'" />' +
|
|
'<span style="position: absolute;margin-left: 20px;margin-top: 133px;font-size: 16px;">'+machineCreateTime+'</span>' +
|
|
'<span style="position: absolute;margin-left: 20px;margin-top: 133px;font-size: 16px;">'+machineCreateTime+'</span>' +
|
|
'</div>');*/
|
|
'</div>');*/
|
|
- if(produceName === "上朵Lips系列便携声波牙刷(贝母白)" ||produceName === "上朵Lips系列便携声波牙刷(樱花粉)" ||produceName === "上朵Lips系列便携声波牙刷(幻影黑)"){
|
|
|
|
|
|
+ /*if(produceName === "上朵Lips系列便携声波牙刷(贝母白)" ||produceName === "上朵Lips系列便携声波牙刷(樱花粉)" ||produceName === "上朵Lips系列便携声波牙刷(幻影黑)"){
|
|
$("#printlist").append('<div style="width: 160px;height: 151px;position: relative;"> ' +
|
|
$("#printlist").append('<div style="width: 160px;height: 151px;position: relative;"> ' +
|
|
'<span style="position: absolute;margin-left: 13px;z-index: 99;font-size: 16px;margin-top: 2px;">产品唯一码</span>' +
|
|
'<span style="position: absolute;margin-left: 13px;z-index: 99;font-size: 16px;margin-top: 2px;">产品唯一码</span>' +
|
|
'<img style="position: absolute; width: 110px;height: 110px;margin-top: 12px;margin-left: -5px;" src="'+machineQrcode+'" />' +
|
|
'<img style="position: absolute; width: 110px;height: 110px;margin-top: 12px;margin-left: -5px;" src="'+machineQrcode+'" />' +
|
|
@@ -216,7 +216,11 @@
|
|
'<img style="position: absolute; width: 130px;height:128px;margin-top: 24px;margin-left: -20px;" src="'+machineQrcode+'" />' +
|
|
'<img style="position: absolute; width: 130px;height:128px;margin-top: 24px;margin-left: -20px;" src="'+machineQrcode+'" />' +
|
|
'<span style="position: absolute;margin-left: 0px;margin-top: 133px;font-size: 16px;">'+machineCreateTime+'</span>' +
|
|
'<span style="position: absolute;margin-left: 0px;margin-top: 133px;font-size: 16px;">'+machineCreateTime+'</span>' +
|
|
'</div>');
|
|
'</div>');
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
+ $("#printlist").append('<div style="width: 160px;height: 151px;position: relative;"> ' +
|
|
|
|
+ '<span style="position: absolute;margin-left: 13px;z-index: 99;font-size: 16px;margin-top: 2px;">产品唯一码</span>' +
|
|
|
|
+ '<img style="position: absolute; width: 110px;height: 110px;margin-top: 12px;margin-left: -5px;" src="'+machineQrcode+'" />' +
|
|
|
|
+ '</div>');
|
|
|
|
|
|
|
|
|
|
if(${machineIsPrint} == '1')
|
|
if(${machineIsPrint} == '1')
|
|
@@ -357,7 +361,7 @@
|
|
var produceModel = produce.produceModel; //获取产品型号后两位
|
|
var produceModel = produce.produceModel; //获取产品型号后两位
|
|
var produceName = produce.produceName; //获取产品名称
|
|
var produceName = produce.produceName; //获取产品名称
|
|
var produceBrand = produce.produceBrand; //获取品牌字母
|
|
var produceBrand = produce.produceBrand; //获取品牌字母
|
|
- if(produceName === "上朵Lips系列便携声波牙刷(贝母白)" || produceName === "上朵Lips系列便携声波牙刷(樱花粉)" || produceName === "上朵Lips系列便携声波牙刷(幻影黑)"){
|
|
|
|
|
|
+ /*if(produceName === "上朵Lips系列便携声波牙刷(贝母白)" || produceName === "上朵Lips系列便携声波牙刷(樱花粉)" || produceName === "上朵Lips系列便携声波牙刷(幻影黑)"){
|
|
$("#printlist").append('<div style="width: 160px;height: 154px;position: relative;"> ' +
|
|
$("#printlist").append('<div style="width: 160px;height: 154px;position: relative;"> ' +
|
|
'<span style="position: absolute;margin-left: 15px;z-index: 99;font-size: 16px;margin-top: 2px;">产品唯一码</span>' +
|
|
'<span style="position: absolute;margin-left: 15px;z-index: 99;font-size: 16px;margin-top: 2px;">产品唯一码</span>' +
|
|
'<img style="position: absolute; width: 110px;height: 110px;margin-top: 12px;" src="'+machineQrcode+'" />' +
|
|
'<img style="position: absolute; width: 110px;height: 110px;margin-top: 12px;" src="'+machineQrcode+'" />' +
|
|
@@ -368,7 +372,11 @@
|
|
'<img style="position: absolute; width: 130px;height:128px;margin-top: 24px;margin-left: -20px;" src="'+machineQrcode+'" />' +
|
|
'<img style="position: absolute; width: 130px;height:128px;margin-top: 24px;margin-left: -20px;" src="'+machineQrcode+'" />' +
|
|
'<span style="position: absolute;margin-left: 0px;margin-top: 133px;font-size: 16px;">'+machineCreateTime+'</span>' +
|
|
'<span style="position: absolute;margin-left: 0px;margin-top: 133px;font-size: 16px;">'+machineCreateTime+'</span>' +
|
|
'</div>');
|
|
'</div>');
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
+ $("#printlist").append('<div style="width: 160px;height: 154px;position: relative;"> ' +
|
|
|
|
+ '<span style="position: absolute;margin-left: 15px;z-index: 99;font-size: 16px;margin-top: 2px;">产品唯一码</span>' +
|
|
|
|
+ '<img style="position: absolute; width: 110px;height: 110px;margin-top: 12px;" src="'+machineQrcode+'" />' +
|
|
|
|
+ '</div>');
|
|
if(${machineIsPrint} == '1')
|
|
if(${machineIsPrint} == '1')
|
|
{
|
|
{
|
|
updatePrint(machineBarcode,false);
|
|
updatePrint(machineBarcode,false);
|