|
@@ -164,10 +164,12 @@
|
|
|
top.layer.msg("造价咨询营业收入必须大于0!", {icon: 0});
|
|
|
return false;
|
|
|
}
|
|
|
+ var rows = $("#file_attachment tr"); // 获取当前组件的所有行
|
|
|
for(var i=0; i<leng; i++) {
|
|
|
- var numberStr = $("#file_attachment tr").eq(i).find("td:first").find(".faid").html();
|
|
|
- var second = $("#file_attachment tr").eq(i).find("td:eq(1)").html();
|
|
|
- var fileFlag = $("#file_attachment tr").eq(i).find("td:last").html();
|
|
|
+ var row = rows.eq(i);
|
|
|
+ var numberStr = row.find("td:eq(0) .foid").html(); // 组件中存储ID的元素是class="foid"
|
|
|
+ var second = row.find("td:eq(1)").html(); // 第二列(隐藏列,存储mustFlag)
|
|
|
+ var fileFlag = row.find("td:last").html(); // 最后一列(隐藏列,存储fileFlag)
|
|
|
if(second == 1){
|
|
|
if(numberStr != undefined && numberStr !=null && numberStr !=''){
|
|
|
if (fileFlag==1){
|
|
@@ -188,11 +190,13 @@
|
|
|
return false;
|
|
|
}
|
|
|
if(boolFlag){
|
|
|
+ var rows = $("#file_gistdata tr"); // 获取当前组件的所有行
|
|
|
var gistdata = $("#file_gistdata tr").length;
|
|
|
for(var i=0; i<gistdata; i++) {
|
|
|
- var numberStr = $("#file_gistdata tr").eq(i).find("td:first").find(".fgid").html();
|
|
|
- var second = $("#file_gistdata tr").eq(i).find("td:eq(1)").html();
|
|
|
- var fileFlag = $("#file_gistdata tr").eq(i).find("td:last").html();
|
|
|
+ var row = rows.eq(i);
|
|
|
+ var numberStr = row.find("td:eq(0) .foid").html(); // 组件中存储ID的元素是class="foid"
|
|
|
+ var second = row.find("td:eq(1)").html(); // 第二列(隐藏列,存储mustFlag)
|
|
|
+ var fileFlag = row.find("td:last").html(); // 最后一列(隐藏列,存储fileFlag)
|
|
|
|
|
|
if(second == 1){
|
|
|
if(numberStr != undefined && numberStr !=null && numberStr !=''){
|
|
@@ -207,11 +211,13 @@
|
|
|
}
|
|
|
}
|
|
|
if(boolFlag){
|
|
|
+ var rows = $("#file_other tr"); // 获取当前组件的所有行
|
|
|
var other = $("#file_other tr").length;
|
|
|
for(var i=0; i<other; i++) {
|
|
|
- var numberStr = $("#file_other tr").eq(i).find("td:first").find(".foid").html();
|
|
|
- var second = $("#file_other tr").eq(i).find("td:eq(1)").html();
|
|
|
- var fileFlag = $("#file_other tr").eq(i).find("td:last").html();
|
|
|
+ var row = rows.eq(i);
|
|
|
+ var numberStr = row.find("td:eq(0) .foid").html(); // 组件中存储ID的元素是class="foid"
|
|
|
+ var second = row.find("td:eq(1)").html(); // 第二列(隐藏列,存储mustFlag)
|
|
|
+ var fileFlag = row.find("td:last").html(); // 最后一列(隐藏列,存储fileFlag)
|
|
|
|
|
|
if(second == 1){
|
|
|
if(numberStr != undefined && numberStr !=null && numberStr !=''){
|
|
@@ -1718,578 +1724,49 @@
|
|
|
</div>
|
|
|
</c:if>
|
|
|
|
|
|
- <div class="form-group layui-row">
|
|
|
- <div class="form-group-label"><h2>成果文件</h2></div>
|
|
|
-<%-- <div class="layui-item nav-btns">--%>
|
|
|
- <%--<a id="attachment_btn" class="nav-btn nav-btn-add" title="添加附件"><i class="fa fa-plus"></i> 添加附件</a>--%>
|
|
|
-<%-- <a href="javascript:void(0)" onclick="formAttachment('添加类型', '${ctx}/projectAccessoryRelation/projectAccessoryRelation/formAttachment?parentId=11&projectType=2&projectId=${projectRecords.id}&reviewFee='+$('#reviewFee').val(),'500px','350px',false,'inputForm','file_attachment')" class="nav-btn nav-btn-add" ><i class="fa fa-plus"></i> 添加类型</a>--%>
|
|
|
-<%-- </div>--%>
|
|
|
- <%--<div id="addFile_attachment" style="display: none" class="upload-progress">
|
|
|
- <span id="fileName_attachment" ></span>
|
|
|
- <span id="_attachment" ></span>
|
|
|
- <b><span id="baifenbi_attachment" ></span></b>
|
|
|
- <div class="progress">
|
|
|
- <div id="jindutiao_attachment" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <input id="attachment_file" type="file" name="attachment_file" multiple="multiple" style="display: none;" onChange="if(this.value)insertTitle(this.value);"/>
|
|
|
- <span id="attachment_title"></span>--%>
|
|
|
- <div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
|
- <table id="upTable" class="table table-bordered table-condensed tree_table">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th width="20%">文件要求</th>
|
|
|
- <th width="35%">文件描述/文件</th>
|
|
|
- <th width="20%">文件类型</th>
|
|
|
- <th width="160px">上传时间</th>
|
|
|
- <th width="120px">文件大小(M)</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody id="file_attachment">
|
|
|
- <c:forEach items="${projectcontentinfo.fileAttachmentList}" var = "fileAttachment" varStatus="status">
|
|
|
- <tr id="file_attachment_${fileAttachment.id}_tr_fu" onclick="listTr(this)">
|
|
|
- <td style="display:none"><span class="faid">${fileAttachment.id}</span></td>
|
|
|
- <td style="display:none">${fileAttachment.mustFlag}</td>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fileAttachment.mustFlag == 1}">
|
|
|
- <td class="tabMove" style="text-align: left;"><span class='default_open' style="padding-right: 15px; "></span><span style="color: red">* </span>${fileAttachment.attachName}<input type="hidden" value="${fileAttachment.attachName}"/></td>
|
|
|
- </c:when>
|
|
|
- <c:otherwise>
|
|
|
- <td class="tabMove" style="text-align: left;"><span class='default_open' style="padding-right: 15px; "></span>${fileAttachment.attachName}<input type="hidden" value="${fileAttachment.attachName}"/></td>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
- <td>
|
|
|
-<%-- <div style="overflow: hidden"><span class="file_nei">内容:</span><div class="file_neirong">${fileAttachment.attachName}</div></div>--%>
|
|
|
- <div style="white-space:normal; word-break:break-all;overflow:hidden;"><span style="font-weight: bold">文件格式及大小:</span>${fileAttachment.attachLength}M;</div><div style="white-space:normal; word-break:break-all;overflow:hidden;"> ${fileAttachment.attachTypes}</div>
|
|
|
- </td>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId=${fileAttachment.id}&projectId=${projectRecords.id}&uploadMode=${projectcontentinfo.uploadMode}','70%','80%',false,'inputForm','upTable')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td style="display:none">${fileAttachment.fileFlag}</td>
|
|
|
-
|
|
|
- </tr>
|
|
|
- <c:forEach items="${fileAttachment.workAttachments}" var = "workClientAttachment" varStatus="status">
|
|
|
- <tr class="file_attachment_${fileAttachment.id}_tr_fu">
|
|
|
- <td></td>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${projectcontentinfo.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>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(fileOther.attachName,'rar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
|
- <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.temporaryUrl}',3)">${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: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}"></td>
|
|
|
- </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>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(fileOther.attachName,'rar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
|
- <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.url}',3)">${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>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
-<%-- <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${workAttachment.url}','90%','90%')">${workAttachment.attachmentName} ; </a>--%>
|
|
|
- <td class="op-td" style="white-space:normal; word-break:break-all;overflow:hidden;" onclick="readOpenInfo('${workClientAttachment.description}')">${workClientAttachment.description}</td>
|
|
|
-
|
|
|
-
|
|
|
- <td class="op-td" style="text-align:center;">
|
|
|
- <fmt:formatDate value="${workClientAttachment.createDate}" type="date"/>
|
|
|
- </td>
|
|
|
-
|
|
|
- <td class="op-td">${workClientAttachment.fileSize}</td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
- <%--附件下载删除--%>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${projectcontentinfo.uploadMode == 2}">
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
- <a href="${workClientAttachment.temporaryUrl}" target="_blank" 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>
|
|
|
-
|
|
|
- <%-- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId=${fileAttachment.id}&projectId=${project.id}','70%','80%',false,'inputForm','upTable',this)" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>--%>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- </c:forEach>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <script type="text/template" id="fileAttachmentTpl">//<!--
|
|
|
- <tr id="budgetList{{idx}}">
|
|
|
- <td class="hide">
|
|
|
- <input id="fileAttachment{{idx}}_id" type="hidden" value="{{row.id}}" class="clientId"/>
|
|
|
- </td>
|
|
|
- <td class="hide">
|
|
|
- 0
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachName}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachLength}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachTypes}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
-
|
|
|
- </td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId={{row.id}}&projectId=${projectRecords.id}','70%','80%',false,'inputForm','upTable')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>//-->
|
|
|
- </script>
|
|
|
-
|
|
|
- <div class="form-group layui-row">
|
|
|
- <div class="form-group-label"><h2>依据性文件</h2></div>
|
|
|
-<%-- <div class="layui-item nav-btns">--%>
|
|
|
- <%--<a id="gistdata_btn" class="nav-btn nav-btn-add" title="添加附件"><i class="fa fa-plus"></i> 添加附件</a>--%>
|
|
|
-<%-- <a href="javascript:void(0)" onclick="formAttachment('添加类型', '${ctx}/projectAccessoryRelation/projectAccessoryRelation/formAttachment?parentId=12&projectType=2&projectId=${projectRecords.id}&reviewFee='+$('#reviewFee').val(),'500px','350px',false,'inputForm','file_gistdata')" class="nav-btn nav-btn-add" ><i class="fa fa-plus"></i> 添加类型</a>--%>
|
|
|
-<%-- </div>--%>
|
|
|
- <div id="addFile_gistdata" style="display: none" class="upload-progress">
|
|
|
- <span id="fileName_gistdata" ></span>
|
|
|
- <span id="_gistdata" ></span>
|
|
|
- <b><span id="baifenbi_gistdata" ></span></b>
|
|
|
- <div class="progress">
|
|
|
- <div id="jindutiao_gistdata" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <input id="gistdata_file" type="file" name="gistdata_file" multiple="multiple" style="display: none;" onChange="if(this.value)gistdataInsertTitle(this.value);"/>
|
|
|
- <span id="gistdata_title"></span>
|
|
|
- <div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
|
- <table id="gistdata_upTable" class="table table-bordered table-condensed tree_table">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th width="20%">文件要求</th>
|
|
|
- <th width="35%">文件描述/文件</th>
|
|
|
- <th width="20%">文件类型</th>
|
|
|
- <th width="160px">上传时间</th>
|
|
|
- <th width="120px">文件大小(M)</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody id="file_gistdata">
|
|
|
- <c:forEach items="${projectcontentinfo.fileGistdataList}" var = "fileGistdata" varStatus="status">
|
|
|
- <tr id="file_gistdata_${fileGistdata.id}_tr" onclick="listTr(this)">
|
|
|
- <%-- <td>${status.index + 1}</td>--%>
|
|
|
- <td style="display:none"><span class="fgid">${fileGistdata.id}</span></td>
|
|
|
- <td style="display:none">${fileGistdata.mustFlag}</td>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fileGistdata.mustFlag == 1}">
|
|
|
- <td class="tabMove" style="text-align: left;"><span class='default_open' style="padding-right: 15px; "></span><span style="color: red">* </span>${fileGistdata.attachName}<input type="hidden" value="${fileGistdata.attachName}"/></td>
|
|
|
- </c:when>
|
|
|
- <c:otherwise>
|
|
|
- <td class="tabMove" style="text-align: left;"><span class='default_open' style="padding-right: 15px; "></span>${fileGistdata.attachName}<input type="hidden" value="${fileGistdata.attachName}"/></td>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
- <td>
|
|
|
-<%-- <div style="overflow: hidden"><span class="file_nei">内容:</span><div class="file_neirong">${fileGistdata.attachName}</div></div>--%>
|
|
|
- <div style="white-space:normal; word-break:break-all;overflow:hidden;"><span style="font-weight: bold">文件格式及大小:</span>${fileGistdata.attachLength}M;</div><div style="white-space:normal; word-break:break-all;overflow:hidden;"> ${fileGistdata.attachTypes}</div>
|
|
|
- </td>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId=${fileGistdata.id}&projectId=${projectRecords.id}&uploadMode=${projectcontentinfo.uploadMode}','70%','80%',false,'inputForm','gistdata_upTable')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td style="display:none">${fileGistdata.fileFlag}</td>
|
|
|
-
|
|
|
- </tr>
|
|
|
- <c:forEach items="${fileGistdata.workAttachments}" var = "workClientAttachment" varStatus="status">
|
|
|
- <tr class="file_gistdata_${fileGistdata.id}_tr">
|
|
|
- <td></td>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${projectcontentinfo.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>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(fileOther.attachName,'rar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
|
- <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.temporaryUrl}',3)">${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: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}"></td>
|
|
|
- </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>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(fileOther.attachName,'rar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
|
- <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.url}',3)">${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>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
-<%-- <td><a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${workAttachment.url}','90%','90%')">${workAttachment.attachmentName} ; </a></td>--%>
|
|
|
- <td class="op-td" style="white-space:normal; word-break:break-all;overflow:hidden;" onclick="readOpenInfo('${workClientAttachment.description}')">${workClientAttachment.description}</td>
|
|
|
-
|
|
|
-
|
|
|
- <td class="op-td" style="text-align:center;">
|
|
|
- <fmt:formatDate value="${workClientAttachment.createDate}" type="date"/>
|
|
|
- </td>
|
|
|
- <td class="op-td">
|
|
|
- ${workClientAttachment.fileSize}
|
|
|
- </td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
-
|
|
|
- <%--附件下载删除--%>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${projectcontentinfo.uploadMode == 2}">
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
- <a href="${workClientAttachment.temporaryUrl}" target="_blank" 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>
|
|
|
-
|
|
|
- <%-- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId=${fileAttachment.id}&projectId=${project.id}','70%','80%',false,'inputForm','upTable',this)" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>--%>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- </c:forEach>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <script type="text/template" id="gistdataTpl">//<!--
|
|
|
- <tr id="budgetList{{idx}}">
|
|
|
- <td class="hide">
|
|
|
- <input id="gistdataTpl{{idx}}_id" type="hidden" value="{{row.id}}" class="clientId"/>
|
|
|
- </td>
|
|
|
- <td class="hide">
|
|
|
- 0
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachName}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachLength}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachTypes}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
-
|
|
|
- </td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId={{row.id}}&projectId=${projectRecords.id}','70%','80%',false,'inputForm','gistdata_upTable')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>//-->
|
|
|
- </script>
|
|
|
-
|
|
|
- <div class="form-group layui-row">
|
|
|
- <div class="form-group-label"><h2>其他文件</h2></div>
|
|
|
-<%-- <div class="layui-item nav-btns">--%>
|
|
|
- <%--<a id="other_btn" class="nav-btn nav-btn-add" title="添加附件"><i class="fa fa-plus"></i> 添加附件</a>--%>
|
|
|
-<%-- <a href="javascript:void(0)" onclick="formAttachment('添加类型', '${ctx}/projectAccessoryRelation/projectAccessoryRelation/formAttachment?parentId=13&projectType=2&projectId=${projectRecords.id}&reviewFee='+$('#reviewFee').val(),'500px','350px',false,'inputForm','file_other')" class="nav-btn nav-btn-add" ><i class="fa fa-plus"></i> 添加类型</a>--%>
|
|
|
-<%-- </div>--%>
|
|
|
- <div id="addFile_other" style="display: none" class="upload-progress">
|
|
|
- <span id="fileName_other" ></span>
|
|
|
- <span id="_other" ></span>
|
|
|
- <b><span id="baifenbi_other" ></span></b>
|
|
|
- <div class="progress">
|
|
|
- <div id="jindutiao_other" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <input id="other_file" type="file" name="other_file" multiple="multiple" style="display: none;" onChange="if(this.value)otherInsertTitle(this.value);"/>
|
|
|
- <span id="other_title"></span>
|
|
|
- <div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
|
- <table id="upTable_other" class="table table-bordered table-condensed tree_table">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th width="20%">文件要求</th>
|
|
|
- <th width="35%">文件描述/文件</th>
|
|
|
- <th width="20%">文件类型</th>
|
|
|
- <th width="160px">上传时间</th>
|
|
|
- <th width="120px">文件大小(M)</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody id="file_other">
|
|
|
- <c:forEach items="${projectcontentinfo.fileOtherList}" var = "fileOther" varStatus="status">
|
|
|
- <tr id="file_other_${fileOther.id}_tr" onclick="listTr(this)">
|
|
|
- <%-- <td>${status.index + 1}</td>--%>
|
|
|
- <td style="display:none"><span class="foid">${fileOther.id}</span></td>
|
|
|
- <td style="display:none">${fileOther.mustFlag}</td>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fileOther.mustFlag == 1}">
|
|
|
- <td class="tabMove" style="text-align: left;"><span class='default_open' style="padding-right: 15px; "></span><span style="color: red">* </span>${fileOther.attachName}<input type="hidden" value="${fileOther .attachName}"/></td>
|
|
|
- </c:when>
|
|
|
- <c:otherwise>
|
|
|
- <td class="tabMove" style="text-align: left;"><span class='default_open' style="padding-right: 15px; "></span>${fileOther.attachName}<input type="hidden" value="${fileOther.attachName}"/></td>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
- <td>
|
|
|
-<%-- <div style="overflow: hidden"><span class="file_nei">内容:</span><div class="file_neirong">${fileOther.attachName}</div></div>--%>
|
|
|
- <div style="white-space:normal; word-break:break-all;overflow:hidden;"><span style="font-weight: bold">文件格式及大小:</span>${fileOther.attachLength}M;</div><div style="white-space:normal; word-break:break-all;overflow:hidden;"> ${fileOther.attachTypes}</div>
|
|
|
- </td>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId=${fileOther.id}&projectId=${projectRecords.id}&uploadMode=${projectcontentinfo.uploadMode}','70%','80%',false,'inputForm','upTable_other')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td style="display:none">${fileOther.fileFlag}</td>
|
|
|
- </tr>
|
|
|
- <c:forEach items="${fileOther.workAttachments}" var = "workClientAttachment" varStatus="status">
|
|
|
- <tr class="file_other_${fileOther.id}_tr">
|
|
|
- <td></td>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${projectcontentinfo.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>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(fileOther.attachName,'rar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
|
- <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.temporaryUrl}',3)">${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: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}"></td>
|
|
|
- </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>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(fileOther.attachName,'rar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
|
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
|
- <td><a class="attention-info" href="javascript:void(0)" onclick="openPreview('${workClientAttachment.url}',3)">${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>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
- <td class="op-td" style="white-space:normal; word-break:break-all;overflow:hidden;" onclick="readOpenInfo('${workClientAttachment.description}')">${workClientAttachment.description}</td>
|
|
|
-
|
|
|
|
|
|
- <td class="op-td" style="text-align:center;">
|
|
|
- <fmt:formatDate value="${workClientAttachment.createDate}" type="date"/>
|
|
|
- </td>
|
|
|
- <td>${workClientAttachment.fileSize}</td>
|
|
|
- <%-- <td><a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${workAttachment.url}','90%','90%')">${workAttachment.attachmentName} ; </a></td>--%>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
+ <%-- showAddButton="true" 显示添加按钮 --%>
|
|
|
+ <%-- parentId="13" 父级ID,根据实际业务传递 --%>
|
|
|
+ <%-- projectType="2" 项目类型,根据实际业务传递 --%>
|
|
|
+ <%-- reviewFeeSelector="reviewFee" 评审费用选择器ID --%>
|
|
|
+ <%-- showEditBtn="true" 显示编辑按钮 --%>
|
|
|
+ <table:otherFileInstallDisplay
|
|
|
+ title="成果文件"
|
|
|
+ onChangeFunc="insertTitle"
|
|
|
+ fileList="${projectcontentinfo.fileAttachmentList}"
|
|
|
+ projectId="${projectRecords.id}"
|
|
|
+ uploadMode="${projectcontentinfo.uploadMode}"
|
|
|
+ moduleId="attachment"
|
|
|
+ showEditBtn="true"/>
|
|
|
+
|
|
|
+ <%-- showAddButton="true" 显示添加按钮 --%>
|
|
|
+ <%-- parentId="13" 父级ID,根据实际业务传递 --%>
|
|
|
+ <%-- projectType="2" 项目类型,根据实际业务传递 --%>
|
|
|
+ <%-- reviewFeeSelector="reviewFee" 评审费用选择器ID --%>
|
|
|
+ <%-- showEditBtn="true" 显示编辑按钮 --%>
|
|
|
+ <table:otherFileInstallDisplay
|
|
|
+ title="依据性文件"
|
|
|
+ onChangeFunc="gistdataInsertTitle"
|
|
|
+ fileList="${projectcontentinfo.fileGistdataList}"
|
|
|
+ projectId="${projectRecords.id}"
|
|
|
+ uploadMode="${projectcontentinfo.uploadMode}"
|
|
|
+ moduleId="gistdata"
|
|
|
+ showEditBtn="true"/>
|
|
|
+
|
|
|
+ <%-- showAddButton="true" 显示添加按钮 --%>
|
|
|
+ <%-- parentId="13" 父级ID,根据实际业务传递 --%>
|
|
|
+ <%-- projectType="2" 项目类型,根据实际业务传递 --%>
|
|
|
+ <%-- reviewFeeSelector="reviewFee" 评审费用选择器ID --%>
|
|
|
+ <%-- showEditBtn="true" 显示编辑按钮 --%>
|
|
|
+ <table:otherFileInstallDisplay
|
|
|
+ title="其他文件"
|
|
|
+ onChangeFunc="otherInsertTitle"
|
|
|
+ fileList="${projectcontentinfo.fileOtherList}"
|
|
|
+ projectId="${projectRecords.id}"
|
|
|
+ uploadMode="${projectcontentinfo.uploadMode}"
|
|
|
+ moduleId="other"
|
|
|
+ showEditBtn="true"/>
|
|
|
|
|
|
- <%--附件下载删除--%>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${projectcontentinfo.uploadMode == 2}">
|
|
|
- <c:choose>
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
- <a href="${workClientAttachment.temporaryUrl}" target="_blank" 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>
|
|
|
-
|
|
|
- <%-- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId=${fileAttachment.id}&projectId=${project.id}','70%','80%',false,'inputForm','upTable',this)" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>--%>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- </c:forEach>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <script type="text/template" id="otherTpl">//<!--
|
|
|
- <tr id="budgetList{{idx}}">
|
|
|
- <td class="hide">
|
|
|
- <input id="otherTpl{{idx}}_id" type="hidden" value="{{row.id}}" class="clientId"/>
|
|
|
- </td>
|
|
|
- <td class="hide">
|
|
|
- 0
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachName}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachLength}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
- {{row.attachTypes}}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;">
|
|
|
-
|
|
|
- </td>
|
|
|
- <td class="op-td">
|
|
|
- <div class="op-btn-box" >
|
|
|
- <a href="javascript:void(0)" onclick="openBill2('编辑附件', '${ctx}/projectAccessory/projectAccessory/workAttachmentForm?attachmentId={{row.id}}&projectId=${projectRecords.id}','70%','80%',false,'inputForm','upTable_other')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>//-->
|
|
|
- </script>
|
|
|
|
|
|
<div class="form-group layui-row">
|
|
|
<div class="form-group-label" style="overflow:hidden">
|
|
@@ -2496,303 +1973,6 @@
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
-<script>
|
|
|
- function openBill2(title,url,width,height,target,formId,tableId){
|
|
|
- var rows = $(this).parent().prevAll().length + 1;
|
|
|
- var frameIndex = parent.layer.getFrameIndex(window.name);
|
|
|
- var urls = url+"&index="+frameIndex;
|
|
|
- if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)){//如果是移动端,就使用自适应大小弹窗
|
|
|
- width='auto';
|
|
|
- height='auto';
|
|
|
- }else{//如果是PC端,根据用户设置的width和height显示。
|
|
|
-
|
|
|
- }
|
|
|
- top.layer.open({
|
|
|
- type: 2,
|
|
|
- area: [width, height],
|
|
|
- title: title,
|
|
|
- skin:"two-btns",
|
|
|
- maxmin: false, //开启最大化最小化按钮
|
|
|
- content: urls ,
|
|
|
- btn: ['确定','关闭'],
|
|
|
- yes: function(index, layero){
|
|
|
- var body = top.layer.getChildFrame('body', index);
|
|
|
- var iframeWin = layero.find('iframe')[0]; //得到iframe页的窗口对象,执行iframe页的方法:iframeWin.method();
|
|
|
- var inputForm = body.find('#inputForm');
|
|
|
- var top_iframe;
|
|
|
- if(target){
|
|
|
- top_iframe = target;//如果指定了iframe,则在改frame中跳转
|
|
|
- }else{
|
|
|
- top_iframe = top.getActiveTab().attr("name");//获取当前active的tab的iframe
|
|
|
- }
|
|
|
- inputForm.attr("target",top_iframe);//表单提交成功后,从服务器返回的url在当前tab中展示
|
|
|
- inputForm.attr("action","${ctx}/projectAccessory/projectAccessory/saveWorkAttachment");//表单提交成功后,从服务器返回的url在当前tab中展示
|
|
|
- var $document = iframeWin.contentWindow.document;
|
|
|
-
|
|
|
- formSubmit2($document,formId,index,tableId);
|
|
|
-
|
|
|
- },
|
|
|
- cancel: function(index){
|
|
|
- },
|
|
|
- end:function () {
|
|
|
- var reviewFee = $("#reviewFee").val();
|
|
|
- $("#"+tableId).load(location.href+"&reviewFee="+reviewFee + " #"+tableId);
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
- function formSubmit2($document,inputForm,index,tableId){
|
|
|
-
|
|
|
- var validateForm = $($document.getElementById(inputForm)).validate({
|
|
|
- submitHandler: function(form){
|
|
|
- loading('正在提交,请稍等...');
|
|
|
- form.submit();
|
|
|
- },
|
|
|
- errorContainer: "#messageBox",
|
|
|
- errorPlacement: function(error, element) {
|
|
|
- $($document.getElementById("#messageBox")).text("输入有误,请先更正。");
|
|
|
- if (element.is(":checkbox")||element.is(":radio")||element.parent().is(".input-append")){
|
|
|
- error.appendTo(element.parent().parent());
|
|
|
- } else {
|
|
|
- error.insertAfter(element);
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
- if(validateForm.form()){
|
|
|
- var action = $document.getElementById(inputForm).action;
|
|
|
- var handleInfo = $($document.getElementById(inputForm)).serialize();
|
|
|
- $.ajax({
|
|
|
- type : "POST",
|
|
|
- url : action,
|
|
|
- data : handleInfo,
|
|
|
- //请求成功
|
|
|
- success:function(data) {
|
|
|
- var d = data;
|
|
|
- //输出提示信息
|
|
|
- if(d.str.length>0){
|
|
|
- parent.layer.msg(d.str,{icon:1});
|
|
|
- }
|
|
|
- //刷新当前模块
|
|
|
- var reviewFee = $("#reviewFee").val();
|
|
|
- $("#"+tableId).load(location.href+"&reviewFee="+reviewFee + " #"+tableId);
|
|
|
- //关闭当前页
|
|
|
- top.layer.close(index)
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
- //新增行方法
|
|
|
- var fileAttachmentTpl = $("#fileAttachmentTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
- var gistdataTpl = $("#gistdataTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
- var otherTpl = $("#otherTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
-
|
|
|
- function formAttachment(title,url,width,height,target,formId,divId){
|
|
|
- var rows = $(this).parent().prevAll().length + 1;
|
|
|
- var frameIndex = parent.layer.getFrameIndex(window.name);
|
|
|
- var urls = url;
|
|
|
- if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)){//如果是移动端,就使用自适应大小弹窗
|
|
|
- width='auto';
|
|
|
- height='auto';
|
|
|
- }else{//如果是PC端,根据用户设置的width和height显示。
|
|
|
-
|
|
|
- }
|
|
|
- top.layer.open({
|
|
|
- type: 2,
|
|
|
- area: [width, height],
|
|
|
- title: title,
|
|
|
- skin:"two-btns",
|
|
|
- maxmin: false, //开启最大化最小化按钮
|
|
|
- content: urls ,
|
|
|
- btn: ['确定','关闭'],
|
|
|
- yes: function(index, layero){
|
|
|
- var body = top.layer.getChildFrame('body', index);
|
|
|
- var iframeWin = layero.find('iframe')[0]; //得到iframe页的窗口对象,执行iframe页的方法:iframeWin.method();
|
|
|
- var inputForm = body.find('#inputForm');
|
|
|
- var top_iframe;
|
|
|
- inputForm.attr("action","${ctx}/projectTemplate/projectTemplate/getProjectTemplateInfo");//表单提交成功后,从服务器返回的url在当前tab中展示
|
|
|
- var $document = iframeWin.contentWindow.document;
|
|
|
- formSubmitAjax($document,formId,index,divId);
|
|
|
-
|
|
|
- },
|
|
|
- cancel: function(index){
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
- function formSubmitAjax($document,inputForm,index,divId){
|
|
|
- var validateForm = $($document.getElementById(inputForm)).validate({
|
|
|
- submitHandler: function(form){
|
|
|
- loading('正在提交,请稍等...');
|
|
|
- form.submit();
|
|
|
- },
|
|
|
- errorContainer: "#messageBox",
|
|
|
- errorPlacement: function(error, element) {
|
|
|
- $($document.getElementById("#messageBox")).text("输入有误,请先更正。");
|
|
|
- if (element.is(":checkbox")||element.is(":radio")||element.parent().is(".input-append")){
|
|
|
- error.appendTo(element.parent().parent());
|
|
|
- } else {
|
|
|
- error.insertAfter(element);
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
- if(validateForm.form()){
|
|
|
- $($document.getElementById(inputForm)).ajaxSubmit({
|
|
|
- success:function(data) {
|
|
|
- if(!data.success){
|
|
|
- top.layer.msg("保存依据资料信息异常!",{icon:2});
|
|
|
- return false;
|
|
|
- }
|
|
|
- var idx = ''
|
|
|
- if(divId == 'file_attachment'){
|
|
|
- idx = $("#file_attachment tr").length;
|
|
|
- addRowBaseData("#file_attachment",idx,fileAttachmentTpl,data.body.projectAccessoryInfo);
|
|
|
- }else if(divId == 'file_gistdata'){
|
|
|
- idx = $("#file_gistdata tr").length;
|
|
|
- addRowBaseData("#file_gistdata",idx,gistdataTpl,data.body.projectAccessoryInfo);
|
|
|
- }else if(divId == 'file_other'){
|
|
|
- idx = $("#file_other tr").length;
|
|
|
- addRowBaseData("#file_other",idx,otherTpl,data.body.projectAccessoryInfo);
|
|
|
- }
|
|
|
- parent.layer.msg(data.msg,{icon:1});
|
|
|
- top.layer.close(index)
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- function hasInArr(id,idArr) {
|
|
|
- for(var i=0;i<idArr.length;i++){
|
|
|
- if(id==$(idArr[i]).val()){
|
|
|
- return true;
|
|
|
- }
|
|
|
- }
|
|
|
- return false;
|
|
|
- }
|
|
|
- function existBaseData(id,length) {
|
|
|
- for (var i=0;i<length;i++) {
|
|
|
- var val = $('#file_attachment'+i+'_id').val();
|
|
|
- if(id==val){
|
|
|
- return true;
|
|
|
- }
|
|
|
- }
|
|
|
- return false;
|
|
|
- }
|
|
|
-
|
|
|
- // function addRowBaseData(list, idx, tpl, row){
|
|
|
- // bornTemplete(list, idx, tpl, row, idx);
|
|
|
- // }
|
|
|
- //
|
|
|
- // function bornTemplete(list, idx, tpl, row, idx1){
|
|
|
- // var idx1 = '';
|
|
|
- // if(list == 'file_attachment'){
|
|
|
- // idx1 = $("#file_attachment tr").length +1;
|
|
|
- // }else if(list == 'file_gistdata'){
|
|
|
- // idx1 = $("#file_gistdata tr").length +1;
|
|
|
- // }else if(list == 'file_other'){
|
|
|
- // idx1 = $("#file_other tr").length +1;
|
|
|
- // }
|
|
|
- //
|
|
|
- // $(list).append(Mustache.render(tpl, {
|
|
|
- // idx: idx, delBtn: true, row: row,
|
|
|
- // order:idx1 + 1, idx1:idx1
|
|
|
- // }));
|
|
|
- // $(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 delRowBaseData(obj, prefix,userId){
|
|
|
- var id = $(prefix+"_id").val();
|
|
|
- var currentUser = '${fns:getUser().id}';
|
|
|
- var contentId = '${projectcontentinfo.projectContentData.id}';
|
|
|
- console.log(contentId);
|
|
|
- var condition = "${flag}";
|
|
|
- $.ajax({
|
|
|
- type:"post",
|
|
|
- url:'${ctx}/projectcontentinfo/projectContentData/ajaxdelete',
|
|
|
- data:{"contentId":contentId,"basedId":id,"condition":condition},
|
|
|
- dataType:"json",
|
|
|
- success:function(data){
|
|
|
- if(data.success) {
|
|
|
- if("according" == condition || "completion" == condition || "early" == condition || "claim" == condition || "design" == condition || "visa" == condition || "interim" == condition || "distribution" == condition || "material" == condition || "armor" == condition ){
|
|
|
- $(obj).parent().parent().remove();
|
|
|
- }else{
|
|
|
- $(obj).parent().parent().remove();
|
|
|
- }
|
|
|
- if(data.body.inuse){
|
|
|
- return;
|
|
|
- }
|
|
|
- if (currentUser == userId) {
|
|
|
- confirmDelete('是否同步删除资料库的文件?','${ctx}/projectcontentinfo/projectcontentinfo/delete?infoId='+id+'&id=${projectcontentinfo.id}&type=1');
|
|
|
- }
|
|
|
- }else {
|
|
|
- top.layer.msg("删除依据资料失败!", {icon: 0});
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
- function delBaseData(obj, prefix,userId){
|
|
|
- var id = $(prefix+"_id").val();
|
|
|
- var currentUser = '${fns:getUser().id}';
|
|
|
- var contentId = '${projectcontentinfo.projectContentData.id}';
|
|
|
- console.log(contentId);
|
|
|
- var condition = "${flag}";
|
|
|
- $.ajax({
|
|
|
- type:"post",
|
|
|
- url:'${ctx}/projectcontentinfo/projectContentData/ajaxdelete',
|
|
|
- data:{"contentId":contentId,"basedId":id,"condition":condition},
|
|
|
- dataType:"json",
|
|
|
- success:function(data){
|
|
|
- if(data.success) {
|
|
|
- if("according" == condition || "completion" == condition || "early" == condition || "claim" == condition || "design" == condition || "visa" == condition || "interim" == condition || "distribution" == condition || "material" == condition || "armor" == condition ){
|
|
|
- $(obj).parent().parent().parent().remove();
|
|
|
- }else{
|
|
|
- $(obj).parent().parent().remove();
|
|
|
- }
|
|
|
- if(data.body.inuse){
|
|
|
- return;
|
|
|
- }
|
|
|
- if (currentUser == userId) {
|
|
|
- confirmDelete('是否同步删除资料库的文件?','${ctx}/projectcontentinfo/projectcontentinfo/delete?infoId='+id+'&id=${projectcontentinfo.id}&type=1');
|
|
|
- }
|
|
|
- }else {
|
|
|
- top.layer.msg("删除依据资料失败!", {icon: 0});
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
- function confirmDelete(mess, href){
|
|
|
- top.layer.confirm(mess, {icon: 3, title:'系统提示'}, function(index){
|
|
|
- //do something
|
|
|
- if (typeof href == 'function') {
|
|
|
- href();
|
|
|
- }else{
|
|
|
- $.ajax({
|
|
|
- url:href,
|
|
|
- type:"post",
|
|
|
- success:function(data){
|
|
|
- if(data.success){
|
|
|
- top.layer.msg("删除依据资料成功!", {icon: 0});
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
- top.layer.close(index);
|
|
|
- });
|
|
|
- return false;
|
|
|
- }
|
|
|
-</script>
|
|
|
</body>
|
|
|
</html>
|