From 91bad66d03c07b6cb2a3eb09bdd98faab4b8caa3 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 02 十二月 2021 14:03:34 +0800
Subject: [PATCH] 提交
---
zhengcaioa/zhengcaioa/Views/AdmAttendance/Index.cshtml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Views/AdmAttendance/Index.cshtml b/zhengcaioa/zhengcaioa/Views/AdmAttendance/Index.cshtml
index 3d63f05..5d69671 100644
--- a/zhengcaioa/zhengcaioa/Views/AdmAttendance/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/AdmAttendance/Index.cshtml
@@ -33,6 +33,12 @@
{ label: '杩熷埌', name: 'Chidao', labtype: 'txt', hidden: false, width: 60 },
{ label: '鏃╅��', name: 'Zaotui', labtype: 'txt', hidden: false, width: 60 },
{ label: '鏃峰伐', name: 'Kuanggong', labtype: 'txt', hidden: false, width: 60 },
+ {
+ label: '鏄庣粏', name: 'mingxi', labtype: 'txt', hidden: false, width: 60,
+ formatter: function (cellvalue, options, rowObject) {
+ return "<a onclick=\"OpenWindow('" + rowObject.UserName + "','98%','100%', '/AdmAttendance/IndexDtl?AttendanceId=" + rowObject.Id + "')\" >鏄庣粏</a>";
+ }
+ },
];
dataUrl = "/AdmAttendance/GetList?YearMonth222=" + getNowFormatDate();
--
Gitblit v1.9.1