eoss-ui 0.8.4 → 0.8.5

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 (271) hide show
  1. package/lib/button-group.js +46 -45
  2. package/lib/button.js +46 -45
  3. package/lib/calogin.js +322 -290
  4. package/lib/checkbox-group.js +46 -45
  5. package/lib/data-table-form.js +46 -45
  6. package/lib/data-table.js +46 -45
  7. package/lib/date-picker.js +46 -45
  8. package/lib/dialog.js +46 -45
  9. package/lib/eoss-ui.common.js +997 -954
  10. package/lib/flow-group.js +46 -45
  11. package/lib/flow-list.js +46 -45
  12. package/lib/flow.js +403 -388
  13. package/lib/form.js +46 -45
  14. package/lib/handle-user.js +46 -45
  15. package/lib/handler.js +46 -45
  16. package/lib/icon.js +46 -45
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +46 -45
  19. package/lib/input.js +46 -45
  20. package/lib/login.js +46 -45
  21. package/lib/main.js +346 -344
  22. package/lib/nav.js +46 -45
  23. package/lib/page.js +46 -45
  24. package/lib/pagination.js +46 -45
  25. package/lib/player.js +46 -45
  26. package/lib/qr-code.js +59 -58
  27. package/lib/radio-group.js +46 -45
  28. package/lib/retrial-auth.js +46 -45
  29. package/lib/select-ganged.js +46 -45
  30. package/lib/select.js +46 -45
  31. package/lib/selector-panel.js +46 -45
  32. package/lib/selector.js +46 -45
  33. package/lib/sizer.js +46 -45
  34. package/lib/steps.js +46 -45
  35. package/lib/switch.js +46 -45
  36. package/lib/table-form.js +46 -45
  37. package/lib/tabs.js +46 -45
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +46 -45
  41. package/lib/tree-group.js +46 -45
  42. package/lib/tree.js +46 -45
  43. package/lib/upload.js +46 -45
  44. package/lib/utils/util.js +46 -45
  45. package/lib/wujie.js +46 -45
  46. package/lib/wxlogin.js +46 -45
  47. package/package.json +1 -1
  48. package/packages/button/index.js +5 -5
  49. package/packages/button/src/main.vue +418 -418
  50. package/packages/button-group/index.js +5 -5
  51. package/packages/calendar/index.js +5 -5
  52. package/packages/calogin/index.js +5 -5
  53. package/packages/calogin/src/plugin.js +915 -915
  54. package/packages/card/index.js +5 -5
  55. package/packages/card/src/main.vue +156 -156
  56. package/packages/cascader/index.js +5 -5
  57. package/packages/cascader/src/main.vue +168 -168
  58. package/packages/checkbox-group/index.js +5 -5
  59. package/packages/checkbox-group/src/main.vue +333 -333
  60. package/packages/clients/index.js +5 -5
  61. package/packages/data-table/index.js +5 -5
  62. package/packages/data-table/src/children.vue +46 -46
  63. package/packages/data-table/src/main.vue +1876 -1876
  64. package/packages/data-table/src/sizer.vue +195 -195
  65. package/packages/data-table-form/index.js +5 -5
  66. package/packages/data-table-form/src/checkbox.vue +101 -101
  67. package/packages/data-table-form/src/colgroup.vue +17 -17
  68. package/packages/data-table-form/src/main.vue +181 -181
  69. package/packages/data-table-form/src/radio.vue +65 -65
  70. package/packages/data-table-form/src/table.vue +233 -233
  71. package/packages/data-table-form/src/tbody.vue +336 -336
  72. package/packages/data-table-form/src/thead.vue +68 -68
  73. package/packages/date-picker/index.js +5 -5
  74. package/packages/date-picker/src/main.vue +236 -236
  75. package/packages/dialog/index.js +5 -5
  76. package/packages/enable-drag/index.js +5 -5
  77. package/packages/enterprise/index.js +5 -5
  78. package/packages/enterprise/src/main.vue +66 -66
  79. package/packages/error-page/index.js +5 -5
  80. package/packages/error-page/src/main.vue +44 -44
  81. package/packages/flow/index.js +5 -5
  82. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  83. package/packages/flow/src/component/TimeLimit.vue +190 -190
  84. package/packages/flow/src/main.vue +4165 -4165
  85. package/packages/flow/src/processForm.vue +259 -228
  86. package/packages/flow-group/index.js +5 -5
  87. package/packages/flow-group/src/main.vue +750 -750
  88. package/packages/flow-list/index.js +5 -5
  89. package/packages/form/index.js +5 -5
  90. package/packages/handle-user/index.js +5 -5
  91. package/packages/handle-user/src/main.vue +137 -137
  92. package/packages/handler/index.js +5 -5
  93. package/packages/handler/src/main.vue +499 -499
  94. package/packages/icon/index.js +5 -5
  95. package/packages/icons/index.js +5 -5
  96. package/packages/icons/src/main.vue +81 -81
  97. package/packages/input/index.js +5 -5
  98. package/packages/input/src/main.vue +356 -356
  99. package/packages/input-number/index.js +5 -5
  100. package/packages/input-number/src/main.vue +106 -106
  101. package/packages/label/index.js +5 -5
  102. package/packages/label/src/main.vue +457 -457
  103. package/packages/layout/index.js +5 -5
  104. package/packages/layout/src/item.vue +152 -152
  105. package/packages/layout/src/main.vue +31 -31
  106. package/packages/login/index.js +5 -5
  107. package/packages/login/src/main.vue +2088 -2088
  108. package/packages/main/index.js +5 -5
  109. package/packages/main/src/default/message.vue +249 -249
  110. package/packages/main/src/default/notice.vue +157 -157
  111. package/packages/main/src/default/userinfo.vue +513 -513
  112. package/packages/main/src/main.vue +1 -1
  113. package/packages/main/src/simplicity/index.vue +2335 -2335
  114. package/packages/main/src/simplicity/lists.vue +84 -84
  115. package/packages/main/src/simplicity/router-page.vue +45 -45
  116. package/packages/main/src/simplicity/userinfo.vue +408 -408
  117. package/packages/main/src/simplicityTop/index.vue +2626 -2625
  118. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  119. package/packages/menu/index.js +5 -5
  120. package/packages/nav/index.js +5 -5
  121. package/packages/notify/index.js +5 -5
  122. package/packages/notify/src/main.vue +538 -538
  123. package/packages/page/index.js +5 -5
  124. package/packages/page/src/main.vue +167 -167
  125. package/packages/pagination/index.js +5 -5
  126. package/packages/pagination/src/main.vue +96 -96
  127. package/packages/player/index.js +5 -5
  128. package/packages/player/src/main.vue +194 -194
  129. package/packages/qr-code/index.js +5 -5
  130. package/packages/qr-code/src/main.vue +170 -170
  131. package/packages/radio-group/index.js +6 -6
  132. package/packages/radio-group/src/main.vue +319 -319
  133. package/packages/retrial-auth/index.js +5 -5
  134. package/packages/retrial-auth/src/main.vue +299 -299
  135. package/packages/select/index.js +5 -5
  136. package/packages/select-ganged/index.js +5 -5
  137. package/packages/select-ganged/src/main.vue +724 -724
  138. package/packages/selector/index.js +5 -5
  139. package/packages/selector-panel/index.js +5 -5
  140. package/packages/selector-panel/src/tree.vue +129 -129
  141. package/packages/sizer/index.js +5 -5
  142. package/packages/sizer/src/main.vue +254 -254
  143. package/packages/steps/index.js +5 -5
  144. package/packages/steps/src/main.vue +181 -181
  145. package/packages/switch/index.js +5 -5
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/gulpfile.js +25 -0
  152. package/packages/theme-chalk/src/base.scss +261 -261
  153. package/packages/theme-chalk/src/button-group.scss +176 -176
  154. package/packages/theme-chalk/src/button.scss +24 -24
  155. package/packages/theme-chalk/src/calendar.scss +113 -113
  156. package/packages/theme-chalk/src/card.scss +99 -99
  157. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  158. package/packages/theme-chalk/src/clients.scss +87 -87
  159. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  160. package/packages/theme-chalk/src/date-picker.scss +7 -7
  161. package/packages/theme-chalk/src/dialog.scss +77 -77
  162. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  163. package/packages/theme-chalk/src/enterprise.scss +5 -5
  164. package/packages/theme-chalk/src/error-page.scss +18 -18
  165. package/packages/theme-chalk/src/flow-group.scss +110 -110
  166. package/packages/theme-chalk/src/handle-user.scss +40 -40
  167. package/packages/theme-chalk/src/icons.scss +99 -99
  168. package/packages/theme-chalk/src/input.scss +9 -9
  169. package/packages/theme-chalk/src/label.scss +24 -24
  170. package/packages/theme-chalk/src/layout.scss +46 -46
  171. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  172. package/packages/theme-chalk/src/nav.scss +111 -111
  173. package/packages/theme-chalk/src/page.scss +3 -3
  174. package/packages/theme-chalk/src/pagination.scss +29 -29
  175. package/packages/theme-chalk/src/player.scss +9 -9
  176. package/packages/theme-chalk/src/qr-code.scss +17 -17
  177. package/packages/theme-chalk/src/radio-group.scss +9 -9
  178. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  179. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  180. package/packages/theme-chalk/src/select.scss +8 -8
  181. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  182. package/packages/theme-chalk/src/sizer.scss +36 -36
  183. package/packages/theme-chalk/src/steps.scss +88 -88
  184. package/packages/theme-chalk/src/switch.scss +3 -3
  185. package/packages/theme-chalk/src/table-form.scss +1 -1
  186. package/packages/theme-chalk/src/tabs.scss +87 -87
  187. package/packages/theme-chalk/src/tips.scss +7 -7
  188. package/packages/theme-chalk/src/toolbar.scss +179 -179
  189. package/packages/theme-chalk/src/tree-group.scss +72 -72
  190. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  191. package/packages/tips/index.js +5 -5
  192. package/packages/toolbar/index.js +5 -5
  193. package/packages/toolbar/src/main.vue +430 -430
  194. package/packages/tree/index.js +5 -5
  195. package/packages/tree-group/index.js +5 -5
  196. package/packages/upload/index.js +5 -5
  197. package/packages/upload/src/main.vue +1344 -1344
  198. package/packages/upload/src/picture.js +15 -15
  199. package/packages/wujie/index.js +5 -5
  200. package/packages/wxlogin/index.js +5 -5
  201. package/packages/wxlogin/src/main.vue +128 -128
  202. package/src/config/image.js +2 -2
  203. package/src/index.js +1 -1
  204. package/src/utils/bus.js +3 -3
  205. package/src/utils/date-util.js +312 -312
  206. package/src/utils/http.js +50 -50
  207. package/src/utils/store.js +21 -21
  208. package/src/utils/util.js +49 -48
  209. package/src/utils/webSocket.js +107 -107
  210. package/packages/theme-chalk/lib/base.css +0 -1
  211. package/packages/theme-chalk/lib/button-group.css +0 -1
  212. package/packages/theme-chalk/lib/button.css +0 -1
  213. package/packages/theme-chalk/lib/calendar.css +0 -1
  214. package/packages/theme-chalk/lib/calogin.css +0 -0
  215. package/packages/theme-chalk/lib/card.css +0 -1
  216. package/packages/theme-chalk/lib/cascader.css +0 -0
  217. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  218. package/packages/theme-chalk/lib/clients.css +0 -1
  219. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  220. package/packages/theme-chalk/lib/data-table.css +0 -1
  221. package/packages/theme-chalk/lib/date-picker.css +0 -1
  222. package/packages/theme-chalk/lib/dialog.css +0 -1
  223. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  224. package/packages/theme-chalk/lib/enterprise.css +0 -1
  225. package/packages/theme-chalk/lib/error-page.css +0 -1
  226. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  227. package/packages/theme-chalk/lib/flow-group.css +0 -1
  228. package/packages/theme-chalk/lib/flow-list.css +0 -1
  229. package/packages/theme-chalk/lib/flow.css +0 -1
  230. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  231. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  232. package/packages/theme-chalk/lib/form.css +0 -1
  233. package/packages/theme-chalk/lib/handle-user.css +0 -1
  234. package/packages/theme-chalk/lib/handler.css +0 -1
  235. package/packages/theme-chalk/lib/icon.css +0 -1
  236. package/packages/theme-chalk/lib/icons.css +0 -1
  237. package/packages/theme-chalk/lib/index.css +0 -1
  238. package/packages/theme-chalk/lib/input-number.css +0 -0
  239. package/packages/theme-chalk/lib/input.css +0 -1
  240. package/packages/theme-chalk/lib/label.css +0 -1
  241. package/packages/theme-chalk/lib/layout.css +0 -1
  242. package/packages/theme-chalk/lib/login.css +0 -1
  243. package/packages/theme-chalk/lib/main.css +0 -1
  244. package/packages/theme-chalk/lib/menu.css +0 -1
  245. package/packages/theme-chalk/lib/nav.css +0 -1
  246. package/packages/theme-chalk/lib/notify.css +0 -0
  247. package/packages/theme-chalk/lib/page.css +0 -1
  248. package/packages/theme-chalk/lib/pagination.css +0 -1
  249. package/packages/theme-chalk/lib/player.css +0 -1
  250. package/packages/theme-chalk/lib/qr-code.css +0 -1
  251. package/packages/theme-chalk/lib/radio-group.css +0 -1
  252. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  253. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  254. package/packages/theme-chalk/lib/select.css +0 -1
  255. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  256. package/packages/theme-chalk/lib/selector.css +0 -1
  257. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  258. package/packages/theme-chalk/lib/simplicity.css +0 -1
  259. package/packages/theme-chalk/lib/sizer.css +0 -1
  260. package/packages/theme-chalk/lib/steps.css +0 -1
  261. package/packages/theme-chalk/lib/switch.css +0 -1
  262. package/packages/theme-chalk/lib/table-form.css +0 -0
  263. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  264. package/packages/theme-chalk/lib/tabs.css +0 -1
  265. package/packages/theme-chalk/lib/tips.css +0 -1
  266. package/packages/theme-chalk/lib/toolbar.css +0 -1
  267. package/packages/theme-chalk/lib/tree-group.css +0 -1
  268. package/packages/theme-chalk/lib/tree.css +0 -1
  269. package/packages/theme-chalk/lib/upload.css +0 -1
  270. package/packages/theme-chalk/lib/wujie.css +0 -0
  271. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -1025,7 +1025,7 @@ var rejectAndEnd = flowPendingPrefix + '/task/taskHandle/rejectAndEnd.dhtml';
1025
1025
  // 核稿通知
1026
1026
  var toSendMsg = '/bpm/bpmBackend/toSendMsgIndex';
1027
1027
  // 核稿通知提交
1028
- var sendMsg = flowPendingPrefix + '/task/taskHandle/sendMsg.dhtml';
1028
+ var api_sendMsg = flowPendingPrefix + '/task/taskHandle/sendMsg.dhtml';
1029
1029
  // 直接办结
1030
1030
  var endFlowHtml = flowPendingPrefix + '/task/taskHandle/endFlow.dhtml';
1031
1031
  // 获取用户信息
@@ -1356,6 +1356,7 @@ var lodash = __webpack_require__(21);
1356
1356
 
1357
1357
 
1358
1358
  var util_win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
1359
+ var winTop = getWinTop();
1359
1360
  var isIE = /MSIE|Trident/.test(navigator.userAgent);
1360
1361
  var parser = new external_ua_parser_js_["UAParser"]();
1361
1362
  var $hueStep = 2;
@@ -1903,19 +1904,19 @@ var util_busEmit = function busEmit(that, _ref3) {
1903
1904
  return;
1904
1905
  }
