zhengcaioa/zhengcaioa/Views/Project/Select.cshtml
@@ -36,6 +36,9 @@
                    if (rowObject.Fblx != null && rowObject.Fblx != '') {
                        color = "red";
                    }
                    if (rowObject.Creater != null && rowObject.Creater == '111') {
                        color = "orange";
                    }
                    return "<a onclick=\"OpenWindow('" + cellvalue + "','98%','100%', '/Project/Add?id=" + rowObject.Id + "')\"  ><span style='color:" + color + ";'>" + cellvalue + "</span></a>";
                }
@@ -143,7 +146,7 @@
            { label: '分差大于', name: 'Fenchadayu', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ },
            { label: '供应商数量', name: 'Shuliang', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ },
            //{ label: '价差小于', name: 'Baojiachaxiaoyu', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ },
            { label: '是否确认', name: 'Shifouqueren',  labtype: 'combox', hidden: false, data: JSON.parse(flbx) },
        ];