|
@@ -106,12 +106,12 @@
|
|
|
<tr>
|
|
|
<td class="width-15 active"><label class="pull-right">问题类型:</label></td>
|
|
|
<td class="width-35">
|
|
|
+ <input type="checkbox" name="favorite" value="pass8" <c:if test="${pass_construction7=='0'}">checked="checked"</c:if> onclick="return false"> 无问题
|
|
|
<input type="checkbox" name="favorite" value="pass1" <c:if test="${pass_construction2=='0'}">checked="checked"</c:if> onclick="return false"> 设计变更
|
|
|
<input type="checkbox" name="favorite" value="pass2" <c:if test="${pass_construction1=='0'}">checked="checked"</c:if> onclick="return false"> 项目关闭
|
|
|
<input type="checkbox" name="favorite" value="pass3" <c:if test="${pass_construction5=='0'}">checked="checked"</c:if> onclick="return false"> 行政政处(城区道路)
|
|
|
<input type="checkbox" name="favorite" value="pass5" <c:if test="${pass_construction3=='0'}">checked="checked"</c:if> onclick="return false"> 农村政处
|
|
|
<input type="checkbox" name="favorite" value="pass6" <c:if test="${pass_construction4=='0'}">checked="checked"</c:if> onclick="return false"> 民事政处/行政政处(公路/水利)
|
|
|
- <input type="checkbox" name="favorite" value="pass8" <c:if test="${pass_construction7=='0'}">checked="checked"</c:if> onclick="return false"> 无问题
|
|
|
<input type="checkbox" name="favorite" value="pass7" <c:if test="${pass_construction6=='0'}">checked="checked"</c:if> onclick="return false"> 人工判断
|
|
|
</td>
|
|
|
</tr>
|