|
@@ -133,36 +133,6 @@ define(function (require) {
|
|
|
title: '用户列表',
|
|
|
items: [
|
|
|
{
|
|
|
- text: '生成健康及旅居申请表', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
- var row = $grid1.checkedData();
|
|
|
- if (row.length == 0) {
|
|
|
- $.yvan.msg('请至少选择一行数据');
|
|
|
- return;
|
|
|
- }
|
|
|
- var ids = "";
|
|
|
- for (var i = 0; i < row.length; i++) {
|
|
|
- ids += row[i].userId + ","
|
|
|
- }
|
|
|
- ids=ids.substring(0,ids.length-1);
|
|
|
- window.open(api('/export/lyReports?userId=' + ids));
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- text: '生成隔离人员解除隔离审批表', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
- var row = $grid1.checkedData();
|
|
|
- if (row.length == 0) {
|
|
|
- $.yvan.msg('请至少选择一行数据');
|
|
|
- return;
|
|
|
- }
|
|
|
- var ids = "";
|
|
|
- for (var i = 0; i < row.length; i++) {
|
|
|
- ids += row[i].userId + ","
|
|
|
- }
|
|
|
- ids=ids.substring(0,ids.length-1);
|
|
|
- window.open(api('/export/lyApproves?userId=' + ids));
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
text: '导出人员报表', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
var queryProperties = $form.formGet().queryProperties;
|
|
|
var unitId = $form.formGet().unitId;
|