@using WX.CRM.WebHelper; @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
|
通话记录恢复
将历史表通话记录恢复到正式表
|
客户ID:@Html.TextBox("RESID", null, new { style = "width:100px;" })
交易商号码:@Html.TextBox("TRADECODE", null, new { style = "width:100px;" })
恢复时间:@Html.WdatePickerText("txt_ctime1", "")~@Html.WdatePickerText("txt_ctime2", "")
|