eoss-ui 0.8.4 → 0.8.6

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 (144) hide show
  1. package/lib/button-group.js +64 -57
  2. package/lib/button.js +64 -57
  3. package/lib/calogin.js +107 -69
  4. package/lib/checkbox-group.js +64 -57
  5. package/lib/data-table-form.js +64 -57
  6. package/lib/data-table.js +64 -57
  7. package/lib/date-picker.js +64 -57
  8. package/lib/dialog.js +64 -57
  9. package/lib/eoss-ui.common.js +631 -582
  10. package/lib/flow-group.js +64 -57
  11. package/lib/flow-list.js +160 -153
  12. package/lib/flow.js +465 -444
  13. package/lib/form.js +64 -57
  14. package/lib/handle-user.js +64 -57
  15. package/lib/handler.js +64 -57
  16. package/lib/icon.js +64 -57
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +64 -57
  19. package/lib/input.js +64 -57
  20. package/lib/login.js +64 -57
  21. package/lib/main.js +86 -78
  22. package/lib/nav.js +64 -57
  23. package/lib/page.js +64 -57
  24. package/lib/pagination.js +64 -57
  25. package/lib/player.js +64 -57
  26. package/lib/qr-code.js +64 -57
  27. package/lib/radio-group.js +64 -57
  28. package/lib/retrial-auth.js +64 -57
  29. package/lib/select-ganged.js +64 -57
  30. package/lib/select.js +64 -57
  31. package/lib/selector-panel.js +64 -57
  32. package/lib/selector.js +64 -57
  33. package/lib/sizer.js +64 -57
  34. package/lib/steps.js +64 -57
  35. package/lib/switch.js +64 -57
  36. package/lib/table-form.js +64 -57
  37. package/lib/tabs.js +64 -57
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +64 -57
  41. package/lib/tree-group.js +64 -57
  42. package/lib/tree.js +64 -57
  43. package/lib/upload.js +64 -57
  44. package/lib/utils/util.js +64 -57
  45. package/lib/wujie.js +64 -57
  46. package/lib/wxlogin.js +64 -57
  47. package/package.json +1 -1
  48. package/packages/.DS_Store +0 -0
  49. package/packages/button-group/src/main.vue +346 -346
  50. package/packages/calogin/.DS_Store +0 -0
  51. package/packages/calogin/src/main.vue +412 -412
  52. package/packages/calogin/src/plugin.js +3 -3
  53. package/packages/clients/src/main.vue +151 -151
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/src/.DS_Store +0 -0
  56. package/packages/dialog/.DS_Store +0 -0
  57. package/packages/flow/.DS_Store +0 -0
  58. package/packages/flow/src/.DS_Store +0 -0
  59. package/packages/flow/src/component/Circulate.vue +417 -417
  60. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  61. package/packages/flow/src/component/CustomPreset.vue +324 -324
  62. package/packages/flow/src/component/FileList.vue +97 -97
  63. package/packages/flow/src/component/Preset.vue +257 -257
  64. package/packages/flow/src/component/SendMsg.vue +242 -242
  65. package/packages/flow/src/component/SortFlow.vue +110 -110
  66. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  67. package/packages/flow/src/form.vue +123 -123
  68. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  69. package/packages/flow/src/processForm.vue +1711 -1680
  70. package/packages/flow/src/processReject.vue +309 -309
  71. package/packages/flow/src/reset.vue +946 -946
  72. package/packages/flow/src/startTaskRead.vue +695 -695
  73. package/packages/flow/src/supervise.vue +159 -159
  74. package/packages/flow/src/table.vue +58 -58
  75. package/packages/flow-list/.DS_Store +0 -0
  76. package/packages/flow-list/src/main.vue +2337 -2337
  77. package/packages/form/.DS_Store +0 -0
  78. package/packages/form/src/main.vue +3901 -3901
  79. package/packages/form/src/table.vue +1512 -1512
  80. package/packages/icon/.DS_Store +0 -0
  81. package/packages/icon/src/main.vue +104 -104
  82. package/packages/login/.DS_Store +0 -0
  83. package/packages/login/src/resetPassword.vue +557 -557
  84. package/packages/main/.DS_Store +0 -0
  85. package/packages/main/src/.DS_Store +0 -0
  86. package/packages/main/src/main.vue +1 -1
  87. package/packages/main/src/public/online.vue +89 -89
  88. package/packages/main/src/public/search.vue +464 -464
  89. package/packages/main/src/public/settings.vue +273 -273
  90. package/packages/main/src/simplicity/apps.vue +388 -388
  91. package/packages/main/src/simplicity/avatar.vue +82 -82
  92. package/packages/main/src/simplicity/handler.vue +158 -158
  93. package/packages/main/src/simplicity/menu-list.vue +135 -135
  94. package/packages/main/src/simplicity/message.vue +293 -293
  95. package/packages/main/src/simplicity/notice.vue +222 -222
  96. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  97. package/packages/main/src/simplicity/user.vue +259 -259
  98. package/packages/main/src/simplicityTop/apps.vue +388 -388
  99. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  100. package/packages/main/src/simplicityTop/handler.vue +215 -215
  101. package/packages/main/src/simplicityTop/index.vue +6 -5
  102. package/packages/main/src/simplicityTop/lists.vue +84 -84
  103. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  104. package/packages/main/src/simplicityTop/message.vue +293 -293
  105. package/packages/main/src/simplicityTop/notice.vue +222 -222
  106. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  107. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  108. package/packages/main/src/simplicityTop/user.vue +259 -259
  109. package/packages/menu/.DS_Store +0 -0
  110. package/packages/menu/src/main.vue +595 -595
  111. package/packages/nav/src/main.vue +351 -351
  112. package/packages/select/.DS_Store +0 -0
  113. package/packages/selector/.DS_Store +0 -0
  114. package/packages/selector/src/main.vue +761 -761
  115. package/packages/selector-panel/.DS_Store +0 -0
  116. package/packages/selector-panel/src/main.vue +1036 -1036
  117. package/packages/selector-panel/src/selection.vue +174 -174
  118. package/packages/switch/src/main.vue +170 -170
  119. package/packages/theme-chalk/lib/index.css +1 -1
  120. package/packages/theme-chalk/lib/login.css +1 -1
  121. package/packages/theme-chalk/src/.DS_Store +0 -0
  122. package/packages/theme-chalk/src/data-table.scss +297 -297
  123. package/packages/theme-chalk/src/flow-list.scss +55 -55
  124. package/packages/theme-chalk/src/flow.scss +373 -373
  125. package/packages/theme-chalk/src/form.scss +501 -501
  126. package/packages/theme-chalk/src/handler.scss +148 -148
  127. package/packages/theme-chalk/src/icon.scss +3452 -3452
  128. package/packages/theme-chalk/src/login.scss +1006 -1006
  129. package/packages/theme-chalk/src/main.scss +664 -664
  130. package/packages/theme-chalk/src/menu.scss +224 -224
  131. package/packages/theme-chalk/src/selector.scss +114 -114
  132. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  133. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  134. package/packages/theme-chalk/src/tree.scss +165 -165
  135. package/packages/theme-chalk/src/upload.scss +172 -172
  136. package/packages/tips/src/main.vue +141 -141
  137. package/packages/upload/.DS_Store +0 -0
  138. package/packages/wujie/src/main.vue +146 -146
  139. package/src/.DS_Store +0 -0
  140. package/src/config/api.js +348 -348
  141. package/src/index.js +163 -163
  142. package/src/utils/.DS_Store +0 -0
  143. package/src/utils/rules.js +18 -18
  144. package/src/utils/util.js +54 -48
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -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
  // 获取用户信息
