@model DTO.TComplaintletterDTO @using DTO; @using zhengcaioa.Models; @{ List request_info = ViewData["request_info"] as List; //质疑请求 List question = ViewData["question"] as List; //质疑事项 List law = ViewData["law"] as List; //法律依据 List shifou = ViewData["shifou"] as List; //法律依据 List complaintItemDTOs = Model.complaintItemDTOs; List complaintRespondentDTOs = Model.complaintRespondentDTOs; List complaintShouquandaibiaoDTOs = Model.complaintShouquandaibiaoDTOs; List complaintGongyingshangDTOs = Model.complaintGongyingshangDTOs; } @{ Layout = null; } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
 基本信息
@for (int i = 0; i < complaintShouquandaibiaoDTOs.Count; i++) {
@if (i == 0) {
}
}
@for (int i = 0; i < complaintRespondentDTOs.Count; i++) { @if (i == 0) {
} else {
} }
@for (int i = 0; i < complaintGongyingshangDTOs.Count; i++) {
@if (i == 0) {
}
}
@for (int i = 0; i < complaintItemDTOs.Count; i++) {
@if (i == 0) {
}
@if (i == 0) {
}
}