|
@@ -1026,8 +1026,8 @@
|
|
|
</tr>
|
|
|
<tr th:if="${isCzy} == '1' and ${curTaskName}=='1'" height='35' class='x21 tr_first_ber' style='mso-height-source:userset;height:18.95pt' id='r32'>
|
|
|
<td colspan='3' rowspan='2' height='48' class='x23' style='border-right:1pt solid windowtext;border-bottom:1pt solid windowtext;height:36.4pt;'>备注</td>
|
|
|
- <td colspan='30' rowspan='2' height='48' class='x24' style='border-right:1pt solid windowtext;border-bottom:1pt solid windowtext;height:36.4pt;color: green'>
|
|
|
- <textarea maxLength="100" class="layui-icon" placeholder="请在此输入备注,最多输入100字" id="comment" style="width: 100%;padding-left:10px;margin-top: 2px; border: none;overflow-y: visible;text-align: center; height: 100%;color: green" th:text="${comment}"></textarea>
|
|
|
+ <td colspan='30' rowspan='2' height='48' class='x24' style='border-right:1pt solid windowtext;border-bottom:1pt solid windowtext;height:36.4pt;'>
|
|
|
+ <textarea maxLength="400" class="layui-icon" placeholder="请在此输入备注,最多输入400字" id="comment" style="width: 100%;padding-left:10px;margin-top: 2px; border: none;overflow-y: visible;text-align: center; height: 100%" th:text="${comment}"></textarea>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr th:if="${isCzy} != '1' or ${curTaskName}!='1'" height='25' class='x21' style='mso-height-source:userset;height:18.95pt'>
|