Kaynağa Gözat

会议管理打印按钮

长阳分支中职
yxq 1 ay önce
ebeveyn
işleme
946186cd58
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MeetingManagement/IndexOfMyApply.cshtml
  2. +4
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MeetingManagement/IndexOfMyApply.js

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

@@ -46,7 +46,7 @@
<a id="lr_minutes" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;纪要</a>
<a id="lr_notice" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;通知</a>
<a id="lr_case" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;签到情况</a>
<a id="lr_print" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;打印</a>
<a id="lr_print1" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;打印</a>
@*<a id="lr_checkyes" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;审核通过</a>
<a id="lr_checkno" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;审核不通过</a>*@
</div>


+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MeetingManagement/IndexOfMyApply.js Dosyayı Görüntüle

@@ -229,6 +229,10 @@ var bootstrap = function ($, learun) {
});
}
});
// 打印
$('#lr_print1').on('click', function () {
$('#gridtable').jqprintTable();
});
},
// 初始化列表


Yükleniyor…
İptal
Kaydet