@@ -1895,6 +1895,7 @@ var util_busEmit = function busEmit(that, _ref3) {
1895
1895
  args = _ref3.args,
1896
1896
  opener = _ref3.opener;
1897
1897
 
1898
+ var winTop = getWinTop();
1898
1899
  if (opener) {
1899
1900
  var source = opener.source,
1900
1901
  origin = opener.origin;
@@ -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
  }
@@ -2151,9 +2152,10 @@ var delUrlParam = function delUrlParam(_ref4) {
2151
2152
  var url = _ref4.url,
2152
2153
  key = _ref4.key;
2153
2154
 
2155
+ var winTop = getWinTop();
2154
2156
  var pUrl = '';
2155
2157
  try {
2156
- pUrl = util_win.top.location.href;
2158
+ pUrl = winTop.location.href;
2157
2159
  } catch (error) {
2158
2160
  pUrl = util_win.location.href;
2159
2161
  }
@@ -3581,18 +3583,20 @@ var util_isLogined = function () {
3581
3583
  cookie = _ref11.cookie,
3582
3584
  loginPage = _ref11.loginPage,
3583
3585
  redirect = _ref11.redirect;
3584
- var quit, pathname, path, token, loadingInstance, referrerUrl;
3586
+ var winTop, quit, pathname, path, token, loadingInstance, referrerUrl;
3585
3587
  return regenerator_default.a.wrap(function _callee$(_context) {
3586
3588
  while (1) {
3587
3589
  switch (_context.prev = _context.next) {
3588
3590
  case 0:
3591
+ winTop = getWinTop();
3592
+
3589
3593
  if (cookie === undefined) {
3590
3594
  cookie = getParams({ name: 'cookie' });
3591
3595
  }
3592
3596
  quit = getParams('quit') || getParams('logout');
3593
3597
 
3594
3598
  if (!quit) {
3595
- _context.next = 5;
3599
+ _context.next = 6;
3596
3600
  break;
3597
3601
  }
3598
3602
 
@@ -3603,11 +3607,11 @@ var util_isLogined = function () {
3603
3607
  }).catch(function () {});
3604
3608
  return _context.abrupt('return');
3605
3609
 
3606
- case 5:
3610
+ case 6:
3607
3611
  pathname = '';
3608
3612
 
3609
3613
  try {
3610
- pathname = util_win.top.location.pathname;
3614
+ pathname = winTop.location.pathname;
3611
3615
  } catch (error) {
3612
3616
  pathname = util_win.location.pathname;
3613
3617
  }
@@ -3633,17 +3637,17 @@ var util_isLogined = function () {
3633
3637
  // eslint-disable-next-line eqeqeq
3634
3638
 
3635
3639
  if (!(token || cookie == true || cookie == 1)) {
3636
- _context.next = 13;
3640
+ _context.next = 14;
3637
3641
  break;
3638
3642
  }
3639
3643
 
3640
3644
  next && next();
3641
- _context.next = 20;
3645
+ _context.next = 21;
3642
3646
  break;
3643
3647
 
3644
- case 13:
3648
+ case 14:
3645
3649
  if (!(!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType'))) {
3646
- _context.next = 19;
3650
+ _context.next = 20;
3647
3651
  break;
3648
3652
  }
3649
3653
 
@@ -3652,7 +3656,7 @@ var util_isLogined = function () {
3652
3656
  spinner: 'el-icon-loading',
3653
3657
  background: 'rgba(0, 0, 0, 0.65)'
3654
3658
  });
3655
- _context.next = 17;
3659
+ _context.next = 18;
3656
3660
  return util_ajax({
3657
3661
  method: 'post',
3658
3662
  url: authCenter,
@@ -3673,12 +3677,12 @@ var util_isLogined = function () {
3673
3677
  });
3674
3678
  try {
3675
3679
  var url = delUrlParam({
3676
- url: util_win.top.location.href,
3680
+ url: winTop.location.href,
3677
3681
  key: ['serverId', 'authType', 'code', 'sessionId']
3678
3682
  });
3679
- util_win.top.location.href = url;
3683
+ winTop.location.href = url;
3680
3684
  setTimeout(function () {
3681
- util_win.top.location.reload();
3685
+ winTop.location.reload();
3682
3686
  }, 200);
3683
3687
  } catch (error) {
3684
3688
  var _url2 = delUrlParam({
@@ -3697,8 +3701,8 @@ var util_isLogined = function () {
3697
3701
  break;
3698
3702
  case 3:
3699
3703
  try {
3700
- var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(util_win.top.location.href));
3701
- util_win.top.location.href = href;
3704
+ var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(winTop.location.href));
3705
+ winTop.location.href = href;
3702
3706
  } catch (error) {
3703
3707
  var _href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(util_win.location.href));
3704
3708
  util_win.location.href = _href;
@@ -3712,18 +3716,18 @@ var util_isLogined = function () {
3712
3716
  sessionStorage.setItem('extUserBindHandleId', results.extUserBindHandleId);
3713
3717
  try {
3714
3718
  if (loginPage) {
3715
- util_win.top.location.replace(loginPage);
3719
+ winTop.location.replace(loginPage);
3716
3720
  } else if (document.referrer) {
3717
3721
  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';
3722
+ if (referrerUrl.host !== winTop.location.host) {
3723
+ winTop.location.replace(document.referrer);
3724
+ } 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) {
3725
+ winTop.location.href = './login.html';
3722
3726
  } else {
3723
3727
  next('/login');
3724
3728
  }
3725
- } else if (util_win.top.location.href.indexOf('main.html') > -1) {
3726
- util_win.top.location.href = './login.html';
3729
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
3730
+ winTop.location.href = './login.html';
3727
3731
  } else {
3728
3732
  next('/login');
3729
3733
  }
@@ -3742,18 +3746,18 @@ var util_isLogined = function () {
3742
3746
  callback: function callback() {
3743
3747
  try {
3744
3748
  if (loginPage) {
3745
- util_win.top.location.replace(loginPage);
3749
+ winTop.location.replace(loginPage);
3746
3750
  } else if (document.referrer) {
3747
3751
  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';
3752
+ if (referrerUrl.host !== winTop.location.host) {
3753
+ winTop.location.replace(document.referrer);
3754
+ } 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) {
3755
+ winTop.location.href = './login.html';
3752
3756
  } else {
3753
3757
  next('/login');
3754
3758
  }
3755
- } else if (util_win.top.location.href.indexOf('main.html') > -1) {
3756
- util_win.top.location.href = './login.html';
3759
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
3760
+ winTop.location.href = './login.html';
3757
3761
  } else {
3758
3762
  next('/login');
3759
3763
  }
@@ -3768,11 +3772,11 @@ var util_isLogined = function () {
3768
3772
  loadingInstance.close();
3769
3773
  });
3770
3774
 
3771
- case 17:
3772
- _context.next = 20;
3775
+ case 18:
3776
+ _context.next = 21;
3773
3777
  break;
3774
3778
 
3775
- case 19:
3779
+ case 20:
3776
3780
  if (token || to.path === '/' || to.path === '/404' || to.path === '/error' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
3777
3781
  if (redirect && (to.path === '/main' || to.path === '/login')) {
3778
3782
  window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
@@ -3782,19 +3786,19 @@ var util_isLogined = function () {
3782
3786
  } else {
3783
3787
  try {
3784
3788
  if (loginPage) {
3785
- util_win.top.location.replace(loginPage);
3789
+ winTop.location.replace(loginPage);
3786
3790
  } else if (document.referrer) {
3787
3791
  referrerUrl = new URL(document.referrer);
3788
3792
 
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';
3793
+ if (referrerUrl.host !== winTop.location.host) {
3794
+ winTop.location.replace(document.referrer);
3795
+ } 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) {
3796
+ winTop.location.href = './login.html';
3793
3797
  } else {
3794
3798
  next('/login');
3795
3799
  }
3796
- } else if (util_win.top.location.href.indexOf('main.html') > -1) {
3797
- util_win.top.location.href = './login.html';
3800
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
3801
+ winTop.location.href = './login.html';
3798
3802
  } else {
3799
3803
  next('/login');
3800
3804
  }
@@ -3803,7 +3807,7 @@ var util_isLogined = function () {
3803
3807
  }
3804
3808
  }
3805
3809
 
3806
- case 20:
3810
+ case 21:
3807
3811
  case 'end':
3808
3812
  return _context.stop();
3809
3813
  }
@@ -3921,12 +3925,13 @@ var loadJs = function loadJs(_ref13) {
3921
3925
  * @param {String} [text] - 显示的文本内容
3922
3926
  **/
3923
3927
  var util_loading = function loading($loading, res) {
3928
+ var winTop = getWinTop();
3924
3929
  if (!$loading) {
3925
3930
  $loading = external_eoss_element_["Loading"].service;
3926
3931
  }
3927
3932
  if (util_isObject(res)) {
3928
3933
  var config = extend({}, {
3929
- target: util_win.top.document.body,
3934
+ target: winTop.document.body,
3930
3935
  fullscreen: true,
3931
3936
  background: 'rgba(0, 0, 0, 0.65)',
3932
3937
  spinner: 'el-icon-loading',
@@ -3935,7 +3940,7 @@ var util_loading = function loading($loading, res) {
3935
3940
  return $loading(config);
3936
3941
  } else {
3937
3942
  var _loading = $loading({
3938
- target: util_win.top.document.body,
3943
+ target: winTop.document.body,
3939
3944
  fullscreen: true,
3940
3945
  background: 'rgba(0, 0, 0, 0.65)',
3941
3946
  spinner: 'el-icon-loading',
@@ -4077,11 +4082,12 @@ var replenish = function replenish(_ref15) {
4077
4082
  * @param {object} [data] - 数字或字符串型数字
4078
4083
  **/
4079
4084
  var util_responses = function responses(data) {
4085
+ var winTop = getWinTop();
4080
4086
  if (data.rCode === 64 || data.rCode === 65 || data.rCode === 67 || data.rCode === 69) {
4081
4087
  removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
4082
4088
  var href = '';
4083
4089
  try {
4084
- href = util_win.top.location.href;
4090
+ href = winTop.location.href;
4085
4091
  } catch (error) {
4086
4092
  href = util_win.location.href;
4087
4093
  }
@@ -4106,7 +4112,7 @@ var util_responses = function responses(data) {
4106
4112
  if (loginPage) {
4107
4113
  var src = void 0;
4108
4114
  if (!startWith(loginPage, ['http', '/'], true)) {
4109
- var pathname = util_win.top.location.pathname;
4115
+ var pathname = winTop.location.pathname;
4110
4116
  if (pathname !== '/') {
4111
4117
  pathname = pathname.split('/');
4112
4118
  pathname.splice(pathname.length - 1);
@@ -4118,16 +4124,16 @@ var util_responses = function responses(data) {
4118
4124
  } else {
4119
4125
  src = loginPage;
4120
4126
  }
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';
4127
+ winTop.location.href = src;
4128
+ } else if (winTop.location.href.indexOf('main.html') > -1) {
4129
+ winTop.location.href = './login.html';
4124
4130
  } else {
4125
- var hash = util_win.top.location.hash;
4131
+ var hash = winTop.location.hash;
4126
4132
  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';
4133
+ var len = winTop.location.href.indexOf(hash);
4134
+ winTop.location.href = util_win.location.href.slice(0, len) + '#/login';
4129
4135
  } else {
4130
- util_win.top.location.href = '/login.html';
4136
+ winTop.location.href = '/login.html';
4131
4137
  }
4132
4138
  }
4133
4139
  } catch (error) {
@@ -4945,10 +4951,11 @@ var removeCookie = function removeCookie(key) {
4945
4951
  };
4946
4952
 
4947
4953
  var winTopOpen = function winTopOpen(config) {
4954
+ var winTop = getWinTop();
4948
4955
  if (isIE) {
4949
- if (util_win.top !== util_win.self) {
4956
+ if (winTop !== util_win.self) {
4950
4957
  try {
4951
- util_win.top.windowOpen(config);
4958
+ winTop.windowOpen(config);
4952
4959
  } catch (error) {
4953
4960
  util_win.postMessage({ method: 'windowOpen', query: config }, '*');
4954
4961
  }
@@ -6898,14 +6905,18 @@ mainvue_type_template_id_4a913332_scoped_true_render._withStripped = true
6898
6905
  // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=template&id=4a913332&scoped=true&
6899
6906
 
6900
6907
  // CONCATENATED MODULE: ./packages/calogin/src/plugin.js
6908
+
6909
+
6901
6910
  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
6911
 
6912
+ 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"); }); }; }
6913
+
6903
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6904
6915
 
6905
6916
  /**
6906
6917
  * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6907
6918
  */
6908
- var CA_ExtInterface = function () {
6919
+ var plugin_CA_ExtInterface = function () {
6909
6920
  function CA_ExtInterface() {
6910
6921
  plugin_classCallCheck(this, CA_ExtInterface);
6911
6922
 
@@ -6971,11 +6982,34 @@ var CA_ExtInterface = function () {
6971
6982
  */
6972
6983
 
6973
6984
 
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
- };
6985
+ CA_ExtInterface.prototype.sendAndWaitMessageEx = function () {
6986
+ var _ref = plugin_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(operatorCmd, sendMsg) {
6987
+ var strSendMsg;
6988
+ return regenerator_default.a.wrap(function _callee$(_context) {
6989
+ while (1) {
6990
+ switch (_context.prev = _context.next) {
6991
+ case 0:
6992
+ _context.next = 2;
6993
+ return this.checkSessionWSURL();
6994
+
6995
+ case 2:
6996
+ strSendMsg = operatorCmd + ':' + sendMsg;
6997
+ return _context.abrupt('return', this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg));
6998
+
6999
+ case 4:
7000
+ case 'end':
7001
+ return _context.stop();
7002
+ }
7003
+ }
7004
+ }, _callee, this);
7005
+ }));
7006
+
7007
+ function sendAndWaitMessageEx(_x, _x2) {
7008
+ return _ref.apply(this, arguments);
7009
+ }
7010
+
7011
+ return sendAndWaitMessageEx;
7012
+ }();
6979
7013
 
6980
7014
  /**
6981
7015
  * 发送消息并等待响应
@@ -6996,13 +7030,13 @@ var CA_ExtInterface = function () {
6996
7030
  globalXmlHttpRequest.setRequestHeader('Content-Type', 'text/plain;charset=UTF-8');
6997
7031
  globalXmlHttpRequest.send(sendMsg);
6998
7032
  ResultMsg = globalXmlHttpRequest.responseText;
7033
+ return ResultMsg;
6999
7034
  } catch (e) {
7000
7035
  this.currentSessionWSURL = '';
7001
7036
  if (this.options.onError) {
7002
7037
  this.options.onError.call(undefined, e);
7003
7038
  }
7004
7039
  }
7005
- return ResultMsg;
7006
7040
  };
7007
7041
 
7008
7042
  /**
@@ -7765,12 +7799,12 @@ var CA_ExtInterface = function () {
7765
7799
  */
7766
7800
 
7767
7801
 
7768
- CA_ExtInterface.prototype.getMessage = function getMessage(_ref) {
7802
+ CA_ExtInterface.prototype.getMessage = function getMessage(_ref2) {
7769
7803
  var _this = this;
7770
7804
 
7771
- var action = _ref.action,
7772
- _ref$params = _ref.params,
7773
- params = _ref$params === undefined ? [] : _ref$params;
7805
+ var action = _ref2.action,
7806
+ _ref2$params = _ref2.params,
7807
+ params = _ref2$params === undefined ? [] : _ref2$params;
7774
7808
 
7775
7809
  return new Promise(function (resolve, reject) {
7776
7810
  var obj = JSON.stringify({
@@ -7932,7 +7966,7 @@ var CA_ExtInterface = function () {
7932
7966
  return CA_ExtInterface;
7933
7967
  }();
7934
7968
 
7935
- var caPlugin = new CA_ExtInterface();
7969
+ var caPlugin = new plugin_CA_ExtInterface();
7936
7970
  /* harmony default export */ var src_plugin = (caPlugin);
7937
7971
  // 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
7972
  //
@@ -32256,21 +32290,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32256
32290
  return validSate;
32257
32291
  },
32258
32292
 
32259
- /**
32260
- * changeOpinion
32261
- * @desc:监听意见变化
32262
- * @author liufan
32263
- * @date 2022年10月28日
32293
+ /**
32294
+ * changeOpinion
32295
+ * @desc:监听意见变化
32296
+ * @author liufan
32297
+ * @date 2022年10月28日
32264
32298
  **/
32265
32299
  changeOpinion: function changeOpinion() {
32266
32300
  this.$emit('change', this.form.value);
32267
32301
  },
32268
32302
 
32269
- /**
32270
- * getCommonOpion
32271
- * @desc:获取意见
32272
- * @author liufan
32273
- * @date 2022年5月25日
32303
+ /**
32304
+ * getCommonOpion
32305
+ * @desc:获取意见
32306
+ * @author liufan
32307
+ * @date 2022年5月25日
32274
32308
  **/
32275
32309
  getCommonOpion: function getCommonOpion() {
32276
32310
  var _this = this;
@@ -32299,24 +32333,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32299
32333
  });
32300
32334
  },
32301
32335
 
32302
- /**
32303
- * upDate
32304
- * @desc:修改常用语
32305
- * @author liufan
32306
- * @param {Object} val 修改值
32307
- * @date 2022年5月25日
32336
+ /**
32337
+ * upDate
32338
+ * @desc:修改常用语
32339
+ * @author liufan
32340
+ * @param {Object} val 修改值
32341
+ * @date 2022年5月25日
32308
32342
  **/
32309
32343
  upDate: function upDate(val) {
32310
32344
  this.FormData.id = val.id;
32311
32345
  this.addVisible = true;
32312
32346
  },
32313
32347
 
32314
- /**
32315
- * selectChange
32316
- * @desc:常用语选择
32317
- * @author liufan
32318
- * @param {String} val 选中值
32319
- * @date 2022年5月25日
32348
+ /**
32349
+ * selectChange
32350
+ * @desc:常用语选择
32351
+ * @author liufan
32352
+ * @param {String} val 选中值
32353
+ * @date 2022年5月25日
32320
32354
  **/
32321
32355
  selectChange: function selectChange(val) {
32322
32356
  var _this2 = this;
@@ -32335,12 +32369,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32335
32369
  });
32336
32370
  },
32337
32371
 
32338
- /**
32339
- * del
32340
- * @desc:删除常用语
32341
- * @author liufan
32342
- * @param {Object} val 删除的数据
32343
- * @date 2022年5月25日
32372
+ /**
32373
+ * del
32374
+ * @desc:删除常用语
32375
+ * @author liufan
32376
+ * @param {Object} val 删除的数据
32377
+ * @date 2022年5月25日
32344
32378
  **/
32345
32379
  del: function del(val) {
32346
32380
  var _this3 = this;
@@ -32382,12 +32416,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32382
32416
  }).catch(function (e) {});
32383
32417
  },
32384
32418
 
32385
- /**
32386
- * submit
32387
- * @desc:新增/编辑意见保存
32388
- * @author liufan
32389
- * @param {Object} val 保存数据
32390
- * @date 2022年5月25日
32419
+ /**
32420
+ * submit
32421
+ * @desc:新增/编辑意见保存
32422
+ * @author liufan
32423
+ * @param {Object} val 保存数据
32424
+ * @date 2022年5月25日
32391
32425
  **/
32392
32426
  submit: function submit(val) {
32393
32427
  var _this4 = this;
@@ -32452,8 +32486,8 @@ var CommonOpinions_component = normalizeComponent(
32452
32486
  )
32453
32487
 
32454
32488
  /* 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 () {
32489
+ // 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&
32490
+ var processFormvue_type_template_id_6df91879_render = function () {
32457
32491
  var _vm = this
32458
32492
  var _h = _vm.$createElement
32459
32493
  var _c = _vm._self._c || _h
@@ -33281,11 +33315,11 @@ var processFormvue_type_template_id_80a2c5c2_render = function () {
33281
33315
  1
33282
33316
  )
33283
33317
  }
33284
- var processFormvue_type_template_id_80a2c5c2_staticRenderFns = []
33285
- processFormvue_type_template_id_80a2c5c2_render._withStripped = true
33318
+ var processFormvue_type_template_id_6df91879_staticRenderFns = []
33319
+ processFormvue_type_template_id_6df91879_render._withStripped = true
33286
33320
 
33287
33321
 
33288
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
33322
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
33289
33323
 
33290
33324
  // 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
33325
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -35402,7 +35436,10 @@ var processFormvue_type_script_lang_js_components;
35402
35436
  nextCurrentOrgObjSelect: [],
35403
35437
  isHideCurrentOrg: false,
35404
35438
  isHideOtherOrg: false,
35405
- currentOrgSelectorParams: { filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId, only_filid: true },
35439
+ currentOrgSelectorParams: {
35440
+ filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId,
35441
+ only_filid: true
35442
+ },
35406
35443
  foreignOrgSelectorParams: { filid: 'all', nofilid: 1 },
35407
35444
  nextNode: {
35408
35445
  nodeName: '',
@@ -35637,6 +35674,8 @@ var processFormvue_type_script_lang_js_components;
35637
35674
  }
35638
35675
  },
35639
35676
  selecNext: function selecNext(val) {
35677
+ var _this3 = this;
35678
+
35640
35679
  this.nextNode.nextUser = [];
35641
35680
  this.options = [];
35642
35681
  this.selectUserList = [];
@@ -35648,7 +35687,11 @@ var processFormvue_type_script_lang_js_components;
35648
35687
  }
35649
35688
  this.nextNode.nodeInfo = this.operationList[val].list;
35650
35689
  if (this.nextNode.nodeInfo.length > 0) {
35651
- this.nextNode.nextNode = this.defaultNextNode || this.nextNode.nodeInfo[0].nodeId;
35690
+ var defaultNodeData = this.nextNode.nodeInfo.filter(function (x) {
35691
+ return x.nodeId == _this3.defaultNextNode;
35692
+ });
35693
+ length;
35694
+ this.nextNode.nextNode = defaultNodeData.length > 0 ? this.defaultNextNode : this.nextNode.nodeInfo[0].nodeId;
35652
35695
  }
35653
35696
  this.getNodeInfos();
35654
35697
  },
@@ -35723,7 +35766,7 @@ var processFormvue_type_script_lang_js_components;
35723
35766
  this.getsubProcessColumns();
35724
35767
  },
35725
35768
  getNodeType: function getNodeType() {
35726
- var _this3 = this;
35769
+ var _this4 = this;
35727
35770
 
35728
35771
  utils_util.ajax({
35729
35772
  url: findCodeValues,
@@ -35736,23 +35779,23 @@ var processFormvue_type_script_lang_js_components;
35736
35779
  data = res.data;
35737
35780
 
35738
35781
  if (status === 'success') {
35739
- _this3.nextNode.noticeList = data;
35782
+ _this4.nextNode.noticeList = data;
35740
35783
  }
35741
35784
  }).catch(function (err) {
35742
- if (_this3.showBtn) {
35743
- _this3.loading = false;
35785
+ if (_this4.showBtn) {
35786
+ _this4.loading = false;
35744
35787
  } else {
35745
- _this3.allLoading.close();
35788
+ _this4.allLoading.close();
35746
35789
  }
35747
35790
  if (err.message && err.message !== 'canceled') {
35748
- _this3.$message.error(err.message);
35791
+ _this4.$message.error(err.message);
35749
35792
  }
35750
35793
  });
35751
35794
  },
35752
35795
 
35753
35796
  //获取通知信息
35754
35797
  getMessage: function getMessage() {
35755
- var _this4 = this;
35798
+ var _this5 = this;
35756
35799
 
35757
35800
  var params = {
35758
35801
  processDefinitionId: this.processDefinitionId,
@@ -35764,21 +35807,21 @@ var processFormvue_type_script_lang_js_components;
35764
35807
  }
35765
35808
  utils_util.ajax({ url: getNotificationMsg, params: params, methods: 'post' }).then(function (res) {
35766
35809
  if (res.status === 'success') {
35767
- if (!_this4.showBtn) {
35768
- _this4.oldMessage = res.message;
35769
- _this4.nextNode.noticeInfo = res.message.replace('{title}', _this4.formTitle);
35810
+ if (!_this5.showBtn) {
35811
+ _this5.oldMessage = res.message;
35812
+ _this5.nextNode.noticeInfo = res.message.replace('{title}', _this5.formTitle);
35770
35813
  } else {
35771
- _this4.nextNode.noticeInfo = res.message;
35814
+ _this5.nextNode.noticeInfo = res.message;
35772
35815
  }
35773
35816
  }
35774
35817
  }).catch(function (err) {
35775
- if (_this4.showBtn) {
35776
- _this4.loading = false;
35818
+ if (_this5.showBtn) {
35819
+ _this5.loading = false;
35777
35820
  } else {
35778
- _this4.allLoading.close();
35821
+ _this5.allLoading.close();
35779
35822
  }
35780
35823
  if (err.message && err.message !== 'canceled') {
35781
- _this4.$message.error(err.message);
35824
+ _this5.$message.error(err.message);
35782
35825
  }
35783
35826
  });
35784
35827
  },
@@ -35788,11 +35831,11 @@ var processFormvue_type_script_lang_js_components;
35788
35831
  this.saveProcess(formName);
35789
35832
  },
35790
35833
  saveProcess: function saveProcess(formName) {
35791
- var _this5 = this;
35834
+ var _this6 = this;
35792
35835
 
35793
35836
  this.$refs[formName].validate(function (valid) {
35794
35837
  if (valid) {
35795
- var _nextNode = _this5.nextNode,
35838
+ var _nextNode = _this6.nextNode,
35796
35839
  nextNode = _nextNode.nextNode,
35797
35840
  nextUser = _nextNode.nextUser,
35798
35841
  noticeInfo = _nextNode.noticeInfo,
@@ -35809,31 +35852,31 @@ var processFormvue_type_script_lang_js_components;
35809
35852
  // return this.$message.warning('请选择通知方式');
35810
35853
  // }
35811
35854
 
35812
- if (_this5.isShowNextUser) {
35813
- if ((nextUser == '' || _this5.multiple && nextUser.length == 0) && !_this5.isHideCurrentOrg && !_this5.isHideOtherOrg) {
35814
- return _this5.$message.warning('请选择下步办理人');
35855
+ if (_this6.isShowNextUser) {
35856
+ if ((nextUser == '' || _this6.multiple && nextUser.length == 0) && !_this6.isHideCurrentOrg && !_this6.isHideOtherOrg) {
35857
+ return _this6.$message.warning('请选择下步办理人');
35815
35858
  }
35816
35859
  } else {
35817
- if (nextOrgId == '' || _this5.multiple && nextOrgId.length == 0) {
35818
- return _this5.$message.warning('请选择办理对象');
35860
+ if (nextOrgId == '' || _this6.multiple && nextOrgId.length == 0) {
35861
+ return _this6.$message.warning('请选择办理对象');
35819
35862
  }
35820
35863
  }
35821
- if ((_this5.isHideOtherOrg || _this5.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
35822
- return _this5.$message.warning('请选择办理对象');
35864
+ if ((_this6.isHideOtherOrg || _this6.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
35865
+ return _this6.$message.warning('请选择办理对象');
35823
35866
  }
35824
- if (_this5.isCancelSecondConfirmationType) {
35825
- _this5.$confirm('确认提交吗?', '提示', {
35867
+ if (_this6.isCancelSecondConfirmationType) {
35868
+ _this6.$confirm('确认提交吗?', '提示', {
35826
35869
  confirmButtonText: '确定',
35827
35870
  cancelButtonText: '取消',
35828
35871
  type: 'warning'
35829
35872
  }).then(function () {
35830
- if (_this5.showBtn) {
35831
- _this5.loading = true;
35873
+ if (_this6.showBtn) {
35874
+ _this6.loading = true;
35832
35875
  } else {
35833
- _this5.allLoading = utils_util.loading(_this5.$loading, '加载中...');
35876
+ _this6.allLoading = utils_util.loading(_this6.$loading, '加载中...');
35834
35877
  }
35835
35878
  var newNextUser = [];
35836
- if (_this5.multiple) {
35879
+ if (_this6.multiple) {
35837
35880
  nextUser && nextUser.map(function (item) {
35838
35881
  return newNextUser.push(item);
35839
35882
  });
@@ -35843,108 +35886,108 @@ var processFormvue_type_script_lang_js_components;
35843
35886
  newNoticeType = noticeType.join(',');
35844
35887
  }
35845
35888
  var params = {
35846
- processDefinitionId: _this5.processDefinitionId,
35847
- nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
35889
+ processDefinitionId: _this6.processDefinitionId,
35890
+ nextUserId: _this6.multiple ? newNextUser.join(',') : nextUser,
35848
35891
  nextNodeId: nextNode,
35849
- businessId: _this5.businessId,
35892
+ businessId: _this6.businessId,
35850
35893
  notificationType: newNoticeType,
35851
35894
  userId: utils_util.getStorage('userId'),
35852
35895
  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 : '',
35896
+ customPresetUserJson: JSON.stringify(_this6.presetList),
35897
+ presetUserJson: JSON.stringify(_this6.presetUserJson),
35898
+ nextReadUserId: _this6.readMultiple ? _this6.mixReadList && _this6.mixReadList.join('|') : nextReadUserId,
35899
+ nextOrgId: !_this6.isShowNextUser ? _this6.multiple ? _this6.mixOrgIdList && _this6.mixOrgIdList.join('|') : nextOrgId : '',
35857
35900
  handleExplain: handleExplain,
35858
- presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
35859
- opinion: _this5.newOpinion || newOpinion
35901
+ presetReadUserId: _this6.mixPresetList && _this6.mixPresetList.length > 0 ? _this6.mixPresetList.join('|') : presetReadUserId.join(','),
35902
+ opinion: _this6.newOpinion || newOpinion
35860
35903
  };
35861
- if (_this5.enableCustomLimitTimeSetting) {
35904
+ if (_this6.enableCustomLimitTimeSetting) {
35862
35905
  params.customLimitTime = customLimitTime;
35863
35906
  if (!customLimitTime) {
35864
- _this5.$message.warning('请选择或输入限时办理的天数');
35865
- _this5.nextNode.customLimitTime = '';
35907
+ _this6.$message.warning('请选择或输入限时办理的天数');
35908
+ _this6.nextNode.customLimitTime = '';
35866
35909
  return;
35867
35910
  } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
35868
- _this5.$message.warning('请输入正确的天数');
35869
- _this5.nextNode.customLimitTime = '';
35911
+ _this6.$message.warning('请输入正确的天数');
35912
+ _this6.nextNode.customLimitTime = '';
35870
35913
  return;
35871
35914
  }
35872
35915
  }
35873
- if (_this5.isHideCurrentOrg) {
35916
+ if (_this6.isHideCurrentOrg) {
35874
35917
  params.nextCurrentOrgObj = nextCurrentOrgObj;
35875
35918
  }
35876
- if (_this5.isHideOtherOrg) {
35919
+ if (_this6.isHideOtherOrg) {
35877
35920
  params.nextOtherOrgObj = nextOtherOrgObj;
35878
35921
  }
35879
- if (_this5.activeNames != '1') delete params.customPresetUserJson;
35880
- if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
35922
+ if (_this6.activeNames != '1') delete params.customPresetUserJson;
35923
+ if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
35881
35924
  var newParm = {};
35882
- newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
35925
+ newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
35883
35926
  newParm.startFlowParamJson = params;
35884
35927
  // newParm.startFlowParamJson.businessId = this.id; //this.id
35885
35928
  newParm.startFlowParamJson.taskExamineParam = {
35886
- startFlowFirstNodeName: _this5.taskExamineParam
35929
+ startFlowFirstNodeName: _this6.taskExamineParam
35887
35930
  };
35888
35931
  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(',') : '';
35932
+ for (var key in _this6.taskParams) {
35933
+ if (Array.isArray(_this6.taskParams[key])) {
35934
+ _this6.taskParams[key] = _this6.taskParams[key].length > 0 ? _this6.taskParams[key].join(',') : '';
35892
35935
  }
35893
35936
  }
35894
35937
 
35895
- newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
35896
- if (_this5.formType == 'readTransfer') {
35938
+ newParm.submitTaskParamJson = JSON.stringify(_this6.taskParams);
35939
+ if (_this6.formType == 'readTransfer') {
35897
35940
  newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
35898
- newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
35941
+ newParm.taskReadEndParamJson = JSON.stringify(_this6.taskParams);
35899
35942
  delete newParm.copyHistory;
35900
35943
  delete newParm.startFlowParamJson;
35901
35944
  delete newParm.submitTaskParamJson;
35902
35945
  }
35903
35946
  params = newParm;
35904
35947
  }
35905
- if (_this5.copyHistory && !_this5.isFreeStartFlow) {
35906
- params.pendingId = _this5.pendingId;
35948
+ if (_this6.copyHistory && !_this6.isFreeStartFlow) {
35949
+ params.pendingId = _this6.pendingId;
35907
35950
  delete params.businessId;
35908
35951
  }
35909
35952
  utils_util.ajax({
35910
- url: _this5.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this5.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this5.copyHistory ? freeStartFlow : register,
35953
+ url: _this6.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this6.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this6.copyHistory ? freeStartFlow : register,
35911
35954
  method: 'post',
35912
35955
  data: params
35913
35956
  }).then(function (res) {
35914
35957
  var status = res.status,
35915
35958
  message = res.message;
35916
35959
 
35917
- if (_this5.showBtn) {
35918
- _this5.loading = false;
35960
+ if (_this6.showBtn) {
35961
+ _this6.loading = false;
35919
35962
  } else {
35920
- _this5.allLoading.close();
35963
+ _this6.allLoading.close();
35921
35964
  }
35922
35965
  if (status === 'success' || res.rCode == 0) {
35923
- _this5.quit(true);
35924
- _this5.simpleTips && _this5.$message.success('操作成功');
35966
+ _this6.quit(true);
35967
+ _this6.simpleTips && _this6.$message.success('操作成功');
35925
35968
  } else {
35926
- _this5.$message.error(message || '系统错误,请联系管理员!');
35969
+ _this6.$message.error(message || '系统错误,请联系管理员!');
35927
35970
  }
35928
35971
  }).catch(function (err) {
35929
- if (_this5.showBtn) {
35930
- _this5.loading = false;
35972
+ if (_this6.showBtn) {
35973
+ _this6.loading = false;
35931
35974
  } else {
35932
- _this5.allLoading.close();
35975
+ _this6.allLoading.close();
35933
35976
  }
35934
35977
  if (err.message && err.message !== 'canceled') {
35935
- _this5.$message.error(err.message);
35978
+ _this6.$message.error(err.message);
35936
35979
  }
35937
35980
  });
35938
35981
  });
35939
35982
  return;
35940
35983
  }
35941
- if (_this5.showBtn) {
35942
- _this5.loading = true;
35984
+ if (_this6.showBtn) {
35985
+ _this6.loading = true;
35943
35986
  } else {
35944
- _this5.allLoading = utils_util.loading(_this5.$loading, '加载中...');
35987
+ _this6.allLoading = utils_util.loading(_this6.$loading, '加载中...');
35945
35988
  }
35946
35989
  var newNextUser = [];
35947
- if (_this5.multiple) {
35990
+ if (_this6.multiple) {
35948
35991
  nextUser && nextUser.map(function (item) {
35949
35992
  return newNextUser.push(item);
35950
35993
  });
@@ -35954,96 +35997,96 @@ var processFormvue_type_script_lang_js_components;
35954
35997
  newNoticeType = noticeType.join(',');
35955
35998
  }
35956
35999
  var params = {
35957
- processDefinitionId: _this5.processDefinitionId,
35958
- nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
36000
+ processDefinitionId: _this6.processDefinitionId,
36001
+ nextUserId: _this6.multiple ? newNextUser.join(',') : nextUser,
35959
36002
  nextNodeId: nextNode,
35960
- businessId: _this5.businessId,
36003
+ businessId: _this6.businessId,
35961
36004
  notificationType: newNoticeType,
35962
36005
  userId: utils_util.getStorage('userId'),
35963
36006
  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 : '',
36007
+ customPresetUserJson: JSON.stringify(_this6.presetList),
36008
+ presetUserJson: JSON.stringify(_this6.presetUserJson),
36009
+ nextReadUserId: _this6.readMultiple ? _this6.mixReadList && _this6.mixReadList.join('|') : nextReadUserId,
36010
+ nextOrgId: !_this6.isShowNextUser ? _this6.multiple ? _this6.mixOrgIdList && _this6.mixOrgIdList.join('|') : nextOrgId : '',
35968
36011
  handleExplain: handleExplain,
35969
- presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
35970
- opinion: _this5.newOpinion || newOpinion
36012
+ presetReadUserId: _this6.mixPresetList && _this6.mixPresetList.length > 0 ? _this6.mixPresetList.join('|') : presetReadUserId.join(','),
36013
+ opinion: _this6.newOpinion || newOpinion
35971
36014
  };
35972
- if (_this5.enableCustomLimitTimeSetting) {
36015
+ if (_this6.enableCustomLimitTimeSetting) {
35973
36016
  params.customLimitTime = customLimitTime;
35974
36017
  if (!customLimitTime) {
35975
- _this5.$message.warning('请选择或输入限时办理的天数');
35976
- _this5.nextNode.customLimitTime = '';
36018
+ _this6.$message.warning('请选择或输入限时办理的天数');
36019
+ _this6.nextNode.customLimitTime = '';
35977
36020
  return;
35978
36021
  } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
35979
- _this5.$message.warning('请输入正确的天数');
35980
- _this5.nextNode.customLimitTime = '';
36022
+ _this6.$message.warning('请输入正确的天数');
36023
+ _this6.nextNode.customLimitTime = '';
35981
36024
  return;
35982
36025
  }
35983
36026
  }
35984
- if (_this5.isHideCurrentOrg) {
36027
+ if (_this6.isHideCurrentOrg) {
35985
36028
  params.nextCurrentOrgObj = nextCurrentOrgObj;
35986
36029
  }
35987
- if (_this5.isHideOtherOrg) {
36030
+ if (_this6.isHideOtherOrg) {
35988
36031
  params.nextOtherOrgObj = nextOtherOrgObj;
35989
36032
  }
35990
- if (_this5.activeNames != '1') delete params.customPresetUserJson;
35991
- if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
36033
+ if (_this6.activeNames != '1') delete params.customPresetUserJson;
36034
+ if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
35992
36035
  var newParm = {};
35993
- newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
36036
+ newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
35994
36037
  newParm.startFlowParamJson = params;
35995
36038
  // newParm.startFlowParamJson.businessId = this.id; //this.id
35996
36039
  newParm.startFlowParamJson.taskExamineParam = {
35997
- startFlowFirstNodeName: _this5.taskExamineParam
36040
+ startFlowFirstNodeName: _this6.taskExamineParam
35998
36041
  };
35999
36042
  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(',') : '';
36043
+ for (var key in _this6.taskParams) {
36044
+ if (Array.isArray(_this6.taskParams[key])) {
36045
+ _this6.taskParams[key] = _this6.taskParams[key].length > 0 ? _this6.taskParams[key].join(',') : '';
36003
36046
  }
36004
36047
  }
36005
36048
 
36006
- newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
36007
- if (_this5.formType == 'readTransfer') {
36049
+ newParm.submitTaskParamJson = JSON.stringify(_this6.taskParams);
36050
+ if (_this6.formType == 'readTransfer') {
36008
36051
  newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
36009
- newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
36052
+ newParm.taskReadEndParamJson = JSON.stringify(_this6.taskParams);
36010
36053
  delete newParm.copyHistory;
36011
36054
  delete newParm.startFlowParamJson;
36012
36055
  delete newParm.submitTaskParamJson;
36013
36056
  }
36014
36057
  params = newParm;
36015
36058
  }
36016
- if (_this5.copyHistory && !_this5.isFreeStartFlow) {
36017
- params.pendingId = _this5.pendingId;
36059
+ if (_this6.copyHistory && !_this6.isFreeStartFlow) {
36060
+ params.pendingId = _this6.pendingId;
36018
36061
  delete params.businessId;
36019
36062
  }
36020
36063
  utils_util.ajax({
36021
- url: _this5.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this5.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this5.copyHistory ? freeStartFlow : register,
36064
+ url: _this6.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this6.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this6.copyHistory ? freeStartFlow : register,
36022
36065
  method: 'post',
36023
36066
  data: params
36024
36067
  }).then(function (res) {
36025
36068
  var status = res.status,
36026
36069
  message = res.message;
36027
36070
 
36028
- if (_this5.showBtn) {
36029
- _this5.loading = false;
36071
+ if (_this6.showBtn) {
36072
+ _this6.loading = false;
36030
36073
  } else {
36031
- _this5.allLoading.close();
36074
+ _this6.allLoading.close();
36032
36075
  }
36033
36076
  if (status === 'success' || res.rCode == 0) {
36034
- _this5.quit(true);
36035
- _this5.simpleTips && _this5.$message.success('操作成功');
36077
+ _this6.quit(true);
36078
+ _this6.simpleTips && _this6.$message.success('操作成功');
36036
36079
  } else {
36037
- _this5.$message.error(message || '系统错误,请联系管理员!');
36080
+ _this6.$message.error(message || '系统错误,请联系管理员!');
36038
36081
  }
36039
36082
  }).catch(function (err) {
36040
- if (_this5.showBtn) {
36041
- _this5.loading = false;
36083
+ if (_this6.showBtn) {
36084
+ _this6.loading = false;
36042
36085
  } else {
36043
- _this5.allLoading.close();
36086
+ _this6.allLoading.close();
36044
36087
  }
36045
36088
  if (err.message && err.message !== 'canceled') {
36046
- _this5.$message.error(err.message);
36089
+ _this6.$message.error(err.message);
36047
36090
  }
36048
36091
  });
36049
36092
  } else {
@@ -36052,7 +36095,7 @@ var processFormvue_type_script_lang_js_components;
36052
36095
  });
36053
36096
  },
36054
36097
  getNodeInfos: function getNodeInfos(nodeId, index) {
36055
- var _this6 = this;
36098
+ var _this7 = this;
36056
36099
 
36057
36100
  var params = {
36058
36101
  processDefinitionId: this.processDefinitionId,
@@ -36070,83 +36113,82 @@ var processFormvue_type_script_lang_js_components;
36070
36113
  countersignaturetypeText = _res$data.countersignaturetypeText,
36071
36114
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
36072
36115
 
36073
- if (_this6.showBtn) {
36074
- _this6.loading = false;
36116
+ if (_this7.showBtn) {
36117
+ _this7.loading = false;
36075
36118
  } else {
36076
- _this6.allLoading.close();
36119
+ _this7.allLoading.close();
36077
36120
  }
36078
36121
  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; //是否默认选中
36122
+ _this7.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
36123
+ _this7.nextNode.userInfo = nextUserList;
36124
+ _this7.countersignaturetypeCode = countersignaturetypeCode;
36125
+ _this7.nextNode.countersignaturetypeText = countersignaturetypeText;
36126
+ _this7.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
36127
+ if (_this7.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
36128
+ _this7.nextNode.customLimitTime = _this7.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
36129
+ }
36130
+ _this7.isTaskread = nodeExtAttr.isTaskread;
36131
+ _this7.isHandleExplain = nodeExtAttr.isHandleExplain;
36132
+ _this7.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
36133
+ _this7.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
36134
+ _this7.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
36092
36135
  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);
36136
+ _this7.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
36094
36137
  } else {
36095
- var _isMultiple = _this6.isMultiple(nodeExtAttr.userSelectionType),
36138
+ var _isMultiple = _this7.isMultiple(nodeExtAttr.userSelectionType),
36096
36139
  multiple = _isMultiple.multiple,
36097
36140
  _params = _isMultiple.params;
36098
36141
 
36099
- _this6.multiple = multiple;
36100
- _this6.params = _params;
36142
+ _this7.multiple = multiple;
36143
+ _this7.params = _params;
36101
36144
  }
36102
36145
  // this.isReadMultiple(nodeExtAttr.userSelectionType);
36103
36146
  if (nodeExtAttr.nodeType === 1 || nodeExtAttr.nodeType === 2) {
36104
-
36105
- _this6.isHideCurrentOrg = nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
36106
- _this6.isHideOtherOrg = nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
36147
+ _this7.isHideCurrentOrg = nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
36148
+ _this7.isHideOtherOrg = nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
36107
36149
  } else {
36108
- _this6.isHideCurrentOrg = false;
36109
- _this6.isHideOtherOrg = false;
36150
+ _this7.isHideCurrentOrg = false;
36151
+ _this7.isHideOtherOrg = false;
36110
36152
  }
36111
36153
  nextUserList.map(function (item) {
36112
- if (_this6.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
36113
- _this6.nextNode.nextUser.push(item.userId);
36114
- _this6.selectUserList.push({
36154
+ if (_this7.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
36155
+ _this7.nextNode.nextUser.push(item.userId);
36156
+ _this7.selectUserList.push({
36115
36157
  showname: item.username,
36116
36158
  showid: item.userId
36117
36159
  });
36118
36160
  }
36119
36161
 
36120
- _this6.options.push({
36162
+ _this7.options.push({
36121
36163
  showname: item.username,
36122
36164
  showid: item.userId
36123
36165
  });
36124
36166
  });
36125
- if (_this6.multiple) {
36126
- _this6.nextNode.nextReadUserId = [];
36167
+ if (_this7.multiple) {
36168
+ _this7.nextNode.nextReadUserId = [];
36127
36169
  } else {
36128
- _this6.nextNode.nextReadUserId = '';
36170
+ _this7.nextNode.nextReadUserId = '';
36129
36171
  }
36130
- if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this6.multiple) {
36131
- _this6.nextNode.nextUser = nextUserList[0].userId;
36132
- _this6.selectUserList.push({
36172
+ if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this7.multiple) {
36173
+ _this7.nextNode.nextUser = nextUserList[0].userId;
36174
+ _this7.selectUserList.push({
36133
36175
  showname: nextUserList[0].username,
36134
36176
  showid: nextUserList[0].userId
36135
36177
  });
36136
36178
  }
36137
- _this6.radioList = _this6.options;
36179
+ _this7.radioList = _this7.options;
36138
36180
  } else {
36139
- _this6.$message.error(message || '系统错误,请联系管理员!');
36181
+ _this7.$message.error(message || '系统错误,请联系管理员!');
36140
36182
  }
36141
- nodeId && _this6.$refs.selectUser[index].changeInfo();
36183
+ nodeId && _this7.$refs.selectUser[index].changeInfo();
36142
36184
  }).catch(function (err) {
36143
- if (_this6.showBtn) {
36144
- _this6.loading = false;
36185
+ if (_this7.showBtn) {
36186
+ _this7.loading = false;
36145
36187
  } else {
36146
- _this6.allLoading.close();
36188
+ _this7.allLoading.close();
36147
36189
  }
36148
36190
  if (err.message && err.message !== 'canceled') {
36149
- _this6.$message.error(err.message);
36191
+ _this7.$message.error(err.message);
36150
36192
  }
36151
36193
  });
36152
36194
  },
@@ -36169,7 +36211,7 @@ var processFormvue_type_script_lang_js_components;
36169
36211
  this.$emit('cancel', false);
36170
36212
  },
36171
36213
  getFind: function getFind() {
36172
- var _this7 = this;
36214
+ var _this8 = this;
36173
36215
 
36174
36216
  utils_util.ajax({
36175
36217
  url: findSysCodes
@@ -36178,36 +36220,36 @@ var processFormvue_type_script_lang_js_components;
36178
36220
  message = res.message;
36179
36221
 
36180
36222
  if (status === 'success') {
36181
- _this7.nextNode.noticeType = message.split(',');
36223
+ _this8.nextNode.noticeType = message.split(',');
36182
36224
  var arr = [];
36183
- _this7.nextNode.noticeList.map(function (item) {
36184
- _this7.nextNode.noticeType.map(function (x) {
36225
+ _this8.nextNode.noticeList.map(function (item) {
36226
+ _this8.nextNode.noticeType.map(function (x) {
36185
36227
  if (x == item.cciValue) {
36186
36228
  arr.push(x);
36187
36229
  }
36188
36230
  });
36189
36231
  });
36190
- _this7.nextNode.noticeType = arr;
36232
+ _this8.nextNode.noticeType = arr;
36191
36233
  } else {
36192
- _this7.$message.error(message || '系统错误,请联系管理员!');
36234
+ _this8.$message.error(message || '系统错误,请联系管理员!');
36193
36235
  }
36194
36236
  }).catch(function (err) {
36195
- if (_this7.showBtn) {
36196
- _this7.loading = false;
36237
+ if (_this8.showBtn) {
36238
+ _this8.loading = false;
36197
36239
  } else {
36198
- _this7.allLoading.close();
36240
+ _this8.allLoading.close();
36199
36241
  }
36200
36242
  if (err.message && err.message !== 'canceled') {
36201
- _this7.$message.error(err.message);
36243
+ _this8.$message.error(err.message);
36202
36244
  }
36203
36245
  });
36204
36246
  },
36205
36247
 
36206
- /**
36207
- * isMultiple
36208
- * @desc:是否多选
36209
- * @author liufan
36210
- * @date 2022年9月13日
36248
+ /**
36249
+ * isMultiple
36250
+ * @desc:是否多选
36251
+ * @author liufan
36252
+ * @date 2022年9月13日
36211
36253
  **/
36212
36254
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36213
36255
  var multiple = false;
@@ -36241,7 +36283,7 @@ var processFormvue_type_script_lang_js_components;
36241
36283
  return { multiple: multiple, params: params };
36242
36284
  },
36243
36285
  getStartFlow: function getStartFlow(processId) {
36244
- var _this8 = this;
36286
+ var _this9 = this;
36245
36287
 
36246
36288
  if (!processId) {
36247
36289
  return false;
@@ -36258,7 +36300,7 @@ var processFormvue_type_script_lang_js_components;
36258
36300
  businessId: this.businessId
36259
36301
  };
36260
36302
  if (!this.shwowBtn) {
36261
- params.taskAction = "toStartFlowWithoutTempSave";
36303
+ params.taskAction = 'toStartFlowWithoutTempSave';
36262
36304
  }
36263
36305
  // 获取节点
36264
36306
  utils_util.ajax({ url: toStartFlow, params: params }).then(function (res) {
@@ -36268,98 +36310,104 @@ var processFormvue_type_script_lang_js_components;
36268
36310
  data = res.data;
36269
36311
 
36270
36312
  if (status == 'success') {
36271
- data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this8.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
36313
+ data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this9.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
36272
36314
  confirmButtonText: '确定',
36273
36315
  cancelButtonText: '取消',
36274
36316
  type: 'warning'
36275
36317
  }).then(function () {}).catch(function () {
36276
- _this8.quit();
36318
+ _this9.quit();
36277
36319
  });
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 = [
36320
+ data.nextNodeCheckType && (_this9.nextNodeCheckType = data.nextNodeCheckType);
36321
+ data.nextOperateCheckType && (_this9.nextOperateCheckType = data.nextOperateCheckType);
36322
+ _this9.customPresetHintMessage = data.customPresetHintMessage;
36323
+ _this9.readOnlyNotificationType = data.readOnlyNotificationType;
36324
+ _this9.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
36325
+ _this9.nextNode.nodeInfo = data.nextNodeList;
36326
+ _this9.nextNode.nextNode = data.nextNodeList[0].nodeId;
36327
+ _this9.isPreset = data.isPreset;
36328
+ _this9.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
36329
+ _this9.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
36330
+ _this9.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
36331
+ _this9.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
36332
+ if (_this9.isChooseNextNode == 1) {
36333
+ _this9.operationList = [
36292
36334
  // { key: 0, value: '默认', list: [] },
36293
36335
  { key: 1, value: '自定义', list: [] }];
36294
36336
  if (data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1) {
36295
- _this8.operationList.unshift({ key: 0, value: '默认', list: [] });
36337
+ _this9.operationList.unshift({
36338
+ key: 0,
36339
+ value: '默认',
36340
+ list: data.nextNodeList
36341
+ });
36296
36342
  }
36297
36343
  var arr = [];
36298
36344
  for (var key in data.taskNodeMap) {
36299
36345
  arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
36300
36346
  }
36301
36347
  // 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) {
36348
+ _this9.operationList[data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1 ? 1 : 0].list = arr;
36349
+ if (_this9.isHideDefaultOperation != 1) {
36350
+ _this9.nextNode.nextOperate = 0;
36351
+ _this9.nextNode.nodeInfo = _this9.operationList[0].list;
36352
+ if (_this9.nextNode.nodeInfo.length > 0) {
36307
36353
  var defaultNodeData = data.nextNodeList.filter(function (x) {
36308
- return x.nodeId == _this8.defaultNextNode;
36354
+ return x.nodeId == _this9.defaultNextNode;
36309
36355
  });
36310
- _this8.nextNode.nextNode = defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
36356
+ _this9.nextNode.nextNode = defaultNodeData.length > 0 ? _this9.defaultNextNode : data.nextNodeList[0].nodeId;
36311
36357
  }
36312
- } else if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
36358
+ }
36359
+ if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
36313
36360
  // 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;
36361
+ _this9.nextNode.nextOperate = 1;
36362
+ _this9.nextNode.nodeInfo = _this9.operationList[_this9.isHideDefaultOperation != 1 ? 1 : 0].list;
36363
+
36364
+ if (_this9.nextNode.nodeInfo.length > 0) {
36365
+ var _defaultNodeData = _this9.nextNode.nodeInfo.filter(function (x) {
36366
+ return x.nodeId == _this9.defaultNextNode;
36319
36367
  });
36320
- _this8.nextNode.nextNode = _defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
36368
+ _this9.nextNode.nextNode = _defaultNodeData.length > 0 ? _this9.defaultNextNode : _this9.nextNode.nodeInfo[0].nodeId;
36321
36369
  }
36322
36370
  }
36323
36371
  }
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);
36372
+ _this9.isCustomPreset = data.isCustomPreset;
36373
+ _this9.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
36374
+ _this9.presetTaskNodeMap = data.presetTaskNodeMap;
36375
+ _this9.isSinglePage = data.taskExamine.isSinglePage;
36376
+ _this9.isSinglePage && (_this9.nextNode.opinion = data.taskExamine.opinion);
36329
36377
  // this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
36330
- _this8.nextNode.nodeName = data.taskExamine.nodeName;
36331
- _this8.canPresetRead = data.canPresetRead;
36378
+ _this9.nextNode.nodeName = data.taskExamine.nodeName;
36379
+ _this9.canPresetRead = data.canPresetRead;
36332
36380
  if (data.canPresetRead) {
36333
36381
  var ids = data.nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
36334
36382
  var names = data.nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
36335
36383
  ids.map(function (item, index) {
36336
- _this8.presetReadUserId.push({
36384
+ _this9.presetReadUserId.push({
36337
36385
  showid: item,
36338
36386
  showname: names[index]
36339
36387
  });
36340
- _this8.selectPresetUserList.push({
36388
+ _this9.selectPresetUserList.push({
36341
36389
  showid: item,
36342
36390
  showname: names[index]
36343
36391
  });
36344
- _this8.nextNode.presetReadUserId.push(item);
36392
+ _this9.nextNode.presetReadUserId.push(item);
36345
36393
  });
36346
36394
  }
36347
- _this8.getNodeInfos();
36395
+ _this9.getNodeInfos();
36348
36396
  // this.getPresetFlowInfo();
36349
- _this8.isCustomPreset && _this8.$refs.customPreset.getPresetFlowInfo(_this8.nextNode.nextNode);
36350
- _this8.getFind();
36351
- _this8.getMessage();
36397
+ _this9.isCustomPreset && _this9.$refs.customPreset.getPresetFlowInfo(_this9.nextNode.nextNode);
36398
+ _this9.getFind();
36399
+ _this9.getMessage();
36352
36400
  } else {
36353
- _this8.$message.error(message || '系统错误,请联系管理员!');
36401
+ _this9.$message.error(message || '系统错误,请联系管理员!');
36354
36402
  }
36355
36403
  }).catch(function (err) {
36356
- if (_this8.showBtn) {
36357
- _this8.loading = false;
36404
+ if (_this9.showBtn) {
36405
+ _this9.loading = false;
36358
36406
  } else {
36359
- _this8.allLoading.close();
36407
+ _this9.allLoading.close();
36360
36408
  }
36361
36409
  if (err.message && err.message !== 'canceled') {
36362
- _this8.$message.error(err.message);
36410
+ _this9.$message.error(err.message);
36363
36411
  }
36364
36412
  });
36365
36413
  }
@@ -36377,8 +36425,8 @@ var processFormvue_type_script_lang_js_components;
36377
36425
 
36378
36426
  var processForm_component = normalizeComponent(
36379
36427
  src_processFormvue_type_script_lang_js_,
36380
- processFormvue_type_template_id_80a2c5c2_render,
36381
- processFormvue_type_template_id_80a2c5c2_staticRenderFns,
36428
+ processFormvue_type_template_id_6df91879_render,
36429
+ processFormvue_type_template_id_6df91879_staticRenderFns,
36382
36430
  false,
36383
36431
  null,
36384
36432
  null,
@@ -36910,7 +36958,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
36910
36958
  notificationType = _sendInfo.notificationType;
36911
36959
 
36912
36960
  var params = {
36913
- url: sendMsg,
36961
+ url: api_sendMsg,
36914
36962
  headers: { Accept: 'application/json,text/plain' },
36915
36963
  method: 'post',
36916
36964
  data: {
@@ -40420,11 +40468,11 @@ var resetvue_type_script_lang_js_components;
40420
40468
  });
40421
40469
  },
40422
40470
 
40423
- /**
40424
- * isMultiple
40425
- * @desc:是否多选
40426
- * @author liufan
40427
- * @date 2022年9月13日
40471
+ /**
40472
+ * isMultiple
40473
+ * @desc:是否多选
40474
+ * @author liufan
40475
+ * @date 2022年9月13日
40428
40476
  **/
40429
40477
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40430
40478
  var multiple = false;
@@ -45013,11 +45061,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45013
45061
  });
45014
45062
  },
45015
45063
 
45016
- /**
45017
- * saveInfo
45018
- * @desc:暂存
45019
- * @author liufan
45020
- * @date 2022年9月9日
45064
+ /**
45065
+ * saveInfo
45066
+ * @desc:暂存
45067
+ * @author liufan
45068
+ * @date 2022年9月9日
45021
45069
  **/
45022
45070
  saveInfo: function saveInfo(type, btn) {
45023
45071
  var _this6 = this;
@@ -45079,11 +45127,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45079
45127
  });
45080
45128
  },
45081
45129
 
45082
- /**
45083
- * rejectBtn
45084
- * @desc:点击驳回
45085
- * @author liufan
45086
- * @date 2022年5月25日
45130
+ /**
45131
+ * rejectBtn
45132
+ * @desc:点击驳回
45133
+ * @author liufan
45134
+ * @date 2022年5月25日
45087
45135
  **/
45088
45136
  rejectBtn: function rejectBtn() {
45089
45137
  var _this8 = this;
@@ -45101,11 +45149,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45101
45149
  }
45102
45150
  },
45103
45151
 
45104
- /**
45105
- * taskReadBtn
45106
- * @desc:点击分阅
45107
- * @author liufan
45108
- * @date 2022年5月25日
45152
+ /**
45153
+ * taskReadBtn
45154
+ * @desc:点击分阅
45155
+ * @author liufan
45156
+ * @date 2022年5月25日
45109
45157
  **/
45110
45158
  taskReadBtn: function taskReadBtn() {
45111
45159
  var _this9 = this;
@@ -45124,11 +45172,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45124
45172
  }
45125
45173
  },
45126
45174
 
45127
- /**
45128
- * getFind
45129
- * @desc:获取通知方式
45130
- * @author liufan
45131
- * @date 2022年5月25日
45175
+ /**
45176
+ * getFind
45177
+ * @desc:获取通知方式
45178
+ * @author liufan
45179
+ * @date 2022年5月25日
45132
45180
  **/
45133
45181
  getFind: function getFind() {
45134
45182
  var _this10 = this;
@@ -45183,12 +45231,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45183
45231
  });
45184
45232
  },
45185
45233
 
45186
- /**
45187
- * endFlows
45188
- * @desc:直接办结
45189
- * @author liufan
45190
- * @param {Object} res 直接办结数据
45191
- * @date 2022年5月25日
45234
+ /**
45235
+ * endFlows
45236
+ * @desc:直接办结
45237
+ * @author liufan
45238
+ * @param {Object} res 直接办结数据
45239
+ * @date 2022年5月25日
45192
45240
  **/
45193
45241
  endFlows: function endFlows(res) {
45194
45242
  var _this12 = this;
@@ -45242,12 +45290,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45242
45290
  }).catch(function (e) {});
45243
45291
  },
45244
45292
 
45245
- /**
45246
- * goView
45247
- * @desc:更多流程按钮操作
45248
- * @author liufan
45249
- * @param {Object} res 当前点击操作按钮数据
45250
- * @date 2022年5月25日
45293
+ /**
45294
+ * goView
45295
+ * @desc:更多流程按钮操作
45296
+ * @author liufan
45297
+ * @param {Object} res 当前点击操作按钮数据
45298
+ * @date 2022年5月25日
45251
45299
  **/
45252
45300
  goView: function goView(res) {
45253
45301
  // 驳回并办结:rejectAndEndHtml
@@ -45332,11 +45380,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45332
45380
  // isCanStartSubFlow
45333
45381
  },
45334
45382
 
45335
- /**
45336
- * toTakeAdvice
45337
- * @desc:征求意见
45338
- * @author liufan
45339
- * @date 2022年9月29日
45383
+ /**
45384
+ * toTakeAdvice
45385
+ * @desc:征求意见
45386
+ * @author liufan
45387
+ * @date 2022年9月29日
45340
45388
  **/
45341
45389
  toTakeAdvice: function toTakeAdvice(res) {
45342
45390
  var _this14 = this;
@@ -45380,11 +45428,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45380
45428
  });
45381
45429
  },
45382
45430
 
45383
- /**
45384
- * toStartDraf
45385
- * @desc: 稿件递送、联合审核、复核
45386
- * @author liufan
45387
- * @date 2022年9月29日
45431
+ /**
45432
+ * toStartDraf
45433
+ * @desc: 稿件递送、联合审核、复核
45434
+ * @author liufan
45435
+ * @date 2022年9月29日
45388
45436
  **/
45389
45437
  toStartDraf: function toStartDraf(res) {
45390
45438
  var _this16 = this;
@@ -45398,11 +45446,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45398
45446
  }
45399
45447
  },
45400
45448
 
45401
- /**
45402
- * toSendMsg
45403
- * @desc:核稿通知
45404
- * @author liufan
45405
- * @date 2022年9月29日
45449
+ /**
45450
+ * toSendMsg
45451
+ * @desc:核稿通知
45452
+ * @author liufan
45453
+ * @date 2022年9月29日
45406
45454
  **/
45407
45455
  toSendMsg: function toSendMsg(res) {
45408
45456
  var _this17 = this;
@@ -45416,11 +45464,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45416
45464
  }
45417
45465
  },
45418
45466
 
45419
- /**
45420
- * toTaskReadAndEnd
45421
- * @desc:分阅并办结
45422
- * @author liufan
45423
- * @date 2022年9月29日
45467
+ /**
45468
+ * toTaskReadAndEnd
45469
+ * @desc:分阅并办结
45470
+ * @author liufan
45471
+ * @date 2022年9月29日
45424
45472
  **/
45425
45473
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45426
45474
  var _this18 = this;
@@ -45438,11 +45486,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45438
45486
  }
45439
45487
  },
45440
45488
 
45441
- /**
45442
- * rejectAndEnd
45443
- * @desc:驳回并办结
45444
- * @author liufan
45445
- * @date 2022年9月29日
45489
+ /**
45490
+ * rejectAndEnd
45491
+ * @desc:驳回并办结
45492
+ * @author liufan
45493
+ * @date 2022年9月29日
45446
45494
  **/
45447
45495
  rejectAndEnd: function rejectAndEnd(res) {
45448
45496
  var _this19 = this;
@@ -45497,11 +45545,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45497
45545
  });
45498
45546
  },
45499
45547
 
45500
- /**
45501
- * toTransfer
45502
- * @desc:转办
45503
- * @author liufan
45504
- * @date 2022年9月29日
45548
+ /**
45549
+ * toTransfer
45550
+ * @desc:转办
45551
+ * @author liufan
45552
+ * @date 2022年9月29日
45505
45553
  **/
45506
45554
  toTransfer: function toTransfer(res) {
45507
45555
  var _this21 = this;
@@ -45517,11 +45565,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45517
45565
  }
45518
45566
  },
45519
45567
 
45520
- /**
45521
- * getNodeInfo
45522
- * @desc:获取节点信息
45523
- * @author liufan
45524
- * @date 2022年5月25日
45568
+ /**
45569
+ * getNodeInfo
45570
+ * @desc:获取节点信息
45571
+ * @author liufan
45572
+ * @date 2022年5月25日
45525
45573
  **/
45526
45574
  getNodeInfo: function getNodeInfo() {
45527
45575
  var _this22 = this;
@@ -45620,12 +45668,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45620
45668
  });
45621
45669
  },
45622
45670
 
45623
- /**
45624
- * selecNext
45625
- * @desc:下步节点变化时更新数据
45626
- * @author liufan
45627
- * @param {String} val 当前选中值
45628
- * @date 2022年5月25日
45671
+ /**
45672
+ * selecNext
45673
+ * @desc:下步节点变化时更新数据
45674
+ * @author liufan
45675
+ * @param {String} val 当前选中值
45676
+ * @date 2022年5月25日
45629
45677
  **/
45630
45678
  selecNext: function selecNext(val, type, isDef) {
45631
45679
  var _this23 = this;
@@ -45734,11 +45782,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45734
45782
  if (isDef !== true) this.getNodeInfo();
45735
45783
  },
45736
45784
 
45737
- /**
45738
- * isMultiple
45739
- * @desc:是否多选
45740
- * @author liufan
45741
- * @date 2022年9月13日
45785
+ /**
45786
+ * isMultiple
45787
+ * @desc:是否多选
45788
+ * @author liufan
45789
+ * @date 2022年9月13日
45742
45790
  **/
45743
45791
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45744
45792
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45770,11 +45818,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45770
45818
  }
45771
45819
  },
45772
45820
 
45773
- /**
45774
- * getHedInfo
45775
- * @desc:获取审核页面数据
45776
- * @author liufan
45777
- * @date 2022年5月25日
45821
+ /**
45822
+ * getHedInfo
45823
+ * @desc:获取审核页面数据
45824
+ * @author liufan
45825
+ * @date 2022年5月25日
45778
45826
  **/
45779
45827
  getHedInfo: function getHedInfo() {
45780
45828
  var _this24 = this;
@@ -46010,13 +46058,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46010
46058
  });
46011
46059
  },
46012
46060
 
46013
- /**
46014
- * closeProcess
46015
- * @desc:关闭弹窗
46016
- * @author liufan
46017
- * @param {boolean} val 当前是否办理流程
46018
- * @param {String} type 当前点击的弹窗类型
46019
- * @date 2022年5月25日
46061
+ /**
46062
+ * closeProcess
46063
+ * @desc:关闭弹窗
46064
+ * @author liufan
46065
+ * @param {boolean} val 当前是否办理流程
46066
+ * @param {String} type 当前点击的弹窗类型
46067
+ * @date 2022年5月25日
46020
46068
  **/
46021
46069
  closeProcess: function closeProcess(val, type, closeParent) {
46022
46070
  if (closeParent) {
@@ -46033,23 +46081,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46033
46081
  }
46034
46082
  },
46035
46083
 
46036
- /**
46037
- * selectChange
46038
- * @desc:常用语选择
46039
- * @author liufan
46040
- * @param {String} val 选中值
46041
- * @date 2022年5月25日
46084
+ /**
46085
+ * selectChange
46086
+ * @desc:常用语选择
46087
+ * @author liufan
46088
+ * @param {String} val 选中值
46089
+ * @date 2022年5月25日
46042
46090
  **/
46043
46091
  selectChange: function selectChange(val) {
46044
46092
  this.value = val;
46045
46093
  },
46046
46094
 
46047
- /**
46048
- * upDate
46049
- * @desc:修改常用语
46050
- * @author liufan
46051
- * @param {Object} val 修改值
46052
- * @date 2022年5月25日
46095
+ /**
46096
+ * upDate
46097
+ * @desc:修改常用语
46098
+ * @author liufan
46099
+ * @param {Object} val 修改值
46100
+ * @date 2022年5月25日
46053
46101
  **/
46054
46102
  upDate: function upDate(val) {
46055
46103
  this.FormData.id = val.id;
@@ -46057,11 +46105,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46057
46105
  },
46058
46106
 
46059
46107
 
46060
- /**
46061
- * getProcess
46062
- * @desc:获取选择流程
46063
- * @author liufan
46064
- * @date 2022年5月25日
46108
+ /**
46109
+ * getProcess
46110
+ * @desc:获取选择流程
46111
+ * @author liufan
46112
+ * @date 2022年5月25日
46065
46113
  **/
46066
46114
  getProcess: function getProcess() {
46067
46115
  var _this25 = this;
@@ -46115,11 +46163,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46115
46163
  });
46116
46164
  },
46117
46165
 
46118
- /**
46119
- * getPendedhistoryList
46120
- * @desc:获取流程列表
46121
- * @author liufan
46122
- * @date 2022年5月25日
46166
+ /**
46167
+ * getPendedhistoryList
46168
+ * @desc:获取流程列表
46169
+ * @author liufan
46170
+ * @date 2022年5月25日
46123
46171
  **/
46124
46172
  getPendedhistoryList: function getPendedhistoryList() {
46125
46173
  var _this26 = this;
@@ -46151,12 +46199,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46151
46199
  },
46152
46200
 
46153
46201
  // 提交流程
46154
- /**
46155
- * subProcess
46156
- * @desc:提交流程
46157
- * @author liufan
46158
- * @param {String} formName 当前form表单ref值
46159
- * @date 2022年5月25日
46202
+ /**
46203
+ * subProcess
46204
+ * @desc:提交流程
46205
+ * @author liufan
46206
+ * @param {String} formName 当前form表单ref值
46207
+ * @date 2022年5月25日
46160
46208
  **/
46161
46209
  subProcess: function subProcess(val) {
46162
46210
  var _this27 = this;
@@ -55708,11 +55756,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55708
55756
 
55709
55757
 
55710
55758
  methods: {
55711
- /**
55712
- * handleBatchDelete
55713
- * @desc:批量删除
55714
- * @author liufan
55715
- * @date 2025年12月31日
55759
+ /**
55760
+ * handleBatchDelete
55761
+ * @desc:批量删除
55762
+ * @author liufan
55763
+ * @date 2025年12月31日
55716
55764
  **/
55717
55765
  handleBatchDelete: function handleBatchDelete() {
55718
55766
  var _this6 = this;
@@ -56009,12 +56057,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56009
56057
  }
56010
56058
  },
56011
56059
 
56012
- /**
56013
- * handleFormSubmit
56014
- * @desc:删除节点点击事件
56015
- * @param {Object} formData 点击删除的form数据
56016
- * @author liufan
56017
- * @date 2022年11月29日
56060
+ /**
56061
+ * handleFormSubmit
56062
+ * @desc:删除节点点击事件
56063
+ * @param {Object} formData 点击删除的form数据
56064
+ * @author liufan
56065
+ * @date 2022年11月29日
56018
56066
  **/
56019
56067
  handleFormSubmit: function handleFormSubmit(formData) {
56020
56068
  var _this12 = this;
@@ -56050,12 +56098,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56050
56098
  });
56051
56099
  },
56052
56100
 
56053
- /**
56054
- * del
56055
- * @desc:展示删除弹窗
56056
- * @param {String} id 当前点击数据id
56057
- * @author liufan
56058
- * @date 2022年11月29日
56101
+ /**
56102
+ * del
56103
+ * @desc:展示删除弹窗
56104
+ * @param {String} id 当前点击数据id
56105
+ * @author liufan
56106
+ * @date 2022年11月29日
56059
56107
  **/
56060
56108
  del: function del(id, type) {
56061
56109
  this.modalType = type;
@@ -56063,12 +56111,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56063
56111
  this.showDel = true;
56064
56112
  },
56065
56113
 
56066
- /**
56067
- * handleCurrentChange
56068
- * @desc:监听页码变化
56069
- * @param {String} val 当前页
56070
- * @author liufan
56071
- * @date 2022年11月29日
56114
+ /**
56115
+ * handleCurrentChange
56116
+ * @desc:监听页码变化
56117
+ * @param {String} val 当前页
56118
+ * @author liufan
56119
+ * @date 2022年11月29日
56072
56120
  **/
56073
56121
  handleCurrentChange: function handleCurrentChange(val, type) {
56074
56122
  this.currentPage = val;
@@ -56077,12 +56125,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56077
56125
  }
56078
56126
  },
