|
@@ -17,7 +17,7 @@
|
|
$("#inputForm").submit();
|
|
$("#inputForm").submit();
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
@@ -71,19 +71,19 @@
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<a onclick="openDialogView('查看项目', '${ctx}/ruralProject/ruralProjectView/view?id=${list.projectId}','95%', '95%')">
|
|
<a onclick="openDialogView('查看项目', '${ctx}/ruralProject/ruralProjectView/view?id=${list.projectId}','95%', '95%')">
|
|
- <input type="text" value="${list.projectName}" maxlength="32" readonly="readonly" class="form-control"/></a>
|
|
|
|
|
|
+ <input type="text" value="${list.projectName}" readonly="readonly" class="form-control"/></a>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <input type="text" value="${list.workContractName}" maxlength="32" readonly="readonly" class="form-control"/>
|
|
|
|
|
|
+ <input type="text" value="${list.workContractName}" readonly="readonly" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
<td style="text-align:center;">
|
|
<td style="text-align:center;">
|
|
- <input type="text" value="${list.projectNum}" maxlength="32" readonly="readonly" class="form-control"/>
|
|
|
|
|
|
+ <input type="text" value="${list.projectNum}" readonly="readonly" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <input type="text" value="${list.clientName}" maxlength="32" readonly="readonly" class="form-control"/>
|
|
|
|
|
|
+ <input type="text" value="${list.clientName}" readonly="readonly" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <input type="text" value="${list.reportDataNum}" maxlength="32" readonly="readonly" class="form-control"/>
|
|
|
|
|
|
+ <input type="text" value="${list.reportDataNum}" readonly="readonly" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
<%-- <td class="text-center op-td" >--%>
|
|
<%-- <td class="text-center op-td" >--%>
|
|
<%-- {{#delBtn}}<span class="op-btn op-btn-delete" onclick="delRow(this, '#workInvoiceProjectRelationList{{idx}}')" title="删除"><i class="glyphicon glyphicon-remove"></i> 删除</span>{{/delBtn}}--%>
|
|
<%-- {{#delBtn}}<span class="op-btn op-btn-delete" onclick="delRow(this, '#workInvoiceProjectRelationList{{idx}}')" title="删除"><i class="glyphicon glyphicon-remove"></i> 删除</span>{{/delBtn}}--%>
|
|
@@ -99,4 +99,4 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
-</html>
|
|
|
|
|
|
+</html>
|