@model CRM.Core.DTO.Ord.OrderPayDto @using WX.CRM.WebHelper; @using WX.CRM.Model.Entity; @{ ViewBag.Title = "支付记录录入"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@using (Html.BeginForm("Pay", "OrderDeposit", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
订单号: @Request.QueryString["orderid"]
下单金额: @ViewBag.needpay
确认使用金额: @ViewBag.arrivalpay
剩余使用金额: @**@ 剩余金额:@ViewBag.alldeppay
还需支付金额: @ViewBag.justpay

支付类型: @Html.DropDownList("PAYTYPE", new List() { new SelectListItem(){Text="支付宝",Value="1"}, new SelectListItem(){Text="银行转账",Value="3"}, new SelectListItem(){Text="微信支付",Value="5", Selected=true}})
付款日期:
付款金额:
付款人姓名:
支付流水号:
备注:
}
剩余金额: @ViewBag.alldeppay
使用金额: