eoss-ui 0.7.83 → 0.7.85

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 (196) hide show
  1. package/lib/button-group.js +144 -120
  2. package/lib/button.js +143 -120
  3. package/lib/calendar.js +2 -2
  4. package/lib/calogin.js +144 -120
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +144 -120
  8. package/lib/clients.js +2 -2
  9. package/lib/config/api.js +7 -1
  10. package/lib/data-table-form.js +144 -120
  11. package/lib/data-table.js +144 -120
  12. package/lib/date-picker.js +143 -120
  13. package/lib/dialog.js +219 -214
  14. package/lib/enable-drag.js +2 -2
  15. package/lib/enterprise.js +2 -2
  16. package/lib/eoss-ui.common.js +2118 -1493
  17. package/lib/error-page.js +2 -2
  18. package/lib/flow-group.js +147 -124
  19. package/lib/flow-list.js +243 -218
  20. package/lib/flow.js +1561 -937
  21. package/lib/form.js +243 -239
  22. package/lib/handle-user.js +144 -121
  23. package/lib/handler.js +148 -125
  24. package/lib/icon.js +144 -121
  25. package/lib/icons.js +5 -5
  26. package/lib/index.js +1 -1
  27. package/lib/input-number.js +143 -120
  28. package/lib/input.js +143 -120
  29. package/lib/label.js +2 -2
  30. package/lib/layout.js +2 -2
  31. package/lib/login.js +154 -130
  32. package/lib/main.js +505 -481
  33. package/lib/menu.js +2 -2
  34. package/lib/nav.js +150 -127
  35. package/lib/notify.js +86 -77
  36. package/lib/page.js +143 -120
  37. package/lib/pagination.js +143 -120
  38. package/lib/player.js +147 -124
  39. package/lib/qr-code.js +145 -122
  40. package/lib/radio-group.js +143 -120
  41. package/lib/retrial-auth.js +144 -121
  42. package/lib/select-ganged.js +143 -120
  43. package/lib/select.js +143 -120
  44. package/lib/selector-panel.js +147 -123
  45. package/lib/selector.js +145 -122
  46. package/lib/sizer.js +143 -120
  47. package/lib/steps.js +150 -127
  48. package/lib/switch.js +143 -120
  49. package/lib/table-form.js +143 -120
  50. package/lib/tabs-panel.js +2 -2
  51. package/lib/tabs.js +143 -120
  52. package/lib/theme-chalk/base.css +1 -1
  53. package/lib/theme-chalk/flow.css +1 -1
  54. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  55. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  56. package/lib/theme-chalk/icon.css +1 -1
  57. package/lib/theme-chalk/index.css +1 -1
  58. package/lib/theme-chalk/login.css +1 -1
  59. package/lib/theme-chalk/main.css +1 -1
  60. package/lib/theme-chalk/menu.css +1 -1
  61. package/lib/theme-chalk/simplicity-top.css +1 -1
  62. package/lib/theme-chalk/simplicity.css +1 -1
  63. package/lib/theme-chalk/sizer.css +1 -1
  64. package/lib/theme-chalk/upload.css +1 -1
  65. package/lib/tips.js +143 -120
  66. package/lib/toolbar.js +2 -2
  67. package/lib/tree-group.js +143 -120
  68. package/lib/tree.js +143 -120
  69. package/lib/upload.js +154 -130
  70. package/lib/utils/util.js +60 -46
  71. package/lib/wujie.js +156 -122
  72. package/lib/wxlogin.js +143 -120
  73. package/package.json +161 -160
  74. package/packages/.DS_Store +0 -0
  75. package/packages/button-group/src/main.vue +346 -346
  76. package/packages/calogin/.DS_Store +0 -0
  77. package/packages/calogin/src/main.vue +412 -412
  78. package/packages/clients/src/main.vue +151 -151
  79. package/packages/data-table/src/column.vue +992 -992
  80. package/packages/data-table/src/main.vue +1840 -1840
  81. package/packages/date-picker/.DS_Store +0 -0
  82. package/packages/date-picker/src/.DS_Store +0 -0
  83. package/packages/dialog/.DS_Store +0 -0
  84. package/packages/flow/.DS_Store +0 -0
  85. package/packages/flow/src/.DS_Store +0 -0
  86. package/packages/flow/src/component/Circulate.vue +417 -417
  87. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  88. package/packages/flow/src/component/CustomPreset.vue +324 -324
  89. package/packages/flow/src/component/FileList.vue +97 -97
  90. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  91. package/packages/flow/src/component/Preset.vue +257 -257
  92. package/packages/flow/src/component/SendMsg.vue +242 -242
  93. package/packages/flow/src/component/SortFlow.vue +110 -0
  94. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  95. package/packages/flow/src/form.vue +123 -123
  96. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  97. package/packages/flow/src/main.vue +4135 -3948
  98. package/packages/flow/src/processForm.vue +1671 -1523
  99. package/packages/flow/src/processReject.vue +309 -309
  100. package/packages/flow/src/reset.vue +946 -946
  101. package/packages/flow/src/startTaskRead.vue +695 -695
  102. package/packages/flow/src/supervise.vue +159 -159
  103. package/packages/flow/src/table.vue +58 -58
  104. package/packages/flow-group/src/main.vue +727 -727
  105. package/packages/flow-list/.DS_Store +0 -0
  106. package/packages/flow-list/src/main.vue +1803 -1801
  107. package/packages/form/.DS_Store +0 -0
  108. package/packages/form/src/main.vue +3901 -3901
  109. package/packages/form/src/table.vue +1512 -1512
  110. package/packages/handle-user/src/main.vue +137 -137
  111. package/packages/handler/src/main.vue +496 -496
  112. package/packages/icon/.DS_Store +0 -0
  113. package/packages/icon/src/main.vue +104 -104
  114. package/packages/icons/src/icon.json +1 -1
  115. package/packages/login/.DS_Store +0 -0
  116. package/packages/login/src/main.vue +2087 -2087
  117. package/packages/login/src/resetPassword.vue +557 -557
  118. package/packages/main/.DS_Store +0 -0
  119. package/packages/main/src/.DS_Store +0 -0
  120. package/packages/main/src/default/userinfo.vue +503 -503
  121. package/packages/main/src/public/online.vue +89 -89
  122. package/packages/main/src/public/search.vue +464 -464
  123. package/packages/main/src/public/settings.vue +273 -273
  124. package/packages/main/src/simplicity/apps.vue +388 -388
  125. package/packages/main/src/simplicity/avatar.vue +82 -82
  126. package/packages/main/src/simplicity/handler.vue +158 -158
  127. package/packages/main/src/simplicity/index.vue +2328 -2328
  128. package/packages/main/src/simplicity/menu-list.vue +135 -135
  129. package/packages/main/src/simplicity/message.vue +293 -293
  130. package/packages/main/src/simplicity/notice.vue +222 -222
  131. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  132. package/packages/main/src/simplicity/user.vue +259 -259
  133. package/packages/main/src/simplicity/userinfo.vue +401 -401
  134. package/packages/main/src/simplicityTop/apps.vue +388 -388
  135. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  136. package/packages/main/src/simplicityTop/handler.vue +215 -215
  137. package/packages/main/src/simplicityTop/index.vue +2618 -2618
  138. package/packages/main/src/simplicityTop/lists.vue +84 -84
  139. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  140. package/packages/main/src/simplicityTop/message.vue +293 -293
  141. package/packages/main/src/simplicityTop/notice.vue +222 -222
  142. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  143. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  144. package/packages/main/src/simplicityTop/user.vue +259 -259
  145. package/packages/main/src/simplicityTop/userinfo.vue +401 -401
  146. package/packages/menu/.DS_Store +0 -0
  147. package/packages/menu/src/main.vue +595 -595
  148. package/packages/nav/src/main.vue +351 -351
  149. package/packages/select/.DS_Store +0 -0
  150. package/packages/select/src/main.vue +782 -782
  151. package/packages/selector/.DS_Store +0 -0
  152. package/packages/selector/src/main.vue +761 -761
  153. package/packages/selector-panel/.DS_Store +0 -0
  154. package/packages/selector-panel/src/main.vue +1036 -1036
  155. package/packages/selector-panel/src/selection.vue +174 -174
  156. package/packages/switch/src/main.vue +170 -170
  157. package/packages/theme-chalk/lib/base.css +1 -1
  158. package/packages/theme-chalk/lib/flow.css +1 -1
  159. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  160. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  161. package/packages/theme-chalk/lib/icon.css +1 -1
  162. package/packages/theme-chalk/lib/index.css +1 -1
  163. package/packages/theme-chalk/lib/login.css +1 -1
  164. package/packages/theme-chalk/lib/main.css +1 -1
  165. package/packages/theme-chalk/lib/menu.css +1 -1
  166. package/packages/theme-chalk/lib/simplicity-top.css +1 -1
  167. package/packages/theme-chalk/lib/simplicity.css +1 -1
  168. package/packages/theme-chalk/lib/sizer.css +1 -1
  169. package/packages/theme-chalk/lib/upload.css +1 -1
  170. package/packages/theme-chalk/src/.DS_Store +0 -0
  171. package/packages/theme-chalk/src/data-table.scss +297 -297
  172. package/packages/theme-chalk/src/flow.scss +373 -359
  173. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  174. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  175. package/packages/theme-chalk/src/form.scss +501 -501
  176. package/packages/theme-chalk/src/handler.scss +148 -148
  177. package/packages/theme-chalk/src/icon.scss +3452 -1612
  178. package/packages/theme-chalk/src/login.scss +1006 -1006
  179. package/packages/theme-chalk/src/main.scss +664 -664
  180. package/packages/theme-chalk/src/menu.scss +224 -224
  181. package/packages/theme-chalk/src/selector.scss +114 -114
  182. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  183. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  184. package/packages/theme-chalk/src/tree.scss +165 -165
  185. package/packages/theme-chalk/src/upload.scss +172 -172
  186. package/packages/tips/src/main.vue +141 -141
  187. package/packages/toolbar/src/main.vue +430 -430
  188. package/packages/upload/.DS_Store +0 -0
  189. package/packages/upload/src/main.vue +1344 -1344
  190. package/packages/wujie/src/main.vue +1 -0
  191. package/src/.DS_Store +0 -0
  192. package/src/config/api.js +340 -334
  193. package/src/index.js +163 -163
  194. package/src/utils/.DS_Store +0 -0
  195. package/src/utils/rules.js +18 -18
  196. package/src/utils/util.js +42 -26
