wangfei
2025-09-12 18b5b27959b7868c7cf7e19a7b636ffc1a494e41
UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue
@@ -154,10 +154,16 @@
    closeWebSocket(socket);
    }
    });
const showCustomAlert = (downGlassInfoList) => {
  let tableContent = '<table border="1" style="border-collapse: collapse; width: 100%;">';
  tableContent += '<tr><th style="background-color: #f2f2f2;">玻璃ID</th><th style="background-color: #f2f2f2;">膜系</th><th style="background-color: #f2f2f2;">厚度</th><th style="background-color: #f2f2f2;">宽度</th><th style="background-color: #f2f2f2;">高度</th></tr>';
  tableContent += `<tr>
    <th>${t('workOrder.glassID')}</th>
    <th>${t('workOrder.coatingtypes')}</th>
    <th>${t('workOrder.thickness')}</th>
    <th>${t('reportWork.width')}</th>
    <th>${t('reportWork.height')}</th>
  </tr>`;
  downGlassInfoList.forEach(info => {
    tableContent += `<tr>
      <td>${info.glassId}</td>