@model YLErp.Modules.MarginModule.MarginParamsImportResult @{ ViewBag.Title = "合约预付金参数"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section CSS{ } @section JS{ } @if (Model != null) {
@(Model.ResultMsg)
| 1 | @foreach (System.Data.DataColumn col in table.Columns) { if (!hasLast) { hasLast = col.ColumnName == "处理结果"; }@(col.ColumnName) | }
|---|---|
| @(index++) | @foreach (var item in row.ItemArray) {@(item) | }