????
Current Path : C:/inetpub/vhost/qlk.nextform.vn/api/template/html/BaoCaoTraDonHang/ |
Current File : C:/inetpub/vhost/qlk.nextform.vn/api/template/html/BaoCaoTraDonHang/detail.cshtml |
@*@model ApiGDTVietnam.DataProvider.EF.ReportDanhSachDiemKinhDoanh*@ <table class="DetailTable" id="detail" border="1" cellspacing="0" cellpadding="2"> <tbody> <tr> <th excel-colspan="2" colspan="2" align="center"><b> Ngày tạo đơn</b> </th> <th excel-colspan="1" colspan="1" align="center"> <b>Mã đơn hàng</b></th> <th excel-colspan="2" colspan="2" align="center"><b>Tiền hàng trả</b></th> <th excel-colspan="2" colspan="2" align="center"><b>Phí trả hàng </b></th> <th excel-colspan="2" colspan="2" align="center"><b>Thành tiền</b></th> </tr> @foreach (var item in Model.DanhSachDiemKinhDoanh) { foreach (var item2 in item.ListDonTraHang) { <tr> <td excel-colspan="2" colspan="2" style="text-align:center">@item2.FormatNgayTao</td> <td excel-colspan="1" colspan="1" style="text-align:center">@item2.MaTraHang</td> <td excel-colspan="2" colspan="2" style="text-align:right">@item2.FormatTongTienTra</td> <td excel-colspan="2" colspan="2" style="text-align:right">@item2.FormatPhiTraHang</td> <td excel-colspan="2" colspan="2" style="text-align:right">@item2.FormatThanhTien</td> </tr> } } <tr> <td excel-colspan="7" colspan="7" style="text-align:right"><b>Tổng Chi: </b> </td> <td excel-colspan="2" colspan="2" style="text-align:right"> @Model.TongChi </td> </tr> </tbody> </table>