@model CRM.Core.DTO.Ord.OrderPayDto @{ ViewBag.Title = "支付记录录入"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@using (Html.BeginForm("Add2", "OrderDeposit", null, FormMethod.Post, new { Id = "CreateForm" })) { @if (ViewBag.DeptList != null) { }
订单号:
部门归属:
支付类型:
付款金额: @if (!string.IsNullOrEmpty(ViewBag.QuoTa as string)) { 限额:@ViewBag.QuoTa }
付款人姓名:
}