|
@@ -34,8 +34,7 @@
|
|
|
</a>
|
|
|
<ul class="dropdown-menu">
|
|
|
<!-- loop allconArray -->
|
|
|
- <li><a href="{{rootUrl}}project/{{currproArray.pid}}/section">{{allconArray'
|
|
|
- value.stname}}</a></li>
|
|
|
+ <li><a href="{{rootUrl}}project/{{currproArray.pid}}/section">{{allconArray' value.stname}}</a></li>
|
|
|
<!-- endloop -->
|
|
|
</ul>
|
|
|
</li>
|
|
@@ -47,8 +46,7 @@
|
|
|
<ul class="dropdown-menu">
|
|
|
<!-- loop allactmeasureArray -->
|
|
|
<li>
|
|
|
- <a href="{{rootUrl}}project/{{currproArray.pid}}/section/{{allactmeasureArray' value.pmid}}/detail">{{allactmeasureArray'
|
|
|
- value.pmname}}</a></li>
|
|
|
+ <a href="{{rootUrl}}project/{{currproArray.pid}}/section/{{allactmeasureArray' value.pmid}}/detail">{{allactmeasureArray' value.pmname}}</a></li>
|
|
|
<!-- endloop -->
|
|
|
<!-- <li class="divider"></li>
|
|
|
<li><a href="#">共18标段,查看更多</a></li>-->
|
|
@@ -81,7 +79,7 @@
|
|
|
<tr>
|
|
|
<th width="">文件名</th>
|
|
|
<th width="">期</th>
|
|
|
- <th width="">节点</th>
|
|
|
+ <!--<th width="">节点</th>-->
|
|
|
<th width="">上传者</th>
|
|
|
<th width="">上传时间</th>
|
|
|
<th width="">删除</th>
|
|
@@ -105,7 +103,7 @@
|
|
|
id="fname_{{itemMeasureArray' value.imnid}}"
|
|
|
href="#">{{itemMeasureArray' value.filename}}</a></td>
|
|
|
<td>第{{ToChinaseNum(itemMeasureArray' value.numpname)}}期</td>
|
|
|
- <td>{{itemMeasureArray' value.pmname}}</td>
|
|
|
+ <!--<td>{{itemMeasureArray' value.pmname}}</td>-->
|
|
|
<td width="">{{itemMeasureArray' value.realname}}</td>
|
|
|
<td width="">{{formatDate(itemMeasureArray' value.intime,'Y-m-d')}}</td>
|
|
|
<td class="text-error">{{itemMeasureArray' value.delname}}</td>
|
|
@@ -159,7 +157,7 @@
|
|
|
<th width="60">格式</th>
|
|
|
<td id="fileico"><span class="fileico ico-jpg"></span>.jpg</td>
|
|
|
<th width="60">所在期</th>
|
|
|
- <td id="numpname">第二期</td>
|
|
|
+ <td id="numpname2">第二期</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th width="60">上传者</th>
|
|
@@ -253,7 +251,7 @@
|
|
|
$("#realname").html(realname);
|
|
|
$("#intime").html(intime);
|
|
|
$("#tips").html(tips);
|
|
|
- $("#numpname").html(numpname);
|
|
|
+ $("#numpname2").html(numpname);
|
|
|
$("#imnid").val(imnid);
|
|
|
$(".filesDetail").show();
|
|
|
});
|