ry-ui.js 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712
  1. /**
  2. * 通用js方法封装处理
  3. * Copyright (c) 2019 ruoyi
  4. */
  5. // 当前table相关信息
  6. var table = {
  7. config: {},
  8. // 当前实例配置
  9. options: {},
  10. // 设置实例配置
  11. set: function(id) {
  12. if($.common.getLength(table.config) > 1) {
  13. var tableId = $.common.isEmpty(id) ? $(event.currentTarget).parents(".bootstrap-table").find("table.table").attr("id") : id;
  14. if ($.common.isNotEmpty(tableId)) {
  15. table.options = table.get(tableId);
  16. }
  17. }
  18. },
  19. // 获取实例配置
  20. get: function(id) {
  21. return table.config[id];
  22. },
  23. // 记住选择实例组
  24. rememberSelecteds: {},
  25. // 记住选择ID组
  26. rememberSelectedIds: {}
  27. };
  28. (function ($) {
  29. $.extend({
  30. _tree: {},
  31. bttTable: {},
  32. // 表格封装处理
  33. table: {
  34. // 初始化表格参数
  35. init: function(options) {
  36. var defaults = {
  37. id: "bootstrap-table",
  38. type: 0, // 0 代表bootstrapTable 1代表bootstrapTreeTable
  39. method: 'post',
  40. height: undefined,
  41. sidePagination: "server",
  42. sortName: undefined,
  43. sortOrder: "asc",
  44. pagination: true,
  45. paginationLoop: false,
  46. pageSize: 10,
  47. pageNumber: 1,
  48. pageList: [10, 25, 50],
  49. toolbar: "toolbar",
  50. loadingFontSize: 13,
  51. striped: false,
  52. escape: false,
  53. firstLoad: true,
  54. showFooter: false,
  55. search: false,
  56. showSearch: true,
  57. showPageGo: false,
  58. showRefresh: true,
  59. showColumns: true,
  60. showToggle: true,
  61. showExport: false,
  62. showPrint: false,
  63. exportDataType: 'all',
  64. exportTypes: ['csv', 'txt', 'doc', 'excel'],
  65. clickToSelect: false,
  66. singleSelect: false,
  67. mobileResponsive: true,
  68. maintainSelected: false,
  69. rememberSelected: false,
  70. fixedColumns: false,
  71. fixedNumber: 0,
  72. fixedRightNumber: 0,
  73. queryParams: $.table.queryParams,
  74. rowStyle: {},
  75. };
  76. var options = $.extend(defaults, options);
  77. table.options = options;
  78. table.config[options.id] = options;
  79. $.table.initEvent();
  80. $('#' + options.id).bootstrapTable({
  81. id: options.id,
  82. url: options.url, // 请求后台的URL(*)
  83. contentType: "application/x-www-form-urlencoded", // 编码类型
  84. method: options.method, // 请求方式(*)
  85. cache: false, // 是否使用缓存
  86. height: options.height, // 表格的高度
  87. striped: options.striped, // 是否显示行间隔色
  88. sortable: true, // 是否启用排序
  89. sortStable: true, // 设置为 true 将获得稳定的排序
  90. sortName: options.sortName, // 排序列名称
  91. sortOrder: options.sortOrder, // 排序方式 asc 或者 desc
  92. pagination: options.pagination, // 是否显示分页(*)
  93. paginationLoop: options.paginationLoop, // 是否启用分页条无限循环的功能
  94. pageNumber: 1, // 初始化加载第一页,默认第一页
  95. pageSize: options.pageSize, // 每页的记录行数(*)
  96. pageList: options.pageList, // 可供选择的每页的行数(*)
  97. firstLoad: options.firstLoad, // 是否首次请求加载数据,对于数据较大可以配置false
  98. escape: options.escape, // 转义HTML字符串
  99. showFooter: options.showFooter, // 是否显示表尾
  100. iconSize: 'outline', // 图标大小:undefined默认的按钮尺寸 xs超小按钮sm小按钮lg大按钮
  101. toolbar: '#' + options.toolbar, // 指定工作栏
  102. loadingFontSize: options.loadingFontSize, // 自定义加载文本的字体大小
  103. sidePagination: options.sidePagination, // server启用服务端分页client客户端分页
  104. search: options.search, // 是否显示搜索框功能
  105. searchText: options.searchText, // 搜索框初始显示的内容,默认为空
  106. showSearch: options.showSearch, // 是否显示检索信息
  107. showPageGo: options.showPageGo, // 是否显示跳转页
  108. showRefresh: options.showRefresh, // 是否显示刷新按钮
  109. showColumns: options.showColumns, // 是否显示隐藏某列下拉框
  110. showToggle: options.showToggle, // 是否显示详细视图和列表视图的切换按钮
  111. showExport: options.showExport, // 是否支持导出文件
  112. showPrint: options.showPrint, // 是否支持打印页面
  113. showHeader: options.showHeader, // 是否显示表头
  114. showFullscreen: options.showFullscreen, // 是否显示全屏按钮
  115. uniqueId: options.uniqueId, // 唯一的标识符
  116. clickToSelect: options.clickToSelect, // 是否启用点击选中行
  117. singleSelect: options.singleSelect, // 是否单选checkbox
  118. mobileResponsive: options.mobileResponsive, // 是否支持移动端适配
  119. cardView: options.cardView, // 是否启用显示卡片视图
  120. detailView: options.detailView, // 是否启用显示细节视图
  121. onCheck: options.onCheck, // 当选择此行时触发
  122. onUncheck: options.onUncheck, // 当取消此行时触发
  123. onCheckAll: options.onCheckAll, // 当全选行时触发
  124. onUncheckAll: options.onUncheckAll, // 当取消全选行时触发
  125. onClickRow: options.onClickRow, // 点击某行触发的事件
  126. onDblClickRow: options.onDblClickRow, // 双击某行触发的事件
  127. onClickCell: options.onClickCell, // 单击某格触发的事件
  128. onDblClickCell: options.onDblClickCell, // 双击某格触发的事件
  129. onEditableSave: options.onEditableSave, // 行内编辑保存的事件
  130. onExpandRow: options.onExpandRow, // 点击详细视图的事件
  131. onPostBody: options.onPostBody, // 渲染完成后执行的事件
  132. maintainSelected: options.maintainSelected, // 前端翻页时保留所选行
  133. rememberSelected: options.rememberSelected, // 启用翻页记住前面的选择
  134. fixedColumns: options.fixedColumns, // 是否启用冻结列(左侧)
  135. fixedNumber: options.fixedNumber, // 列冻结的个数(左侧)
  136. fixedRightNumber: options.fixedRightNumber, // 列冻结的个数(右侧)
  137. onReorderRow: options.onReorderRow, // 当拖拽结束后处理函数
  138. queryParams: options.queryParams, // 传递参数(*)
  139. rowStyle: options.rowStyle, // 通过自定义函数设置行样式
  140. footerStyle: options.footerStyle, // 通过自定义函数设置页脚样式
  141. headerStyle: options.headerStyle, // 通过自定义函数设置标题样式
  142. columns: options.columns, // 显示列信息(*)
  143. data: options.data, // 被加载的数据
  144. responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
  145. onLoadSuccess: $.table.onLoadSuccess, // 当所有数据被加载时触发处理函数
  146. exportOptions: options.exportOptions, // 前端导出忽略列索引
  147. exportDataType: options.exportDataType, // 导出方式(默认all:导出所有数据;basic:导出当前页的数据;selected:导出选中的数据)
  148. exportTypes: options.exportTypes, // 导出文件类型 (json、xml、png、csv、txt、sql、doc、excel、xlsx、powerpoint、pdf)
  149. printPageBuilder: options.printPageBuilder, // 自定义打印页面模板
  150. detailFormatter: options.detailFormatter, // 在行下面展示其他数据列表
  151. });
  152. },
  153. // 获取实例ID,如存在多个返回#id1,#id2 delimeter分隔符
  154. getOptionsIds: function(separator) {
  155. var _separator = $.common.isEmpty(separator) ? "," : separator;
  156. var optionsIds = "";
  157. $.each(table.config, function(key, value){
  158. optionsIds += "#" + key + _separator;
  159. });
  160. return optionsIds.substring(0, optionsIds.length - 1);
  161. },
  162. // 查询条件
  163. queryParams: function(params) {
  164. var curParams = {
  165. // 传递参数查询参数
  166. pageSize: params.limit,
  167. pageNum: params.offset / params.limit + 1,
  168. searchValue: params.search,
  169. orderByColumn: params.sort,
  170. isAsc: params.order
  171. };
  172. var currentId = $.common.isEmpty(table.options.formId) ? $('form').attr('id') : table.options.formId;
  173. return $.extend(curParams, $.common.formToJSON(currentId));
  174. },
  175. // 请求获取数据后处理回调函数
  176. responseHandler: function(res) {
  177. if (typeof table.get(this.id).responseHandler == "function") {
  178. table.get(this.id).responseHandler(res);
  179. }
  180. if (res.code == web_status.SUCCESS) {
  181. if ($.common.isNotEmpty(table.options.sidePagination) && table.options.sidePagination == 'client') {
  182. return res.rows;
  183. } else {
  184. if ($.common.isNotEmpty(table.options.rememberSelected) && table.options.rememberSelected) {
  185. var column = $.common.isEmpty(table.options.uniqueId) ? table.options.columns[1].field : table.options.uniqueId;
  186. $.each(res.rows, function(i, row) {
  187. row.state = $.inArray(row[column], table.rememberSelectedIds[table.options.id]) !== -1;
  188. })
  189. }
  190. return { rows: res.rows, total: res.total };
  191. }
  192. } else {
  193. $.modal.alertWarning(res.msg);
  194. return { rows: [], total: 0 };
  195. }
  196. },
  197. // 初始化事件
  198. initEvent: function() {
  199. // 实例ID信息
  200. var optionsIds = $.table.getOptionsIds();
  201. // 监听事件处理
  202. $(optionsIds).on(TABLE_EVENTS, function () {
  203. table.set($(this).attr("id"));
  204. });
  205. // 在表格体渲染完成,并在 DOM 中可见后触发(事件)
  206. $(optionsIds).on("post-body.bs.table", function (e, args) {
  207. // 浮动提示框特效
  208. $(".table [data-toggle='tooltip']").tooltip();
  209. // 气泡弹出框特效
  210. $('.table [data-toggle="popover"]').popover();
  211. });
  212. // 选中、取消、全部选中、全部取消(事件)
  213. $(optionsIds).on("check.bs.table check-all.bs.table uncheck.bs.table uncheck-all.bs.table", function (e, rowsAfter, rowsBefore) {
  214. // 复选框分页保留保存选中数组
  215. var rows = $.common.equals("uncheck-all", e.type) ? rowsBefore : rowsAfter;
  216. var rowIds = $.table.affectedRowIds(rows);
  217. if ($.common.isNotEmpty(table.options.rememberSelected) && table.options.rememberSelected) {
  218. func = $.inArray(e.type, ['check', 'check-all']) > -1 ? 'union' : 'difference';
  219. var selectedIds = table.rememberSelectedIds[table.options.id];
  220. if($.common.isNotEmpty(selectedIds)) {
  221. table.rememberSelectedIds[table.options.id] = _[func](selectedIds, rowIds);
  222. } else {
  223. table.rememberSelectedIds[table.options.id] = _[func]([], rowIds);
  224. }
  225. var selectedRows = table.rememberSelecteds[table.options.id];
  226. if($.common.isNotEmpty(selectedRows)) {
  227. table.rememberSelecteds[table.options.id] = _[func](selectedRows, rows);
  228. } else {
  229. table.rememberSelecteds[table.options.id] = _[func]([], rows);
  230. }
  231. }
  232. });
  233. // 加载成功、选中、取消、全部选中、全部取消(事件)
  234. $(optionsIds).on("check.bs.table uncheck.bs.table check-all.bs.table uncheck-all.bs.table load-success.bs.table", function () {
  235. var toolbar = table.options.toolbar;
  236. var uniqueId = table.options.uniqueId;
  237. // 工具栏按钮控制
  238. var rows = $.common.isEmpty(uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(uniqueId);
  239. // 非多个禁用
  240. $('#' + toolbar + ' .multiple').toggleClass('disabled', !rows.length);
  241. // 非单个禁用
  242. $('#' + toolbar + ' .single').toggleClass('disabled', rows.length!=1);
  243. });
  244. // 图片预览事件
  245. $(optionsIds).off("click").on("click", '.img-circle', function() {
  246. var src = $(this).attr('src');
  247. var target = $(this).data('target');
  248. if($.common.equals("self", target)) {
  249. var height = $(this).data('height');
  250. var width = $(this).data('width');
  251. layer.open({
  252. title: false,
  253. type: 1,
  254. closeBtn: true,
  255. shadeClose: true,
  256. area: ['auto', 'auto'],
  257. content: "<img src='" + src + "' height='" + height + "' width='" + width + "'/>"
  258. });
  259. } else if ($.common.equals("blank", target)) {
  260. window.open(src);
  261. }
  262. });
  263. // 单击tooltip事件
  264. $(optionsIds).on("click", '.tooltip-show', function() {
  265. var target = $(this).data('target');
  266. var input = $(this).prev();
  267. if ($.common.equals("copy", target)) {
  268. input.select();
  269. document.execCommand("copy");
  270. } else if ($.common.equals("open", target)) {
  271. parent.layer.alert(input.val(), {
  272. title: "信息内容",
  273. shadeClose: true,
  274. btn: ['确认'],
  275. btnclass: ['btn btn-primary'],
  276. });
  277. }
  278. });
  279. },
  280. // 当所有数据被加载时触发
  281. onLoadSuccess: function(data) {
  282. if (typeof table.options.onLoadSuccess == "function") {
  283. table.options.onLoadSuccess(data);
  284. }
  285. },
  286. // 表格销毁
  287. destroy: function (tableId) {
  288. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  289. $("#" + currentId).bootstrapTable('destroy');
  290. delete table.rememberSelectedIds[currentId];
  291. delete table.rememberSelecteds[currentId];
  292. },
  293. // 序列号生成
  294. serialNumber: function (index, tableId) {
  295. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  296. var tableParams = $("#" + currentId).bootstrapTable('getOptions');
  297. var pageSize = $.common.isNotEmpty(tableParams.pageSize) ? tableParams.pageSize: table.options.pageSize;
  298. var pageNumber = $.common.isNotEmpty(tableParams.pageNumber) ? tableParams.pageNumber: table.options.pageNumber;
  299. return pageSize * (pageNumber - 1) + index + 1;
  300. },
  301. // 列超出指定长度浮动提示 target(copy单击复制文本 open弹窗打开文本)
  302. tooltip: function (value, length, target) {
  303. var _length = $.common.isEmpty(length) ? 20 : length;
  304. var _text = "";
  305. var _value = $.common.nullToStr(value);
  306. var _target = $.common.isEmpty(target) ? 'copy' : target;
  307. if (_value.length > _length) {
  308. _text = _value.substr(0, _length) + "...";
  309. _value = _value.replace(/\'/g,"&apos;");
  310. _value = _value.replace(/\"/g,"&quot;");
  311. var actions = [];
  312. actions.push($.common.sprintf('<input style="opacity: 0;position: absolute;width:5px;z-index:-1" type="text" value="%s"/>', _value));
  313. actions.push($.common.sprintf('<a href="###" class="tooltip-show" data-toggle="tooltip" data-target="%s" title="%s">%s</a>', _target, _value, _text));
  314. return actions.join('');
  315. } else {
  316. _text = _value;
  317. return _text;
  318. }
  319. },
  320. // 下拉按钮切换
  321. dropdownToggle: function (value) {
  322. var actions = [];
  323. actions.push('<div class="btn-group">');
  324. actions.push('<button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown" aria-expanded="false">');
  325. actions.push('<i class="fa fa-cog"></i>&nbsp;<span class="fa fa-chevron-down"></span></button>');
  326. actions.push('<ul class="dropdown-menu">');
  327. actions.push(value.replace(/<a/g,"<li><a").replace(/<\/a>/g,"</a></li>"));
  328. actions.push('</ul>');
  329. actions.push('</div>');
  330. return actions.join('');
  331. },
  332. // 图片预览
  333. imageView: function (value, height, width, target) {
  334. if ($.common.isEmpty(width)) {
  335. width = 'auto';
  336. }
  337. if ($.common.isEmpty(height)) {
  338. height = 'auto';
  339. }
  340. // blank or self
  341. var _target = $.common.isEmpty(target) ? 'self' : target;
  342. if ($.common.isNotEmpty(value)) {
  343. return $.common.sprintf("<img class='img-circle img-xs' data-height='%s' data-width='%s' data-target='%s' src='%s'/>", height, width, _target, value);
  344. } else {
  345. return $.common.nullToStr(value);
  346. }
  347. },
  348. // 搜索-默认第一个form
  349. search: function(formId, tableId, pageNumber, pageSize) {
  350. table.set(tableId);
  351. table.options.formId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  352. var params = $.common.isEmpty(tableId) ? $("#" + table.options.id).bootstrapTable('getOptions') : $("#" + tableId).bootstrapTable('getOptions');
  353. if ($.common.isNotEmpty(pageNumber)) {
  354. params.pageNumber = pageNumber;
  355. }
  356. if ($.common.isNotEmpty(pageSize)) {
  357. params.pageSize = pageSize;
  358. }
  359. if($.common.isNotEmpty(tableId)){
  360. $("#" + tableId).bootstrapTable('refresh', params);
  361. } else{
  362. $("#" + table.options.id).bootstrapTable('refresh', params);
  363. }
  364. },
  365. // 导出数据
  366. exportExcel: function(formId) {
  367. table.set();
  368. $.modal.confirm("确定导出所有" + table.options.modalName + "吗?", function() {
  369. var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  370. var params = $("#" + table.options.id).bootstrapTable('getOptions');
  371. var dataParam = $("#" + currentId).serializeArray();
  372. dataParam.push({ "name": "orderByColumn", "value": params.sortName });
  373. dataParam.push({ "name": "isAsc", "value": params.sortOrder });
  374. $.modal.loading("正在导出数据,请稍后...");
  375. $.post(table.options.exportUrl, dataParam, function(result) {
  376. if (result.code == web_status.SUCCESS) {
  377. window.location.href = ctx + "common/download?fileName=" + encodeURI(result.msg) + "&delete=" + true;
  378. } else if (result.code == web_status.WARNING) {
  379. $.modal.alertWarning(result.msg)
  380. } else {
  381. $.modal.alertError(result.msg);
  382. }
  383. $.modal.closeLoading();
  384. });
  385. });
  386. },
  387. // 下载模板
  388. importTemplate: function() {
  389. table.set();
  390. $.get(table.options.importTemplateUrl, function(result) {
  391. if (result.code == web_status.SUCCESS) {
  392. window.location.href = ctx + "common/download?fileName=" + encodeURI(result.msg) + "&delete=" + true;
  393. } else if (result.code == web_status.WARNING) {
  394. $.modal.alertWarning(result.msg)
  395. } else {
  396. $.modal.alertError(result.msg);
  397. }
  398. });
  399. },
  400. // 导入数据
  401. importExcel: function(formId, width, height) {
  402. table.set();
  403. var currentId = $.common.isEmpty(formId) ? 'importTpl' : formId;
  404. var _width = $.common.isEmpty(width) ? "400" : width;
  405. var _height = $.common.isEmpty(height) ? "230" : height;
  406. layer.open({
  407. type: 1,
  408. area: [_width + 'px', _height + 'px'],
  409. fix: false,
  410. //不固定
  411. maxmin: true,
  412. shade: 0.3,
  413. title: '导入' + table.options.modalName + '数据',
  414. content: $('#' + currentId).html(),
  415. btn: ['<i class="fa fa-check"></i> 导入', '<i class="fa fa-remove"></i> 取消'],
  416. // 弹层外区域关闭
  417. shadeClose: true,
  418. btn1: function(index, layero){
  419. var file = layero.find('#file').val();
  420. if (file == '' || (!$.common.endWith(file, '.xls') && !$.common.endWith(file, '.xlsx'))){
  421. $.modal.msgWarning("请选择后缀为 “xls”或“xlsx”的文件。");
  422. return false;
  423. }
  424. var index = layer.load(2, {shade: false});
  425. $.modal.disable();
  426. var formData = new FormData(layero.find('form')[0]);
  427. $.ajax({
  428. url: table.options.importUrl,
  429. data: formData,
  430. cache: false,
  431. contentType: false,
  432. processData: false,
  433. type: 'POST',
  434. success: function (result) {
  435. if (result.code == web_status.SUCCESS) {
  436. $.modal.closeAll();
  437. $.modal.alertSuccess(result.msg);
  438. $.table.refresh();
  439. } else if (result.code == web_status.WARNING) {
  440. layer.close(index);
  441. $.modal.enable();
  442. $.modal.alertWarning(result.msg)
  443. } else {
  444. layer.close(index);
  445. $.modal.enable();
  446. $.modal.alertError(result.msg);
  447. }
  448. }
  449. });
  450. }
  451. });
  452. },
  453. // 刷新表格
  454. refresh: function(tableId, pageNumber, pageSize, url) {
  455. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  456. var params = $("#" + currentId).bootstrapTable('getOptions');
  457. if ($.common.isEmpty(pageNumber)) {
  458. pageNumber = params.pageNumber;
  459. }
  460. if ($.common.isEmpty(pageSize)) {
  461. pageSize = params.pageSize;
  462. }
  463. if ($.common.isEmpty(url)) {
  464. url = $.common.isEmpty(url) ? params.url : url;
  465. }
  466. $("#" + currentId).bootstrapTable('refresh', {
  467. silent: true,
  468. url: url,
  469. pageNumber: pageNumber,
  470. pageSize: pageSize
  471. });
  472. },
  473. // 刷新options配置
  474. refreshOptions: function(options, tableId) {
  475. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  476. $("#" + currentId).bootstrapTable('refreshOptions', options);
  477. },
  478. // 查询表格指定列值
  479. selectColumns: function(column) {
  480. var rows = $.map($("#" + table.options.id).bootstrapTable('getSelections'), function (row) {
  481. return $.common.getItemField(row, column);
  482. });
  483. if ($.common.isNotEmpty(table.options.rememberSelected) && table.options.rememberSelected) {
  484. var selectedRows = table.rememberSelecteds[table.options.id];
  485. if($.common.isNotEmpty(selectedRows)) {
  486. rows = $.map(table.rememberSelecteds[table.options.id], function (row) {
  487. return $.common.getItemField(row, column);
  488. });
  489. }
  490. }
  491. return $.common.uniqueFn(rows);
  492. },
  493. // 获取当前页选中或者取消的行ID
  494. affectedRowIds: function(rows) {
  495. var column = $.common.isEmpty(table.options.uniqueId) ? table.options.columns[1].field : table.options.uniqueId;
  496. var rowIds;
  497. if ($.isArray(rows)) {
  498. rowIds = $.map(rows, function(row) {
  499. return $.common.getItemField(row, column);
  500. });
  501. } else {
  502. rowIds = [rows[column]];
  503. }
  504. return rowIds;
  505. },
  506. // 查询表格首列值
  507. selectFirstColumns: function() {
  508. var rows = $.map($("#" + table.options.id).bootstrapTable('getSelections'), function (row) {
  509. return $.common.getItemField(row, table.options.columns[1].field);
  510. });
  511. if ($.common.isNotEmpty(table.options.rememberSelected) && table.options.rememberSelected) {
  512. var selectedRows = table.rememberSelecteds[table.options.id];
  513. if($.common.isNotEmpty(selectedRows)) {
  514. rows = $.map(selectedRows, function (row) {
  515. return $.common.getItemField(row, table.options.columns[1].field);
  516. });
  517. }
  518. }
  519. return $.common.uniqueFn(rows);
  520. },
  521. // 回显数据字典
  522. selectDictLabel: function(datas, value) {
  523. if ($.common.isEmpty(datas) || $.common.isEmpty(value)) {
  524. return '';
  525. }
  526. var actions = [];
  527. $.each(datas, function(index, dict) {
  528. if (dict.dictValue == ('' + value)) {
  529. var listClass = $.common.equals("default", dict.listClass) || $.common.isEmpty(dict.listClass) ? "" : "badge badge-" + dict.listClass;
  530. actions.push($.common.sprintf("<span class='%s'>%s</span>", listClass, dict.dictLabel));
  531. return false;
  532. }
  533. });
  534. return actions.join('');
  535. },
  536. // 回显数据字典(字符串数组)
  537. selectDictLabels: function(datas, value, separator) {
  538. if ($.common.isEmpty(datas) || $.common.isEmpty(value)) {
  539. return '';
  540. }
  541. var currentSeparator = $.common.isEmpty(separator) ? "," : separator;
  542. var actions = [];
  543. $.each(value.split(currentSeparator), function(i, val) {
  544. $.each(datas, function(index, dict) {
  545. if (dict.dictValue == ('' + val)) {
  546. var listClass = $.common.equals("default", dict.listClass) || $.common.isEmpty(dict.listClass) ? "" : "badge badge-" + dict.listClass;
  547. actions.push($.common.sprintf("<span class='%s'>%s </span>", listClass, dict.dictLabel));
  548. return false;
  549. }
  550. });
  551. });
  552. return actions.join('');
  553. },
  554. // 显示表格指定列
  555. showColumn: function(column, tableId) {
  556. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  557. $("#" + currentId).bootstrapTable('showColumn', column);
  558. },
  559. // 隐藏表格指定列
  560. hideColumn: function(column, tableId) {
  561. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  562. $("#" + currentId).bootstrapTable('hideColumn', column);
  563. },
  564. // 显示所有表格列
  565. showAllColumns: function(tableId) {
  566. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  567. $("#" + currentId).bootstrapTable('showAllColumns');
  568. },
  569. // 隐藏所有表格列
  570. hideAllColumns: function(tableId) {
  571. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  572. $("#" + currentId).bootstrapTable('hideAllColumns');
  573. }
  574. },
  575. // 表格树封装处理
  576. treeTable: {
  577. // 初始化表格
  578. init: function(options) {
  579. var defaults = {
  580. id: "bootstrap-tree-table",
  581. type: 1, // 0 代表bootstrapTable 1代表bootstrapTreeTable
  582. height: 0,
  583. rootIdValue: null,
  584. ajaxParams: {},
  585. toolbar: "toolbar",
  586. striped: false,
  587. expandColumn: 1,
  588. showSearch: true,
  589. showRefresh: true,
  590. showColumns: true,
  591. expandAll: true,
  592. expandFirst: true
  593. };
  594. var options = $.extend(defaults, options);
  595. table.options = options;
  596. table.config[options.id] = options;
  597. $.table.initEvent();
  598. $.bttTable = $('#' + options.id).bootstrapTreeTable({
  599. code: options.code, // 用于设置父子关系
  600. parentCode: options.parentCode, // 用于设置父子关系
  601. type: 'post', // 请求方式(*)
  602. url: options.url, // 请求后台的URL(*)
  603. data: options.data, // 无url时用于渲染的数据
  604. ajaxParams: options.ajaxParams, // 请求数据的ajax的data属性
  605. rootIdValue: options.rootIdValue, // 设置指定根节点id值
  606. height: options.height, // 表格树的高度
  607. expandColumn: options.expandColumn, // 在哪一列上面显示展开按钮
  608. striped: options.striped, // 是否显示行间隔色
  609. bordered: false, // 是否显示边框
  610. toolbar: '#' + options.toolbar, // 指定工作栏
  611. showSearch: options.showSearch, // 是否显示检索信息
  612. showRefresh: options.showRefresh, // 是否显示刷新按钮
  613. showColumns: options.showColumns, // 是否显示隐藏某列下拉框
  614. expandAll: options.expandAll, // 是否全部展开
  615. expandFirst: options.expandFirst, // 是否默认第一级展开--expandAll为false时生效
  616. columns: options.columns, // 显示列信息(*)
  617. responseHandler: $.treeTable.responseHandler, // 在加载服务器发送来的数据之前处理函数
  618. onLoadSuccess: $.treeTable.onLoadSuccess // 当所有数据被加载时触发处理函数
  619. });
  620. },
  621. // 条件查询
  622. search: function(formId) {
  623. var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  624. var params = $.common.formToJSON(currentId);
  625. $.bttTable.bootstrapTreeTable('refresh', params);
  626. },
  627. // 刷新
  628. refresh: function() {
  629. $.bttTable.bootstrapTreeTable('refresh');
  630. },
  631. // 查询表格树指定列值
  632. selectColumns: function(column) {
  633. var rows = $.map($.bttTable.bootstrapTreeTable('getSelections'), function (row) {
  634. return $.common.getItemField(row, column);
  635. });
  636. return $.common.uniqueFn(rows);
  637. },
  638. // 请求获取数据后处理回调函数,校验异常状态提醒
  639. responseHandler: function(res) {
  640. if (typeof table.options.responseHandler == "function") {
  641. table.options.responseHandler(res);
  642. }
  643. if (res.code != undefined && res.code != web_status.SUCCESS) {
  644. $.modal.alertWarning(res.msg);
  645. return [];
  646. } else {
  647. return res;
  648. }
  649. },
  650. // 当所有数据被加载时触发
  651. onLoadSuccess: function(data) {
  652. if (typeof table.options.onLoadSuccess == "function") {
  653. table.options.onLoadSuccess(data);
  654. }
  655. $(".table [data-toggle='tooltip']").tooltip();
  656. },
  657. },
  658. // 表单封装处理
  659. form: {
  660. // 表单重置
  661. reset: function(formId, tableId, pageNumber, pageSize) {
  662. table.set(tableId);
  663. formId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  664. $("#" + formId)[0].reset();
  665. var tableId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  666. if (table.options.type == table_type.bootstrapTable) {
  667. var params = $("#" + tableId).bootstrapTable('getOptions');
  668. if ($.common.isNotEmpty(pageNumber)) {
  669. params.pageNumber = pageNumber;
  670. }
  671. if ($.common.isNotEmpty(pageSize)) {
  672. params.pageSize = pageSize;
  673. }
  674. $("#" + tableId).bootstrapTable('refresh', params);
  675. } else if (table.options.type == table_type.bootstrapTreeTable) {
  676. $("#" + tableId).bootstrapTreeTable('refresh', []);
  677. }
  678. },
  679. // 获取选中复选框项
  680. selectCheckeds: function(name) {
  681. var checkeds = "";
  682. $('input:checkbox[name="' + name + '"]:checked').each(function(i) {
  683. if (0 == i) {
  684. checkeds = $(this).val();
  685. } else {
  686. checkeds += ("," + $(this).val());
  687. }
  688. });
  689. return checkeds;
  690. },
  691. // 获取选中下拉框项
  692. selectSelects: function(name) {
  693. var selects = "";
  694. $('#' + name + ' option:selected').each(function (i) {
  695. if (0 == i) {
  696. selects = $(this).val();
  697. } else {
  698. selects += ("," + $(this).val());
  699. }
  700. });
  701. return selects;
  702. }
  703. },
  704. // 弹出层封装处理
  705. modal: {
  706. // 显示图标
  707. icon: function(type) {
  708. var icon = "";
  709. if (type == modal_status.WARNING) {
  710. icon = 0;
  711. } else if (type == modal_status.SUCCESS) {
  712. icon = 1;
  713. } else if (type == modal_status.FAIL) {
  714. icon = 2;
  715. } else {
  716. icon = 3;
  717. }
  718. return icon;
  719. },
  720. // 消息提示
  721. msg: function(content, type) {
  722. if (type != undefined) {
  723. layer.msg(content, { icon: $.modal.icon(type), time: 1000, shift: 5 });
  724. } else {
  725. layer.msg(content);
  726. }
  727. },
  728. // 错误消息
  729. msgError: function(content) {
  730. $.modal.msg(content, modal_status.FAIL);
  731. },
  732. // 成功消息
  733. msgSuccess: function(content) {
  734. $.modal.msg(content, modal_status.SUCCESS);
  735. },
  736. // 警告消息
  737. msgWarning: function(content) {
  738. $.modal.msg(content, modal_status.WARNING);
  739. },
  740. // 弹出提示
  741. alert: function(content, type) {
  742. layer.alert(content, {
  743. icon: $.modal.icon(type),
  744. title: "系统提示",
  745. btn: ['确认'],
  746. btnclass: ['btn btn-primary'],
  747. });
  748. },
  749. // 消息提示并刷新父窗体
  750. msgReload: function(msg, type) {
  751. layer.msg(msg, {
  752. icon: $.modal.icon(type),
  753. time: 500,
  754. shade: [0.1, '#8F8F8F']
  755. },
  756. function() {
  757. $.modal.reload();
  758. });
  759. },
  760. // 错误提示
  761. alertError: function(content) {
  762. $.modal.alert(content, modal_status.FAIL);
  763. },
  764. // 成功提示
  765. alertSuccess: function(content) {
  766. $.modal.alert(content, modal_status.SUCCESS);
  767. },
  768. // 警告提示
  769. alertWarning: function(content) {
  770. $.modal.alert(content, modal_status.WARNING);
  771. },
  772. // 关闭窗体
  773. close: function (index) {
  774. if($.common.isEmpty(index)){
  775. var index = parent.layer.getFrameIndex(window.name);
  776. parent.layer.close(index);
  777. } else {
  778. layer.close(index);
  779. }
  780. },
  781. // 关闭全部窗体
  782. closeAll: function () {
  783. layer.closeAll();
  784. },
  785. // 确认窗体
  786. confirm: function (content, callBack) {
  787. layer.confirm(content, {
  788. icon: 3,
  789. title: "系统提示",
  790. btn: ['确认', '取消']
  791. }, function (index) {
  792. layer.close(index);
  793. callBack(true);
  794. });
  795. },
  796. // 弹出层指定宽度
  797. open: function (title, url, width, height, callback) {
  798. // 如果是移动端,就使用自适应大小弹窗
  799. if ($.common.isMobile()) {
  800. width = 'auto';
  801. height = 'auto';
  802. }
  803. if ($.common.isEmpty(title)) {
  804. title = false;
  805. }
  806. if ($.common.isEmpty(url)) {
  807. url = "/404.html";
  808. }
  809. if ($.common.isEmpty(width)) {
  810. width = 800;
  811. }
  812. if ($.common.isEmpty(height)) {
  813. height = ($(window).height() - 50);
  814. }
  815. if ($.common.isEmpty(callback)) {
  816. callback = function(index, layero) {
  817. var iframeWin = layero.find('iframe')[0];
  818. iframeWin.contentWindow.submitHandler(index, layero);
  819. }
  820. }
  821. layer.open({
  822. type: 2,
  823. area: [width + 'px', height + 'px'],
  824. fix: false,
  825. //不固定
  826. maxmin: true,
  827. shade: 0.3,
  828. title: title,
  829. content: url,
  830. btn: ['确定', '关闭'],
  831. // 弹层外区域关闭
  832. shadeClose: true,
  833. yes: callback,
  834. cancel: function(index) {
  835. return true;
  836. }
  837. });
  838. },
  839. // 弹出层指定参数选项
  840. openOptions: function (options) {
  841. var _url = $.common.isEmpty(options.url) ? "/404.html" : options.url;
  842. var _title = $.common.isEmpty(options.title) ? "系统窗口" : options.title;
  843. var _width = $.common.isEmpty(options.width) ? "800" : options.width;
  844. var _height = $.common.isEmpty(options.height) ? ($(window).height() - 50) : options.height;
  845. var _btn = ['<i class="fa fa-check"></i> 确认', '<i class="fa fa-close"></i> 关闭'];
  846. // 如果是移动端,就使用自适应大小弹窗
  847. if ($.common.isMobile()) {
  848. _width = 'auto';
  849. _height = 'auto';
  850. }
  851. if ($.common.isEmpty(options.yes)) {
  852. options.yes = function(index, layero) {
  853. options.callBack(index, layero);
  854. }
  855. }
  856. var btnCallback = {};
  857. if(options.btn instanceof Array){
  858. for (var i = 1, len = options.btn.length; i < len; i++) {
  859. var btn = options["btn" + (i + 1)];
  860. if (btn) {
  861. btnCallback["btn" + (i + 1)] = btn;
  862. }
  863. }
  864. }
  865. var index = layer.open($.extend({
  866. type: 2,
  867. maxmin: $.common.isEmpty(options.maxmin) ? true : options.maxmin,
  868. shade: 0.3,
  869. title: _title,
  870. fix: false,
  871. area: [_width + 'px', _height + 'px'],
  872. content: _url,
  873. shadeClose: $.common.isEmpty(options.shadeClose) ? true : options.shadeClose,
  874. skin: options.skin,
  875. btn: $.common.isEmpty(options.btn) ? _btn : options.btn,
  876. yes: options.yes,
  877. cancel: function () {
  878. return true;
  879. }
  880. }, btnCallback));
  881. if ($.common.isNotEmpty(options.full) && options.full === true) {
  882. layer.full(index);
  883. }
  884. },
  885. // 弹出层全屏
  886. openFull: function (title, url, width, height) {
  887. // 如果是移动端,就使用自适应大小弹窗
  888. if ($.common.isMobile()) {
  889. width = 'auto';
  890. height = 'auto';
  891. }
  892. if ($.common.isEmpty(title)) {
  893. title = false;
  894. }
  895. if ($.common.isEmpty(url)) {
  896. url = "/404.html";
  897. }
  898. if ($.common.isEmpty(width)) {
  899. width = 800;
  900. }
  901. if ($.common.isEmpty(height)) {
  902. height = ($(window).height() - 50);
  903. }
  904. var index = layer.open({
  905. type: 2,
  906. area: [width + 'px', height + 'px'],
  907. fix: false,
  908. //不固定
  909. maxmin: true,
  910. shade: 0.3,
  911. title: title,
  912. content: url,
  913. btn: ['确定', '关闭'],
  914. // 弹层外区域关闭
  915. shadeClose: true,
  916. yes: function(index, layero) {
  917. var iframeWin = layero.find('iframe')[0];
  918. iframeWin.contentWindow.submitHandler(index, layero);
  919. },
  920. cancel: function(index) {
  921. return true;
  922. }
  923. });
  924. layer.full(index);
  925. },
  926. // 选卡页方式打开
  927. openTab: function (title, url, isRefresh) {
  928. createMenuItem(url, title, isRefresh);
  929. },
  930. // 选卡页同一页签打开
  931. parentTab: function (title, url) {
  932. var dataId = window.frameElement.getAttribute('data-id');
  933. createMenuItem(url, title);
  934. closeItem(dataId);
  935. },
  936. // 关闭选项卡
  937. closeTab: function (dataId) {
  938. closeItem(dataId);
  939. },
  940. // 禁用按钮
  941. disable: function() {
  942. var doc = window.top == window.parent ? window.document : window.parent.document;
  943. $("a[class*=layui-layer-btn]", doc).addClass("layer-disabled");
  944. },
  945. // 启用按钮
  946. enable: function() {
  947. var doc = window.top == window.parent ? window.document : window.parent.document;
  948. $("a[class*=layui-layer-btn]", doc).removeClass("layer-disabled");
  949. },
  950. // 打开遮罩层
  951. loading: function (message) {
  952. $.blockUI({ message: '<div class="loaderbox"><div class="loading-activity"></div> ' + message + '</div>' });
  953. },
  954. // 关闭遮罩层
  955. closeLoading: function () {
  956. setTimeout(function(){
  957. $.unblockUI();
  958. }, 50);
  959. },
  960. // 重新加载
  961. reload: function () {
  962. parent.location.reload();
  963. }
  964. },
  965. // 操作封装处理
  966. operate: {
  967. // 提交数据
  968. submit: function(url, type, dataType, data, callback) {
  969. var config = {
  970. url: url,
  971. type: type,
  972. dataType: dataType,
  973. data: data,
  974. beforeSend: function () {
  975. $.modal.loading("正在处理中,请稍后...");
  976. },
  977. success: function(result) {
  978. if (typeof callback == "function") {
  979. callback(result);
  980. }
  981. $.operate.ajaxSuccess(result);
  982. }
  983. };
  984. $.ajax(config)
  985. },
  986. // post请求传输
  987. post: function(url, data, callback) {
  988. $.operate.submit(url, "post", "json", data, callback);
  989. },
  990. // get请求传输
  991. get: function(url, callback) {
  992. $.operate.submit(url, "get", "json", "", callback);
  993. },
  994. // 详细信息
  995. detail: function(id, width, height) {
  996. table.set();
  997. var _url = $.operate.detailUrl(id);
  998. var options = {
  999. title: table.options.modalName + "详细",
  1000. width: width,
  1001. height: height,
  1002. url: _url,
  1003. skin: 'layui-layer-gray',
  1004. btn: ['关闭'],
  1005. yes: function (index, layero) {
  1006. layer.close(index);
  1007. }
  1008. };
  1009. $.modal.openOptions(options);
  1010. },
  1011. // 详细信息,以tab页展现
  1012. detailTab: function(id) {
  1013. table.set();
  1014. $.modal.openTab("详细" + table.options.modalName, $.operate.detailUrl(id));
  1015. },
  1016. // 详细访问地址
  1017. detailUrl: function(id) {
  1018. var url = "/404.html";
  1019. if ($.common.isNotEmpty(id)) {
  1020. url = table.options.detailUrl.replace("{id}", id);
  1021. } else {
  1022. var id = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1023. if (id.length == 0) {
  1024. $.modal.alertWarning("请至少选择一条记录");
  1025. return;
  1026. }
  1027. url = table.options.detailUrl.replace("{id}", id);
  1028. }
  1029. return url;
  1030. },
  1031. // 删除信息
  1032. remove: function(id) {
  1033. table.set();
  1034. $.modal.confirm("确定删除该条" + table.options.modalName + "信息吗?", function() {
  1035. var url = $.common.isEmpty(id) ? table.options.removeUrl : table.options.removeUrl.replace("{id}", id);
  1036. if(table.options.type == table_type.bootstrapTreeTable) {
  1037. $.operate.get(url);
  1038. } else {
  1039. var data = { "ids": id };
  1040. $.operate.submit(url, "post", "json", data);
  1041. }
  1042. });
  1043. },
  1044. // 批量删除信息
  1045. removeAll: function() {
  1046. table.set();
  1047. var rows = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1048. if (rows.length == 0) {
  1049. $.modal.alertWarning("请至少选择一条记录");
  1050. return;
  1051. }
  1052. $.modal.confirm("确认要删除选中的" + rows.length + "条数据吗?", function() {
  1053. var url = table.options.removeUrl;
  1054. var data = { "ids": rows.join() };
  1055. $.operate.submit(url, "post", "json", data);
  1056. });
  1057. },
  1058. // 清空信息
  1059. clean: function() {
  1060. table.set();
  1061. $.modal.confirm("确定清空所有" + table.options.modalName + "吗?", function() {
  1062. var url = table.options.cleanUrl;
  1063. $.operate.submit(url, "post", "json", "");
  1064. });
  1065. },
  1066. // 添加信息
  1067. add: function(id) {
  1068. table.set();
  1069. $.modal.open("添加" + table.options.modalName, $.operate.addUrl(id));
  1070. },
  1071. // 添加信息,以tab页展现
  1072. addTab: function (id) {
  1073. table.set();
  1074. $.modal.openTab("添加" + table.options.modalName, $.operate.addUrl(id));
  1075. },
  1076. // 添加信息 全屏
  1077. addFull: function(id) {
  1078. table.set();
  1079. $.modal.openFull("添加" + table.options.modalName, $.operate.addUrl(id));
  1080. },
  1081. // 添加访问地址
  1082. addUrl: function(id) {
  1083. var url = $.common.isEmpty(id) ? table.options.createUrl.replace("{id}", "") : table.options.createUrl.replace("{id}", id);
  1084. return url;
  1085. },
  1086. // 修改信息
  1087. edit: function(id) {
  1088. table.set();
  1089. if($.common.isEmpty(id) && table.options.type == table_type.bootstrapTreeTable) {
  1090. var row = $("#" + table.options.id).bootstrapTreeTable('getSelections')[0];
  1091. if ($.common.isEmpty(row)) {
  1092. $.modal.alertWarning("请至少选择一条记录");
  1093. return;
  1094. }
  1095. var url = table.options.updateUrl.replace("{id}", row[table.options.uniqueId]);
  1096. $.modal.open("修改" + table.options.modalName, url);
  1097. } else {
  1098. $.modal.open("修改" + table.options.modalName, $.operate.editUrl(id));
  1099. }
  1100. },
  1101. // 修改信息,以tab页展现
  1102. editTab: function(id) {
  1103. table.set();
  1104. $.modal.openTab("修改" + table.options.modalName, $.operate.editUrl(id));
  1105. },
  1106. // 修改信息 全屏
  1107. editFull: function(id) {
  1108. table.set();
  1109. var url = "/404.html";
  1110. if ($.common.isNotEmpty(id)) {
  1111. url = table.options.updateUrl.replace("{id}", id);
  1112. } else {
  1113. if(table.options.type == table_type.bootstrapTreeTable) {
  1114. var row = $("#" + table.options.id).bootstrapTreeTable('getSelections')[0];
  1115. if ($.common.isEmpty(row)) {
  1116. $.modal.alertWarning("请至少选择一条记录");
  1117. return;
  1118. }
  1119. url = table.options.updateUrl.replace("{id}", row[table.options.uniqueId]);
  1120. } else {
  1121. var row = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1122. url = table.options.updateUrl.replace("{id}", row);
  1123. }
  1124. }
  1125. $.modal.openFull("修改" + table.options.modalName, url);
  1126. },
  1127. // 修改访问地址
  1128. editUrl: function(id) {
  1129. var url = "/404.html";
  1130. if ($.common.isNotEmpty(id)) {
  1131. url = table.options.updateUrl.replace("{id}", id);
  1132. } else {
  1133. var id = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1134. if (id.length == 0) {
  1135. $.modal.alertWarning("请至少选择一条记录");
  1136. return;
  1137. }
  1138. url = table.options.updateUrl.replace("{id}", id);
  1139. }
  1140. return url;
  1141. },
  1142. // 保存信息 刷新表格
  1143. save: function(url, data, callback) {
  1144. var config = {
  1145. url: url,
  1146. type: "post",
  1147. dataType: "json",
  1148. data: data,
  1149. beforeSend: function () {
  1150. $.modal.loading("正在处理中,请稍后...");
  1151. $.modal.disable();
  1152. },
  1153. success: function(result) {
  1154. if (typeof callback == "function") {
  1155. callback(result);
  1156. }
  1157. $.operate.successCallback(result);
  1158. }
  1159. };
  1160. $.ajax(config)
  1161. },
  1162. // 保存信息 弹出提示框
  1163. saveModal: function(url, data, callback) {
  1164. var config = {
  1165. url: url,
  1166. type: "post",
  1167. dataType: "json",
  1168. data: data,
  1169. beforeSend: function () {
  1170. $.modal.loading("正在处理中,请稍后...");
  1171. },
  1172. success: function(result) {
  1173. if (typeof callback == "function") {
  1174. callback(result);
  1175. }
  1176. if (result.code == web_status.SUCCESS) {
  1177. $.modal.alertSuccess(result.msg)
  1178. } else if (result.code == web_status.WARNING) {
  1179. $.modal.alertWarning(result.msg)
  1180. } else {
  1181. $.modal.alertError(result.msg);
  1182. }
  1183. $.modal.closeLoading();
  1184. }
  1185. };
  1186. $.ajax(config)
  1187. },
  1188. // 保存选项卡信息
  1189. saveTab: function(url, data, callback) {
  1190. var config = {
  1191. url: url,
  1192. type: "post",
  1193. dataType: "json",
  1194. data: data,
  1195. beforeSend: function () {
  1196. $.modal.loading("正在处理中,请稍后...");
  1197. },
  1198. success: function(result) {
  1199. if (typeof callback == "function") {
  1200. callback(result);
  1201. }
  1202. $.operate.successTabCallback(result);
  1203. }
  1204. };
  1205. $.ajax(config)
  1206. },
  1207. // 保存结果弹出msg刷新table表格
  1208. ajaxSuccess: function (result) {
  1209. if (result.code == web_status.SUCCESS && table.options.type == table_type.bootstrapTable) {
  1210. $.modal.msgSuccess(result.msg);
  1211. $.table.refresh();
  1212. } else if (result.code == web_status.SUCCESS && table.options.type == table_type.bootstrapTreeTable) {
  1213. $.modal.msgSuccess(result.msg);
  1214. $.treeTable.refresh();
  1215. } else if (result.code == web_status.SUCCESS && $.common.isEmpty(table.options.type)) {
  1216. $.modal.msgSuccess(result.msg)
  1217. } else if (result.code == web_status.WARNING) {
  1218. $.modal.alertWarning(result.msg)
  1219. } else {
  1220. $.modal.alertError(result.msg);
  1221. }
  1222. $.modal.closeLoading();
  1223. },
  1224. // 成功结果提示msg(父窗体全局更新)
  1225. saveSuccess: function (result) {
  1226. if (result.code == web_status.SUCCESS) {
  1227. $.modal.msgReload("保存成功,正在刷新数据请稍后……", modal_status.SUCCESS);
  1228. } else if (result.code == web_status.WARNING) {
  1229. $.modal.alertWarning(result.msg)
  1230. } else {
  1231. $.modal.alertError(result.msg);
  1232. }
  1233. $.modal.closeLoading();
  1234. },
  1235. // 成功回调执行事件(父窗体静默更新)
  1236. successCallback: function(result) {
  1237. if (result.code == web_status.SUCCESS) {
  1238. var parent = window.parent;
  1239. if (parent.table.options.type == table_type.bootstrapTable) {
  1240. $.modal.close();
  1241. parent.$.modal.msgSuccess(result.msg);
  1242. parent.$.table.refresh();
  1243. } else if (parent.table.options.type == table_type.bootstrapTreeTable) {
  1244. $.modal.close();
  1245. parent.$.modal.msgSuccess(result.msg);
  1246. parent.$.treeTable.refresh();
  1247. } else {
  1248. $.modal.msgReload("保存成功,正在刷新数据请稍后……", modal_status.SUCCESS);
  1249. }
  1250. } else if (result.code == web_status.WARNING) {
  1251. $.modal.alertWarning(result.msg)
  1252. } else {
  1253. $.modal.alertError(result.msg);
  1254. }
  1255. $.modal.closeLoading();
  1256. $.modal.enable();
  1257. },
  1258. // 选项卡成功回调执行事件(父窗体静默更新)
  1259. successTabCallback: function(result) {
  1260. if (result.code == web_status.SUCCESS) {
  1261. var topWindow = $(window.parent.document);
  1262. var currentId = $('.page-tabs-content', topWindow).find('.active').attr('data-panel');
  1263. var $contentWindow = $('.RuoYi_iframe[data-id="' + currentId + '"]', topWindow)[0].contentWindow;
  1264. $.modal.close();
  1265. $contentWindow.$.modal.msgSuccess(result.msg);
  1266. $contentWindow.$(".layui-layer-padding").removeAttr("style");
  1267. if ($contentWindow.table.options.type == table_type.bootstrapTable) {
  1268. $contentWindow.$.table.refresh();
  1269. } else if ($contentWindow.table.options.type == table_type.bootstrapTreeTable) {
  1270. $contentWindow.$.treeTable.refresh();
  1271. }
  1272. $.modal.closeTab();
  1273. } else if (result.code == web_status.WARNING) {
  1274. $.modal.alertWarning(result.msg)
  1275. } else {
  1276. $.modal.alertError(result.msg);
  1277. }
  1278. $.modal.closeLoading();
  1279. }
  1280. },
  1281. // 校验封装处理
  1282. validate: {
  1283. // 判断返回标识是否唯一 false 不存在 true 存在
  1284. unique: function (value) {
  1285. if (value == "0") {
  1286. return true;
  1287. }
  1288. return false;
  1289. },
  1290. // 表单验证
  1291. form: function (formId) {
  1292. var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  1293. return $("#" + currentId).validate().form();
  1294. },
  1295. // 重置表单验证(清除提示信息)
  1296. reset: function (formId) {
  1297. var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  1298. return $("#" + currentId).validate().resetForm();
  1299. }
  1300. },
  1301. // 树插件封装处理
  1302. tree: {
  1303. _option: {},
  1304. _lastValue: {},
  1305. // 初始化树结构
  1306. init: function(options) {
  1307. var defaults = {
  1308. id: "tree", // 属性ID
  1309. expandLevel: 0, // 展开等级节点
  1310. view: {
  1311. selectedMulti: false, // 设置是否允许同时选中多个节点
  1312. nameIsHTML: true // 设置 name 属性是否支持 HTML 脚本
  1313. },
  1314. check: {
  1315. enable: false, // 置 zTree 的节点上是否显示 checkbox / radio
  1316. nocheckInherit: true, // 设置子节点是否自动继承
  1317. chkboxType: { "Y": "ps", "N": "ps" } // 父子节点的关联关系
  1318. },
  1319. data: {
  1320. key: {
  1321. title: "title" // 节点数据保存节点提示信息的属性名称
  1322. },
  1323. simpleData: {
  1324. enable: true // true / false 分别表示 使用 / 不使用 简单数据模式
  1325. }
  1326. },
  1327. };
  1328. var options = $.extend(defaults, options);
  1329. $.tree._option = options;
  1330. // 树结构初始化加载
  1331. var setting = {
  1332. callback: {
  1333. onClick: options.onClick, // 用于捕获节点被点击的事件回调函数
  1334. onCheck: options.onCheck, // 用于捕获 checkbox / radio 被勾选 或 取消勾选的事件回调函数
  1335. onDblClick: options.onDblClick // 用于捕获鼠标双击之后的事件回调函数
  1336. },
  1337. check: options.check,
  1338. view: options.view,
  1339. data: options.data
  1340. };
  1341. $.get(options.url, function(data) {
  1342. var treeId = $("#treeId").val();
  1343. tree = $.fn.zTree.init($("#" + options.id), setting, data);
  1344. $._tree = tree;
  1345. for (var i = 0; i < options.expandLevel; i++) {
  1346. var nodes = tree.getNodesByParam("level", i);
  1347. for (var j = 0; j < nodes.length; j++) {
  1348. tree.expandNode(nodes[j], true, false, false);
  1349. }
  1350. }
  1351. var node = tree.getNodesByParam("id", treeId, null)[0];
  1352. $.tree.selectByIdName(treeId, node);
  1353. // 回调tree方法
  1354. if(typeof(options.callBack) === "function"){
  1355. options.callBack(tree);
  1356. }
  1357. });
  1358. },
  1359. // 搜索节点
  1360. searchNode: function() {
  1361. // 取得输入的关键字的值
  1362. var value = $.common.trim($("#keyword").val());
  1363. if ($.tree._lastValue == value) {
  1364. return;
  1365. }
  1366. // 保存最后一次搜索名称
  1367. $.tree._lastValue = value;
  1368. var nodes = $._tree.getNodes();
  1369. // 如果要查空字串,就退出不查了。
  1370. if (value == "") {
  1371. $.tree.showAllNode(nodes);
  1372. return;
  1373. }
  1374. $.tree.hideAllNode(nodes);
  1375. // 根据搜索值模糊匹配
  1376. $.tree.updateNodes($._tree.getNodesByParamFuzzy("name", value));
  1377. },
  1378. // 根据Id和Name选中指定节点
  1379. selectByIdName: function(treeId, node) {
  1380. if ($.common.isNotEmpty(treeId) && node && treeId == node.id) {
  1381. $._tree.selectNode(node, true);
  1382. }
  1383. },
  1384. // 显示所有节点
  1385. showAllNode: function(nodes) {
  1386. nodes = $._tree.transformToArray(nodes);
  1387. for (var i = nodes.length - 1; i >= 0; i--) {
  1388. if (nodes[i].getParentNode() != null) {
  1389. $._tree.expandNode(nodes[i], true, false, false, false);
  1390. } else {
  1391. $._tree.expandNode(nodes[i], true, true, false, false);
  1392. }
  1393. $._tree.showNode(nodes[i]);
  1394. $.tree.showAllNode(nodes[i].children);
  1395. }
  1396. },
  1397. // 隐藏所有节点
  1398. hideAllNode: function(nodes) {
  1399. var tree = $.fn.zTree.getZTreeObj("tree");
  1400. var nodes = $._tree.transformToArray(nodes);
  1401. for (var i = nodes.length - 1; i >= 0; i--) {
  1402. $._tree.hideNode(nodes[i]);
  1403. }
  1404. },
  1405. // 显示所有父节点
  1406. showParent: function(treeNode) {
  1407. var parentNode;
  1408. while ((parentNode = treeNode.getParentNode()) != null) {
  1409. $._tree.showNode(parentNode);
  1410. $._tree.expandNode(parentNode, true, false, false);
  1411. treeNode = parentNode;
  1412. }
  1413. },
  1414. // 显示所有孩子节点
  1415. showChildren: function(treeNode) {
  1416. if (treeNode.isParent) {
  1417. for (var idx in treeNode.children) {
  1418. var node = treeNode.children[idx];
  1419. $._tree.showNode(node);
  1420. $.tree.showChildren(node);
  1421. }
  1422. }
  1423. },
  1424. // 更新节点状态
  1425. updateNodes: function(nodeList) {
  1426. $._tree.showNodes(nodeList);
  1427. for (var i = 0, l = nodeList.length; i < l; i++) {
  1428. var treeNode = nodeList[i];
  1429. $.tree.showChildren(treeNode);
  1430. $.tree.showParent(treeNode)
  1431. }
  1432. },
  1433. // 获取当前被勾选集合
  1434. getCheckedNodes: function(column) {
  1435. var _column = $.common.isEmpty(column) ? "id" : column;
  1436. var nodes = $._tree.getCheckedNodes(true);
  1437. return $.map(nodes, function (row) {
  1438. return row[_column];
  1439. }).join();
  1440. },
  1441. // 不允许根父节点选择
  1442. notAllowParents: function(_tree) {
  1443. var nodes = _tree.getSelectedNodes();
  1444. if(nodes.length == 0){
  1445. $.modal.msgError("请选择节点后提交");
  1446. return false;
  1447. }
  1448. for (var i = 0; i < nodes.length; i++) {
  1449. if (nodes[i].level == 0) {
  1450. $.modal.msgError("不能选择根节点(" + nodes[i].name + ")");
  1451. return false;
  1452. }
  1453. if (nodes[i].isParent) {
  1454. $.modal.msgError("不能选择父节点(" + nodes[i].name + ")");
  1455. return false;
  1456. }
  1457. }
  1458. return true;
  1459. },
  1460. // 不允许最后层级节点选择
  1461. notAllowLastLevel: function(_tree) {
  1462. var nodes = _tree.getSelectedNodes();
  1463. for (var i = 0; i < nodes.length; i++) {
  1464. if (!nodes[i].isParent) {
  1465. $.modal.msgError("不能选择最后层级节点(" + nodes[i].name + ")");
  1466. return false;
  1467. }
  1468. }
  1469. return true;
  1470. },
  1471. // 隐藏/显示搜索栏
  1472. toggleSearch: function() {
  1473. $('#search').slideToggle(200);
  1474. $('#btnShow').toggle();
  1475. $('#btnHide').toggle();
  1476. $('#keyword').focus();
  1477. },
  1478. // 折叠
  1479. collapse: function() {
  1480. $._tree.expandAll(false);
  1481. },
  1482. // 展开
  1483. expand: function() {
  1484. $._tree.expandAll(true);
  1485. }
  1486. },
  1487. // 通用方法封装处理
  1488. common: {
  1489. // 判断字符串是否为空
  1490. isEmpty: function (value) {
  1491. if (value == null || this.trim(value) == "") {
  1492. return true;
  1493. }
  1494. return false;
  1495. },
  1496. // 判断一个字符串是否为非空串
  1497. isNotEmpty: function (value) {
  1498. return !$.common.isEmpty(value);
  1499. },
  1500. // 空对象转字符串
  1501. nullToStr: function(value) {
  1502. if ($.common.isEmpty(value)) {
  1503. return "-";
  1504. }
  1505. return value;
  1506. },
  1507. // 是否显示数据 为空默认为显示
  1508. visible: function (value) {
  1509. if ($.common.isEmpty(value) || value == true) {
  1510. return true;
  1511. }
  1512. return false;
  1513. },
  1514. // 空格截取
  1515. trim: function (value) {
  1516. if (value == null) {
  1517. return "";
  1518. }
  1519. return value.toString().replace(/(^\s*)|(\s*$)|\r|\n/g, "");
  1520. },
  1521. // 比较两个字符串(大小写敏感)
  1522. equals: function (str, that) {
  1523. return str == that;
  1524. },
  1525. // 比较两个字符串(大小写不敏感)
  1526. equalsIgnoreCase: function (str, that) {
  1527. return String(str).toUpperCase() === String(that).toUpperCase();
  1528. },
  1529. // 将字符串按指定字符分割
  1530. split: function (str, sep, maxLen) {
  1531. if ($.common.isEmpty(str)) {
  1532. return null;
  1533. }
  1534. var value = String(str).split(sep);
  1535. return maxLen ? value.slice(0, maxLen - 1) : value;
  1536. },
  1537. // 字符串格式化(%s )
  1538. sprintf: function (str) {
  1539. var args = arguments, flag = true, i = 1;
  1540. str = str.replace(/%s/g, function () {
  1541. var arg = args[i++];
  1542. if (typeof arg === 'undefined') {
  1543. flag = false;
  1544. return '';
  1545. }
  1546. return arg == null ? '' : arg;
  1547. });
  1548. return flag ? str : '';
  1549. },
  1550. // 日期格式化 时间戳 -> yyyy-MM-dd HH-mm-ss
  1551. dateFormat: function(date, format) {
  1552. var that = this;
  1553. if (that.isEmpty(date)) return "";
  1554. if (!date) return;
  1555. if (!format) format = "yyyy-MM-dd";
  1556. switch (typeof date) {
  1557. case "string":
  1558. date = new Date(date.replace(/-/, "/"));
  1559. break;
  1560. case "number":
  1561. date = new Date(date);
  1562. break;
  1563. }
  1564. if (!date instanceof Date) return;
  1565. var dict = {
  1566. "yyyy": date.getFullYear(),
  1567. "M": date.getMonth() + 1,
  1568. "d": date.getDate(),
  1569. "H": date.getHours(),
  1570. "m": date.getMinutes(),
  1571. "s": date.getSeconds(),
  1572. "MM": ("" + (date.getMonth() + 101)).substr(1),
  1573. "dd": ("" + (date.getDate() + 100)).substr(1),
  1574. "HH": ("" + (date.getHours() + 100)).substr(1),
  1575. "mm": ("" + (date.getMinutes() + 100)).substr(1),
  1576. "ss": ("" + (date.getSeconds() + 100)).substr(1)
  1577. };
  1578. return format.replace(/(yyyy|MM?|dd?|HH?|ss?|mm?)/g,
  1579. function() {
  1580. return dict[arguments[0]];
  1581. });
  1582. },
  1583. // 获取节点数据,支持多层级访问
  1584. getItemField: function (item, field) {
  1585. var value = item;
  1586. if (typeof field !== 'string' || item.hasOwnProperty(field)) {
  1587. return item[field];
  1588. }
  1589. var props = field.split('.');
  1590. for (var p in props) {
  1591. value = value && value[props[p]];
  1592. }
  1593. return value;
  1594. },
  1595. // 指定随机数返回
  1596. random: function (min, max) {
  1597. return Math.floor((Math.random() * max) + min);
  1598. },
  1599. // 判断字符串是否是以start开头
  1600. startWith: function(value, start) {
  1601. var reg = new RegExp("^" + start);
  1602. return reg.test(value)
  1603. },
  1604. // 判断字符串是否是以end结尾
  1605. endWith: function(value, end) {
  1606. var reg = new RegExp(end + "$");
  1607. return reg.test(value)
  1608. },
  1609. // 数组去重
  1610. uniqueFn: function(array) {
  1611. var result = [];
  1612. var hashObj = {};
  1613. for (var i = 0; i < array.length; i++) {
  1614. if (!hashObj[array[i]]) {
  1615. hashObj[array[i]] = true;
  1616. result.push(array[i]);
  1617. }
  1618. }
  1619. return result;
  1620. },
  1621. // 数组中的所有元素放入一个字符串
  1622. join: function(array, separator) {
  1623. if ($.common.isEmpty(array)) {
  1624. return null;
  1625. }
  1626. return array.join(separator);
  1627. },
  1628. // 获取form下所有的字段并转换为json对象
  1629. formToJSON: function(formId) {
  1630. var json = {};
  1631. $.each($("#" + formId).serializeArray(), function(i, field) {
  1632. if(json[field.name]) {
  1633. json[field.name] += ("," + field.value);
  1634. } else {
  1635. json[field.name] = field.value;
  1636. }
  1637. });
  1638. return json;
  1639. },
  1640. // 数据字典转下拉框
  1641. dictToSelect: function(datas, value, name) {
  1642. var actions = [];
  1643. actions.push($.common.sprintf("<select class='form-control' name='%s'>", name));
  1644. $.each(datas, function(index, dict) {
  1645. actions.push($.common.sprintf("<option value='%s'", dict.dictValue));
  1646. if (dict.dictValue == ('' + value)) {
  1647. actions.push(' selected');
  1648. }
  1649. actions.push($.common.sprintf(">%s</option>", dict.dictLabel));
  1650. });
  1651. actions.push('</select>');
  1652. return actions.join('');
  1653. },
  1654. // 获取obj对象长度
  1655. getLength: function(obj) {
  1656. var count = 0;  
  1657. for (var i in obj) {
  1658. if (obj.hasOwnProperty(i)) {
  1659. count++;
  1660. }  
  1661. }
  1662. return count;
  1663. },
  1664. // 判断移动端
  1665. isMobile: function () {
  1666. return navigator.userAgent.match(/(Android|iPhone|SymbianOS|Windows Phone|iPad|iPod)/i);
  1667. },
  1668. // 数字正则表达式,只能为0-9数字
  1669. numValid : function(text){
  1670. var patten = new RegExp(/^[0-9]+$/);
  1671. return patten.test(text);
  1672. },
  1673. // 英文正则表达式,只能为a-z和A-Z字母
  1674. enValid : function(text){
  1675. var patten = new RegExp(/^[a-zA-Z]+$/);
  1676. return patten.test(text);
  1677. },
  1678. // 英文、数字正则表达式,必须包含(字母,数字)
  1679. enNumValid : function(text){
  1680. var patten = new RegExp(/^(?=.*[a-zA-Z]+)(?=.*[0-9]+)[a-zA-Z0-9]+$/);
  1681. return patten.test(text);
  1682. },
  1683. // 英文、数字、特殊字符正则表达式,必须包含(字母,数字,特殊字符!@#$%^&*()-=_+)
  1684. charValid : function(text){
  1685. var patten = new RegExp(/^(?=.*[A-Za-z])(?=.*\d)(?=.*[~!@#\$%\^&\*\(\)\-=_\+])[A-Za-z\d~!@#\$%\^&\*\(\)\-=_\+]{6,}$/);
  1686. return patten.test(text);
  1687. },
  1688. }
  1689. });
  1690. })(jQuery);
  1691. /** 表格类型 */
  1692. table_type = {
  1693. bootstrapTable: 0,
  1694. bootstrapTreeTable: 1
  1695. };
  1696. /** 消息状态码 */
  1697. web_status = {
  1698. SUCCESS: 0,
  1699. FAIL: 500,
  1700. WARNING: 301
  1701. };
  1702. /** 弹窗状态码 */
  1703. modal_status = {
  1704. SUCCESS: "success",
  1705. FAIL: "error",
  1706. WARNING: "warning"
  1707. };