1905
1906
  if (isIE) {
1906
- if (util_win.top !== util_win.self) {
1907
- util_win.top.postMessage({ method: method, query: args, args: args }, '*');
1907
+ if (winTop !== util_win.self) {
1908
+ winTop.postMessage({ method: method, query: args, args: args }, '*');
1908
1909
  return;
1909
1910
  }
1910
1911
  var bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
1911
1912
  bus && (Array.isArray(args) ? bus.$emit.apply(bus, [method].concat(args)) : bus.$emit(method, args));
1912
1913
  } else {
1913
- if (util_win.top !== util_win.self) {
1914
+ if (winTop !== util_win.self) {
1914
1915
  var _bus2 = util_win.$wujie ? util_win.$wujie.bus : null;
1915
1916
  if (_bus2) {
1916
1917
  Array.isArray(args) ? _bus2.$emit.apply(_bus2, [method].concat(args)) : _bus2.$emit(method, args);
1917
1918
  } else {
1918
- util_win.top.postMessage({ method: method, query: args, args: args }, '*');
1919
+ winTop.postMessage({ method: method, query: args, args: args }, '*');
1919
1920
  }
1920
1921
  return;
1921
1922
  }
@@ -2153,7 +2154,7 @@ var delUrlParam = function delUrlParam(_ref4) {
2153
2154
 
2154
2155
  var pUrl = '';
2155
2156
  try {
2156
- pUrl = util_win.top.location.href;
2157
+ pUrl = winTop.location.href;
2157
2158
  } catch (error) {
2158
2159
  pUrl = util_win.location.href;
2159
2160
  }
@@ -3607,7 +3608,7 @@ var util_isLogined = function () {
3607
3608
  pathname = '';
3608
3609
 
3609
3610
  try {
3610
- pathname = util_win.top.location.pathname;
3611
+ pathname = winTop.location.pathname;
3611
3612
  } catch (error) {
3612
3613
  pathname = util_win.location.pathname;
3613
3614
  }
@@ -3673,12 +3674,12 @@ var util_isLogined = function () {
3673
3674
  });
3674
3675
  try {
3675
3676
  var url = delUrlParam({
3676
- url: util_win.top.location.href,
3677
+ url: winTop.location.href,
3677
3678
  key: ['serverId', 'authType', 'code', 'sessionId']
3678
3679
  });
3679
- util_win.top.location.href = url;
3680
+ winTop.location.href = url;
3680
3681
  setTimeout(function () {
3681
- util_win.top.location.reload();
3682
+ winTop.location.reload();
3682
3683
  }, 200);
3683
3684
  } catch (error) {
3684
3685
  var _url2 = delUrlParam({
@@ -3697,8 +3698,8 @@ var util_isLogined = function () {
3697
3698
  break;
3698
3699
  case 3:
3699
3700
  try {
3700
- var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(util_win.top.location.href));
3701
- util_win.top.location.href = href;
3701
+ var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(winTop.location.href));
3702
+ winTop.location.href = href;
3702
3703
  } catch (error) {
3703
3704
  var _href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(util_win.location.href));
3704
3705
  util_win.location.href = _href;
@@ -3712,18 +3713,18 @@ var util_isLogined = function () {
3712
3713
  sessionStorage.setItem('extUserBindHandleId', results.extUserBindHandleId);
3713
3714
  try {
3714
3715
  if (loginPage) {
3715
- util_win.top.location.replace(loginPage);
3716
+ winTop.location.replace(loginPage);
3716
3717
  } else if (document.referrer) {
3717
3718
  var referrerUrl = new URL(document.referrer);
3718
- if (referrerUrl.host !== util_win.top.location.host) {
3719
- util_win.top.location.replace(document.referrer);
3720
- } else if (util_win.top.location.href.indexOf('main.html') > -1 || util_win.top.location.href.indexOf('index.html') > -1 || document.referrer.indexOf('main.html') > -1 || document.referrer.indexOf('index.html') > -1) {
3721
- util_win.top.location.href = './login.html';
3719
+ if (referrerUrl.host !== winTop.location.host) {
3720
+ winTop.location.replace(document.referrer);
3721
+ } else if (winTop.location.href.indexOf('main.html') > -1 || winTop.location.href.indexOf('index.html') > -1 || document.referrer.indexOf('main.html') > -1 || document.referrer.indexOf('index.html') > -1) {
3722
+ winTop.location.href = './login.html';
3722
3723
  } else {
3723
3724
  next('/login');
3724
3725
  }
3725
- } else if (util_win.top.location.href.indexOf('main.html') > -1) {
3726
- util_win.top.location.href = './login.html';
3726
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
3727
+ winTop.location.href = './login.html';
3727
3728
  } else {
3728
3729
  next('/login');
3729
3730
  }
@@ -3742,18 +3743,18 @@ var util_isLogined = function () {
3742
3743
  callback: function callback() {
3743
3744
  try {
3744
3745
  if (loginPage) {
3745
- util_win.top.location.replace(loginPage);
3746
+ winTop.location.replace(loginPage);
3746
3747
  } else if (document.referrer) {
3747
3748
  var referrerUrl = new URL(document.referrer);
3748
- if (referrerUrl.host !== util_win.top.location.host) {
3749
- util_win.top.location.replace(document.referrer);
3750
- } else if (util_win.top.location.href.indexOf('main.html') > -1 || util_win.top.location.href.indexOf('index.html') > -1 || document.referrer.indexOf('main.html') > -1 || document.referrer.indexOf('index.html') > -1) {
3751
- util_win.top.location.href = './login.html';
3749
+ if (referrerUrl.host !== winTop.location.host) {
3750
+ winTop.location.replace(document.referrer);
3751
+ } else if (winTop.location.href.indexOf('main.html') > -1 || winTop.location.href.indexOf('index.html') > -1 || document.referrer.indexOf('main.html') > -1 || document.referrer.indexOf('index.html') > -1) {
3752
+ winTop.location.href = './login.html';
3752
3753
  } else {
3753
3754
  next('/login');
3754
3755
  }
3755
- } else if (util_win.top.location.href.indexOf('main.html') > -1) {
3756
- util_win.top.location.href = './login.html';
3756
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
3757
+ winTop.location.href = './login.html';
3757
3758
  } else {
3758
3759
  next('/login');
3759
3760
  }
@@ -3782,19 +3783,19 @@ var util_isLogined = function () {
3782
3783
  } else {
3783
3784
  try {
3784
3785
  if (loginPage) {
3785
- util_win.top.location.replace(loginPage);
3786
+ winTop.location.replace(loginPage);
3786
3787
  } else if (document.referrer) {
3787
3788
  referrerUrl = new URL(document.referrer);
3788
3789
 
3789
- if (referrerUrl.host !== util_win.top.location.host) {
3790
- util_win.top.location.replace(document.referrer);
3791
- } else if (util_win.top.location.href.indexOf('main.html') > -1 || util_win.top.location.href.indexOf('index.html') > -1 || document.referrer.indexOf('main.html') > -1 || document.referrer.indexOf('index.html') > -1) {
3792
- util_win.top.location.href = './login.html';
3790
+ if (referrerUrl.host !== winTop.location.host) {
3791
+ winTop.location.replace(document.referrer);
3792
+ } else if (winTop.location.href.indexOf('main.html') > -1 || winTop.location.href.indexOf('index.html') > -1 || document.referrer.indexOf('main.html') > -1 || document.referrer.indexOf('index.html') > -1) {
3793
+ winTop.location.href = './login.html';
3793
3794
  } else {
3794
3795
  next('/login');
3795
3796
  }
3796
- } else if (util_win.top.location.href.indexOf('main.html') > -1) {
3797
- util_win.top.location.href = './login.html';
3797
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
3798
+ winTop.location.href = './login.html';
3798
3799
  } else {
3799
3800
  next('/login');
3800
3801
  }
@@ -3926,7 +3927,7 @@ var util_loading = function loading($loading, res) {
3926
3927
  }
3927
3928
  if (util_isObject(res)) {
3928
3929
  var config = extend({}, {
3929
- target: util_win.top.document.body,
3930
+ target: winTop.document.body,
3930
3931
  fullscreen: true,
3931
3932
  background: 'rgba(0, 0, 0, 0.65)',
3932
3933
  spinner: 'el-icon-loading',
@@ -3935,7 +3936,7 @@ var util_loading = function loading($loading, res) {
3935
3936
  return $loading(config);
3936
3937
  } else {
3937
3938
  var _loading = $loading({
3938
- target: util_win.top.document.body,
3939
+ target: winTop.document.body,
3939
3940
  fullscreen: true,
3940
3941
  background: 'rgba(0, 0, 0, 0.65)',
3941
3942
  spinner: 'el-icon-loading',
@@ -4081,7 +4082,7 @@ var util_responses = function responses(data) {
4081
4082
  removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
4082
4083
  var href = '';
4083
4084
  try {
4084
- href = util_win.top.location.href;
4085
+ href = winTop.location.href;
4085
4086
  } catch (error) {
4086
4087
  href = util_win.location.href;
4087
4088
  }
@@ -4106,7 +4107,7 @@ var util_responses = function responses(data) {
4106
4107
  if (loginPage) {
4107
4108
  var src = void 0;
4108
4109
  if (!startWith(loginPage, ['http', '/'], true)) {
4109
- var pathname = util_win.top.location.pathname;
4110
+ var pathname = winTop.location.pathname;
4110
4111
  if (pathname !== '/') {
4111
4112
  pathname = pathname.split('/');
4112
4113
  pathname.splice(pathname.length - 1);
@@ -4118,16 +4119,16 @@ var util_responses = function responses(data) {
4118
4119
  } else {
4119
4120
  src = loginPage;
4120
4121
  }
4121
- util_win.top.location.href = src;
4122
- } else if (util_win.top.location.href.indexOf('main.html') > -1) {
4123
- util_win.top.location.href = './login.html';
4122
+ winTop.location.href = src;
4123
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
4124
+ winTop.location.href = './login.html';
4124
4125
  } else {
4125
- var hash = util_win.top.location.hash;
4126
+ var hash = winTop.location.hash;
4126
4127
  if (hash) {
4127
- var len = util_win.top.location.href.indexOf(hash);
4128
- util_win.top.location.href = util_win.location.href.slice(0, len) + '#/login';
4128
+ var len = winTop.location.href.indexOf(hash);
4129
+ winTop.location.href = util_win.location.href.slice(0, len) + '#/login';
4129
4130
  } else {
4130
- util_win.top.location.href = '/login.html';
4131
+ winTop.location.href = '/login.html';
4131
4132
  }
4132
4133
  }
4133
4134
  } catch (error) {
@@ -4946,9 +4947,9 @@ var removeCookie = function removeCookie(key) {
4946
4947
 
4947
4948
  var winTopOpen = function winTopOpen(config) {
4948
4949
  if (isIE) {
4949
- if (util_win.top !== util_win.self) {
4950
+ if (winTop !== util_win.self) {
4950
4951
  try {
4951
- util_win.top.windowOpen(config);
4952
+ winTop.windowOpen(config);
4952
4953
  } catch (error) {
4953
4954
  util_win.postMessage({ method: 'windowOpen', query: config }, '*');
4954
4955
  }
@@ -6898,14 +6899,18 @@ mainvue_type_template_id_4a913332_scoped_true_render._withStripped = true
6898
6899
  // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=template&id=4a913332&scoped=true&
6899
6900
 
6900
6901
  // CONCATENATED MODULE: ./packages/calogin/src/plugin.js
6902
+
6903
+
6901
6904
  var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
6902
6905
 
6906
+ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
6907
+
6903
6908
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6904
6909
 
6905
- /**
6906
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6910
+ /**
6911
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6907
6912
  */
6908
- var CA_ExtInterface = function () {
6913
+ var plugin_CA_ExtInterface = function () {
6909
6914
  function CA_ExtInterface() {
6910
6915
  plugin_classCallCheck(this, CA_ExtInterface);
6911
6916
 
@@ -6916,11 +6921,11 @@ var CA_ExtInterface = function () {
6916
6921
  this.init();
6917
6922
  }
6918
6923
 
6919
- /**
6920
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
- * @param {Object} target - 目标对象
6923
- * @param {Object} options - 新的选项对象
6924
+ /**
6925
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6926
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6927
+ * @param {Object} target - 目标对象
6928
+ * @param {Object} options - 新的选项对象
6924
6929
  */
6925
6930
 
6926
6931
 
@@ -6935,8 +6940,8 @@ var CA_ExtInterface = function () {
6935
6940
  }
6936
6941
  };
6937
6942
 
6938
- /**
6939
- * 检查当前会话的 WebSocket URL
6943
+ /**
6944
+ * 检查当前会话的 WebSocket URL
6940
6945
  */
6941
6946
 
6942
6947
 
@@ -6950,8 +6955,8 @@ var CA_ExtInterface = function () {
6950
6955
  }
6951
6956
  };
6952
6957
 
6953
- /**
6954
- * 检查是否使用 ActiveX
6958
+ /**
6959
+ * 检查是否使用 ActiveX
6955
6960
  */
6956
6961
 
6957
6962
 
@@ -6963,25 +6968,48 @@ var CA_ExtInterface = function () {
6963
6968
  }
6964
6969
  };
6965
6970
 
6966
- /**
6967
- * 扩展发送消息并等待响应
6968
- * @param {string} operatorCmd - 操作命令
6969
- * @param {string} sendMsg - 发送的消息
6970
- * @returns {string} 响应消息
6971
+ /**
6972
+ * 扩展发送消息并等待响应
6973
+ * @param {string} operatorCmd - 操作命令
6974
+ * @param {string} sendMsg - 发送的消息
6975
+ * @returns {string} 响应消息
6971
6976
  */
6972
6977
 
6973
6978
 
6974
- CA_ExtInterface.prototype.sendAndWaitMessageEx = function sendAndWaitMessageEx(operatorCmd, sendMsg) {
6975
- this.checkSessionWSURL();
6976
- var strSendMsg = operatorCmd + ':' + sendMsg;
6977
- return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6978
- };
6979
+ CA_ExtInterface.prototype.sendAndWaitMessageEx = function () {
6980
+ var _ref = plugin_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(operatorCmd, sendMsg) {
6981
+ var strSendMsg;
6982
+ return regenerator_default.a.wrap(function _callee$(_context) {
6983
+ while (1) {
6984
+ switch (_context.prev = _context.next) {
6985
+ case 0:
6986
+ _context.next = 2;
6987
+ return this.checkSessionWSURL();
6988
+
6989
+ case 2:
6990
+ strSendMsg = operatorCmd + ':' + sendMsg;
6991
+ return _context.abrupt('return', this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg));
6992
+
6993
+ case 4:
6994
+ case 'end':
6995
+ return _context.stop();
6996
+ }
6997
+ }
6998
+ }, _callee, this);
6999
+ }));
7000
+
7001
+ function sendAndWaitMessageEx(_x, _x2) {
7002
+ return _ref.apply(this, arguments);
7003
+ }
7004
+
7005
+ return sendAndWaitMessageEx;
7006
+ }();
6979
7007
 
6980
- /**
6981
- * 发送消息并等待响应
6982
- * @param {string} wsurl - WebSocket URL
6983
- * @param {string} sendMsg - 发送的消息
6984
- * @returns {string} 响应消息
7008
+ /**
7009
+ * 发送消息并等待响应
7010
+ * @param {string} wsurl - WebSocket URL
7011
+ * @param {string} sendMsg - 发送的消息
7012
+ * @returns {string} 响应消息
6985
7013
  */
6986
7014
 
6987
7015
 
@@ -6996,18 +7024,18 @@ var CA_ExtInterface = function () {
6996
7024
  globalXmlHttpRequest.setRequestHeader('Content-Type', 'text/plain;charset=UTF-8');
6997
7025
  globalXmlHttpRequest.send(sendMsg);
6998
7026
  ResultMsg = globalXmlHttpRequest.responseText;
7027
+ return ResultMsg;
6999
7028
  } catch (e) {
7000
7029
  this.currentSessionWSURL = '';
7001
7030
  if (this.options.onError) {
7002
7031
  this.options.onError.call(undefined, e);
7003
7032
  }
7004
7033
  }
7005
- return ResultMsg;
7006
7034
  };
7007
7035
 
7008
- /**
7009
- * 配置选项
7010
- * @param {Object} extendOption - 扩展选项
7036
+ /**
7037
+ * 配置选项
7038
+ * @param {Object} extendOption - 扩展选项
7011
7039
  */
7012
7040
 
7013
7041
 
@@ -7017,8 +7045,8 @@ var CA_ExtInterface = function () {
7017
7045
  }
7018
7046
  };
7019
7047
 
7020
- /**
7021
- * 初始化
7048
+ /**
7049
+ * 初始化
7022
7050
  */
7023
7051
 
7024
7052
 
@@ -7026,9 +7054,9 @@ var CA_ExtInterface = function () {
7026
7054
  this.isUseActioveX();
7027
7055
  };
7028
7056
 
7029
- /**
7030
- * 返回客户端的版本
7031
- * @returns {string} 客户端版本
7057
+ /**
7058
+ * 返回客户端的版本
7059
+ * @returns {string} 客户端版本
7032
7060
  */
7033
7061
 
7034
7062
 
@@ -7041,13 +7069,13 @@ var CA_ExtInterface = function () {
7041
7069
  }
7042
7070
  };
7043
7071
 
7044
- /**
7045
- * 下载客户端程序并安装
7046
- * @param {string} bstrURL - 下载地址
7047
- * @param {string} bstrHashValue - 哈希值
7048
- * @param {boolean} bSync - 是否同步安装
7049
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
- * @returns {number} 安装结果
7072
+ /**
7073
+ * 下载客户端程序并安装
7074
+ * @param {string} bstrURL - 下载地址
7075
+ * @param {string} bstrHashValue - 哈希值
7076
+ * @param {boolean} bSync - 是否同步安装
7077
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7078
+ * @returns {number} 安装结果
7051
7079
  */
7052
7080
 
7053
7081
 
@@ -7061,11 +7089,11 @@ var CA_ExtInterface = function () {
7061
7089
  }
7062
7090
  };
7063
7091
 
7064
- /**
7065
- * 获取硬件指纹信息
7066
- * @param {number} dwSign - 签名
7067
- * @param {string} strGateWayIP - 网关 IP
7068
- * @returns {string} 硬件指纹信息
7092
+ /**
7093
+ * 获取硬件指纹信息
7094
+ * @param {number} dwSign - 签名
7095
+ * @param {string} strGateWayIP - 网关 IP
7096
+ * @returns {string} 硬件指纹信息
7069
7097
  */
7070
7098
 
7071
7099
 
@@ -7079,12 +7107,12 @@ var CA_ExtInterface = function () {
7079
7107
  }
7080
7108
  };
7081
7109
 
7082
- /**
7083
- * 设置转发策略和代填策略
7084
- * @param {string} strProxyPolicy - 转发策略
7085
- * @param {string} strSSOPolicy - 代填策略
7086
- * @param {string} strGatewayAddress - 网关地址
7087
- * @returns {number} 设置结果
7110
+ /**
7111
+ * 设置转发策略和代填策略
7112
+ * @param {string} strProxyPolicy - 转发策略
7113
+ * @param {string} strSSOPolicy - 代填策略
7114
+ * @param {string} strGatewayAddress - 网关地址
7115
+ * @returns {number} 设置结果
7088
7116
  */
7089
7117
 
7090
7118
 
@@ -7098,11 +7126,11 @@ var CA_ExtInterface = function () {
7098
7126
  }
7099
7127
  };
7100
7128
 
7101
- /**
7102
- * 启动认证信息模块
7103
- * @param {string} strFileName - 文件名
7104
- * @param {string} strXmlData - XML 数据
7105
- * @returns {string} 认证信息
7129
+ /**
7130
+ * 启动认证信息模块
7131
+ * @param {string} strFileName - 文件名
7132
+ * @param {string} strXmlData - XML 数据
7133
+ * @returns {string} 认证信息
7106
7134
  */
7107
7135
 
7108
7136
 
@@ -7116,10 +7144,10 @@ var CA_ExtInterface = function () {
7116
7144
  }
7117
7145
  };
7118
7146
 
7119
- /**
7120
- * 打开 BS 应用
7121
- * @param {string} strUrl - 应用 URL
7122
- * @returns {number} 打开结果
7147
+ /**
7148
+ * 打开 BS 应用
7149
+ * @param {string} strUrl - 应用 URL
7150
+ * @returns {number} 打开结果
7123
7151
  */
7124
7152
 
7125
7153
 
@@ -7133,12 +7161,12 @@ var CA_ExtInterface = function () {
7133
7161
  }
7134
7162
  };
7135
7163
 
7136
- /**
7137
- * 打开 CS 应用
7138
- * @param {string} strGatewayAddress - 网关地址
7139
- * @param {string} strAppFlag - 应用标识
7140
- * @param {string} strAppPath - 应用路径
7141
- * @returns {number} 打开结果
7164
+ /**
7165
+ * 打开 CS 应用
7166
+ * @param {string} strGatewayAddress - 网关地址
7167
+ * @param {string} strAppFlag - 应用标识
7168
+ * @param {string} strAppPath - 应用路径
7169
+ * @returns {number} 打开结果
7142
7170
  */
7143
7171
 
7144
7172
 
@@ -7152,13 +7180,13 @@ var CA_ExtInterface = function () {
7152
7180
  }
7153
7181
  };
7154
7182
 
7155
- /**
7156
- * 设置自动更新策略
7157
- * @param {string} strGatewayAddress - 网关地址
7158
- * @param {number} nGatewayPort - 网关端口
7159
- * @param {string} strUserToken - 用户令牌
7160
- * @param {number} updatedelay - 更新延迟
7161
- * @returns {number} 设置结果
7183
+ /**
7184
+ * 设置自动更新策略
7185
+ * @param {string} strGatewayAddress - 网关地址
7186
+ * @param {number} nGatewayPort - 网关端口
7187
+ * @param {string} strUserToken - 用户令牌
7188
+ * @param {number} updatedelay - 更新延迟
7189
+ * @returns {number} 设置结果
7162
7190
  */
7163
7191
 
7164
7192
 
@@ -7172,10 +7200,10 @@ var CA_ExtInterface = function () {
7172
7200
  }
7173
7201
  };
7174
7202
 
7175
- /**
7176
- * 获取客户端 IP
7177
- * @param {string} strGatewayIP - 网关 IP
7178
- * @returns {string} 客户端 IP
7203
+ /**
7204
+ * 获取客户端 IP
7205
+ * @param {string} strGatewayIP - 网关 IP
7206
+ * @returns {string} 客户端 IP
7179
7207
  */
7180
7208
 
7181
7209
 
@@ -7189,10 +7217,10 @@ var CA_ExtInterface = function () {
7189
7217
  }
7190
7218
  };
7191
7219
 
7192
- /**
7193
- * 登出网关
7194
- * @param {string} strServerIP - 服务器 IP
7195
- * @returns {number} 登出结果
7220
+ /**
7221
+ * 登出网关
7222
+ * @param {string} strServerIP - 服务器 IP
7223
+ * @returns {number} 登出结果
7196
7224
  */
7197
7225
 
7198
7226
 
@@ -7206,11 +7234,11 @@ var CA_ExtInterface = function () {
7206
7234
  }
7207
7235
  };
7208
7236
 
7209
- /**
7210
- * 运行安装包
7211
- * @param {number} lRunType - 运行类型
7212
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
- * @returns {number} 运行结果
7237
+ /**
7238
+ * 运行安装包
7239
+ * @param {number} lRunType - 运行类型
7240
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7241
+ * @returns {number} 运行结果
7214
7242
  */
7215
7243
 
7216
7244
 
@@ -7224,9 +7252,9 @@ var CA_ExtInterface = function () {
7224
7252
  }
7225
7253
  };
7226
7254
 
7227
- /**
7228
- * 获取下载进度
7229
- * @returns {number} 下载进度
7255
+ /**
7256
+ * 获取下载进度
7257
+ * @returns {number} 下载进度
7230
7258
  */
7231
7259
 
7232
7260
 
@@ -7240,9 +7268,9 @@ var CA_ExtInterface = function () {
7240
7268
  }
7241
7269
  };
7242
7270
 
7243
- /**
7244
- * 是否安装完成
7245
- * @returns {boolean} 安装完成状态
7271
+ /**
7272
+ * 是否安装完成
7273
+ * @returns {boolean} 安装完成状态
7246
7274
  */
7247
7275
 
7248
7276
 
@@ -7256,11 +7284,11 @@ var CA_ExtInterface = function () {
7256
7284
  }
7257
7285
  };
7258
7286
 
7259
- /**
7260
- * 初始化签包对象
7261
- * @param {string} strAlgType - 算法类型
7262
- * @param {string} strAuxParam - 辅助参数
7263
- * @returns {number} 初始化结果
7287
+ /**
7288
+ * 初始化签包对象
7289
+ * @param {string} strAlgType - 算法类型
7290
+ * @param {string} strAuxParam - 辅助参数
7291
+ * @returns {number} 初始化结果
7264
7292
  */
7265
7293
 
7266
7294
 
@@ -7274,10 +7302,10 @@ var CA_ExtInterface = function () {
7274
7302
  }
7275
7303
  };
7276
7304
 
7277
- /**
7278
- * 设置摘要算法
7279
- * @param {string} strDigestAlg - 摘要算法
7280
- * @returns {number} 设置结果
7305
+ /**
7306
+ * 设置摘要算法
7307
+ * @param {string} strDigestAlg - 摘要算法
7308
+ * @returns {number} 设置结果
7281
7309
  */
7282
7310
 
7283
7311
 
@@ -7291,10 +7319,10 @@ var CA_ExtInterface = function () {
7291
7319
  }
7292
7320
  };
7293
7321
 
7294
- /**
7295
- * 设置单证书是否弹出对话框
7296
- * @param {number} isChoose - 是否弹出对话框
7297
- * @returns {number} 设置结果
7322
+ /**
7323
+ * 设置单证书是否弹出对话框
7324
+ * @param {number} isChoose - 是否弹出对话框
7325
+ * @returns {number} 设置结果
7298
7326
  */
7299
7327
 
7300
7328
 
@@ -7308,11 +7336,11 @@ var CA_ExtInterface = function () {
7308
7336
  }
7309
7337
  };
7310
7338
 
7311
- /**
7312
- * 添加证书过滤条件
7313
- * @param {number} ulType - 过滤类型
7314
- * @param {string} strValue - 过滤值
7315
- * @returns {number} 添加结果
7339
+ /**
7340
+ * 添加证书过滤条件
7341
+ * @param {number} ulType - 过滤类型
7342
+ * @param {string} strValue - 过滤值
7343
+ * @returns {number} 添加结果
7316
7344
  */
7317
7345
 
7318
7346
 
@@ -7326,9 +7354,9 @@ var CA_ExtInterface = function () {
7326
7354
  }
7327
7355
  };
7328
7356
 
7329
- /**
7330
- * 清除所有过滤条件
7331
- * @returns {number} 清除结果
7357
+ /**
7358
+ * 清除所有过滤条件
7359
+ * @returns {number} 清除结果
7332
7360
  */
7333
7361
 
7334
7362
 
@@ -7342,10 +7370,10 @@ var CA_ExtInterface = function () {
7342
7370
  }
7343
7371
  };
7344
7372
 
7345
- /**
7346
- * P1 签名
7347
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
- * @returns {string} 签名结果
7373
+ /**
7374
+ * P1 签名
7375
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7376
+ * @returns {string} 签名结果
7349
7377
  */
7350
7378
 
7351
7379
 
@@ -7359,10 +7387,10 @@ var CA_ExtInterface = function () {
7359
7387
  }
7360
7388
  };
7361
7389
 
7362
- /**
7363
- * P1 签名字符串
7364
- * @param {string} strValue - 待签名的字符串
7365
- * @returns {string} 签名结果
7390
+ /**
7391
+ * P1 签名字符串
7392
+ * @param {string} strValue - 待签名的字符串
7393
+ * @returns {string} 签名结果
7366
7394
  */
7367
7395
 
7368
7396
 
@@ -7376,12 +7404,12 @@ var CA_ExtInterface = function () {
7376
7404
  }
7377
7405
  };
7378
7406
 
7379
- /**
7380
- * P7 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @param {boolean} isDetach - 是否分离签名
7383
- * @param {boolean} isIncludeCert - 是否包含证书
7384
- * @returns {string} 签名结果
7407
+ /**
7408
+ * P7 签名
7409
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7410
+ * @param {boolean} isDetach - 是否分离签名
7411
+ * @param {boolean} isIncludeCert - 是否包含证书
7412
+ * @returns {string} 签名结果
7385
7413
  */
7386
7414
 
7387
7415
 
@@ -7395,12 +7423,12 @@ var CA_ExtInterface = function () {
7395
7423
  }
7396
7424
  };
7397
7425
 
7398
- /**
7399
- * P7 签名字符串
7400
- * @param {string} strValue - 待签名的字符串
7401
- * @param {boolean} isDetach - 是否分离签名
7402
- * @param {boolean} isIncludeCert - 是否包含证书
7403
- * @returns {string} 签名结果
7426
+ /**
7427
+ * P7 签名字符串
7428
+ * @param {string} strValue - 待签名的字符串
7429
+ * @param {boolean} isDetach - 是否分离签名
7430
+ * @param {boolean} isIncludeCert - 是否包含证书
7431
+ * @returns {string} 签名结果
7404
7432
  */
7405
7433
 
7406
7434
 
@@ -7414,9 +7442,9 @@ var CA_ExtInterface = function () {
7414
7442
  }
7415
7443
  };
7416
7444
 
7417
- /**
7418
- * 释放签名对象
7419
- * @returns {number} 释放结果
7445
+ /**
7446
+ * 释放签名对象
7447
+ * @returns {number} 释放结果
7420
7448
  */
7421
7449
 
7422
7450
 
@@ -7430,9 +7458,9 @@ var CA_ExtInterface = function () {
7430
7458
  }
7431
7459
  };
7432
7460
 
7433
- /**
7434
- * 获取签名版本
7435
- * @returns {string} 签名版本
7461
+ /**
7462
+ * 获取签名版本
7463
+ * @returns {string} 签名版本
7436
7464
  */
7437
7465
 
7438
7466
 
@@ -7446,9 +7474,9 @@ var CA_ExtInterface = function () {
7446
7474
  }
7447
7475
  };
7448
7476
 
7449
- /**
7450
- * 获取签名证书
7451
- * @returns {string} 签名证书
7477
+ /**
7478
+ * 获取签名证书
7479
+ * @returns {string} 签名证书
7452
7480
  */
7453
7481
 
7454
7482
 
@@ -7462,9 +7490,9 @@ var CA_ExtInterface = function () {
7462
7490
  }
7463
7491
  };
7464
7492
 
7465
- /**
7466
- * 获取错误码
7467
- * @returns {number} 错误码
7493
+ /**
7494
+ * 获取错误码
7495
+ * @returns {number} 错误码
7468
7496
  */
7469
7497
 
7470
7498
 
@@ -7478,9 +7506,9 @@ var CA_ExtInterface = function () {
7478
7506
  }
7479
7507
  };
