|
@@ -63,7 +63,7 @@
|
|
|
<input name='checkbox' type='checkbox' value='${list.machineBarcode }${list.machineQrcode }${list.machineProduceType }' machineId="${list.machineId }">
|
|
|
<input type="hidden" value="${list.machineId + 1000000 }" id="${list.machineBarcode + 'Id'}">
|
|
|
</td>
|
|
|
- <td class="text-c" style="font-size: 17px" width="10">${list.machineBarcode?substring(list.machineBarcode?length-4) }</td>
|
|
|
+ <td class="text-c" style="font-size: 24px" width="10">${list.machineBarcode?substring(list.machineBarcode?length-4) }</td>
|
|
|
<td class="text-c" width="10">${list.machineBarcode }</td>
|
|
|
<td class="text-c" width="6">
|
|
|
<#if list.machineProduceType == 1>
|
|
@@ -243,7 +243,7 @@
|
|
|
$("#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 type="hidden" value="'+value.machineId + 1000000 +'" id="'+value.machineBarcode + 'Id'+'"></td>' +
|
|
|
- '<td class="text-c" style="font-size: 17px" 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">'+machineType+'</td>' +
|
|
|
'<td class="td-manage text-c"> <a onclick="updatePrint('+value.machineBarcode+');" title="修改为已打印" href="javascript:;" class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a>' +
|