package/lib/flow-list.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 54);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 55);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -1703,7 +1703,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1703
1703
  * @param {function} callback - 回调函数
1704
1704
  **/
1705
1705
  var util_getMainConfig = function getMainConfig(callback) {
1706
- util_ajax({ url: api["wb" /* mainConfig */] }).then(function (res) {
1706
+ util_ajax({ url: api["xb" /* mainConfig */] }).then(function (res) {
1707
1707
  if (res && res.rCode === 0) {
1708
1708
  callback(res.results);
1709
1709
  }
@@ -2317,41 +2317,55 @@ var identical = function identical(_ref9) {
2317
2317
 
2318
2318
  /**
2319
2319
  * indexOfObj
2320
- * @desc:查找数组对象下标
2321
- * @author huangbo
2322
- * @date 2022年5月7日
2323
- * @param {Array} [arry] - 被查找的数组
2324
- * @param {Object} [target] - 目标对象
2325
- * @param {String/Array} [key] - 目标对象的属性名
2326
- **/
2320
+ * @desc 查找数组对象下标
2321
+ * @param {Array} arry - 被查找的数组
2322
+ * @param {Object|string} target - 目标对象或字符串值
2323
+ * @param {string|Array<string>} key - 目标对象的属性名,可以是逗号分隔的字符串或数组
2324
+ * @returns {number} 找到返回下标,未找到返回-1
2325
+ */
2327
2326
  var indexOfObj = function indexOfObj(arry, target, key) {
2328
- for (var i = 0; i < arry.length; i++) {
2329
- if (key) {
2330
- if (key.indexOf(',') > -1 || Array.isArray(key)) {
2331
- var keys = key.indexOf(',') > -1 ? key.split(',') : key;
2332
- for (var n = 0; n < keys.length; n++) {
2333
- var k = keys[n];
2334
- if (typeof target === 'string' && arry[i][k] === target) {
2335
- return i;
2336
- }
2337
- if (target[k] && arry[i][k] && target[k] === arry[i][k]) {
2338
- return i;
2339
- }
2340
- }
2341
- } else {
2342
- if (typeof target === 'string' && arry[i][key] === target) {
2343
- return i;
2327
+ // 参数校验
2328
+ if (!Array.isArray(arry)) {
2329
+ return -1;
2330
+ }
2331
+
2332
+ // 没有key的情况:直接比较对象
2333
+ if (!key) {
2334
+ var targetStr = JSON.stringify(target);
2335
+ for (var i = 0; i < arry.length; i++) {
2336
+ if (JSON.stringify(arry[i]) === targetStr) {
2337
+ return i;
2338
+ }
2339
+ }
2340
+ return -1;
2341
+ }
2342
+
2343
+ // 统一处理key为数组
2344
+ var keys = Array.isArray(key) ? key : typeof key === 'string' ? key.split(',').map(function (k) {
2345
+ return k.trim();
2346
+ }) : [];
2347
+
2348
+ // 遍历数组查找匹配项
2349
+ for (var _i8 = 0; _i8 < arry.length; _i8++) {
2350
+ var currentItem = arry[_i8];
2351
+
2352
+ // 遍历所有key进行匹配
2353
+ for (var j = 0; j < keys.length; j++) {
2354
+ var currentKey = keys[j];
2355
+
2356
+ // 如果target是字符串,直接比较
2357
+ if (typeof target === 'string') {
2358
+ if (currentItem[currentKey] === target) {
2359
+ return _i8;
2344
2360
  }
2345
- if (target[key] === arry[i][key]) {
2346
- return i;
2361
+ } else if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object') {
2362
+ if (currentItem[currentKey] === target[currentKey]) {
2363
+ return _i8;
2347
2364
  }
2348
2365
  }
2349
- } else {
2350
- if (JSON.stringify(target) === JSON.stringify(arry[i])) {
2351
- return i;
2352
- }
2353
2366
  }
2354
2367
  }
2368
+
2355
2369
  return -1;
2356
2370
  };
2357
2371
  /**
@@ -2454,7 +2468,7 @@ var isLogined = function () {
2454
2468
  break;
2455
2469
  }
2456
2470
 
2457
- util_ajax({ method: 'post', url: api["vb" /* logout */] }).then(function (res) {
2471
+ util_ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
2458
2472
  if (res.rCode === 0) {
2459
2473
  removeStorage();
2460
2474
  }
@@ -3607,10 +3621,10 @@ var setStorage = function setStorage(_ref18) {
3607
3621
  }
3608
3622
  }
3609
3623
  } else {
3610
- for (var _i8 in key) {
3611
- var val = _typeof(key[_i8]) === 'object' ? JSON.stringify(key[_i8]) : key[_i8];
3612
- localStorage.setItem(_i8, val);
3613
- if (_i8 === 'token') {
3624
+ for (var _i9 in key) {
3625
+ var val = _typeof(key[_i9]) === 'object' ? JSON.stringify(key[_i9]) : key[_i9];
3626
+ localStorage.setItem(_i9, val);
3627
+ if (_i9 === 'token') {
3614
3628
  setCookie('token', val);
3615
3629
  }
3616
3630
  }
@@ -3622,17 +3636,17 @@ var setStorage = function setStorage(_ref18) {
3622
3636
  setCookie('token', value);
3623
3637
  }
3624
3638
  } else if (Array.isArray(key)) {
3625
- for (var _i9 in key) {
3626
- sessionStorage.setItem(key[_i9], value);
3627
- if (key[_i9] === 'token') {
3639
+ for (var _i10 in key) {
3640
+ sessionStorage.setItem(key[_i10], value);
3641
+ if (key[_i10] === 'token') {
3628
3642
  setCookie('token', value);
3629
3643
  }
3630
3644
  }
3631
3645
  } else {
3632
- for (var _i10 in key) {
3633
- var _val = _typeof(key[_i10]) === 'object' ? JSON.stringify(key[_i10]) : key[_i10];
3634
- sessionStorage.setItem(_i10, _val);
3635
- if (_i10 === 'token') {
3646
+ for (var _i11 in key) {
3647
+ var _val = _typeof(key[_i11]) === 'object' ? JSON.stringify(key[_i11]) : key[_i11];
3648
+ sessionStorage.setItem(_i11, _val);
3649
+ if (_i11 === 'token') {
3636
3650
  setCookie('token', _val);
3637
3651
  }
3638
3652
  }
@@ -3760,16 +3774,16 @@ var setCookie = function setCookie(name, value) {
3760
3774
  **/
3761
3775
  var getCookie = function getCookie(name) {
3762
3776
  var cookies = document.cookie.split(';');
3763
- for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i11 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
3777
+ for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i12 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
3764
3778
  var _ref19;
3765
3779
 
3766
3780
  if (_isArray) {
3767
- if (_i11 >= _iterator.length) break;
3768
- _ref19 = _iterator[_i11++];
3781
+ if (_i12 >= _iterator.length) break;
3782
+ _ref19 = _iterator[_i12++];
3769
3783
  } else {
3770
- _i11 = _iterator.next();
3771
- if (_i11.done) break;
3772
- _ref19 = _i11.value;
3784
+ _i12 = _iterator.next();
3785
+ if (_i12.done) break;
3786
+ _ref19 = _i12.value;
3773
3787
  }
3774
3788
 
3775
3789
  var cookie = _ref19;
@@ -3922,16 +3936,16 @@ var winTopOpen = function winTopOpen(config) {
3922
3936
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3923
3937
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3924
3938
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3925
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return logout; });
3939
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return logout; });
3926
3940
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
3927
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return switchUserTo; });
3941
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return switchUserTo; });
3928
3942
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3929
3943
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
3930
3944
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3931
3945
  /* unused harmony export updateCode */
3932
3946
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
3933
3947
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3934
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return loginModifyPassword; });
3948
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginModifyPassword; });
3935
3949
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3936
3950
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
3937
3951
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
@@ -3939,15 +3953,15 @@ var winTopOpen = function winTopOpen(config) {
3939
3953
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3940
3954
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
3941
3955
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
3942
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return scanCodeRetrialAuth; });
3956
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return scanCodeRetrialAuth; });
3943
3957
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3944
3958
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3945
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return userOnline; });
3959
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return userOnline; });
3946
3960
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
3947
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return recordUserApp; });
3948
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return mainConfig; });
3961
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return recordUserApp; });
3962
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return mainConfig; });
3949
3963
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
3950
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return updateUserInfo; });
3964
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return updateUserInfo; });
3951
3965
  /* unused harmony export getUserImgUrl */