7480
7508
 
7481
- /**
7482
- * 获取错误信息
7483
- * @returns {string} 错误信息
7509
+ /**
7510
+ * 获取错误信息
7511
+ * @returns {string} 错误信息
7484
7512
  */
7485
7513
 
7486
7514
 
@@ -7494,9 +7522,9 @@ var CA_ExtInterface = function () {
7494
7522
  }
7495
7523
  };
7496
7524
 
7497
- /**
7498
- * 销毁认证对象
7499
- * @returns {number} 销毁结果
7525
+ /**
7526
+ * 销毁认证对象
7527
+ * @returns {number} 销毁结果
7500
7528
  */
7501
7529
 
7502
7530
 
@@ -7510,9 +7538,9 @@ var CA_ExtInterface = function () {
7510
7538
  }
7511
7539
  };
7512
7540
 
7513
- /**
7514
- * 获取证书类型
7515
- * @returns {string} 证书类型
7541
+ /**
7542
+ * 获取证书类型
7543
+ * @returns {string} 证书类型
7516
7544
  */
7517
7545
 
7518
7546
 
@@ -7526,9 +7554,9 @@ var CA_ExtInterface = function () {
7526
7554
  }
7527
7555
  };
7528
7556
 
7529
- /**
7530
- * 获取签名摘要算法
7531
- * @returns {string} 签名摘要算法
7557
+ /**
7558
+ * 获取签名摘要算法
7559
+ * @returns {string} 签名摘要算法
7532
7560
  */
7533
7561
 
7534
7562
 
@@ -7542,11 +7570,11 @@ var CA_ExtInterface = function () {
7542
7570
  }
7543
7571
  };
7544
7572
 
7545
- /**
7546
- * 使能调用序列
7547
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
- * @returns {number} 使能结果
7573
+ /**
7574
+ * 使能调用序列
7575
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7576
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7577
+ * @returns {number} 使能结果
7550
7578
  */
7551
7579
 
7552
7580
 
@@ -7560,9 +7588,9 @@ var CA_ExtInterface = function () {
7560
7588
  }
7561
7589
  };
7562
7590
 
7563
- /**
7564
- * 清空调用序列结果
7565
- * @returns {number} 清空调用序列结果
7591
+ /**
7592
+ * 清空调用序列结果
7593
+ * @returns {number} 清空调用序列结果
7566
7594
  */
7567
7595
 
7568
7596
 
@@ -7576,9 +7604,9 @@ var CA_ExtInterface = function () {
7576
7604
  }
7577
7605
  };
7578
7606
 
7579
- /**
7580
- * 获取调用序列结果
7581
- * @returns {string} 调用序列结果
7607
+ /**
7608
+ * 获取调用序列结果
7609
+ * @returns {string} 调用序列结果
7582
7610
  */
7583
7611
 
7584
7612
 
@@ -7592,12 +7620,12 @@ var CA_ExtInterface = function () {
7592
7620
  }
7593
7621
  };
7594
7622
 
7595
- /**
7596
- * 客户端安全策略检查
7597
- * @param {string} strGatewayAddress - 网关地址
7598
- * @param {number} usGatewayPort - 网关端口
7599
- * @param {string} strSecurityPolicys - 安全策略
7600
- * @returns {boolean} 检查结果
7623
+ /**
7624
+ * 客户端安全策略检查
7625
+ * @param {string} strGatewayAddress - 网关地址
7626
+ * @param {number} usGatewayPort - 网关端口
7627
+ * @param {string} strSecurityPolicys - 安全策略
7628
+ * @returns {boolean} 检查结果
7601
7629
  */
7602
7630
 
7603
7631
 
@@ -7611,9 +7639,9 @@ var CA_ExtInterface = function () {
7611
7639
  }
7612
7640
  };
7613
7641
 
7614
- /**
7615
- * 获取通讯协议版本
7616
- * @returns {string} 通讯协议版本
7642
+ /**
7643
+ * 获取通讯协议版本
7644
+ * @returns {string} 通讯协议版本
7617
7645
  */
7618
7646
 
7619
7647
 
@@ -7627,13 +7655,13 @@ var CA_ExtInterface = function () {
7627
7655
  }
7628
7656
  };
7629
7657
 
7630
- /**
7631
- * 修改 Key 的 Pin 码
7632
- * @param {string} strCertSn - 证书序列号
7633
- * @param {number} lPinCodeType - Pin 码类型
7634
- * @param {string} strCurPinCode - 当前 Pin 码
7635
- * @param {string} strNewPinCode - 新 Pin 码
7636
- * @returns {number} 修改结果
7658
+ /**
7659
+ * 修改 Key 的 Pin 码
7660
+ * @param {string} strCertSn - 证书序列号
7661
+ * @param {number} lPinCodeType - Pin 码类型
7662
+ * @param {string} strCurPinCode - 当前 Pin 码
7663
+ * @param {string} strNewPinCode - 新 Pin 码
7664
+ * @returns {number} 修改结果
7637
7665
  */
7638
7666
 
7639
7667
 
@@ -7647,10 +7675,10 @@ var CA_ExtInterface = function () {
7647
7675
  }
7648
7676
  };
7649
7677
 
7650
- /**
7651
- * 等待策略设置完毕
7652
- * @param {string} strGatewayAddress - 网关地址
7653
- * @returns {number} 等待结果
7678
+ /**
7679
+ * 等待策略设置完毕
7680
+ * @param {string} strGatewayAddress - 网关地址
7681
+ * @returns {number} 等待结果
7654
7682
  */
7655
7683
 
7656
7684
 
@@ -7664,10 +7692,10 @@ var CA_ExtInterface = function () {
7664
7692
  }
7665
7693
  };
7666
7694
 
7667
- /**
7668
- * 获取会话 Token
7669
- * @param {string} strGatewayAddress - 网关地址
7670
- * @returns {string} 会话 Token
7695
+ /**
7696
+ * 获取会话 Token
7697
+ * @param {string} strGatewayAddress - 网关地址
7698
+ * @returns {string} 会话 Token
7671
7699
  */
7672
7700
 
7673
7701
 
@@ -7681,9 +7709,9 @@ var CA_ExtInterface = function () {
7681
7709
  }
7682
7710
  };
7683
7711
 
7684
- /**
7685
- * 获取控件版本
7686
- * @returns {string} 控件版本
7712
+ /**
7713
+ * 获取控件版本
7714
+ * @returns {string} 控件版本
7687
7715
  */
7688
7716
 
7689
7717
 
@@ -7697,10 +7725,10 @@ var CA_ExtInterface = function () {
7697
7725
  }
7698
7726
  };
7699
7727
 
7700
- /**
7701
- * 设置语言资源
7702
- * @param {string} strLanguage - 语言资源
7703
- * @returns {number} 设置结果
7728
+ /**
7729
+ * 设置语言资源
7730
+ * @param {string} strLanguage - 语言资源
7731
+ * @returns {number} 设置结果
7704
7732
  */
7705
7733
 
7706
7734
 
@@ -7714,12 +7742,12 @@ var CA_ExtInterface = function () {
7714
7742
  }
7715
7743
  };
7716
7744
 
7717
- /**
7718
- * 获取用户属性
7719
- * @param {string} strGatewayAddress - 网关地址
7720
- * @param {string} strAppFlag - 应用标识
7721
- * @param {string} strAttributeName - 属性名称
7722
- * @returns {string} 用户属性值
7745
+ /**
7746
+ * 获取用户属性
7747
+ * @param {string} strGatewayAddress - 网关地址
7748
+ * @param {string} strAppFlag - 应用标识
7749
+ * @param {string} strAttributeName - 属性名称
7750
+ * @returns {string} 用户属性值
7723
7751
  */
7724
7752
 
7725
7753
 
@@ -7733,9 +7761,9 @@ var CA_ExtInterface = function () {
7733
7761
  }
7734
7762
  };
7735
7763
 
7736
- /**
7737
- * 获取签名加密 PIN 码
7738
- * @returns {string} 签名加密 PIN 码
7764
+ /**
7765
+ * 获取签名加密 PIN 码
7766
+ * @returns {string} 签名加密 PIN 码
7739
7767
  */
7740
7768
 
7741
7769
 
@@ -7748,29 +7776,29 @@ var CA_ExtInterface = function () {
7748
7776
  return result.value;
7749
7777
  }
7750
7778
  };
7751
- /*
7752
- *曙光四川CA
7753
- *'SOF_GetUserList' 证书列表
7754
- *'SOF_ExportUserCert' 导出证书
7755
- *'SOF_GetCertInfo': 获取证书信息
7756
- *'SOF_GenRandom': 生成随机数
7757
- *'SOF_SignData': 获取证书签名
7758
- *'SOF_Login': 登录证书
7759
- *'SOF_GetPinRetryCount': 剩余次数
7779
+ /*
7780
+ *曙光四川CA
7781
+ *'SOF_GetUserList' 证书列表
7782
+ *'SOF_ExportUserCert' 导出证书
7783
+ *'SOF_GetCertInfo': 获取证书信息
7784
+ *'SOF_GenRandom': 生成随机数
7785
+ *'SOF_SignData': 获取证书签名
7786
+ *'SOF_Login': 登录证书
7787
+ *'SOF_GetPinRetryCount': 剩余次数
7760
7788
  */
7761
- /**
7762
- *
7763
- * 获取webSocket消息
7764
- * @returns {string}
7789
+ /**
7790
+ *
7791
+ * 获取webSocket消息
7792
+ * @returns {string}
7765
7793
  */
7766
7794
 
7767
7795
 
