eoss-ui 0.7.23 → 0.7.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. package/lib/button-group.js +46 -3
  2. package/lib/button.js +46 -3
  3. package/lib/calogin.js +279 -236
  4. package/lib/checkbox-group.js +46 -3
  5. package/lib/data-table-form.js +46 -3
  6. package/lib/data-table.js +46 -3
  7. package/lib/date-picker.js +46 -3
  8. package/lib/dialog.js +46 -3
  9. package/lib/eoss-ui.common.js +862 -777
  10. package/lib/flow-group.js +68 -5
  11. package/lib/flow-list.js +127 -84
  12. package/lib/flow.js +326 -283
  13. package/lib/form.js +46 -3
  14. package/lib/handle-user.js +46 -3
  15. package/lib/handler.js +46 -3
  16. package/lib/icon.js +46 -3
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +46 -3
  19. package/lib/input.js +46 -3
  20. package/lib/login.js +62 -11
  21. package/lib/main.js +202 -145
  22. package/lib/nav.js +46 -3
  23. package/lib/page.js +46 -3
  24. package/lib/pagination.js +46 -3
  25. package/lib/player.js +46 -3
  26. package/lib/qr-code.js +59 -16
  27. package/lib/radio-group.js +46 -3
  28. package/lib/retrial-auth.js +46 -3
  29. package/lib/select-ganged.js +46 -3
  30. package/lib/select.js +46 -3
  31. package/lib/selector-panel.js +46 -3
  32. package/lib/selector.js +46 -3
  33. package/lib/sizer.js +46 -3
  34. package/lib/steps.js +46 -3
  35. package/lib/switch.js +46 -3
  36. package/lib/table-form.js +46 -3
  37. package/lib/tabs.js +46 -3
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +46 -3
  41. package/lib/toolbar.js +4 -4
  42. package/lib/tree-group.js +46 -3
  43. package/lib/tree.js +46 -3
  44. package/lib/upload.js +46 -3
  45. package/lib/utils/util.js +46 -3
  46. package/lib/wujie.js +46 -3
  47. package/lib/wxlogin.js +46 -3
  48. package/package.json +160 -160
  49. package/packages/.DS_Store +0 -0
  50. package/packages/button/index.js +5 -5
  51. package/packages/button/src/main.vue +418 -418
  52. package/packages/button-group/index.js +5 -5
  53. package/packages/button-group/src/main.vue +346 -346
  54. package/packages/calendar/index.js +5 -5
  55. package/packages/calogin/.DS_Store +0 -0
  56. package/packages/calogin/index.js +5 -5
  57. package/packages/calogin/src/main.vue +412 -412
  58. package/packages/calogin/src/plugin.js +915 -915
  59. package/packages/card/index.js +5 -5
  60. package/packages/card/src/main.vue +156 -156
  61. package/packages/cascader/index.js +5 -5
  62. package/packages/cascader/src/main.vue +168 -168
  63. package/packages/checkbox-group/index.js +5 -5
  64. package/packages/checkbox-group/src/main.vue +333 -333
  65. package/packages/clients/index.js +5 -5
  66. package/packages/clients/src/main.vue +151 -151
  67. package/packages/data-table/index.js +5 -5
  68. package/packages/data-table/src/children.vue +39 -39
  69. package/packages/data-table/src/column.vue +988 -988
  70. package/packages/data-table/src/main.vue +1831 -1831
  71. package/packages/data-table/src/sizer.vue +195 -195
  72. package/packages/data-table-form/index.js +5 -5
  73. package/packages/data-table-form/src/checkbox.vue +101 -101
  74. package/packages/data-table-form/src/colgroup.vue +17 -17
  75. package/packages/data-table-form/src/main.vue +181 -181
  76. package/packages/data-table-form/src/radio.vue +65 -65
  77. package/packages/data-table-form/src/table.vue +233 -233
  78. package/packages/data-table-form/src/tbody.vue +336 -336
  79. package/packages/data-table-form/src/thead.vue +68 -68
  80. package/packages/date-picker/.DS_Store +0 -0
  81. package/packages/date-picker/index.js +5 -5
  82. package/packages/date-picker/src/.DS_Store +0 -0
  83. package/packages/date-picker/src/main.vue +236 -236
  84. package/packages/dialog/index.js +5 -5
  85. package/packages/enable-drag/index.js +5 -5
  86. package/packages/enterprise/index.js +5 -5
  87. package/packages/enterprise/src/main.vue +66 -66
  88. package/packages/error-page/index.js +5 -5
  89. package/packages/error-page/src/main.vue +44 -44
  90. package/packages/flow/.DS_Store +0 -0
  91. package/packages/flow/index.js +5 -5
  92. package/packages/flow/src/.DS_Store +0 -0
  93. package/packages/flow/src/component/Circulate.vue +413 -413
  94. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  95. package/packages/flow/src/component/CustomPreset.vue +322 -322
  96. package/packages/flow/src/component/FileList.vue +97 -97
  97. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  98. package/packages/flow/src/component/Preset.vue +255 -255
  99. package/packages/flow/src/component/SendMsg.vue +242 -242
  100. package/packages/flow/src/component/TimeLimit.vue +190 -190
  101. package/packages/flow/src/component/taskUnionExamine.vue +738 -738
  102. package/packages/flow/src/form.vue +121 -121
  103. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  104. package/packages/flow/src/main.vue +3843 -3843
  105. package/packages/flow/src/processForm.vue +1370 -1370
  106. package/packages/flow/src/processReject.vue +308 -308
  107. package/packages/flow/src/reset.vue +941 -941
  108. package/packages/flow/src/startTaskRead.vue +691 -691
  109. package/packages/flow/src/supervise.vue +159 -159
  110. package/packages/flow/src/table.vue +58 -58
  111. package/packages/flow-group/index.js +5 -5
  112. package/packages/flow-group/src/main.vue +717 -696
  113. package/packages/flow-list/.DS_Store +0 -0
  114. package/packages/flow-list/index.js +5 -5
  115. package/packages/flow-list/src/main.vue +1770 -1770
  116. package/packages/form/.DS_Store +0 -0
  117. package/packages/form/index.js +5 -5
  118. package/packages/form/src/main.vue +3901 -3901
  119. package/packages/form/src/table.vue +1512 -1512
  120. package/packages/handle-user/index.js +5 -5
  121. package/packages/handle-user/src/main.vue +137 -137
  122. package/packages/handler/index.js +5 -5
  123. package/packages/handler/src/main.vue +496 -496
  124. package/packages/icon/index.js +5 -5
  125. package/packages/icon/src/main.vue +104 -104
  126. package/packages/icons/index.js +5 -5
  127. package/packages/icons/src/main.vue +81 -81
  128. package/packages/input/index.js +5 -5
  129. package/packages/input/src/main.vue +356 -356
  130. package/packages/input-number/index.js +5 -5
  131. package/packages/input-number/src/main.vue +106 -106
  132. package/packages/label/index.js +5 -5
  133. package/packages/label/src/main.vue +457 -457
  134. package/packages/layout/index.js +5 -5
  135. package/packages/layout/src/item.vue +152 -152
  136. package/packages/layout/src/main.vue +31 -31
  137. package/packages/login/.DS_Store +0 -0
  138. package/packages/login/index.js +5 -5
  139. package/packages/login/src/main.vue +2020 -2011
  140. package/packages/login/src/resetPassword.vue +557 -557
  141. package/packages/main/.DS_Store +0 -0
  142. package/packages/main/index.js +5 -5
  143. package/packages/main/src/.DS_Store +0 -0
  144. package/packages/main/src/default/message.vue +249 -249
  145. package/packages/main/src/default/notice.vue +157 -157
  146. package/packages/main/src/default/userinfo.vue +502 -502
  147. package/packages/main/src/public/online.vue +89 -89
  148. package/packages/main/src/public/search.vue +464 -464
  149. package/packages/main/src/public/settings.vue +221 -221
  150. package/packages/main/src/simplicity/apps.vue +388 -388
  151. package/packages/main/src/simplicity/avatar.vue +82 -82
  152. package/packages/main/src/simplicity/handler.vue +263 -263
  153. package/packages/main/src/simplicity/index.vue +2130 -2125
  154. package/packages/main/src/simplicity/lists.vue +84 -84
  155. package/packages/main/src/simplicity/menu-list.vue +135 -135
  156. package/packages/main/src/simplicity/message.vue +259 -259
  157. package/packages/main/src/simplicity/notice.vue +190 -190
  158. package/packages/main/src/simplicity/router-page.vue +45 -45
  159. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  160. package/packages/main/src/simplicity/user.vue +259 -259
  161. package/packages/main/src/simplicity/userinfo.vue +398 -398
  162. package/packages/menu/.DS_Store +0 -0
  163. package/packages/menu/index.js +5 -5
  164. package/packages/menu/src/main.vue +584 -584
  165. package/packages/nav/index.js +5 -5
  166. package/packages/nav/src/main.vue +351 -351
  167. package/packages/notify/index.js +5 -5
  168. package/packages/notify/src/main.vue +538 -538
  169. package/packages/page/index.js +5 -5
  170. package/packages/page/src/main.vue +167 -167
  171. package/packages/pagination/index.js +5 -5
  172. package/packages/pagination/src/main.vue +96 -96
  173. package/packages/player/index.js +5 -5
  174. package/packages/player/src/main.vue +194 -194
  175. package/packages/qr-code/index.js +5 -5
  176. package/packages/qr-code/src/main.vue +170 -170
  177. package/packages/radio-group/index.js +6 -6
  178. package/packages/radio-group/src/main.vue +319 -319
  179. package/packages/retrial-auth/index.js +5 -5
  180. package/packages/retrial-auth/src/main.vue +280 -280
  181. package/packages/select/.DS_Store +0 -0
  182. package/packages/select/index.js +5 -5
  183. package/packages/select/src/main.vue +782 -782
  184. package/packages/select-ganged/index.js +5 -5
  185. package/packages/select-ganged/src/main.vue +724 -724
  186. package/packages/selector/.DS_Store +0 -0
  187. package/packages/selector/index.js +5 -5
  188. package/packages/selector/src/main.vue +761 -761
  189. package/packages/selector-panel/.DS_Store +0 -0
  190. package/packages/selector-panel/index.js +5 -5
  191. package/packages/selector-panel/src/main.vue +1027 -1027
  192. package/packages/selector-panel/src/selection.vue +170 -170
  193. package/packages/selector-panel/src/tree.vue +129 -129
  194. package/packages/sizer/index.js +5 -5
  195. package/packages/sizer/src/main.vue +254 -254
  196. package/packages/steps/index.js +5 -5
  197. package/packages/steps/src/main.vue +181 -181
  198. package/packages/switch/index.js +5 -5
  199. package/packages/switch/src/main.vue +170 -170
  200. package/packages/table-form/index.js +5 -5
  201. package/packages/tabs/index.js +5 -5
  202. package/packages/tabs/src/main.vue +788 -788
  203. package/packages/tabs-panel/index.js +5 -5
  204. package/packages/tabs-panel/src/main.vue +29 -29
  205. package/packages/theme-chalk/lib/index.css +1 -1
  206. package/packages/theme-chalk/lib/login.css +1 -1
  207. package/packages/theme-chalk/src/.DS_Store +0 -0
  208. package/packages/theme-chalk/src/base.scss +261 -261
  209. package/packages/theme-chalk/src/button-group.scss +176 -176
  210. package/packages/theme-chalk/src/button.scss +24 -24
  211. package/packages/theme-chalk/src/calendar.scss +113 -113
  212. package/packages/theme-chalk/src/card.scss +99 -99
  213. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  214. package/packages/theme-chalk/src/clients.scss +87 -87
  215. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  216. package/packages/theme-chalk/src/data-table.scss +293 -293
  217. package/packages/theme-chalk/src/date-picker.scss +7 -7
  218. package/packages/theme-chalk/src/dialog.scss +77 -77
  219. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  220. package/packages/theme-chalk/src/enterprise.scss +5 -5
  221. package/packages/theme-chalk/src/error-page.scss +18 -18
  222. package/packages/theme-chalk/src/flow-group.scss +110 -110
  223. package/packages/theme-chalk/src/flow-list.scss +39 -39
  224. package/packages/theme-chalk/src/flow.scss +351 -351
  225. package/packages/theme-chalk/src/form.scss +501 -501
  226. package/packages/theme-chalk/src/handle-user.scss +40 -40
  227. package/packages/theme-chalk/src/handler.scss +148 -148
  228. package/packages/theme-chalk/src/icon.scss +1817 -1817
  229. package/packages/theme-chalk/src/icons.scss +99 -99
  230. package/packages/theme-chalk/src/input.scss +9 -9
  231. package/packages/theme-chalk/src/label.scss +24 -24
  232. package/packages/theme-chalk/src/layout.scss +46 -46
  233. package/packages/theme-chalk/src/login.scss +987 -984
  234. package/packages/theme-chalk/src/main.scss +663 -663
  235. package/packages/theme-chalk/src/menu.scss +222 -222
  236. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  237. package/packages/theme-chalk/src/nav.scss +111 -111
  238. package/packages/theme-chalk/src/page.scss +3 -3
  239. package/packages/theme-chalk/src/pagination.scss +29 -29
  240. package/packages/theme-chalk/src/player.scss +9 -9
  241. package/packages/theme-chalk/src/qr-code.scss +17 -17
  242. package/packages/theme-chalk/src/radio-group.scss +9 -9
  243. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  244. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  245. package/packages/theme-chalk/src/select.scss +8 -8
  246. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  247. package/packages/theme-chalk/src/selector.scss +92 -92
  248. package/packages/theme-chalk/src/simplicity.scss +1366 -1366
  249. package/packages/theme-chalk/src/sizer.scss +36 -36
  250. package/packages/theme-chalk/src/steps.scss +88 -88
  251. package/packages/theme-chalk/src/switch.scss +3 -3
  252. package/packages/theme-chalk/src/table-form.scss +1 -1
  253. package/packages/theme-chalk/src/tabs.scss +87 -87
  254. package/packages/theme-chalk/src/tips.scss +7 -7
  255. package/packages/theme-chalk/src/toolbar.scss +179 -179
  256. package/packages/theme-chalk/src/tree-group.scss +72 -72
  257. package/packages/theme-chalk/src/tree.scss +165 -165
  258. package/packages/theme-chalk/src/upload.scss +172 -172
  259. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  260. package/packages/tips/index.js +5 -5
  261. package/packages/tips/src/main.vue +141 -141
  262. package/packages/toolbar/index.js +5 -5
  263. package/packages/toolbar/src/main.vue +430 -430
  264. package/packages/tree/index.js +5 -5
  265. package/packages/tree-group/index.js +5 -5
  266. package/packages/upload/.DS_Store +0 -0
  267. package/packages/upload/index.js +5 -5
  268. package/packages/upload/src/main.vue +1343 -1343
  269. package/packages/upload/src/picture.js +15 -15
  270. package/packages/wujie/index.js +5 -5
  271. package/packages/wujie/src/main.vue +145 -145
  272. package/packages/wxlogin/index.js +5 -5
  273. package/packages/wxlogin/src/main.vue +128 -128
  274. package/src/.DS_Store +0 -0
  275. package/src/config/api.js +315 -315
  276. package/src/config/image.js +2 -2
  277. package/src/index.js +163 -163
  278. package/src/utils/.DS_Store +0 -0
  279. package/src/utils/bus.js +3 -3
  280. package/src/utils/date-util.js +312 -312
  281. package/src/utils/http.js +50 -50
  282. package/src/utils/rules.js +18 -18
  283. package/src/utils/store.js +21 -21
  284. package/src/utils/util.js +47 -5
  285. package/src/utils/webSocket.js +107 -107