3952
3966
  /* unused harmony export getDoorIndex */
3953
3967
  /* unused harmony export refreshOnlineUsers */
@@ -3956,22 +3970,22 @@ var winTopOpen = function winTopOpen(config) {
3956
3970
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
3957
3971
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
3958
3972
  /* unused harmony export getUserCustomInfo */
3959
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return updateUserCustomInfo; });
3960
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sysMsgPage; });
3973
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return updateUserCustomInfo; });
3974
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sysMsgPage; });
3961
3975
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
3962
3976
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
3963
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return searchType; });
3977
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return searchType; });
3964
3978
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
3965
3979
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
3966
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploads; });
3967
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return uploadOnlyOne; });
3980
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return uploads; });
3981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return uploadOnlyOne; });
3968
3982
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
3969
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return uploadSort; });
3983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return uploadSort; });
3970
3984
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3971
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return uploadDownloads; });
3972
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return previewAdjunct; });
3973
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct2; });
3974
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunctOffice; });
3985
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploadDownloads; });
3986
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct; });
3987
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunct2; });
3988
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunctOffice; });
3975
3989
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3976
3990
  /* unused harmony export upload_updateClassify */
3977
3991
  /* unused harmony export getDeleteAdjunctFileInfos */
@@ -3986,13 +4000,13 @@ var winTopOpen = function winTopOpen(config) {
3986
4000
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
3987
4001
  /* unused harmony export getCurrentuser */
3988
4002
  /* unused harmony export mainDetail */
3989
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toStartFlow; });
3990
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return tempSave; });
4003
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toStartFlow; });
4004
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return tempSave; });
3991
4005
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3992
4006
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3993
4007
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3994
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return saveCommonOpinion; });
3995
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return updateCommonOpinion; });
4008
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return saveCommonOpinion; });
4009
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return updateCommonOpinion; });
3996
4010
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3997
4011
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
3998
4012
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
@@ -4001,82 +4015,85 @@ var winTopOpen = function winTopOpen(config) {
4001
4015
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
4002
4016
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
4003
4017
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
4004
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskHandleHtml; });
4018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskHandleHtml; });
4005
4019
  /* unused harmony export getView */
