|
@@ -7,8 +7,20 @@
|
|
<script src="${ctxStatic}/layer-v2.3/layui/xmSelect.js" charset="utf-8"></script>
|
|
<script src="${ctxStatic}/layer-v2.3/layui/xmSelect.js" charset="utf-8"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/layui/layui.js"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/layui/layui.js"></script>
|
|
<link rel='stylesheet' type="text/css" href="${ctxStatic}/layui/css/layui.css"/>
|
|
<link rel='stylesheet' type="text/css" href="${ctxStatic}/layui/css/layui.css"/>
|
|
- <script>
|
|
|
|
|
|
+ <script type="text/javascript">
|
|
|
|
+ $(document).ready(function() {
|
|
|
|
+ $(".list-tabs li").click(function(){
|
|
|
|
+ $(".list-tabs li").each(function(){
|
|
|
|
+ $(this).removeAttr("class","active");
|
|
|
|
+ var id='#'+$(this).find("span").html();
|
|
|
|
+ $(id).attr("class","hide");
|
|
|
|
+ })
|
|
|
|
+ $(this).attr("class","active");
|
|
|
|
+ var id='#'+$(this).find("span").html();
|
|
|
|
+ $(id).removeAttr("class","hide");
|
|
|
|
|
|
|
|
+ })
|
|
|
|
+ });
|
|
</script>
|
|
</script>
|
|
<style>
|
|
<style>
|
|
#companyType-error{
|
|
#companyType-error{
|
|
@@ -33,13 +45,7 @@
|
|
<div class="single-form view-form">
|
|
<div class="single-form view-form">
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="full-width fl">
|
|
<div class="full-width fl">
|
|
- <div class="list-form-tab contentShadow shadowLTR" id="tabDiv">
|
|
|
|
- <ul class="list-tabs" >
|
|
|
|
- <li class="active"><a>基本信息</a></li>
|
|
|
|
- <li ><a>调解笔录</a></li>
|
|
|
|
- <li><a>文件处理</a></li>
|
|
|
|
- </ul>
|
|
|
|
- </div>
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="container">
|
|
<input type="hidden" value="${param.param}" id="param">
|
|
<input type="hidden" value="${param.param}" id="param">
|
|
@@ -47,300 +53,124 @@
|
|
action="${ctx}/disputeMediation/projectNonPrelitigationMediation/save"
|
|
action="${ctx}/disputeMediation/projectNonPrelitigationMediation/save"
|
|
method="post" class="form-horizontal layui-form">
|
|
method="post" class="form-horizontal layui-form">
|
|
<form:hidden path="id"/>
|
|
<form:hidden path="id"/>
|
|
- <div class="item layui-row" style="display: block;">
|
|
|
|
- <div class="form-group-label"><h2>基本信息</h2></div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>调解组织:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input placeholder="请输入调解组织" readonly="true" path="mediationOrganization" id="mediationOrganization" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>案号:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input placeholder="请输入案号" readonly="true" path="caseNumber" id="caseNumber" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
|
|
+ <div class="tabs-container">
|
|
|
|
+ <div class="list-form-tab contentShadow shadowLTR" id="tabDiv">
|
|
|
|
+ <ul class="list-tabs" >
|
|
|
|
+ <li class="active"><a>基本信息</a><span class="hide">info</span></li>
|
|
|
|
+ <li ><a>调解笔录</a><span class="hide">conciliation</span></li>
|
|
|
|
+ <li><a>文件处理</a><span class="hide">feedback</span></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="tab-content">
|
|
|
|
+ <div class="item layui-row" id="info" style="display: block;">
|
|
|
|
+ <div class="form-group-label"><h2>基本信息</h2></div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label"><span class="require-item">*</span>调解组织:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input placeholder="请输入调解组织" readonly="true" path="mediationOrganization" id="mediationOrganization" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>调解期间:</label>
|
|
|
|
- <div class="layui-input-block readOnlyFFF">
|
|
|
|
- <input id="startTime" placeholder="开始时间" readonly="true" name="startTime" type="text" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group"
|
|
|
|
- value="<fmt:formatDate value="${projectNonPrelitigationMediation.startTime}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
- </input>
|
|
|
|
- <span class="group-sep">-</span>
|
|
|
|
- <input id="endTime" placeholder="结束时间" readonly="true" name="endTime" type="text" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group"
|
|
|
|
- value="<fmt:formatDate value="${projectNonPrelitigationMediation.endTime}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
- </input>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label"><span class="require-item">*</span>案号:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input placeholder="请输入案号" readonly="true" path="caseNumber" id="caseNumber" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>法院名称:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input placeholder="请输入法院名称" readonly="true" path="courtName" id="courtName" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label"><span class="require-item">*</span>调解期间:</label>
|
|
|
|
+ <div class="layui-input-block readOnlyFFF">
|
|
|
|
+ <input id="startTime" placeholder="开始时间" readonly="true" name="startTime" type="text" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group"
|
|
|
|
+ value="<fmt:formatDate value="${projectNonPrelitigationMediation.startTime}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
+ </input>
|
|
|
|
+ <span class="group-sep">-</span>
|
|
|
|
+ <input id="endTime" placeholder="结束时间" readonly="true" name="endTime" type="text" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group"
|
|
|
|
+ value="<fmt:formatDate value="${projectNonPrelitigationMediation.endTime}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
+ </input>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>纠纷发生地:</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <sys:treeselect id="area" name="area.id" disabled="true" value="${projectNonPrelitigationMediation.area.id}" labelName="area.name"
|
|
|
|
- labelValue="${projectNonPrelitigationMediation.area.name}"
|
|
|
|
- cssStyle="background-color:#fff"
|
|
|
|
- title="区域" url="/sys/area/treeData" cssClass="form-control required layui-input"
|
|
|
|
- allowClear="true" notAllowSelectParent="false"/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label"><span class="require-item">*</span>法院名称:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input placeholder="请输入法院名称" readonly="true" path="courtName" id="courtName" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>原告:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="plaintiff" readonly="true" placeholder="请输入原告" id="plaintiff" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label"><span class="require-item">*</span>纠纷发生地:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <sys:treeselect id="area" name="area.id" disabled="disabled" value="${projectNonPrelitigationMediation.area.id}" labelName="area.name"
|
|
|
|
+ labelValue="${projectNonPrelitigationMediation.area.name}"
|
|
|
|
+ cssStyle="background-color:#fff"
|
|
|
|
+ title="区域" url="/sys/area/treeData" cssClass="form-control required layui-input"
|
|
|
|
+ allowClear="true" notAllowSelectParent="false"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label">调解配合度:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input path="mediationFit" readonly="true" id="mediationFit" htmlEscape="false"
|
|
|
|
- placeholder="请输入调解配合度" class="form-control layui-input "/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label"><span class="require-item">*</span>原告:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input path="plaintiff" readonly="true" placeholder="请输入原告" id="plaintiff" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label">被告1:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input placeholder="请输入被告1" readonly="true" path="defendantFirst" id="defendantFirst" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label">调解配合度:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input path="mediationFit" readonly="true" id="mediationFit" htmlEscape="false"
|
|
|
|
+ placeholder="请输入调解配合度" class="form-control layui-input "/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label">被告2:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:input placeholder="请输入被告2" readonly="true" path="defendantSecond" id="defendantSecond" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label">被告1:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input placeholder="请输入被告1" readonly="true" path="defendantFirst" id="defendantFirst" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
- <label class="layui-form-label">调解过程:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:textarea path="mediationProcess" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
- placeholder="请输入调解过程" class="form-control "/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label">被告2:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:input placeholder="请输入被告2" readonly="true" path="defendantSecond" id="defendantSecond" htmlEscape="false" class="form-control layui-input"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
- <label class="layui-form-label ">原告诉讼请求:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:textarea path="plaintiffClaim" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
- placeholder="请输入原告诉讼请求" class="form-control "/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
+ <label class="layui-form-label">调解过程:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:textarea path="mediationProcess" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
+ placeholder="请输入调解过程" class="form-control "/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
- <label class="layui-form-label ">被告答辩意见:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:textarea path="respondentOpinion" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
- placeholder="请输入被告答辩意见" class="form-control "/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
+ <label class="layui-form-label ">原告诉讼请求:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:textarea path="plaintiffClaim" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
+ placeholder="请输入原告诉讼请求" class="form-control "/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
- <label class="layui-form-label ">无争议的事实:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:textarea path="undisputedFact" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
- placeholder="请输入无争议的事实" class="form-control "/>
|
|
|
|
|
|
+ <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
+ <label class="layui-form-label ">被告答辩意见:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:textarea path="respondentOpinion" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
+ placeholder="请输入被告答辩意见" class="form-control "/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="item layui-row" style="display: none;">
|
|
|
|
- <div class="form-group-label"><h2>附件信息</h2></div>
|
|
|
|
- <div id="addFile_attachment" style="display: none" class="upload-progress">
|
|
|
|
- <span id="fileName_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 class="layui-item layui-col-sm12 with-textarea">
|
|
|
|
+ <label class="layui-form-label ">无争议的事实:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <form:textarea path="undisputedFact" readonly="true" htmlEscape="false" rows="4" maxlength="500"
|
|
|
|
+ placeholder="请输入无争议的事实" class="form-control "/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <input id="attachment_file" type="file" name="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 details">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <%-- <th>序号</th>--%>
|
|
|
|
- <th>文件</th>
|
|
|
|
- <th>上传人</th>
|
|
|
|
- <th>上传时间</th>
|
|
|
|
- <th width="200px">操作</th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody id="file_attachment">
|
|
|
|
- <c:forEach items="${projectNonPrelitigationMediation.workAttachmentsConciliationRecords}" var="workClientAttachment"
|
|
|
|
- varStatus="status">
|
|
|
|
- <tr>
|
|
|
|
- <%-- <td>${status.index + 1}</td>--%>
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${projectNonPrelitigationMediation.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(workClientAttachment.attachmentName,'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}">
|
|
|
|
- </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="${projectNonPrelitigationMediation.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(workClientAttachment.attachmentName,'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}">
|
|
|
|
- </c:when>
|
|
|
|
- <c:otherwise>
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
|
- <td><a href="javascript:void(0)" onclick="openPreview('${workClientAttachment.url}',1)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
- </c:when>
|
|
|
|
- <c:otherwise>
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'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>
|
|
|
|
- </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="${projectNonPrelitigationMediation.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>
|
|
|
|
- <c:if test="${workClientAttachment.collectFlag != 1}">
|
|
|
|
- <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn layui-btn-warm" > 收藏</a>
|
|
|
|
- </c:if>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </c:forEach>
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="item layui-row" style="display: none;">
|
|
|
|
- <div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>诉前调解案件反馈表</h2></div>
|
|
|
|
- <div id="addFile_attachment1" style="display: none" class="upload-progress">
|
|
|
|
- <span id="fileName_attachment1"></span>
|
|
|
|
- <b><span id="baifenbi_attachment1"></span></b>
|
|
|
|
|
|
+ <div class="item layui-row" id="conciliation" style="display: none;">
|
|
|
|
+ <div class="form-group-label"><h2>附件信息</h2></div>
|
|
|
|
+ <div id="addFile_attachment" style="display: none" class="upload-progress">
|
|
|
|
+ <span id="fileName_attachment"></span>
|
|
|
|
+ <b><span id="baifenbi_attachment"></span></b>
|
|
<div class="progress">
|
|
<div class="progress">
|
|
<%--进度条--%>
|
|
<%--进度条--%>
|
|
- <div id="jindutiao_attachment1" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
|
|
|
|
+ <div id="jindutiao_attachment" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <input id="attachment_file1" type="file" name="file" multiple="multiple"
|
|
|
|
- style="display: none;" onChange="if(this.value)insertTitle1(this.value);"/>
|
|
|
|
|
|
+ <input id="attachment_file" type="file" name="file" multiple="multiple"
|
|
|
|
+ style="display: none;" onChange="if(this.value)insertTitle(this.value);"/>
|
|
<span id="attachment_title"></span>
|
|
<span id="attachment_title"></span>
|
|
<div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
<div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
<table id="upTable" class="table table-bordered table-condensed details">
|
|
<table id="upTable" class="table table-bordered table-condensed details">
|
|
@@ -353,8 +183,8 @@
|
|
<th width="200px">操作</th>
|
|
<th width="200px">操作</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
- <tbody id="file_attachment1">
|
|
|
|
- <c:forEach items="${projectNonPrelitigationMediation.workAttachmentsFeedback}" var="workClientAttachment"
|
|
|
|
|
|
+ <tbody id="file_attachment">
|
|
|
|
+ <c:forEach items="${projectNonPrelitigationMediation.workAttachmentsConciliationRecords}" var="workClientAttachment"
|
|
varStatus="status">
|
|
varStatus="status">
|
|
<tr>
|
|
<tr>
|
|
<%-- <td>${status.index + 1}</td>--%>
|
|
<%-- <td>${status.index + 1}</td>--%>
|
|
@@ -408,7 +238,7 @@
|
|
</c:when>
|
|
</c:when>
|
|
<c:otherwise>
|
|
<c:otherwise>
|
|
<c:choose>
|
|
<c:choose>
|
|
- <c:when test="${workClientAttachment.uploadMode == 2}">
|
|
|
|
|
|
+ <c:when test="${projectNonPrelitigationMediation.uploadMode == 2}">
|
|
<c:choose>
|
|
<c:choose>
|
|
<c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
<c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
@@ -501,7 +331,6 @@
|
|
<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>
|
|
<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:otherwise>
|
|
</c:choose>
|
|
</c:choose>
|
|
-
|
|
|
|
<c:if test="${workClientAttachment.collectFlag != 1}">
|
|
<c:if test="${workClientAttachment.collectFlag != 1}">
|
|
<a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn layui-btn-warm" > 收藏</a>
|
|
<a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn layui-btn-warm" > 收藏</a>
|
|
</c:if>
|
|
</c:if>
|
|
@@ -513,193 +342,383 @@
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>专家意见(征求意见稿)</h2></div>
|
|
|
|
- <div id="addFile_attachment2" style="display: none" class="upload-progress">
|
|
|
|
- <span id="fileName_attachment2"></span>
|
|
|
|
- <b><span id="baifenbi_attachment2"></span></b>
|
|
|
|
- <div class="progress">
|
|
|
|
- <%--进度条--%>
|
|
|
|
- <div id="jindutiao_attachment2" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
|
|
|
|
+ <div class="item layui-row" id="feedback" style="display: none;">
|
|
|
|
+ <div class="form-group layui-row">
|
|
|
|
+ <div class="form-group-label"><h2>诉前调解案件反馈表</h2></div>
|
|
|
|
+ <div id="addFile_attachment1" style="display: none" class="upload-progress">
|
|
|
|
+ <span id="fileName_attachment1"></span>
|
|
|
|
+ <b><span id="baifenbi_attachment1"></span></b>
|
|
|
|
+ <div class="progress">
|
|
|
|
+ <%--进度条--%>
|
|
|
|
+ <div id="jindutiao_attachment1" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <input id="attachment_file2" type="file" name="file" multiple="multiple"
|
|
|
|
- style="display: none;" onChange="if(this.value)insertTitle2(this.value);"/>
|
|
|
|
- <span id="attachment_title2"></span>
|
|
|
|
- <div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
|
|
- <table id="upTable2" class="table table-bordered table-condensed details">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <%-- <th>序号</th>--%>
|
|
|
|
- <th>文件</th>
|
|
|
|
- <th>上传人</th>
|
|
|
|
- <th>上传时间</th>
|
|
|
|
- <th width="200px">操作</th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody id="file_attachment2">
|
|
|
|
- <c:forEach items="${projectNonPrelitigationMediation.workAttachmentsExpertOpinion}" var="workClientAttachment"
|
|
|
|
- varStatus="status">
|
|
|
|
|
|
+ <input id="attachment_file1" type="file" name="file" multiple="multiple"
|
|
|
|
+ style="display: none;" onChange="if(this.value)insertTitle1(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 details">
|
|
|
|
+ <thead>
|
|
<tr>
|
|
<tr>
|
|
- <%-- <td>${status.index + 1}</td>--%>
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${projectNonPrelitigationMediation.uploadMode == 2}">
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
|
|
|
|
+ <%-- <th>序号</th>--%>
|
|
|
|
+ <th>文件</th>
|
|
|
|
+ <th>上传人</th>
|
|
|
|
+ <th>上传时间</th>
|
|
|
|
+ <th width="200px">操作</th>
|
|
|
|
+ </tr>
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody id="file_attachment1">
|
|
|
|
+ <c:forEach items="${projectNonPrelitigationMediation.workAttachmentsFeedback}" var="workClientAttachment"
|
|
|
|
+ varStatus="status">
|
|
|
|
+ <tr>
|
|
|
|
+ <%-- <td>${status.index + 1}</td>--%>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${projectNonPrelitigationMediation.uploadMode == 2}">
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
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(workClientAttachment.attachmentName,'rar')
|
|
|
|
|
|
+ <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(workClientAttachment.attachmentName,'rar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
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')
|
|
|
|
|
|
+ <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,'png')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
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>
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${projectNonPrelitigationMediation.uploadMode == 2}">
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
|
|
|
|
+ <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>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${workClientAttachment.uploadMode == 2}">
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
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(workClientAttachment.attachmentName,'rar')
|
|
|
|
|
|
+ <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(workClientAttachment.attachmentName,'rar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
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')
|
|
|
|
|
|
+ <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,'png')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
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="openPreview('${workClientAttachment.url}',1)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
- </c:when>
|
|
|
|
- <c:otherwise>
|
|
|
|
- <c:choose>
|
|
|
|
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'rar')
|
|
|
|
|
|
+ <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="openPreview('${workClientAttachment.url}',1)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'rar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'zip')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jar')
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'7z')}">
|
|
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>
|
|
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
|
|
+ <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>
|
|
|
|
+ </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">
|
|
|
|
|
|
+ <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="${projectNonPrelitigationMediation.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>
|
|
|
|
|
|
+ <%--附件下载删除--%>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${projectNonPrelitigationMediation.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>
|
|
|
|
|
|
- <c:if test="${workClientAttachment.collectFlag != 1}">
|
|
|
|
- <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn layui-btn-warm" > 收藏</a>
|
|
|
|
- </c:if>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
|
|
+ <c:if test="${workClientAttachment.collectFlag != 1}">
|
|
|
|
+ <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn layui-btn-warm" > 收藏</a>
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group layui-row">
|
|
|
|
+ <div class="form-group-label"><h2>专家意见(征求意见稿)</h2></div>
|
|
|
|
+ <div id="addFile_attachment2" style="display: none" class="upload-progress">
|
|
|
|
+ <span id="fileName_attachment2"></span>
|
|
|
|
+ <b><span id="baifenbi_attachment2"></span></b>
|
|
|
|
+ <div class="progress">
|
|
|
|
+ <%--进度条--%>
|
|
|
|
+ <div id="jindutiao_attachment2" class="progress-bar" style="width: 0%" aria-valuenow="0">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <input id="attachment_file2" type="file" name="file" multiple="multiple"
|
|
|
|
+ style="display: none;" onChange="if(this.value)insertTitle2(this.value);"/>
|
|
|
|
+ <span id="attachment_title2"></span>
|
|
|
|
+ <div class="layui-item layui-col-xs12" style="padding:0 16px;">
|
|
|
|
+ <table id="upTable2" class="table table-bordered table-condensed details">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <%-- <th>序号</th>--%>
|
|
|
|
+ <th>文件</th>
|
|
|
|
+ <th>上传人</th>
|
|
|
|
+ <th>上传时间</th>
|
|
|
|
+ <th width="200px">操作</th>
|
|
</tr>
|
|
</tr>
|
|
- </c:forEach>
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody id="file_attachment2">
|
|
|
|
+ <c:forEach items="${projectNonPrelitigationMediation.workAttachmentsExpertOpinion}" var="workClientAttachment"
|
|
|
|
+ varStatus="status">
|
|
|
|
+ <tr>
|
|
|
|
+ <%-- <td>${status.index + 1}</td>--%>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${projectNonPrelitigationMediation.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(workClientAttachment.attachmentName,'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}">
|
|
|
|
+ </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="${projectNonPrelitigationMediation.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(workClientAttachment.attachmentName,'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}">
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
|
|
|
|
+ <td><a href="javascript:void(0)" onclick="openPreview('${workClientAttachment.url}',1)">${workClientAttachment.attachmentName}</a></td>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'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>
|
|
|
|
+ </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="${projectNonPrelitigationMediation.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>
|
|
|
|
+
|
|
|
|
+ <c:if test="${workClientAttachment.collectFlag != 1}">
|
|
|
|
+ <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn layui-btn-warm" > 收藏</a>
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="form-group layui-row page-end"></div>
|
|
</div>
|
|
</div>
|
|
- <div class="form-group layui-row page-end"></div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
</form:form>
|
|
</form:form>
|
|
</div>
|
|
</div>
|
|
|
|
|