|
@@ -21,7 +21,36 @@
|
|
|
|
|
|
|
|
|
|
$("#agree").click(function () {
|
|
$("#agree").click(function () {
|
|
- jp.prompt("同意, 审批意见", function (message) {
|
|
|
|
|
|
+ // var ii=document.getElementById("tuser").value;
|
|
|
|
+ var tuser = $("#tuserName").val();
|
|
|
|
+ console.log(tuser);
|
|
|
|
+ if (tuser=="") {
|
|
|
|
+ jp.error("请选择用户");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+ var id = $("#id").val();
|
|
|
|
+ var powerLine=$("#powerLine").val();
|
|
|
|
+ var blackoutArea=$("#blackoutArea").val();
|
|
|
|
+ var projectType=$("#projectType").val();
|
|
|
|
+ var powerFailure=$("#powerFailure").val();
|
|
|
|
+ var preliminaryJudgment=$("#preliminaryJudgment").val();
|
|
|
|
+ var civilEngineering=$("#civilEngineering").val();
|
|
|
|
+ var baseType=$("#baseType").val();
|
|
|
|
+ var planApproval=$("#planApproval").val();
|
|
|
|
+ var transformationType=$("#transformationType").val();
|
|
|
|
+ var transformationEquipment=$("#transformationEquipment").val();
|
|
|
|
+ var newNamed=$("#newNamed").val();
|
|
|
|
+ var putInto=$("#putInto").val();
|
|
|
|
+ var electricalConstruction=$("#electricalConstruction").val();
|
|
|
|
+ var theAssignment=$("#theAssignment").val();
|
|
|
|
+ var automation=$("#automation").val();
|
|
|
|
+ var remote=$("#remote").val();
|
|
|
|
+ var communicationMode=$("#communicationMode").val();
|
|
|
|
+ var inSitu=$("#inSitu").val();
|
|
|
|
+ var networkCabinet=$("#networkCabinet").val();
|
|
|
|
+ var station=$("#station").val();
|
|
|
|
+
|
|
|
|
+ jp.prompt("施工交底, 审批意见", function (message) {
|
|
jp.post("${ctx}/act/task/newAudit",
|
|
jp.post("${ctx}/act/task/newAudit",
|
|
{
|
|
{
|
|
"taskId":"${construction.act.taskId}",
|
|
"taskId":"${construction.act.taskId}",
|
|
@@ -30,8 +59,29 @@
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
"flag":"manager",
|
|
"flag":"manager",
|
|
- "comment":message
|
|
|
|
-
|
|
|
|
|
|
+ "comment":message,
|
|
|
|
+ "tuser": tuser,
|
|
|
|
+ "id":id,
|
|
|
|
+ "powerLine":powerLine,
|
|
|
|
+ "blackoutArea":blackoutArea,
|
|
|
|
+ "projectType":projectType,
|
|
|
|
+ "powerFailure":powerFailure,
|
|
|
|
+ "preliminaryJudgment":preliminaryJudgment,
|
|
|
|
+ "civilEngineering":civilEngineering,
|
|
|
|
+ "baseType":baseType,
|
|
|
|
+ "planApproval":planApproval,
|
|
|
|
+ "transformationType":transformationType,
|
|
|
|
+ "transformationEquipment":transformationEquipment,
|
|
|
|
+ "newNamed":newNamed,
|
|
|
|
+ "putInto":putInto,
|
|
|
|
+ "electricalConstruction":electricalConstruction,
|
|
|
|
+ "theAssignment":theAssignment,
|
|
|
|
+ "automation":automation,
|
|
|
|
+ "remote":remote,
|
|
|
|
+ "communicationMode":communicationMode,
|
|
|
|
+ "inSitu":inSitu,
|
|
|
|
+ "networkCabinet":networkCabinet,
|
|
|
|
+ "station":station
|
|
},
|
|
},
|
|
function (data) {
|
|
function (data) {
|
|
if(data.success){
|
|
if(data.success){
|
|
@@ -39,11 +89,34 @@
|
|
jp.go("${ctx}/act/task/todo")
|
|
jp.go("${ctx}/act/task/todo")
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- })
|
|
|
|
|
|
+ });
|
|
})
|
|
})
|
|
|
|
|
|
$("#agree2").click(function () {
|
|
$("#agree2").click(function () {
|
|
- jp.prompt("同意, 审批意见", function (message) {
|
|
|
|
|
|
+ // var ii=document.getElementById("tuser").value;
|
|
|
|
+ var id = $("#id").val();
|
|
|
|
+ var powerLine=$("#powerLine").val();
|
|
|
|
+ var blackoutArea=$("#blackoutArea").val();
|
|
|
|
+ var projectType=$("#projectType").val();
|
|
|
|
+ var powerFailure=$("#powerFailure").val();
|
|
|
|
+ var preliminaryJudgment=$("#preliminaryJudgment").val();
|
|
|
|
+ var civilEngineering=$("#civilEngineering").val();
|
|
|
|
+ var baseType=$("#baseType").val();
|
|
|
|
+ var planApproval=$("#planApproval").val();
|
|
|
|
+ var transformationType=$("#transformationType").val();
|
|
|
|
+ var transformationEquipment=$("#transformationEquipment").val();
|
|
|
|
+ var newNamed=$("#newNamed").val();
|
|
|
|
+ var putInto=$("#putInto").val();
|
|
|
|
+ var electricalConstruction=$("#electricalConstruction").val();
|
|
|
|
+ var theAssignment=$("#theAssignment").val();
|
|
|
|
+ var automation=$("#automation").val();
|
|
|
|
+ var remote=$("#remote").val();
|
|
|
|
+ var communicationMode=$("#communicationMode").val();
|
|
|
|
+ var inSitu=$("#inSitu").val();
|
|
|
|
+ var networkCabinet=$("#networkCabinet").val();
|
|
|
|
+ var station=$("#station").val();
|
|
|
|
+
|
|
|
|
+ jp.prompt("经理交底, 审批意见", function (message) {
|
|
jp.post("${ctx}/act/task/newAudit",
|
|
jp.post("${ctx}/act/task/newAudit",
|
|
{
|
|
{
|
|
"taskId":"${construction.act.taskId}",
|
|
"taskId":"${construction.act.taskId}",
|
|
@@ -52,8 +125,28 @@
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
"flag":"company",
|
|
"flag":"company",
|
|
- "comment":message
|
|
|
|
-
|
|
|
|
|
|
+ "comment":message,
|
|
|
|
+ "id":id,
|
|
|
|
+ "powerLine":powerLine,
|
|
|
|
+ "blackoutArea":blackoutArea,
|
|
|
|
+ "projectType":projectType,
|
|
|
|
+ "powerFailure":powerFailure,
|
|
|
|
+ "preliminaryJudgment":preliminaryJudgment,
|
|
|
|
+ "civilEngineering":civilEngineering,
|
|
|
|
+ "baseType":baseType,
|
|
|
|
+ "planApproval":planApproval,
|
|
|
|
+ "transformationType":transformationType,
|
|
|
|
+ "transformationEquipment":transformationEquipment,
|
|
|
|
+ "newNamed":newNamed,
|
|
|
|
+ "putInto":putInto,
|
|
|
|
+ "electricalConstruction":electricalConstruction,
|
|
|
|
+ "theAssignment":theAssignment,
|
|
|
|
+ "automation":automation,
|
|
|
|
+ "remote":remote,
|
|
|
|
+ "communicationMode":communicationMode,
|
|
|
|
+ "inSitu":inSitu,
|
|
|
|
+ "networkCabinet":networkCabinet,
|
|
|
|
+ "station":station
|
|
},
|
|
},
|
|
function (data) {
|
|
function (data) {
|
|
if(data.success){
|
|
if(data.success){
|
|
@@ -61,9 +154,10 @@
|
|
jp.go("${ctx}/act/task/todo")
|
|
jp.go("${ctx}/act/task/todo")
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- })
|
|
|
|
|
|
+ });
|
|
})
|
|
})
|
|
|
|
|
|
|
|
+
|
|
$("#reject").click(function () {
|
|
$("#reject").click(function () {
|
|
jp.prompt("驳回, 审批意见", function (message) {
|
|
jp.prompt("驳回, 审批意见", function (message) {
|
|
jp.post("${ctx}/act/task/newAudit",
|
|
jp.post("${ctx}/act/task/newAudit",
|
|
@@ -121,51 +215,198 @@
|
|
<%--<h3>${oALeave.act.taskName}</h3>--%>
|
|
<%--<h3>${oALeave.act.taskName}</h3>--%>
|
|
</div>
|
|
</div>
|
|
<form:form id="inputForm" modelAttribute="construction" action="${ctx}/managementcenter/activiti/save" method="post" class="form-horizontal">
|
|
<form:form id="inputForm" modelAttribute="construction" action="${ctx}/managementcenter/activiti/save" method="post" class="form-horizontal">
|
|
- <form:hidden path="id"/>
|
|
|
|
- <div class="form-group">
|
|
|
|
- <label class="col-sm-2 control-label"><font color="red">*</font>申请人:</label>
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
- ${fns:unescapeHtml(construction.userName)}
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <hr>
|
|
|
|
- <div class="form-group">
|
|
|
|
- <label class="col-sm-2 control-label"><font color="red">*</font>归属用户:</label>
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
- <sys:userselect id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"
|
|
|
|
- cssClass="form-control required"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <hr>
|
|
|
|
- <div class="form-group">
|
|
|
|
- <label class="col-sm-2 control-label"><font color="red">*</font>项目号:</label>
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
- ${fns:unescapeHtml(construction.projectId)}
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <hr>
|
|
|
|
- <div class="form-group">
|
|
|
|
- <label class="col-sm-2 control-label"><font color="red">*</font>项目名称:</label>
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
- ${fns:unescapeHtml(construction.projectName)}
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <hr>
|
|
|
|
- <div class="form-group">
|
|
|
|
- <label class="col-sm-2 control-label"><font color="red">*</font>接收图纸时间:</label>
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
- <fmt:formatDate value="${construction.acceptDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <hr>
|
|
|
|
- <div class="form-group">
|
|
|
|
- <label class="col-sm-2 control-label"><font color="red">*</font>备注说明:</label>
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
- ${fns:unescapeHtml(construction.examineDate)}
|
|
|
|
-<%-- <fmt:formatDate value="${construction.examineDate}" pattern="yyyy-MM-dd HH:mm:ss"/>--%>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <hr>
|
|
|
|
|
|
+ <form:hidden id="id" path="id"/>
|
|
|
|
+ <table class="table table-bordered">
|
|
|
|
+ <tbody>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>申请人:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ ${fns:unescapeHtml(construction.userName)}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>审核人:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <sys:userselect id="tuser" name="tuser.id" value="${construction.tuser.id}" labelName="tuser.name" labelValue="${construction.tuser.name}"
|
|
|
|
+ cssClass="form-control required"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">项目号:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ ${fns:unescapeHtml(construction.projectId)}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">项目名称:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ ${fns:unescapeHtml(construction.projectName)}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">接收图纸时间:</label></td>
|
|
|
|
+ <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">
|
|
|
|
+ ${fns:unescapeHtml(construction.examineDate)}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">停电线路:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <input type='text' id="powerLine" name="powerLine" class="form-control required" value="${construction.powerLine}"/>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>停电范围(中间统一用中文分号):</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <input type='text' id='blackoutArea' name="blackoutArea" class="form-control required" value="${construction.blackoutArea}"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">项目类型:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="projectType" path="projectType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="配变改造">配变改造</form:option>
|
|
|
|
+ <form:option value="配变新增">配变新增</form:option>
|
|
|
|
+ <form:option value="电缆项目">电缆项目</form:option>
|
|
|
|
+ <form:option value="杆线项目">杆线项目</form:option>
|
|
|
|
+ <form:option value="混合项目">混合项目</form:option>
|
|
|
|
+ <form:option value="纯自动化">纯自动化</form:option>
|
|
|
|
+ <form:option value="纯土建">纯土建</form:option>
|
|
|
|
+ <form:option value="井盖维修">井盖维修</form:option>
|
|
|
|
+ <form:option value="环网柜更换">环网柜更换</form:option>
|
|
|
|
+ <form:option value="箱变更换">箱变更换</form:option>
|
|
|
|
+ <form:option value="其他特殊类">其他特殊类</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>政处初步判断:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="preliminaryJudgment" path="preliminaryJudgment" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="行政政处">行政政处</form:option>
|
|
|
|
+ <form:option value="民事政处">民事政处</form:option>
|
|
|
|
+ <form:option value="农村政处">农村政处</form:option>
|
|
|
|
+ <form:option value="无">无</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">是否含土建(不含钢管杆):</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="civilEngineering" path="civilEngineering" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="可能有土建">可能有土建</form:option>
|
|
|
|
+ <form:option value="无土建">无土建</form:option>
|
|
|
|
+ <form:option value="含土建">含土建</form:option>
|
|
|
|
+ <form:option value="纯土建">纯土建</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>钢管杆基础类型:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="baseType" path="baseType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="无">无</form:option>
|
|
|
|
+ <form:option value="压桩">压桩</form:option>
|
|
|
|
+ <form:option value="灌注桩">灌注桩</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">是否需要规划报批(150米及以上土建):</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="planApproval" path="planApproval" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="是">是</form:option>
|
|
|
|
+ <form:option value="否">否</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备改造类型:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="transformationType" path="transformationType" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="无">无</form:option>
|
|
|
|
+ <form:option value="环网柜">环网柜</form:option>
|
|
|
|
+ <form:option value="箱变">箱变</form:option>
|
|
|
|
+ <form:option value="干变">干变</form:option>
|
|
|
|
+ <form:option value="其他">其他</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">改造设备尺寸及间隔数:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <input type='text' id='transformationEquipment' name="transformationEquipment" class="form-control required" value="${construction.transformationEquipment}"/>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否含新设备命名:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="newNamed" path="newNamed" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="是">是</form:option>
|
|
|
|
+ <form:option value="否">否</form:option>
|
|
|
|
+ </form:select>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">是否含变电站新间隔投运:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="putInto" path="putInto" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="是">是</form:option>
|
|
|
|
+ <form:option value="否">否</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否含非涉电电气施工:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="electricalConstruction" path="electricalConstruction" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="是">是</form:option>
|
|
|
|
+ <form:option value="否">否</form:option>
|
|
|
|
+ </form:select>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">图纸标注的带电作业情况:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="theAssignment" path="theAssignment" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="带电作业">带电作业</form:option>
|
|
|
|
+ <form:option value="停电作业">停电作业</form:option>
|
|
|
|
+ <form:option value="非涉电作业">非涉电作业</form:option>
|
|
|
|
+ <form:option value="未标注">未标注</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否含自动化:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="automation" path="automation" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="是">是</form:option>
|
|
|
|
+ <form:option value="否">否</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">二遥或三遥:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="remote" path="remote" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="二遥">二遥</form:option>
|
|
|
|
+ <form:option value="三遥">三遥</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>通信方式:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="communicationMode" path="communicationMode" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="光纤">光纤</form:option>
|
|
|
|
+ <form:option value="公网">公网</form:option>
|
|
|
|
+ <form:option value="专网">专网</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">柱开集中或就地:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <div>
|
|
|
|
+ <form:select id="inSitu" path="inSitu" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="集中">集中</form:option>
|
|
|
|
+ <form:option value="就地">就地</form:option>
|
|
|
|
+ </form:select>
|
|
|
|
+ </div> </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>环网柜DTU户外或户内:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="networkCabinet" path="networkCabinet" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="户外">户外</form:option>
|
|
|
|
+ <form:option value="户内">户内</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">站房DTU:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <input type='text' id='station' name="station" class="form-control required" value="${construction.station}"/>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否为停电打包项目:</label></td>
|
|
|
|
+ <td class="width-35">
|
|
|
|
+ <form:select id="powerFailure" path="powerFailure" htmlEscape="false" maxlength="100" class=" form-control">
|
|
|
|
+ <form:option value="是">是</form:option>
|
|
|
|
+ <form:option value="否">否</form:option>
|
|
|
|
+ </form:select> </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
</form:form>
|
|
</form:form>
|
|
|
|
|
|
|
|
|
|
@@ -174,8 +415,8 @@
|
|
<div class="col-sm-3"></div>
|
|
<div class="col-sm-3"></div>
|
|
<div class="col-sm-6">
|
|
<div class="col-sm-6">
|
|
<div class="form-group text-center">
|
|
<div class="form-group text-center">
|
|
- <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="施工单位" />
|
|
|
|
- <input id="agree2" class="btn btn-primary btn-lg btn-parsley" type="submit" value="项目经理" />
|
|
|
|
|
|
+ <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="施工单位技术交底" />
|
|
|
|
+ <input id="agree2" class="btn btn-primary btn-lg btn-parsley" type="submit" value="项目经理技术交底" />
|
|
<input id="reject" class="btn btn-danger btn-lg btn-parsley" type="submit" value="驳 回" />
|
|
<input id="reject" class="btn btn-danger btn-lg btn-parsley" type="submit" value="驳 回" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|