username@email.com
2021-08-17 1eaeeb1efd83e7b0b04cdb1bdc1076e839bfebfe
zhengcaioa/zhengcaioa/Views/User/Index.cshtml
@@ -95,7 +95,9 @@
            {
                label: '档案查询', name: 'Education', labtype: 'txt', hidden: false, width: 100,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"javascript:void(0);\"  >奖惩</a>&nbsp;<a onclick=\"javascript:void(0);\"  >物品</a>&nbsp;<a onclick=\"javascript:void(0);\"  >薪资</a>&nbsp;";
                    return "<a onclick=\"OpenWindow('奖惩','98%','100%', '/AdmBreakPrecedent/IndexRenshi?UserId=" + rowObject.Id + "')\"  >奖惩</a>&nbsp;"
                        + "<a onclick=\"OpenWindow('物品','98%','100%', '/AdmBreakPrecedent/IndexGoods?UserId=" + rowObject.Id + "')\"  >物品</a>&nbsp;"
                        + "<a onclick=\"OpenWindow('薪资','98%','100%', '/SalaryCheck/SearchIndexRenshi?UserId=" + rowObject.Id + "')\"  >薪资</a>&nbsp;";
                }
            },
            {