ry-ui.js 82 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739
  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: undefined,
  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. top.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. top.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. $.get(activeWindow().table.options.importTemplateUrl, function(result) {
  390. if (result.code == web_status.SUCCESS) {
  391. window.location.href = ctx + "common/download?fileName=" + encodeURI(result.msg) + "&delete=" + true;
  392. } else if (result.code == web_status.WARNING) {
  393. $.modal.alertWarning(result.msg)
  394. } else {
  395. $.modal.alertError(result.msg);
  396. }
  397. });
  398. },
  399. // 导入数据
  400. importExcel: function(formId, width, height) {
  401. table.set();
  402. var currentId = $.common.isEmpty(formId) ? 'importTpl' : formId;
  403. var _width = $.common.isEmpty(width) ? "400" : width;
  404. var _height = $.common.isEmpty(height) ? "230" : height;
  405. top.layer.open({
  406. type: 1,
  407. area: [_width + 'px', _height + 'px'],
  408. fix: false,
  409. //不固定
  410. maxmin: true,
  411. shade: 0.3,
  412. title: '导入' + table.options.modalName + '数据',
  413. content: $('#' + currentId).html(),
  414. btn: ['<i class="fa fa-check"></i> 导入', '<i class="fa fa-remove"></i> 取消'],
  415. // 弹层外区域关闭
  416. shadeClose: true,
  417. btn1: function(index, layero){
  418. var file = layero.find('#file').val();
  419. if (file == '' || (!$.common.endWith(file, '.xls') && !$.common.endWith(file, '.xlsx'))){
  420. $.modal.msgWarning("请选择后缀为 “xls”或“xlsx”的文件。");
  421. return false;
  422. }
  423. var index = top.layer.load(2, {shade: false});
  424. $.modal.disable();
  425. var formData = new FormData(layero.find('form')[0]);
  426. $.ajax({
  427. url: table.options.importUrl,
  428. data: formData,
  429. cache: false,
  430. contentType: false,
  431. processData: false,
  432. type: 'POST',
  433. success: function (result) {
  434. if (result.code == web_status.SUCCESS) {
  435. $.modal.close(index);
  436. $.modal.closeAll();
  437. $.modal.alertSuccess(result.msg);
  438. $.table.refresh();
  439. } else if (result.code == web_status.WARNING) {
  440. $.modal.close(index);
  441. $.modal.enable();
  442. $.modal.alertWarning(result.msg)
  443. } else {
  444. $.modal.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. // 查询表格指定列值 deDuplication( true去重、false不去重)
  479. selectColumns: function(column, deDuplication) {
  480. var distinct = $.common.isEmpty(deDuplication) ? true : deDuplication;
  481. var rows = $.map($("#" + table.options.id).bootstrapTable('getSelections'), function (row) {
  482. return $.common.getItemField(row, column);
  483. });
  484. if ($.common.isNotEmpty(table.options.rememberSelected) && table.options.rememberSelected) {
  485. var selectedRows = table.rememberSelecteds[table.options.id];
  486. if($.common.isNotEmpty(selectedRows)) {
  487. rows = $.map(table.rememberSelecteds[table.options.id], function (row) {
  488. return $.common.getItemField(row, column);
  489. });
  490. }
  491. }
  492. return distinct ? $.common.uniqueFn(rows) : rows;
  493. },
  494. // 获取当前页选中或者取消的行ID
  495. affectedRowIds: function(rows) {
  496. var column = $.common.isEmpty(table.options.uniqueId) ? table.options.columns[1].field : table.options.uniqueId;
  497. var rowIds;
  498. if ($.isArray(rows)) {
  499. rowIds = $.map(rows, function(row) {
  500. return $.common.getItemField(row, column);
  501. });
  502. } else {
  503. rowIds = [rows[column]];
  504. }
  505. return rowIds;
  506. },
  507. // 查询表格首列值deDuplication( true去重、false不去重)
  508. selectFirstColumns: function(deDuplication) {
  509. var distinct = $.common.isEmpty(deDuplication) ? true : deDuplication;
  510. var rows = $.map($("#" + table.options.id).bootstrapTable('getSelections'), function (row) {
  511. return $.common.getItemField(row, table.options.columns[1].field);
  512. });
  513. if ($.common.isNotEmpty(table.options.rememberSelected) && table.options.rememberSelected) {
  514. var selectedRows = table.rememberSelecteds[table.options.id];
  515. if($.common.isNotEmpty(selectedRows)) {
  516. rows = $.map(selectedRows, function (row) {
  517. return $.common.getItemField(row, table.options.columns[1].field);
  518. });
  519. }
  520. }
  521. return distinct ? $.common.uniqueFn(rows) : rows;
  522. },
  523. // 回显数据字典
  524. selectDictLabel: function(datas, value) {
  525. if ($.common.isEmpty(datas) || $.common.isEmpty(value)) {
  526. return '';
  527. }
  528. var actions = [];
  529. $.each(datas, function(index, dict) {
  530. if (dict.dictValue == ('' + value)) {
  531. var listClass = $.common.equals("default", dict.listClass) || $.common.isEmpty(dict.listClass) ? "" : "badge badge-" + dict.listClass;
  532. actions.push($.common.sprintf("<span class='%s'>%s</span>", listClass, dict.dictLabel));
  533. return false;
  534. }
  535. });
  536. return actions.join('');
  537. },
  538. // 回显数据字典(字符串数组)
  539. selectDictLabels: function(datas, value, separator) {
  540. if ($.common.isEmpty(datas) || $.common.isEmpty(value)) {
  541. return '';
  542. }
  543. var currentSeparator = $.common.isEmpty(separator) ? "," : separator;
  544. var actions = [];
  545. $.each(value.split(currentSeparator), function(i, val) {
  546. $.each(datas, function(index, dict) {
  547. if (dict.dictValue == ('' + val)) {
  548. var listClass = $.common.equals("default", dict.listClass) || $.common.isEmpty(dict.listClass) ? "" : "badge badge-" + dict.listClass;
  549. actions.push($.common.sprintf("<span class='%s'>%s </span>", listClass, dict.dictLabel));
  550. return false;
  551. }
  552. });
  553. });
  554. return actions.join('');
  555. },
  556. // 显示表格指定列
  557. showColumn: function(column, tableId) {
  558. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  559. $("#" + currentId).bootstrapTable('showColumn', column);
  560. },
  561. // 隐藏表格指定列
  562. hideColumn: function(column, tableId) {
  563. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  564. $("#" + currentId).bootstrapTable('hideColumn', column);
  565. },
  566. // 显示所有表格列
  567. showAllColumns: function(tableId) {
  568. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  569. $("#" + currentId).bootstrapTable('showAllColumns');
  570. },
  571. // 隐藏所有表格列
  572. hideAllColumns: function(tableId) {
  573. var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  574. $("#" + currentId).bootstrapTable('hideAllColumns');
  575. }
  576. },
  577. // 表格树封装处理
  578. treeTable: {
  579. // 初始化表格
  580. init: function(options) {
  581. var defaults = {
  582. id: "bootstrap-tree-table",
  583. type: 1, // 0 代表bootstrapTable 1代表bootstrapTreeTable
  584. height: 0,
  585. rootIdValue: null,
  586. ajaxParams: {},
  587. toolbar: "toolbar",
  588. striped: false,
  589. expandColumn: 1,
  590. showSearch: true,
  591. showRefresh: true,
  592. showColumns: true,
  593. expandAll: true,
  594. expandFirst: true
  595. };
  596. var options = $.extend(defaults, options);
  597. table.options = options;
  598. table.config[options.id] = options;
  599. $.table.initEvent();
  600. $.bttTable = $('#' + options.id).bootstrapTreeTable({
  601. code: options.code, // 用于设置父子关系
  602. parentCode: options.parentCode, // 用于设置父子关系
  603. type: 'post', // 请求方式(*)
  604. url: options.url, // 请求后台的URL(*)
  605. data: options.data, // 无url时用于渲染的数据
  606. ajaxParams: options.ajaxParams, // 请求数据的ajax的data属性
  607. rootIdValue: options.rootIdValue, // 设置指定根节点id值
  608. height: options.height, // 表格树的高度
  609. expandColumn: options.expandColumn, // 在哪一列上面显示展开按钮
  610. striped: options.striped, // 是否显示行间隔色
  611. bordered: options.bordered, // 是否显示边框
  612. toolbar: '#' + options.toolbar, // 指定工作栏
  613. showSearch: options.showSearch, // 是否显示检索信息
  614. showRefresh: options.showRefresh, // 是否显示刷新按钮
  615. showColumns: options.showColumns, // 是否显示隐藏某列下拉框
  616. expandAll: options.expandAll, // 是否全部展开
  617. expandFirst: options.expandFirst, // 是否默认第一级展开--expandAll为false时生效
  618. columns: options.columns, // 显示列信息(*)
  619. responseHandler: $.treeTable.responseHandler, // 在加载服务器发送来的数据之前处理函数
  620. onLoadSuccess: $.treeTable.onLoadSuccess // 当所有数据被加载时触发处理函数
  621. });
  622. },
  623. // 条件查询
  624. search: function(formId) {
  625. var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  626. var params = $.common.formToJSON(currentId);
  627. $.bttTable.bootstrapTreeTable('refresh', params);
  628. },
  629. // 刷新
  630. refresh: function() {
  631. $.bttTable.bootstrapTreeTable('refresh');
  632. },
  633. // 查询表格树指定列值deDuplication( true去重、false不去重)
  634. selectColumns: function(column, deDuplication) {
  635. var distinct = $.common.isEmpty(deDuplication) ? true : deDuplication;
  636. var rows = $.map($.bttTable.bootstrapTreeTable('getSelections'), function (row) {
  637. return $.common.getItemField(row, column);
  638. });
  639. return distinct ? $.common.uniqueFn(rows) : rows;
  640. },
  641. // 请求获取数据后处理回调函数,校验异常状态提醒
  642. responseHandler: function(res) {
  643. if (typeof table.options.responseHandler == "function") {
  644. table.options.responseHandler(res);
  645. }
  646. if (res.code != undefined && res.code != web_status.SUCCESS) {
  647. $.modal.alertWarning(res.msg);
  648. return [];
  649. } else {
  650. return res;
  651. }
  652. },
  653. // 当所有数据被加载时触发
  654. onLoadSuccess: function(data) {
  655. if (typeof table.options.onLoadSuccess == "function") {
  656. table.options.onLoadSuccess(data);
  657. }
  658. $(".table [data-toggle='tooltip']").tooltip();
  659. },
  660. },
  661. // 表单封装处理
  662. form: {
  663. // 表单重置
  664. reset: function(formId, tableId, pageNumber, pageSize) {
  665. table.set(tableId);
  666. formId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  667. $("#" + formId)[0].reset();
  668. var tableId = $.common.isEmpty(tableId) ? table.options.id : tableId;
  669. if (table.options.type == table_type.bootstrapTable) {
  670. var params = $("#" + tableId).bootstrapTable('getOptions');
  671. if ($.common.isNotEmpty(pageNumber)) {
  672. params.pageNumber = pageNumber;
  673. }
  674. if ($.common.isNotEmpty(pageSize)) {
  675. params.pageSize = pageSize;
  676. }
  677. $("#" + tableId).bootstrapTable('refresh', params);
  678. } else if (table.options.type == table_type.bootstrapTreeTable) {
  679. $("#" + tableId).bootstrapTreeTable('refresh', []);
  680. }
  681. if ($.common.isNotEmpty(startLayDate) && $.common.isNotEmpty(endLayDate)) {
  682. endLayDate.config.min.year = '';
  683. endLayDate.config.min.month = '';
  684. endLayDate.config.min.date = '';
  685. startLayDate.config.max.year = '2099';
  686. startLayDate.config.max.month = '12';
  687. startLayDate.config.max.date = '31';
  688. }
  689. },
  690. // 获取选中复选框项
  691. selectCheckeds: function(name) {
  692. var checkeds = "";
  693. $('input:checkbox[name="' + name + '"]:checked').each(function(i) {
  694. if (0 == i) {
  695. checkeds = $(this).val();
  696. } else {
  697. checkeds += ("," + $(this).val());
  698. }
  699. });
  700. return checkeds;
  701. },
  702. // 获取选中下拉框项
  703. selectSelects: function(name) {
  704. var selects = "";
  705. $('#' + name + ' option:selected').each(function (i) {
  706. if (0 == i) {
  707. selects = $(this).val();
  708. } else {
  709. selects += ("," + $(this).val());
  710. }
  711. });
  712. return selects;
  713. }
  714. },
  715. // 弹出层封装处理
  716. modal: {
  717. // 显示图标
  718. icon: function(type) {
  719. var icon = "";
  720. if (type == modal_status.WARNING) {
  721. icon = 0;
  722. } else if (type == modal_status.SUCCESS) {
  723. icon = 1;
  724. } else if (type == modal_status.FAIL) {
  725. icon = 2;
  726. } else {
  727. icon = 3;
  728. }
  729. return icon;
  730. },
  731. // 消息提示
  732. msg: function(content, type) {
  733. if (type != undefined) {
  734. top.layer.msg(content, { icon: $.modal.icon(type), time: 1000, shift: 5 });
  735. } else {
  736. top.layer.msg(content);
  737. }
  738. },
  739. // 错误消息
  740. msgError: function(content) {
  741. $.modal.msg(content, modal_status.FAIL);
  742. },
  743. // 成功消息
  744. msgSuccess: function(content) {
  745. $.modal.msg(content, modal_status.SUCCESS);
  746. },
  747. // 警告消息
  748. msgWarning: function(content) {
  749. $.modal.msg(content, modal_status.WARNING);
  750. },
  751. // 弹出提示
  752. alert: function(content, type) {
  753. top.layer.alert(content, {
  754. icon: $.modal.icon(type),
  755. title: "系统提示",
  756. btn: ['确认'],
  757. btnclass: ['btn btn-primary'],
  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. msgReload: function(msg, type) {
  774. top.layer.msg(msg, {
  775. icon: $.modal.icon(type),
  776. time: 500,
  777. shade: [0.1, '#8F8F8F']
  778. },
  779. function() {
  780. $.modal.reload();
  781. });
  782. },
  783. // 消息提示成功并刷新父窗体
  784. msgSuccessReload: function(msg) {
  785. $.modal.msgReload(msg, modal_status.SUCCESS);
  786. },
  787. // 获取iframe页的DOM
  788. getChildFrame: function (index) {
  789. if($.common.isEmpty(index)){
  790. var index = parent.layer.getFrameIndex(window.name);
  791. return parent.layer.getChildFrame('body', index);
  792. } else {
  793. return top.layer.getChildFrame('body', index);
  794. }
  795. },
  796. // 关闭窗体
  797. close: function (index) {
  798. if($.common.isEmpty(index)){
  799. var index = parent.layer.getFrameIndex(window.name);
  800. parent.layer.close(index);
  801. } else {
  802. top.layer.close(index);
  803. }
  804. },
  805. // 关闭全部窗体
  806. closeAll: function () {
  807. top.layer.closeAll();
  808. },
  809. // 确认窗体
  810. confirm: function (content, callBack) {
  811. top.layer.confirm(content, {
  812. icon: 3,
  813. title: "系统提示",
  814. btn: ['确认', '取消']
  815. }, function (index) {
  816. $.modal.close(index);
  817. callBack(true);
  818. });
  819. },
  820. // 弹出层指定宽度
  821. open: function (title, url, width, height, callback) {
  822. // 如果是移动端,就使用自适应大小弹窗
  823. if ($.common.isMobile()) {
  824. width = 'auto';
  825. height = 'auto';
  826. }
  827. if ($.common.isEmpty(title)) {
  828. title = false;
  829. }
  830. if ($.common.isEmpty(url)) {
  831. url = "/404.html";
  832. }
  833. if ($.common.isEmpty(width)) {
  834. width = 800;
  835. }
  836. if ($.common.isEmpty(height)) {
  837. height = ($(window).height() - 50);
  838. }
  839. if ($.common.isEmpty(callback)) {
  840. callback = function(index, layero) {
  841. var iframeWin = layero.find('iframe')[0];
  842. iframeWin.contentWindow.submitHandler(index, layero);
  843. }
  844. }
  845. top.layer.open({
  846. type: 2,
  847. area: [width + 'px', height + 'px'],
  848. fix: false,
  849. //不固定
  850. maxmin: true,
  851. shade: 0.3,
  852. title: title,
  853. content: url,
  854. btn: ['确定', '关闭'],
  855. // 弹层外区域关闭
  856. shadeClose: true,
  857. yes: callback,
  858. cancel: function(index) {
  859. return true;
  860. }
  861. });
  862. },
  863. // 弹出层指定参数选项
  864. openOptions: function (options) {
  865. var _url = $.common.isEmpty(options.url) ? "/404.html" : options.url;
  866. var _title = $.common.isEmpty(options.title) ? "系统窗口" : options.title;
  867. var _width = $.common.isEmpty(options.width) ? "800" : options.width;
  868. var _height = $.common.isEmpty(options.height) ? ($(window).height() - 50) : options.height;
  869. var _btn = ['<i class="fa fa-check"></i> 确认', '<i class="fa fa-close"></i> 关闭'];
  870. // 如果是移动端,就使用自适应大小弹窗
  871. if ($.common.isMobile()) {
  872. _width = 'auto';
  873. _height = 'auto';
  874. }
  875. if ($.common.isEmpty(options.yes)) {
  876. options.yes = function(index, layero) {
  877. options.callBack(index, layero);
  878. }
  879. }
  880. var btnCallback = {};
  881. if(options.btn instanceof Array){
  882. for (var i = 1, len = options.btn.length; i < len; i++) {
  883. var btn = options["btn" + (i + 1)];
  884. if (btn) {
  885. btnCallback["btn" + (i + 1)] = btn;
  886. }
  887. }
  888. }
  889. var index = top.layer.open($.extend({
  890. id: options.id, // 唯一id
  891. anim: options.anim, // 弹出动画 0-6
  892. type: 2,
  893. maxmin: $.common.isEmpty(options.maxmin) ? true : options.maxmin,
  894. shade: 0.3,
  895. title: _title,
  896. fix: false,
  897. area: [_width + 'px', _height + 'px'],
  898. content: _url,
  899. shadeClose: $.common.isEmpty(options.shadeClose) ? true : options.shadeClose,
  900. skin: options.skin,
  901. // options.btn设置为0表示不显示按钮
  902. btn: $.common.isEmpty(options.btn) ? _btn : options.btn,
  903. yes: options.yes,
  904. cancel: function () {
  905. return true;
  906. }
  907. }, btnCallback));
  908. if ($.common.isNotEmpty(options.full) && options.full === true) {
  909. layer.full(index);
  910. }
  911. },
  912. // 弹出层全屏
  913. openFull: function (title, url, width, height) {
  914. // 如果是移动端,就使用自适应大小弹窗
  915. if ($.common.isMobile()) {
  916. width = 'auto';
  917. height = 'auto';
  918. }
  919. if ($.common.isEmpty(title)) {
  920. title = false;
  921. }
  922. if ($.common.isEmpty(url)) {
  923. url = "/404.html";
  924. }
  925. if ($.common.isEmpty(width)) {
  926. width = 800;
  927. }
  928. if ($.common.isEmpty(height)) {
  929. height = ($(window).height() - 50);
  930. }
  931. var index = top.layer.open({
  932. type: 2,
  933. area: [width + 'px', height + 'px'],
  934. fix: false,
  935. //不固定
  936. maxmin: true,
  937. shade: 0.3,
  938. title: title,
  939. content: url,
  940. btn: ['确定', '关闭'],
  941. // 弹层外区域关闭
  942. shadeClose: true,
  943. yes: function(index, layero) {
  944. var iframeWin = layero.find('iframe')[0];
  945. iframeWin.contentWindow.submitHandler(index, layero);
  946. },
  947. cancel: function(index) {
  948. return true;
  949. }
  950. });
  951. top.layer.full(index);
  952. },
  953. // 选卡页方式打开
  954. openTab: function (title, url, isRefresh) {
  955. createMenuItem(url, title, isRefresh);
  956. },
  957. // 选卡页同一页签打开
  958. parentTab: function (title, url) {
  959. var dataId = window.frameElement.getAttribute('data-id');
  960. createMenuItem(url, title);
  961. closeItem(dataId);
  962. },
  963. // 关闭选项卡
  964. closeTab: function (dataId) {
  965. closeItem(dataId);
  966. },
  967. // 禁用按钮
  968. disable: function() {
  969. var doc = window.top == window.parent ? window.document : window.parent.document;
  970. $("a[class*=layui-layer-btn]", doc).addClass("layer-disabled");
  971. },
  972. // 启用按钮
  973. enable: function() {
  974. var doc = window.top == window.parent ? window.document : window.parent.document;
  975. $("a[class*=layui-layer-btn]", doc).removeClass("layer-disabled");
  976. },
  977. // 打开遮罩层
  978. loading: function (message) {
  979. $.blockUI({ message: '<div class="loaderbox"><div class="loading-activity"></div> ' + message + '</div>' });
  980. },
  981. // 关闭遮罩层
  982. closeLoading: function () {
  983. setTimeout(function(){
  984. $.unblockUI();
  985. }, 50);
  986. },
  987. // 重新加载
  988. reload: function () {
  989. parent.location.reload();
  990. }
  991. },
  992. // 操作封装处理
  993. operate: {
  994. // 提交数据
  995. submit: function(url, type, dataType, data, callback) {
  996. var config = {
  997. url: url,
  998. type: type,
  999. dataType: dataType,
  1000. data: data,
  1001. beforeSend: function () {
  1002. $.modal.loading("正在处理中,请稍后...");
  1003. },
  1004. success: function(result) {
  1005. if (typeof callback == "function") {
  1006. callback(result);
  1007. }
  1008. $.operate.ajaxSuccess(result);
  1009. }
  1010. };
  1011. $.ajax(config)
  1012. },
  1013. // post请求传输
  1014. post: function(url, data, callback) {
  1015. $.operate.submit(url, "post", "json", data, callback);
  1016. },
  1017. // get请求传输
  1018. get: function(url, callback) {
  1019. $.operate.submit(url, "get", "json", "", callback);
  1020. },
  1021. // 详细信息
  1022. detail: function(id, width, height) {
  1023. table.set();
  1024. var _url = $.operate.detailUrl(id);
  1025. var options = {
  1026. title: table.options.modalName + "详细",
  1027. width: width,
  1028. height: height,
  1029. url: _url,
  1030. skin: 'layui-layer-gray',
  1031. btn: ['关闭'],
  1032. yes: function (index, layero) {
  1033. $.modal.close(index);
  1034. }
  1035. };
  1036. $.modal.openOptions(options);
  1037. },
  1038. // 详细信息,以tab页展现
  1039. detailTab: function(id) {
  1040. table.set();
  1041. $.modal.openTab("详细" + table.options.modalName, $.operate.detailUrl(id));
  1042. },
  1043. // 详细访问地址
  1044. detailUrl: function(id) {
  1045. var url = "/404.html";
  1046. if ($.common.isNotEmpty(id)) {
  1047. url = table.options.detailUrl.replace("{id}", id);
  1048. } else {
  1049. var id = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1050. if (id.length == 0) {
  1051. $.modal.alertWarning("请至少选择一条记录");
  1052. return;
  1053. }
  1054. url = table.options.detailUrl.replace("{id}", id);
  1055. }
  1056. return url;
  1057. },
  1058. // 删除信息
  1059. remove: function(id) {
  1060. table.set();
  1061. $.modal.confirm("确定删除该条" + table.options.modalName + "信息吗?", function() {
  1062. var url = $.common.isEmpty(id) ? table.options.removeUrl : table.options.removeUrl.replace("{id}", id);
  1063. if(table.options.type == table_type.bootstrapTreeTable) {
  1064. $.operate.get(url);
  1065. } else {
  1066. var data = { "ids": id };
  1067. $.operate.submit(url, "post", "json", data);
  1068. }
  1069. });
  1070. },
  1071. // 批量删除信息
  1072. removeAll: function() {
  1073. table.set();
  1074. var rows = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1075. if (rows.length == 0) {
  1076. $.modal.alertWarning("请至少选择一条记录");
  1077. return;
  1078. }
  1079. $.modal.confirm("确认要删除选中的" + rows.length + "条数据吗?", function() {
  1080. var url = table.options.removeUrl;
  1081. var data = { "ids": rows.join() };
  1082. $.operate.submit(url, "post", "json", data);
  1083. });
  1084. },
  1085. // 清空信息
  1086. clean: function() {
  1087. table.set();
  1088. $.modal.confirm("确定清空所有" + table.options.modalName + "吗?", function() {
  1089. var url = table.options.cleanUrl;
  1090. $.operate.submit(url, "post", "json", "");
  1091. });
  1092. },
  1093. // 添加信息
  1094. add: function(id) {
  1095. table.set();
  1096. $.modal.open("添加" + table.options.modalName, $.operate.addUrl(id));
  1097. },
  1098. // 添加信息,以tab页展现
  1099. addTab: function (id) {
  1100. table.set();
  1101. $.modal.openTab("添加" + table.options.modalName, $.operate.addUrl(id));
  1102. },
  1103. // 添加信息 全屏
  1104. addFull: function(id) {
  1105. table.set();
  1106. $.modal.openFull("添加" + table.options.modalName, $.operate.addUrl(id));
  1107. },
  1108. // 添加访问地址
  1109. addUrl: function(id) {
  1110. var url = $.common.isEmpty(id) ? table.options.createUrl.replace("{id}", "") : table.options.createUrl.replace("{id}", id);
  1111. return url;
  1112. },
  1113. // 修改信息
  1114. edit: function(id) {
  1115. table.set();
  1116. if($.common.isEmpty(id) && table.options.type == table_type.bootstrapTreeTable) {
  1117. var row = $("#" + table.options.id).bootstrapTreeTable('getSelections')[0];
  1118. if ($.common.isEmpty(row)) {
  1119. $.modal.alertWarning("请至少选择一条记录");
  1120. return;
  1121. }
  1122. var url = table.options.updateUrl.replace("{id}", row[table.options.uniqueId]);
  1123. $.modal.open("修改" + table.options.modalName, url);
  1124. } else {
  1125. $.modal.open("修改" + table.options.modalName, $.operate.editUrl(id));
  1126. }
  1127. },
  1128. // 修改信息,以tab页展现
  1129. editTab: function(id) {
  1130. table.set();
  1131. $.modal.openTab("修改" + table.options.modalName, $.operate.editUrl(id));
  1132. },
  1133. // 修改信息 全屏
  1134. editFull: function(id) {
  1135. table.set();
  1136. var url = "/404.html";
  1137. if ($.common.isNotEmpty(id)) {
  1138. url = table.options.updateUrl.replace("{id}", id);
  1139. } else {
  1140. if(table.options.type == table_type.bootstrapTreeTable) {
  1141. var row = $("#" + table.options.id).bootstrapTreeTable('getSelections')[0];
  1142. if ($.common.isEmpty(row)) {
  1143. $.modal.alertWarning("请至少选择一条记录");
  1144. return;
  1145. }
  1146. url = table.options.updateUrl.replace("{id}", row[table.options.uniqueId]);
  1147. } else {
  1148. var row = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1149. url = table.options.updateUrl.replace("{id}", row);
  1150. }
  1151. }
  1152. $.modal.openFull("修改" + table.options.modalName, url);
  1153. },
  1154. // 修改访问地址
  1155. editUrl: function(id) {
  1156. var url = "/404.html";
  1157. if ($.common.isNotEmpty(id)) {
  1158. url = table.options.updateUrl.replace("{id}", id);
  1159. } else {
  1160. var id = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
  1161. if (id.length == 0) {
  1162. $.modal.alertWarning("请至少选择一条记录");
  1163. return;
  1164. }
  1165. url = table.options.updateUrl.replace("{id}", id);
  1166. }
  1167. return url;
  1168. },
  1169. // 保存信息 刷新表格
  1170. save: function(url, data, callback) {
  1171. var config = {
  1172. url: url,
  1173. type: "post",
  1174. dataType: "json",
  1175. data: data,
  1176. beforeSend: function () {
  1177. $.modal.loading("正在处理中,请稍后...");
  1178. $.modal.disable();
  1179. },
  1180. success: function(result) {
  1181. if (typeof callback == "function") {
  1182. callback(result);
  1183. }
  1184. $.operate.successCallback(result);
  1185. }
  1186. };
  1187. $.ajax(config)
  1188. },
  1189. // 保存信息 弹出结果提示框
  1190. saveModal: function(url, data, callback) {
  1191. var config = {
  1192. url: url,
  1193. type: "post",
  1194. dataType: "json",
  1195. data: data,
  1196. beforeSend: function () {
  1197. $.modal.loading("正在处理中,请稍后...");
  1198. },
  1199. success: function(result) {
  1200. if (typeof callback == "function") {
  1201. callback(result);
  1202. }
  1203. if (result.code == web_status.SUCCESS) {
  1204. $.modal.alertSuccess(result.msg)
  1205. } else if (result.code == web_status.WARNING) {
  1206. $.modal.alertWarning(result.msg)
  1207. } else {
  1208. $.modal.alertError(result.msg);
  1209. }
  1210. $.modal.closeLoading();
  1211. }
  1212. };
  1213. $.ajax(config)
  1214. },
  1215. // 保存选项卡信息
  1216. saveTab: function(url, data, callback) {
  1217. var config = {
  1218. url: url,
  1219. type: "post",
  1220. dataType: "json",
  1221. data: data,
  1222. beforeSend: function () {
  1223. $.modal.loading("正在处理中,请稍后...");
  1224. },
  1225. success: function(result) {
  1226. if (typeof callback == "function") {
  1227. callback(result);
  1228. }
  1229. $.operate.successTabCallback(result);
  1230. }
  1231. };
  1232. $.ajax(config)
  1233. },
  1234. // 保存结果弹出msg刷新table表格
  1235. ajaxSuccess: function (result) {
  1236. if (result.code == web_status.SUCCESS && table.options.type == table_type.bootstrapTable) {
  1237. $.modal.msgSuccess(result.msg);
  1238. $.table.refresh();
  1239. } else if (result.code == web_status.SUCCESS && table.options.type == table_type.bootstrapTreeTable) {
  1240. $.modal.msgSuccess(result.msg);
  1241. $.treeTable.refresh();
  1242. } else if (result.code == web_status.SUCCESS && $.common.isEmpty(table.options.type)) {
  1243. $.modal.msgSuccess(result.msg)
  1244. } else if (result.code == web_status.WARNING) {
  1245. $.modal.alertWarning(result.msg)
  1246. } else {
  1247. $.modal.alertError(result.msg);
  1248. }
  1249. $.modal.closeLoading();
  1250. },
  1251. // 保存结果重新加载页面
  1252. saveReload: function (result) {
  1253. if (result.code == web_status.SUCCESS) {
  1254. $.modal.msgSuccessReload(result.msg);
  1255. } else if (result.code == web_status.WARNING) {
  1256. $.modal.alertWarning(result.msg)
  1257. } else {
  1258. $.modal.alertError(result.msg);
  1259. }
  1260. $.modal.closeLoading();
  1261. },
  1262. // 成功回调执行事件(父窗体静默更新)
  1263. successCallback: function(result) {
  1264. if (result.code == web_status.SUCCESS) {
  1265. var parent = activeWindow();
  1266. if($.common.isEmpty(parent.table)) {
  1267. $.modal.msgSuccessReload(result.msg);
  1268. } else if (parent.table.options.type == table_type.bootstrapTable) {
  1269. $.modal.close();
  1270. parent.$.modal.msgSuccess(result.msg);
  1271. parent.$.table.refresh();
  1272. } else if (parent.table.options.type == table_type.bootstrapTreeTable) {
  1273. $.modal.close();
  1274. parent.$.modal.msgSuccess(result.msg);
  1275. parent.$.treeTable.refresh();
  1276. }
  1277. } else if (result.code == web_status.WARNING) {
  1278. $.modal.alertWarning(result.msg)
  1279. } else {
  1280. $.modal.alertError(result.msg);
  1281. }
  1282. $.modal.closeLoading();
  1283. $.modal.enable();
  1284. },
  1285. // 选项卡成功回调执行事件(父窗体静默更新)
  1286. successTabCallback: function(result) {
  1287. if (result.code == web_status.SUCCESS) {
  1288. var topWindow = $(window.parent.document);
  1289. var currentId = $('.page-tabs-content', topWindow).find('.active').attr('data-panel');
  1290. var $contentWindow = $('.RuoYi_iframe[data-id="' + currentId + '"]', topWindow)[0].contentWindow;
  1291. $.modal.close();
  1292. $contentWindow.$.modal.msgSuccess(result.msg);
  1293. $contentWindow.$(".layui-layer-padding").removeAttr("style");
  1294. if ($contentWindow.table.options.type == table_type.bootstrapTable) {
  1295. $contentWindow.$.table.refresh();
  1296. } else if ($contentWindow.table.options.type == table_type.bootstrapTreeTable) {
  1297. $contentWindow.$.treeTable.refresh();
  1298. }
  1299. $.modal.closeTab();
  1300. } else if (result.code == web_status.WARNING) {
  1301. $.modal.alertWarning(result.msg)
  1302. } else {
  1303. $.modal.alertError(result.msg);
  1304. }
  1305. $.modal.closeLoading();
  1306. }
  1307. },
  1308. // 校验封装处理
  1309. validate: {
  1310. // 判断返回标识是否唯一 false 不存在 true 存在
  1311. unique: function (value) {
  1312. if (value == "0") {
  1313. return true;
  1314. }
  1315. return false;
  1316. },
  1317. // 表单验证
  1318. form: function (formId) {
  1319. var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  1320. return $("#" + currentId).validate().form();
  1321. },
  1322. // 重置表单验证(清除提示信息)
  1323. reset: function (formId) {
  1324. var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
  1325. return $("#" + currentId).validate().resetForm();
  1326. }
  1327. },
  1328. // 树插件封装处理
  1329. tree: {
  1330. _option: {},
  1331. _lastValue: {},
  1332. // 初始化树结构
  1333. init: function(options) {
  1334. var defaults = {
  1335. id: "tree", // 属性ID
  1336. expandLevel: 0, // 展开等级节点
  1337. view: {
  1338. selectedMulti: false, // 设置是否允许同时选中多个节点
  1339. nameIsHTML: true // 设置 name 属性是否支持 HTML 脚本
  1340. },
  1341. check: {
  1342. enable: false, // 置 zTree 的节点上是否显示 checkbox / radio
  1343. nocheckInherit: true, // 设置子节点是否自动继承
  1344. chkboxType: { "Y": "ps", "N": "ps" } // 父子节点的关联关系
  1345. },
  1346. data: {
  1347. key: {
  1348. title: "title" // 节点数据保存节点提示信息的属性名称
  1349. },
  1350. simpleData: {
  1351. enable: true // true / false 分别表示 使用 / 不使用 简单数据模式
  1352. }
  1353. },
  1354. };
  1355. var options = $.extend(defaults, options);
  1356. $.tree._option = options;
  1357. // 树结构初始化加载
  1358. var setting = {
  1359. callback: {
  1360. onClick: options.onClick, // 用于捕获节点被点击的事件回调函数
  1361. onCheck: options.onCheck, // 用于捕获 checkbox / radio 被勾选 或 取消勾选的事件回调函数
  1362. onDblClick: options.onDblClick // 用于捕获鼠标双击之后的事件回调函数
  1363. },
  1364. check: options.check,
  1365. view: options.view,
  1366. data: options.data
  1367. };
  1368. $.get(options.url, function(data) {
  1369. var treeId = $("#treeId").val();
  1370. tree = $.fn.zTree.init($("#" + options.id), setting, data);
  1371. $._tree = tree;
  1372. for (var i = 0; i < options.expandLevel; i++) {
  1373. var nodes = tree.getNodesByParam("level", i);
  1374. for (var j = 0; j < nodes.length; j++) {
  1375. tree.expandNode(nodes[j], true, false, false);
  1376. }
  1377. }
  1378. var node = tree.getNodesByParam("id", treeId, null)[0];
  1379. $.tree.selectByIdName(treeId, node);
  1380. // 回调tree方法
  1381. if(typeof(options.callBack) === "function"){
  1382. options.callBack(tree);
  1383. }
  1384. });
  1385. },
  1386. // 搜索节点
  1387. searchNode: function() {
  1388. // 取得输入的关键字的值
  1389. var value = $.common.trim($("#keyword").val());
  1390. if ($.tree._lastValue == value) {
  1391. return;
  1392. }
  1393. // 保存最后一次搜索名称
  1394. $.tree._lastValue = value;
  1395. var nodes = $._tree.getNodes();
  1396. // 如果要查空字串,就退出不查了。
  1397. if (value == "") {
  1398. $.tree.showAllNode(nodes);
  1399. return;
  1400. }
  1401. $.tree.hideAllNode(nodes);
  1402. // 根据搜索值模糊匹配
  1403. $.tree.updateNodes($._tree.getNodesByParamFuzzy("name", value));
  1404. },
  1405. // 根据Id和Name选中指定节点
  1406. selectByIdName: function(treeId, node) {
  1407. if ($.common.isNotEmpty(treeId) && node && treeId == node.id) {
  1408. $._tree.selectNode(node, true);
  1409. }
  1410. },
  1411. // 显示所有节点
  1412. showAllNode: function(nodes) {
  1413. nodes = $._tree.transformToArray(nodes);
  1414. for (var i = nodes.length - 1; i >= 0; i--) {
  1415. if (nodes[i].getParentNode() != null) {
  1416. $._tree.expandNode(nodes[i], true, false, false, false);
  1417. } else {
  1418. $._tree.expandNode(nodes[i], true, true, false, false);
  1419. }
  1420. $._tree.showNode(nodes[i]);
  1421. $.tree.showAllNode(nodes[i].children);
  1422. }
  1423. },
  1424. // 隐藏所有节点
  1425. hideAllNode: function(nodes) {
  1426. var tree = $.fn.zTree.getZTreeObj("tree");
  1427. var nodes = $._tree.transformToArray(nodes);
  1428. for (var i = nodes.length - 1; i >= 0; i--) {
  1429. $._tree.hideNode(nodes[i]);
  1430. }
  1431. },
  1432. // 显示所有父节点
  1433. showParent: function(treeNode) {
  1434. var parentNode;
  1435. while ((parentNode = treeNode.getParentNode()) != null) {
  1436. $._tree.showNode(parentNode);
  1437. $._tree.expandNode(parentNode, true, false, false);
  1438. treeNode = parentNode;
  1439. }
  1440. },
  1441. // 显示所有孩子节点
  1442. showChildren: function(treeNode) {
  1443. if (treeNode.isParent) {
  1444. for (var idx in treeNode.children) {
  1445. var node = treeNode.children[idx];
  1446. $._tree.showNode(node);
  1447. $.tree.showChildren(node);
  1448. }
  1449. }
  1450. },
  1451. // 更新节点状态
  1452. updateNodes: function(nodeList) {
  1453. $._tree.showNodes(nodeList);
  1454. for (var i = 0, l = nodeList.length; i < l; i++) {
  1455. var treeNode = nodeList[i];
  1456. $.tree.showChildren(treeNode);
  1457. $.tree.showParent(treeNode)
  1458. }
  1459. },
  1460. // 获取当前被勾选集合
  1461. getCheckedNodes: function(column) {
  1462. var _column = $.common.isEmpty(column) ? "id" : column;
  1463. var nodes = $._tree.getCheckedNodes(true);
  1464. return $.map(nodes, function (row) {
  1465. return row[_column];
  1466. }).join();
  1467. },
  1468. // 不允许根父节点选择
  1469. notAllowParents: function(_tree) {
  1470. var nodes = _tree.getSelectedNodes();
  1471. if(nodes.length == 0){
  1472. $.modal.msgError("请选择节点后提交");
  1473. return false;
  1474. }
  1475. for (var i = 0; i < nodes.length; i++) {
  1476. if (nodes[i].level == 0) {
  1477. $.modal.msgError("不能选择根节点(" + nodes[i].name + ")");
  1478. return false;
  1479. }
  1480. if (nodes[i].isParent) {
  1481. $.modal.msgError("不能选择父节点(" + nodes[i].name + ")");
  1482. return false;
  1483. }
  1484. }
  1485. return true;
  1486. },
  1487. // 不允许最后层级节点选择
  1488. notAllowLastLevel: function(_tree) {
  1489. var nodes = _tree.getSelectedNodes();
  1490. for (var i = 0; i < nodes.length; i++) {
  1491. if (!nodes[i].isParent) {
  1492. $.modal.msgError("不能选择最后层级节点(" + nodes[i].name + ")");
  1493. return false;
  1494. }
  1495. }
  1496. return true;
  1497. },
  1498. // 隐藏/显示搜索栏
  1499. toggleSearch: function() {
  1500. $('#search').slideToggle(200);
  1501. $('#btnShow').toggle();
  1502. $('#btnHide').toggle();
  1503. $('#keyword').focus();
  1504. },
  1505. // 折叠
  1506. collapse: function() {
  1507. $._tree.expandAll(false);
  1508. },
  1509. // 展开
  1510. expand: function() {
  1511. $._tree.expandAll(true);
  1512. }
  1513. },
  1514. // 通用方法封装处理
  1515. common: {
  1516. // 判断字符串是否为空
  1517. isEmpty: function (value) {
  1518. if (value == null || this.trim(value) == "") {
  1519. return true;
  1520. }
  1521. return false;
  1522. },
  1523. // 判断一个字符串是否为非空串
  1524. isNotEmpty: function (value) {
  1525. return !$.common.isEmpty(value);
  1526. },
  1527. // 空对象转字符串
  1528. nullToStr: function(value) {
  1529. if ($.common.isEmpty(value)) {
  1530. return "-";
  1531. }
  1532. return value;
  1533. },
  1534. // 是否显示数据 为空默认为显示
  1535. visible: function (value) {
  1536. if ($.common.isEmpty(value) || value == true) {
  1537. return true;
  1538. }
  1539. return false;
  1540. },
  1541. // 空格截取
  1542. trim: function (value) {
  1543. if (value == null) {
  1544. return "";
  1545. }
  1546. return value.toString().replace(/(^\s*)|(\s*$)|\r|\n/g, "");
  1547. },
  1548. // 比较两个字符串(大小写敏感)
  1549. equals: function (str, that) {
  1550. return str == that;
  1551. },
  1552. // 比较两个字符串(大小写不敏感)
  1553. equalsIgnoreCase: function (str, that) {
  1554. return String(str).toUpperCase() === String(that).toUpperCase();
  1555. },
  1556. // 将字符串按指定字符分割
  1557. split: function (str, sep, maxLen) {
  1558. if ($.common.isEmpty(str)) {
  1559. return null;
  1560. }
  1561. var value = String(str).split(sep);
  1562. return maxLen ? value.slice(0, maxLen - 1) : value;
  1563. },
  1564. // 字符串格式化(%s )
  1565. sprintf: function (str) {
  1566. var args = arguments, flag = true, i = 1;
  1567. str = str.replace(/%s/g, function () {
  1568. var arg = args[i++];
  1569. if (typeof arg === 'undefined') {
  1570. flag = false;
  1571. return '';
  1572. }
  1573. return arg == null ? '' : arg;
  1574. });
  1575. return flag ? str : '';
  1576. },
  1577. // 日期格式化 时间戳 -> yyyy-MM-dd HH-mm-ss
  1578. dateFormat: function(date, format) {
  1579. var that = this;
  1580. if (that.isEmpty(date)) return "";
  1581. if (!date) return;
  1582. if (!format) format = "yyyy-MM-dd";
  1583. switch (typeof date) {
  1584. case "string":
  1585. date = new Date(date.replace(/-/, "/"));
  1586. break;
  1587. case "number":
  1588. date = new Date(date);
  1589. break;
  1590. }
  1591. if (!date instanceof Date) return;
  1592. var dict = {
  1593. "yyyy": date.getFullYear(),
  1594. "M": date.getMonth() + 1,
  1595. "d": date.getDate(),
  1596. "H": date.getHours(),
  1597. "m": date.getMinutes(),
  1598. "s": date.getSeconds(),
  1599. "MM": ("" + (date.getMonth() + 101)).substr(1),
  1600. "dd": ("" + (date.getDate() + 100)).substr(1),
  1601. "HH": ("" + (date.getHours() + 100)).substr(1),
  1602. "mm": ("" + (date.getMinutes() + 100)).substr(1),
  1603. "ss": ("" + (date.getSeconds() + 100)).substr(1)
  1604. };
  1605. return format.replace(/(yyyy|MM?|dd?|HH?|ss?|mm?)/g,
  1606. function() {
  1607. return dict[arguments[0]];
  1608. });
  1609. },
  1610. // 获取节点数据,支持多层级访问
  1611. getItemField: function (item, field) {
  1612. var value = item;
  1613. if (typeof field !== 'string' || item.hasOwnProperty(field)) {
  1614. return item[field];
  1615. }
  1616. var props = field.split('.');
  1617. for (var p in props) {
  1618. value = value && value[props[p]];
  1619. }
  1620. return value;
  1621. },
  1622. // 指定随机数返回
  1623. random: function (min, max) {
  1624. return Math.floor((Math.random() * max) + min);
  1625. },
  1626. // 判断字符串是否是以start开头
  1627. startWith: function(value, start) {
  1628. var reg = new RegExp("^" + start);
  1629. return reg.test(value)
  1630. },
  1631. // 判断字符串是否是以end结尾
  1632. endWith: function(value, end) {
  1633. var reg = new RegExp(end + "$");
  1634. return reg.test(value)
  1635. },
  1636. // 数组去重
  1637. uniqueFn: function(array) {
  1638. var result = [];
  1639. var hashObj = {};
  1640. for (var i = 0; i < array.length; i++) {
  1641. if (!hashObj[array[i]]) {
  1642. hashObj[array[i]] = true;
  1643. result.push(array[i]);
  1644. }
  1645. }
  1646. return result;
  1647. },
  1648. // 数组中的所有元素放入一个字符串
  1649. join: function(array, separator) {
  1650. if ($.common.isEmpty(array)) {
  1651. return null;
  1652. }
  1653. return array.join(separator);
  1654. },
  1655. // 获取form下所有的字段并转换为json对象
  1656. formToJSON: function(formId) {
  1657. var json = {};
  1658. $.each($("#" + formId).serializeArray(), function(i, field) {
  1659. if(json[field.name]) {
  1660. json[field.name] += ("," + field.value);
  1661. } else {
  1662. json[field.name] = field.value;
  1663. }
  1664. });
  1665. return json;
  1666. },
  1667. // 数据字典转下拉框
  1668. dictToSelect: function(datas, value, name) {
  1669. var actions = [];
  1670. actions.push($.common.sprintf("<select class='form-control' name='%s'>", name));
  1671. $.each(datas, function(index, dict) {
  1672. actions.push($.common.sprintf("<option value='%s'", dict.dictValue));
  1673. if (dict.dictValue == ('' + value)) {
  1674. actions.push(' selected');
  1675. }
  1676. actions.push($.common.sprintf(">%s</option>", dict.dictLabel));
  1677. });
  1678. actions.push('</select>');
  1679. return actions.join('');
  1680. },
  1681. // 获取obj对象长度
  1682. getLength: function(obj) {
  1683. var count = 0;  
  1684. for (var i in obj) {
  1685. if (obj.hasOwnProperty(i)) {
  1686. count++;
  1687. }  
  1688. }
  1689. return count;
  1690. },
  1691. // 判断移动端
  1692. isMobile: function () {
  1693. return navigator.userAgent.match(/(Android|iPhone|SymbianOS|Windows Phone|iPad|iPod)/i);
  1694. },
  1695. // 数字正则表达式,只能为0-9数字
  1696. numValid : function(text){
  1697. var patten = new RegExp(/^[0-9]+$/);
  1698. return patten.test(text);
  1699. },
  1700. // 英文正则表达式,只能为a-z和A-Z字母
  1701. enValid : function(text){
  1702. var patten = new RegExp(/^[a-zA-Z]+$/);
  1703. return patten.test(text);
  1704. },
  1705. // 英文、数字正则表达式,必须包含(字母,数字)
  1706. enNumValid : function(text){
  1707. var patten = new RegExp(/^(?=.*[a-zA-Z]+)(?=.*[0-9]+)[a-zA-Z0-9]+$/);
  1708. return patten.test(text);
  1709. },
  1710. // 英文、数字、特殊字符正则表达式,必须包含(字母,数字,特殊字符!@#$%^&*()-=_+)
  1711. charValid : function(text){
  1712. var patten = new RegExp(/^(?=.*[A-Za-z])(?=.*\d)(?=.*[~!@#\$%\^&\*\(\)\-=_\+])[A-Za-z\d~!@#\$%\^&\*\(\)\-=_\+]{6,}$/);
  1713. return patten.test(text);
  1714. },
  1715. }
  1716. });
  1717. })(jQuery);
  1718. /** 表格类型 */
  1719. table_type = {
  1720. bootstrapTable: 0,
  1721. bootstrapTreeTable: 1
  1722. };
  1723. /** 消息状态码 */
  1724. web_status = {
  1725. SUCCESS: 0,
  1726. FAIL: 500,
  1727. WARNING: 301
  1728. };
  1729. /** 弹窗状态码 */
  1730. modal_status = {
  1731. SUCCESS: "success",
  1732. FAIL: "error",
  1733. WARNING: "warning"
  1734. };