username@email.com
2022-09-23 b69b0a86c77a9453167576ab01c542383d53f260
zhengcaioa/zhengcaioa/Views/Project/Select.cshtml
@@ -93,7 +93,26 @@
            { label: '投标次数', name: 'Toubiaocishu', labtype: 'txt', hidden: true },
            { label: '中标次数', name: 'Zhongbiaocishu', labtype: 'txt', hidden: true },
            { label: '废标次数', name: 'Feibiaocishu', labtype: 'txt', hidden: true },
            { label: '中标金额', name: 'Zhongbiaojine', labtype: 'txt', hidden: true }
            { label: '中标金额', name: 'Zhongbiaojine', labtype: 'txt', hidden: true },
            {
                label: '质疑', name: 'Zhiyistatus', labtype: 'txt', hidden: false, width: 60,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('" + rowObject.Name + "','98%','100%', '/Project/Add?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                }
            },
            {
                label: '投诉', name: 'Tousustatus', labtype: 'txt', hidden: false, width: 60,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('" + rowObject.Name + "','98%','100%', '/Project/Add?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                }
            },
        ];
        dataUrl = "/Project/GetLiaotianList?StartTimestar=" + Baomingtimebegin + "|" + Baomingtimeend +"@(string.IsNullOrEmpty(Creater11) ?"":"&Creater="+ Creater11)";
        searchCol = [