|
|
@@ -36,7 +36,7 @@ |
|
|
|
<td>政治面貌</td> |
|
|
|
<td>@Model.PartyFaceNo</td> |
|
|
|
<td>入党时间</td> |
|
|
|
<td>@(Model.JoinPartyTime.HasValue ? Model.JoinPartyTime.Value.ToShortDateString().Replace("/", "-") : "")</td> |
|
|
|
<td>@Model.JoinPartyTime</td> |
|
|
|
<td>最高学历(学位)</td> |
|
|
|
<td>@Model.HighestRecord</td> |
|
|
|
</tr> |
|
|
@@ -53,7 +53,7 @@ |
|
|
|
<td colspan="6"> |
|
|
|
@foreach (var item in Model.PM_ResumeList) |
|
|
|
{ |
|
|
|
<div class="tableTxt">@(Model.PM_ResumeList.IndexOf(item) + 1)、@item.RTime.Value.ToShortDateString().Replace("/", "-") @item.UnitName @item.DepartmentID @item.PostID</div> |
|
|
|
<div class="tableTxt">@(Model.PM_ResumeList.IndexOf(item) + 1)、@item.RTime @item.UnitName @item.DepartmentID @item.PostID</div> |
|
|
|
} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
@@ -62,7 +62,7 @@ |
|
|
|
<td colspan="6"> |
|
|
|
@foreach (var item in Model.PM_EducationExperienceList) |
|
|
|
{ |
|
|
|
<div class="tableTxt">@(Model.PM_EducationExperienceList.IndexOf(item) + 1)、@item.ETime.Value.ToShortDateString().Replace("/", "-") @item.School @item.Major</div> |
|
|
|
<div class="tableTxt">@(Model.PM_EducationExperienceList.IndexOf(item) + 1)、@item.ETime @item.School @item.Major</div> |
|
|
|
} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|