@model WX.CRM.Model.Entity.WX_SZZYORDER @{ ViewBag.Title = "查看合同"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; } @if (Model == null) { 参数错误 } else { if (ViewBag.htUrl == null) { 请先提交退款申请 } else {
| 订单号: | @Model.ORDERID |
| 合同地址: | |
| 合同号: | @Html.Raw(ViewBag.contract) |
| 合同: | |
| 合规状态: | @if (ViewBag.contractstatus == -1) { 未通过 } else if (ViewBag.contractstatus == 0) { 待审核 } else if (ViewBag.contractstatus == 1) { 分部审核,总部待审核 } else if (ViewBag.contractstatus == 2) { 已通过 } else { 未知 } |