56079
56127
 
56080
- /**
56081
- * handleSizeChange
56082
- * @desc:监听每页数据显示数量变化
56083
- * @param {String} val 每页展示数量
56084
- * @author liufan
56085
- * @date 2022年11月29日
56128
+ /**
56129
+ * handleSizeChange
56130
+ * @desc:监听每页数据显示数量变化
56131
+ * @param {String} val 每页展示数量
56132
+ * @author liufan
56133
+ * @date 2022年11月29日
56086
56134
  **/
56087
56135
  handleSizeChange: function handleSizeChange(val) {
56088
56136
  this.pageSize = val;
@@ -56091,12 +56139,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56091
56139
  }
56092
56140
  },
56093
56141
 
56094
- /**
56095
- * sortChange
56096
- * @desc:监听排序变化
56097
- * @param {Object} info 需要排序的字段及排序方式
56098
- * @author liufan
56099
- * @date 2022年11月29日
56142
+ /**
56143
+ * sortChange
56144
+ * @desc:监听排序变化
56145
+ * @param {Object} info 需要排序的字段及排序方式
56146
+ * @author liufan
56147
+ * @date 2022年11月29日
56100
56148
  **/
56101
56149
  sortChange: function sortChange(info, type) {
56102
56150
  var prop = info.prop;
@@ -56112,11 +56160,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56112
56160
  }
