From c1ec7e06f7b44beaf793af23477e1134451c80ae Mon Sep 17 00:00:00 2001
From: PC-201906131823\Administrator <zyyao>
Date: 星期三, 10 十一月 2021 08:59:06 +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