@model CRM.Core.Model.Entity.WX_SzzyOrderRefund @{ ViewBag.Title = "Audit"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@if (!Model.isacturalrefund.HasValue || Model.isacturalrefund == 1) { } else { }
订单号: @Html.DisplayFor(m => m.orderid)
类型: 需实际退款
支付类型: @Html.DisplayFor(m => m.refundtypename)
退款人账号: @Html.DisplayFor(m => m.account)
退款人姓名: @Html.DisplayFor(m => m.username)
退款金额: @Html.DisplayFor(m => m.refundprice)
退款日期: @Html.DisplayFor(m => m.refunddate) @Html.HiddenFor(m => m.isacturalrefund)
附件: @{ if (!string.IsNullOrEmpty(Model.att)) { 下载 } }
备注: @Html.DisplayFor(m => m.remark)
退款凭证:
退款协议: @if (ViewBag.IsOpen == 1) { //如果是已经开通 if (ViewBag.ContractStatus == 2) { //如果以及签了退款协议 已通过 } @*else { if (ViewBag.isCompliance == 1) { 未审核 } else { 无需签协议 } }*@ } else { 无需签协议 //如果是已经开通 @*if (ViewBag.ContractStatus == 2) { //如果以及签了退款协议 已通过 } else { if (ViewBag.ArrivalTime == null) { 无需签协议 } else { if (ViewBag.ArrivalTime.ToString("yyyyMM") == ViewBag.RefundTime.ToString("yyyyMM")) { 未审核 } else { 无需签协议 } } }*@ }
订单号: @Html.DisplayFor(m => m.orderid)
类型: 退回可用余额
支付类型: @Html.DisplayFor(m => m.refundtypename)
退款人账号: @Html.DisplayFor(m => m.account)
退款人姓名: @Html.DisplayFor(m => m.username) @Html.HiddenFor(m => m.isacturalrefund)
退款金额: @Html.DisplayFor(m => m.refundprice)
退款日期: @Html.DisplayFor(m => m.refunddate)
备注: @Html.DisplayFor(m => m.remark)
@Html.HiddenFor(m => m.id) @if (!Model.isacturalrefund.HasValue || Model.isacturalrefund == 1) { } else { }