|
@@ -70,8 +70,36 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ layui.use(['table','form', 'layer'], function(){
|
|
|
|
+ var form = layui.form;
|
|
|
|
+ form.render();
|
|
|
|
|
|
-
|
|
|
|
|
|
+ var val1 = $("#s1").val();
|
|
|
|
+ if (val1 != "") {
|
|
|
|
+ if (val1 == "10") {
|
|
|
|
+ $("#ext").attr("checked",true);
|
|
|
|
+ $("#cityDiv").show();
|
|
|
|
+ $("#countyDiv").show();
|
|
|
|
+ $("#d2").hide();
|
|
|
|
+ }else{
|
|
|
|
+ $("#ext1").attr("checked",true);
|
|
|
|
+ $("#d2").show();
|
|
|
|
+ $("#cityDiv").hide();
|
|
|
|
+ $("#countyDiv").hide();
|
|
|
|
+ }
|
|
|
|
+ form.render();
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ var projectType = $("#projectTypeId").val()
|
|
|
|
+ if (projectType == "10") {
|
|
|
|
+ $("#ptDiv").show();
|
|
|
|
+ $(".overallProcessDiv").hide();
|
|
|
|
+ }else if(projectType == "19"){
|
|
|
|
+ $(".overallProcessDiv").show();
|
|
|
|
+ $("#ptDiv").hide();
|
|
|
|
+ }else {
|
|
|
|
+ $("#ptDiv").hide();
|
|
|
|
+ }
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
</head>
|
|
</head>
|
|
@@ -88,86 +116,127 @@
|
|
<form:form id="inputForm" modelAttribute="ruralProjectRecordsReported" enctype="multipart/form-data" action="${ctx}/ruralProject/ruralProjectMessage/auditSaveReported" method="post" class="form-horizontal layui-form">
|
|
<form:form id="inputForm" modelAttribute="ruralProjectRecordsReported" enctype="multipart/form-data" action="${ctx}/ruralProject/ruralProjectMessage/auditSaveReported" method="post" class="form-horizontal layui-form">
|
|
<form:hidden path="id"/>
|
|
<form:hidden path="id"/>
|
|
<form:hidden path="projectId"/>
|
|
<form:hidden path="projectId"/>
|
|
|
|
+ <input type="hidden" id="s1" value="${ruralProjectRecordsReported.s1}">
|
|
|
|
+ <input type="hidden" id="projectTypeId" value="${projectTypeId}">
|
|
|
|
|
|
<form:hidden path="workContractInfo.client.id" id="contractClientId" value="${workContractInfo.client.id}"/>
|
|
<form:hidden path="workContractInfo.client.id" id="contractClientId" value="${workContractInfo.client.id}"/>
|
|
<input type="hidden" id="flagFile" value="">
|
|
<input type="hidden" id="flagFile" value="">
|
|
-
|
|
|
|
<div class="form-group layui-row">
|
|
<div class="form-group layui-row">
|
|
- <div class="form-group-label"><h2>项目信息</h2></div>
|
|
|
|
|
|
+ <div class="form-group-label"><h2>咨询项目登记</h2></div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">咨询项目名称:</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">工程所在省份</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <input type="radio" title="本省" lay-filter="ext" name="s1" checked id="ext" value="10" disabled>
|
|
|
|
+ <input type="radio" title="外省" lay-filter="ext" name="s1" id="ext1" value="999" disabled>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6" id="d2">
|
|
|
|
+ <label class="layui-form-label double-line">工程所在省份</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <input type="text" readonly="readonly" class="form-control layui-input" value="${ruralProjectRecordsReported.county}" >
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6" id="cityDiv">
|
|
|
|
+ <label class="layui-form-label double-line">工程所在地级市</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="ProjectName" htmlEscape="false" readonly="true" class="form-control layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <input type="text" readonly="readonly" class="form-control layui-input" value="${ruralProjectRecordsReported.city}" >
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6" id="countyDiv">
|
|
|
|
+ <label class="layui-form-label double-line">工程所在区县</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <input type="text" readonly="readonly" class="form-control layui-input" value="${ruralProjectRecordsReported.county}" >
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">咨询项目负责人:</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <input type="text" readonly="readonly" class="form-control layui-input" value="${ruralProjectRecordsReported.leaderNameStr}" style="background-color: #ffffff;">
|
|
|
|
|
|
+ <label class="layui-form-label">项目编号:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input path="projectRecordId" placeholder="请输入项目编号" readonly="true" htmlEscape="false" maxlength="16" class="form-control layui-input required number"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label">投资性质:</label>
|
|
|
|
|
|
+ <label class="layui-form-label">项目名称:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="TouZiXZ" htmlEscape="false" readonly="true" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="ProjectName" placeholder="请输入项目名称" htmlEscape="false" readonly="true" class="form-control layui-input required"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">咨询项目类型:</label>
|
|
|
|
|
|
+ <label class="layui-form-label">项目分类:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="ProjectType" htmlEscape="false" readonly="true" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="projectClassify" placeholder="请输入项目名称" htmlEscape="false" readonly="true" class="form-control layui-input required"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label">合同类型:</label>
|
|
|
|
|
|
+ <label class="layui-form-label">项目标段:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input path="projectSection" htmlEscape="false" readonly="true" class="form-control layui-input" maxlength="255"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">项目代码:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input path="projectCode" htmlEscape="false" readonly="true" class="form-control layui-input required" maxlength="255"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">投资性质:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="HeTongLeiXing" htmlEscape="false" readonly="true" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="TouZiXZ" htmlEscape="false" readonly="true" class="form-control required layui-input" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<label class="layui-form-label">合同编号:</label>
|
|
<label class="layui-form-label">合同编号:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <input type="text" htmlEscape="false" readonly="true" value="${ruralProjectRecordsReported.ziXunHTBH}" class="form-control layui-input required" >
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">合同类型:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <input type="text" htmlEscape="false" readonly="true" value="${ruralProjectRecordsReported.ziXunHTBH}" class="form-control layui-input required" style="background-color: #ffffff;">
|
|
|
|
|
|
+ <form:input path="HeTongLeiXing" htmlEscape="false" readonly="true" class="form-control required layui-input" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label">委托单位:</label>
|
|
|
|
|
|
+ <label class="layui-form-label">项目类型:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="WeiTuoDW" htmlEscape="false" readonly="true" class="form-control layui-input required" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="ProjectType" htmlEscape="false" readonly="true" class="form-control required layui-input" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">委托单位电话:</label>
|
|
|
|
|
|
+ <label class="layui-form-label">委托单位:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="LianXiDH" htmlEscape="false" readonly="true" class="form-control layui-input required" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="WeiTuoDW" placeholder="请输入委托单位" readonly="true" htmlEscape="false" class="form-control layui-input required"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">项目报告号:</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">委托单位电话:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="DangABH" htmlEscape="false" readonly="true" class="form-control layui-input required" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="LianXiDH" placeholder="请输入委托单位电话" readonly="true" htmlEscape="false" class="form-control layui-input required"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">出具报告日期:</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">造价记录编号:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="BaoGaoShuQianFaDate" htmlEscape="false" readonly="true" class="laydate-icondate required form-control layui-input layer-date laydate-icon" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="DangABH" placeholder="请输入造价记录编号" readonly="true" htmlEscape="false" class="form-control layui-input required"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">咨询营业收入(万元):</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">出具咨询报告日期:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="ZiXunShouRu" htmlEscape="false" readonly="true" onchange="zxChange()" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="BaoGaoShuQianFaDate" placeholder="请选择报告日期" readonly="true" htmlEscape="false" class="laydate-icondate required form-control layui-input layer-date laydate-icon"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">造价师注册证号:</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">造价咨询营业收入(万元):</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="zaoJiaShiZhengHao" htmlEscape="false" readonly="true" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="ZiXunShouRu" placeholder="请输入造价咨询营业收入" readonly="true" htmlEscape="false" onchange="zxChange()" class="form-control required layui-input"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
<div class="form-group layui-row">
|
|
<div class="form-group layui-row">
|
|
<div class="form-group-label"><h2>咨询员</h2></div>
|
|
<div class="form-group-label"><h2>咨询员</h2></div>
|
|
<div class="layui-item layui-col-sm12 lw6">
|
|
<div class="layui-item layui-col-sm12 lw6">
|
|
@@ -177,33 +246,46 @@
|
|
<tr>
|
|
<tr>
|
|
<th width="60px">编号</th>
|
|
<th width="60px">编号</th>
|
|
<th >咨询员名称</th>
|
|
<th >咨询员名称</th>
|
|
|
|
+ <th width="8%">角色</th>
|
|
|
|
+ <th >身份证号</th>
|
|
<th >注册/资格证号</th>
|
|
<th >注册/资格证号</th>
|
|
- <th >本人负责内容</th>
|
|
|
|
<th >完成营业收入比例(%)</th>
|
|
<th >完成营业收入比例(%)</th>
|
|
<th >完成营业收入(元)</th>
|
|
<th >完成营业收入(元)</th>
|
|
|
|
+ <th >本人负责内容</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody id="reportedConsultantList">
|
|
<tbody id="reportedConsultantList">
|
|
- <c:choose>
|
|
|
|
- <c:when test="${not empty ruralProjectRecordsReported.reportedConsultantList}">
|
|
|
|
- <c:forEach items="${ruralProjectRecordsReported.reportedConsultantList}" var="consultant" varStatus="status">
|
|
|
|
- <tr>
|
|
|
|
- <td>${status.index + 1}</td>
|
|
|
|
- <td>${consultant.zixunyuanName}</td>
|
|
|
|
- <td>${consultant.zhucezigezhID}</td>
|
|
|
|
- <td>${consultant.wordnr}</td>
|
|
|
|
- <td>${consultant.wcyysrbl}</td>
|
|
|
|
- <td>${consultant.wcyysr}</td>
|
|
|
|
-
|
|
|
|
- </tr>
|
|
|
|
- </c:forEach>
|
|
|
|
- </c:when>
|
|
|
|
- <c:otherwise>
|
|
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${not empty ruralProjectRecordsReported.reportedConsultantList}">
|
|
|
|
+ <c:forEach items="${ruralProjectRecordsReported.reportedConsultantList}" var="consultant" varStatus="status">
|
|
<tr>
|
|
<tr>
|
|
- <td colspan="6" align="center">暂无数据</td>
|
|
|
|
|
|
+ <td>${status.index + 1}</td>
|
|
|
|
+ <td>${consultant.zixunyuanName}</td>
|
|
|
|
+ <td>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${consultant.roleFlag == 1}">
|
|
|
|
+ 负责人
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ 咨询员
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </td>
|
|
|
|
+ <td>${consultant.idCard}</td>
|
|
|
|
+ <td>${consultant.zhucezigezhID}</td>
|
|
|
|
+ <td>${consultant.wcyysrbl}</td>
|
|
|
|
+ <td>${consultant.wcyysr}</td>
|
|
|
|
+ <td>${consultant.wordnr}</td>
|
|
|
|
+
|
|
</tr>
|
|
</tr>
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="6" align="center">暂无数据</td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
@@ -213,232 +295,256 @@
|
|
<div class="form-group layui-row">
|
|
<div class="form-group layui-row">
|
|
<div class="form-group-label"><h2>项目信息</h2></div>
|
|
<div class="form-group-label"><h2>项目信息</h2></div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">工程所在省份</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <input type="text" readonly="readonly" class="form-control layui-input" value="${ruralProjectRecordsReported.province}" style="background-color: #ffffff;">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">工程所在地级市</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <input type="text" readonly="readonly" class="form-control layui-input" value="${ruralProjectRecordsReported.city}" style="background-color: #ffffff;">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">工程所在区县</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <input type="text" readonly="readonly" class="form-control layui-input" value="${ruralProjectRecordsReported.county}" style="background-color: #ffffff;">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
<label class="layui-form-label double-line">工程结构:</label>
|
|
<label class="layui-form-label double-line">工程结构:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="PorjectStruct" htmlEscape="false" readonly="true" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">地上层数:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="FloorUp" htmlEscape="false" readonly="true" class="form-control layui-input number" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="PorjectStruct" htmlEscape="false" readonly="true" class="form-control required layui-input" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label">底下层数:</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">房屋地上层数:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="FloorDown" htmlEscape="false" readonly="true" class="form-control layui-input number" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="FloorUp" htmlEscape="false" readonly="true" class="form-control layui-input number"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">建筑面积或规模:</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">房屋地下层数:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="GCGMValue" htmlEscape="false" readonly="true" class="form-control layui-input required number" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">计量单位:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="GCGMUnit" htmlEscape="false" readonly="true" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="FloorDown" htmlEscape="false" readonly="true" class="form-control layui-input number"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<label class="layui-form-label">工程用途:</label>
|
|
<label class="layui-form-label">工程用途:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="PorjectUse" htmlEscape="false" readonly="true" class="form-control required layui-input" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line" title="注:指咨询项目编审后的最终造价, 其中工程结算项目填审定价,标底编制填招标控制价, 工程造价全过程管理填工程投资总额或审定价。"><span class="require-item">咨询标的额(万元):</span></label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="ZiXunBDE" htmlEscape="false" readonly="true" class="form-control required layui-input number" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">其中土建造价(万元):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="ZiXunBDETJ" htmlEscape="false" readonly="true" class="form-control layui-input" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">其中安装造价(万元):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="ZiXunBDEAZ" htmlEscape="false" readonly="true" class="form-control layui-input" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <input type="text" readonly="readonly" class="form-control layui-input" value="${engineeringInfo.engineeringName}" >
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">其中土建百分比(%):</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line">建筑规模:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="CalTJPercent" htmlEscape="false" class="form-control layui-input" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="GCGMValue" htmlEscape="false" readonly="true" class="form-control layui-input number" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">其中安装百分比(%):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="CalAZPercent" htmlEscape="false" class="form-control layui-input" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">单位造价(元):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="CalZZJUnit" htmlEscape="false" readonly="true" class="form-control layui-input" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <form:input path="GCGMValueParameter" placeholder="请输入建筑规模值" readonly="true" htmlEscape="false" class="form-control layui-input number"/>
|
|
</div>
|
|
</div>
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">其中土建单位造价(元):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="CalZZJTJUnit" htmlEscape="false" readonly="true" class="form-control layui-input" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">其中装修单位造价(元):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="CalZZJAZUnit" htmlEscape="false" class="form-control layui-input" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">合同价(元):</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <form:input path="HeTongJia" htmlEscape="false" readonly="true" class="form-control layui-input number" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">送审价(元):</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <form:input path="SongShenJia" htmlEscape="false" readonly="true" class="form-control required layui-input number" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">审定价(元):</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <form:input path="ShenDingJia" htmlEscape="false" readonly="true" class="form-control required layui-input number" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">审核增减额(元):</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <form:input path="JingHeJianE" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">审核增减率(%):</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <form:input path="JingHeJianLv" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
|
|
- <div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>主要材料和人工消耗量指标</h2></div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">钢材用量(t):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="GCYL" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">水泥用量(t):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="SNYL" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">预拌砼用量(m³):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="YBTYL" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">人工工日用量(工日):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="RGGRYL" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">钢材消耗指标(kg):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="GCYLPerUnit" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">水泥消耗指标(kg):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="SNYLPerUnit" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
+
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
- <label class="layui-form-label double-line">预拌砼消耗指标(m³):</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line" title="注:指咨询项目编审后的最终造价, 其中工程结算项目填审定价,标底编制填招标控制价, 工程造价全过程管理填工程投资总额或审定价。"><span class="require-item">*咨询标的额(万元):</span></label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <form:input path="YBTYLPerUnit" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ <form:input path="ZiXunBDE" htmlEscape="false" readonly="true" class="form-control required layui-input number"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">人工工日消耗指标(工日):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="RGGRYLPerUnit" htmlEscape="false" class="form-control layui-input number" readonly="true" style="background-color: #ffffff;"/>
|
|
|
|
|
|
+
|
|
|
|
+ <div id="ptDiv">
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">合同价(元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="HeTongJia" htmlEscape="false" readonly="true" class="form-control layui-input number"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">送审价(元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="SongShenJia" placeholder="请输入送审价" readonly="true" htmlEscape="false" class="form-control required layui-input number" onchange="JingHeJianValue()"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">审定价(元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="ShenDingJia" placeholder="请输入审定价" readonly="true" htmlEscape="false" class="form-control required layui-input number" onchange="JingHeJianValue()"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">审核增减额(元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="JingHeJianE" htmlEscape="false" class="form-control layui-input number" readonly="true"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">审核增减率(%):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="JingHeJianLv" htmlEscape="false" class="form-control layui-input number" readonly="true"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
<div class="form-group layui-row first lw9">
|
|
<div class="form-group layui-row first lw9">
|
|
<div class="form-group-label"><h2>咨询项目造价包含内容说明</h2></div>
|
|
<div class="form-group-label"><h2>咨询项目造价包含内容说明</h2></div>
|
|
-
|
|
|
|
- <div class="layui-item layui-col-sm12 lw6">
|
|
|
|
- <label class="layui-form-label">土建工程:</label>
|
|
|
|
- <div class="layui-input-block paddingDiv">
|
|
|
|
- <form:checkboxes path="TJProjectList" lay-skin="primary" disabled="true" itemLabel="label" itemValue="value" htmlEscape="false" items="${fns:getMainDictList('civil_project')}" />
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw6">
|
|
|
|
- <label class="layui-form-label">装饰工程:</label>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm12">
|
|
|
|
+ <label class="layui-form-label double-line">咨询项目造价包含内容说明(勾选):</label>
|
|
<div class="layui-input-block paddingDiv">
|
|
<div class="layui-input-block paddingDiv">
|
|
- <form:checkboxes path="ZSProjectList" lay-skin="primary" disabled="true" itemLabel="label" itemValue="value" htmlEscape="false" items="${fns:getMainDictList('decorate_project')}" />
|
|
|
|
|
|
+ <form:checkboxes path="contentsIncludeList" disabled="true" lay-filter="chargeCriterionList" lay-skin="primary" itemLabel="label" itemValue="value" htmlEscape="true" items="${fns:getMainDictList('contents_include')}" />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="overallProcessDiv" style="display: none">
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">工程项目总投资(万元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="projectTotalInvestment" readonly="true" placeholder="请输入工程项目总投资" htmlEscape="false" class="form-control required layui-input number"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">总咨询师:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <input type="text" readonly="readonly" class="form-control layui-input" value="${xmFZRName}" >
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">咨询档案编号:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="archivesNo" readonly="true" placeholder="请输入咨询档案编号" htmlEscape="false" class="form-control required layui-input number"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label">作业期:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <input id="beginDate" name="beginDate" readonly="true" type="text" readonly="readonly" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group required"
|
|
|
|
+ value="<fmt:formatDate value="${ruralProjectRecordsReported.beginDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
+ </input>
|
|
|
|
+ <span class="group-sep">-</span>
|
|
|
|
+ <input id="endDate" name="endDate" readonly="true" type="text" readonly="readonly" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group required"
|
|
|
|
+ value="<fmt:formatDate value="${ruralProjectRecordsReported.endDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
+ </input>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">全过程工程咨询收入(万元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="advisoryIncome" readonly="true" placeholder="请输入全过程工程咨询收入" htmlEscape="false" class="form-control required layui-input number"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">工程监理收入(万元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="projectSupervisionIncome" readonly="true" placeholder="请输入工程监理收入" htmlEscape="false" class="form-control required layui-input number"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">招标代理收入(万元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="tenderingAgencyIncome" readonly="true" placeholder="请输入招标代理收入" htmlEscape="false" class="form-control required layui-input number"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">设计收入(万元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="designIncome" readonly="true" placeholder="请输入设计收入" htmlEscape="false" class="form-control required layui-input number"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
+ <label class="layui-form-label double-line">其他收入(万元):</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <form:input path="otherIncome" readonly="true" placeholder="请输入其他收入" htmlEscape="false" class="form-control required layui-input number"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="layui-item layui-col-sm12 lw6">
|
|
|
|
- <label class="layui-form-label">安装工程:</label>
|
|
|
|
- <div class="layui-input-block paddingDiv">
|
|
|
|
- <form:checkboxes path="AZProjectList" lay-skin="primary" disabled="true" itemLabel="label" itemValue="value" htmlEscape="false" items="${fns:getMainDictList('install_project')}" />
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw6">
|
|
|
|
- <label class="layui-form-label">市政工程:</label>
|
|
|
|
- <div class="layui-input-block paddingDiv">
|
|
|
|
- <form:checkboxes path="SZProjectList" lay-skin="primary" disabled="true" itemLabel="label" itemValue="value" htmlEscape="false" items="${fns:getMainDictList('services_project')}" />
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw6">
|
|
|
|
- <label class="layui-form-label">仿古园林工程:</label>
|
|
|
|
- <div class="layui-input-block paddingDiv">
|
|
|
|
- <form:checkboxes path="FGYLProjectList" lay-skin="primary" disabled="true" itemLabel="label" itemValue="value" htmlEscape="false" items="${fns:getMainDictList('park_project')}" />
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw6 with-textarea">
|
|
|
|
- <label class="layui-form-label double-line">其他专业工程咨询项目造价包含内容说明:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:textarea path="QTProjec" htmlEscape="false" readonly="true" rows="4" maxlength="255" class="form-control " style="background-color: #ffffff;"/>
|
|
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="overallProcessDiv" style="display: none">
|
|
|
|
+ <div class="form-group layui-row">
|
|
|
|
+ <div class="form-group-label"><h2>附件信息</h2></div>
|
|
|
|
+ <div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
|
|
+ <table id="listAttachment" class="table table-bordered table-condensed details">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <th>文件预览</th>
|
|
|
|
+ <th>上传人</th>
|
|
|
|
+ <th>上传时间</th>
|
|
|
|
+ <th width="180px">操作</th>
|
|
|
|
+ </tr>
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody id="file_attachment">
|
|
|
|
+ <c:forEach items="${ruralProjectRecordsReported.workAttachments}" var = "workClientAttachment" varStatus="status">
|
|
|
|
+ <tr>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${ruralProjectRecordsReported.uploadMode == 2}">
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
|
|
+ <td><img src="${workClientAttachment.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.temporaryUrl}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
|
+ <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.temporaryUrl}',1)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.temporaryUrl}',2)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
|
|
+ or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
|
|
+ <td><img src="${workClientAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.url}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
|
+ <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.url}',1)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.url}',2)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+
|
|
|
|
+ <td>${workClientAttachment.createBy.name}</td>
|
|
|
|
+ <td><fmt:formatDate value="${workClientAttachment.createDate}" type="both"/></td>
|
|
|
|
+ <td class="op-td">
|
|
|
|
+ <div class="op-btn-box" >
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${ruralProjectRecordsReported.uploadMode == 2}">
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
|
+ <a href="javascript:void(0)" onclick="openPreview('${workClientAttachment.temporaryUrl}',1)" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <a href="${workClientAttachment.temporaryUrl}" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <a href="javascript:location.href='${ctx}/workfullmanage/workFullManage/downLoadAttach?file='+encodeURIComponent('${workClientAttachment.url}');" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <c:if test="${not empty ruralProjectRecordsReported.processInstanceId}">
|
|
|
|
+ <div class="form-group layui-row">
|
|
|
|
+ <div class="form-group-label"><h2>审批流程</h2></div>
|
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
|
+ <act:flowChart procInsId="${ruralProjectRecordsReported.processInstanceId}"/>
|
|
|
|
+ <act:histoicFlow procInsId="${ruralProjectRecordsReported.processInstanceId}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </c:if>
|
|
<div class="form-group layui-row page-end"></div>
|
|
<div class="form-group layui-row page-end"></div>
|
|
</form:form>
|
|
</form:form>
|
|
</div>
|
|
</div>
|
|
@@ -454,4 +560,4 @@
|
|
})
|
|
})
|
|
</script>
|
|
</script>
|
|
</body>
|
|
</body>
|
|
-</html>
|
|
|
|
|
|
+</html>
|