7768
- CA_ExtInterface.prototype.getMessage = function getMessage(_ref) {
7796
+ CA_ExtInterface.prototype.getMessage = function getMessage(_ref2) {
7769
7797
  var _this = this;
7770
7798
 
7771
- var action = _ref.action,
7772
- _ref$params = _ref.params,
7773
- params = _ref$params === undefined ? [] : _ref$params;
7799
+ var action = _ref2.action,
7800
+ _ref2$params = _ref2.params,
7801
+ params = _ref2$params === undefined ? [] : _ref2$params;
7774
7802
 
7775
7803
  return new Promise(function (resolve, reject) {
7776
7804
  var obj = JSON.stringify({
@@ -7797,10 +7825,10 @@ var CA_ExtInterface = function () {
7797
7825
  };
7798
7826
  });
7799
7827
  };
7800
- /**
7801
- *
7802
- * base64解码
7803
- * @returns {string} base64解码后的字符串
7828
+ /**
7829
+ *
7830
+ * base64解码
7831
+ * @returns {string} base64解码后的字符串
7804
7832
  */
7805
7833
 
7806
7834
 
@@ -7835,10 +7863,10 @@ var CA_ExtInterface = function () {
7835
7863
  val = this.utf8_decode(val);
7836
7864
  return val;
7837
7865
  };
7838
- /**
7839
- *
7840
- * base64编码
7841
- * @returns {string} base64编码后的字符串
7866
+ /**
7867
+ *
7868
+ * base64编码
7869
+ * @returns {string} base64编码后的字符串
7842
7870
  */
7843
7871
 
7844
7872
 
@@ -7871,10 +7899,10 @@ var CA_ExtInterface = function () {
7871
7899
  }
7872
7900
  return val;
7873
7901
  };
7874
- /**
7875
- *
7876
- * utf8解码
7877
- * @returns {string} utf8解码后的字符串
7902
+ /**
7903
+ *
7904
+ * utf8解码
7905
+ * @returns {string} utf8解码后的字符串
7878
7906
  */
7879
7907
 
7880
7908
 
@@ -7903,10 +7931,10 @@ var CA_ExtInterface = function () {
7903
7931
  }
7904
7932
  return string;
7905
7933
  };
7906
- /**
7907
- *
7908
- * utf8编码
7909
- * @returns {string} utf8编码后的字符串
7934
+ /**
7935
+ *
7936
+ * utf8编码
7937
+ * @returns {string} utf8编码后的字符串
7910
7938
  */
7911
7939
 
7912
7940
 
@@ -7932,7 +7960,7 @@ var CA_ExtInterface = function () {
7932
7960
  return CA_ExtInterface;
7933
7961
  }();
7934
7962
 
7935
- var caPlugin = new CA_ExtInterface();
7963
+ var caPlugin = new plugin_CA_ExtInterface();
7936
7964
  /* harmony default export */ var src_plugin = (caPlugin);
7937
7965
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/calogin/src/main.vue?vue&type=script&lang=js&
7938
7966
  //
@@ -32452,8 +32480,8 @@ var CommonOpinions_component = normalizeComponent(
32452
32480
  )
32453
32481
 
32454
32482
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32455
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
32456
- var processFormvue_type_template_id_80a2c5c2_render = function () {
32483
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
32484
+ var processFormvue_type_template_id_6df91879_render = function () {
32457
32485
  var _vm = this
32458
32486
  var _h = _vm.$createElement
32459
32487
  var _c = _vm._self._c || _h
@@ -33281,11 +33309,11 @@ var processFormvue_type_template_id_80a2c5c2_render = function () {
33281
33309
  1
33282
33310
  )
33283
33311
  }
33284
- var processFormvue_type_template_id_80a2c5c2_staticRenderFns = []
33285
- processFormvue_type_template_id_80a2c5c2_render._withStripped = true
33312
+ var processFormvue_type_template_id_6df91879_staticRenderFns = []
33313
+ processFormvue_type_template_id_6df91879_render._withStripped = true
33286
33314
 
33287
33315
 
33288
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
33316
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
33289
33317
 
33290
33318
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33291
33319
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -35402,7 +35430,10 @@ var processFormvue_type_script_lang_js_components;
35402
35430
  nextCurrentOrgObjSelect: [],
35403
35431
  isHideCurrentOrg: false,
35404
35432
  isHideOtherOrg: false,
35405
- currentOrgSelectorParams: { filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId, only_filid: true },
35433
+ currentOrgSelectorParams: {
35434
+ filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId,
35435
+ only_filid: true
35436
+ },
35406
35437
  foreignOrgSelectorParams: { filid: 'all', nofilid: 1 },
35407
35438
  nextNode: {
35408
35439
  nodeName: '',
@@ -35637,6 +35668,8 @@ var processFormvue_type_script_lang_js_components;
35637
35668
  }
35638
35669
  },
35639
35670
  selecNext: function selecNext(val) {
35671
+ var _this3 = this;
35672
+
35640
35673
  this.nextNode.nextUser = [];
35641
35674
  this.options = [];
35642
35675
  this.selectUserList = [];
@@ -35648,7 +35681,11 @@ var processFormvue_type_script_lang_js_components;
35648
35681
  }
35649
35682
  this.nextNode.nodeInfo = this.operationList[val].list;
35650
35683
  if (this.nextNode.nodeInfo.length > 0) {
35651
- this.nextNode.nextNode = this.defaultNextNode || this.nextNode.nodeInfo[0].nodeId;
35684
+ var defaultNodeData = this.nextNode.nodeInfo.filter(function (x) {
35685
+ return x.nodeId == _this3.defaultNextNode;
35686
+ });
35687
+ length;
35688
+ this.nextNode.nextNode = defaultNodeData.length > 0 ? this.defaultNextNode : this.nextNode.nodeInfo[0].nodeId;
35652
35689
  }
35653
35690
  this.getNodeInfos();
35654
35691
  },
@@ -35723,7 +35760,7 @@ var processFormvue_type_script_lang_js_components;
35723
35760
  this.getsubProcessColumns();
35724
35761
  },