@@ -2286,7 +2286,10 @@ var isLogined = function () {
2286
2286
  loginPage = pathname + loginPage.replace('./', '');
2287
2287
  }
2288
2288
  }
2289
+ } else {
2290
+ loginPage = getStorage('login') || getStorage('loginPage');
2289
2291
  }
2292
+
2290
2293
  token = getStorage('token') || getStorage('Authorization');
2291
2294
  // const logined = getStorage('logined');
2292
2295
  // eslint-disable-next-line eqeqeq
@@ -3450,6 +3453,9 @@ var getStorage = function getStorage(key) {
3450
3453
  if (key === 'host' && !res) {
3451
3454
  return win.location.origin;
3452
3455
  }
3456
+ if (!res && key === 'token') {
3457
+ res = getCookie('token');
3458
+ }
3453
3459
  return res;
3454
3460
  }
3455
3461
  var defaults = {};
@@ -3503,11 +3509,48 @@ var removeStorage = function removeStorage(key) {
3503
3509
  * @desc 设置cookie
3504
3510
  * @author huangbo
3505
3511
  * @param {string} [name] cookie名称
3506
- * @return {string} [value] cookie值
3512
+ * @param {string} [value] cookie值
3513
+ * @param {boolean} [isSession] 是否是会话cookie
3507
3514
  **/
3508
3515
  var setCookie = function setCookie(name, value) {
3509
- // 不设置 expires max-age,默认为会话 Cookie
3510
- document.cookie = encodeURIComponent(name) + '=' + encodeURIComponent(value) + '; path=/';
3516
+ var isSession = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
3517
+ var time = arguments[3];
3518
+
3519
+ var isIE = /MSIE|Trident/.test(navigator.userAgent);
3520
+ try {
3521
+ var cookieParts = [encodeURIComponent(name) + '=' + encodeURIComponent(value), 'path=/' // 仅保留path设置,确保全站访问
3522
+ ];
3523
+ // 会话/持久Cookie设置
3524
+ if (!isSession) {
3525
+ if (isIE) {
3526
+ // IE使用expires
3527
+ var date = new Date();
3528
+ date.setTime(date.getTime() + (time || 7 * 24 * 60 * 60 * 1000));
3529
+ cookieParts.push('expires=' + date.toUTCString());
3530
+ } else {
3531
+ // 其他浏览器使用max-age
3532
+ cookieParts.push('max-age=' + (time || 7 * 24 * 60 * 60));
3533
+ }
3534
+ }
3535
+ // 内核兼容处理
3536
+ if (isIE) {
3537
+ // IE特殊处理:添加P3P协议头
3538
+ cookieParts.push('P3P=CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"');
3539
+ } else {
3540
+ // 现代浏览器设置
3541
+ cookieParts.push('samesite=lax');
3542
+ if (window.location.protocol === 'https:') {
3543
+ cookieParts.push('secure');
3544
+ }
3545
+ }
3546
+
3547
+ // 设置Cookie
3548
+ document.cookie = cookieParts.join('; ');
3549
+ return true;
3550
+ } catch (e) {
3551
+ console.error('Cookie设置失败:', e);
3552
+ return false;
3553
+ }
3511
3554
  };
3512
3555
 
3513
3556
  /**
@@ -6210,8 +6253,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6210
6253
 
6211
6254
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6212
6255
 
6213
- /**
6214
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6256
+ /**
6257
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6215
6258
  */
6216
6259
  var CA_ExtInterface = function () {
6217
6260
  function CA_ExtInterface() {
@@ -6224,11 +6267,11 @@ var CA_ExtInterface = function () {
6224
6267
  this.init();
6225
6268
  }
6226
6269
 
6227
- /**
6228
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6229
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6230
- * @param {Object} target - 目标对象
6231
- * @param {Object} options - 新的选项对象
6270
+ /**
6271
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6272
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6273
+ * @param {Object} target - 目标对象
6274
+ * @param {Object} options - 新的选项对象
6232
6275
  */
6233
6276
 
6234
6277
 
@@ -6243,8 +6286,8 @@ var CA_ExtInterface = function () {
6243
6286
  }
6244
6287
  };
6245
6288
 
6246
- /**
6247
- * 检查当前会话的 WebSocket URL
6289
+ /**
6290
+ * 检查当前会话的 WebSocket URL
6248
6291
  */
6249
6292
 
6250
6293
 
@@ -6258,8 +6301,8 @@ var CA_ExtInterface = function () {
6258
6301
  }
6259
6302
  };
6260
6303
 
6261
- /**
6262
- * 检查是否使用 ActiveX
6304
+ /**
6305
+ * 检查是否使用 ActiveX
6263
6306
  */
6264
6307
 
6265
6308
 
@@ -6271,11 +6314,11 @@ var CA_ExtInterface = function () {
6271
6314
  }
6272
6315
  };
6273
6316
 
6274
- /**
6275
- * 扩展发送消息并等待响应
6276
- * @param {string} operatorCmd - 操作命令
6277
- * @param {string} sendMsg - 发送的消息
6278
- * @returns {string} 响应消息
6317
+ /**
6318
+ * 扩展发送消息并等待响应
6319
+ * @param {string} operatorCmd - 操作命令
6320
+ * @param {string} sendMsg - 发送的消息
6321
+ * @returns {string} 响应消息
6279
6322
  */
6280
6323
 
6281
6324
 
@@ -6285,11 +6328,11 @@ var CA_ExtInterface = function () {
6285
6328
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6286
6329
  };
6287
6330
 
6288
- /**
6289
- * 发送消息并等待响应
6290
- * @param {string} wsurl - WebSocket URL
6291
- * @param {string} sendMsg - 发送的消息
6292
- * @returns {string} 响应消息
6331
+ /**
6332
+ * 发送消息并等待响应
6333
+ * @param {string} wsurl - WebSocket URL
6334
+ * @param {string} sendMsg - 发送的消息
6335
+ * @returns {string} 响应消息
6293
6336
  */
6294
6337
 
6295
6338
 
@@ -6313,9 +6356,9 @@ var CA_ExtInterface = function () {
6313
6356
  return ResultMsg;
6314
6357
  };
6315
6358
 
6316
- /**
6317
- * 配置选项
6318
- * @param {Object} extendOption - 扩展选项
6359
+ /**
6360
+ * 配置选项
6361
+ * @param {Object} extendOption - 扩展选项
6319
6362
  */
6320
6363
 
6321
6364
 
@@ -6325,8 +6368,8 @@ var CA_ExtInterface = function () {
6325
6368
  }
6326
6369
  };
6327
6370
 
6328
- /**
6329
- * 初始化
6371
+ /**
6372
+ * 初始化
6330
6373
  */
6331
6374
 
6332
6375
 
@@ -6334,9 +6377,9 @@ var CA_ExtInterface = function () {
6334
6377
  this.isUseActioveX();
6335
6378
  };
6336
6379
 
6337
- /**
6338
- * 返回客户端的版本
6339
- * @returns {string} 客户端版本
6380
+ /**
6381
+ * 返回客户端的版本
6382
+ * @returns {string} 客户端版本
6340
6383
  */
6341
6384
 
6342
6385
 
@@ -6349,13 +6392,13 @@ var CA_ExtInterface = function () {
6349
6392
  }
6350
6393
  };
6351
6394
 
6352
- /**
6353
- * 下载客户端程序并安装
6354
- * @param {string} bstrURL - 下载地址
6355
- * @param {string} bstrHashValue - 哈希值
6356
- * @param {boolean} bSync - 是否同步安装
6357
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6358
- * @returns {number} 安装结果
6395
+ /**
6396
+ * 下载客户端程序并安装
6397
+ * @param {string} bstrURL - 下载地址
6398
+ * @param {string} bstrHashValue - 哈希值
6399
+ * @param {boolean} bSync - 是否同步安装
6400
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6401
+ * @returns {number} 安装结果
6359
6402
  */
6360
6403
 
6361
6404
 
@@ -6369,11 +6412,11 @@ var CA_ExtInterface = function () {
6369
6412
  }
6370
6413
  };
6371
6414
 
6372
- /**
6373
- * 获取硬件指纹信息
6374
- * @param {number} dwSign - 签名
6375
- * @param {string} strGateWayIP - 网关 IP
6376
- * @returns {string} 硬件指纹信息
6415
+ /**
6416
+ * 获取硬件指纹信息
6417
+ * @param {number} dwSign - 签名
6418
+ * @param {string} strGateWayIP - 网关 IP
6419
+ * @returns {string} 硬件指纹信息
6377
6420
  */
6378
6421
 
6379
6422
 
@@ -6387,12 +6430,12 @@ var CA_ExtInterface = function () {
6387
6430
  }
6388
6431
  };
6389
6432
 
6390
- /**
6391
- * 设置转发策略和代填策略
6392
- * @param {string} strProxyPolicy - 转发策略
6393
- * @param {string} strSSOPolicy - 代填策略
6394
- * @param {string} strGatewayAddress - 网关地址
6395
- * @returns {number} 设置结果
6433
+ /**
6434
+ * 设置转发策略和代填策略
6435
+ * @param {string} strProxyPolicy - 转发策略
6436
+ * @param {string} strSSOPolicy - 代填策略
6437
+ * @param {string} strGatewayAddress - 网关地址
6438
+ * @returns {number} 设置结果
6396
6439
  */
6397
6440
 
6398
6441
 
@@ -6406,11 +6449,11 @@ var CA_ExtInterface = function () {
6406
6449
  }
6407
6450
  };
6408
6451
 
6409
- /**
6410
- * 启动认证信息模块
6411
- * @param {string} strFileName - 文件名
6412
- * @param {string} strXmlData - XML 数据
6413
- * @returns {string} 认证信息
6452
+ /**
6453
+ * 启动认证信息模块
6454
+ * @param {string} strFileName - 文件名
6455
+ * @param {string} strXmlData - XML 数据
6456
+ * @returns {string} 认证信息
6414
6457
  */
6415
6458
 
6416
6459
 
@@ -6424,10 +6467,10 @@ var CA_ExtInterface = function () {
6424
6467
  }
6425
6468
  };
6426
6469
 
6427
- /**
6428
- * 打开 BS 应用
6429
- * @param {string} strUrl - 应用 URL
6430
- * @returns {number} 打开结果
6470
+ /**
6471
+ * 打开 BS 应用
6472
+ * @param {string} strUrl - 应用 URL
6473
+ * @returns {number} 打开结果
6431
6474
  */
6432
6475
 
6433
6476
 
@@ -6441,12 +6484,12 @@ var CA_ExtInterface = function () {
6441
6484
  }
6442
6485
  };
6443
6486
 
6444
- /**
6445
- * 打开 CS 应用
6446
- * @param {string} strGatewayAddress - 网关地址
6447
- * @param {string} strAppFlag - 应用标识
6448
- * @param {string} strAppPath - 应用路径
6449
- * @returns {number} 打开结果
6487
+ /**
6488
+ * 打开 CS 应用
6489
+ * @param {string} strGatewayAddress - 网关地址
6490
+ * @param {string} strAppFlag - 应用标识
6491
+ * @param {string} strAppPath - 应用路径
6492
+ * @returns {number} 打开结果
6450
6493
  */
6451
6494
 
6452
6495
 
@@ -6460,13 +6503,13 @@ var CA_ExtInterface = function () {
6460
6503
  }
6461
6504
  };
6462
6505
 
6463
- /**
6464
- * 设置自动更新策略
6465
- * @param {string} strGatewayAddress - 网关地址
6466
- * @param {number} nGatewayPort - 网关端口
6467
- * @param {string} strUserToken - 用户令牌
6468
- * @param {number} updatedelay - 更新延迟
6469
- * @returns {number} 设置结果
6506
+ /**
6507
+ * 设置自动更新策略
6508
+ * @param {string} strGatewayAddress - 网关地址
6509
+ * @param {number} nGatewayPort - 网关端口
6510
+ * @param {string} strUserToken - 用户令牌
6511
+ * @param {number} updatedelay - 更新延迟
6512
+ * @returns {number} 设置结果
6470
6513
  */
6471
6514
 
6472
6515
 
@@ -6480,10 +6523,10 @@ var CA_ExtInterface = function () {
6480
6523
  }
6481
6524
  };
6482
6525
 
6483
- /**
6484
- * 获取客户端 IP
6485
- * @param {string} strGatewayIP - 网关 IP
6486
- * @returns {string} 客户端 IP
6526
+ /**
6527
+ * 获取客户端 IP
6528
+ * @param {string} strGatewayIP - 网关 IP
6529
+ * @returns {string} 客户端 IP
6487
6530
  */
6488
6531
 
6489
6532
 
@@ -6497,10 +6540,10 @@ var CA_ExtInterface = function () {
6497
6540
  }
6498
6541
  };
6499
6542
 
6500
- /**
6501
- * 登出网关
6502
- * @param {string} strServerIP - 服务器 IP
6503
- * @returns {number} 登出结果
6543
+ /**
6544
+ * 登出网关
6545
+ * @param {string} strServerIP - 服务器 IP
6546
+ * @returns {number} 登出结果
6504
6547
  */
6505
6548
 
6506
6549
 
@@ -6514,11 +6557,11 @@ var CA_ExtInterface = function () {
6514
6557
  }
6515
6558
  };
6516
6559
 
6517
- /**
6518
- * 运行安装包
6519
- * @param {number} lRunType - 运行类型
6520
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6521
- * @returns {number} 运行结果
6560
+ /**
6561
+ * 运行安装包
6562
+ * @param {number} lRunType - 运行类型
6563
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6564
+ * @returns {number} 运行结果
6522
6565
  */
6523
6566
 
6524
6567
 
@@ -6532,9 +6575,9 @@ var CA_ExtInterface = function () {
6532
6575
  }
6533
6576
  };
6534
6577
 
