Kaynağa Gözat

考勤表单样式调整

中职版本
liangkun 4 yıl önce
ebeveyn
işleme
748b8d3f4d
2 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. +3
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml
  2. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js

+ 3
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml Dosyayı Görüntüle

@@ -8,7 +8,9 @@
width: 120px;
padding-right: 10px;
}
.lr-form-item {
padding: 5px 0 5px 120px;
}
</style>
<div class="lr-form-wrap" id="form">
<div class="col-xs-12 lr-form-item" data-table="ADR_Restriction">


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js Dosyayı Görüntüle

@@ -24,7 +24,7 @@ var bootstrap = function ($, learun) {
title: '新增',
url: top.$.rootUrl + '/PersonnelManagement/ADR_Restriction/Form',
width: 600,
height: 600,
height: 520,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
@@ -39,7 +39,7 @@ var bootstrap = function ($, learun) {
title: '编辑',
url: top.$.rootUrl + '/PersonnelManagement/ADR_Restriction/Form?keyValue=' + keyValue,
width: 600,
height: 600,
height: 520,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}


Yükleniyor…
İptal
Kaydet