35725
35762
  getNodeType: function getNodeType() {
35726
- var _this3 = this;
35763
+ var _this4 = this;
35727
35764
 
35728
35765
  utils_util.ajax({
35729
35766
  url: findCodeValues,
@@ -35736,23 +35773,23 @@ var processFormvue_type_script_lang_js_components;
35736
35773
  data = res.data;
35737
35774
 
35738
35775
  if (status === 'success') {
35739
- _this3.nextNode.noticeList = data;
35776
+ _this4.nextNode.noticeList = data;
35740
35777
  }
35741
35778
  }).catch(function (err) {
35742
- if (_this3.showBtn) {
35743
- _this3.loading = false;
35779
+ if (_this4.showBtn) {
35780
+ _this4.loading = false;
35744
35781
  } else {
35745
- _this3.allLoading.close();
35782
+ _this4.allLoading.close();
35746
35783
  }
35747
35784
  if (err.message && err.message !== 'canceled') {
35748
- _this3.$message.error(err.message);
35785
+ _this4.$message.error(err.message);
35749
35786
  }
35750
35787
  });
35751
35788
  },
35752
35789
 
35753
35790
  //获取通知信息
35754
35791
  getMessage: function getMessage() {
35755
- var _this4 = this;
35792
+ var _this5 = this;
35756
35793
 
35757
35794
  var params = {
35758
35795
  processDefinitionId: this.processDefinitionId,
@@ -35764,21 +35801,21 @@ var processFormvue_type_script_lang_js_components;
35764
35801
  }
35765
35802
  utils_util.ajax({ url: getNotificationMsg, params: params, methods: 'post' }).then(function (res) {
35766
35803
  if (res.status === 'success') {
35767
- if (!_this4.showBtn) {
35768
- _this4.oldMessage = res.message;
35769
- _this4.nextNode.noticeInfo = res.message.replace('{title}', _this4.formTitle);
35804
+ if (!_this5.showBtn) {
35805
+ _this5.oldMessage = res.message;
35806
+ _this5.nextNode.noticeInfo = res.message.replace('{title}', _this5.formTitle);
35770
35807
  } else {
35771
- _this4.nextNode.noticeInfo = res.message;
35808
+ _this5.nextNode.noticeInfo = res.message;
35772
35809
  }
35773
35810
  }
35774
35811
  }).catch(function (err) {
35775
- if (_this4.showBtn) {
35776
- _this4.loading = false;
35812
+ if (_this5.showBtn) {
35813
+ _this5.loading = false;
35777
35814
  } else {
35778
- _this4.allLoading.close();
35815
+ _this5.allLoading.close();
35779
35816
  }
35780
35817
  if (err.message && err.message !== 'canceled') {
35781
- _this4.$message.error(err.message);
35818
+ _this5.$message.error(err.message);
35782
35819
  }
35783
35820
  });
35784
35821
  },
@@ -35788,11 +35825,11 @@ var processFormvue_type_script_lang_js_components;
35788
35825
  this.saveProcess(formName);
35789
35826
  },
35790
35827
  saveProcess: function saveProcess(formName) {
35791
- var _this5 = this;
35828
+ var _this6 = this;
35792
35829
 
35793
35830
  this.$refs[formName].validate(function (valid) {
35794
35831
  if (valid) {
35795
- var _nextNode = _this5.nextNode,
35832
+ var _nextNode = _this6.nextNode,
35796
35833
  nextNode = _nextNode.nextNode,
35797
35834
  nextUser = _nextNode.nextUser,
35798
35835
  noticeInfo = _nextNode.noticeInfo,
@@ -35809,31 +35846,31 @@ var processFormvue_type_script_lang_js_components;
35809
35846
  // return this.$message.warning('请选择通知方式');
35810
35847
  // }
35811
35848
 
35812
- if (_this5.isShowNextUser) {
35813
- if ((nextUser == '' || _this5.multiple && nextUser.length == 0) && !_this5.isHideCurrentOrg && !_this5.isHideOtherOrg) {
35814
- return _this5.$message.warning('请选择下步办理人');
35849
+ if (_this6.isShowNextUser) {
35850
+ if ((nextUser == '' || _this6.multiple && nextUser.length == 0) && !_this6.isHideCurrentOrg && !_this6.isHideOtherOrg) {
35851
+ return _this6.$message.warning('请选择下步办理人');
35815
35852
  }
35816
35853
  } else {
35817
- if (nextOrgId == '' || _this5.multiple && nextOrgId.length == 0) {
35818
- return _this5.$message.warning('请选择办理对象');
35854
+ if (nextOrgId == '' || _this6.multiple && nextOrgId.length == 0) {
35855
+ return _this6.$message.warning('请选择办理对象');
35819
35856
  }
35820
35857
  }
35821
- if ((_this5.isHideOtherOrg || _this5.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
35822
- return _this5.$message.warning('请选择办理对象');
35858
+ if ((_this6.isHideOtherOrg || _this6.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
35859
+ return _this6.$message.warning('请选择办理对象');
35823
35860
  }
35824
- if (_this5.isCancelSecondConfirmationType) {
35825
- _this5.$confirm('确认提交吗?', '提示', {
35861
+ if (_this6.isCancelSecondConfirmationType) {
35862
+ _this6.$confirm('确认提交吗?', '提示', {
35826
35863
  confirmButtonText: '确定',
35827
35864
  cancelButtonText: '取消',
35828
35865
  type: 'warning'
35829
35866
  }).then(function () {
35830
- if (_this5.showBtn) {
35831
- _this5.loading = true;
35867
+ if (_this6.showBtn) {
35868
+ _this6.loading = true;
35832
35869
  } else {
35833
- _this5.allLoading = utils_util.loading(_this5.$loading, '加载中...');
35870
+ _this6.allLoading = utils_util.loading(_this6.$loading, '加载中...');
35834
35871
  }
35835
35872
  var newNextUser = [];
35836
- if (_this5.multiple) {
35873
+ if (_this6.multiple) {
35837
35874
  nextUser && nextUser.map(function (item) {
35838
35875
  return newNextUser.push(item);
35839
35876
  });
@@ -35843,108 +35880,108 @@ var processFormvue_type_script_lang_js_components;
35843
35880
  newNoticeType = noticeType.join(',');
35844
35881
  }
35845
35882
  var params = {
35846
- processDefinitionId: _this5.processDefinitionId,
35847
- nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
35883
+ processDefinitionId: _this6.processDefinitionId,
35884
+ nextUserId: _this6.multiple ? newNextUser.join(',') : nextUser,
35848
35885
  nextNodeId: nextNode,
35849
- businessId: _this5.businessId,
35886
+ businessId: _this6.businessId,
35850
35887
  notificationType: newNoticeType,
35851
35888
  userId: utils_util.getStorage('userId'),
35852
35889
  notificationMsg: noticeInfo,
35853
- customPresetUserJson: JSON.stringify(_this5.presetList),
35854
- presetUserJson: JSON.stringify(_this5.presetUserJson),
35855
- nextReadUserId: _this5.readMultiple ? _this5.mixReadList && _this5.mixReadList.join('|') : nextReadUserId,
35856
- nextOrgId: !_this5.isShowNextUser ? _this5.multiple ? _this5.mixOrgIdList && _this5.mixOrgIdList.join('|') : nextOrgId : '',
35890
+ customPresetUserJson: JSON.stringify(_this6.presetList),
35891
+ presetUserJson: JSON.stringify(_this6.presetUserJson),
35892
+ nextReadUserId: _this6.readMultiple ? _this6.mixReadList && _this6.mixReadList.join('|') : nextReadUserId,
35893
+ nextOrgId: !_this6.isShowNextUser ? _this6.multiple ? _this6.mixOrgIdList && _this6.mixOrgIdList.join('|') : nextOrgId : '',
35857
35894
  handleExplain: handleExplain,
35858
- presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
35859
- opinion: _this5.newOpinion || newOpinion
35895
+ presetReadUserId: _this6.mixPresetList && _this6.mixPresetList.length > 0 ? _this6.mixPresetList.join('|') : presetReadUserId.join(','),
35896
+ opinion: _this6.newOpinion || newOpinion
35860
35897
  };
35861
- if (_this5.enableCustomLimitTimeSetting) {
35898
+ if (_this6.enableCustomLimitTimeSetting) {
35862
35899
  params.customLimitTime = customLimitTime;
35863
35900
  if (!customLimitTime) {
35864
- _this5.$message.warning('请选择或输入限时办理的天数');
35865
- _this5.nextNode.customLimitTime = '';
35901
+ _this6.$message.warning('请选择或输入限时办理的天数');
35902
+ _this6.nextNode.customLimitTime = '';
35866
35903
  return;
35867
35904
  } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
35868
- _this5.$message.warning('请输入正确的天数');
35869
- _this5.nextNode.customLimitTime = '';
35905
+ _this6.$message.warning('请输入正确的天数');
35906
+ _this6.nextNode.customLimitTime = '';
35870
35907
  return;
35871
35908
  }
35872
35909
  }
35873
- if (_this5.isHideCurrentOrg) {
35910
+ if (_this6.isHideCurrentOrg) {
35874
35911
  params.nextCurrentOrgObj = nextCurrentOrgObj;
35875
35912
  }
35876
- if (_this5.isHideOtherOrg) {
35913
+ if (_this6.isHideOtherOrg) {
35877
35914
  params.nextOtherOrgObj = nextOtherOrgObj;
35878
35915
  }
35879
- if (_this5.activeNames != '1') delete params.customPresetUserJson;
35880
- if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
35916
+ if (_this6.activeNames != '1') delete params.customPresetUserJson;
35917
+ if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
35881
35918
  var newParm = {};
35882
- newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
35919
+ newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
35883
35920
  newParm.startFlowParamJson = params;
35884
35921
  // newParm.startFlowParamJson.businessId = this.id; //this.id
35885
35922
  newParm.startFlowParamJson.taskExamineParam = {
35886
- startFlowFirstNodeName: _this5.taskExamineParam
35923
+ startFlowFirstNodeName: _this6.taskExamineParam
35887
35924
  };
35888
35925
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
35889
- for (var key in _this5.taskParams) {
35890
- if (Array.isArray(_this5.taskParams[key])) {
35891
- _this5.taskParams[key] = _this5.taskParams[key].length > 0 ? _this5.taskParams[key].join(',') : '';
35926
+ for (var key in _this6.taskParams) {
35927
+ if (Array.isArray(_this6.taskParams[key])) {
35928
+ _this6.taskParams[key] = _this6.taskParams[key].length > 0 ? _this6.taskParams[key].join(',') : '';
35892
35929
  }
35893
35930
  }
35894
35931
 
35895
- newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
35896
- if (_this5.formType == 'readTransfer') {
35932
+ newParm.submitTaskParamJson = JSON.stringify(_this6.taskParams);
35933
+ if (_this6.formType == 'readTransfer') {
35897
35934
  newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
35898
- newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
35935
+ newParm.taskReadEndParamJson = JSON.stringify(_this6.taskParams);
35899
35936
  delete newParm.copyHistory;
35900
35937
  delete newParm.startFlowParamJson;
35901
35938
  delete newParm.submitTaskParamJson;
35902
35939
  }
35903
35940
  params = newParm;
35904
35941
  }
35905
- if (_this5.copyHistory && !_this5.isFreeStartFlow) {
35906
- params.pendingId = _this5.pendingId;
35942
+ if (_this6.copyHistory && !_this6.isFreeStartFlow) {
35943
+ params.pendingId = _this6.pendingId;
35907
35944
  delete params.businessId;
35908
35945
  }
35909
35946
  utils_util.ajax({
35910
- url: _this5.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this5.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this5.copyHistory ? freeStartFlow : register,
35947
+ url: _this6.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this6.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this6.copyHistory ? freeStartFlow : register,
35911
35948
  method: 'post',
35912
35949
  data: params
35913
35950
  }).then(function (res) {
35914
35951
  var status = res.status,
35915
35952
  message = res.message;
35916
35953
 
35917
- if (_this5.showBtn) {
35918
- _this5.loading = false;
35954
+ if (_this6.showBtn) {
35955
+ _this6.loading = false;
35919
35956
  } else {
35920
- _this5.allLoading.close();
35957
+ _this6.allLoading.close();
35921
35958
  }
35922
35959
  if (status === 'success' || res.rCode == 0) {
35923
- _this5.quit(true);
35924
- _this5.simpleTips && _this5.$message.success('操作成功');
35960
+ _this6.quit(true);
35961
+ _this6.simpleTips && _this6.$message.success('操作成功');
35925
35962
  } else {
35926
- _this5.$message.error(message || '系统错误,请联系管理员!');
35963
+ _this6.$message.error(message || '系统错误,请联系管理员!');
35927
35964
  }
35928
35965
  }).catch(function (err) {
35929
- if (_this5.showBtn) {
35930
- _this5.loading = false;
35966
+ if (_this6.showBtn) {
35967
+ _this6.loading = false;
35931
35968
  } else {
35932
- _this5.allLoading.close();
35969
+ _this6.allLoading.close();
35933
35970
  }
35934
35971
  if (err.message && err.message !== 'canceled') {
35935
- _this5.$message.error(err.message);
35972
+ _this6.$message.error(err.message);
35936
35973
  }
35937
35974
  });
35938
35975
  });
35939
35976
  return;
35940
35977
  }
35941
- if (_this5.showBtn) {
35942
- _this5.loading = true;
35978
+ if (_this6.showBtn) {
35979
+ _this6.loading = true;
35943
35980
  } else {
35944
- _this5.allLoading = utils_util.loading(_this5.$loading, '加载中...');
35981
+ _this6.allLoading = utils_util.loading(_this6.$loading, '加载中...');
35945
35982
  }
35946
35983
  var newNextUser = [];
35947
- if (_this5.multiple) {
35984
+ if (_this6.multiple) {
35948
35985
  nextUser && nextUser.map(function (item) {
35949
35986
  return newNextUser.push(item);
35950
35987
  });
@@ -35954,96 +35991,96 @@ var processFormvue_type_script_lang_js_components;
35954
35991
  newNoticeType = noticeType.join(',');
35955
35992
  }
35956
35993
  var params = {
35957
- processDefinitionId: _this5.processDefinitionId,
35958
- nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
35994
+ processDefinitionId: _this6.processDefinitionId,
35995
+ nextUserId: _this6.multiple ? newNextUser.join(',') : nextUser,
35959
35996
  nextNodeId: nextNode,
35960
- businessId: _this5.businessId,
35997
+ businessId: _this6.businessId,
35961
35998
  notificationType: newNoticeType,
35962
35999
  userId: utils_util.getStorage('userId'),
35963
36000
  notificationMsg: noticeInfo,
35964
- customPresetUserJson: JSON.stringify(_this5.presetList),
35965
- presetUserJson: JSON.stringify(_this5.presetUserJson),
35966
- nextReadUserId: _this5.readMultiple ? _this5.mixReadList && _this5.mixReadList.join('|') : nextReadUserId,
35967
- nextOrgId: !_this5.isShowNextUser ? _this5.multiple ? _this5.mixOrgIdList && _this5.mixOrgIdList.join('|') : nextOrgId : '',
36001
+ customPresetUserJson: JSON.stringify(_this6.presetList),
36002
+ presetUserJson: JSON.stringify(_this6.presetUserJson),
36003
+ nextReadUserId: _this6.readMultiple ? _this6.mixReadList && _this6.mixReadList.join('|') : nextReadUserId,
36004
+ nextOrgId: !_this6.isShowNextUser ? _this6.multiple ? _this6.mixOrgIdList && _this6.mixOrgIdList.join('|') : nextOrgId : '',
35968
36005
  handleExplain: handleExplain,
35969
- presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
35970
- opinion: _this5.newOpinion || newOpinion
36006
+ presetReadUserId: _this6.mixPresetList && _this6.mixPresetList.length > 0 ? _this6.mixPresetList.join('|') : presetReadUserId.join(','),
36007
+ opinion: _this6.newOpinion || newOpinion
35971
36008
  };
35972
- if (_this5.enableCustomLimitTimeSetting) {
36009
+ if (_this6.enableCustomLimitTimeSetting) {
35973
36010
  params.customLimitTime = customLimitTime;
35974
36011
  if (!customLimitTime) {
35975
- _this5.$message.warning('请选择或输入限时办理的天数');
35976
- _this5.nextNode.customLimitTime = '';
36012
+ _this6.$message.warning('请选择或输入限时办理的天数');
36013
+ _this6.nextNode.customLimitTime = '';
35977
36014
  return;
35978
36015
  } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
35979
- _this5.$message.warning('请输入正确的天数');
35980
- _this5.nextNode.customLimitTime = '';
36016
+ _this6.$message.warning('请输入正确的天数');
36017
+ _this6.nextNode.customLimitTime = '';
35981
36018
  return;
35982
36019
  }
35983
36020
  }
35984
- if (_this5.isHideCurrentOrg) {
36021
+ if (_this6.isHideCurrentOrg) {
35985
36022
  params.nextCurrentOrgObj = nextCurrentOrgObj;
35986
36023
  }
35987
- if (_this5.isHideOtherOrg) {
36024
+ if (_this6.isHideOtherOrg) {
35988
36025
  params.nextOtherOrgObj = nextOtherOrgObj;
35989
36026
  }
35990
- if (_this5.activeNames != '1') delete params.customPresetUserJson;
35991
- if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
36027
+ if (_this6.activeNames != '1') delete params.customPresetUserJson;
36028
+ if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
35992
36029
  var newParm = {};
35993
- newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
36030
+ newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
35994
36031
  newParm.startFlowParamJson = params;
35995
36032
  // newParm.startFlowParamJson.businessId = this.id; //this.id
35996
36033
  newParm.startFlowParamJson.taskExamineParam = {
35997
- startFlowFirstNodeName: _this5.taskExamineParam
36034
+ startFlowFirstNodeName: _this6.taskExamineParam
35998
36035
  };
35999
36036
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
36000
- for (var key in _this5.taskParams) {
36001
- if (Array.isArray(_this5.taskParams[key])) {
36002
- _this5.taskParams[key] = _this5.taskParams[key].length > 0 ? _this5.taskParams[key].join(',') : '';
36037
+ for (var key in _this6.taskParams) {
36038
+ if (Array.isArray(_this6.taskParams[key])) {
36039
+ _this6.taskParams[key] = _this6.taskParams[key].length > 0 ? _this6.taskParams[key].join(',') : '';
36003
36040
  }
36004
36041
  }
36005
36042
 
36006
- newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
36007
- if (_this5.formType == 'readTransfer') {
36043
+ newParm.submitTaskParamJson = JSON.stringify(_this6.taskParams);
36044
+ if (_this6.formType == 'readTransfer') {
36008
36045
  newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
36009
- newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
36046
+ newParm.taskReadEndParamJson = JSON.stringify(_this6.taskParams);
36010
36047
  delete newParm.copyHistory;
36011
36048
  delete newParm.startFlowParamJson;
36012
36049
  delete newParm.submitTaskParamJson;
36013
36050
  }
36014
36051
  params = newParm;
36015
36052
  }
36016
- if (_this5.copyHistory && !_this5.isFreeStartFlow) {
36017
- params.pendingId = _this5.pendingId;
36053
+ if (_this6.copyHistory && !_this6.isFreeStartFlow) {
36054
+ params.pendingId = _this6.pendingId;
36018
36055
  delete params.businessId;
36019
36056
  }
36020
36057
  utils_util.ajax({
36021
- url: _this5.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this5.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this5.copyHistory ? freeStartFlow : register,
36058
+ url: _this6.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this6.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this6.copyHistory ? freeStartFlow : register,
36022
36059
  method: 'post',
36023
36060
  data: params
36024
36061
  }).then(function (res) {
36025
36062
  var status = res.status,
36026
36063
  message = res.message;
36027
36064
 
36028
- if (_this5.showBtn) {
36029
- _this5.loading = false;
36065
+ if (_this6.showBtn) {
36066
+ _this6.loading = false;
36030
36067
  } else {
36031
- _this5.allLoading.close();
36068
+ _this6.allLoading.close();
36032
36069
  }
36033
36070
  if (status === 'success' || res.rCode == 0) {
36034
- _this5.quit(true);
36035
- _this5.simpleTips && _this5.$message.success('操作成功');
36071
+ _this6.quit(true);
36072
+ _this6.simpleTips && _this6.$message.success('操作成功');
36036
36073
  } else {
36037
- _this5.$message.error(message || '系统错误,请联系管理员!');
36074
+ _this6.$message.error(message || '系统错误,请联系管理员!');
36038
36075
  }
36039
36076
  }).catch(function (err) {
36040
- if (_this5.showBtn) {
36041
- _this5.loading = false;
36077
+ if (_this6.showBtn) {
36078
+ _this6.loading = false;
36042
36079
  } else {
36043
- _this5.allLoading.close();
36080
+ _this6.allLoading.close();
36044
36081
  }
36045
36082
  if (err.message && err.message !== 'canceled') {
36046
- _this5.$message.error(err.message);
36083
+ _this6.$message.error(err.message);
36047
36084
  }
36048
36085
  });
36049
36086
  } else {
@@ -36052,7 +36089,7 @@ var processFormvue_type_script_lang_js_components;
36052
36089
  });
36053
36090
  },
36054
36091
  getNodeInfos: function getNodeInfos(nodeId, index) {
36055
- var _this6 = this;
36092
+ var _this7 = this;
36056
36093
 
36057
36094
  var params = {
36058
36095
  processDefinitionId: this.processDefinitionId,
@@ -36070,83 +36107,82 @@ var processFormvue_type_script_lang_js_components;
36070
36107
  countersignaturetypeText = _res$data.countersignaturetypeText,
36071
36108
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
36072
36109
 
36073
- if (_this6.showBtn) {
36074
- _this6.loading = false;
36110
+ if (_this7.showBtn) {
36111
+ _this7.loading = false;
36075
36112
  } else {
36076
- _this6.allLoading.close();
36113
+ _this7.allLoading.close();
36077
36114
  }
36078
36115
  if (status === 'success') {
36079
- _this6.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
36080
- _this6.nextNode.userInfo = nextUserList;
36081
- _this6.countersignaturetypeCode = countersignaturetypeCode;
36082
- _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
36083
- _this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
36084
- if (_this6.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
36085
- _this6.nextNode.customLimitTime = _this6.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
36086
- }
36087
- _this6.isTaskread = nodeExtAttr.isTaskread;
36088
- _this6.isHandleExplain = nodeExtAttr.isHandleExplain;
36089
- _this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
36090
- _this6.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
36091
- _this6.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
36116
+ _this7.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
36117
+ _this7.nextNode.userInfo = nextUserList;
36118
+ _this7.countersignaturetypeCode = countersignaturetypeCode;
36119
+ _this7.nextNode.countersignaturetypeText = countersignaturetypeText;
36120
+ _this7.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
36121
+ if (_this7.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
36122
+ _this7.nextNode.customLimitTime = _this7.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
36123
+ }
36124
+ _this7.isTaskread = nodeExtAttr.isTaskread;
36125
+ _this7.isHandleExplain = nodeExtAttr.isHandleExplain;
36126
+ _this7.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
36127
+ _this7.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
36128
+ _this7.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
36092
36129
  if (nodeExtAttr.userSelectionType == 7 || nodeExtAttr.userSelectionType == 8 || nodeExtAttr.userSelectionType == 9 || nodeExtAttr.userSelectionType == 10 || nodeExtAttr.userSelectionType == 11 || nodeExtAttr.userSelectionType == 12) {
36093
- _this6.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
36130
+ _this7.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
36094
36131
  } else {
36095
- var _isMultiple = _this6.isMultiple(nodeExtAttr.userSelectionType),
36132
+ var _isMultiple = _this7.isMultiple(nodeExtAttr.userSelectionType),
36096
36133
  multiple = _isMultiple.multiple,
36097
36134
  _params = _isMultiple.params;
36098
36135
 
36099
- _this6.multiple = multiple;
36100
- _this6.params = _params;
36136
+ _this7.multiple = multiple;
36137
+ _this7.params = _params;
36101
36138
  }
36102
36139
  // this.isReadMultiple(nodeExtAttr.userSelectionType);
36103
36140
  if (nodeExtAttr.nodeType === 1 || nodeExtAttr.nodeType === 2) {
36104
-
36105
- _this6.isHideCurrentOrg = nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
36106
- _this6.isHideOtherOrg = nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
36141
+ _this7.isHideCurrentOrg = nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
36142
+ _this7.isHideOtherOrg = nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
36107
36143
  } else {
36108
- _this6.isHideCurrentOrg = false;
36109
- _this6.isHideOtherOrg = false;
36144
+ _this7.isHideCurrentOrg = false;
36145
+ _this7.isHideOtherOrg = false;
36110
36146
  }
36111
36147
  nextUserList.map(function (item) {
36112
- if (_this6.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
36113
- _this6.nextNode.nextUser.push(item.userId);
36114
- _this6.selectUserList.push({
36148
+ if (_this7.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
36149
+ _this7.nextNode.nextUser.push(item.userId);
36150
+ _this7.selectUserList.push({
36115
36151
  showname: item.username,
36116
36152
  showid: item.userId
36117
36153
  });
36118
36154
  }
36119
36155
 
36120
- _this6.options.push({
36156
+ _this7.options.push({
36121
36157
  showname: item.username,
36122
36158
  showid: item.userId
36123
36159
  });
36124
36160
  });
36125
- if (_this6.multiple) {
36126
- _this6.nextNode.nextReadUserId = [];
36161
+ if (_this7.multiple) {
36162
+ _this7.nextNode.nextReadUserId = [];
36127
36163
  } else {
36128
- _this6.nextNode.nextReadUserId = '';
36164
+ _this7.nextNode.nextReadUserId = '';
36129
36165
  }
36130
- if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this6.multiple) {
36131
- _this6.nextNode.nextUser = nextUserList[0].userId;
36132
- _this6.selectUserList.push({
36166
+ if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this7.multiple) {
36167
+ _this7.nextNode.nextUser = nextUserList[0].userId;
36168
+ _this7.selectUserList.push({
36133
36169
  showname: nextUserList[0].username,
36134
36170
  showid: nextUserList[0].userId
36135
36171
  });
36136
36172
  }
36137
- _this6.radioList = _this6.options;
36173
+ _this7.radioList = _this7.options;
36138
36174
  } else {
36139
- _this6.$message.error(message || '系统错误,请联系管理员!');
36175
+ _this7.$message.error(message || '系统错误,请联系管理员!');
36140
36176
  }
36141
- nodeId && _this6.$refs.selectUser[index].changeInfo();
36177
+ nodeId && _this7.$refs.selectUser[index].changeInfo();
36142
36178
  }).catch(function (err) {
36143
- if (_this6.showBtn) {
36144
- _this6.loading = false;
36179
+ if (_this7.showBtn) {
36180
+ _this7.loading = false;
36145
36181
  } else {
36146
- _this6.allLoading.close();
36182
+ _this7.allLoading.close();
36147
36183
  }
36148
36184
  if (err.message && err.message !== 'canceled') {
36149
- _this6.$message.error(err.message);
36185
+ _this7.$message.error(err.message);
36150
36186
  }
36151
36187
  });
36152
36188
  },
@@ -36169,7 +36205,7 @@ var processFormvue_type_script_lang_js_components;
36169
36205
  this.$emit('cancel', false);
36170
36206
  },
36171
36207
  getFind: function getFind() {
36172
- var _this7 = this;
36208
+ var _this8 = this;
36173
36209
 
36174
36210
  utils_util.ajax({
36175
36211
  url: findSysCodes
@@ -36178,27 +36214,27 @@ var processFormvue_type_script_lang_js_components;
36178
36214
  message = res.message;
36179
36215
 
36180
36216
  if (status === 'success') {
36181
- _this7.nextNode.noticeType = message.split(',');
36217
+ _this8.nextNode.noticeType = message.split(',');
36182
36218
  var arr = [];
36183
- _this7.nextNode.noticeList.map(function (item) {
36184
- _this7.nextNode.noticeType.map(function (x) {
36219
+ _this8.nextNode.noticeList.map(function (item) {
36220
+ _this8.nextNode.noticeType.map(function (x) {
36185
36221
  if (x == item.cciValue) {
36186
36222
  arr.push(x);
36187
36223
  }
36188
36224
  });
36189
36225
  });
36190
- _this7.nextNode.noticeType = arr;
36226
+ _this8.nextNode.noticeType = arr;
36191
36227
  } else {
36192
- _this7.$message.error(message || '系统错误,请联系管理员!');
36228
+ _this8.$message.error(message || '系统错误,请联系管理员!');
36193
36229
  }
36194
36230
  }).catch(function (err) {
36195
- if (_this7.showBtn) {
36196
- _this7.loading = false;
36231
+ if (_this8.showBtn) {
36232
+ _this8.loading = false;
36197
36233
  } else {
36198
- _this7.allLoading.close();
36234
+ _this8.allLoading.close();
36199
36235
  }
36200
36236
  if (err.message && err.message !== 'canceled') {
36201
- _this7.$message.error(err.message);
36237
+ _this8.$message.error(err.message);
36202
36238
  }
36203
36239
  });
36204
36240
  },
@@ -36241,7 +36277,7 @@ var processFormvue_type_script_lang_js_components;
36241
36277
  return { multiple: multiple, params: params };
36242
36278
  },
36243
36279
  getStartFlow: function getStartFlow(processId) {
36244
- var _this8 = this;
36280
+ var _this9 = this;
36245
36281
 
36246
36282
  if (!processId) {
36247
36283
  return false;
@@ -36258,7 +36294,7 @@ var processFormvue_type_script_lang_js_components;
36258
36294
  businessId: this.businessId
36259
36295
  };
36260
36296
  if (!this.shwowBtn) {
36261
- params.taskAction = "toStartFlowWithoutTempSave";
36297
+ params.taskAction = 'toStartFlowWithoutTempSave';
36262
36298
  }
36263
36299
  // 获取节点
36264
36300
  utils_util.ajax({ url: toStartFlow, params: params }).then(function (res) {
@@ -36268,98 +36304,104 @@ var processFormvue_type_script_lang_js_components;
36268
36304
  data = res.data;
36269
36305
 
36270
36306
  if (status == 'success') {
36271
- data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this8.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
36307
+ data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this9.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
36272
36308
  confirmButtonText: '确定',
36273
36309
  cancelButtonText: '取消',
36274
36310
  type: 'warning'
36275
36311
  }).then(function () {}).catch(function () {
36276
- _this8.quit();
36312
+ _this9.quit();
36277
36313
  });
36278
- data.nextNodeCheckType && (_this8.nextNodeCheckType = data.nextNodeCheckType);
36279
- data.nextOperateCheckType && (_this8.nextOperateCheckType = data.nextOperateCheckType);
36280
- _this8.customPresetHintMessage = data.customPresetHintMessage;
36281
- _this8.readOnlyNotificationType = data.readOnlyNotificationType;
36282
- _this8.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
36283
- _this8.nextNode.nodeInfo = data.nextNodeList;
36284
- _this8.nextNode.nextNode = data.nextNodeList[0].nodeId;
36285
- _this8.isPreset = data.isPreset;
36286
- _this8.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
36287
- _this8.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
36288
- _this8.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
36289
- _this8.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
36290
- if (_this8.isChooseNextNode == 1) {
36291
- _this8.operationList = [
36314
+ data.nextNodeCheckType && (_this9.nextNodeCheckType = data.nextNodeCheckType);
36315
+ data.nextOperateCheckType && (_this9.nextOperateCheckType = data.nextOperateCheckType);
36316
+ _this9.customPresetHintMessage = data.customPresetHintMessage;
36317
+ _this9.readOnlyNotificationType = data.readOnlyNotificationType;
36318
+ _this9.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
36319
+ _this9.nextNode.nodeInfo = data.nextNodeList;
36320
+ _this9.nextNode.nextNode = data.nextNodeList[0].nodeId;
36321
+ _this9.isPreset = data.isPreset;
36322
+ _this9.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
36323
+ _this9.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
36324
+ _this9.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
36325
+ _this9.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
36326
+ if (_this9.isChooseNextNode == 1) {
36327
+ _this9.operationList = [
36292
36328
  // { key: 0, value: '默认', list: [] },
36293
36329
  { key: 1, value: '自定义', list: [] }];
36294
36330
  if (data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1) {
36295
- _this8.operationList.unshift({ key: 0, value: '默认', list: [] });
36331
+ _this9.operationList.unshift({
36332
+ key: 0,
36333
+ value: '默认',
36334
+ list: data.nextNodeList
36335
+ });
36296
36336
  }
36297
36337
  var arr = [];
36298
36338
  for (var key in data.taskNodeMap) {
36299
36339
  arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
36300
36340
  }
36301
36341
  // this.operationList[0].list = data.nextNodeList;
36302
- _this8.operationList[0].list = arr;
36303
- if (_this8.isHideDefaultOperation != 1) {
36304
- _this8.nextNode.nextOperate = 0;
36305
- _this8.nextNode.nodeInfo = _this8.operationList[0].list;
36306
- if (_this8.nextNode.nodeInfo.length > 0) {
36342
+ _this9.operationList[data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1 ? 1 : 0].list = arr;
36343
+ if (_this9.isHideDefaultOperation != 1) {
36344
+ _this9.nextNode.nextOperate = 0;
36345
+ _this9.nextNode.nodeInfo = _this9.operationList[0].list;
36346
+ if (_this9.nextNode.nodeInfo.length > 0) {
36307
36347
  var defaultNodeData = data.nextNodeList.filter(function (x) {
36308
- return x.nodeId == _this8.defaultNextNode;
36348
+ return x.nodeId == _this9.defaultNextNode;
36309
36349
  });
36310
- _this8.nextNode.nextNode = defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
36350
+ _this9.nextNode.nextNode = defaultNodeData.length > 0 ? _this9.defaultNextNode : data.nextNodeList[0].nodeId;
36311
36351
  }
36312
- } else if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
36352
+ }
36353
+ if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
36313
36354
  // this.nextNode.nodeInfo = data.nextNodeList
36314
- _this8.nextNode.nextOperate = 1;
36315
- _this8.nextNode.nodeInfo = _this8.operationList[0].list;
36316
- if (_this8.nextNode.nodeInfo.length > 0) {
36317
- var _defaultNodeData = data.nextNodeList.filter(function (x) {
36318
- return x.nodeId == _this8.defaultNextNode;
36355
+ _this9.nextNode.nextOperate = 1;
36356
+ _this9.nextNode.nodeInfo = _this9.operationList[_this9.isHideDefaultOperation != 1 ? 1 : 0].list;
36357
+
36358
+ if (_this9.nextNode.nodeInfo.length > 0) {
36359
+ var _defaultNodeData = _this9.nextNode.nodeInfo.filter(function (x) {
36360
+ return x.nodeId == _this9.defaultNextNode;
36319
36361
  });
36320
- _this8.nextNode.nextNode = _defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
36362
+ _this9.nextNode.nextNode = _defaultNodeData.length > 0 ? _this9.defaultNextNode : _this9.nextNode.nodeInfo[0].nodeId;
36321
36363
  }
36322
36364
  }
36323
36365
  }
36324
- _this8.isCustomPreset = data.isCustomPreset;
36325
- _this8.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
36326
- _this8.presetTaskNodeMap = data.presetTaskNodeMap;
36327
- _this8.isSinglePage = data.taskExamine.isSinglePage;
36328
- _this8.isSinglePage && (_this8.nextNode.opinion = data.taskExamine.opinion);
36366
+ _this9.isCustomPreset = data.isCustomPreset;
36367
+ _this9.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
36368
+ _this9.presetTaskNodeMap = data.presetTaskNodeMap;
36369
+ _this9.isSinglePage = data.taskExamine.isSinglePage;
36370
+ _this9.isSinglePage && (_this9.nextNode.opinion = data.taskExamine.opinion);
36329
36371
  // this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
36330
- _this8.nextNode.nodeName = data.taskExamine.nodeName;
36331
- _this8.canPresetRead = data.canPresetRead;
36372
+ _this9.nextNode.nodeName = data.taskExamine.nodeName;
36373
+ _this9.canPresetRead = data.canPresetRead;
36332
36374
  if (data.canPresetRead) {
36333
36375
  var ids = data.nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
36334
36376
  var names = data.nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
36335
36377
  ids.map(function (item, index) {
36336
- _this8.presetReadUserId.push({
36378
+ _this9.presetReadUserId.push({
36337
36379
  showid: item,
36338
36380
  showname: names[index]
36339
36381
  });
36340
- _this8.selectPresetUserList.push({
36382
+ _this9.selectPresetUserList.push({
36341
36383
  showid: item,
36342
36384
  showname: names[index]
36343
36385
  });
36344
- _this8.nextNode.presetReadUserId.push(item);
36386
+ _this9.nextNode.presetReadUserId.push(item);
36345
36387
  });
36346
36388
  }
36347
- _this8.getNodeInfos();
36389
+ _this9.getNodeInfos();
36348
36390
  // this.getPresetFlowInfo();
36349
- _this8.isCustomPreset && _this8.$refs.customPreset.getPresetFlowInfo(_this8.nextNode.nextNode);
36350
- _this8.getFind();
36351
- _this8.getMessage();
36391
+ _this9.isCustomPreset && _this9.$refs.customPreset.getPresetFlowInfo(_this9.nextNode.nextNode);
36392
+ _this9.getFind();
36393
+ _this9.getMessage();
36352
36394
  } else {
36353
- _this8.$message.error(message || '系统错误,请联系管理员!');
36395
+ _this9.$message.error(message || '系统错误,请联系管理员!');
36354
36396
  }
36355
36397
  }).catch(function (err) {
36356
- if (_this8.showBtn) {
36357
- _this8.loading = false;
36398
+ if (_this9.showBtn) {
36399
+ _this9.loading = false;
36358
36400
  } else {
36359
- _this8.allLoading.close();
36401
+ _this9.allLoading.close();
36360
36402
  }
36361
36403
  if (err.message && err.message !== 'canceled') {
36362
- _this8.$message.error(err.message);
36404
+ _this9.$message.error(err.message);
36363
36405
  }
36364
36406
  });
36365
36407
  }
@@ -36377,8 +36419,8 @@ var processFormvue_type_script_lang_js_components;
36377
36419
 
36378
36420
  var processForm_component = normalizeComponent(
36379
36421
  src_processFormvue_type_script_lang_js_,
36380
- processFormvue_type_template_id_80a2c5c2_render,
36381
- processFormvue_type_template_id_80a2c5c2_staticRenderFns,
36422
+ processFormvue_type_template_id_6df91879_render,
36423
+ processFormvue_type_template_id_6df91879_staticRenderFns,
36382
36424
  false,
36383
36425
  null,
36384
36426
  null,
@@ -36910,7 +36952,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
36910
36952
  notificationType = _sendInfo.notificationType;
36911
36953
 
36912
36954
  var params = {
36913
- url: sendMsg,
36955
+ url: api_sendMsg,
36914
36956
  headers: { Accept: 'application/json,text/plain' },
36915
36957
  method: 'post',
36916
36958
  data: {
@@ -50063,11 +50105,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50063
50105
  });
50064
50106
  },
50065
50107
 
50066
- /**
50067
- * saveInfo
50068
- * @desc:暂存
50069
- * @author liufan
50070
- * @date 2022年9月9日
50108
+ /**
50109
+ * saveInfo
50110
+ * @desc:暂存
50111
+ * @author liufan
50112
+ * @date 2022年9月9日
50071
50113
  **/
50072
50114
  saveInfo: function saveInfo(type, btn) {
50073
50115
  var _this13 = this;
@@ -50129,11 +50171,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50129
50171
  });
50130
50172
  },
50131
50173
 
50132
- /**
50133
- * rejectBtn
50134
- * @desc:点击驳回
50135
- * @author liufan
50136
- * @date 2022年5月25日
50174
+ /**
50175
+ * rejectBtn
50176
+ * @desc:点击驳回
50177
+ * @author liufan
50178
+ * @date 2022年5月25日
50137
50179
  **/
50138
50180
  rejectBtn: function rejectBtn() {
50139
50181
  var _this15 = this;
@@ -50151,11 +50193,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50151
50193
  }
50152
50194
  },
50153
50195
 
50154
- /**
50155
- * taskReadBtn
50156
- * @desc:点击分阅
50157
- * @author liufan
50158
- * @date 2022年5月25日
50196
+ /**
50197
+ * taskReadBtn
50198
+ * @desc:点击分阅
50199
+ * @author liufan
50200
+ * @date 2022年5月25日
50159
50201
  **/
50160
50202
  taskReadBtn: function taskReadBtn() {
50161
50203
  var _this16 = this;
@@ -50174,11 +50216,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50174
50216
  }
50175
50217
  },
50176
50218
 
50177
- /**
50178
- * getFind
50179
- * @desc:获取通知方式
50180
- * @author liufan
50181
- * @date 2022年5月25日
50219
+ /**
50220
+ * getFind
50221
+ * @desc:获取通知方式
50222
+ * @author liufan
50223
+ * @date 2022年5月25日
50182
50224
  **/
50183
50225
  getFind: function getFind() {
50184
50226
  var _this17 = this;
@@ -50244,12 +50286,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50244
50286
  });
50245
50287
  },
50246
50288
 
50247
- /**
50248
- * endFlows
50249
- * @desc:直接办结
50250
- * @author liufan
50251
- * @param {Object} res 直接办结数据
50252
- * @date 2022年5月25日
50289
+ /**
50290
+ * endFlows
50291
+ * @desc:直接办结
50292
+ * @author liufan
50293
+ * @param {Object} res 直接办结数据
50294
+ * @date 2022年5月25日
50253
50295
  **/
50254
50296
  endFlows: function endFlows(res) {
50255
50297
  var _this19 = this;
@@ -50304,12 +50346,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50304
50346
  }).catch(function (e) {});
50305
50347
  },
50306
50348
 
50307
- /**
50308
- * goView
50309
- * @desc:更多流程按钮操作
50310
- * @author liufan
50311
- * @param {Object} res 当前点击操作按钮数据
50312
- * @date 2022年5月25日
50349
+ /**
50350
+ * goView
50351
+ * @desc:更多流程按钮操作
50352
+ * @author liufan
50353
+ * @param {Object} res 当前点击操作按钮数据
50354
+ * @date 2022年5月25日
50313
50355
  **/
50314
50356
  goView: function goView(res) {
50315
50357
  // 驳回并办结:rejectAndEndHtml
@@ -50396,11 +50438,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50396
50438
  // isCanStartSubFlow
50397
50439
  },
50398
50440
 
50399
- /**
50400
- * toTakeAdvice
50401
- * @desc:征求意见
50402
- * @author liufan
50403
- * @date 2022年9月29日
50441
+ /**
50442
+ * toTakeAdvice
50443
+ * @desc:征求意见
50444
+ * @author liufan
50445
+ * @date 2022年9月29日
50404
50446
  **/
50405
50447
  toTakeAdvice: function toTakeAdvice(res) {
50406
50448
  var _this21 = this;
@@ -50444,11 +50486,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50444
50486
  });
50445
50487
  },
50446
50488
 
50447
- /**
50448
- * toStartDraf
50449
- * @desc: 稿件递送、联合审核、复核
50450
- * @author liufan
50451
- * @date 2022年9月29日
50489
+ /**
50490
+ * toStartDraf
50491
+ * @desc: 稿件递送、联合审核、复核
50492
+ * @author liufan
50493
+ * @date 2022年9月29日
50452
50494
  **/
50453
50495
  toStartDraf: function toStartDraf(res) {
50454
50496
  var _this23 = this;
@@ -50462,11 +50504,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50462
50504
  }
50463
50505
  },
50464
50506
 
50465
- /**
50466
- * toSendMsg
50467
- * @desc:核稿通知
50468
- * @author liufan
50469
- * @date 2022年9月29日
50507
+ /**
50508
+ * toSendMsg
50509
+ * @desc:核稿通知
50510
+ * @author liufan
50511
+ * @date 2022年9月29日
50470
50512
  **/
50471
50513
  toSendMsg: function toSendMsg(res) {
50472
50514
  var _this24 = this;
@@ -50480,11 +50522,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50480
50522
  }
50481
50523
  },
50482
50524
 
50483
- /**
50484
- * toTaskReadAndEnd
50485
- * @desc:分阅并办结
50486
- * @author liufan
50487
- * @date 2022年9月29日
50525
+ /**
50526
+ * toTaskReadAndEnd
50527
+ * @desc:分阅并办结
50528
+ * @author liufan
50529
+ * @date 2022年9月29日
50488
50530
  **/
50489
50531
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50490
50532
  var _this25 = this;
@@ -50502,11 +50544,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50502
50544
  }
50503
50545
  },
50504
50546
 
50505
- /**
50506
- * rejectAndEnd
50507
- * @desc:驳回并办结
50508
- * @author liufan
50509
- * @date 2022年9月29日
50547
+ /**
50548
+ * rejectAndEnd
50549
+ * @desc:驳回并办结
50550
+ * @author liufan
50551
+ * @date 2022年9月29日
50510
50552
  **/
50511
50553
  rejectAndEnd: function rejectAndEnd(res) {
50512
50554
  var _this26 = this;
@@ -50562,11 +50604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50562
50604
  });
50563
50605
  },
50564
50606
 
50565
- /**
50566
- * toTransfer
50567
- * @desc:转办
50568
- * @author liufan
50569
- * @date 2022年9月29日
50607
+ /**
50608
+ * toTransfer
50609
+ * @desc:转办
50610
+ * @author liufan
50611
+ * @date 2022年9月29日
50570
50612
  **/
50571
50613
  toTransfer: function toTransfer(res) {
50572
50614
  var _this28 = this;
@@ -50585,11 +50627,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50585
50627
  this.nextNode.customLimitTime = val;
50586
50628
  },
50587
50629
 
50588
- /**
50589
- * getNodeInfo
50590
- * @desc:获取节点信息
50591
- * @author liufan
50592
- * @date 2022年5月25日
50630
+ /**
50631
+ * getNodeInfo
50632
+ * @desc:获取节点信息
50633
+ * @author liufan
50634
+ * @date 2022年5月25日
50593
50635
  **/
50594
50636
  getNodeInfo: function getNodeInfo() {
50595
50637
  var _this29 = this;
@@ -50700,12 +50742,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50700
50742
  });
50701
50743
  },
50702
50744
 
50703
- /**
50704
- * selecNext
50705
- * @desc:下步节点变化时更新数据
50706
- * @author liufan
50707
- * @param {String} val 当前选中值
50708
- * @date 2022年5月25日
50745
+ /**
50746
+ * selecNext
50747
+ * @desc:下步节点变化时更新数据
50748
+ * @author liufan
50749
+ * @param {String} val 当前选中值
50750
+ * @date 2022年5月25日
50709
50751
  **/
50710
50752
  selecNext: function selecNext(val, type, isDef) {
50711
50753
  var _this30 = this;
@@ -50845,11 +50887,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50845
50887
  }
50846
50888
  },
50847
50889
 
50848
- /**
50849
- * isMultiple
50850
- * @desc:是否多选
50851
- * @author liufan
50852
- * @date 2022年9月13日
50890
+ /**
50891
+ * isMultiple
50892
+ * @desc:是否多选
50893
+ * @author liufan
50894
+ * @date 2022年9月13日
50853
50895
  **/
50854
50896
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50855
50897
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50881,11 +50923,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50881
50923
  }
50882
50924
  },
50883
50925
 
50884
- /**
50885
- * getHedInfo
50886
- * @desc:获取审核页面数据
50887
- * @author liufan
50888
- * @date 2022年5月25日
50926
+ /**
50927
+ * getHedInfo
50928
+ * @desc:获取审核页面数据
50929
+ * @author liufan
50930
+ * @date 2022年5月25日
50889
50931
  **/
50890
50932
  getHedInfo: function getHedInfo() {
50891
50933
  var _this31 = this;
@@ -51201,13 +51243,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51201
51243
  });
51202
51244
  },
51203
51245
 
51204
- /**
51205
- * closeProcess
51206
- * @desc:关闭弹窗
51207
- * @author liufan
51208
- * @param {boolean} val 当前是否办理流程
51209
- * @param {String} type 当前点击的弹窗类型
51210
- * @date 2022年5月25日
51246
+ /**
51247
+ * closeProcess
51248
+ * @desc:关闭弹窗
51249
+ * @author liufan
51250
+ * @param {boolean} val 当前是否办理流程
51251
+ * @param {String} type 当前点击的弹窗类型
51252
+ * @date 2022年5月25日
51211
51253
  **/
51212
51254
  closeProcess: function closeProcess(val, type, closeParent) {
51213
51255
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51227,23 +51269,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51227
51269
  }
51228
51270
  },
51229
51271
 
51230
- /**
51231
- * selectChange
51232
- * @desc:常用语选择
51233
- * @author liufan
51234
- * @param {String} val 选中值
51235
- * @date 2022年5月25日
51272
+ /**
51273
+ * selectChange
51274
+ * @desc:常用语选择
51275
+ * @author liufan
51276
+ * @param {String} val 选中值
51277
+ * @date 2022年5月25日
51236
51278
  **/
51237
51279
  selectChange: function selectChange(val) {
51238
51280
  this.value = val;
51239
51281
  },
51240
51282
 
51241
- /**
51242
- * upDate
51243
- * @desc:修改常用语
51244
- * @author liufan
51245
- * @param {Object} val 修改值
51246
- * @date 2022年5月25日
51283
+ /**
51284
+ * upDate
51285
+ * @desc:修改常用语
51286
+ * @author liufan
51287
+ * @param {Object} val 修改值
51288
+ * @date 2022年5月25日
51247
51289
  **/
51248
51290
  upDate: function upDate(val) {
51249
51291
  this.FormData.id = val.id;
@@ -51251,11 +51293,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51251
51293
  },
51252
51294
 
51253
51295
 
51254
- /**
51255
- * getProcess
51256
- * @desc:获取选择流程
51257
- * @author liufan
51258
- * @date 2022年5月25日
51296
+ /**
51297
+ * getProcess
51298
+ * @desc:获取选择流程
51299
+ * @author liufan
51300
+ * @date 2022年5月25日
51259
51301
  **/
51260
51302
  getProcess: function getProcess(val) {
51261
51303
  var _this32 = this;
@@ -51315,11 +51357,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51315
51357
  });
51316
51358
  },
51317
51359
 
51318
- /**
51319
- * getPendedhistoryList
51320
- * @desc:获取流程列表
51321
- * @author liufan
51322
- * @date 2022年5月25日
51360
+ /**
51361
+ * getPendedhistoryList
51362
+ * @desc:获取流程列表
51363
+ * @author liufan
51364
+ * @date 2022年5月25日
51323
51365
  **/
51324
51366
  getPendedhistoryList: function getPendedhistoryList() {
51325
51367
  var _this33 = this;
@@ -51390,12 +51432,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51390
51432
  beforeSubProcess: function beforeSubProcess() {},
51391
51433
 
51392
51434
  // 提交流程
51393
- /**
51394
- * subProcess
51395
- * @desc:提交流程
51396
- * @author liufan
51397
- * @param {String} formName 当前form表单ref值
51398
- * @date 2022年5月25日
51435
+ /**
51436
+ * subProcess
51437
+ * @desc:提交流程
51438
+ * @author liufan
51439
+ * @param {String} formName 当前form表单ref值
51440
+ * @date 2022年5月25日
51399
51441
  **/
51400
51442
  subProcess: function subProcess(val, type) {
51401
51443
  var _this35 = this;
@@ -63005,8 +63047,8 @@ login_src_main.install = function (Vue) {
63005
63047
  };
63006
63048
 
63007
63049
  /* harmony default export */ var login = (login_src_main);
63008
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=3dbf95b9&
63009
- var mainvue_type_template_id_3dbf95b9_render = function () {
63050
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=b3cc50dc&
63051
+ var mainvue_type_template_id_b3cc50dc_render = function () {
63010
63052
  var _vm = this
63011
63053
  var _h = _vm.$createElement
63012
63054
  var _c = _vm._self._c || _h
@@ -63152,11 +63194,11 @@ var mainvue_type_template_id_3dbf95b9_render = function () {
63152
63194
  )
63153
63195
  : _vm._e()
63154
63196
  }
63155
- var mainvue_type_template_id_3dbf95b9_staticRenderFns = []
63156
- mainvue_type_template_id_3dbf95b9_render._withStripped = true
63197
+ var mainvue_type_template_id_b3cc50dc_staticRenderFns = []
63198
+ mainvue_type_template_id_b3cc50dc_render._withStripped = true
63157
63199
 
63158
63200
 
63159
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=3dbf95b9&
63201
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b3cc50dc&
63160
63202
 
63161
63203
  // 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=8605940a&scoped=true&
63162
63204
  var simplicityvue_type_template_id_8605940a_scoped_true_render = function () {
@@ -70395,10 +70437,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70395
70437
  this.$refs.user.handleSelect(res);
70396
70438
  },
70397
70439
 
70398
- /**
70399
- * @desc:匹配路由
70400
- * @author huangbo
70401
- * @date 2024年9月7日
70440
+ /**
70441
+ * @desc:匹配路由
70442
+ * @author huangbo
70443
+ * @date 2024年9月7日
70402
70444
  **/
70403
70445
  hasRouter: function hasRouter(res, url, code) {
70404
70446
  if (!url) {
@@ -70442,10 +70484,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70442
70484
  return false;
70443
70485
  },
70444
70486
 
70445
- /**
70446
- * @desc:获取初始数据
70447
- * @author huangbo
70448
- * @date 2024年9月7日
70487
+ /**
70488
+ * @desc:获取初始数据
70489
+ * @author huangbo
70490
+ * @date 2024年9月7日
70449
70491
  **/
70450
70492
  init: function init(results, first) {
70451
70493
  this.setConfig(results);
@@ -70454,10 +70496,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70454
70496
  }
70455
70497
  },
70456
70498
 
70457
- /**
70458
- * @desc:设置用户配置及信息
70459
- * @author huangbo
70460
- * @date 2024年9月7日
70499
+ /**
70500
+ * @desc:设置用户配置及信息
70501
+ * @author huangbo
70502
+ * @date 2024年9月7日
70461
70503
  **/
70462
70504
  setConfig: function setConfig(results) {
70463
70505
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70625,10 +70667,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70625
70667
  }
70626
70668
  },
70627
70669
 
70628
- /**
70629
- * @desc:获取所有应用
70630
- * @author huangbo
70631
- * @date 2024年9月7日
70670
+ /**
70671
+ * @desc:获取所有应用
70672
+ * @author huangbo
70673
+ * @date 2024年9月7日
70632
70674
  **/
70633
70675
  getApplications: function getApplications() {
70634
70676
  var _this2 = this;
@@ -70676,10 +70718,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70676
70718
  });
70677
70719
  },
70678
70720
 
70679
- /**
70680
- * @desc:获取菜单列表
70681
- * @author huangbo
70682
- * @date 2024年9月7日
70721
+ /**
70722
+ * @desc:获取菜单列表
70723
+ * @author huangbo
70724
+ * @date 2024年9月7日
70683
70725
  **/
70684
70726
  getMenus: function getMenus(loading) {
70685
70727
  var _this3 = this;
@@ -70712,10 +70754,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70712
70754
  });
70713
70755
  },
70714
70756
 
70715
- /**
70716
- * @desc:处理菜单列表
70717
- * @author huangbo
70718
- * @date 2024年9月7日
70757
+ /**
70758
+ * @desc:处理菜单列表
70759
+ * @author huangbo
70760
+ * @date 2024年9月7日
70719
70761
  **/
70720
70762
  renderMenus: function renderMenus(res) {
70721
70763
  this.menus = res;
@@ -70811,10 +70853,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70811
70853
  }
70812
70854
  },
70813
70855
 
70814
- /**
70815
- * @desc:设置页面加载类型
70816
- * @author huangbo
70817
- * @date 2024年9月7日
70856
+ /**
70857
+ * @desc:设置页面加载类型
70858
+ * @author huangbo
70859
+ * @date 2024年9月7日
70818
70860
  **/
70819
70861
  setIframeType: function setIframeType(res) {
70820
70862
  var url = res.url;
@@ -70870,10 +70912,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70870
70912
  return res;
70871
70913
  },
70872
70914
 
70873
- /**
70874
- * @desc:获取菜单
70875
- * @author huangbo
70876
- * @date 2024年9月7日
70915
+ /**
70916
+ * @desc:获取菜单
70917
+ * @author huangbo
70918
+ * @date 2024年9月7日
70877
70919
  **/
70878
70920
  getMenu: function getMenu(menus, res, key) {
70879
70921
  if (Array.isArray(menus)) {
@@ -70902,10 +70944,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70902
70944
  return false;
70903
70945
  },
70904
70946
 
70905
- /**
70906
- * @desc:获取菜单第一条数据
70907
- * @author huangbo
70908
- * @date 2024年9月7日
70947
+ /**
70948
+ * @desc:获取菜单第一条数据
70949
+ * @author huangbo
70950
+ * @date 2024年9月7日
70909
70951
  **/
70910
70952
  getFirst: function getFirst(obj) {
70911
70953
  if (!obj) {
@@ -70924,10 +70966,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70924
70966
  }
70925
70967
  },
70926
70968
 
70927
- /**
70928
- * @desc:遍历设置菜单气泡提醒
70929
- * @author huangbo
70930
- * @date 2024年9月7日
70969
+ /**
70970
+ * @desc:遍历设置菜单气泡提醒
70971
+ * @author huangbo
70972
+ * @date 2024年9月7日
70931
70973
  **/
70932
70974
  setTips: function setTips(obj) {
70933
70975
  var _this4 = this;
@@ -70998,10 +71040,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70998
71040
  }
70999
71041
  },
71000
71042
 
71001
- /**
71002
- * @desc:获取气泡提醒
71003
- * @author huangbo
71004
- * @date 2024年9月7日
71043
+ /**
71044
+ * @desc:获取气泡提醒
71045
+ * @author huangbo
71046
+ * @date 2024年9月7日
71005
71047
  **/
71006
71048
  getBadge: function getBadge(res) {
71007
71049
  var num = res.tips || 0;
@@ -71015,10 +71057,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71015
71057
  };
71016
71058
  },
71017
71059
 
71018
- /**
71019
- * @desc:开启weosocket
71020
- * @author huangbo
71021
- * @date 2024年9月7日
71060
+ /**
71061
+ * @desc:开启weosocket
71062
+ * @author huangbo
71063
+ * @date 2024年9月7日
71022
71064
  **/
71023
71065
  initWebSocket: function initWebSocket() {
71024
71066
  var _this6 = this;
@@ -71067,10 +71109,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71067
71109
  });
71068
71110
  },
71069
71111
 
71070
- /**
71071
- * @desc:显示用户信息
71072
- * @author huangbo
71073
- * @date 2024年9月7日
71112
+ /**
71113
+ * @desc:显示用户信息
71114
+ * @author huangbo
71115
+ * @date 2024年9月7日
71074
71116
  **/
71075
71117
  showUserInfo: function showUserInfo() {
71076
71118
  if (this.showUser === false) {
@@ -71078,19 +71120,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71078
71120
  }
71079
71121
  },
71080
71122
 
71081
- /**
71082
- * @desc:删除更多应用菜单点击
71083
- * @author huangbo
71084
- * @date 2024年9月7日
71123
+ /**
71124
+ * @desc:删除更多应用菜单点击
71125
+ * @author huangbo
71126
+ * @date 2024年9月7日
71085
71127
  **/
71086
71128
  handleDelete: function handleDelete(index) {
71087
71129
  this.newApps.splice(index, 1);
71088
71130
  },
71089
71131
 
71090
- /**
71091
- * @desc:储存更多应用菜单点击
71092
- * @author huangbo
71093
- * @date 2024年9月7日
71132
+ /**
71133
+ * @desc:储存更多应用菜单点击
71134
+ * @author huangbo
71135
+ * @date 2024年9月7日
71094
71136
  **/
71095
71137
  handlerClickApps: function handlerClickApps(res) {
71096
71138
  if (res.permission === false) {
@@ -71103,10 +71145,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71103
71145
  this.handlerClickApp(res);
71104
71146
  },
71105
71147
 
71106
- /**
71107
- * @desc:侧边应用菜单点击
71108
- * @author huangbo
71109
- * @date 2024年9月7日
71148
+ /**
71149
+ * @desc:侧边应用菜单点击
71150
+ * @author huangbo
71151
+ * @date 2024年9月7日
71110
71152
  **/
71111
71153
  handlerClickApp: function handlerClickApp(res) {
71112
71154
  this.showMsg = false;
@@ -71195,10 +71237,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71195
71237
  }
71196
71238
  },
71197
71239
 
71198
- /**
71199
- * @desc:显示Drawer界面
71200
- * @author huangbo
71201
- * @date 2024年9月7日
71240
+ /**
71241
+ * @desc:显示Drawer界面
71242
+ * @author huangbo
71243
+ * @date 2024年9月7日
71202
71244
  **/
71203
71245
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71204
71246
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71218,19 +71260,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71218
71260
  }
71219
71261
  },
71220
71262
 
71221
- /**
71222
- * @desc:关闭Drawer界面
71223
- * @author huangbo
71224
- * @date 2024年9月7日
71263
+ /**
71264
+ * @desc:关闭Drawer界面
71265
+ * @author huangbo
71266
+ * @date 2024年9月7日
71225
71267
  **/
71226
71268
  handleCloseDrawer: function handleCloseDrawer() {
71227
71269
  this.drawer = { visible: false };
71228
71270
  },
71229
71271
 
71230
- /**
71231
- * @desc:菜单点击
71232
- * @author huangbo
71233
- * @date 2024年9月7日
71272
+ /**
71273
+ * @desc:菜单点击
71274
+ * @author huangbo
71275
+ * @date 2024年9月7日
71234
71276
  **/
71235
71277
  handlerClickMenu: function handlerClickMenu(res) {
71236
71278
  utils_util.ajax({
@@ -71279,19 +71321,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71279
71321
  },
71280
71322
 
71281
71323
 
71282
- /**
71283
- * @desc:用户详情请求成功
71284
- * @author huangbo
71285
- * @date 2024年9月7日
71324
+ /**
71325
+ * @desc:用户详情请求成功
71326
+ * @author huangbo
71327
+ * @date 2024年9月7日
71286
71328
  **/
71287
71329
  handleSuccess: function handleSuccess(res) {
71288
71330
  this.simpleUserInfo = res.simpleUserInfo;
71289
71331
  },
71290
71332
 
71291
- /**
71292
- * @desc:修改用户配置
71293
- * @author huangbo
71294
- * @date 2024年9月7日
71333
+ /**
71334
+ * @desc:修改用户配置
71335
+ * @author huangbo
71336
+ * @date 2024年9月7日
71295
71337
  **/
71296
71338
  handleChangeConfig: function handleChangeConfig(name, res) {
71297
71339
  if (name == 'userHeadUrl') {
@@ -71307,10 +71349,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71307
71349
  }
71308
71350
  },
71309
71351
 
71310
- /**
71311
- * @desc:关闭webSocket
71312
- * @author huangbo
71313
- * @date 2024年9月7日
71352
+ /**
71353
+ * @desc:关闭webSocket
71354
+ * @author huangbo
71355
+ * @date 2024年9月7日
71314
71356
  **/
71315
71357
  handlerClose: function handlerClose() {
71316
71358
  if (this.webSocket) {
@@ -71318,10 +71360,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71318
71360
  }
71319
71361
  },
71320
71362
 
71321
- /**
71322
- * @desc:刷新选中iframe页签
71323
- * @author huangbo
71324
- * @date 2024年9月7日
71363
+ /**
71364
+ * @desc:刷新选中iframe页签
71365
+ * @author huangbo
71366
+ * @date 2024年9月7日
71325
71367
  **/
71326
71368
  handleRefresh: function handleRefresh(arg) {
71327
71369
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71358,10 +71400,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71358
71400
  }
71359
71401
  },
71360
71402
 
71361
- /**
71362
- * @desc:删除iframe
71363
- * @author huangbo
71364
- * @date 2024年9月7日
71403
+ /**
71404
+ * @desc:删除iframe
71405
+ * @author huangbo
71406
+ * @date 2024年9月7日
71365
71407
  **/
71366
71408
  handleRemove: function handleRemove(name) {
71367
71409
  var len = this.tabs.length - 1;
@@ -71378,10 +71420,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71378
71420
  }
71379
71421
  },
71380
71422
 
71381
- /**
71382
- * @desc:tabs鼠标右键事件
71383
- * @author huangbo
71384
- * @date 2024年9月7日
71423
+ /**
71424
+ * @desc:tabs鼠标右键事件
71425
+ * @author huangbo
71426
+ * @date 2024年9月7日
71385
71427
  **/
71386
71428
  handleContextmenu: function handleContextmenu(tabs, e) {
71387
71429
  var disabled = {};
@@ -71406,10 +71448,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71406
71448
  window.addEventListener('click', this.closeTabsEvents);
71407
71449
  },
71408
71450
 
71409
- /**
71410
- * @desc:tabs页签事件
71411
- * @author huangbo
71412
- * @date 2024年9月7日
71451
+ /**
71452
+ * @desc:tabs页签事件
71453
+ * @author huangbo
71454
+ * @date 2024年9月7日
71413
71455
  **/
71414
71456
  handleTabsEvents: function handleTabsEvents(num) {
71415
71457
  if (this.pane !== null) {
@@ -71420,10 +71462,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71420
71462
  },
71421
71463
 
71422
71464
 
71423
- /**
71424
- * @desc:关闭页签事件面板
71425
- * @author huangbo
71426
- * @date 2024年9月7日
71465
+ /**
71466
+ * @desc:关闭页签事件面板
71467
+ * @author huangbo
71468
+ * @date 2024年9月7日
71427
71469
  **/
71428
71470
  closeTabsEvents: function closeTabsEvents(e) {
71429
71471
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71433,10 +71475,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71433
71475
  },
71434
71476
 
71435
71477
 
71436
- /**
71437
- * @desc:tabs页签点击事件
71438
- * @author huangbo
71439
- * @date 2024年9月7日
71478
+ /**
71479
+ * @desc:tabs页签点击事件
71480
+ * @author huangbo
71481
+ * @date 2024年9月7日
71440
71482
  **/
71441
71483
  handleTabClick: function handleTabClick() {
71442
71484
  this.active = '';
@@ -71444,10 +71486,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71444
71486
  this.showMenu = false;
71445
71487
  },
71446
71488
 
71447
- /**
71448
- * @desc:handler工具栏点击事件
71449
- * @author huangbo
71450
- * @date 2024年9月7日
71489
+ /**
71490
+ * @desc:handler工具栏点击事件
71491
+ * @author huangbo
71492
+ * @date 2024年9月7日
71451
71493
  **/
71452
71494
  handleClick: function handleClick(res) {
71453
71495
  var type = res.type,
@@ -71528,10 +71570,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71528
71570
  this.$emit('handler-click', res);
71529
71571
  },
71530
71572
 
71531
- /**
71532
- * @desc:退出登录
71533
- * @author huangbo
71534
- * @date 2024年9月7日
71573
+ /**
71574
+ * @desc:退出登录
71575
+ * @author huangbo
71576
+ * @date 2024年9月7日
71535
71577
  **/
71536
71578
  handleQuit: function handleQuit() {
71537
71579
  var _this7 = this;
@@ -71612,10 +71654,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71612
71654
  }).catch(function (e) {});
71613
71655
  },
71614
71656
 
71615
- /**
71616
- * @desc:主题、消息回调
71617
- * @author huangbo
71618
- * @date 2024年9月7日
71657
+ /**
71658
+ * @desc:主题、消息回调
71659
+ * @author huangbo
71660
+ * @date 2024年9月7日
71619
71661
  **/
71620
71662
  handleChange: function handleChange(res) {
71621
71663
  var type = res.type,
@@ -71631,10 +71673,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71631
71673
  }
71632
71674
  },
71633
71675
 
71634
- /**
71635
- * @desc:菜单布局样式切换
71636
- * @author huangbo
71637
- * @date 2024年9月7日
71676
+ /**
71677
+ * @desc:菜单布局样式切换
71678
+ * @author huangbo
71679
+ * @date 2024年9月7日
71638
71680
  **/
71639
71681
  handleLayout: function handleLayout(res, active) {
71640
71682
  if (active) {
@@ -71644,10 +71686,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71644
71686
  this.$emit('chang-layout', res, active);
71645
71687
  },
71646
71688
 
71647
- /**
71648
- * @desc:消息修改总数
71649
- * @author huangbo
71650
- * @date 2024年9月7日
71689
+ /**
71690
+ * @desc:消息修改总数
71691
+ * @author huangbo
71692
+ * @date 2024年9月7日
71651
71693
  **/
71652
71694
  handleMenuTips: function handleMenuTips(id, num) {
71653
71695
  if (num) {
@@ -71658,10 +71700,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71658
71700
  }
71659
71701
  },
71660
71702
 
71661
- /**
71662
- * @desc:处理即时消息
71663
- * @author huangbo
71664
- * @date 2024年9月7日
71703
+ /**
71704
+ * @desc:处理即时消息
71705
+ * @author huangbo
71706
+ * @date 2024年9月7日
71665
71707
  **/
71666
71708
  handleOpened: function handleOpened(res) {
71667
71709
  var _this8 = this;
@@ -71799,8 +71841,8 @@ var simplicity_component = normalizeComponent(
71799
71841
  )
71800
71842
 
71801
71843
  /* harmony default export */ var simplicity = (simplicity_component.exports);
71802
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=5fe5b776&scoped=true&
71803
- var simplicityTopvue_type_template_id_5fe5b776_scoped_true_render = function () {
71844
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=bb63a666&scoped=true&
71845
+ var simplicityTopvue_type_template_id_bb63a666_scoped_true_render = function () {
71804
71846
  var _vm = this
71805
71847
  var _h = _vm.$createElement
71806
71848
  var _c = _vm._self._c || _h
@@ -72367,11 +72409,11 @@ var simplicityTopvue_type_template_id_5fe5b776_scoped_true_render = function ()
72367
72409
  1
72368
72410
  )
72369
72411
  }
72370
- var simplicityTopvue_type_template_id_5fe5b776_scoped_true_staticRenderFns = []
72371
- simplicityTopvue_type_template_id_5fe5b776_scoped_true_render._withStripped = true
72412
+ var simplicityTopvue_type_template_id_bb63a666_scoped_true_staticRenderFns = []
72413
+ simplicityTopvue_type_template_id_bb63a666_scoped_true_render._withStripped = true
72372
72414
 
72373
72415
 
72374
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=5fe5b776&scoped=true&
72416
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=bb63a666&scoped=true&
72375
72417
 
72376
72418
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/avatar.vue?vue&type=template&id=30391b69&scoped=true&
72377
72419
  var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
@@ -75247,6 +75289,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75247
75289
  },
75248
75290
  data: function data() {
75249
75291
  return {
75292
+ winTop: utils_util.getWinTop(),
75250
75293
  appCodes: 'indexUrl',
75251
75294
  tabActiveName: '',
75252
75295
  count: 0,
@@ -75668,7 +75711,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75668
75711
  },
75669
75712
  mounted: function mounted() {
75670
75713
  // this.handleListener();
75671
- window.top.jumpMenu = window.top.jumpTopMenu = this.handleSelect;
75714
+ window.jumpMenu = this.wintop.jumpTopMenu = this.handleSelect;
75672
75715
  this.queryChildMenuData();
75673
75716
  },
75674
75717
 
@@ -75686,8 +75729,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75686
75729
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75687
75730
  },
75688
75731
 
75689
- /**
75690
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75732
+ /**
75733
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75691
75734
  */
75692
75735
  queryChildMenuData: function queryChildMenuData() {
75693
75736
  var _this2 = this;
@@ -75806,8 +75849,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75806
75849
  }))();
75807
75850
  },
75808
75851
 
75809
- /**
75810
- * getVoteMeetingNum: 查询会议数量
75852
+ /**
75853
+ * getVoteMeetingNum: 查询会议数量
75811
75854
  */
75812
75855
  getVoteMeetingNum: function getVoteMeetingNum() {
75813
75856
  var _this5 = this;
@@ -75832,8 +75875,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75832
75875
  });
75833
75876
  },
75834
75877
 
75835
- /**
75836
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75878
+ /**
75879
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75837
75880
  */
75838
75881
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75839
75882
  var _this6 = this;
@@ -75858,8 +75901,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75858
75901
  },
75859
75902
 
75860
75903
 
75861
- /**
75862
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75904
+ /**
75905
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75863
75906
  */
75864
75907
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75865
75908
  var _this7 = this;
@@ -75887,8 +75930,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75887
75930
  });
75888
75931
  },
75889
75932
 
75890
- /**
75891
- * getIndexCount: 查询待办任务数量
75933
+ /**
75934
+ * getIndexCount: 查询待办任务数量
75892
75935
  */
75893
75936
  getIndexCount: function getIndexCount() {
75894
75937
  var _this8 = this;
@@ -75919,10 +75962,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75919
75962
  this.$refs.user.handleSelect(res);
75920
75963
  },
75921
75964
 
75922
- /**
75923
- * @desc:匹配路由
75924
- * @author huangbo
75925
- * @date 2024年9月7日
75965
+ /**
75966
+ * @desc:匹配路由
75967
+ * @author huangbo
75968
+ * @date 2024年9月7日
75926
75969
  **/
75927
75970
  hasRouter: function hasRouter(res, url, code) {
75928
75971
  if (!url) {
@@ -75966,10 +76009,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75966
76009
  return false;
75967
76010
  },
75968
76011
 
75969
- /**
75970
- * @desc:获取初始数据
75971
- * @author huangbo
75972
- * @date 2024年9月7日
76012
+ /**
76013
+ * @desc:获取初始数据
76014
+ * @author huangbo
76015
+ * @date 2024年9月7日
75973
76016
  **/
75974
76017
  init: function init(results) {
75975
76018
  this.setConfig(results);
@@ -75980,10 +76023,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75980
76023
  // }
75981
76024
  },
75982
76025
 
75983
- /**
75984
- * @desc:设置用户配置及信息
75985
- * @author huangbo
75986
- * @date 2024年9月7日
76026
+ /**
76027
+ * @desc:设置用户配置及信息
76028
+ * @author huangbo
76029
+ * @date 2024年9月7日
75987
76030
  **/
75988
76031
  setConfig: function setConfig(results) {
75989
76032
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76147,8 +76190,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76147
76190
  }
76148
76191
  },
76149
76192
 
76150
- /**
76151
- * @desc:获取用户自定义菜单
76193
+ /**
76194
+ * @desc:获取用户自定义菜单
76152
76195
  **/
76153
76196
  getUseCommonMenu: function getUseCommonMenu() {
76154
76197
  var _this9 = this;
@@ -76178,10 +76221,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76178
76221
  });
76179
76222
  },
76180
76223
 
76181
- /**
76182
- * @desc:获取所有应用
76183
- * @author huangbo
76184
- * @date 2024年9月7日
76224
+ /**
76225
+ * @desc:获取所有应用
76226
+ * @author huangbo
76227
+ * @date 2024年9月7日
76185
76228
  **/
76186
76229
  getApplications: function getApplications() {
76187
76230
  var _this10 = this;
@@ -76229,10 +76272,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76229
76272
  });
76230
76273
  },
76231
76274
 
76232
- /**
76233
- * @desc:获取菜单列表
76234
- * @author huangbo
76235
- * @date 2024年9月7日
76275
+ /**
76276
+ * @desc:获取菜单列表
76277
+ * @author huangbo
76278
+ * @date 2024年9月7日
76236
76279
  **/
76237
76280
  getMenus: function getMenus(loading) {
76238
76281
  var _this11 = this;
@@ -76259,10 +76302,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76259
76302
  });
