Browse Source

修复报修打印

塔里木分支
hwh2023 11 months ago
parent
commit
615ec5969b
2 changed files with 25 additions and 20 deletions
  1. +12
    -10
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.cshtml
  2. +13
    -10
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.cshtml

+ 12
- 10
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.cshtml View File

@@ -253,16 +253,18 @@
tableHtml += ' <td colspan="3" valign="top" style="width:363.15pt;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt; padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' </td>';
tableHtml += ' </tr>';
tableHtml += ' <tr style="mso-yfti-irow:13;mso-yfti-lastrow:yes;height:30.0pt">';
tableHtml += ' <td valign="top" style="border:solid windowtext 1.0pt; border-top:none;padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' <p class="MsoNormal" align="center" style="text-align:center">';
tableHtml += ' <span style="font-size:14.0pt;font-family:宋体;mso-bidi-font-family:宋体">维修人签字';
tableHtml += ' </span>';
tableHtml += ' </p>';
tableHtml += ' </td>';
tableHtml += ' <td colspan="3" valign="top" style="width:363.15pt;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt; padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' </td>';
tableHtml += ' </tr>';
if(title.indexOf("待维修")>=0){
tableHtml += ' <tr style="mso-yfti-irow:13;mso-yfti-lastrow:yes;height:30.0pt">';
tableHtml += ' <td valign="top" style="border:solid windowtext 1.0pt; border-top:none;padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' <p class="MsoNormal" align="center" style="text-align:center">';
tableHtml += ' <span style="font-size:14.0pt;font-family:宋体;mso-bidi-font-family:宋体">维修人签字';
tableHtml += ' </span>';
tableHtml += ' </p>';
tableHtml += ' </td>';
tableHtml += ' <td colspan="3" valign="top" style="width:363.15pt;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt; padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' </td>';
tableHtml += ' </tr>';
}
tableHtml += ' </tbody>';
tableHtml += '</table>';
html += tableHtml;


+ 13
- 10
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.cshtml View File

@@ -239,16 +239,19 @@
tableHtml += ' <td colspan="3" valign="top" style="width:363.15pt;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt; padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' </td>';
tableHtml += ' </tr>';
tableHtml += ' <tr style="mso-yfti-irow:13;mso-yfti-lastrow:yes;height:30.0pt">';
tableHtml += ' <td valign="top" style="border:solid windowtext 1.0pt; border-top:none;padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' <p class="MsoNormal" align="center" style="text-align:center">';
tableHtml += ' <span style="font-size:14.0pt;font-family:宋体;mso-bidi-font-family:宋体">维修人签字';
tableHtml += ' </span>';
tableHtml += ' </p>';
tableHtml += ' </td>';
tableHtml += ' <td colspan="3" valign="top" style="width:363.15pt;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt; padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' </td>';
tableHtml += ' </tr>';
if(title.indexOf("待维修")>=0){
tableHtml += ' <tr style="mso-yfti-irow:13;mso-yfti-lastrow:yes;height:30.0pt">';
tableHtml += ' <td valign="top" style="border:solid windowtext 1.0pt; border-top:none;padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' <p class="MsoNormal" align="center" style="text-align:center">';
tableHtml += ' <span style="font-size:14.0pt;font-family:宋体;mso-bidi-font-family:宋体">维修人签字';
tableHtml += ' </span>';
tableHtml += ' </p>';
tableHtml += ' </td>';
tableHtml += ' <td colspan="3" valign="top" style="width:363.15pt;border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt; padding:0cm 5.4pt 0cm 5.4pt;height:67.0pt">';
tableHtml += ' </td>';
tableHtml += ' </tr>';
}
tableHtml += ' </tbody>';
tableHtml += '</table>';
//html += '<tr><td>' + b.type + '</td><td>' + b.className + '</td><td style="text-align:center">' + b.achievement + '</td></tr>';


Loading…
Cancel
Save