6535
- /**
6536
- * 获取下载进度
6537
- * @returns {number} 下载进度
6578
+ /**
6579
+ * 获取下载进度
6580
+ * @returns {number} 下载进度
6538
6581
  */
6539
6582
 
6540
6583
 
@@ -6548,9 +6591,9 @@ var CA_ExtInterface = function () {
6548
6591
  }
6549
6592
  };
6550
6593
 
6551
- /**
6552
- * 是否安装完成
6553
- * @returns {boolean} 安装完成状态
6594
+ /**
6595
+ * 是否安装完成
6596
+ * @returns {boolean} 安装完成状态
6554
6597
  */
6555
6598
 
6556
6599
 
@@ -6564,11 +6607,11 @@ var CA_ExtInterface = function () {
6564
6607
  }
6565
6608
  };
6566
6609
 
6567
- /**
6568
- * 初始化签包对象
6569
- * @param {string} strAlgType - 算法类型
6570
- * @param {string} strAuxParam - 辅助参数
6571
- * @returns {number} 初始化结果
6610
+ /**
6611
+ * 初始化签包对象
6612
+ * @param {string} strAlgType - 算法类型
6613
+ * @param {string} strAuxParam - 辅助参数
6614
+ * @returns {number} 初始化结果
6572
6615
  */
6573
6616
 
6574
6617
 
@@ -6582,10 +6625,10 @@ var CA_ExtInterface = function () {
6582
6625
  }
6583
6626
  };
6584
6627
 
6585
- /**
6586
- * 设置摘要算法
6587
- * @param {string} strDigestAlg - 摘要算法
6588
- * @returns {number} 设置结果
6628
+ /**
6629
+ * 设置摘要算法
6630
+ * @param {string} strDigestAlg - 摘要算法
6631
+ * @returns {number} 设置结果
6589
6632
  */
6590
6633
 
6591
6634
 
@@ -6599,10 +6642,10 @@ var CA_ExtInterface = function () {
6599
6642
  }
6600
6643
  };
6601
6644
 
6602
- /**
6603
- * 设置单证书是否弹出对话框
6604
- * @param {number} isChoose - 是否弹出对话框
6605
- * @returns {number} 设置结果
6645
+ /**
6646
+ * 设置单证书是否弹出对话框
6647
+ * @param {number} isChoose - 是否弹出对话框
6648
+ * @returns {number} 设置结果
6606
6649
  */
6607
6650
 
6608
6651
 
@@ -6616,11 +6659,11 @@ var CA_ExtInterface = function () {
6616
6659
  }
6617
6660
  };
6618
6661
 
6619
- /**
6620
- * 添加证书过滤条件
6621
- * @param {number} ulType - 过滤类型
6622
- * @param {string} strValue - 过滤值
6623
- * @returns {number} 添加结果
6662
+ /**
6663
+ * 添加证书过滤条件
6664
+ * @param {number} ulType - 过滤类型
6665
+ * @param {string} strValue - 过滤值
6666
+ * @returns {number} 添加结果
6624
6667
  */
6625
6668
 
6626
6669
 
@@ -6634,9 +6677,9 @@ var CA_ExtInterface = function () {
6634
6677
  }
6635
6678
  };
6636
6679
 
6637
- /**
6638
- * 清除所有过滤条件
6639
- * @returns {number} 清除结果
6680
+ /**
6681
+ * 清除所有过滤条件
6682
+ * @returns {number} 清除结果
6640
6683
  */
6641
6684
 
6642
6685
 
@@ -6650,10 +6693,10 @@ var CA_ExtInterface = function () {
6650
6693
  }
6651
6694
  };
6652
6695
 
6653
- /**
6654
- * P1 签名
6655
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6656
- * @returns {string} 签名结果
6696
+ /**
6697
+ * P1 签名
6698
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6699
+ * @returns {string} 签名结果
6657
6700
  */
6658
6701
 
6659
6702
 
@@ -6667,10 +6710,10 @@ var CA_ExtInterface = function () {
6667
6710
  }
6668
6711
  };
6669
6712
 
6670
- /**
6671
- * P1 签名字符串
6672
- * @param {string} strValue - 待签名的字符串
6673
- * @returns {string} 签名结果
6713
+ /**
6714
+ * P1 签名字符串
6715
+ * @param {string} strValue - 待签名的字符串
6716
+ * @returns {string} 签名结果
6674
6717
  */
6675
6718
 
6676
6719
 
@@ -6684,12 +6727,12 @@ var CA_ExtInterface = function () {
6684
6727
  }
6685
6728
  };
6686
6729
 
6687
- /**
6688
- * P7 签名
6689
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6690
- * @param {boolean} isDetach - 是否分离签名
6691
- * @param {boolean} isIncludeCert - 是否包含证书
6692
- * @returns {string} 签名结果
6730
+ /**
6731
+ * P7 签名
6732
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6733
+ * @param {boolean} isDetach - 是否分离签名
6734
+ * @param {boolean} isIncludeCert - 是否包含证书
6735
+ * @returns {string} 签名结果
6693
6736
  */
6694
6737
 
6695
6738
 
@@ -6703,12 +6746,12 @@ var CA_ExtInterface = function () {
6703
6746
  }
6704
6747
  };
6705
6748
 
6706
- /**
6707
- * P7 签名字符串
6708
- * @param {string} strValue - 待签名的字符串
6709
- * @param {boolean} isDetach - 是否分离签名
6710
- * @param {boolean} isIncludeCert - 是否包含证书
6711
- * @returns {string} 签名结果
6749
+ /**
6750
+ * P7 签名字符串
6751
+ * @param {string} strValue - 待签名的字符串
6752
+ * @param {boolean} isDetach - 是否分离签名
6753
+ * @param {boolean} isIncludeCert - 是否包含证书
6754
+ * @returns {string} 签名结果
6712
6755
  */
6713
6756
 
6714
6757
 
@@ -6722,9 +6765,9 @@ var CA_ExtInterface = function () {
6722
6765
  }
6723
6766
  };
6724
6767
 
6725
- /**
6726
- * 释放签名对象
6727
- * @returns {number} 释放结果
6768
+ /**
6769
+ * 释放签名对象
6770
+ * @returns {number} 释放结果
6728
6771
  */
6729
6772
 
6730
6773
 
@@ -6738,9 +6781,9 @@ var CA_ExtInterface = function () {
6738
6781
  }
6739
6782
  };
6740
6783
 
6741
- /**
6742
- * 获取签名版本
6743
- * @returns {string} 签名版本
6784
+ /**
6785
+ * 获取签名版本
6786
+ * @returns {string} 签名版本
6744
6787
  */
6745
6788
 
6746
6789
 
@@ -6754,9 +6797,9 @@ var CA_ExtInterface = function () {
6754
6797
  }
6755
6798
  };
6756
6799
 
6757
- /**
6758
- * 获取签名证书
6759
- * @returns {string} 签名证书
6800
+ /**
6801
+ * 获取签名证书
6802
+ * @returns {string} 签名证书
6760
6803
  */
6761
6804
 
6762
6805
 
@@ -6770,9 +6813,9 @@ var CA_ExtInterface = function () {
6770
6813
  }
6771
6814
  };
6772
6815
 
6773
- /**
6774
- * 获取错误码
6775
- * @returns {number} 错误码
6816
+ /**
6817
+ * 获取错误码
6818
+ * @returns {number} 错误码
6776
6819
  */
6777
6820
 
6778
6821
 
@@ -6786,9 +6829,9 @@ var CA_ExtInterface = function () {
6786
6829
  }
6787
6830
  };
6788
6831
 
6789
- /**
6790
- * 获取错误信息
6791
- * @returns {string} 错误信息
6832
+ /**
6833
+ * 获取错误信息
6834
+ * @returns {string} 错误信息
6792
6835
  */
6793
6836
 
6794
6837
 
@@ -6802,9 +6845,9 @@ var CA_ExtInterface = function () {
6802
6845
  }
6803
6846
  };
6804
6847
 
6805
- /**
6806
- * 销毁认证对象
6807
- * @returns {number} 销毁结果
6848
+ /**
6849
+ * 销毁认证对象
6850
+ * @returns {number} 销毁结果
6808
6851
  */
6809
6852
 
6810
6853
 
@@ -6818,9 +6861,9 @@ var CA_ExtInterface = function () {
6818
6861
  }
6819
6862
  };
6820
6863
 
6821
- /**
6822
- * 获取证书类型
6823
- * @returns {string} 证书类型
6864
+ /**
6865
+ * 获取证书类型
6866
+ * @returns {string} 证书类型
6824
6867
  */
6825
6868
 
6826
6869
 
@@ -6834,9 +6877,9 @@ var CA_ExtInterface = function () {
6834
6877
  }
6835
6878
  };
6836
6879
 
6837
- /**
6838
- * 获取签名摘要算法
6839
- * @returns {string} 签名摘要算法
6880
+ /**
6881
+ * 获取签名摘要算法
6882
+ * @returns {string} 签名摘要算法
6840
6883
  */
6841
6884
 
6842
6885
 
@@ -6850,11 +6893,11 @@ var CA_ExtInterface = function () {
6850
6893
  }
6851
6894
  };
6852
6895
 
6853
- /**
6854
- * 使能调用序列
6855
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6856
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6857
- * @returns {number} 使能结果
6896
+ /**
6897
+ * 使能调用序列
6898
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6899
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6900
+ * @returns {number} 使能结果
6858
6901
  */
6859
6902
 
6860
6903
 
@@ -6868,9 +6911,9 @@ var CA_ExtInterface = function () {
6868
6911
  }
6869
6912
  };
6870
6913
 
6871
- /**
6872
- * 清空调用序列结果
6873
- * @returns {number} 清空调用序列结果
6914
+ /**
6915
+ * 清空调用序列结果
6916
+ * @returns {number} 清空调用序列结果
6874
6917
  */
6875
6918
 
6876
6919
 
@@ -6884,9 +6927,9 @@ var CA_ExtInterface = function () {
6884
6927
  }
6885
6928
  };
6886
6929
 
6887
- /**
6888
- * 获取调用序列结果
6889
- * @returns {string} 调用序列结果
6930
+ /**
6931
+ * 获取调用序列结果
6932
+ * @returns {string} 调用序列结果
6890
6933
  */
6891
6934
 
6892
6935
 
@@ -6900,12 +6943,12 @@ var CA_ExtInterface = function () {
6900
6943
  }
6901
6944
  };
6902
6945
 
6903
- /**
6904
- * 客户端安全策略检查
6905
- * @param {string} strGatewayAddress - 网关地址
6906
- * @param {number} usGatewayPort - 网关端口
6907
- * @param {string} strSecurityPolicys - 安全策略
6908
- * @returns {boolean} 检查结果
6946
+ /**
6947
+ * 客户端安全策略检查
6948
+ * @param {string} strGatewayAddress - 网关地址
6949
+ * @param {number} usGatewayPort - 网关端口
6950
+ * @param {string} strSecurityPolicys - 安全策略
6951
+ * @returns {boolean} 检查结果
6909
6952
  */
6910
6953
 
6911
6954
 
@@ -6919,9 +6962,9 @@ var CA_ExtInterface = function () {
6919
6962
  }
6920
6963
  };
6921
6964
 
6922
- /**
6923
- * 获取通讯协议版本
6924
- * @returns {string} 通讯协议版本
6965
+ /**
6966
+ * 获取通讯协议版本
6967
+ * @returns {string} 通讯协议版本
6925
6968
  */
6926
6969
 
6927
6970
 
@@ -6935,13 +6978,13 @@ var CA_ExtInterface = function () {
6935
6978
  }
6936
6979
  };
6937
6980
 
6938
- /**
6939
- * 修改 Key 的 Pin 码
6940
- * @param {string} strCertSn - 证书序列号
6941
- * @param {number} lPinCodeType - Pin 码类型
6942
- * @param {string} strCurPinCode - 当前 Pin 码
6943
- * @param {string} strNewPinCode - 新 Pin 码
6944
- * @returns {number} 修改结果
6981
+ /**
6982
+ * 修改 Key 的 Pin 码
6983
+ * @param {string} strCertSn - 证书序列号
6984
+ * @param {number} lPinCodeType - Pin 码类型
6985
+ * @param {string} strCurPinCode - 当前 Pin 码
6986
+ * @param {string} strNewPinCode - 新 Pin 码
6987
+ * @returns {number} 修改结果
6945
6988
  */
6946
6989
 
6947
6990
 
@@ -6955,10 +6998,10 @@ var CA_ExtInterface = function () {
6955
6998
  }
6956
6999
  };
6957
7000
 
6958
- /**
6959
- * 等待策略设置完毕
6960
- * @param {string} strGatewayAddress - 网关地址
6961
- * @returns {number} 等待结果
7001
+ /**
7002
+ * 等待策略设置完毕
7003
+ * @param {string} strGatewayAddress - 网关地址
7004
+ * @returns {number} 等待结果
6962
7005
  */
6963
7006
 
6964
7007
 
@@ -6972,10 +7015,10 @@ var CA_ExtInterface = function () {
6972
7015
  }
6973
7016
  };
6974
7017
 
6975
- /**
6976
- * 获取会话 Token
6977
- * @param {string} strGatewayAddress - 网关地址
6978
- * @returns {string} 会话 Token
7018
+ /**
7019
+ * 获取会话 Token
7020
+ * @param {string} strGatewayAddress - 网关地址
7021
+ * @returns {string} 会话 Token
6979
7022
  */
6980
7023
 
6981
7024
 
@@ -6989,9 +7032,9 @@ var CA_ExtInterface = function () {
6989
7032
  }
6990
7033
  };
6991
7034
 
6992
- /**
6993
- * 获取控件版本
6994
- * @returns {string} 控件版本
7035
+ /**
7036
+ * 获取控件版本
7037
+ * @returns {string} 控件版本
6995
7038
  */
6996
7039
 
6997
7040
 
@@ -7005,10 +7048,10 @@ var CA_ExtInterface = function () {
7005
7048
  }
7006
7049
  };
7007
7050
 
7008
- /**
7009
- * 设置语言资源
7010
- * @param {string} strLanguage - 语言资源
7011
- * @returns {number} 设置结果
7051
+ /**
7052
+ * 设置语言资源
7053
+ * @param {string} strLanguage - 语言资源
7054
+ * @returns {number} 设置结果
7012
7055
  */
7013
7056
 
7014
7057
 
@@ -7022,12 +7065,12 @@ var CA_ExtInterface = function () {
7022
7065
  }
7023
7066
  };
7024
7067
 
7025
- /**
7026
- * 获取用户属性
7027
- * @param {string} strGatewayAddress - 网关地址
7028
- * @param {string} strAppFlag - 应用标识
7029
- * @param {string} strAttributeName - 属性名称
7030
- * @returns {string} 用户属性值
7068
+ /**
7069
+ * 获取用户属性
7070
+ * @param {string} strGatewayAddress - 网关地址
7071
+ * @param {string} strAppFlag - 应用标识
7072
+ * @param {string} strAttributeName - 属性名称
7073
+ * @returns {string} 用户属性值
7031
7074
  */
