|
@@ -115,7 +115,7 @@ define(function (require) {
|
|
|
title: '用户列表',
|
|
|
items: [
|
|
|
{
|
|
|
- text: '生成健康及旅居申请表', iconCls: 'fa fa-plus-circle fa-lg', onClick: function () {
|
|
|
+ text: '生成健康及旅居申请表', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
var row = $grid1.checkedData();
|
|
|
if (row.length == 0) {
|
|
|
$.yvan.msg('请至少选择一行数据');
|
|
@@ -130,7 +130,7 @@ define(function (require) {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- text: '生成隔离人员解除隔离审批表', iconCls: 'fa fa-plus-circle fa-lg', onClick: function () {
|
|
|
+ text: '生成隔离人员解除隔离审批表', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
var row = $grid1.checkedData();
|
|
|
if (row.length == 0) {
|
|
|
$.yvan.msg('请至少选择一行数据');
|
|
@@ -143,8 +143,12 @@ define(function (require) {
|
|
|
ids=ids.substring(0,ids.length-1);
|
|
|
window.open(api('/export/lyApproves?userId=' + ids));
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '导出所有凌云上报', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
+ window.open(api('/lun/exportRiBao?date=' + date + "&unitId=" + unitId));
|
|
|
+ }
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
multiselect: true, /// 表格多选
|