Procházet zdrojové kódy

考勤记录列表微调

大厂分支
liangkun před 4 roky
rodič
revize
a8e451b588
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.cshtml
  2. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.cshtml Zobrazit soubor

@@ -30,7 +30,7 @@
<a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
</div>
<div class=" btn-group btn-group-sm" learun-authorize="yes">
<a id="lr_add" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;新增</a>
<a id="lr_add" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;补卡</a>
<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>
<a id="lr_delete" class="btn btn-default"><i class="fa fa-trash-o"></i>&nbsp;删除</a>
</div>


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.js Zobrazit soubor

@@ -99,7 +99,7 @@ var bootstrap = function ($, learun) {
url: top.$.rootUrl + '/LogisticsManagement/ADR_Record/GetPageList',
headData: [
{
label: "员工名字", name: "UserNo", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
label: "姓名", name: "UserNo", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BaseUser',
key: value,
@@ -110,7 +110,7 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "工编号", name: "UserNo", width: 100, align: "left" },
{ label: "工编号", name: "UserNo", width: 100, align: "left" },
{
label: "部门", name: "Department", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {
@@ -136,7 +136,6 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "考勤时间", name: "ADTime", width: 150, align: "left" },
{ label: "打卡时间", name: "ClockTime", width: 150, align: "left" },
{
label: "打卡结果", name: "ClockStatus", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
@@ -158,6 +157,7 @@ var bootstrap = function ($, learun) {
}
},
{ label: "打卡地点", name: "ClockPlace", width: 100, align: "left" },
{ label: "考勤数据上传时间", name: "ADTime", width: 150, align: "left" }
],
mainId: 'ID',
isPage: true,


Načítá se…
Zrušit
Uložit