7032
7075
 
7033
7076
 
@@ -7041,9 +7084,9 @@ var CA_ExtInterface = function () {
7041
7084
  }
7042
7085
  };
7043
7086
 
7044
- /**
7045
- * 获取签名加密 PIN 码
7046
- * @returns {string} 签名加密 PIN 码
7087
+ /**
7088
+ * 获取签名加密 PIN 码
7089
+ * @returns {string} 签名加密 PIN 码
7047
7090
  */
7048
7091
 
7049
7092
 
@@ -7056,20 +7099,20 @@ var CA_ExtInterface = function () {
7056
7099
  return result.value;
7057
7100
  }
7058
7101
  };
7059
- /*
7060
- *曙光四川CA
7061
- *'SOF_GetUserList' 证书列表
7062
- *'SOF_ExportUserCert' 导出证书
7063
- *'SOF_GetCertInfo': 获取证书信息
7064
- *'SOF_GenRandom': 生成随机数
7065
- *'SOF_SignData': 获取证书签名
7066
- *'SOF_Login': 登录证书
7067
- *'SOF_GetPinRetryCount': 剩余次数
7102
+ /*
7103
+ *曙光四川CA
7104
+ *'SOF_GetUserList' 证书列表
7105
+ *'SOF_ExportUserCert' 导出证书
7106
+ *'SOF_GetCertInfo': 获取证书信息
7107
+ *'SOF_GenRandom': 生成随机数
7108
+ *'SOF_SignData': 获取证书签名
7109
+ *'SOF_Login': 登录证书
7110
+ *'SOF_GetPinRetryCount': 剩余次数
7068
7111
  */
7069
- /**
7070
- *
7071
- * 获取webSocket消息
7072
- * @returns {string}
7112
+ /**
7113
+ *
7114
+ * 获取webSocket消息
7115
+ * @returns {string}
7073
7116
  */
7074
7117
 
7075
7118
 
@@ -7105,10 +7148,10 @@ var CA_ExtInterface = function () {
7105
7148
  };
7106
7149
  });
7107
7150
  };
7108
- /**
7109
- *
7110
- * base64解码
7111
- * @returns {string} base64解码后的字符串
7151
+ /**
7152
+ *
7153
+ * base64解码
7154
+ * @returns {string} base64解码后的字符串
7112
7155
  */
7113
7156
 
7114
7157
 
@@ -7143,10 +7186,10 @@ var CA_ExtInterface = function () {
7143
7186
  val = this.utf8_decode(val);
7144
7187
  return val;
7145
7188
  };
7146
- /**
7147
- *
7148
- * base64编码
7149
- * @returns {string} base64编码后的字符串
7189
+ /**
7190
+ *
7191
+ * base64编码
7192
+ * @returns {string} base64编码后的字符串
7150
7193
  */
7151
7194
 
7152
7195
 
@@ -7179,10 +7222,10 @@ var CA_ExtInterface = function () {
7179
7222
  }
7180
7223
  return val;
7181
7224
  };
7182
- /**
7183
- *
7184
- * utf8解码
7185
- * @returns {string} utf8解码后的字符串
7225
+ /**
7226
+ *
7227
+ * utf8解码
7228
+ * @returns {string} utf8解码后的字符串
7186
7229
  */
7187
7230
 
7188
7231
 
@@ -7211,10 +7254,10 @@ var CA_ExtInterface = function () {
7211
7254
  }
7212
7255
  return string;
7213
7256
  };
7214
- /**
7215
- *
7216
- * utf8编码
7217
- * @returns {string} utf8编码后的字符串
7257
+ /**
7258
+ *
7259
+ * utf8编码
7260
+ * @returns {string} utf8编码后的字符串
7218
7261
  */
7219
7262
 
7220
7263
 
@@ -31406,21 +31449,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31406
31449
  return validSate;
31407
31450
  },
31408
31451
 
31409
- /**
31410
- * changeOpinion
31411
- * @desc:监听意见变化
31412
- * @author liufan
31413
- * @date 2022年10月28日
31452
+ /**
31453
+ * changeOpinion
31454
+ * @desc:监听意见变化
31455
+ * @author liufan
31456
+ * @date 2022年10月28日
31414
31457
  **/
31415
31458
  changeOpinion: function changeOpinion() {
31416
31459
  this.$emit('change', this.form.value);
31417
31460
  },
31418
31461
 
31419
- /**
31420
- * getCommonOpion
31421
- * @desc:获取意见
31422
- * @author liufan
31423
- * @date 2022年5月25日
31462
+ /**
31463
+ * getCommonOpion
31464
+ * @desc:获取意见
31465
+ * @author liufan
31466
+ * @date 2022年5月25日
31424
31467
  **/
31425
31468
  getCommonOpion: function getCommonOpion() {
31426
31469
  var _this = this;
@@ -31449,24 +31492,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31449
31492
  });
31450
31493
  },
31451
31494
 
31452
- /**
31453
- * upDate
31454
- * @desc:修改常用语
31455
- * @author liufan
31456
- * @param {Object} val 修改值
31457
- * @date 2022年5月25日
31495
+ /**
31496
+ * upDate
31497
+ * @desc:修改常用语
31498
+ * @author liufan
31499
+ * @param {Object} val 修改值
31500
+ * @date 2022年5月25日
31458
31501
  **/
31459
31502
  upDate: function upDate(val) {
31460
31503
  this.FormData.id = val.id;
31461
31504
  this.addVisible = true;
31462
31505
  },
31463
31506
 
31464
- /**
31465
- * selectChange
31466
- * @desc:常用语选择
31467
- * @author liufan
31468
- * @param {String} val 选中值
31469
- * @date 2022年5月25日
31507
+ /**
31508
+ * selectChange
31509
+ * @desc:常用语选择
31510
+ * @author liufan
31511
+ * @param {String} val 选中值
31512
+ * @date 2022年5月25日
31470
31513
  **/
31471
31514
  selectChange: function selectChange(val) {
31472
31515
  var _this2 = this;
@@ -31485,12 +31528,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31485
31528
  });
31486
31529
  },
31487
31530
 
31488
- /**
31489
- * del
31490
- * @desc:删除常用语
31491
- * @author liufan
31492
- * @param {Object} val 删除的数据
31493
- * @date 2022年5月25日
31531
+ /**
31532
+ * del
31533
+ * @desc:删除常用语
31534
+ * @author liufan
31535
+ * @param {Object} val 删除的数据
31536
+ * @date 2022年5月25日
31494
31537
  **/
31495
31538
  del: function del(val) {
31496
31539
  var _this3 = this;
@@ -31532,12 +31575,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31532
31575
  }).catch(function (e) {});
31533
31576
  },
31534
31577
 
31535
- /**
31536
- * submit
31537
- * @desc:新增/编辑意见保存
31538
- * @author liufan
31539
- * @param {Object} val 保存数据
31540
- * @date 2022年5月25日
31578
+ /**
31579
+ * submit
31580
+ * @desc:新增/编辑意见保存
31581
+ * @author liufan
31582
+ * @param {Object} val 保存数据
31583
+ * @date 2022年5月25日
31541
31584
  **/
31542
31585
  submit: function submit(val) {
31543
31586
  var _this4 = this;
@@ -35017,11 +35060,11 @@ var processFormvue_type_script_lang_js_components;
35017
35060
  });
35018
35061
  },
35019
35062
 
35020
- /**
35021
- * isMultiple
35022
- * @desc:是否多选
35023
- * @author liufan
35024
- * @date 2022年9月13日
35063
+ /**
35064
+ * isMultiple
35065
+ * @desc:是否多选
35066
+ * @author liufan
35067
+ * @date 2022年9月13日
35025
35068
  **/
35026
35069
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35027
35070
  var multiple = false;
@@ -39219,11 +39262,11 @@ var resetvue_type_script_lang_js_components;
39219
39262
  });
39220
39263
  },
39221
39264
 
39222
- /**
39223
- * isMultiple
39224
- * @desc:是否多选
39225
- * @author liufan
39226
- * @date 2022年9月13日
39265
+ /**
39266
+ * isMultiple
39267
+ * @desc:是否多选
39268
+ * @author liufan
39269
+ * @date 2022年9月13日
39227
39270
  **/
39228
39271
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39229
39272
  var multiple = false;
@@ -43809,11 +43852,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43809
43852
  });
43810
43853
  },
43811
43854
 
43812
- /**
43813
- * saveInfo
43814
- * @desc:暂存
43815
- * @author liufan
43816
- * @date 2022年9月9日
43855
+ /**
43856
+ * saveInfo
43857
+ * @desc:暂存
43858
+ * @author liufan
43859
+ * @date 2022年9月9日
43817
43860
  **/
43818
43861
  saveInfo: function saveInfo(type, btn) {
43819
43862
  var _this6 = this;
@@ -43875,11 +43918,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43875
43918
  });
43876
43919
  },
43877
43920
 
43878
- /**
43879
- * rejectBtn
43880
- * @desc:点击驳回
43881
- * @author liufan
43882
- * @date 2022年5月25日
43921
+ /**
43922
+ * rejectBtn
43923
+ * @desc:点击驳回
43924
+ * @author liufan
43925
+ * @date 2022年5月25日
43883
43926
  **/
43884
43927
  rejectBtn: function rejectBtn() {
43885
43928
  var _this8 = this;
@@ -43897,11 +43940,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43897
43940
  }
43898
43941
  },
43899
43942
 
43900
- /**
43901
- * taskReadBtn
43902
- * @desc:点击分阅
43903
- * @author liufan
43904
- * @date 2022年5月25日
43943
+ /**
43944
+ * taskReadBtn
43945
+ * @desc:点击分阅
43946
+ * @author liufan
43947
+ * @date 2022年5月25日
43905
43948
  **/
43906
43949
  taskReadBtn: function taskReadBtn() {
43907
43950
  var _this9 = this;
@@ -43920,11 +43963,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43920
43963
  }
43921
43964
  },
43922
43965
 
43923
- /**
43924
- * getFind
43925
- * @desc:获取通知方式
43926
- * @author liufan
43927
- * @date 2022年5月25日
43966
+ /**
43967
+ * getFind
43968
+ * @desc:获取通知方式
43969
+ * @author liufan
43970
+ * @date 2022年5月25日
43928
43971
  **/
43929
43972
  getFind: function getFind() {
43930
43973
  var _this10 = this;
@@ -43979,12 +44022,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43979
44022
  });
43980
44023
  },
43981
44024
 
43982
- /**
43983
- * endFlows
43984
- * @desc:直接办结
43985
- * @author liufan
43986
- * @param {Object} res 直接办结数据
43987
- * @date 2022年5月25日
44025
+ /**
44026
+ * endFlows
44027
+ * @desc:直接办结
44028
+ * @author liufan
44029
+ * @param {Object} res 直接办结数据
44030
+ * @date 2022年5月25日
43988
44031
  **/
43989
44032
  endFlows: function endFlows(res) {
43990
44033
  var _this12 = this;
@@ -44038,12 +44081,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44038
44081
  }).catch(function (e) {});
44039
44082
  },
44040
44083
 
44041
- /**
44042
- * goView
44043
- * @desc:更多流程按钮操作
44044
- * @author liufan
44045
- * @param {Object} res 当前点击操作按钮数据
44046
- * @date 2022年5月25日
44084
+ /**
44085
+ * goView
44086
+ * @desc:更多流程按钮操作
44087
+ * @author liufan
44088
+ * @param {Object} res 当前点击操作按钮数据
44089
+ * @date 2022年5月25日
44047
44090
  **/
44048
44091
  goView: function goView(res) {
44049
44092
  // 驳回并办结:rejectAndEndHtml
@@ -44128,11 +44171,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44128
44171
  // isCanStartSubFlow
44129
44172
  },
44130
44173
 
44131
- /**
44132
- * toTakeAdvice
44133
- * @desc:征求意见
44134
- * @author liufan
44135
- * @date 2022年9月29日
44174
+ /**
44175
+ * toTakeAdvice
44176
+ * @desc:征求意见
44177
+ * @author liufan
44178
+ * @date 2022年9月29日
44136
44179
  **/
44137
44180
  toTakeAdvice: function toTakeAdvice(res) {
44138
44181
  var _this14 = this;
@@ -44176,11 +44219,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44176
44219
  });
44177
44220
  },
44178
44221
 
44179
- /**
44180
- * toStartDraf
44181
- * @desc: 稿件递送、联合审核、复核
44182
- * @author liufan
44183
- * @date 2022年9月29日
44222
+ /**
44223
+ * toStartDraf
44224
+ * @desc: 稿件递送、联合审核、复核
44225
+ * @author liufan
44226
+ * @date 2022年9月29日
44184
44227
  **/
44185
44228
  toStartDraf: function toStartDraf(res) {
44186
44229
  var _this16 = this;
@@ -44194,11 +44237,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44194
44237
  }
44195
44238
  },
44196
44239
 
44197
- /**
44198
- * toSendMsg
44199
- * @desc:核稿通知
44200
- * @author liufan
44201
- * @date 2022年9月29日
44240
+ /**
44241
+ * toSendMsg
44242
+ * @desc:核稿通知
44243
+ * @author liufan
44244
+ * @date 2022年9月29日
44202
44245
  **/
44203
44246
  toSendMsg: function toSendMsg(res) {
44204
44247
  var _this17 = this;
@@ -44212,11 +44255,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44212
44255
  }
44213
44256
  },
44214
44257
 
44215
- /**
44216
- * toTaskReadAndEnd
44217
- * @desc:分阅并办结
44218
- * @author liufan
44219
- * @date 2022年9月29日
44258
+ /**
44259
+ * toTaskReadAndEnd
44260
+ * @desc:分阅并办结
44261
+ * @author liufan
44262
+ * @date 2022年9月29日
44220
44263
  **/
44221
44264
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44222
44265
  var _this18 = this;
@@ -44234,11 +44277,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44234
44277
  }
44235
44278
  },
44236
44279
 
44237
- /**
44238
- * rejectAndEnd
44239
- * @desc:驳回并办结
44240
- * @author liufan
44241
- * @date 2022年9月29日
44280
+ /**
44281
+ * rejectAndEnd
44282
+ * @desc:驳回并办结
44283
+ * @author liufan
44284
+ * @date 2022年9月29日
44242
44285
  **/
44243
44286
  rejectAndEnd: function rejectAndEnd(res) {
44244
44287
  var _this19 = this;
@@ -44293,11 +44336,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44293
44336
  });
44294
44337
  },
44295
44338
 
