|
@@ -356,7 +356,7 @@
|
|
|
<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 details tree_table">
|
|
|
+ <table id="upTable" class="table table-bordered table-condensed tree_table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<%-- <th>序号</th>--%>
|
|
@@ -381,7 +381,9 @@
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
<%-- <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>--%>
|
|
|
- <td>${fileAttachment.attachLength}M;${fileAttachment.attachTypes}</td>
|
|
|
+ <td>
|
|
|
+ <div><span style="font-weight: bold">文件格式及大小:</span>${fileAttachment.attachLength}M; ${fileAttachment.attachTypes}</div>
|
|
|
+ </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=${project.id}&uploadMode=${projectReportRecord.uploadMode}','70%','80%',false,'inputForm','upTable')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
@@ -483,7 +485,7 @@
|
|
|
<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 details tree_table">
|
|
|
+ <table id="gistdata_upTable" class="table table-bordered table-condensed tree_table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<%-- <th>序号</th>--%>
|
|
@@ -510,7 +512,9 @@
|
|
|
</c:choose>
|
|
|
<%-- <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>--%>
|
|
|
<%-- <td></td>--%>
|
|
|
- <td>${fileGistdata.attachLength}M;${fileGistdata.attachTypes}</td>
|
|
|
+ <td>
|
|
|
+ <div><span style="font-weight: bold">文件格式及大小:</span>${fileGistdata.attachLength}M; ${fileGistdata.attachTypes}</div>
|
|
|
+ </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=${project.id}&uploadMode=${projectReportRecord.uploadMode}','70%','80%',false,'inputForm','gistdata_upTable')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|
|
@@ -613,7 +617,7 @@
|
|
|
<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 details tree_table">
|
|
|
+ <table id="upTable_other" class="table table-bordered table-condensed tree_table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<%-- <th>序号</th>--%>
|
|
@@ -639,7 +643,9 @@
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
<%-- <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>--%>
|
|
|
- <td>${fileOther.attachLength}M;${fileOther.attachTypes}</td>
|
|
|
+ <td>
|
|
|
+ <div><span style="font-weight: bold">文件格式及大小:</span>${fileOther.attachLength}M; ${fileOther.attachTypes}</div>
|
|
|
+ </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=${project.id}&uploadMode=${projectReportRecord.uploadMode}','70%','80%',false,'inputForm','upTable_other')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 编辑</a>
|