|
@@ -42,6 +42,7 @@
|
|
|
})
|
|
|
});
|
|
|
$("#no").click(function () {
|
|
|
+ var fullName = $("#loginName").val();
|
|
|
jp.prompt("驳回", function (message) {
|
|
|
jp.post("${ctx}/act/task/coveredTask",
|
|
|
{
|
|
@@ -50,7 +51,7 @@
|
|
|
"taskDefKey": "${construction.act.taskDefKey}",
|
|
|
"procInsId": "${construction.act.procInsId}",
|
|
|
"procDefId": "${construction.act.procDefId}",
|
|
|
- "fullName":"政策处理2",
|
|
|
+ "fullName":"项目经理",
|
|
|
"flag": "no",
|
|
|
"comment": window.encodeURI(message)
|
|
|
},
|
|
@@ -95,18 +96,19 @@
|
|
|
<td class="width-35">
|
|
|
<fmt:formatDate value="${construction.acceptDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
|
|
|
</td>
|
|
|
- <td class="width-15 active"><label class="pull-right">选择用户:</label></td>
|
|
|
- <td class="width-35">
|
|
|
- <sys:userselect roleName="配网政策处理专职" id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"
|
|
|
- loginName="loginName" loginValue="政策处理2" cssClass="form-control required"/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
<td class="width-15 active"><label class="pull-right">上传未盖章施工方案:</label></td>
|
|
|
<td class="width-35">
|
|
|
<sys:fileUpload path="pic" fileNumLimit="50" fileSizeLimit="50" value="${testPic.pic}" type="file" uploadPath="/list"></sys:fileUpload>
|
|
|
</td>
|
|
|
+ <%--<td class="width-15 active"><label class="pull-right">选择用户:</label></td>--%>
|
|
|
+ <%--<td class="width-35">--%>
|
|
|
+ <%--<sys:userselect roleName="配网政策处理专职" id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"--%>
|
|
|
+ <%--loginName="loginName" loginValue="政策处理2" cssClass="form-control required"/>--%>
|
|
|
+ <%--</td>--%>
|
|
|
</tr>
|
|
|
+ <%--<tr>--%>
|
|
|
+ <%----%>
|
|
|
+ <%--</tr>--%>
|
|
|
<tr>
|
|
|
<td class="width-15 active"><label class="pull-right">停电线路:</label></td>
|
|
|
<td class="width-35">
|
|
@@ -276,10 +278,10 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.administrationType}
|
|
|
</td>
|
|
|
- <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>
|
|
|
- <td class="width-35">
|
|
|
- ${construction.disclose.politicalProblem}
|
|
|
- </td>
|
|
|
+ <%--<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>--%>
|
|
|
+ <%--<td class="width-35">--%>
|
|
|
+ <%--${construction.disclose.politicalProblem}--%>
|
|
|
+ <%--</td>--%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="width-15 active"><label class="pull-right">前置条件:</label></td>
|
|
@@ -380,10 +382,10 @@
|
|
|
<td class="width-35">
|
|
|
${construction.disclose.administrationType}
|
|
|
</td>
|
|
|
- <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>
|
|
|
- <td class="width-35">
|
|
|
- ${construction.disclose.politicalProblem}
|
|
|
- </td>
|
|
|
+ <%--<td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>--%>
|
|
|
+ <%--<td class="width-35">--%>
|
|
|
+ <%--${construction.disclose.politicalProblem}--%>
|
|
|
+ <%--</td>--%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="width-15 active"><label class="pull-right">前置条件:</label></td>
|