56113
56161
  },
56114
56162
 
56115
- /**
56116
- * getDeletList
56117
- * @desc:删除列表数据
56118
- * @author liufan
56119
- * @date 2025年12月30日
56163
+ /**
56164
+ * getDeletList
56165
+ * @desc:删除列表数据
56166
+ * @author liufan
56167
+ * @date 2025年12月30日
56120
56168
  **/
56121
56169
  getDeletList: function getDeletList() {
56122
56170
  var _this13 = this;
@@ -56145,11 +56193,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56145
56193
  });
56146
56194
  },
56147
56195
 
56148
- /**
56149
- * getResetList
56150
- * @desc:重设列表数据
56151
- * @author liufan
56152
- * @date 2025年12月30日
56196
+ /**
56197
+ * getResetList
56198
+ * @desc:重设列表数据
56199
+ * @author liufan
56200
+ * @date 2025年12月30日
56153
56201
  **/
56154
56202
  getResetList: function getResetList() {
56155
56203
  var _this14 = this;
@@ -56179,11 +56227,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56179
56227
  });
56180
56228
  },
56181
56229
 
56182
- /**
56183
- * getPressList
56184
- * @desc:催办列表数据
56185
- * @author liufan
56186
- * @date 2022年11月29日
56230
+ /**
56231
+ * getPressList
56232
+ * @desc:催办列表数据
56233
+ * @author liufan
56234
+ * @date 2022年11月29日
56187
56235
  **/