44296
- /**
44297
- * toTransfer
44298
- * @desc:转办
44299
- * @author liufan
44300
- * @date 2022年9月29日
44339
+ /**
44340
+ * toTransfer
44341
+ * @desc:转办
44342
+ * @author liufan
44343
+ * @date 2022年9月29日
44301
44344
  **/
44302
44345
  toTransfer: function toTransfer(res) {
44303
44346
  var _this21 = this;
@@ -44313,11 +44356,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44313
44356
  }
44314
44357
  },
44315
44358
 
44316
- /**
44317
- * getNodeInfo
44318
- * @desc:获取节点信息
44319
- * @author liufan
44320
- * @date 2022年5月25日
44359
+ /**
44360
+ * getNodeInfo
44361
+ * @desc:获取节点信息
44362
+ * @author liufan
44363
+ * @date 2022年5月25日
44321
44364
  **/
44322
44365
  getNodeInfo: function getNodeInfo() {
44323
44366
  var _this22 = this;
@@ -44416,12 +44459,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44416
44459
  });
44417
44460
  },
44418
44461
 
44419
- /**
44420
- * selecNext
44421
- * @desc:下步节点变化时更新数据
44422
- * @author liufan
44423
- * @param {String} val 当前选中值
44424
- * @date 2022年5月25日
44462
+ /**
44463
+ * selecNext
44464
+ * @desc:下步节点变化时更新数据
44465
+ * @author liufan
44466
+ * @param {String} val 当前选中值
44467
+ * @date 2022年5月25日
44425
44468
  **/
44426
44469
  selecNext: function selecNext(val, type, isDef) {
44427
44470
  var _this23 = this;
@@ -44530,11 +44573,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44530
44573
  if (isDef !== true) this.getNodeInfo();
44531
44574
  },
44532
44575
 
44533
- /**
44534
- * isMultiple
44535
- * @desc:是否多选
44536
- * @author liufan
44537
- * @date 2022年9月13日
44576
+ /**
44577
+ * isMultiple
44578
+ * @desc:是否多选
44579
+ * @author liufan
44580
+ * @date 2022年9月13日
44538
44581
  **/
44539
44582
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44540
44583
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44566,11 +44609,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44566
44609
  }
44567
44610
  },
44568
44611
 
44569
- /**
44570
- * getHedInfo
44571
- * @desc:获取审核页面数据
44572
- * @author liufan
44573
- * @date 2022年5月25日
44612
+ /**
44613
+ * getHedInfo
44614
+ * @desc:获取审核页面数据
44615
+ * @author liufan
44616
+ * @date 2022年5月25日
44574
44617
  **/
44575
44618
  getHedInfo: function getHedInfo() {
44576
44619
  var _this24 = this;
@@ -44806,13 +44849,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44806
44849
  });
44807
44850
  },
44808
44851
 
44809
- /**
44810
- * closeProcess
44811
- * @desc:关闭弹窗
44812
- * @author liufan
44813
- * @param {boolean} val 当前是否办理流程
44814
- * @param {String} type 当前点击的弹窗类型
44815
- * @date 2022年5月25日
44852
+ /**
44853
+ * closeProcess
44854
+ * @desc:关闭弹窗
44855
+ * @author liufan
44856
+ * @param {boolean} val 当前是否办理流程
44857
+ * @param {String} type 当前点击的弹窗类型
44858
+ * @date 2022年5月25日
44816
44859
  **/
44817
44860
  closeProcess: function closeProcess(val, type, closeParent) {
44818
44861
  if (closeParent) {
@@ -44829,23 +44872,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44829
44872
  }
44830
44873
  },
44831
44874
 
44832
- /**
44833
- * selectChange
44834
- * @desc:常用语选择
44835
- * @author liufan
44836
- * @param {String} val 选中值
44837
- * @date 2022年5月25日
44875
+ /**
44876
+ * selectChange
44877
+ * @desc:常用语选择
44878
+ * @author liufan
44879
+ * @param {String} val 选中值
44880
+ * @date 2022年5月25日
44838
44881
  **/
44839
44882
  selectChange: function selectChange(val) {
44840
44883
  this.value = val;
44841
44884
  },
44842
44885
 
44843
- /**
44844
- * upDate
44845
- * @desc:修改常用语
44846
- * @author liufan
44847
- * @param {Object} val 修改值
44848
- * @date 2022年5月25日
44886
+ /**
44887
+ * upDate
44888
+ * @desc:修改常用语
44889
+ * @author liufan
44890
+ * @param {Object} val 修改值
44891
+ * @date 2022年5月25日
44849
44892
  **/
44850
44893
  upDate: function upDate(val) {
44851
44894
  this.FormData.id = val.id;
@@ -44853,11 +44896,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44853
44896
  },
44854
44897
 
44855
44898
 
44856
- /**
44857
- * getProcess
44858
- * @desc:获取选择流程
44859
- * @author liufan
44860
- * @date 2022年5月25日
44899
+ /**
44900
+ * getProcess
44901
+ * @desc:获取选择流程
44902
+ * @author liufan
44903
+ * @date 2022年5月25日
44861
44904
  **/
44862
44905
  getProcess: function getProcess() {
44863
44906
  var _this25 = this;
@@ -44911,11 +44954,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44911
44954
  });
44912
44955
  },
44913
44956
 
44914
- /**
44915
- * getPendedhistoryList
44916
- * @desc:获取流程列表
44917
- * @author liufan
44918
- * @date 2022年5月25日
44957
+ /**
44958
+ * getPendedhistoryList
44959
+ * @desc:获取流程列表
44960
+ * @author liufan
44961
+ * @date 2022年5月25日
44919
44962
  **/
44920
44963
  getPendedhistoryList: function getPendedhistoryList() {
44921
44964
  var _this26 = this;
@@ -44947,12 +44990,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44947
44990
  },
44948
44991
 
44949
44992
  // 提交流程
44950
- /**
44951
- * subProcess
44952
- * @desc:提交流程
44953
- * @author liufan
44954
- * @param {String} formName 当前form表单ref值
44955
- * @date 2022年5月25日
44993
+ /**
44994
+ * subProcess
44995
+ * @desc:提交流程
44996
+ * @author liufan
44997
+ * @param {String} formName 当前form表单ref值
44998
+ * @date 2022年5月25日
44956
44999
  **/
44957
45000
  subProcess: function subProcess(val) {
44958
45001
  var _this27 = this;
@@ -48532,11 +48575,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48532
48575
  });
48533
48576
  },
48534
48577
 
48535
- /**
48536
- * saveInfo
48537
- * @desc:暂存
48538
- * @author liufan
48539
- * @date 2022年9月9日
48578
+ /**
48579
+ * saveInfo
48580
+ * @desc:暂存
48581
+ * @author liufan
48582
+ * @date 2022年9月9日
48540
48583
  **/
48541
48584
  saveInfo: function saveInfo(type, btn) {
48542
48585
  var _this11 = this;
@@ -48598,11 +48641,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48598
48641
  });
48599
48642
  },
48600
48643
 
48601
- /**
48602
- * rejectBtn
48603
- * @desc:点击驳回
48604
- * @author liufan
48605
- * @date 2022年5月25日
48644
+ /**
48645
+ * rejectBtn
48646
+ * @desc:点击驳回
48647
+ * @author liufan
48648
+ * @date 2022年5月25日
48606
48649
  **/
48607
48650
  rejectBtn: function rejectBtn() {
48608
48651
  var _this13 = this;
@@ -48620,11 +48663,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48620
48663
  }
48621
48664
  },
48622
48665
 
48623
- /**
48624
- * taskReadBtn
48625
- * @desc:点击分阅
48626
- * @author liufan
48627
- * @date 2022年5月25日
48666
+ /**
48667
+ * taskReadBtn
48668
+ * @desc:点击分阅
48669
+ * @author liufan
48670
+ * @date 2022年5月25日
48628
48671
  **/
48629
48672
  taskReadBtn: function taskReadBtn() {
48630
48673
  var _this14 = this;
@@ -48643,11 +48686,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48643
48686
  }
48644
48687
  },
48645
48688
 
48646
- /**
48647
- * getFind
48648
- * @desc:获取通知方式
48649
- * @author liufan
48650
- * @date 2022年5月25日
48689
+ /**
48690
+ * getFind
48691
+ * @desc:获取通知方式
48692
+ * @author liufan
48693
+ * @date 2022年5月25日
48651
48694
  **/
48652
48695
  getFind: function getFind() {
48653
48696
  var _this15 = this;
@@ -48713,12 +48756,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48713
48756
  });
48714
48757
  },
48715
48758
 
48716
- /**
48717
- * endFlows
48718
- * @desc:直接办结
48719
- * @author liufan
48720
- * @param {Object} res 直接办结数据
48721
- * @date 2022年5月25日
48759
+ /**
48760
+ * endFlows
48761
+ * @desc:直接办结
48762
+ * @author liufan
48763
+ * @param {Object} res 直接办结数据
48764
+ * @date 2022年5月25日
48722
48765
  **/
48723
48766
  endFlows: function endFlows(res) {
48724
48767
  var _this17 = this;
@@ -48773,12 +48816,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48773
48816
  }).catch(function (e) {});
48774
48817
  },
48775
48818
 
48776
- /**
48777
- * goView
48778
- * @desc:更多流程按钮操作
48779
- * @author liufan
48780
- * @param {Object} res 当前点击操作按钮数据
48781
- * @date 2022年5月25日
48819
+ /**
48820
+ * goView
48821
+ * @desc:更多流程按钮操作
48822
+ * @author liufan
48823
+ * @param {Object} res 当前点击操作按钮数据
48824
+ * @date 2022年5月25日
48782
48825
  **/
48783
48826
  goView: function goView(res) {
48784
48827
  // 驳回并办结:rejectAndEndHtml
@@ -48863,11 +48906,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48863
48906
  // isCanStartSubFlow
48864
48907
  },
48865
48908
 
48866
- /**
48867
- * toTakeAdvice
48868
- * @desc:征求意见
48869
- * @author liufan
48870
- * @date 2022年9月29日
48909
+ /**
48910
+ * toTakeAdvice
48911
+ * @desc:征求意见
48912
+ * @author liufan
48913
+ * @date 2022年9月29日
48871
48914
  **/
48872
48915
  toTakeAdvice: function toTakeAdvice(res) {
48873
48916
  var _this19 = this;
@@ -48911,11 +48954,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48911
48954
  });
48912
48955
  },
48913
48956
 
48914
- /**
48915
- * toStartDraf
48916
- * @desc: 稿件递送、联合审核、复核
48917
- * @author liufan
48918
- * @date 2022年9月29日
48957
+ /**
48958
+ * toStartDraf
48959
+ * @desc: 稿件递送、联合审核、复核
48960
+ * @author liufan
48961
+ * @date 2022年9月29日
48919
48962
  **/
48920
48963
  toStartDraf: function toStartDraf(res) {
48921
48964
  var _this21 = this;
@@ -48929,11 +48972,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48929
48972
  }
48930
48973
  },
48931
48974
 
48932
- /**
48933
- * toSendMsg
48934
- * @desc:核稿通知
48935
- * @author liufan
48936
- * @date 2022年9月29日
48975
+ /**
48976
+ * toSendMsg
48977
+ * @desc:核稿通知
48978
+ * @author liufan
48979
+ * @date 2022年9月29日
48937
48980
  **/
48938
48981
  toSendMsg: function toSendMsg(res) {
48939
48982
  var _this22 = this;
@@ -48947,11 +48990,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48947
48990
  }
48948
48991
  },
48949
48992
 
48950
- /**
48951
- * toTaskReadAndEnd
48952
- * @desc:分阅并办结
48953
- * @author liufan
48954
- * @date 2022年9月29日
48993
+ /**
48994
+ * toTaskReadAndEnd
48995
+ * @desc:分阅并办结
48996
+ * @author liufan
48997
+ * @date 2022年9月29日
48955
48998
  **/
48956
48999
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48957
49000
  var _this23 = this;
@@ -48969,11 +49012,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48969
49012
  }
48970
49013
  },
48971
49014
 
48972
- /**
48973
- * rejectAndEnd
48974
- * @desc:驳回并办结
48975
- * @author liufan
48976
- * @date 2022年9月29日
49015
+ /**
49016
+ * rejectAndEnd
49017
+ * @desc:驳回并办结
49018
+ * @author liufan
49019
+ * @date 2022年9月29日
48977
49020
  **/
48978
49021
  rejectAndEnd: function rejectAndEnd(res) {
48979
49022
  var _this24 = this;
@@ -49029,11 +49072,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49029
49072
  });
49030
49073
  },
49031
49074
 
49032
- /**
49033
- * toTransfer
49034
- * @desc:转办
49035
- * @author liufan
49036
- * @date 2022年9月29日
49075
+ /**
49076
+ * toTransfer
49077
+ * @desc:转办
49078
+ * @author liufan
49079
+ * @date 2022年9月29日
49037
49080
  **/
49038
49081
  toTransfer: function toTransfer(res) {
49039
49082
  var _this26 = this;
@@ -49049,11 +49092,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49049
49092
  }
49050
49093
  },
49051
49094
 
49052
- /**
49053
- * getNodeInfo
49054
- * @desc:获取节点信息
49055
- * @author liufan
49056
- * @date 2022年5月25日
49095
+ /**
49096
+ * getNodeInfo
49097
+ * @desc:获取节点信息
49098
+ * @author liufan
49099
+ * @date 2022年5月25日
49057
49100
  **/
49058
49101
  getNodeInfo: function getNodeInfo() {
49059
49102
  var _this27 = this;
@@ -49160,12 +49203,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49160
49203
  });
49161
49204
  },
49162
49205
 
49163
- /**
49164
- * selecNext
49165
- * @desc:下步节点变化时更新数据
49166
- * @author liufan
49167
- * @param {String} val 当前选中值
49168
- * @date 2022年5月25日
49206
+ /**
49207
+ * selecNext
49208
+ * @desc:下步节点变化时更新数据
49209
+ * @author liufan
49210
+ * @param {String} val 当前选中值
49211
+ * @date 2022年5月25日
49169
49212
  **/
49170
49213
  selecNext: function selecNext(val, type, isDef) {
49171
49214
  var _this28 = this;
@@ -49297,11 +49340,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49297
49340
  this.getNodeInfo();
49298
49341
  },
49299
49342
 
49300
- /**
49301
- * isMultiple
49302
- * @desc:是否多选
49303
- * @author liufan
49304
- * @date 2022年9月13日
49343
+ /**
49344
+ * isMultiple
49345
+ * @desc:是否多选
49346
+ * @author liufan
49347
+ * @date 2022年9月13日
49305
49348
  **/
49306
49349
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49307
49350
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49333,11 +49376,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49333
49376
  }
49334
49377
  },
49335
49378
 
