|
@@ -264,12 +264,14 @@
|
|
machineType = "冲奶机";
|
|
machineType = "冲奶机";
|
|
}*/
|
|
}*/
|
|
var private = value.machineBarcode.substr(value.machineBarcode.length-4);
|
|
var private = value.machineBarcode.substr(value.machineBarcode.length-4);
|
|
|
|
+ var machineCreateTime = formatDate(value.machineCreateTime,"yyyy-MM-dd HH:mm:ss");
|
|
$("#listid").prepend('<tr class="text-c"><td width="2"> ' +
|
|
$("#listid").prepend('<tr class="text-c"><td width="2"> ' +
|
|
'<input name="checkbox" type="checkbox" value="'+value.machineBarcode+value.machineQrcode+value.machineProduceType+'" machineId="'+value.machineId+'"> ' +
|
|
'<input name="checkbox" type="checkbox" value="'+value.machineBarcode+value.machineQrcode+value.machineProduceType+'" machineId="'+value.machineId+'"> ' +
|
|
'<input type="hidden" value="'+value.machineId + 1000000 +'" id="'+value.machineBarcode + 'Id'+'"></td>' +
|
|
'<input type="hidden" value="'+value.machineId + 1000000 +'" id="'+value.machineBarcode + 'Id'+'"></td>' +
|
|
- '<td class="text-c" style="font-size: 24px" width="10">'+private+'</td>' +
|
|
|
|
|
|
+ '<td class="text-c" style="font-size: 24px" width="10">'+private+'</td>' +
|
|
'<td class="text-c" width="10">'+value.machineBarcode+'</td>' +
|
|
'<td class="text-c" width="10">'+value.machineBarcode+'</td>' +
|
|
'<td class="text-c" width="10">'+machineName+'</td>' +
|
|
'<td class="text-c" width="10">'+machineName+'</td>' +
|
|
|
|
+ '<td>'+machineCreateTime+'</td>' +
|
|
'<td class="td-manage text-c"> <a onclick="updatePrint('+value.machineBarcode+',true);" title="修改为已打印" href="javascript:;" class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a>' +
|
|
'<td class="td-manage text-c"> <a onclick="updatePrint('+value.machineBarcode+',true);" title="修改为已打印" href="javascript:;" class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a>' +
|
|
'<a onclick="barCodePrint('+value.machineBarcode+value.machineQrcode+value.machineProduceType+','+value.machineId+');" title="打印" href="javascript:;" class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a> </td></tr>');
|
|
'<a onclick="barCodePrint('+value.machineBarcode+value.machineQrcode+value.machineProduceType+','+value.machineId+');" title="打印" href="javascript:;" class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a> </td></tr>');
|
|
|
|
|