username@email.com
2022-08-10 0a0421f0411471b83a8ff2356325ce21aeace60c
zhengcaioa/zhengcaioa/Views/Project/Select.cshtml
@@ -1,6 +1,11 @@
@{
@using DTO;
@{
    ViewBag.Title = "Liaotian";
    Layout = "~/Views/Shared/_Layout_Search.cshtml";
    List<PageEntity> ActionInfo2 = ViewData["ActionInfo2"] as List<PageEntity>;
    string Creater11 = ViewData["Creater11"] as string;
}
@section headerStyle{
    <script type="text/javascript">
@@ -83,7 +88,7 @@
            { label: '废标次数', name: 'Feibiaocishu', labtype: 'txt', hidden: true },
            { label: '中标金额', name: 'Zhongbiaojine', labtype: 'txt', hidden: true }
        ];
        dataUrl = "/Project/GetLiaotianList";
        dataUrl = "/Project/GetLiaotianList"+"@(string.IsNullOrEmpty(Creater11) ?"":"?Creater="+ Creater11)";
        searchCol = [
            //{ label: '公告时间', name: 'StartTimestar', labtype: 'date', hidden: false },
            //{ label: '--', name: 'StartTimeend', labtype: 'date', hidden: false, cwidth: '1%', cccwidth: '15%' },
@@ -182,7 +187,8 @@
               
            } else {
                setTimeout(send, 1000);
            } }
            }
        }
        
        send();