76260
76303
  },
76261
76304
 
76262
- /**
76263
- * @desc:处理菜单列表
76264
- * @author huangbo
76265
- * @date 2024年9月7日
76305
+ /**
76306
+ * @desc:处理菜单列表
76307
+ * @author huangbo
76308
+ * @date 2024年9月7日
76266
76309
  **/
76267
76310
  renderMenus: function renderMenus(res) {
76268
76311
  // // console.log(res, 'renderMenus');
@@ -76308,9 +76351,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76308
76351
  // console.log(this.currentPage, 'currentPage');
76309
76352
  },
76310
76353
 
76311
- /**
76312
- * 更新myRemind中各项的权限状态
76313
- * @param {Array} menus - 完整的菜单列表
76354
+ /**
76355
+ * 更新myRemind中各项的权限状态
76356
+ * @param {Array} menus - 完整的菜单列表
76314
76357
  */
76315
76358
  updateRemindPermission: function updateRemindPermission(menus) {
76316
76359
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76338,10 +76381,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76338
76381
  });
76339
76382
  },
76340
76383
 
76341
- /**
76342
- * @desc:设置页面加载类型
76343
- * @author huangbo
76344
- * @date 2024年9月7日
76384
+ /**
76385
+ * @desc:设置页面加载类型
76386
+ * @author huangbo
76387
+ * @date 2024年9月7日
76345
76388
  **/
