@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; List ChallengeletterChosen = ViewData["ChallengeletterChosen"] as List; } @{ Layout = null; } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
 基本信息
@* @for (int i = 1; i < 6; i++) { } *@
@*
*@
@for (int i = 0; i < complaintShouquandaibiaoDTOs.Count; i++) {
}
@for (int i = 0; i < complaintRespondentDTOs.Count; i++) { @if (complaintRespondentDTOs.Count == 1) {
} else {
@if (i == 0) {
}
} }
@for (int i = 0; i < complaintGongyingshangDTOs.Count; i++) { @if (complaintGongyingshangDTOs.Count == 1) {
} else {
} }
@for (int i = 0; i < complaintItemDTOs.Count; i++) {
@if (complaintItemDTOs.Count == 1) {
@if (i == 0) {
@*
*@
}
@for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) { @if (complaintItemDTOs[i].sysCodeDtls.Count == 1) {
《@(complaintItemDTOs[i].sysCodeDtls[j].CodeSn)》@(complaintItemDTOs[i].sysCodeDtls[j].Classify2):@complaintItemDTOs[i].sysCodeDtls[j].Contents
} else {
《@(complaintItemDTOs[i].sysCodeDtls[j].CodeSn)》@(complaintItemDTOs[i].sysCodeDtls[j].Classify2):@complaintItemDTOs[i].sysCodeDtls[j].Contents
} }
} else {
@if (i == 0) {
@*
*@ }
@for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) { @if (complaintItemDTOs[i].sysCodeDtls.Count == 1) {
《@(complaintItemDTOs[i].sysCodeDtls[j].CodeSn)》@(complaintItemDTOs[i].sysCodeDtls[j].Classify2):@complaintItemDTOs[i].sysCodeDtls[j].Contents
} else {
《@(complaintItemDTOs[i].sysCodeDtls[j].CodeSn)》@(complaintItemDTOs[i].sysCodeDtls[j].Classify2):@complaintItemDTOs[i].sysCodeDtls[j].Contents
} }
}
}