56188
56236
  getPressList: function getPressList() {
56189
56237
  var _this15 = this;
@@ -56213,12 +56261,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56213
56261
  });
56214
56262
  },
56215
56263
 
56216
- /**
56217
- * goPress
56218
- * @desc:催办列表查看
56219
- * @param {String} id 催办列表id
56220
- * @author liufan
56221
- * @date 2022年11月29日
56264
+ /**
56265
+ * goPress
56266
+ * @desc:催办列表查看
56267
+ * @param {String} id 催办列表id
56268
+ * @author liufan
56269
+ * @date 2022年11月29日
56222
56270
  **/
56223
56271
  goPress: function goPress(id) {
56224
56272
  this.historyId = id;
@@ -56226,23 +56274,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56226
56274
  this.getPressList();
56227
56275
  },
56228
56276
 
56229
- /**
56230
- * showFile
56231
- * @desc:附件查看
56232
- * @param {String} ownId 附件id
56233
- * @author liufan
56234
- * @date 2022年11月29日
56277
+ /**
56278
+ * showFile
56279
+ * @desc:附件查看
56280
+ * @param {String} ownId 附件id
56281
+ * @author liufan
56282
+ * @date 2022年11月29日
56235
56283
  **/
56236
56284
  showFile: function showFile(ownId) {
56237
56285
  this.wfpendingid = ownId;
56238
56286
  this.showFileList = true;
56239
56287
  },
