|
@@ -41,9 +41,19 @@
|
|
|
text-align: center;
|
|
|
height: 30px;
|
|
|
}
|
|
|
- .project-detail li{width:30px;text-align:center;line-height:20px;color:#fff;margin:0 2px;}
|
|
|
- .project-detail li.gray{background:#d8d1d1;}
|
|
|
- .project-detail li.green{background:#1cc09f;}
|
|
|
+ .project-detail li{
|
|
|
+ width:30px;
|
|
|
+ text-align:center;
|
|
|
+ line-height:20px;
|
|
|
+ color:#fff;
|
|
|
+ margin:0 2px;
|
|
|
+ }
|
|
|
+ .project-detail li.gray{
|
|
|
+ background:#d8d1d1;
|
|
|
+ }
|
|
|
+ .project-detail li.green{
|
|
|
+ background:#1cc09f;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div id="showBigPic">
|
|
|
<input type="hidden" id="id" value="{$id}"/>
|
|
@@ -106,7 +116,11 @@
|
|
|
$("#fileTable").bootstrapTable('expandAllRows');
|
|
|
},
|
|
|
onExpandRow: function (index, row, $detail) {
|
|
|
- var ajax = new $ax(Feng.ctxPath + "/common/api/listTalentFile", function (data) {
|
|
|
+ var url = "/common/api/listTalentFile";
|
|
|
+ if (row.project == 4) {
|
|
|
+ url = "/common/api/listTalentCommonFile";
|
|
|
+ }
|
|
|
+ var ajax = new $ax(Feng.ctxPath + url, function (data) {
|
|
|
if (data == null || data.length == 0) {
|
|
|
return;
|
|
|
}
|