|
@@ -292,6 +292,7 @@
|
|
|
}
|
|
|
var machineName = value.produceName+"/"+value.producePattern+"-"+value.produceModel;
|
|
|
$("#listid").prepend('<tr>'
|
|
|
+ +'<td class="text-c" width="50">'+machineName+'</td>'
|
|
|
+'<td class="text-c" width="100">'+value.machineBarcode+'</td>'
|
|
|
+'<td class="text-c" width="100"><div id="" onclick="print('+'\''+value.machineBarcode+'\''+','+'\''+value.machineQrcode+'\''+','+'\''+value.machineId+'\''+','+'\''+value.machineProduceType+'\''+')"><img style="width: 50px;height: 50px;" src="'+value.machineQrcode+'"></td>'
|
|
|
+'<td class="text-c" width="100">'+machineIsPrint+'</td>'
|
|
@@ -302,7 +303,6 @@
|
|
|
+'<td class="text-c" width="50">'+value.machineHardwareVersionName+'</td>'
|
|
|
+'<td class="text-c" width="50">'+value.machineSoftwareVersionName+'</td>'
|
|
|
+'<td class="text-c" width="50">'+machineIsRetreading+'</td>'
|
|
|
- +'<td class="text-c" width="50">'+machineName+'</td>'
|
|
|
+'<td class="td-manage text-c">'
|
|
|
+'<a onclick="machineLogs('+value.machineId+');" title="生产流程" href="javascript:;" class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a>'
|
|
|
+'<a onclick="print('+'\''+value.machineBarcode+'\''+','+'\''+value.machineQrcode+'\''+','+'\''+value.machineId+'\''+','+'\''+value.machineProduceType+'\''+')" title="打印" href="javascript:;" class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a>'
|