From 71f004d1406379852f6dc774ab7e1d49a98bf8e7 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 19 十月 2021 13:28:04 +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