@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.Name
下单金额: @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
使用金额:
比如: 张三中国银行尾号0406,8.15日15点30分打款15800元
银行付款流水号: 中国银行-张三-15800-2022-08-15-1530-0406
比如: 王删珊,农行现金打款,8.16日21点06分付款2500元
银行付款流水号: 农业银行-王珊珊-2500-2022-08-16-2106-现金转账