49336
- /**
49337
- * getHedInfo
49338
- * @desc:获取审核页面数据
49339
- * @author liufan
49340
- * @date 2022年5月25日
49379
+ /**
49380
+ * getHedInfo
49381
+ * @desc:获取审核页面数据
49382
+ * @author liufan
49383
+ * @date 2022年5月25日
49341
49384
  **/
49342
49385
  getHedInfo: function getHedInfo() {
49343
49386
  var _this29 = this;
@@ -49636,13 +49679,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49636
49679
  });
49637
49680
  },
49638
49681
 
49639
- /**
49640
- * closeProcess
49641
- * @desc:关闭弹窗
49642
- * @author liufan
49643
- * @param {boolean} val 当前是否办理流程
49644
- * @param {String} type 当前点击的弹窗类型
49645
- * @date 2022年5月25日
49682
+ /**
49683
+ * closeProcess
49684
+ * @desc:关闭弹窗
49685
+ * @author liufan
49686
+ * @param {boolean} val 当前是否办理流程
49687
+ * @param {String} type 当前点击的弹窗类型
49688
+ * @date 2022年5月25日
49646
49689
  **/
49647
49690
  closeProcess: function closeProcess(val, type, closeParent) {
49648
49691
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49662,23 +49705,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49662
49705
  }
49663
49706
  },
49664
49707
 
49665
- /**
49666
- * selectChange
49667
- * @desc:常用语选择
49668
- * @author liufan
49669
- * @param {String} val 选中值
49670
- * @date 2022年5月25日
49708
+ /**
49709
+ * selectChange
49710
+ * @desc:常用语选择
49711
+ * @author liufan
49712
+ * @param {String} val 选中值
49713
+ * @date 2022年5月25日
49671
49714
  **/
49672
49715
  selectChange: function selectChange(val) {
49673
49716
  this.value = val;
49674
49717
  },
49675
49718
 
49676
- /**
49677
- * upDate
49678
- * @desc:修改常用语
49679
- * @author liufan
49680
- * @param {Object} val 修改值
49681
- * @date 2022年5月25日
49719
+ /**
49720
+ * upDate
49721
+ * @desc:修改常用语
49722
+ * @author liufan
49723
+ * @param {Object} val 修改值
49724
+ * @date 2022年5月25日
49682
49725
  **/
49683
49726
  upDate: function upDate(val) {
49684
49727
  this.FormData.id = val.id;
@@ -49686,11 +49729,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49686
49729
  },
49687
49730
 
49688
49731
 
49689
- /**
49690
- * getProcess
49691
- * @desc:获取选择流程
49692
- * @author liufan
49693
- * @date 2022年5月25日
49732
+ /**
49733
+ * getProcess
49734
+ * @desc:获取选择流程
49735
+ * @author liufan
49736
+ * @date 2022年5月25日
49694
49737
  **/
49695
49738
  getProcess: function getProcess(val) {
49696
49739
  var _this30 = this;
@@ -49750,11 +49793,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49750
49793
  });
49751
49794
  },
49752
49795
 
49753
- /**
49754
- * getPendedhistoryList
49755
- * @desc:获取流程列表
49756
- * @author liufan
49757
- * @date 2022年5月25日
49796
+ /**
49797
+ * getPendedhistoryList
49798
+ * @desc:获取流程列表
49799
+ * @author liufan
49800
+ * @date 2022年5月25日
49758
49801
  **/
49759
49802
  getPendedhistoryList: function getPendedhistoryList() {
49760
49803
  var _this31 = this;
@@ -49822,12 +49865,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49822
49865
  },
49823
49866
 
49824
49867
  // 提交流程
49825
- /**
49826
- * subProcess
49827
- * @desc:提交流程
49828
- * @author liufan
49829
- * @param {String} formName 当前form表单ref值
49830
- * @date 2022年5月25日
49868
+ /**
49869
+ * subProcess
49870
+ * @desc:提交流程
49871
+ * @author liufan
49872
+ * @param {String} formName 当前form表单ref值
49873
+ * @date 2022年5月25日
49831
49874
  **/
49832
49875
  subProcess: function subProcess(val, type) {
49833
49876
  var _this33 = this;
@@ -50186,8 +50229,8 @@ flow_src_main.install = function (Vue) {
50186
50229
  };
50187
50230
 
50188
50231
  /* harmony default export */ var packages_flow = (flow_src_main);
50189
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=6834898c&
50190
- var mainvue_type_template_id_6834898c_render = function () {
50232
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=1ed6484e&
50233
+ var mainvue_type_template_id_1ed6484e_render = function () {
50191
50234
  var _vm = this
50192
50235
  var _h = _vm.$createElement
50193
50236
  var _c = _vm._self._c || _h
@@ -51449,11 +51492,11 @@ var mainvue_type_template_id_6834898c_render = function () {
51449
51492
  2
51450
51493
  )
51451
51494
  }
51452
- var mainvue_type_template_id_6834898c_staticRenderFns = []
51453
- mainvue_type_template_id_6834898c_render._withStripped = true
51495
+ var mainvue_type_template_id_1ed6484e_staticRenderFns = []
51496
+ mainvue_type_template_id_1ed6484e_render._withStripped = true
51454
51497
 
51455
51498
 
51456
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=6834898c&
51499
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=1ed6484e&
51457
51500
 
51458
51501
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
51459
51502
  var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -51929,6 +51972,12 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
51929
51972
  type: Boolean,
51930
51973
  default: true
51931
51974
  },
51975
+ otherValidate: {
51976
+ type: Function,
51977
+ default: function _default() {
51978
+ return true;
51979
+ }
51980
+ },
51932
51981
  flow: Object,
51933
51982
  events: Object,
51934
51983
  recordid: String,
@@ -52061,6 +52110,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52061
52110
  });
52062
52111
  },
52063
52112
  handleSubmit: function handleSubmit(res) {
52113
+ var _this2 = this;
52114
+
52064
52115
  if (this.submit) {
52065
52116
  if (this.submit.id) {
52066
52117
  var iframe = document.getElementById(this.submit.id); //先找到ifram
@@ -52094,6 +52145,18 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52094
52145
  }
52095
52146
  esFlowForm;
52096
52147
  this.showMsg = res == 1 ? false : true;
52148
+
52149
+ if (this.otherValidate) {
52150
+ return new Promise(function (resolve, reject) {
52151
+ esFlowForm.submitData(undefined, false, {}, res).then(function () {
52152
+ // 如果submitData验证通过,则执行otherValidate验证
52153
+ _this2.otherValidate(resolve, reject);
52154
+ }).catch(function (error) {
52155
+ // 处理submitData可能抛出的错误
52156
+ reject(error);
52157
+ });
52158
+ });
52159
+ }
52097
52160
  return esFlowForm.submitData(undefined, false, {}, res);
52098
52161
  },
52099
52162
  handleTaskRead: function handleTaskRead(res) {
@@ -52150,8 +52213,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52150
52213
 
52151
52214
  var flow_group_src_main_component = normalizeComponent(
52152
52215
  packages_flow_group_src_mainvue_type_script_lang_js_,
52153
- mainvue_type_template_id_6834898c_render,
52154
- mainvue_type_template_id_6834898c_staticRenderFns,
52216
+ mainvue_type_template_id_1ed6484e_render,
52217
+ mainvue_type_template_id_1ed6484e_staticRenderFns,
52155
52218
  false,
52156
52219
  null,
52157
52220
  null,
@@ -53596,12 +53659,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53596
53659
  }
53597
53660
  },
53598
53661
 
53599
- /**
53600
- * handleFormSubmit
53601
- * @desc:删除节点点击事件
53602
- * @param {Object} formData 点击删除的form数据
53603
- * @author liufan
53604
- * @date 2022年11月29日
53662
+ /**
53663
+ * handleFormSubmit
53664
+ * @desc:删除节点点击事件
53665
+ * @param {Object} formData 点击删除的form数据
53666
+ * @author liufan
53667
+ * @date 2022年11月29日
53605
53668
  **/
53606
53669
  handleFormSubmit: function handleFormSubmit(formData) {
53607
53670
  var _this9 = this;
@@ -53632,48 +53695,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53632
53695
  });
53633
53696
  },
53634
53697
 
53635
- /**
53636
- * del
53637
- * @desc:展示删除弹窗
53638
- * @param {String} id 当前点击数据id
53639
- * @author liufan
53640
- * @date 2022年11月29日
53698
+ /**
53699
+ * del
53700
+ * @desc:展示删除弹窗
53701
+ * @param {String} id 当前点击数据id
53702
+ * @author liufan
53703
+ * @date 2022年11月29日
53641
53704
  **/
53642
53705
  del: function del(id) {
53643
53706
  this.historyId = id;
53644
53707
  this.showDel = true;
53645
53708
  },
53646
53709
 
53647
- /**
53648
- * handleCurrentChange
53649
- * @desc:监听页码变化
53650
- * @param {String} val 当前页
53651
- * @author liufan
53652
- * @date 2022年11月29日
53710
+ /**
53711
+ * handleCurrentChange
53712
+ * @desc:监听页码变化
53713
+ * @param {String} val 当前页
53714
+ * @author liufan
53715
+ * @date 2022年11月29日
53653
53716
  **/
53654
53717
  handleCurrentChange: function handleCurrentChange(val) {
53655
53718
  this.currentPage = val;
53656
53719
  this.getPressList();
53657
53720
  },
53658
53721
 
53659
- /**
53660
- * handleSizeChange
53661
- * @desc:监听每页数据显示数量变化
53662
- * @param {String} val 每页展示数量
53663
- * @author liufan
53664
- * @date 2022年11月29日
53722
+ /**
53723
+ * handleSizeChange
53724
+ * @desc:监听每页数据显示数量变化
53725
+ * @param {String} val 每页展示数量
53726
+ * @author liufan
53727
+ * @date 2022年11月29日
53665
53728
  **/
53666
53729
  handleSizeChange: function handleSizeChange(val) {
53667
53730
  this.pageSize = val;
53668
53731
  this.getPressList();
53669
53732
  },
53670
53733
 
53671
- /**
53672
- * sortChange
53673
- * @desc:监听排序变化
53674
- * @param {Object} info 需要排序的字段及排序方式
53675
- * @author liufan
53676
- * @date 2022年11月29日
53734
+ /**
53735
+ * sortChange
53736
+ * @desc:监听排序变化
53737
+ * @param {Object} info 需要排序的字段及排序方式
53738
+ * @author liufan
53739
+ * @date 2022年11月29日
53677
53740
  **/
53678
53741
  sortChange: function sortChange(info) {
53679
53742
  var prop = info.prop,
@@ -53684,11 +53747,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53684
53747
  this.getPressList();
53685
53748
  },
53686
53749
 
53687
- /**
53688
- * getPressList
53689
- * @desc:催办列表数据
53690
- * @author liufan
53691
- * @date 2022年11月29日
53750
+ /**
53751
+ * getPressList
53752
+ * @desc:催办列表数据
53753
+ * @author liufan
53754
+ * @date 2022年11月29日
53692
53755
  **/
53693
53756
  getPressList: function getPressList() {
53694
53757
  var _this10 = this;
@@ -53718,12 +53781,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53718
53781
  });
53719
53782
  },
53720
53783
 
53721
- /**
53722
- * goPress
53723
- * @desc:催办列表查看
53724
- * @param {String} id 催办列表id
53725
- * @author liufan
53726
- * @date 2022年11月29日
53784
+ /**
53785
+ * goPress
53786
+ * @desc:催办列表查看
53787
+ * @param {String} id 催办列表id
53788
+ * @author liufan
53789
+ * @date 2022年11月29日
53727
53790
  **/
53728
53791
  goPress: function goPress(id) {
53729
53792
  this.historyId = id;
@@ -53731,23 +53794,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53731
53794
  this.getPressList();
53732
53795
  },
53733
53796
 
53734
- /**
53735
- * showFile
53736
- * @desc:附件查看
53737
- * @param {String} ownId 附件id
53738
- * @author liufan
53739
- * @date 2022年11月29日
53797
+ /**
53798
+ * showFile
53799
+ * @desc:附件查看
53800
+ * @param {String} ownId 附件id
53801
+ * @author liufan
53802
+ * @date 2022年11月29日
53740
53803
  **/
53741
53804
  showFile: function showFile(ownId) {
53742
53805
  this.wfpendingid = ownId;
53743
53806
  this.showFileList = true;
53744
53807
  },
53745
53808
 
53746
- /**
53747
- * handleChange
53748
- * @desc:切换排序方式
53749
- * @author liufan
53750
- * @date 2022年11月22日
53809
+ /**
53810
+ * handleChange
53811
+ * @desc:切换排序方式
53812
+ * @author liufan
53813
+ * @date 2022年11月22日
53751
53814
  **/
53752
53815
  handleChange: function handleChange(key, value) {
53753
53816
  if (value) {
@@ -53797,11 +53860,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53797
53860
  }))();
53798
53861
  },
53799
53862
 
53800
- /**
53801
- * getFlowList
53802
- * @desc:获取流程列表
53803
- * @author liufan
53804
- * @date 2022年11月22日
53863
+ /**
53864
+ * getFlowList
53865
+ * @desc:获取流程列表
53866
+ * @author liufan
53867
+ * @date 2022年11月22日
53805
53868
  **/
53806
53869
  getFlowList: function getFlowList() {
53807
53870
  var _this12 = this;
@@ -53873,12 +53936,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53873
53936
  });
53874
53937
  },
53875
53938
 
53876
- /**
53877
- * handleClick
53878
- * @desc:表单点击事件
53879
- * @param {Object} val 当前点击行数据及按钮
53880
- * @author liufan
53881
- * @date 2022年11月10日
53939
+ /**
53940
+ * handleClick
53941
+ * @desc:表单点击事件
53942
+ * @param {Object} val 当前点击行数据及按钮
53943
+ * @author liufan
53944
+ * @date 2022年11月10日
53882
53945
  **/
53883
53946
  handleClick: function handleClick(val) {
53884
53947
  var _this13 = this;
@@ -53924,13 +53987,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53924
53987
  }
53925
53988
  },
53926
53989
 
53927
- /**
53928
- * getCodeValue
53929
- * @desc:获取代码表过滤后的值
53930
- * @param {String} value 展示数据的代码值
53931
- * @param {String} type 代码表类型
53932
- * @author liufan
53933
- * @date 2022年11月10日
53990
+ /**
53991
+ * getCodeValue
53992
+ * @desc:获取代码表过滤后的值
53993
+ * @param {String} value 展示数据的代码值
53994
+ * @param {String} type 代码表类型
53995
+ * @author liufan
53996
+ * @date 2022年11月10日
53934
53997
  **/
