| | |
| | | { 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 = [ |