|
@@ -21,54 +21,6 @@
|
|
|
|
|
|
})
|
|
})
|
|
</script>
|
|
</script>
|
|
- <script type="text/javascript">
|
|
|
|
- function addRow(list, idx, tpl, row){
|
|
|
|
- // var idx1 = $("#workClientLinkmanList tr").length;
|
|
|
|
- bornTemplete(list, idx, tpl, row, idx);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- function bornTemplete(list, idx, tpl, row, idx1){
|
|
|
|
- $(list).append(Mustache.render(tpl, {
|
|
|
|
- idx: idx, delBtn: true, row: row,
|
|
|
|
- order:idx1 + 1
|
|
|
|
- }));
|
|
|
|
- $(list+idx).find("select").each(function(){
|
|
|
|
- $(this).val($(this).attr("data-value"));
|
|
|
|
- });
|
|
|
|
- $(list+idx).find("input[type='checkbox'], input[type='radio']").each(function(){
|
|
|
|
- var ss = $(this).attr("data-value").split(',');
|
|
|
|
- for (var i=0; i<ss.length; i++){
|
|
|
|
- if($(this).val() == ss[i]){
|
|
|
|
- $(this).attr("checked","checked");
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- function seeFile(fileUrl,fileName) {
|
|
|
|
- // location.href = "/followRecord/seeFile";
|
|
|
|
- var index = fileName.lastIndexOf(".");
|
|
|
|
- var fileType = fileName.substring(index);
|
|
|
|
- // debugger
|
|
|
|
- if (".pdf" == fileType) {
|
|
|
|
- window.open(fileUrl);
|
|
|
|
- } else {
|
|
|
|
- window.open("${ctx}/isignature/iSignatureDocument/seeFile?fileUrl="+fileUrl+"&fileName="+fileName);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- </script>
|
|
|
|
- <script>
|
|
|
|
- function initRecordStatus(index,id,dataid,status)
|
|
|
|
- {
|
|
|
|
- var elem = document.getElementById("status_td_" + index);
|
|
|
|
- var st = getAuditState(status);
|
|
|
|
- if(st.action)
|
|
|
|
- var xml = "<span onclick=\"openDialogView('流程追踪', '${ctx}/projectcontentinfo/projectcontentinfo/getProcessOne?id=" + id + "&projectReportData.id="+ dataid + "&type="+status+"','95%','95%')\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
|
- else
|
|
|
|
- var xml = "<span style=\"cursor:default;\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
|
-
|
|
|
|
- elem.innerHTML = xml;
|
|
|
|
- }
|
|
|
|
- </script>
|
|
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div class="single-form">
|
|
<div class="single-form">
|
|
@@ -146,24 +98,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <%--<div class="layui-item layui-col-sm6 lw6">--%>
|
|
|
|
- <%--<label class="layui-form-label">规模类型:</label>--%>
|
|
|
|
- <%--<div class="layui-input-block">--%>
|
|
|
|
- <%--<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.scaleType}"/>--%>
|
|
|
|
- <%--</div>--%>
|
|
|
|
- <%--</div>--%>
|
|
|
|
- <%--<div class="layui-item layui-col-sm6 lw6">--%>
|
|
|
|
- <%--<label class="layui-form-label">规模单位:</label>--%>
|
|
|
|
- <%--<div class="layui-input-block">--%>
|
|
|
|
- <%--<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.scaleUnit}"/>--%>
|
|
|
|
- <%--</div>--%>
|
|
|
|
- <%--</div>--%>
|
|
|
|
- <%--<div class="layui-item layui-col-sm6 lw6">--%>
|
|
|
|
- <%--<label class="layui-form-label">规模数量:</label>--%>
|
|
|
|
- <%--<div class="layui-input-block">--%>
|
|
|
|
- <%--<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.scaleQuantity}"/>--%>
|
|
|
|
- <%--</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">
|
|
@@ -236,108 +170,6 @@
|
|
<input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${projectRecords.attachmentProjectSort}"/>
|
|
<input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${projectRecords.attachmentProjectSort}"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <%--<div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">工程结构:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectStructure}"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">地上层数:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="onGroundNum" 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">底下层数:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="underGroundNum" 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">
|
|
|
|
- <form:input path="buildingScale" htmlEscape="false" class="form-control layui-input required number" readonly="true"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">计量单位:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.measuringUnit}"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label">工程用途:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectUse}"/>
|
|
|
|
- </div>
|
|
|
|
- </div>--%>
|
|
|
|
- <%--<div class="layui-item layui-col-sm6 lw6">
|
|
|
|
- <label class="layui-form-label double-line">预估总投资额(万元):</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <input value="<fmt:formatNumber value="${projectRecords.estimateTotalFees}" pattern="#,##0.00#"/>" htmlEscape="false" id="estimateTotalFees" class="form-control layui-input required 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">
|
|
|
|
- <input value="<fmt:formatNumber value="${projectRecords.totalFees}" pattern="#,##0.00#"/>" htmlEscape="false" id="totalFees" 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">
|
|
|
|
- <input value="<fmt:formatNumber value="${projectRecords.buildingFees}" pattern="#,##0.00#"/>" htmlEscape="false" id="buildingFees" class="form-control layui-input" 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">
|
|
|
|
- <input value="<fmt:formatNumber value="${projectRecords.installFees}" pattern="#,##0.00#"/>" htmlEscape="false" id="installFees" class="form-control layui-input" 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">
|
|
|
|
- <form:input path="buildingPercent" htmlEscape="false" id="buildingPercent" class="form-control layui-input" 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">
|
|
|
|
- <form:input path="installPercent" htmlEscape="false" id="installPercent" class="form-control layui-input" 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">
|
|
|
|
- <form:input path="constructionUnit" htmlEscape="false" id="installPercent" class="form-control layui-input" 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">
|
|
|
|
- <form:input path="constructionLinkman" htmlEscape="false" id="installPercent" class="form-control layui-input" 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">
|
|
|
|
- <input value="<fmt:formatNumber value="${projectRecords.unitFees}" pattern="#,##0.00#"/>" htmlEscape="false" id="unitFees" class="form-control layui-input" 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">
|
|
|
|
- <input value="<fmt:formatNumber value="${projectRecords.buildingUnitFees}" pattern="#,##0.00#"/>" htmlEscape="false" id="buildingUnitFees" class="form-control layui-input" 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">
|
|
|
|
- <input value="<fmt:formatNumber value="${projectRecords.installUnitFees}" pattern="#,##0.00#"/>" htmlEscape="false" id="installUnitFees" class="form-control layui-input" readonly="readonly"/>
|
|
|
|
- </div>
|
|
|
|
- </div>--%>
|
|
|
|
<div class="layui-item layui-col-sm6 lw6 with-textarea">
|
|
<div class="layui-item layui-col-sm6 lw6 with-textarea">
|
|
<label class="layui-form-label">工程概况:</label>
|
|
<label class="layui-form-label">工程概况:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
@@ -432,267 +264,9 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <%--<div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>项目报告</h2></div>
|
|
|
|
- <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
|
- <table id="upTable" class="table table-bordered table-condensed details">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <th width="25%">报告编号</th>
|
|
|
|
- <th width="25%">报告名称</th>
|
|
|
|
- <th width="25%">创建日期</th>
|
|
|
|
- <th width="25%">状态</th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody>
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${not empty projectRecords.projectReportData}">
|
|
|
|
- <c:forEach items="${projectRecords.projectReportData}" var="projectReportData" varStatus="index">
|
|
|
|
- <tr>
|
|
|
|
- <td><a title="${projectReportData.number}" href="javascript:void(0)" onclick="openDialogView('查看报告详情', '${ctx}/ruralProject/ruralProjectMessage/modify?projectId=${projectRecords.id}&view=view','95%', '95%')">
|
|
|
|
- ${projectReportData.number}
|
|
|
|
- </a></td>
|
|
|
|
- <td>
|
|
|
|
- ${projectReportData.name}
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <fmt:formatDate value="${projectReportData.reportDate}" pattern="yyyy-MM-dd"/>
|
|
|
|
- </td>
|
|
|
|
- <td class="op-td">
|
|
|
|
- <%–<c:choose>–%>
|
|
|
|
- <%–<c:when test="${empty projectReportData.status || projectReportData.status eq 1}">–%>
|
|
|
|
- <%–<div style="text-align: center">–%>
|
|
|
|
- <%–<a href="javascript:void(0)" class="op-btn op-btn-trace" >${fns:getDictLabel(projectReportData.status, 'audit_state', '')}</a>–%>
|
|
|
|
- <%–</div>–%>
|
|
|
|
- <%–</c:when>–%>
|
|
|
|
- <%–<c:otherwise>–%>
|
|
|
|
- <%–<div style="text-align: center">–%>
|
|
|
|
- <%–<a href="javascript:void(0)" onclick="openDialogView('流程追踪', '${ctx}/projectcontentinfo/projectcontentinfo/getProcessOne?id=${id}&projectReportData.id=${projectReportData.id}&type=1','95%','95%')" class="op-btn op-btn-trace" >${fns:getDictLabel(projectReportData.status, 'audit_state', '')}</a>–%>
|
|
|
|
- <%–</div>–%>
|
|
|
|
- <%–</c:otherwise>–%>
|
|
|
|
- <%–</c:choose>–%>
|
|
|
|
- <div style="text-align: center" id="status_td_${index.index+1}">
|
|
|
|
- </div>
|
|
|
|
- <script>
|
|
|
|
- initRecordStatus(${index.index+1},"${id}","${projectReportData.id}","${projectReportData.status}");
|
|
|
|
- </script>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </c:forEach>
|
|
|
|
- </c:when>
|
|
|
|
- <c:otherwise>
|
|
|
|
- <tr>
|
|
|
|
- <td colspan="7">
|
|
|
|
- 暂无数据
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- </div>
|
|
|
|
- </div>--%>
|
|
|
|
- <div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>项目计划列表</h2></div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw7">
|
|
|
|
- <div class="layui-item nav-btns">
|
|
|
|
-<%-- <div class="layui-item nav-btns" style="padding-left:0px;">--%>
|
|
|
|
-<%-- <a class="nav-btn nav-btn-add"--%>
|
|
|
|
-<%-- onclick="addRow('#projectPlanList', workClientBankRowIdx, workClientBankTpl);workClientBankRowIdx = workClientBankRowIdx + 1;"--%>
|
|
|
|
-<%-- title="新增"><i class="fa fa-plus"></i> 新增</a>--%>
|
|
|
|
-<%-- <shiro:hasPermission name="project:projectPlan:export">--%>
|
|
|
|
-<%-- <a class="nav-btn nav-btn-export" title="导出" onclick="return confirmx('确认要导出该项目计划列表吗?', '${ctx}/project/projectPlan/export?id=${projectRecords.id}');"><i class="fa fa-file-excel-o"></i> 导出</a>--%>
|
|
|
|
-<%-- </shiro:hasPermission>--%>
|
|
|
|
-<%-- </div>--%>
|
|
|
|
- <table id="bankinfo" class="table table-bordered table-condensed can-edit">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <th width="60px">编号</th>
|
|
|
|
- <th >任务阶段</th>
|
|
|
|
- <th >计划开始时间</th>
|
|
|
|
- <th >计划结束时间</th>
|
|
|
|
- <th >提醒人</th>
|
|
|
|
- <th >完成人</th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody id="projectPlanList">
|
|
|
|
-
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- <script type="text/template" id="workClientBankTpl">//<!--
|
|
|
|
- <tr id="projectPlanList{{idx}}">
|
|
|
|
- <td class="hide">
|
|
|
|
- <input id="projectPlanList{{idx}}_id" name="projectPlanList[{{idx}}].id" type="hidden" readonly="true" value="{{row.id}}"/>
|
|
|
|
- <input id="projectPlanList{{idx}}_delFlag" name="projectPlanList[{{idx}}].delFlag" type="hidden" readonly="true" value="0"/>
|
|
|
|
- <input id="projectPlanList{{idx}}_remindId" name="projectPlanList[{{idx}}].remindId" type="hidden" readonly="true" value="{{row.remindId}}"/>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td width="60px">
|
|
|
|
- <input id="projectPlanList{{idx}}_costNum" name="projectPlanList[{{idx}}].costNum" readonly="readonly" style="text-align: center" value="{{idx}}" type="text" class="form-control contentDetail"/>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <input id="projectPlanList{{idx}}_projectStage" name="projectPlanList[{{idx}}].projectStage" readonly="true" list ="num" title="{{row.projectStage}}" value="{{row.projectStage}}" class="form-control required"/>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td>
|
|
|
|
- <input lay-verify="date" readonly="true" placeholder="yyyy-MM-dd" autocomplete="off" id="projectPlanList{{idx}}_beginDate" name="projectPlanList[{{idx}}].beginDate" style="text-align: center" type="text" value="{{row.beginDate}}" class="form-control required datetime"/>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <input lay-verify="date" readonly="true" placeholder="yyyy-MM-dd" autocomplete="off" id="projectPlanList{{idx}}_endDate" name="projectPlanList[{{idx}}].endDate" style="text-align: center" type="text" value="{{row.endDate}}" class="form-control required datetime"/>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td>
|
|
|
|
- <input id="projectPlanList{{idx}}_remindName" name="remindName" readonly="readonly" style="text-align: center" value="{{row.remindName}}" type="text" class="form-control contentDetail"/>
|
|
|
|
-<%-- <sys:treeselecttPlanUser id="projectPlanList{{idx}}_remindName" name="remindName" value="${projectRecords.leaderIds}" labelName="projectPlanList[{{idx}}].remindName" labelValue="{{row.remindName}}"--%>
|
|
|
|
-<%-- title="用户" url="/sys/office/treeDataByPlan?type=3&projectId=${projectRecords.id}" cssClass="form-control required layui-input" allowClear="true" notAllowSelectParent="true" disabled="true"/>--%>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td>
|
|
|
|
- <input id="projectPlanList{{idx}}_finishName" name="projectPlanList[{{idx}}].finishId" readonly="readonly" style="text-align: center" value="{{row.finishName}}" type="text" class="form-control contentDetail"/>
|
|
|
|
-<%-- <sys:treeselecttPlanUser id="projectPlanList{{idx}}_finishName" name="projectPlanList[{{idx}}].finishId" value="${projectRecords.leaderIds}" labelName="projectPlanList[{{idx}}].finishName" labelValue="{{row.finishName}}"--%>
|
|
|
|
-<%-- title="用户" url="/sys/office/treeDataAll?type=3" cssClass="form-control required layui-input" allowClear="true" notAllowSelectParent="true" disabled="true" />--%>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
-<%-- <td class="text-center op-td" width="10">--%>
|
|
|
|
-<%-- {{#delBtn}}<span class="op-btn op-btn-delete" onclick="delRow(this, '#projectPlanList{{idx}}')" title="删除"><i class="fa fa-trash"></i> 删除</span>{{/delBtn}}--%>
|
|
|
|
-<%-- </td>--%>
|
|
|
|
- </tr>//-->
|
|
|
|
- </script>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>项目计划附件信息</h2></div>
|
|
|
|
- <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
|
- <table id="listAttachment" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <th width="25%">文件预览</th>
|
|
|
|
- <th width="25%">上传人</th>
|
|
|
|
- <th width="25%">上传时间</th>
|
|
|
|
- <th width="25%">操作</th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody id="file_attachment">
|
|
|
|
- <c:forEach items="${projectRecords.workAttachments}" var="workClientAttachment" varStatus="status">
|
|
|
|
- <tr>
|
|
|
|
- <%--<td>${status.index + 1}</td>--%>
|
|
|
|
- <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 href="javascript:void(0)" onclick="preview('预览','${workClientAttachment.url}','95%','95%','1')">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
- </c:when>
|
|
|
|
- <c:otherwise>
|
|
|
|
- <td><a href="javascript:void(0)" onclick="preview('预览','${workClientAttachment.url}','95%','95%')">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
- <td>${workClientAttachment.createBy.name}</td>
|
|
|
|
- <td><fmt:formatDate value="${workClientAttachment.createDate}" pattern="yyyy-MM-dd"/></td>
|
|
|
|
- <td class="op-td">
|
|
|
|
- <a href="javascript:location.href=encodeURI('${ctx}/workcontractinfo/workContractInfo/downLoadAttach?file=${workClientAttachment.url}');" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
|
- <%--<a href="#" onclick="seeFile('${workClientAttachment.url}','${workClientAttachment.attachmentName}');" class="op-btn op-btn-download"><i class="fa fa-download"></i> 查看</a>--%>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </c:forEach>
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <script>
|
|
|
|
- var workClientLinkmanRowIdx = 0, workClientLinkmanTpl = $("#workClientLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
|
- var workConstructionLinkmanRowIdx = 0, workConstructionLinkmanTpl = $("#workConstructionLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
|
- $(document).ready(function() {
|
|
|
|
- var data = ${fns:toJson(projectRecords.workClientLinkmanList)};
|
|
|
|
- for (var i=0; i<data.length; i++){
|
|
|
|
- addRow('#workClientLinkmanList', workClientLinkmanRowIdx, workClientLinkmanTpl, data[i]);
|
|
|
|
- workClientLinkmanRowIdx = workClientLinkmanRowIdx + 1;
|
|
|
|
- }
|
|
|
|
- var dataBank = ${fns:toJson(projectRecords.workConstructionLinkmanList)};
|
|
|
|
- for (var i=0; i<dataBank.length; i++){
|
|
|
|
- addRow('#workConstructionLinkmanList', workConstructionLinkmanRowIdx, workConstructionLinkmanTpl, dataBank[i]);
|
|
|
|
- workConstructionLinkmanRowIdx = workConstructionLinkmanRowIdx + 1;
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
- </script>
|
|
|
|
- <%--<div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>项目计划列表</h2></div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw7">
|
|
|
|
- <div class="layui-item nav-btns">
|
|
|
|
- <table id="bankinfo" class="table table-bordered table-condensed can-edit">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <th width="80px">任务编码</th>
|
|
|
|
- <th >任务阶段</th>
|
|
|
|
- <th >计划开始时间</th>
|
|
|
|
- <th >计划结束时间</th>
|
|
|
|
- <th >提醒人</th>
|
|
|
|
- <th >完成人</th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody id="projectPlanList">
|
|
|
|
-
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- <script type="text/template" id="workClientBankTpl">//<!--
|
|
|
|
- <tr id="projectPlanList{{idx}}">
|
|
|
|
- <td class="hide">
|
|
|
|
- <input id="projectPlanList{{idx}}_id" name="projectPlanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
|
- <input id="projectPlanList{{idx}}_delFlag" name="projectPlanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td width="60px">
|
|
|
|
- <input id="projectPlanList{{idx}}_costNum" name="projectPlanList[{{idx}}].costNum" readonly="readonly" style="text-align: center" value="{{idx}}" type="text" class="form-control contentDetail"/>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <input id="projectPlanList{{idx}}_projectStage" name="projectPlanList[{{idx}}].projectStage" readonly="readonly" value="{{row.projectStage}}" type="text" class="form-control contentDetail"/>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td>
|
|
|
|
- <input lay-verify="date" placeholder="yyyy-MM-dd" autocomplete="off" id="projectPlanList{{idx}}_beginDate" readonly="readonly" name="projectPlanList[{{idx}}].beginDate" type="text" value="{{row.beginDate}}" class="form-control required datetime"/>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <input lay-verify="date" placeholder="yyyy-MM-dd" autocomplete="off" id="projectPlanList{{idx}}_endDate" readonly="readonly" name="projectPlanList[{{idx}}].endDate" type="text" value="{{row.endDate}}" class="form-control required datetime"/>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td>
|
|
|
|
- <input id="projectPlanList{{idx}}_remindName" name="projectPlanList[{{idx}}].remindName" readonly="readonly" style="text-align: center" value="{{row.remindName}}" type="text" class="form-control contentDetail"/>
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td>
|
|
|
|
- <input id="projectPlanList{{idx}}_finishName" name="projectPlanList[{{idx}}].finishName" readonly="readonly" style="text-align: center" value="{{row.finishName}}" type="text" class="form-control contentDetail"/>
|
|
|
|
- </td>
|
|
|
|
- </tr>//-->
|
|
|
|
- </script>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>--%>
|
|
|
|
-
|
|
|
|
<div class="form-group layui-row page-end"></div>
|
|
<div class="form-group layui-row page-end"></div>
|
|
</form:form>
|
|
</form:form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-<script type="text/javascript">
|
|
|
|
- var workClientBankRowIdx = 0,
|
|
|
|
- workClientBankTpl = $("#workClientBankTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g, "");
|
|
|
|
- $(document).ready(function () {
|
|
|
|
- var dataBank = ${fns:toJson(projectRecords.projectPlanList)};
|
|
|
|
- for (var i = 0; i < dataBank.length; i++) {
|
|
|
|
- addRow('#projectPlanList', workClientBankRowIdx+1, workClientBankTpl, dataBank[i]);
|
|
|
|
- workClientBankRowIdx = workClientBankRowIdx + 1;
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
-</script>
|
|
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|