53935
53998
  getCodeValue: function getCodeValue(value, type) {
53936
53999
  var val = this[type].filter(function (item) {
@@ -53939,12 +54002,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53939
54002
  return val[0].shortName;
53940
54003
  },
53941
54004
 
53942
- /**
53943
- * getSysInfo
53944
- * @desc:获取代码表
53945
- * @param {String} code 编码code值
53946
- * @author liufan
53947
- * @date 2022年11月10日
54005
+ /**
54006
+ * getSysInfo
54007
+ * @desc:获取代码表
54008
+ * @param {String} code 编码code值
54009
+ * @author liufan
54010
+ * @date 2022年11月10日
53948
54011
  **/
53949
54012
  getSysInfo: function getSysInfo(code) {
53950
54013
  var _this14 = this;
@@ -53966,11 +54029,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53966
54029
  }).catch(function (e) {});
53967
54030
  },
53968
54031
 
53969
- /**
53970
- * getListInfo
53971
- * @desc:获取预设列表数据
53972
- * @author liufan
53973
- * @date 2022年11月10日
54032
+ /**
54033
+ * getListInfo
54034
+ * @desc:获取预设列表数据
54035
+ * @author liufan
54036
+ * @date 2022年11月10日
53974
54037
  **/
53975
54038
  getListInfo: function getListInfo() {
53976
54039
  var _this15 = this;
@@ -56574,8 +56637,8 @@ layout_src_main.install = function (Vue) {
56574
56637
  };
56575
56638
 
56576
56639
  /* harmony default export */ var packages_layout = (layout_src_main);
56577
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=3be2e7f1&
56578
- var mainvue_type_template_id_3be2e7f1_render = function () {
56640
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=710e2bf9&
56641
+ var mainvue_type_template_id_710e2bf9_render = function () {
56579
56642
  var _vm = this
56580
56643
  var _h = _vm.$createElement
56581
56644
  var _c = _vm._self._c || _h
@@ -57850,7 +57913,7 @@ var mainvue_type_template_id_3be2e7f1_render = function () {
57850
57913
  )
57851
57914
  : _vm._e()
57852
57915
  }
57853
- var mainvue_type_template_id_3be2e7f1_staticRenderFns = [
57916
+ var mainvue_type_template_id_710e2bf9_staticRenderFns = [
57854
57917
  function () {
57855
57918
  var _vm = this
57856
57919
  var _h = _vm.$createElement
@@ -57865,10 +57928,10 @@ var mainvue_type_template_id_3be2e7f1_staticRenderFns = [
57865
57928
  ])
57866
57929
  },
57867
57930
  ]
57868
- mainvue_type_template_id_3be2e7f1_render._withStripped = true
57931
+ mainvue_type_template_id_710e2bf9_render._withStripped = true
57869
57932
 
57870
57933
 
57871
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=3be2e7f1&
57934
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=710e2bf9&
57872
57935
 
57873
57936
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
57874
57937
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -58960,7 +59023,7 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
58960
59023
 
58961
59024
 
58962
59025
 
58963
- var ceshi = utils_util["a" /* default */].getParams('ceshi');
59026
+ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams();
58964
59027
 
58965
59028
  /* harmony default export */ var login_src_mainvue_type_script_lang_js_ = ({
58966
59029
  name: 'EsLogin',
@@ -58969,6 +59032,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58969
59032
  resetPassword: resetPassword
58970
59033
  },
58971
59034
  props: {
59035
+ ceshi: String,
58972
59036
  //初始登录配置接口地址
58973
59037
  initLogin: {
58974
59038
  type: String,
@@ -59295,6 +59359,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59295
59359
  },
59296
59360
  showForget: function showForget() {
59297
59361
  return this.forgetUrl && typeof this.forgetUrl === 'string' ? true : this.forgetUrl === true && this.loginModel.indexOf('0') > -1;
59362
+ },
59363
+ isCeshi: function isCeshi() {
59364
+ return this.ceshi ? mainvue_type_script_lang_js_params[this.ceshi] : false;
59298
59365
  }
59299
59366
  },
59300
59367
  watch: {
@@ -59433,7 +59500,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59433
59500
  launchTime: 2000,
59434
59501
  switchActive: this.switchsActive,
59435
59502
  loginDownloadApp: this.loginDownloadApps,
59436
- installPath: this.caInstallPath
59503
+ installPath: this.caInstallPath,
59504
+ storageType: this.storage
59437
59505
  };
59438
59506
  },
59439
59507
  beforeCreate: function beforeCreate() {
@@ -59444,8 +59512,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59444
59512
  },
59445
59513
  created: function created() {
59446
59514
  this.launchKey = 5 < new Date().getHours() < 18 ? 'day' : 'night';
59447
- if (ceshi) {
59448
- this.loginModel = ceshi == 'true' || ceshi == true ? '0' : ceshi;
59515
+ if (this.isCeshi) {
59516
+ this.loginModel = this.isCeshi == 'true' || this.isCeshi == true ? '0' : this.isCeshi;
59449
59517
  }
59450
59518
  if (this.isScale || utils_util["a" /* default */].getParams('scale')) {
59451
59519
  utils_util["a" /* default */].setScale();
@@ -59759,7 +59827,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59759
59827
  document.title = res.subsystemName;
59760
59828
  }
59761
59829
  this.app = res.appName || res.subsystemName;
59762
- if (res.loginModel && !ceshi) {
59830
+ if (res.loginModel && !this.isCeshi) {
59763
59831
  this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.loginModel;
59764
59832
  }
59765
59833
 
@@ -59853,6 +59921,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59853
59921
  if (res.subsystemExtend.caInstallPath) {
59854
59922
  this.installPath = res.subsystemExtend.caInstallPath;
59855
59923
  }
59924
+ if (res.subsystemExtend.storageType) {
59925
+ this.storageType = res.subsystemExtend.storageType;
59926
+ }
59856
59927
  }
59857
59928
  this.passModifyModel = res.passModifyModel;
59858
59929
  this.wechatAppid = res.wechatAppid;
@@ -60148,7 +60219,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60148
60219
  case 0:
60149
60220
  this.userName = results.userName;
60150
60221
  utils_util["a" /* default */].setStorage({
60151
- type: this.storage,
60222
+ type: this.storageType,
60152
60223
  key: {
60153
60224
  ssId: results.ssId,
60154
60225
  token: results.token,
@@ -60343,8 +60414,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60343
60414
 
60344
60415
  var login_src_main_component = normalizeComponent(
60345
60416
  packages_login_src_mainvue_type_script_lang_js_,
60346
- mainvue_type_template_id_3be2e7f1_render,
60347
- mainvue_type_template_id_3be2e7f1_staticRenderFns,
60417
+ mainvue_type_template_id_710e2bf9_render,
60418
+ mainvue_type_template_id_710e2bf9_staticRenderFns,
60348
60419
  false,
60349
60420
  null,
60350
60421
  null,
@@ -60465,8 +60536,8 @@ mainvue_type_template_id_d57cecee_render._withStripped = true
60465
60536
 
60466
60537
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d57cecee&
60467
60538
 
60468
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=7cb3c8cc&scoped=true&
60469
- var simplicityvue_type_template_id_7cb3c8cc_scoped_true_render = function () {
60539
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=2bfc5645&scoped=true&
60540
+ var simplicityvue_type_template_id_2bfc5645_scoped_true_render = function () {
60470
60541
  var _vm = this
60471
60542
  var _h = _vm.$createElement
60472
60543
  var _c = _vm._self._c || _h
@@ -61026,12 +61097,21 @@ var simplicityvue_type_template_id_7cb3c8cc_scoped_true_render = function () {
61026
61097
  )
61027
61098
  : _vm.isIE || item.method == "iframe"
61028
61099
  ? _c("iframe", {
61100
+ directives: [
61101
+ {
61102
+ name: "loading",
61103
+ rawName: "v-loading",
61104
+ value: item.loading,
61105
+ expression: "item.loading",
61106
+ },
61107
+ ],
61029
61108
  attrs: {
61030
- id: _vm.activeName == item.id ? _vm.iframeId : "",
61031
- name: _vm.activeName == item.id ? _vm.iframeId : "",
61032
61109
  frameborder: "0",
61033
61110
  width: "100%",
61034
61111
  height: "100%",
61112
+ id: _vm.activeName == item.id ? _vm.iframeId : "",
61113
+ name: _vm.activeName == item.id ? _vm.iframeId : "",
61114
+ onload: _vm.handleLoadIframe(item),
61035
61115
  src: item.url,
61036
61116
  },
61037
61117
  })
@@ -61160,11 +61240,11 @@ var simplicityvue_type_template_id_7cb3c8cc_scoped_true_render = function () {
61160
61240
  ),
61161
61241
  ])
61162
61242
  }
61163
- var simplicityvue_type_template_id_7cb3c8cc_scoped_true_staticRenderFns = []
61164
- simplicityvue_type_template_id_7cb3c8cc_scoped_true_render._withStripped = true
61243
+ var simplicityvue_type_template_id_2bfc5645_scoped_true_staticRenderFns = []
61244
+ simplicityvue_type_template_id_2bfc5645_scoped_true_render._withStripped = true
61165
61245
 
61166
61246
 
61167
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=7cb3c8cc&scoped=true&
61247
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=2bfc5645&scoped=true&
61168
61248
 
61169
61249
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
61170
61250
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -63253,10 +63333,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
63253
63333
  this.$emit('click', res);
63254
63334
  },
63255
63335
 
63256
- /**
63257
- * @desc:获取气泡提醒
63258
- * @author huangbo
63259
- * @date 2024年9月7日
63336
+ /**
63337
+ * @desc:获取气泡提醒
63338
+ * @author huangbo
63339
+ * @date 2024年9月7日
63260
63340
  **/
63261
63341
  getBadge: function getBadge(res) {
63262
63342
  var num = res.tips || 0;
@@ -66962,6 +67042,8 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
66962
67042
  //
66963
67043
  //
66964
67044
  //
67045
+ //
67046
+ //
66965
67047
 
66966
67048
 
66967
67049
 
@@ -67353,10 +67435,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67353
67435
  },
67354
67436
 
67355
67437
  methods: {
67356
- /**
67357
- * @desc:匹配路由
67358
- * @author huangbo
67359
- * @date 2024年9月7日
67438
+ /**
67439
+ * @desc:匹配路由
67440
+ * @author huangbo
67441
+ * @date 2024年9月7日
67360
67442
  **/
67361
67443
  hasRouter: function hasRouter(res, url, code) {
67362
67444
  if (!url) {
@@ -67400,10 +67482,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67400
67482
  return false;
67401
67483
  },
67402
67484
 
67403
- /**
67404
- * @desc:获取初始数据
67405
- * @author huangbo
67406
- * @date 2024年9月7日
67485
+ /**
67486
+ * @desc:获取初始数据
67487
+ * @author huangbo
67488
+ * @date 2024年9月7日
67407
67489
  **/
67408
67490
  init: function init(results, first) {
67409
67491
  this.setConfig(results);
@@ -67412,10 +67494,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67412
67494
  }
67413
67495
  },
67414
67496
 
67415
- /**
67416
- * @desc:设置用户配置及信息
67417
- * @author huangbo
67418
- * @date 2024年9月7日
67497
+ /**
67498
+ * @desc:设置用户配置及信息
67499
+ * @author huangbo
67500
+ * @date 2024年9月7日
67419
67501
  **/
67420
67502
  setConfig: function setConfig(results) {
67421
67503
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67552,10 +67634,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67552
67634
  }
67553
67635
  },
67554
67636
 
67555
- /**
67556
- * @desc:获取所有应用
67557
- * @author huangbo
67558
- * @date 2024年9月7日
67637
+ /**
67638
+ * @desc:获取所有应用
67639
+ * @author huangbo
67640
+ * @date 2024年9月7日
67559
67641
  **/
67560
67642
  getApplications: function getApplications() {
67561
67643
  var _this = this;
@@ -67603,10 +67685,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67603
67685
  });
67604
67686
  },
67605
67687
 
67606
- /**
67607
- * @desc:获取菜单列表
67608
- * @author huangbo
67609
- * @date 2024年9月7日
67688
+ /**
67689
+ * @desc:获取菜单列表
67690
+ * @author huangbo
67691
+ * @date 2024年9月7日
67610
67692
  **/
67611
67693
  getMenus: function getMenus(loading) {
67612
67694
  var _this2 = this;
@@ -67639,10 +67721,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67639
67721
  });
67640
67722
  },
67641
67723
 
67642
- /**
67643
- * @desc:处理菜单列表
67644
- * @author huangbo
67645
- * @date 2024年9月7日
67724
+ /**
67725
+ * @desc:处理菜单列表
67726
+ * @author huangbo
67727
+ * @date 2024年9月7日
67646
67728
  **/
67647
67729
  renderMenus: function renderMenus(res) {
67648
67730
  this.menus = res;
@@ -67738,10 +67820,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67738
67820
  }
67739
67821
  },
67740
67822
 
67741
- /**
67742
- * @desc:设置页面加载类型
67743
- * @author huangbo
67744
- * @date 2024年9月7日
67823
+ /**
67824
+ * @desc:设置页面加载类型
67825
+ * @author huangbo
67826
+ * @date 2024年9月7日
67745
67827
  **/
67746
67828
  setIframeType: function setIframeType(res) {
67747
67829
  var url = res.url;
@@ -67797,10 +67879,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67797
67879
  return res;
67798
67880
  },
67799
67881
 
67800
- /**
67801
- * @desc:获取菜单
67802
- * @author huangbo
67803
- * @date 2024年9月7日
67882
+ /**
67883
+ * @desc:获取菜单
67884
+ * @author huangbo
67885
+ * @date 2024年9月7日
67804
67886
  **/
67805
67887
  getMenu: function getMenu(menus, res, key) {
67806
67888
  if (Array.isArray(menus)) {
@@ -67829,10 +67911,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67829
67911
  return false;
67830
67912
  },
67831
67913
 
67832
- /**
67833
- * @desc:获取菜单第一条数据
67834
- * @author huangbo
67835
- * @date 2024年9月7日
67914
+ /**
67915
+ * @desc:获取菜单第一条数据
67916
+ * @author huangbo
67917
+ * @date 2024年9月7日
67836
67918
  **/
67837
67919
  getFirst: function getFirst(obj) {
67838
67920
  if (!obj) {
@@ -67851,10 +67933,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67851
67933
  }
67852
67934
  },
67853
67935
 
67854
- /**
67855
- * @desc:遍历设置菜单气泡提醒
67856
- * @author huangbo
67857
- * @date 2024年9月7日
67936
+ /**
67937
+ * @desc:遍历设置菜单气泡提醒
67938
+ * @author huangbo
67939
+ * @date 2024年9月7日
67858
67940
  **/
67859
67941
  setTips: function setTips(obj) {
67860
67942
  var _this3 = this;
@@ -67917,10 +67999,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67917
67999
  }
67918
68000
  },
67919
68001
 
67920
- /**
67921
- * @desc:获取气泡提醒
67922
- * @author huangbo
67923
- * @date 2024年9月7日
68002
+ /**
68003
+ * @desc:获取气泡提醒
68004
+ * @author huangbo
68005
+ * @date 2024年9月7日
67924
68006
  **/
67925
68007
  getBadge: function getBadge(res) {
67926
68008
  var num = res.tips || 0;
@@ -67934,10 +68016,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67934
68016
  };
67935
68017
  },