4006
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return register; });
4007
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return pendedhistoryList; });
4008
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskRejectHtml; });
4009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskRejectHtml; });
4010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toStartTaskRead; });
4011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toStartTaskReadIndex; });
4012
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskReadHtml; });
4013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return rejectAndEnd; });
4014
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toSendMsg; });
4015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendMsg; });
4020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return register; });
4021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryList; });
4022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskRejectHtml; });
4023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskRejectHtml; });
4024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toStartTaskRead; });
4025
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toStartTaskReadIndex; });
4026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReadHtml; });
4027
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return rejectAndEnd; });
4028
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toSendMsg; });
4029
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return sendMsg; });
4016
4030
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
4017
4031
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
4018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginUserInfo; });
4019
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return wss; });
4020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return topic; });
4032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return loginUserInfo; });
4033
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return wss; });
4034
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return topic; });
4021
4035
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
4022
4036
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
4023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskTransferIndex; });
4024
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskTransfer; });
4025
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toPresetInfoListIndex; });
4037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskTransferIndex; });
4038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskTransfer; });
4039
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toPresetInfoListIndex; });
4026
4040
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
4027
4041
  /* unused harmony export historyListJson */
4028
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryListJson; });
4029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pressListJson; });
4042
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListJson; });
4043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pressListJson; });
4030
4044
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
4031
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return modifyFlow; });
4045
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return modifyFlow; });
4032
4046
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
4033
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskUnionExamine; });
4034
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskUnionExamine; });
4035
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskTakeAdvice; });
4036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskTakeAdvice; });
4037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskStartDraft; });
4038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskSupervise; });
4039
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskSuperviseSub; });
4040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskStartDraft; });
4041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskReview; });
4042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReview; });
4043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskUnionSeal; });
4044
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskUnionSeal; });
4045
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTwoOfficesDispatch; });
4046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return twoOfficesDispatch; });
4047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toResetProcessIndex; });
4048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return resetProcess; });
4049
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskContinuationIndex; });
4050
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskContinuation; });
4047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskUnionExamine; });
4048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskUnionExamine; });
4049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskTakeAdvice; });
4050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskTakeAdvice; });
4051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskStartDraft; });
4052
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskSupervise; });
4053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskSuperviseSub; });
4054
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskStartDraft; });
4055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskReview; });
4056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskReview; });
4057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskUnionSeal; });
4058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskUnionSeal; });
4059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTwoOfficesDispatch; });
4060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return twoOfficesDispatch; });
4061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toResetProcessIndex; });
4062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return resetProcess; });
4063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskContinuationIndex; });
4064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskContinuation; });
4051
4065
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
4052
4066
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
4053
4067
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
4054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListWithCircularReadJson; });
4068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryListWithCircularReadJson; });
4055
4069
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
4056
4070
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
4057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskReadWithDraw; });
4058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4071
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReadWithDraw; });
4072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4059
4073
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
4060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendList; });
4061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendInfo; });
4074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendList; });
4075
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendInfo; });
4062
4076
  /* unused harmony export sendSave */