56240
56288
 
56241
- /**
56242
- * handleChange
56243
- * @desc:切换排序方式
56244
- * @author liufan
56245
- * @date 2022年11月22日
56289
+ /**
56290
+ * handleChange
56291
+ * @desc:切换排序方式
56292
+ * @author liufan
56293
+ * @date 2022年11月22日
56246
56294
  **/
56247
56295
  handleChange: function handleChange(key, value) {
56248
56296
  if (value) {
@@ -56292,11 +56340,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56292
56340
  }))();
56293
56341
  },
56294
56342
 
56295
- /**
56296
- * getFlowList
56297
- * @desc:获取流程列表
56298
- * @author liufan
56299
- * @date 2022年11月22日
56343
+ /**
56344
+ * getFlowList
56345
+ * @desc:获取流程列表
56346
+ * @author liufan
56347
+ * @date 2022年11月22日
56300
56348
  **/
56301
56349
  getFlowList: function getFlowList(type) {
56302
56350
  var _this17 = this;
@@ -56376,12 +56424,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56376
56424
  });
56377
56425
  },
56378
56426
 
56379
- /**
56380
- * handleClick
56381
- * @desc:表单点击事件
56382
- * @param {Object} val 当前点击行数据及按钮
56383
- * @author liufan
56384
- * @date 2022年11月10日
56427
+ /**
56428
+ * handleClick
56429
+ * @desc:表单点击事件
56430
+ * @param {Object} val 当前点击行数据及按钮
56431
+ * @author liufan
56432
+ * @date 2022年11月10日
56385
56433
  **/