76346
76389
  setIframeType: function setIframeType(res) {
76347
76390
  var url = res.url;
@@ -76398,10 +76441,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76398
76441
  return res;
76399
76442
  },
76400
76443
 
76401
- /**
76402
- * @desc:获取菜单
76403
- * @author huangbo
76404
- * @date 2024年9月7日
76444
+ /**
76445
+ * @desc:获取菜单
76446
+ * @author huangbo
76447
+ * @date 2024年9月7日
76405
76448
  **/
76406
76449
  getMenu: function getMenu(menus, res, key) {
76407
76450
  if (Array.isArray(menus)) {
@@ -76430,10 +76473,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76430
76473
  return false;
76431
76474
  },
76432
76475
 
76433
- /**
76434
- * @desc:获取菜单第一条数据
76435
- * @author huangbo
76436
- * @date 2024年9月7日
76476
+ /**
76477
+ * @desc:获取菜单第一条数据
76478
+ * @author huangbo
76479
+ * @date 2024年9月7日
76437
76480
  **/
76438
76481
  getFirst: function getFirst(obj) {
76439
76482
  if (!obj) {
@@ -76452,10 +76495,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76452
76495
  }
76453
76496
  },
76454
76497
 
76455
- /**
76456
- * @desc:遍历设置菜单气泡提醒
76457
- * @author huangbo
76458
- * @date 2024年9月7日
76498
+ /**
76499
+ * @desc:遍历设置菜单气泡提醒
76500
+ * @author huangbo
76501
+ * @date 2024年9月7日
76459
76502
  **/
76460
76503
  setTips: function setTips(obj) {
76461
76504
  var _this12 = this;
@@ -76520,10 +76563,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76520
76563
  }
76521
76564
  },