4063
4077
  /* unused harmony export sendUpdate */
4064
4078
  /* unused harmony export sendDelete */
4065
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return sendBatch; });
4079
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendBatch; });
4066
4080
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
4067
4081
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
4068
4082
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
4069
4083
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
4070
4084
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
4071
4085
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
4072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toFreeTaskCircularRead; });
4086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toFreeTaskCircularRead; });
4087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return isCancelSecondConfirmation; });
4073
4088
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
4074
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryUseCommonMenu; });
4089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toDefinitionChangeSort; });
4090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return setSort; });
4091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return queryUseCommonMenu; });
4075
4092
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
4076
4093
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
4077
4094
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
4078
4095
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
4079
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return queryChildMenuUrl; });
4096
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryChildMenuUrl; });
4080
4097
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
4081
4098
  // 登录
4082
4099
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -4343,9 +4360,15 @@ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
4343
4360
  var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
4344
4361
  // 自由发起传阅查询
4345
4362
  var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
4363
+ // 提交是否二次确认
4364
+ var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
4365
+
4346
4366
  // 自由发起传阅提交
4347
4367
  var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
4348
-
4368
+ // 获取排序流程
4369
+ var toDefinitionChangeSort = '/bpm/bpmBackend/toDefinitionChangeSort';
4370
+ // 设置流程排序
4371
+ var setSort = '/bpm/bpmdefinition/setSort.json ';
4349
4372
  // 查询常用菜单列表信息