56386
56434
  handleClick: function handleClick(val) {
56387
56435
  var _this18 = this;
@@ -56427,13 +56475,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56427
56475
  }
56428
56476
  },
56429
56477
 
56430
- /**
56431
- * getCodeValue
56432
- * @desc:获取代码表过滤后的值
56433
- * @param {String} value 展示数据的代码值
56434
- * @param {String} type 代码表类型
56435
- * @author liufan
56436
- * @date 2022年11月10日
56478
+ /**
56479
+ * getCodeValue
56480
+ * @desc:获取代码表过滤后的值
56481
+ * @param {String} value 展示数据的代码值
56482
+ * @param {String} type 代码表类型
56483
+ * @author liufan
56484
+ * @date 2022年11月10日
56437
56485
  **/
56438
56486
  getCodeValue: function getCodeValue(value, type) {
56439
56487
  var val = this[type].filter(function (item) {
@@ -56442,12 +56490,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56442
56490
  return val[0].shortName;
56443
56491
  },
56444
56492
 
56445
- /**
56446
- * getSysInfo
56447
- * @desc:获取代码表
56448
- * @param {String} code 编码code值
56449
- * @author liufan
56450
- * @date 2022年11月10日
56493
+ /**
56494
+ * getSysInfo
56495
+ * @desc:获取代码表
56496
+ * @param {String} code 编码code值
56497
+ * @author liufan
56498
+ * @date 2022年11月10日
56451
56499
  **/
56452
56500
  getSysInfo: function getSysInfo(code) {
56453
56501
  var _this19 = this;
@@ -56469,11 +56517,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56469
56517
  }).catch(function (e) {});
56470
56518
  },