76522
76565
 
76523
- /**
76524
- * @desc:获取气泡提醒
76525
- * @author huangbo
76526
- * @date 2024年9月7日
76566
+ /**
76567
+ * @desc:获取气泡提醒
76568
+ * @author huangbo
76569
+ * @date 2024年9月7日
76527
76570
  **/
76528
76571
  getBadge: function getBadge(res) {
76529
76572
  var num = res.tips || 0;
@@ -76537,10 +76580,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76537
76580
  };
76538
76581
  },
76539
76582
 
76540
- /**
76541
- * @desc:开启weosocket
76542
- * @author huangbo
76543
- * @date 2024年9月7日
76583
+ /**
76584
+ * @desc:开启weosocket
76585
+ * @author huangbo
76586
+ * @date 2024年9月7日
76544
76587
  **/
76545
76588
  initWebSocket: function initWebSocket() {
76546
76589
  var _this14 = this;
@@ -76570,8 +76613,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76570
76613
  if (tips) {
76571
76614
  for (var key in tips) {
76572
76615
  if (key == 'pcHandlePendingCount' || key == 'pcReadPendingCount') {
76573
- if (_this14.appCodes == 'indexUrl' && window.top.refreshList) {
76574
- window.top.refreshList(key);
76616
+ if (_this14.appCodes == 'indexUrl' && _this14.wintop.refreshList) {
76617
+ _this14.wintop.refreshList(key);
76575
76618
  }
76576
76619
  if (_this14.appCodes == 'wdtxpengding_make') {
76577
76620
  _this14.handleRefresh(1);
@@ -76608,10 +76651,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76608
76651
  });
76609
76652
  },
76610
76653
 
76611
- /**
76612
- * @desc:显示用户信息
76613
- * @author huangbo
76614
- * @date 2024年9月7日
76654
+ /**
76655
+ * @desc:显示用户信息
76656
+ * @author huangbo
76657
+ * @date 2024年9月7日
76615
76658
  **/
76616
76659
  showUserInfo: function showUserInfo() {
76617
76660
  if (this.showUser === false) {
@@ -76619,19 +76662,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76619
76662
  }
76620
76663
  },
76621
76664
 
76622
- /**
76623
- * @desc:删除更多应用菜单点击
76624
- * @author huangbo
76625
- * @date 2024年9月7日
76665
+ /**
76666
+ * @desc:删除更多应用菜单点击
76667
+ * @author huangbo
76668
+ * @date 2024年9月7日
76626
76669
  **/
76627
76670
  handleDelete: function handleDelete(index) {
76628
76671
  this.newApps.splice(index, 1);
76629
76672
  },
76630
76673
 
76631
- /**
76632
- * @desc:显示Drawer界面
76633
- * @author huangbo
76634
- * @date 2024年9月7日
76674
+ /**
76675
+ * @desc:显示Drawer界面
76676
+ * @author huangbo
76677
+ * @date 2024年9月7日
76635
76678
  **/
76636
76679
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76637
76680
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76651,28 +76694,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76651
76694
  }
76652
76695
  },
76653
76696
 
76654
- /**
76655
- * @desc:关闭Drawer界面
76656
- * @author huangbo
76657
- * @date 2024年9月7日
76697
+ /**
76698
+ * @desc:关闭Drawer界面
76699
+ * @author huangbo
76700
+ * @date 2024年9月7日
76658
76701
  **/
76659
76702
  handleCloseDrawer: function handleCloseDrawer() {
76660
76703
  this.drawer = { visible: false };
76661
76704
  },
76662
76705
 
76663
- /**
76664
- * @desc:用户详情请求成功
76665
- * @author huangbo
76666
- * @date 2024年9月7日
76706
+ /**
76707
+ * @desc:用户详情请求成功
76708
+ * @author huangbo
76709
+ * @date 2024年9月7日
76667
76710
  **/
76668
76711
  handleSuccess: function handleSuccess(res) {
76669
76712
  this.simpleUserInfo = res.simpleUserInfo;
76670
76713
  },
76671
76714
 
76672
- /**
76673
- * @desc:修改用户配置
76674
- * @author huangbo
76675
- * @date 2024年9月7日
76715
+ /**
76716
+ * @desc:修改用户配置
76717
+ * @author huangbo
76718
+ * @date 2024年9月7日
76676
76719
  **/
76677
76720
  handleChangeConfig: function handleChangeConfig(name, res) {
76678
76721
  if (name == 'userHeadUrl') {
@@ -76688,10 +76731,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76688
76731
  }
76689
76732
  },
76690
76733
 
76691
- /**
76692
- * @desc:关闭webSocket
76693
- * @author huangbo
76694
- * @date 2024年9月7日
76734
+ /**
76735
+ * @desc:关闭webSocket
76736
+ * @author huangbo
76737
+ * @date 2024年9月7日
76695
76738
  **/
76696
76739
  handlerClose: function handlerClose() {
76697
76740
  if (this.webSocket) {
@@ -76702,18 +76745,18 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76702
76745
  this.handleRefresh(1);
76703
76746
  },
76704
76747
 
76705
- /**
76706
- * @desc:刷新选中iframe页签
76707
- * @author huangbo
76708
- * @date 2024年9月7日
76748
+ /**
76749
+ * @desc:刷新选中iframe页签
76750
+ * @author huangbo
76751
+ * @date 2024年9月7日
76709
76752
  **/
76710
76753
  handleRefresh: function handleRefresh(arg) {
76711
76754
  if (arg !== 1) {
76712
76755
  this.getNums();
76713
76756
  }
76714
76757
  // console.log(arg, 'arg');
76715
- if (window.top.refreshList) {
76716
- window.top.refreshList();
76758
+ if (this.wintop.refreshList) {
76759
+ this.wintop.refreshList();
76717
76760
  }
76718
76761
  if (arg != undefined) {
76719
76762
  var tab = this.currentPage;
@@ -76751,10 +76794,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76751
76794
  }
76752
76795
  },
76753
76796
 
76754
- /**
76755
- * @desc:删除iframe
76756
- * @author huangbo
76757
- * @date 2024年9月7日
76797
+ /**
76798
+ * @desc:删除iframe
76799
+ * @author huangbo
76800
+ * @date 2024年9月7日
76758
76801
  **/
76759
76802
  handleRemove: function handleRemove(name) {
76760
76803
  var len = this.tabs.length - 1;
@@ -76771,10 +76814,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76771
76814
  }
76772
76815
  },
76773
76816
 
76774
- /**
76775
- * @desc:tabs鼠标右键事件
76776
- * @author huangbo
76777
- * @date 2024年9月7日
76817
+ /**
76818
+ * @desc:tabs鼠标右键事件
76819
+ * @author huangbo
76820
+ * @date 2024年9月7日
76778
76821
  **/
76779
76822
  handleContextmenu: function handleContextmenu(tabs, e) {
76780
76823
  var disabled = {};
@@ -76799,10 +76842,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76799
76842
  window.addEventListener('click', this.closeTabsEvents);
76800
76843
  },
76801
76844
 
76802
- /**
76803
- * @desc:tabs页签事件
76804
- * @author huangbo
76805
- * @date 2024年9月7日
76845
+ /**
76846
+ * @desc:tabs页签事件
76847
+ * @author huangbo
76848
+ * @date 2024年9月7日
76806
76849
  **/
76807
76850
  handleTabsEvents: function handleTabsEvents(num) {
76808
76851
  if (this.pane !== null) {
@@ -76813,10 +76856,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76813
76856
  },
76814
76857
 
76815
76858
 
76816
- /**
76817
- * @desc:关闭页签事件面板
76818
- * @author huangbo
76819
- * @date 2024年9月7日
76859
+ /**
76860
+ * @desc:关闭页签事件面板
76861
+ * @author huangbo
76862
+ * @date 2024年9月7日
76820
76863
  **/
76821
76864
  closeTabsEvents: function closeTabsEvents(e) {
76822
76865
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76826,10 +76869,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76826
76869
  },
76827
76870
 
76828
76871
 
76829
- /**
76830
- * @desc:tabs页签点击事件
76831
- * @author huangbo
76832
- * @date 2024年9月7日
76872
+ /**
76873
+ * @desc:tabs页签点击事件
76874
+ * @author huangbo
76875
+ * @date 2024年9月7日
76833
76876
  **/
76834
76877
  handleTabClick: function handleTabClick() {
76835
76878
  this.active = '';
@@ -76837,10 +76880,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76837
76880
  this.showMenu = false;
76838
76881
  },
76839
76882
 
76840
- /**
76841
- * @desc:handler工具栏点击事件
76842
- * @author huangbo
76843
- * @date 2024年9月7日
76883
+ /**
76884
+ * @desc:handler工具栏点击事件
76885
+ * @author huangbo
76886
+ * @date 2024年9月7日
76844
76887
  **/
76845
76888
  handleClick: function handleClick(res) {
76846
76889
  var type = res.type,
@@ -76930,10 +76973,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76930
76973
  this.$emit('handler-click', res);
76931
76974
  },
76932
76975
 
76933
- /**
76934
- * @desc:退出登录
76935
- * @author huangbo
76936
- * @date 2024年9月7日
76976
+ /**
76977
+ * @desc:退出登录
76978
+ * @author huangbo
76979
+ * @date 2024年9月7日
76937
76980
  **/
76938
76981
  handleQuit: function handleQuit() {
76939
76982
  var _this15 = this;
@@ -77008,10 +77051,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77008
77051
  }).catch(function (e) {});
77009
77052
  },
77010
77053
 
77011
- /**
77012
- * @desc:主题、消息回调
77013
- * @author huangbo
77014
- * @date 2024年9月7日
77054
+ /**
77055
+ * @desc:主题、消息回调
77056
+ * @author huangbo
77057
+ * @date 2024年9月7日
77015
77058
  **/
77016
77059
  handleChange: function handleChange(res) {
77017
77060
  var type = res.type,
@@ -77027,10 +77070,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77027
77070
  }
77028
77071
  },
77029
77072
 
77030
- /**
77031
- * @desc:菜单布局样式切换
77032
- * @author huangbo
77033
- * @date 2024年9月7日
77073
+ /**
77074
+ * @desc:菜单布局样式切换
77075
+ * @author huangbo
77076
+ * @date 2024年9月7日
77034
77077
  **/
77035
77078
  handleLayout: function handleLayout(res, active) {
77036
77079
  if (active) {
@@ -77040,10 +77083,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77040
77083
  this.$emit('chang-layout', res, active);
77041
77084
  },
77042
77085
 
77043
- /**
77044
- * @desc:消息修改总数
77045
- * @author huangbo
77046
- * @date 2024年9月7日
77086
+ /**
77087
+ * @desc:消息修改总数
77088
+ * @author huangbo
77089
+ * @date 2024年9月7日
77047
77090
  **/
77048
77091
  handleMenuTips: function handleMenuTips(id, num) {
77049
77092
  if (num) {
@@ -77054,10 +77097,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77054
77097
  }
77055
77098
  },
77056
77099
 
77057
- /**
77058
- * @desc:处理即时消息
77059
- * @author huangbo
77060
- * @date 2024年9月7日
77100
+ /**
77101
+ * @desc:处理即时消息
77102
+ * @author huangbo
77103
+ * @date 2024年9月7日
77061
77104
  **/
77062
77105
  handleOpened: function handleOpened(res) {
77063
77106
  var _this16 = this;
@@ -77073,14 +77116,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77073
77116
  }
77074
77117
  },
77075
77118
 
77076
- /**
77077
- * @desc:菜单点击事件
77078
- * @author huangbo
77079
- * @date 2024年9月7日
77080
- * @param {*} res 菜单点击事件参数
77081
- * @param {*} method 菜单点击事件方法
77082
- * 1.顶部菜单点击跳转已经实现
77083
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77119
+ /**
77120
+ * @desc:菜单点击事件
77121
+ * @author huangbo
77122
+ * @date 2024年9月7日
77123
+ * @param {*} res 菜单点击事件参数
77124
+ * @param {*} method 菜单点击事件方法
77125
+ * 1.顶部菜单点击跳转已经实现
77126
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77084
77127
  **/
77085
77128
  handleSelect: function handleSelect(res) {
77086
77129
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -77242,11 +77285,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77242
77285
 
77243
77286
  var simplicityTop_component = normalizeComponent(
77244
77287
  src_simplicityTopvue_type_script_lang_js_,
77245
- simplicityTopvue_type_template_id_5fe5b776_scoped_true_render,
77246
- simplicityTopvue_type_template_id_5fe5b776_scoped_true_staticRenderFns,
77288
+ simplicityTopvue_type_template_id_bb63a666_scoped_true_render,
77289
+ simplicityTopvue_type_template_id_bb63a666_scoped_true_staticRenderFns,
77247
77290
  false,
77248
77291
  null,
77249
- "5fe5b776",
77292
+ "bb63a666",
77250
77293
  null
77251
77294
 
77252
77295
  )
@@ -81551,7 +81594,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81551
81594
  // 重新加载页面,刷新布局风格配置信息
81552
81595
  // 如果不刷新,会导致事件绑定出现问题,导致事件丢失
81553
81596
  if (this.changeThemeReload) {
81554
- window.top.location.reload();
81597
+ window.location.reload();
81555
81598
  return;
81556
81599
  }
81557
81600
 
@@ -81916,8 +81959,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81916
81959
 
81917
81960
  var main_src_main_component = normalizeComponent(
81918
81961
  packages_main_src_mainvue_type_script_lang_js_,
81919
- mainvue_type_template_id_3dbf95b9_render,
81920
- mainvue_type_template_id_3dbf95b9_staticRenderFns,
81962
+ mainvue_type_template_id_b3cc50dc_render,
81963
+ mainvue_type_template_id_b3cc50dc_staticRenderFns,
81921
81964
  false,
81922
81965
  null,
81923
81966
  null,
@@ -84488,19 +84531,19 @@ var QRCode = __webpack_require__(28);
84488
84531
  //设置logo大小
84489
84532
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84490
84533
  //设置获取的logo将其变为圆角以及添加白色背景
84491
- /* ctx.fillStyle = "#fff";
84492
- ctx.beginPath();
84493
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84494
- let w = 46; //圆角宽
84495
- let x = logoPosition - 5;
84496
- let y = logoPosition - 5;
84497
- let r = 5; //圆角半径
84498
- ctx.moveTo(x + r, y);
84499
- ctx.arcTo(x + w, y, x + w, y + h, r);
84500
- ctx.arcTo(x + w, y + h, x, y + h, r);
84501
- ctx.arcTo(x, y + h, x, y, r);
84502
- ctx.arcTo(x, y, x + w, y, r);
84503
- ctx.closePath();
84534
+ /* ctx.fillStyle = "#fff";
84535
+ ctx.beginPath();
84536
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84537
+ let w = 46; //圆角宽
84538
+ let x = logoPosition - 5;
84539
+ let y = logoPosition - 5;
84540
+ let r = 5; //圆角半径
84541
+ ctx.moveTo(x + r, y);
84542
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84543
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84544
+ ctx.arcTo(x, y + h, x, y, r);
84545
+ ctx.arcTo(x, y, x + w, y, r);
84546
+ ctx.closePath();
84504
84547
  ctx.fill(); */
84505
84548
  logo.onload = function () {
84506
84549
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102655,7 +102698,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102655
102698
  }
102656
102699
 
102657
102700
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102658
- version: '0.8.4',
102701
+ version: '0.8.5',
102659
102702
  install: install,
102660
102703
  Button: packages_button,
102661
102704
  ButtonGroup: button_group,