67936
68018
 
67937
- /**
67938
- * @desc:开启weosocket
67939
- * @author huangbo
67940
- * @date 2024年9月7日
68019
+ /**
68020
+ * @desc:开启weosocket
68021
+ * @author huangbo
68022
+ * @date 2024年9月7日
67941
68023
  **/
67942
68024
  initWebSocket: function initWebSocket() {
67943
68025
  var _this5 = this;
@@ -67986,10 +68068,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67986
68068
  });
67987
68069
  },
67988
68070
 
67989
- /**
67990
- * @desc:显示用户信息
67991
- * @author huangbo
67992
- * @date 2024年9月7日
68071
+ /**
68072
+ * @desc:显示用户信息
68073
+ * @author huangbo
68074
+ * @date 2024年9月7日
67993
68075
  **/
67994
68076
  showUserInfo: function showUserInfo() {
67995
68077
  if (this.showUser === false) {
@@ -67997,19 +68079,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67997
68079
  }
67998
68080
  },
67999
68081
 
68000
- /**
68001
- * @desc:删除更多应用菜单点击
68002
- * @author huangbo
68003
- * @date 2024年9月7日
68082
+ /**
68083
+ * @desc:删除更多应用菜单点击
68084
+ * @author huangbo
68085
+ * @date 2024年9月7日
68004
68086
  **/
68005
68087
  handleDelete: function handleDelete(index) {
68006
68088
  this.newApps.splice(index, 1);
68007
68089
  },
68008
68090
 
68009
- /**
68010
- * @desc:储存更多应用菜单点击
68011
- * @author huangbo
68012
- * @date 2024年9月7日
68091
+ /**
68092
+ * @desc:储存更多应用菜单点击
68093
+ * @author huangbo
68094
+ * @date 2024年9月7日
68013
68095
  **/
68014
68096
  handlerClickApps: function handlerClickApps(res) {
68015
68097
  if (res.permission === false) {
@@ -68022,10 +68104,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68022
68104
  this.handlerClickApp(res);
68023
68105
  },
68024
68106
 
68025
- /**
68026
- * @desc:侧边应用菜单点击
68027
- * @author huangbo
68028
- * @date 2024年9月7日
68107
+ /**
68108
+ * @desc:侧边应用菜单点击
68109
+ * @author huangbo
68110
+ * @date 2024年9月7日
68029
68111
  **/
68030
68112
  handlerClickApp: function handlerClickApp(res) {
68031
68113
  this.showMsg = false;
@@ -68114,10 +68196,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68114
68196
  }
68115
68197
  },
68116
68198
 
68117
- /**
68118
- * @desc:显示Drawer界面
68119
- * @author huangbo
68120
- * @date 2024年9月7日
68199
+ /**
68200
+ * @desc:显示Drawer界面
68201
+ * @author huangbo
68202
+ * @date 2024年9月7日
68121
68203
  **/
68122
68204
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68123
68205
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68137,19 +68219,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68137
68219
  }
68138
68220
  },
68139
68221
 
68140
- /**
68141
- * @desc:关闭Drawer界面
68142
- * @author huangbo
68143
- * @date 2024年9月7日
68222
+ /**
68223
+ * @desc:关闭Drawer界面
68224
+ * @author huangbo
68225
+ * @date 2024年9月7日
68144
68226
  **/
68145
68227
  handleCloseDrawer: function handleCloseDrawer() {
68146
68228
  this.drawer = { visible: false };
68147
68229
  },
68148
68230
 
68149
- /**
68150
- * @desc:菜单点击
68151
- * @author huangbo
68152
- * @date 2024年9月7日
68231
+ /**
68232
+ * @desc:菜单点击
68233
+ * @author huangbo
68234
+ * @date 2024年9月7日
68153
68235
  **/
68154
68236
  handlerClickMenu: function handlerClickMenu(res) {
68155
68237
  utils_util["a" /* default */].ajax({
@@ -68198,19 +68280,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68198
68280
  },
68199
68281
 
68200
68282
 
68201
- /**
68202
- * @desc:用户详情请求成功
68203
- * @author huangbo
68204
- * @date 2024年9月7日
68283
+ /**
68284
+ * @desc:用户详情请求成功
68285
+ * @author huangbo
68286
+ * @date 2024年9月7日
68205
68287
  **/
68206
68288
  handleSuccess: function handleSuccess(res) {
68207
68289
  this.simpleUserInfo = res.simpleUserInfo;
68208
68290
  },
68209
68291
 
68210
- /**
68211
- * @desc:修改用户配置
68212
- * @author huangbo
68213
- * @date 2024年9月7日
68292
+ /**
68293
+ * @desc:修改用户配置
68294
+ * @author huangbo
68295
+ * @date 2024年9月7日
68214
68296
  **/
68215
68297
  handleChangeConfig: function handleChangeConfig(name, res) {
68216
68298
  if (name == 'userHeadUrl') {
@@ -68226,10 +68308,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68226
68308
  }
68227
68309
  },
68228
68310
 
68229
- /**
68230
- * @desc:关闭webSocket
68231
- * @author huangbo
68232
- * @date 2024年9月7日
68311
+ /**
68312
+ * @desc:关闭webSocket
68313
+ * @author huangbo
68314
+ * @date 2024年9月7日
68233
68315
  **/
68234
68316
  handlerClose: function handlerClose() {
68235
68317
  if (this.webSocket) {
@@ -68237,10 +68319,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68237
68319
  }
68238
68320
  },
68239
68321
 
68240
- /**
68241
- * @desc:刷新选中iframe页签
68242
- * @author huangbo
68243
- * @date 2024年9月7日
68322
+ /**
68323
+ * @desc:刷新选中iframe页签
68324
+ * @author huangbo
68325
+ * @date 2024年9月7日
68244
68326
  **/
68245
68327
  handleRefresh: function handleRefresh() {
68246
68328
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -68261,10 +68343,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68261
68343
  }
68262
68344
  },
68263
68345
 
68264
- /**
68265
- * @desc:删除iframe
68266
- * @author huangbo
68267
- * @date 2024年9月7日
68346
+ /**
68347
+ * @desc:删除iframe
68348
+ * @author huangbo
68349
+ * @date 2024年9月7日
68268
68350
  **/
68269
68351
  handleRemove: function handleRemove(name) {
68270
68352
  var len = this.tabs.length - 1;
@@ -68281,10 +68363,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68281
68363
  }
68282
68364
  },
68283
68365
 
68284
- /**
68285
- * @desc:tabs鼠标右键事件
68286
- * @author huangbo
68287
- * @date 2024年9月7日
68366
+ /**
68367
+ * @desc:tabs鼠标右键事件
68368
+ * @author huangbo
68369
+ * @date 2024年9月7日
68288
68370
  **/
68289
68371
  handleContextmenu: function handleContextmenu(tabs, e) {
68290
68372
  var disabled = {};
@@ -68309,10 +68391,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68309
68391
  window.addEventListener('click', this.closeTabsEvents);
68310
68392
  },
68311
68393
 
68312
- /**
68313
- * @desc:tabs页签事件
68314
- * @author huangbo
68315
- * @date 2024年9月7日
68394
+ /**
68395
+ * @desc:tabs页签事件
68396
+ * @author huangbo
68397
+ * @date 2024年9月7日
68316
68398
  **/
68317
68399
  handleTabsEvents: function handleTabsEvents(num) {
68318
68400
  if (this.pane !== null) {
@@ -68330,10 +68412,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68330
68412
  window.removeEventListener('click', this.closeTabsEvents);
68331
68413
  },
68332
68414
 
68333
- /**
68334
- * @desc:handler工具栏点击事件
68335
- * @author huangbo
68336
- * @date 2024年9月7日
68415
+ /**
68416
+ * @desc:handler工具栏点击事件
68417
+ * @author huangbo
68418
+ * @date 2024年9月7日
68337
68419
  **/
68338
68420
  handleClick: function handleClick(res) {
68339
68421
  var type = res.type,
@@ -68411,10 +68493,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68411
68493
  this.$emit('handler-click', res);
68412
68494
  },
68413
68495
 
68414
- /**
68415
- * @desc:退出登录
68416
- * @author huangbo
68417
- * @date 2024年9月7日
68496
+ /**
68497
+ * @desc:退出登录
68498
+ * @author huangbo
68499
+ * @date 2024年9月7日
68418
68500
  **/
68419
68501
  handleQuit: function handleQuit() {
68420
68502
  var _this6 = this;
@@ -68489,10 +68571,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68489
68571
  }).catch(function (e) {});
68490
68572
  },
68491
68573
 
68492
- /**
68493
- * @desc:主题、消息回调
68494
- * @author huangbo
68495
- * @date 2024年9月7日
68574
+ /**
68575
+ * @desc:主题、消息回调
68576
+ * @author huangbo
68577
+ * @date 2024年9月7日
68496
68578
  **/
68497
68579
  handleChange: function handleChange(res) {
68498
68580
  var type = res.type,
@@ -68508,10 +68590,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68508
68590
  }
68509
68591
  },
68510
68592
 
68511
- /**
68512
- * @desc:菜单布局样式切换
68513
- * @author huangbo
68514
- * @date 2024年9月7日
68593
+ /**
68594
+ * @desc:菜单布局样式切换
68595
+ * @author huangbo
68596
+ * @date 2024年9月7日
68515
68597
  **/
68516
68598
  handleLayout: function handleLayout(res, active) {
68517
68599
  if (active) {
@@ -68520,10 +68602,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68520
68602
  this.$emit('chang-layout', res, active);
68521
68603
  },
68522
68604
 
68523
- /**
68524
- * @desc:消息修改总数
68525
- * @author huangbo
68526
- * @date 2024年9月7日
68605
+ /**
68606
+ * @desc:消息修改总数
68607
+ * @author huangbo
68608
+ * @date 2024年9月7日
68527
68609
  **/
68528
68610
  handleMenuTips: function handleMenuTips(id, num) {
68529
68611
  if (num) {
@@ -68534,10 +68616,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68534
68616
  }
68535
68617
  },
68536
68618
 
68537
- /**
68538
- * @desc:处理即时消息
68539
- * @author huangbo
68540
- * @date 2024年9月7日
68619
+ /**
68620
+ * @desc:处理即时消息
68621
+ * @author huangbo
68622
+ * @date 2024年9月7日
68541
68623
  **/
68542
68624
  handleOpened: function handleOpened(res) {
68543
68625
  var _this7 = this;
@@ -68639,6 +68721,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68639
68721
  if (parent.name === '菜单') {
68640
68722
  this.handlerClickApp(res);
68641
68723
  }
68724
+ },
68725
+ handleLoadIframe: function handleLoadIframe(item) {
68726
+ this.$set(item, 'loading', false);
68642
68727
  }
68643
68728
  },
68644
68729
  beforeDestroy: function beforeDestroy() {
@@ -68661,11 +68746,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68661
68746
 
68662
68747
  var simplicity_component = normalizeComponent(
68663
68748
  src_simplicityvue_type_script_lang_js_,
68664
- simplicityvue_type_template_id_7cb3c8cc_scoped_true_render,
68665
- simplicityvue_type_template_id_7cb3c8cc_scoped_true_staticRenderFns,
68749
+ simplicityvue_type_template_id_2bfc5645_scoped_true_render,
68750
+ simplicityvue_type_template_id_2bfc5645_scoped_true_staticRenderFns,
68666
68751
  false,
68667
68752
  null,
68668
- "7cb3c8cc",
68753
+ "2bfc5645",
68669
68754
  null
68670
68755
 
68671
68756
  )
@@ -75696,19 +75781,19 @@ var QRCode = __webpack_require__(24);
75696
75781
  //设置logo大小
75697
75782
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
75698
75783
  //设置获取的logo将其变为圆角以及添加白色背景
75699
- /* ctx.fillStyle = "#fff";
75700
- ctx.beginPath();
75701
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75702
- let w = 46; //圆角宽
75703
- let x = logoPosition - 5;
75704
- let y = logoPosition - 5;
75705
- let r = 5; //圆角半径
75706
- ctx.moveTo(x + r, y);
75707
- ctx.arcTo(x + w, y, x + w, y + h, r);
75708
- ctx.arcTo(x + w, y + h, x, y + h, r);
75709
- ctx.arcTo(x, y + h, x, y, r);
75710
- ctx.arcTo(x, y, x + w, y, r);
75711
- ctx.closePath();
75784
+ /* ctx.fillStyle = "#fff";
75785
+ ctx.beginPath();
75786
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75787
+ let w = 46; //圆角宽
75788
+ let x = logoPosition - 5;
75789
+ let y = logoPosition - 5;
75790
+ let r = 5; //圆角半径
75791
+ ctx.moveTo(x + r, y);
75792
+ ctx.arcTo(x + w, y, x + w, y + h, r);
75793
+ ctx.arcTo(x + w, y + h, x, y + h, r);
75794
+ ctx.arcTo(x, y + h, x, y, r);
75795
+ ctx.arcTo(x, y, x + w, y, r);
75796
+ ctx.closePath();
75712
75797
  ctx.fill(); */
75713
75798
  logo.onload = function () {
75714
75799
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -87132,13 +87217,13 @@ function toolbar_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, ke
87132
87217
  }
87133
87218
  this.$emit('search', toolbar_src_mainvue_type_script_lang_js_extends({}, data, other));
87134
87219
  },
87135
- handleChange: function handleChange(key, value, data, item) {
87220
+ handleChange: function handleChange(key, value, data, values, items) {
87136
87221
  var obj = {};
87137
87222
  obj[key] = value;
87138
- if (item.changeSearch) {
87139
- this.$emit('search', obj);
87223
+ if (items.changeSearch) {
87224
+ this.$emit('search', values);
87140
87225
  }
87141
- this.$emit('change', key, value, data);
87226
+ this.$emit('change', key, value, data, values);
87142
87227
  },
87143
87228
  hanleSubmit: function hanleSubmit(data) {
87144
87229
  if (this.close) {
@@ -93807,7 +93892,7 @@ if (typeof window !== 'undefined' && window.Vue) {
93807
93892
  }
93808
93893
 
93809
93894
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
93810
- version: '0.7.23',
93895
+ version: '0.7.25',
93811
93896
  install: install,
93812
93897
  Button: packages_button,
93813
93898
  ButtonGroup: button_group,