56471
56519
 
56472
- /**
56473
- * getListInfo
56474
- * @desc:获取预设列表数据
56475
- * @author liufan
56476
- * @date 2022年11月10日
56520
+ /**
56521
+ * getListInfo
56522
+ * @desc:获取预设列表数据
56523
+ * @author liufan
56524
+ * @date 2022年11月10日
56477
56525
  **/
56478
56526
  getListInfo: function getListInfo() {
56479
56527
  var _this20 = this;
@@ -63005,8 +63053,8 @@ login_src_main.install = function (Vue) {
63005
63053
  };
63006
63054
 
63007
63055
  /* 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 () {
63056
+ // 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&
63057
+ var mainvue_type_template_id_b3cc50dc_render = function () {
63010
63058
  var _vm = this
63011
63059
  var _h = _vm.$createElement
63012
63060
  var _c = _vm._self._c || _h
@@ -63152,11 +63200,11 @@ var mainvue_type_template_id_3dbf95b9_render = function () {
63152
63200
  )
63153
63201
  : _vm._e()
63154
63202
  }
63155
- var mainvue_type_template_id_3dbf95b9_staticRenderFns = []
63156
- mainvue_type_template_id_3dbf95b9_render._withStripped = true
63203
+ var mainvue_type_template_id_b3cc50dc_staticRenderFns = []
63204
+ mainvue_type_template_id_b3cc50dc_render._withStripped = true
63157
63205
 
63158
63206
 
63159
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=3dbf95b9&
63207
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b3cc50dc&
63160
63208
 
63161
63209
  // 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
63210
  var simplicityvue_type_template_id_8605940a_scoped_true_render = function () {
@@ -65987,10 +66035,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65987
66035
  this.$emit('click', res);
65988
66036
  },
65989
66037
 
65990
- /**
65991
- * @desc:获取气泡提醒
65992
- * @author huangbo
65993
- * @date 2024年9月7日
66038
+ /**
66039
+ * @desc:获取气泡提醒
66040
+ * @author huangbo
66041
+ * @date 2024年9月7日
65994
66042
  **/
65995
66043
  getBadge: function getBadge(res) {
65996
66044
  var num = res.tips || 0;
@@ -71799,8 +71847,8 @@ var simplicity_component = normalizeComponent(
71799
71847
  )
71800
71848
 
71801
71849
  /* 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 () {
71850
+ // 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&
71851
+ var simplicityTopvue_type_template_id_bb63a666_scoped_true_render = function () {
71804
71852
  var _vm = this
71805
71853
  var _h = _vm.$createElement
71806
71854
  var _c = _vm._self._c || _h
@@ -72367,11 +72415,11 @@ var simplicityTopvue_type_template_id_5fe5b776_scoped_true_render = function ()
72367
72415
  1
72368
72416
  )
72369
72417
  }
72370
- var simplicityTopvue_type_template_id_5fe5b776_scoped_true_staticRenderFns = []
72371
- simplicityTopvue_type_template_id_5fe5b776_scoped_true_render._withStripped = true
72418
+ var simplicityTopvue_type_template_id_bb63a666_scoped_true_staticRenderFns = []
72419
+ simplicityTopvue_type_template_id_bb63a666_scoped_true_render._withStripped = true
72372
72420
 
72373
72421
 
72374
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=5fe5b776&scoped=true&
72422
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=bb63a666&scoped=true&
72375
72423
 
72376
72424
  // 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
72425
  var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
@@ -75247,6 +75295,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75247
75295
  },
75248
75296
  data: function data() {
75249
75297
  return {
75298
+ winTop: utils_util.getWinTop(),
75250
75299
  appCodes: 'indexUrl',
75251
75300
  tabActiveName: '',
75252
75301
  count: 0,
@@ -75668,7 +75717,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75668
75717
  },
75669
75718
  mounted: function mounted() {
75670
75719
  // this.handleListener();
75671
- window.top.jumpMenu = window.top.jumpTopMenu = this.handleSelect;
75720
+ window.jumpMenu = this.wintop.jumpTopMenu = this.handleSelect;
75672
75721
  this.queryChildMenuData();
75673
75722
  },
75674
75723
 
@@ -76570,8 +76619,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76570
76619
  if (tips) {
76571
76620
  for (var key in tips) {
76572
76621
  if (key == 'pcHandlePendingCount' || key == 'pcReadPendingCount') {
76573
- if (_this14.appCodes == 'indexUrl' && window.top.refreshList) {
76574
- window.top.refreshList(key);
76622
+ if (_this14.appCodes == 'indexUrl' && _this14.wintop.refreshList) {
76623
+ _this14.wintop.refreshList(key);
76575
76624
  }
76576
76625
  if (_this14.appCodes == 'wdtxpengding_make') {
76577
76626
  _this14.handleRefresh(1);
@@ -76712,8 +76761,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76712
76761
  this.getNums();
76713
76762
  }
76714
76763
  // console.log(arg, 'arg');
76715
- if (window.top.refreshList) {
76716
- window.top.refreshList();
76764
+ if (this.wintop.refreshList) {
76765
+ this.wintop.refreshList();
76717
76766
  }
76718
76767
  if (arg != undefined) {
76719
76768
  var tab = this.currentPage;
@@ -77242,11 +77291,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77242
77291
 
77243
77292
  var simplicityTop_component = normalizeComponent(
77244
77293
  src_simplicityTopvue_type_script_lang_js_,
77245
- simplicityTopvue_type_template_id_5fe5b776_scoped_true_render,
77246
- simplicityTopvue_type_template_id_5fe5b776_scoped_true_staticRenderFns,
77294
+ simplicityTopvue_type_template_id_bb63a666_scoped_true_render,
77295
+ simplicityTopvue_type_template_id_bb63a666_scoped_true_staticRenderFns,
77247
77296
  false,
77248
77297
  null,
77249
- "5fe5b776",
77298
+ "bb63a666",
77250
77299
  null
77251
77300
 
77252
77301
  )
@@ -81551,7 +81600,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81551
81600
  // 重新加载页面,刷新布局风格配置信息
81552
81601
  // 如果不刷新,会导致事件绑定出现问题,导致事件丢失
81553
81602
  if (this.changeThemeReload) {
81554
- window.top.location.reload();
81603
+ window.location.reload();
81555
81604
  return;
81556
81605
  }
81557
81606
 
@@ -81916,8 +81965,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81916
81965
 
81917
81966
  var main_src_main_component = normalizeComponent(
81918
81967
  packages_main_src_mainvue_type_script_lang_js_,
81919
- mainvue_type_template_id_3dbf95b9_render,
81920
- mainvue_type_template_id_3dbf95b9_staticRenderFns,
81968
+ mainvue_type_template_id_b3cc50dc_render,
81969
+ mainvue_type_template_id_b3cc50dc_staticRenderFns,
81921
81970
  false,
81922
81971
  null,
81923
81972
  null,
@@ -102655,7 +102704,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102655
102704
  }
102656
102705
 
102657
102706
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102658
- version: '0.8.4',
102707
+ version: '0.8.6',
102659
102708
  install: install,
102660
102709
  Button: packages_button,
102661
102710
  ButtonGroup: button_group,