4350
4373
  var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
4351
4374
  // 查询待办任务数量
@@ -4684,15 +4707,15 @@ module.exports = require("qs");
4684
4707
 
4685
4708
  /***/ }),
4686
4709
 
4687
- /***/ 54:
4710
+ /***/ 55:
4688
4711
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4689
4712
 
4690
4713
  "use strict";
4691
4714
  // ESM COMPAT FLAG
4692
4715
  __webpack_require__.r(__webpack_exports__);
4693
4716
 
4694
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=ddaca222&
4695
- var mainvue_type_template_id_ddaca222_render = function () {
4717
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6a860319&
4718
+ var mainvue_type_template_id_6a860319_render = function () {
4696
4719
  var _vm = this
4697
4720
  var _h = _vm.$createElement
4698
4721
  var _c = _vm._self._c || _h
@@ -4903,10 +4926,10 @@ var mainvue_type_template_id_ddaca222_render = function () {
4903
4926
  )
4904
4927
  }
4905
4928
  var staticRenderFns = []
4906
- mainvue_type_template_id_ddaca222_render._withStripped = true
4929
+ mainvue_type_template_id_6a860319_render._withStripped = true
4907
4930
 
4908
4931
 
4909
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=ddaca222&
4932
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6a860319&
4910
4933
 
4911
4934
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4912
4935
  var regenerator_ = __webpack_require__(4);
@@ -5359,7 +5382,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5359
5382
  render: function render(h, params) {
5360
5383
  return h('span', {
5361
5384
  style: {
5362
- color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
5385
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue'
5363
5386
  },
5364
5387
  domProps: { innerHTML: params.row.querykeywords }
5365
5388
  });
@@ -5434,7 +5457,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5434
5457
  showOverflowTooltip: true,
5435
5458
  width: this.theadWidth.pressTimes || 150,
5436
5459
  render: function render(h, params) {
5437
- return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
5460
+ return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
5438
5461
  }
5439
5462
  }, {
5440
5463
  title: '操作',
@@ -5486,7 +5509,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5486
5509
  render: function render(h, params) {
5487
5510
  return h('span', {
5488
5511
  style: {
5489
- color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
5512
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue'
5490
5513
  },
5491
5514
  domProps: { innerHTML: params.row.querykeywords }
5492
5515
  });
@@ -5561,7 +5584,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5561
5584
  showOverflowTooltip: true,
5562
5585
  width: this.theadWidth.pressTimes || 150,
5563
5586
  render: function render(h, params) {
5564
- return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
5587
+ return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
5565
5588
  }
5566
5589
  }, {
5567
5590
  title: '操作',
@@ -5614,7 +5637,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5614
5637
  render: function render(h, params) {
5615
5638
  return h('span', {
5616
5639
  style: {
5617
- color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue',
5640
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue',
5618
5641
  cursor: _this2.hasCircularReadWithdrawAuthority ? 'pointer' : 'unset'
5619
5642
  },
5620
5643
  domProps: {
@@ -5995,7 +6018,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5995
6018
  return x.id;
5996
6019
  }).join(',');
5997
6020
  var params = {
5998
- url: api["Yb" /* taskReadWithDraw */],
6021
+ url: api["ac" /* taskReadWithDraw */],
5999
6022
  params: {
6000
6023
  pendingIds: pendingIds
6001
6024
  }
@@ -6083,7 +6106,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6083
6106
  getCircularReadList: function getCircularReadList() {
6084
6107
  var _that = this;
6085
6108
  var params = {
6086
- url: api["Ab" /* pendedhistoryListWithCircularReadJson */],
6109
+ url: api["Bb" /* pendedhistoryListWithCircularReadJson */],
6087
6110
  params: { apprecordid: _that.businessId }
6088
6111
  };
6089
6112
  util["a" /* default */].ajax(params).then(function (res) {
@@ -6135,7 +6158,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6135
6158
  if (column.property == 'hasAdjunct' && row.hasAdjunct) {
6136
6159
  this.showFile(row.wfpendingid);
6137
6160
  } else if (column.property == 'pressTimes') {
6138
- this.goPress(row.id);
6161
+ if (row.pressTimes != 0) {
6162
+ this.goPress(row.id);
6163
+ }
6139
6164
  } else if (column.property == 'pendstate' && this.hasCircularReadWithdrawAuthority) {
6140
6165
  this.handledraw(row.id);
6141
6166
  }
@@ -6153,19 +6178,19 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6153
6178
  }
6154
6179
  },
6155
6180
 
6156
- /**
6157
- * handleFormSubmit
6158
- * @desc:删除节点点击事件
6159
- * @param {Object} formData 点击删除的form数据
6160
- * @author liufan
6161
- * @date 2022年11月29日
6181
+ /**
6182
+ * handleFormSubmit
6183
+ * @desc:删除节点点击事件
6184
+ * @param {Object} formData 点击删除的form数据
6185
+ * @author liufan
6186
+ * @date 2022年11月29日
6162
6187
  **/
6163
6188
  handleFormSubmit: function handleFormSubmit(formData) {
6164
6189
  var _this9 = this;
6165
6190
 
6166
6191
  this.delLoading = true;
6167
6192
  var params = {
6168
- url: this.modalType == 'del' ? api["l" /* deleteFlow */] : api["xb" /* modifyFlow */],
6193
+ url: this.modalType == 'del' ? api["l" /* deleteFlow */] : api["yb" /* modifyFlow */],
6169
6194
  method: 'POST',
6170
6195
  data: { id: this.historyId, reason: formData.reason }
6171
6196
  };
@@ -6194,12 +6219,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6194
6219
  });
6195
6220
  },
6196
6221
 
6197
- /**
6198
- * del
6199
- * @desc:展示删除弹窗
6200
- * @param {String} id 当前点击数据id
6201
- * @author liufan
6202
- * @date 2022年11月29日
6222
+ /**
6223
+ * del
6224
+ * @desc:展示删除弹窗
6225
+ * @param {String} id 当前点击数据id
6226
+ * @author liufan
6227
+ * @date 2022年11月29日
6203
6228
  **/
6204
6229
  del: function del(id, type) {
6205
6230
  this.modalType = type;
@@ -6207,36 +6232,36 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6207
6232
  this.showDel = true;
6208
6233
  },
6209
6234
 
6210
- /**
6211
- * handleCurrentChange
6212
- * @desc:监听页码变化
6213
- * @param {String} val 当前页
6214
- * @author liufan
6215
- * @date 2022年11月29日
6235
+ /**
6236
+ * handleCurrentChange
6237
+ * @desc:监听页码变化
6238
+ * @param {String} val 当前页
6239
+ * @author liufan
6240
+ * @date 2022年11月29日
6216
6241
  **/
6217
6242
  handleCurrentChange: function handleCurrentChange(val) {
6218
6243
  this.currentPage = val;
6219
6244
  this.getPressList();
6220
6245
  },
6221
6246
 
6222
- /**
6223
- * handleSizeChange
6224
- * @desc:监听每页数据显示数量变化
6225
- * @param {String} val 每页展示数量
6226
- * @author liufan
6227
- * @date 2022年11月29日
6247
+ /**
6248
+ * handleSizeChange
6249
+ * @desc:监听每页数据显示数量变化
6250
+ * @param {String} val 每页展示数量
6251
+ * @author liufan
6252
+ * @date 2022年11月29日
6228
6253
  **/
6229
6254
  handleSizeChange: function handleSizeChange(val) {
6230
6255
  this.pageSize = val;
6231
6256
  this.getPressList();
6232
6257
  },
6233
6258
 
6234
- /**
6235
- * sortChange
6236
- * @desc:监听排序变化
6237
- * @param {Object} info 需要排序的字段及排序方式
6238
- * @author liufan
6239
- * @date 2022年11月29日
6259
+ /**
6260
+ * sortChange
6261
+ * @desc:监听排序变化
6262
+ * @param {Object} info 需要排序的字段及排序方式
6263
+ * @author liufan
6264
+ * @date 2022年11月29日
6240
6265
  **/
6241
6266
  sortChange: function sortChange(info) {
6242
6267
  var prop = info.prop,
@@ -6247,11 +6272,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6247
6272
  this.getPressList();
6248
6273
  },
6249
6274
 
6250
- /**
6251
- * getPressList
6252
- * @desc:催办列表数据
6253
- * @author liufan
6254
- * @date 2022年11月29日
6275
+ /**
6276
+ * getPressList
6277
+ * @desc:催办列表数据
6278
+ * @author liufan
6279
+ * @date 2022年11月29日
6255
6280
  **/
6256
6281
  getPressList: function getPressList() {
6257
6282
  var _this10 = this;
@@ -6264,7 +6289,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6264
6289
 
6265
6290
  this.pressLoading = true;
6266
6291
  var params = {
6267
- url: api["Bb" /* pressListJson */],
6292
+ url: api["Cb" /* pressListJson */],
6268
6293
  params: { historyId: historyId },
6269
6294
  method: 'POST',
6270
6295
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -6281,12 +6306,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6281
6306
  });
6282
6307
  },
6283
6308
 
6284
- /**
6285
- * goPress
6286
- * @desc:催办列表查看
6287
- * @param {String} id 催办列表id
6288
- * @author liufan
6289
- * @date 2022年11月29日
6309
+ /**
6310
+ * goPress
6311
+ * @desc:催办列表查看
6312
+ * @param {String} id 催办列表id
6313
+ * @author liufan
6314
+ * @date 2022年11月29日
6290
6315
  **/
6291
6316
  goPress: function goPress(id) {
6292
6317
  this.historyId = id;
@@ -6294,23 +6319,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6294
6319
  this.getPressList();
6295
6320
  },
6296
6321
 
6297
- /**
6298
- * showFile
6299
- * @desc:附件查看
6300
- * @param {String} ownId 附件id
6301
- * @author liufan
6302
- * @date 2022年11月29日
6322
+ /**
6323
+ * showFile
6324
+ * @desc:附件查看
6325
+ * @param {String} ownId 附件id
6326
+ * @author liufan
6327
+ * @date 2022年11月29日
6303
6328
  **/
6304
6329
  showFile: function showFile(ownId) {
6305
6330
  this.wfpendingid = ownId;
6306
6331
  this.showFileList = true;
6307
6332
  },
6308
6333
 
6309
- /**
6310
- * handleChange
6311
- * @desc:切换排序方式
6312
- * @author liufan
6313
- * @date 2022年11月22日
6334
+ /**
6335
+ * handleChange
6336
+ * @desc:切换排序方式
6337
+ * @author liufan
6338
+ * @date 2022年11月22日
6314
6339
  **/
6315
6340
  handleChange: function handleChange(key, value) {
6316
6341
  if (value) {
@@ -6360,17 +6385,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6360
6385
  }))();
6361
6386
  },
6362
6387
 
6363
- /**
6364
- * getFlowList
6365
- * @desc:获取流程列表
6366
- * @author liufan
6367
- * @date 2022年11月22日
6388
+ /**
6389
+ * getFlowList
6390
+ * @desc:获取流程列表
6391
+ * @author liufan
6392
+ * @date 2022年11月22日
6368
6393
  **/
6369
6394
  getFlowList: function getFlowList(type) {
6370
6395
  var _this12 = this;
6371
6396
 
6372
6397
  var params = {
6373
- url: api["zb" /* pendedhistoryListJson */],
6398
+ url: api["Ab" /* pendedhistoryListJson */],
6374
6399
  params: _extends({
6375
6400
  apprecordid: this.businessId,
6376
6401
  pendingAttr: 0,
@@ -6438,12 +6463,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6438
6463
  });
6439
6464
  },
6440
6465
 
6441
- /**
6442
- * handleClick
6443
- * @desc:表单点击事件
6444
- * @param {Object} val 当前点击行数据及按钮
6445
- * @author liufan
6446
- * @date 2022年11月10日
6466
+ /**
6467
+ * handleClick
6468
+ * @desc:表单点击事件
6469
+ * @param {Object} val 当前点击行数据及按钮
6470
+ * @author liufan
6471
+ * @date 2022年11月10日
6447
6472
  **/
6448
6473
  handleClick: function handleClick(val) {
6449
6474
  var _this13 = this;
@@ -6489,13 +6514,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6489
6514
  }
6490
6515
  },
6491
6516
 
6492
- /**
6493
- * getCodeValue
6494
- * @desc:获取代码表过滤后的值
6495
- * @param {String} value 展示数据的代码值
6496
- * @param {String} type 代码表类型
6497
- * @author liufan
6498
- * @date 2022年11月10日
6517
+ /**
6518
+ * getCodeValue
6519
+ * @desc:获取代码表过滤后的值
6520
+ * @param {String} value 展示数据的代码值
6521
+ * @param {String} type 代码表类型
6522
+ * @author liufan
6523
+ * @date 2022年11月10日
6499
6524
  **/
6500
6525
  getCodeValue: function getCodeValue(value, type) {
6501
6526
  var val = this[type].filter(function (item) {
@@ -6504,12 +6529,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6504
6529
  return val[0].shortName;
6505
6530
  },
6506
6531
 
6507
- /**
6508
- * getSysInfo
6509
- * @desc:获取代码表
6510
- * @param {String} code 编码code值
6511
- * @author liufan
6512
- * @date 2022年11月10日
6532
+ /**
6533
+ * getSysInfo
6534
+ * @desc:获取代码表
6535
+ * @param {String} code 编码code值
6536
+ * @author liufan
6537
+ * @date 2022年11月10日
6513
6538
  **/
6514
6539
  getSysInfo: function getSysInfo(code) {
6515
6540
  var _this14 = this;
@@ -6531,17 +6556,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6531
6556
  }).catch(function (e) {});
6532
6557
  },
6533
6558
 
6534
- /**
6535
- * getListInfo
6536
- * @desc:获取预设列表数据
6537
- * @author liufan
6538
- * @date 2022年11月10日
6559
+ /**
6560
+ * getListInfo
6561
+ * @desc:获取预设列表数据
6562
+ * @author liufan
6563
+ * @date 2022年11月10日
6539
6564
  **/
6540
6565
  getListInfo: function getListInfo() {
6541
6566
  var _this15 = this;
6542
6567
 
6543
6568
  var param = {
6544
- url: api["ic" /* toPresetInfoListIndex */],
6569
+ url: api["lc" /* toPresetInfoListIndex */],
6545
6570
  params: { apprecordid: this.businessId }
6546
6571
  };
6547
6572
  util["a" /* default */].ajax(param).then(function (res) {
@@ -6591,7 +6616,7 @@ var componentNormalizer = __webpack_require__(3);
6591
6616
 
6592
6617
  var component = Object(componentNormalizer["a" /* default */])(
6593
6618
  src_mainvue_type_script_lang_js_,
6594
- mainvue_type_template_id_ddaca222_render,
6619
+ mainvue_type_template_id_6a860319_render,
6595
6620
  staticRenderFns,
6596
6621
  false,
6597
6622
  null,