eoss-ui 0.8.28 → 0.8.30

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 (184) hide show
  1. package/lib/archives.js +1128 -0
  2. package/lib/button-group.js +158 -129
  3. package/lib/button.js +158 -129
  4. package/lib/calendar.js +2 -2
  5. package/lib/calogin.js +227 -214
  6. package/lib/card.js +2 -2
  7. package/lib/cascader.js +2 -2
  8. package/lib/checkbox-group.js +162 -131
  9. package/lib/clients.js +2 -2
  10. package/lib/config/api.js +28 -1
  11. package/lib/data-table-form.js +161 -131
  12. package/lib/data-table.js +164 -134
  13. package/lib/date-picker.js +158 -129
  14. package/lib/dialog.js +158 -129
  15. package/lib/enable-drag.js +2 -2
  16. package/lib/enterprise.js +2 -2
  17. package/lib/eoss-ui.common.js +774 -326
  18. package/lib/error-page.js +2 -2
  19. package/lib/flow-group.js +158 -129
  20. package/lib/flow-list.js +264 -235
  21. package/lib/flow.js +301 -265
  22. package/lib/form.js +161 -131
  23. package/lib/handle-user.js +159 -130
  24. package/lib/handler.js +166 -137
  25. package/lib/icon.js +166 -137
  26. package/lib/icons.js +4 -4
  27. package/lib/index.js +1 -1
  28. package/lib/input-number.js +158 -129
  29. package/lib/input.js +158 -129
  30. package/lib/label.js +2 -2
  31. package/lib/layout.js +2 -2
  32. package/lib/login.js +165 -135
  33. package/lib/main.js +234 -204
  34. package/lib/menu.js +2 -2
  35. package/lib/nav.js +158 -129
  36. package/lib/notify.js +161 -132
  37. package/lib/page.js +158 -129
  38. package/lib/pagination.js +158 -129
  39. package/lib/player.js +162 -133
  40. package/lib/qr-code.js +160 -131
  41. package/lib/radio-group.js +160 -131
  42. package/lib/retrial-auth.js +168 -139
  43. package/lib/select-ganged.js +167 -138
  44. package/lib/select.js +160 -131
  45. package/lib/selector-panel.js +180 -150
  46. package/lib/selector.js +169 -140
  47. package/lib/sizer.js +160 -131
  48. package/lib/steps.js +158 -129
  49. package/lib/switch.js +165 -136
  50. package/lib/table-form.js +158 -129
  51. package/lib/tabs-panel.js +2 -2
  52. package/lib/tabs.js +158 -129
  53. package/lib/theme-chalk/archives.css +1 -0
  54. package/lib/theme-chalk/base.css +1 -1
  55. package/lib/theme-chalk/calendar.css +1 -1
  56. package/lib/theme-chalk/card.css +1 -1
  57. package/lib/theme-chalk/data-table-form.css +1 -1
  58. package/lib/theme-chalk/form.css +1 -1
  59. package/lib/theme-chalk/handler.css +1 -1
  60. package/lib/theme-chalk/icon.css +1 -1
  61. package/lib/theme-chalk/icons.css +1 -1
  62. package/lib/theme-chalk/index.css +1 -1
  63. package/lib/theme-chalk/label.css +1 -1
  64. package/lib/theme-chalk/login.css +1 -1
  65. package/lib/theme-chalk/main.css +1 -1
  66. package/lib/theme-chalk/menu.css +1 -1
  67. package/lib/theme-chalk/selector-panel.css +1 -1
  68. package/lib/theme-chalk/simplicity-top.css +1 -1
  69. package/lib/theme-chalk/simplicity.css +1 -1
  70. package/lib/theme-chalk/sizer.css +1 -1
  71. package/lib/theme-chalk/steps.css +1 -1
  72. package/lib/theme-chalk/tree.css +1 -1
  73. package/lib/theme-chalk/upload.css +1 -1
  74. package/lib/tips.js +159 -130
  75. package/lib/toolbar.js +2 -2
  76. package/lib/tree-group.js +158 -129
  77. package/lib/tree.js +159 -130
  78. package/lib/upload.js +188 -154
  79. package/lib/wujie.js +165 -136
  80. package/lib/wxlogin.js +165 -136
  81. package/package.json +3 -3
  82. package/packages/archives/index.js +5 -0
  83. package/packages/archives/src/main.vue +344 -0
  84. package/packages/button-group/src/main.vue +346 -346
  85. package/packages/calogin/src/main.vue +412 -412
  86. package/packages/clients/src/main.vue +151 -151
  87. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  88. package/packages/flow/src/component/FileList.vue +97 -97
  89. package/packages/flow/src/component/SendMsg.vue +242 -242
  90. package/packages/flow/src/component/SortFlow.vue +110 -110
  91. package/packages/flow/src/form.vue +123 -123
  92. package/packages/flow/src/main.vue +10 -7
  93. package/packages/flow/src/table.vue +58 -58
  94. package/packages/flow-list/src/main.vue +2337 -2337
  95. package/packages/form/src/table.vue +1512 -1512
  96. package/packages/icon/src/main.vue +104 -104
  97. package/packages/login/src/resetPassword.vue +557 -557
  98. package/packages/main/src/public/online.vue +89 -89
  99. package/packages/main/src/public/search.vue +464 -464
  100. package/packages/main/src/public/settings.vue +273 -273
  101. package/packages/main/src/simplicity/apps.vue +388 -388
  102. package/packages/main/src/simplicity/avatar.vue +82 -82
  103. package/packages/main/src/simplicity/handler.vue +158 -158
  104. package/packages/main/src/simplicity/menu-list.vue +135 -135
  105. package/packages/main/src/simplicity/message.vue +293 -293
  106. package/packages/main/src/simplicity/notice.vue +222 -222
  107. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  108. package/packages/main/src/simplicity/user.vue +259 -259
  109. package/packages/main/src/simplicityTop/apps.vue +388 -388
  110. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  111. package/packages/main/src/simplicityTop/handler.vue +215 -215
  112. package/packages/main/src/simplicityTop/lists.vue +84 -84
  113. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  114. package/packages/main/src/simplicityTop/message.vue +293 -293
  115. package/packages/main/src/simplicityTop/notice.vue +222 -222
  116. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  117. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  118. package/packages/main/src/simplicityTop/user.vue +259 -259
  119. package/packages/nav/src/main.vue +351 -351
  120. package/packages/selector/src/main.vue +761 -761
  121. package/packages/selector-panel/src/main.vue +1036 -1036
  122. package/packages/selector-panel/src/selection.vue +174 -174
  123. package/packages/switch/src/main.vue +170 -170
  124. package/packages/theme-chalk/lib/archives.css +1 -0
  125. package/packages/theme-chalk/lib/base.css +1 -1
  126. package/packages/theme-chalk/lib/calendar.css +1 -1
  127. package/packages/theme-chalk/lib/card.css +1 -1
  128. package/packages/theme-chalk/lib/data-table-form.css +1 -1
  129. package/packages/theme-chalk/lib/form.css +1 -1
  130. package/packages/theme-chalk/lib/handler.css +1 -1
  131. package/packages/theme-chalk/lib/icon.css +1 -1
  132. package/packages/theme-chalk/lib/icons.css +1 -1
  133. package/packages/theme-chalk/lib/index.css +1 -1
  134. package/packages/theme-chalk/lib/label.css +1 -1
  135. package/packages/theme-chalk/lib/login.css +1 -1
  136. package/packages/theme-chalk/lib/main.css +1 -1
  137. package/packages/theme-chalk/lib/menu.css +1 -1
  138. package/packages/theme-chalk/lib/selector-panel.css +1 -1
  139. package/packages/theme-chalk/lib/simplicity-top.css +1 -1
  140. package/packages/theme-chalk/lib/simplicity.css +1 -1
  141. package/packages/theme-chalk/lib/sizer.css +1 -1
  142. package/packages/theme-chalk/lib/steps.css +1 -1
  143. package/packages/theme-chalk/lib/tree.css +1 -1
  144. package/packages/theme-chalk/lib/upload.css +1 -1
  145. package/packages/theme-chalk/src/archives.scss +33 -0
  146. package/packages/theme-chalk/src/data-table.scss +297 -297
  147. package/packages/theme-chalk/src/flow-list.scss +55 -55
  148. package/packages/theme-chalk/src/handler.scss +148 -148
  149. package/packages/theme-chalk/src/icon.scss +3452 -3452
  150. package/packages/theme-chalk/src/index.scss +1 -0
  151. package/packages/theme-chalk/src/login.scss +1006 -1006
  152. package/packages/theme-chalk/src/main.scss +664 -664
  153. package/packages/theme-chalk/src/menu.scss +224 -224
  154. package/packages/theme-chalk/src/selector.scss +114 -114
  155. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  156. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  157. package/packages/theme-chalk/src/upload.scss +172 -172
  158. package/packages/tips/src/main.vue +141 -141
  159. package/packages/upload/src/main.vue +14 -5
  160. package/packages/wujie/src/main.vue +146 -146
  161. package/src/config/api.js +27 -0
  162. package/src/index.js +166 -163
  163. package/src/utils/rules.js +18 -18
  164. package/packages/.DS_Store +0 -0
  165. package/packages/calogin/.DS_Store +0 -0
  166. package/packages/date-picker/.DS_Store +0 -0
  167. package/packages/date-picker/src/.DS_Store +0 -0
  168. package/packages/dialog/.DS_Store +0 -0
  169. package/packages/flow/.DS_Store +0 -0
  170. package/packages/flow/src/.DS_Store +0 -0
  171. package/packages/flow-list/.DS_Store +0 -0
  172. package/packages/form/.DS_Store +0 -0
  173. package/packages/icon/.DS_Store +0 -0
  174. package/packages/login/.DS_Store +0 -0
  175. package/packages/main/.DS_Store +0 -0
  176. package/packages/main/src/.DS_Store +0 -0
  177. package/packages/menu/.DS_Store +0 -0
  178. package/packages/select/.DS_Store +0 -0
  179. package/packages/selector/.DS_Store +0 -0
  180. package/packages/selector-panel/.DS_Store +0 -0
  181. package/packages/theme-chalk/src/.DS_Store +0 -0
  182. package/packages/upload/.DS_Store +0 -0
  183. package/src/.DS_Store +0 -0
  184. package/src/utils/.DS_Store +0 -0
package/lib/flow.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 = 37);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 38);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -1708,7 +1708,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1708
1708
  * @param {function} callback - 回调函数
1709
1709
  **/
1710
1710
  var util_getMainConfig = function getMainConfig(callback) {
1711
- util_ajax({ url: api["Db" /* mainConfig */] }).then(function (res) {
1711
+ util_ajax({ url: api["Fb" /* mainConfig */] }).then(function (res) {
1712
1712
  if (res && res.rCode === 0) {
1713
1713
  callback(res.results);
1714
1714
  }
@@ -2534,7 +2534,7 @@ var isLogined = function () {
2534
2534
  break;
2535
2535
  }
2536
2536
 
2537
- util_ajax({ method: 'post', url: api["Cb" /* logout */] }).then(function (res) {
2537
+ util_ajax({ method: 'post', url: api["Eb" /* logout */] }).then(function (res) {
2538
2538
  if (res.rCode === 0) {
2539
2539
  removeStorage();
2540
2540
  }
@@ -4006,172 +4006,174 @@ var winTopOpen = function winTopOpen(config) {
4006
4006
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doCaLogin; });
4007
4007
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return doUserLogin; });
4008
4008
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doQrLogin; });
4009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return logout; });
4010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return initLogin; });
4011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return switchUserTo; });
4009
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return logout; });
4010
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return initLogin; });
4011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return switchUserTo; });
4012
4012
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
4013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getLoginCode; });
4013
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getLoginCode; });
4014
4014
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doCodeLogin; });
4015
4015
  /* unused harmony export updateCode */
4016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getModifyPassCode; });
4016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getModifyPassCode; });
4017
4017
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return codeModifyPass; });
4018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return loginModifyPassword; });
4018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return loginModifyPassword; });
4019
4019
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
4020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return initModifyPassword; });
4020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initModifyPassword; });
4021
4021
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return doWechatQrLogin; });
4022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getTwoFactorLoginCode; });
4022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getTwoFactorLoginCode; });
4023
4023
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return doTwoFactorLogin; });
4024
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return initRetrialAuth; });
4025
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getRetrialAuthCode; });
4026
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return scanCodeRetrialAuth; });
4024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return initRetrialAuth; });
4025
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getRetrialAuthCode; });
4026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return scanCodeRetrialAuth; });
4027
4027
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return codeRetrialAuth; });
4028
4028
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doAssistanceQrLogin; });
4029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tc", function() { return userOnline; });
4030
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getUserAppWithTag; });
4031
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return recordUserApp; });
4032
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return mainConfig; });
4033
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initUserSet; });
4034
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return updateUserInfo; });
4029
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vc", function() { return userOnline; });
4030
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return getUserAppWithTag; });
4031
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return recordUserApp; });
4032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return mainConfig; });
4033
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return initUserSet; });
4034
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return updateUserInfo; });
4035
4035
  /* unused harmony export getUserImgUrl */
4036
4036
  /* unused harmony export getDoorIndex */
4037
4037
  /* unused harmony export refreshOnlineUsers */
4038
4038
  /* unused harmony export getQuickMenuIds */
4039
4039
  /* unused harmony export getApplicationIdArray */
4040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getComplexApplications; });
4041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getComplexApplicationsNew; });
4040
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getComplexApplications; });
4041
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getComplexApplicationsNew; });
4042
4042
  /* unused harmony export getUserCustomInfo */
4043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return updateUserCustomInfo; });
4044
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return sysMsgPage; });
4045
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return ignoreSysMsg; });
4046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return ignoreAllSysMsg; });
4047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return searchType; });
4048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getSysParam; });
4049
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getAdjunctProperties; });
4050
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sc", function() { return uploads; });
4051
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return uploadOnlyOne; });
4052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getAdjunctFileInfos; });
4053
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rc", function() { return uploadSort; });
4054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return downloadByAdjunctId; });
4055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return uploadDownloads; });
4056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return previewAdjunct; });
4057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return previewAdjunct2; });
4058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return previewAdjunctOffice; });
4043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return updateUserCustomInfo; });
4044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return sysMsgPage; });
4045
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return ignoreSysMsg; });
4046
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return ignoreAllSysMsg; });
4047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return searchType; });
4048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return getSysParam; });
4049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getAdjunctProperties; });
4050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Uc", function() { return uploads; });
4051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sc", function() { return uploadOnlyOne; });
4052
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getAdjunctFileInfos; });
4053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tc", function() { return uploadSort; });
4054
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return downloadByAdjunctId; });
4055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rc", function() { return uploadDownloads; });
4056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return previewAdjunct; });
4057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return previewAdjunct2; });
4058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return previewAdjunctOffice; });
4059
4059
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return delAdjunct; });
4060
4060
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return chunkCheckFile; });
4061
4061
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return chunkUploadChunk; });
4062
4062
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return chunkMergeChunk; });
4063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getDochubBucket; });
4063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getDochubBucket; });
4064
4064
  /* unused harmony export upload_updateClassify */
4065
4065
  /* unused harmony export getDeleteAdjunctFileInfos */
4066
4066
  /* unused harmony export getPictureBase64 */
4067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getSelectorOrgTree; });
4068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getSelectorOrgDetail; });
4069
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getOrgMainTree; });
4070
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSelectOrgsubids; });
4071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return findSysCode; });
4072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getDictList; });
4067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getSelectorOrgTree; });
4068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getSelectorOrgDetail; });
4069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getOrgMainTree; });
4070
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getSelectOrgsubids; });
4071
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return findSysCode; });
4072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getDictList; });
4073
4073
  /* unused harmony export findUserBaseInfo */
4074
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return gethelpdoc; });
4074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return gethelpdoc; });
4075
4075
  /* unused harmony export getCurrentuser */
4076
4076
  /* unused harmony export mainDetail */
4077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toStartFlow; });
4078
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return tempSave; });
4077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toStartFlow; });
4078
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return tempSave; });
4079
4079
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return commonOpion; });
4080
4080
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
4081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return editCommonOpion; });
4082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return saveCommonOpinion; });
4083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return updateCommonOpinion; });
4081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return editCommonOpion; });
4082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return saveCommonOpinion; });
4083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return updateCommonOpinion; });
4084
4084
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deleteCommonOpion; });
4085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getProcessDefList; });
4086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getNodeInfo; });
4087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findCodeValues; });
4088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return findSysParam; });
4089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return findSysCodes; });
4090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getNotificationMsg; });
4091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getHandleInfoHtml; });
4092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskHandleHtml; });
4085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getProcessDefList; });
4086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getNodeInfo; });
4087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return findCodeValues; });
4088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return findSysParam; });
4089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return findSysCodes; });
4090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getNotificationMsg; });
4091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getHandleInfoHtml; });
4092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskHandleHtml; });
4093
4093
  /* unused harmony export getView */
4094
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return register; });
4095
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return pendedhistoryList; });
4096
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskRejectHtml; });
4097
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskRejectHtml; });
4098
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toStartTaskRead; });
4099
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toStartTaskReadIndex; });
4100
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskReadHtml; });
4101
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return rejectAndEnd; });
4102
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toSendMsg; });
4103
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sendMsg; });
4104
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return endFlowHtml; });
4105
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return handleInfo; });
4106
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return loginUserInfo; });
4107
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Uc", function() { return wss; });
4108
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return topic; });
4109
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getPresetCustomInfo; });
4110
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getPresetNodeInfo; });
4111
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return toTaskTransferIndex; });
4112
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return taskTransfer; });
4113
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toPresetInfoListIndex; });
4094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return register; });
4095
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return pendedhistoryList; });
4096
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskRejectHtml; });
4097
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskRejectHtml; });
4098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toStartTaskRead; });
4099
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toStartTaskReadIndex; });
4100
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskReadHtml; });
4101
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return rejectAndEnd; });
4102
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toSendMsg; });
4103
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return sendMsg; });
4104
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return endFlowHtml; });
4105
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return handleInfo; });
4106
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return loginUserInfo; });
4107
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wc", function() { return wss; });
4108
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return topic; });
4109
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getPresetCustomInfo; });
4110
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getPresetNodeInfo; });
4111
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return toTaskTransferIndex; });
4112
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return taskTransfer; });
4113
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toPresetInfoListIndex; });
4114
4114
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return deletePresetInfo; });
4115
4115
  /* unused harmony export historyListJson */
4116
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return pendedhistoryListJson; });
4117
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return pressListJson; });
4116
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return pendedhistoryListJson; });
4117
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return pressListJson; });
4118
4118
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return deleteFlow; });
4119
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return modifyFlow; });
4120
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return isCanStartSubFlow; });
4121
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return toTaskUnionExamine; });
4122
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return taskUnionExamine; });
4123
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTaskTakeAdvice; });
4124
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return taskTakeAdvice; });
4125
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskStartDraft; });
4126
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskSupervise; });
4127
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskSuperviseSub; });
4128
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskStartDraft; });
4129
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskReview; });
4130
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskReview; });
4131
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return toTaskUnionSeal; });
4132
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return taskUnionSeal; });
4133
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return toTwoOfficesDispatch; });
4134
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return twoOfficesDispatch; });
4135
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toResetProcessIndex; });
4136
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return resetProcess; });
4137
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskContinuationIndex; });
4138
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskContinuation; });
4139
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getFreeStartFlowParams; });
4140
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return freeStartFlowWithSubmitTask; });
4119
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return modifyFlow; });
4120
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return isCanStartSubFlow; });
4121
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return toTaskUnionExamine; });
4122
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return taskUnionExamine; });
4123
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return toTaskTakeAdvice; });
4124
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return taskTakeAdvice; });
4125
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskStartDraft; });
4126
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTaskSupervise; });
4127
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return toTaskSuperviseSub; });
4128
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return taskStartDraft; });
4129
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskReview; });
4130
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return taskReview; });
4131
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return toTaskUnionSeal; });
4132
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return taskUnionSeal; });
4133
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return toTwoOfficesDispatch; });
4134
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return twoOfficesDispatch; });
4135
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toResetProcessIndex; });
4136
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return resetProcess; });
4137
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskContinuationIndex; });
4138
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskContinuation; });
4139
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getFreeStartFlowParams; });
4140
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return freeStartFlowWithSubmitTask; });
4141
4141
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
4142
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return pendedhistoryListWithCircularReadJson; });
4143
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return fyListJson; });
4144
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return resetJson; });
4142
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return pendedhistoryListWithCircularReadJson; });
4143
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return fyListJson; });
4144
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return resetJson; });
4145
4145
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return deletedListJson; });
4146
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return restoredHistory; });
4146
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return restoredHistory; });
4147
4147
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
4148
4148
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return circularReadWithdraw; });
4149
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskReadWithDraw; });
4150
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4149
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskReadWithDraw; });
4150
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4151
4151
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
4152
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return sendList; });
4153
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return sendInfo; });
4152
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return sendList; });
4153
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sendInfo; });
4154
4154
  /* unused harmony export sendSave */
4155
4155
  /* unused harmony export sendUpdate */
4156
4156
  /* unused harmony export sendDelete */
4157
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return sendBatch; });
4158
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return formContents; });
4157
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return sendBatch; });
4158
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return formContents; });
4159
4159
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return directStartTaskCircularRead; });
4160
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return endFlowAndStartTaskCircularRead; });
4161
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getNodeInfoForStart; });
4162
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return freeStartFlow; });
4163
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return getUrgencyLevelChangedNotificationType; });
4164
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toFreeTaskCircularRead; });
4165
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return isCancelSecondConfirmation; });
4166
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return freeTaskCircularRead; });
4167
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toDefinitionChangeSort; });
4168
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return setSort; });
4169
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return queryUseCommonMenu; });
4170
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getIndexCount; });
4171
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return getVoteMeetingNum; });
4172
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return getUserTipsInstanceNum; });
4173
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getShareFilesReceiveCountNew; });
4174
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return queryChildMenuUrl; });
4160
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return endFlowAndStartTaskCircularRead; });
4161
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getNodeInfoForStart; });
4162
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return freeStartFlow; });
4163
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return getUrgencyLevelChangedNotificationType; });
4164
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toFreeTaskCircularRead; });
4165
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return isCancelSecondConfirmation; });
4166
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return freeTaskCircularRead; });
4167
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toDefinitionChangeSort; });
4168
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return setSort; });
4169
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return queryUseCommonMenu; });
4170
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getIndexCount; });
4171
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return getVoteMeetingNum; });
4172
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return getUserTipsInstanceNum; });
4173
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getShareFilesReceiveCountNew; });
4174
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return queryChildMenuUrl; });
4175
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return docHubApi; });
4176
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return documentCode; });
4175
4177
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
4176
4178
  // 登录
4177
4179
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -4473,6 +4475,33 @@ var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveC
4473
4475
 
4474
4476
  // 查询左侧我的提醒和我的快捷菜单
4475
4477
  var queryChildMenuUrl = '/sys/v1/userCustom/queryChildMenu.dhtml?type=2';
4478
+ // 公文相关接口
4479
+ var docHubApi = {
4480
+ // 正文查询
4481
+ queryDocument: '/dochub/v2/getDocument',
4482
+ copyDocument: '/dochub/v2/copyDocument',
4483
+ deleteDocument: '/dochub/v2/deleteDocument',
4484
+ downloadFiles: '/dochub/v2/compressMultiDownloadDocument',
4485
+ uploadDocument: '/dochub/v2/uploadDocument',
4486
+ getDocumentProperties: '/main2/mecpfileManagement/getAdjunctProperties'
4487
+ };
4488
+
4489
+ var documentCode = {
4490
+ // 公文正文
4491
+ archivesDocument: 'archives_document',
4492
+ // 发文附件
4493
+ dispatchAcc: 'dispatch_acc',
4494
+ // 仅发文使用的附件
4495
+ dispatchOnlyAcc: 'dispatch_only_acc',
4496
+ // 收文附件
4497
+ receiptAcc: 'receipt_acc',
4498
+ // 处理签
4499
+ archivesSuggestion: 'archives_suggestion',
4500
+ // 公文模板
4501
+ archivesTemplate: 'archives_template',
4502
+ // 公开属性认定审核表附件编码
4503
+ infoPublic: 'info_public'
4504
+ };
4476
4505
 
4477
4506
  /***/ }),
4478
4507
  /* 2 */
@@ -4821,13 +4850,13 @@ var component = Object(componentNormalizer["a" /* default */])(
4821
4850
  /* 19 */,
4822
4851
  /* 20 */,
4823
4852
  /* 21 */,
4824
- /* 22 */
4853
+ /* 22 */,
4854
+ /* 23 */
4825
4855
  /***/ (function(module, exports) {
4826
4856
 
4827
4857
  module.exports = require("vuedraggable");
4828
4858
 
4829
4859
  /***/ }),
4830
- /* 23 */,
4831
4860
  /* 24 */,
4832
4861
  /* 25 */,
4833
4862
  /* 26 */,
@@ -4841,14 +4870,15 @@ module.exports = require("vuedraggable");
4841
4870
  /* 34 */,
4842
4871
  /* 35 */,
4843
4872
  /* 36 */,
4844
- /* 37 */
4873
+ /* 37 */,
4874
+ /* 38 */
4845
4875
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4846
4876
 
4847
4877
  "use strict";
4848
4878
  // ESM COMPAT FLAG
4849
4879
  __webpack_require__.r(__webpack_exports__);
4850
4880
 
4851
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=accd59de&
4881
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5701ce3e&
4852
4882
  var render = function () {
4853
4883
  var _vm = this
4854
4884
  var _h = _vm.$createElement
@@ -4862,7 +4892,7 @@ var render = function () {
4862
4892
  style: _vm.styles,
4863
4893
  },
4864
4894
  [
4865
- _vm.showCirculate && _vm.newTypeCode != "fenyue"
4895
+ _vm.showCirculate && _vm.newTypeCode != "fenyue" && !_vm.newFlow
4866
4896
  ? _c(
4867
4897
  "div",
4868
4898
  {
@@ -5116,7 +5146,7 @@ var render = function () {
5116
5146
  ],
5117
5147
  1
5118
5148
  )
5119
- : _vm.typeCode == "read"
5149
+ : _vm.typeCode == "read" && !_vm.newFlow
5120
5150
  ? _c("StartTaskRead", {
5121
5151
  key: _vm.StartTaskReadKey,
5122
5152
  attrs: {
@@ -5141,7 +5171,7 @@ var render = function () {
5141
5171
  },
5142
5172
  },
5143
5173
  })
5144
- : _vm.typeCode == "freeCirculation"
5174
+ : _vm.typeCode == "freeCirculation" && !_vm.newFlow
5145
5175
  ? _c("FreeCirculation", {
5146
5176
  attrs: {
5147
5177
  appId: _vm.resetAppId,
@@ -5155,7 +5185,7 @@ var render = function () {
5155
5185
  simpleTips: _vm.simpleTips,
5156
5186
  },
5157
5187
  })
5158
- : _vm.typeCode == "supervise"
5188
+ : _vm.typeCode == "supervise" && !_vm.newFlow
5159
5189
  ? _c("Supervise", {
5160
5190
  attrs: {
5161
5191
  businessId: _vm.businessId,
@@ -5171,7 +5201,8 @@ var render = function () {
5171
5201
  },
5172
5202
  },
5173
5203
  })
5174
- : _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
5204
+ : _vm.newTypeCode == "reset" ||
5205
+ (_vm.newTypeCode == "continuation" && !_vm.newFlow)
5175
5206
  ? _c("reset", {
5176
5207
  staticStyle: { height: "100%" },
5177
5208
  attrs: {
@@ -5190,7 +5221,8 @@ var render = function () {
5190
5221
  },
5191
5222
  },
5192
5223
  })
5193
- : _c(
5224
+ : !_vm.newFlow
5225
+ ? _c(
5194
5226
  "div",
5195
5227
  {
5196
5228
  staticClass: "es-flow-content",
@@ -7922,7 +7954,8 @@ var render = function () {
7922
7954
  : _vm._e(),
7923
7955
  ],
7924
7956
  1
7925
- ),
7957
+ )
7958
+ : _vm._e(),
7926
7959
  ],
7927
7960
  1
7928
7961
  )
@@ -7932,7 +7965,7 @@ var staticRenderFns = []
7932
7965
  render._withStripped = true
7933
7966
 
7934
7967
 
7935
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=accd59de&
7968
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5701ce3e&
7936
7969
 
7937
7970
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7938
7971
  var regenerator_ = __webpack_require__(4);
@@ -8541,7 +8574,7 @@ var util = __webpack_require__(0);
8541
8574
 
8542
8575
  this.loading = true;
8543
8576
  util["a" /* default */].ajax({
8544
- url: id ? api["B" /* editCommonOpion */] : api["a" /* addCommonOpion */],
8577
+ url: id ? api["D" /* editCommonOpion */] : api["a" /* addCommonOpion */],
8545
8578
  params: { id: id }
8546
8579
  }).then(function (res) {
8547
8580
  var status = res.status,
@@ -8800,21 +8833,21 @@ var _components;
8800
8833
  return validSate;
8801
8834
  },
8802
8835
 
8803
- /**
8804
- * changeOpinion
8805
- * @desc:监听意见变化
8806
- * @author liufan
8807
- * @date 2022年10月28日
8836
+ /**
8837
+ * changeOpinion
8838
+ * @desc:监听意见变化
8839
+ * @author liufan
8840
+ * @date 2022年10月28日
8808
8841
  **/
8809
8842
  changeOpinion: function changeOpinion() {
8810
8843
  this.$emit('change', this.form.value);
8811
8844
  },
8812
8845
 
8813
- /**
8814
- * getCommonOpion
8815
- * @desc:获取意见
8816
- * @author liufan
8817
- * @date 2022年5月25日
8846
+ /**
8847
+ * getCommonOpion
8848
+ * @desc:获取意见
8849
+ * @author liufan
8850
+ * @date 2022年5月25日
8818
8851
  **/
8819
8852
  getCommonOpion: function getCommonOpion() {
8820
8853
  var _this = this;
@@ -8843,31 +8876,31 @@ var _components;
8843
8876
  });
8844
8877
  },
8845
8878
 
8846
- /**
8847
- * upDate
8848
- * @desc:修改常用语
8849
- * @author liufan
8850
- * @param {Object} val 修改值
8851
- * @date 2022年5月25日
8879
+ /**
8880
+ * upDate
8881
+ * @desc:修改常用语
8882
+ * @author liufan
8883
+ * @param {Object} val 修改值
8884
+ * @date 2022年5月25日
8852
8885
  **/
8853
8886
  upDate: function upDate(val) {
8854
8887
  this.FormData.id = val.id;
8855
8888
  this.addVisible = true;
8856
8889
  },
8857
8890
 
8858
- /**
8859
- * selectChange
8860
- * @desc:常用语选择
8861
- * @author liufan
8862
- * @param {String} val 选中值
8863
- * @date 2022年5月25日
8891
+ /**
8892
+ * selectChange
8893
+ * @desc:常用语选择
8894
+ * @author liufan
8895
+ * @param {String} val 选中值
8896
+ * @date 2022年5月25日
8864
8897
  **/
8865
8898
  selectChange: function selectChange(val) {
8866
8899
  var _this2 = this;
8867
8900
 
8868
8901
  var that = this;
8869
8902
  util["a" /* default */].ajax({
8870
- url: api["H" /* findSysParam */],
8903
+ url: api["J" /* findSysParam */],
8871
8904
  params: { cpName: 'commonOpinionsSelectType' }
8872
8905
  }).then(function (res) {
8873
8906
  if (res.status == 'success') {
@@ -8879,12 +8912,12 @@ var _components;
8879
8912
  });
8880
8913
  },
8881
8914
 
8882
- /**
8883
- * del
8884
- * @desc:删除常用语
8885
- * @author liufan
8886
- * @param {Object} val 删除的数据
8887
- * @date 2022年5月25日
8915
+ /**
8916
+ * del
8917
+ * @desc:删除常用语
8918
+ * @author liufan
8919
+ * @param {Object} val 删除的数据
8920
+ * @date 2022年5月25日
8888
8921
  **/
8889
8922
  del: function del(val) {
8890
8923
  var _this3 = this;
@@ -8926,12 +8959,12 @@ var _components;
8926
8959
  }).catch(function (e) {});
8927
8960
  },
8928
8961
 
8929
- /**
8930
- * submit
8931
- * @desc:新增/编辑意见保存
8932
- * @author liufan
8933
- * @param {Object} val 保存数据
8934
- * @date 2022年5月25日
8962
+ /**
8963
+ * submit
8964
+ * @desc:新增/编辑意见保存
8965
+ * @author liufan
8966
+ * @param {Object} val 保存数据
8967
+ * @date 2022年5月25日
8935
8968
  **/
8936
8969
  submit: function submit(val) {
8937
8970
  var _this4 = this;
@@ -8945,7 +8978,7 @@ var _components;
8945
8978
  }
8946
8979
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
8947
8980
  util["a" /* default */].ajax({
8948
- url: data.id ? api["Mc" /* updateCommonOpinion */] : api["Ub" /* saveCommonOpinion */],
8981
+ url: data.id ? api["Oc" /* updateCommonOpinion */] : api["Wb" /* saveCommonOpinion */],
8949
8982
  data: info,
8950
8983
  header: { 'Content-Type': 'multipart/form-data' },
8951
8984
  method: 'post'
@@ -10218,7 +10251,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10218
10251
  classify: true,
10219
10252
  newOptions: [],
10220
10253
  newSelectUserList: [],
10221
- url: api["rb" /* handleInfo */],
10254
+ url: api["tb" /* handleInfo */],
10222
10255
  newCheckboxList: [],
10223
10256
  newPresetEdit: 0,
10224
10257
  newMultiple: false,
@@ -10348,7 +10381,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10348
10381
  if (query !== '') {
10349
10382
  this.searchLoading = true;
10350
10383
  util["a" /* default */].ajax({
10351
- url: api["rb" /* handleInfo */],
10384
+ url: api["tb" /* handleInfo */],
10352
10385
  params: { searchKey: query, query: query, type: 'user' }
10353
10386
  }).then(function (res) {
10354
10387
  var status = res.status,
@@ -10781,7 +10814,7 @@ var CustomPresetvue_type_script_lang_js_components;
10781
10814
  nextNodeId: nodeId,
10782
10815
  businessId: this.id
10783
10816
  };
10784
- util["a" /* default */].ajax({ url: api["Y" /* getNodeInfo */], params: params }).then(function (res) {
10817
+ util["a" /* default */].ajax({ url: api["ab" /* getNodeInfo */], params: params }).then(function (res) {
10785
10818
  var status = res.status,
10786
10819
  message = res.message,
10787
10820
  _res$data = res.data,
@@ -10879,7 +10912,7 @@ var CustomPresetvue_type_script_lang_js_components;
10879
10912
 
10880
10913
  isNoStart && (this.newPresetList = []);
10881
10914
  var params = {
10882
- url: api["cb" /* getPresetCustomInfo */],
10915
+ url: api["eb" /* getPresetCustomInfo */],
10883
10916
  data: {
10884
10917
  nodeId: nodeId,
10885
10918
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -11236,7 +11269,7 @@ var Presetvue_type_script_lang_js_components;
11236
11269
  nodeId = this.nodeId;
11237
11270
 
11238
11271
  var params = {
11239
- url: api["db" /* getPresetNodeInfo */],
11272
+ url: api["fb" /* getPresetNodeInfo */],
11240
11273
  data: {
11241
11274
  nextNodeId: nextNodeId,
11242
11275
  processDefinitionId: processDefinitionId,
@@ -12121,7 +12154,7 @@ var processFormvue_type_script_lang_js_components;
12121
12154
  this.foreignOrgSelectorParams.nofilid = this.userModel.orgId;
12122
12155
  this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
12123
12156
  } else {
12124
- util["a" /* default */].ajax({ url: api["Bb" /* loginUserInfo */] }).then(function (res) {
12157
+ util["a" /* default */].ajax({ url: api["Db" /* loginUserInfo */] }).then(function (res) {
12125
12158
  var status = res.status,
12126
12159
  data = res.data;
12127
12160
 
@@ -12300,7 +12333,7 @@ var processFormvue_type_script_lang_js_components;
12300
12333
  var _this4 = this;
12301
12334
 
12302
12335
  util["a" /* default */].ajax({
12303
- url: api["E" /* findCodeValues */],
12336
+ url: api["G" /* findCodeValues */],
12304
12337
  params: {
12305
12338
  ccCode: 'notification_type',
12306
12339
  userId: util["a" /* default */].getStorage('userId')
@@ -12336,7 +12369,7 @@ var processFormvue_type_script_lang_js_components;
12336
12369
  if (!this.showBtn) {
12337
12370
  params.openMode = 'samepage';
12338
12371
  }
12339
- util["a" /* default */].ajax({ url: api["ab" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
12372
+ util["a" /* default */].ajax({ url: api["cb" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
12340
12373
  if (res.status === 'success') {
12341
12374
  if (!_this5.showBtn) {
12342
12375
  _this5.oldMessage = res.message;
@@ -12481,7 +12514,7 @@ var processFormvue_type_script_lang_js_components;
12481
12514
  delete params.businessId;
12482
12515
  }
12483
12516
  util["a" /* default */].ajax({
12484
- url: _this6.isFreeStartFlow ? api["K" /* freeStartFlowWithSubmitTask */] : _this6.formType == 'readTransfer' ? api["cc" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this6.copyHistory ? api["J" /* freeStartFlow */] : api["Pb" /* register */],
12517
+ url: _this6.isFreeStartFlow ? api["M" /* freeStartFlowWithSubmitTask */] : _this6.formType == 'readTransfer' ? api["ec" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this6.copyHistory ? api["L" /* freeStartFlow */] : api["Rb" /* register */],
12485
12518
  method: 'post',
12486
12519
  data: params
12487
12520
  }).then(function (res) {
@@ -12592,7 +12625,7 @@ var processFormvue_type_script_lang_js_components;
12592
12625
  delete params.businessId;
12593
12626
  }
12594
12627
  util["a" /* default */].ajax({
12595
- url: _this6.isFreeStartFlow ? api["K" /* freeStartFlowWithSubmitTask */] : _this6.formType == 'readTransfer' ? api["cc" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this6.copyHistory ? api["J" /* freeStartFlow */] : api["Pb" /* register */],
12628
+ url: _this6.isFreeStartFlow ? api["M" /* freeStartFlowWithSubmitTask */] : _this6.formType == 'readTransfer' ? api["ec" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this6.copyHistory ? api["L" /* freeStartFlow */] : api["Rb" /* register */],
12596
12629
  method: 'post',
12597
12630
  data: params
12598
12631
  }).then(function (res) {
@@ -12634,7 +12667,7 @@ var processFormvue_type_script_lang_js_components;
12634
12667
  businessId: this.id,
12635
12668
  userId: util["a" /* default */].getStorage('userId')
12636
12669
  };
12637
- util["a" /* default */].ajax({ url: api["Y" /* getNodeInfo */], params: params }).then(function (res) {
12670
+ util["a" /* default */].ajax({ url: api["ab" /* getNodeInfo */], params: params }).then(function (res) {
12638
12671
  var status = res.status,
12639
12672
  message = res.message,
12640
12673
  _res$data = res.data,
@@ -12779,7 +12812,7 @@ var processFormvue_type_script_lang_js_components;
12779
12812
  var _this8 = this;
12780
12813
 
12781
12814
  util["a" /* default */].ajax({
12782
- url: api["G" /* findSysCodes */]
12815
+ url: api["I" /* findSysCodes */]
12783
12816
  }).then(function (res) {
12784
12817
  var status = res.status,
12785
12818
  message = res.message;
@@ -12869,7 +12902,7 @@ var processFormvue_type_script_lang_js_components;
12869
12902
  params.taskAction = 'toStartFlowWithoutTempSave';
12870
12903
  }
12871
12904
  // 获取节点
12872
- util["a" /* default */].ajax({ url: api["wc" /* toStartFlow */], params: params }).then(function (res) {
12905
+ util["a" /* default */].ajax({ url: api["yc" /* toStartFlow */], params: params }).then(function (res) {
12873
12906
  //pc接口返回数据处理
12874
12907
  var status = res.status,
12875
12908
  message = res.message,
@@ -13381,7 +13414,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
13381
13414
  notificationType = _sendInfo.notificationType;
13382
13415
 
13383
13416
  var params = {
13384
- url: api["ac" /* sendMsg */],
13417
+ url: api["cc" /* sendMsg */],
13385
13418
  headers: { Accept: 'application/json,text/plain' },
13386
13419
  method: 'post',
13387
13420
  data: {
@@ -13443,7 +13476,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
13443
13476
 
13444
13477
  this.loading = true;
13445
13478
  util["a" /* default */].ajax({
13446
- url: api["vc" /* toSendMsg */],
13479
+ url: api["xc" /* toSendMsg */],
13447
13480
  params: { pendingId: this.$attrs.pendingId }
13448
13481
  }).then(function (res) {
13449
13482
  var status = res.status,
@@ -14288,7 +14321,7 @@ processRejectvue_type_template_id_d881d334_render._withStripped = true
14288
14321
  var _this = this;
14289
14322
 
14290
14323
  util["a" /* default */].ajax({
14291
- url: api["E" /* findCodeValues */],
14324
+ url: api["G" /* findCodeValues */],
14292
14325
  params: {
14293
14326
  ccCode: 'notification_type',
14294
14327
  userId: util["a" /* default */].getStorage('userId'),
@@ -14337,7 +14370,7 @@ processRejectvue_type_template_id_d881d334_render._withStripped = true
14337
14370
  userId: util["a" /* default */].getStorage('userId'),
14338
14371
  nextNodeId: _this2.nextNode.nextNodeId
14339
14372
  };
14340
- util["a" /* default */].ajax({ url: api["jc" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
14373
+ util["a" /* default */].ajax({ url: api["lc" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
14341
14374
  var status = res.status,
14342
14375
  message = res.message;
14343
14376
 
@@ -14369,7 +14402,7 @@ processRejectvue_type_template_id_d881d334_render._withStripped = true
14369
14402
  var _this3 = this;
14370
14403
 
14371
14404
  util["a" /* default */].ajax({
14372
- url: api["G" /* findSysCodes */]
14405
+ url: api["I" /* findSysCodes */]
14373
14406
  }).then(function (res) {
14374
14407
  var status = res.status,
14375
14408
  message = res.message;
@@ -14403,7 +14436,7 @@ processRejectvue_type_template_id_d881d334_render._withStripped = true
14403
14436
  isSinglePage: false,
14404
14437
  opinion: this.option
14405
14438
  };
14406
- util["a" /* default */].ajax({ url: api["Ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
14439
+ util["a" /* default */].ajax({ url: api["Cc" /* toTaskRejectHtml */], params: params }).then(function (res) {
14407
14440
  _this4.loading = false;
14408
14441
  if (res.status === 'success') {
14409
14442
  var _res$data = res.data,
@@ -15200,7 +15233,7 @@ var startTaskReadvue_type_script_lang_js_components;
15200
15233
  } else {
15201
15234
  params.appId = this.readParams.appId;
15202
15235
  }
15203
- util["a" /* default */].ajax({ url: api["ab" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15236
+ util["a" /* default */].ajax({ url: api["cb" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15204
15237
  if (res.status === 'success') {
15205
15238
  _this.newsNoice = res.message;
15206
15239
  }
@@ -15219,7 +15252,7 @@ var startTaskReadvue_type_script_lang_js_components;
15219
15252
  taskExamine = this.taskExamine;
15220
15253
 
15221
15254
  var params = {
15222
- url: api["Gc" /* toTaskTransferIndex */],
15255
+ url: api["Ic" /* toTaskTransferIndex */],
15223
15256
  params: {
15224
15257
  opinion: opinion,
15225
15258
  pendingId: pendingId,
@@ -15345,7 +15378,7 @@ var startTaskReadvue_type_script_lang_js_components;
15345
15378
  var _this4 = this;
15346
15379
 
15347
15380
  var params = {
15348
- url: api["xc" /* toStartTaskRead */],
15381
+ url: api["zc" /* toStartTaskRead */],
15349
15382
  params: startTaskReadvue_type_script_lang_js_extends({
15350
15383
  pendingId: this.pendingId,
15351
15384
  taskAction: this.type
@@ -15394,7 +15427,7 @@ var startTaskReadvue_type_script_lang_js_components;
15394
15427
  var _this6 = this;
15395
15428
 
15396
15429
  util["a" /* default */].ajax({
15397
- url: api["E" /* findCodeValues */],
15430
+ url: api["G" /* findCodeValues */],
15398
15431
  params: {
15399
15432
  ccCode: 'fenyue_msg_type',
15400
15433
  userId: util["a" /* default */].getStorage('userId')
@@ -15441,7 +15474,7 @@ var startTaskReadvue_type_script_lang_js_components;
15441
15474
  type = this.type;
15442
15475
 
15443
15476
  var params = {
15444
- url: api["nc" /* taskTransfer */],
15477
+ url: api["pc" /* taskTransfer */],
15445
15478
  data: {
15446
15479
  choiceDeptId: choiceDeptId,
15447
15480
  choiceOrgId: choiceOrgId,
@@ -15544,7 +15577,7 @@ var startTaskReadvue_type_script_lang_js_components;
15544
15577
  }
15545
15578
  delete _this8.configInfo.taskExamine.taskExamineParam;
15546
15579
  util["a" /* default */].ajax({
15547
- url: api["hc" /* taskReadHtml */],
15580
+ url: api["jc" /* taskReadHtml */],
15548
15581
  params: { taskAction: _this8.type },
15549
15582
  headers: {
15550
15583
  Accept: 'application/json,text/plain'
@@ -15583,7 +15616,7 @@ var startTaskReadvue_type_script_lang_js_components;
15583
15616
 
15584
15617
  this.loading = true;
15585
15618
  util["a" /* default */].ajax({
15586
- url: api["G" /* findSysCodes */]
15619
+ url: api["I" /* findSysCodes */]
15587
15620
  }).then(function (res) {
15588
15621
  var status = res.status,
15589
15622
  message = res.message,
@@ -16529,7 +16562,7 @@ var resetvue_type_script_lang_js_components;
16529
16562
  if (mainConfig) {
16530
16563
  this.userModel = JSON.parse(mainConfig).userModel;
16531
16564
  } else {
16532
- util["a" /* default */].ajax({ url: api["Bb" /* loginUserInfo */] }).then(function (res) {
16565
+ util["a" /* default */].ajax({ url: api["Db" /* loginUserInfo */] }).then(function (res) {
16533
16566
  var status = res.status,
16534
16567
  data = res.data;
16535
16568
 
@@ -16622,7 +16655,7 @@ var resetvue_type_script_lang_js_components;
16622
16655
  var _this2 = this;
16623
16656
 
16624
16657
  util["a" /* default */].ajax({
16625
- url: api["E" /* findCodeValues */],
16658
+ url: api["G" /* findCodeValues */],
16626
16659
  params: {
16627
16660
  ccCode: 'notification_type',
16628
16661
  userId: util["a" /* default */].getStorage('userId')
@@ -16652,7 +16685,7 @@ var resetvue_type_script_lang_js_components;
16652
16685
  nodeId: this.nextNode.nextNode,
16653
16686
  businessId: this.taskExamine.businessId
16654
16687
  };
16655
- util["a" /* default */].ajax({ url: api["ab" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16688
+ util["a" /* default */].ajax({ url: api["cb" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16656
16689
  if (res.status === 'success') {
16657
16690
  _this3.nextNode.noticeInfo = res.message;
16658
16691
  }
@@ -16742,7 +16775,7 @@ var resetvue_type_script_lang_js_components;
16742
16775
  }
16743
16776
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
16744
16777
  util["a" /* default */].ajax({
16745
- url: _this4.type == 'reset' ? api["Sb" /* resetProcess */] : api["fc" /* taskContinuation */],
16778
+ url: _this4.type == 'reset' ? api["Ub" /* resetProcess */] : api["hc" /* taskContinuation */],
16746
16779
  method: 'post',
16747
16780
  data: params
16748
16781
  }).then(function (res) {
@@ -16777,7 +16810,7 @@ var resetvue_type_script_lang_js_components;
16777
16810
  pendingId: this.taskExamine.pendingId,
16778
16811
  taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
16779
16812
  };
16780
- util["a" /* default */].ajax({ url: api["Y" /* getNodeInfo */], params: params }).then(function (res) {
16813
+ util["a" /* default */].ajax({ url: api["ab" /* getNodeInfo */], params: params }).then(function (res) {
16781
16814
  var status = res.status,
16782
16815
  message = res.message,
16783
16816
  _res$data = res.data,
@@ -16881,7 +16914,7 @@ var resetvue_type_script_lang_js_components;
16881
16914
  var _this6 = this;
16882
16915
 
16883
16916
  util["a" /* default */].ajax({
16884
- url: api["G" /* findSysCodes */]
16917
+ url: api["I" /* findSysCodes */]
16885
16918
  }).then(function (res) {
16886
16919
  var status = res.status,
16887
16920
  message = res.message;
@@ -16951,7 +16984,7 @@ var resetvue_type_script_lang_js_components;
16951
16984
  var _this7 = this;
16952
16985
 
16953
16986
  var params = {
16954
- url: this.type == 'continuation' ? api["zc" /* toTaskContinuationIndex */] : api["uc" /* toResetProcessIndex */],
16987
+ url: this.type == 'continuation' ? api["Bc" /* toTaskContinuationIndex */] : api["wc" /* toResetProcessIndex */],
16955
16988
  params: resetvue_type_script_lang_js_extends({
16956
16989
  appId: this.appId
16957
16990
  }, this.flowParams)
@@ -17684,7 +17717,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17684
17717
  pendingId = this.pendingId;
17685
17718
 
17686
17719
  var params = {
17687
- url: api["kc" /* taskReview */],
17720
+ url: api["mc" /* taskReview */],
17688
17721
  data: {
17689
17722
  nextUserId: nextOtherOrgObj.join(','),
17690
17723
  notificationType: noticeType.join(','),
@@ -17720,7 +17753,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17720
17753
  var _this2 = this;
17721
17754
 
17722
17755
  var params = {
17723
- url: api["Bc" /* toTaskReview */],
17756
+ url: api["Dc" /* toTaskReview */],
17724
17757
  params: { pendingId: this.pendingId }
17725
17758
  };
17726
17759
  util["a" /* default */].ajax(params).then(function (res) {
@@ -17756,7 +17789,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17756
17789
  var _this3 = this;
17757
17790
 
17758
17791
  var params = {
17759
- url: this.type == 'takeAdvice' ? api["Fc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Cc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ic" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Jc" /* toTwoOfficesDispatch */] : api["Hc" /* toTaskUnionExamine */],
17792
+ url: this.type == 'takeAdvice' ? api["Hc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Ec" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Kc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Lc" /* toTwoOfficesDispatch */] : api["Jc" /* toTaskUnionExamine */],
17760
17793
  params: { pendingId: this.pendingId },
17761
17794
  headers: { Accept: 'application/json,text/plain' }
17762
17795
  };
@@ -17908,7 +17941,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17908
17941
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
17909
17942
  // return this.$message.warning('暂未开放,敬请期待!');
17910
17943
  var param = {
17911
- url: this.type === 'startDraf' ? api["lc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["pc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Lc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["mc" /* taskTakeAdvice */] : api["oc" /* taskUnionExamine */],
17944
+ url: this.type === 'startDraf' ? api["nc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["rc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Nc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["oc" /* taskTakeAdvice */] : api["qc" /* taskUnionExamine */],
17912
17945
  data: {
17913
17946
  opinion: opinion,
17914
17947
  pendingId: pendingId,
@@ -17982,7 +18015,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17982
18015
  var _this5 = this;
17983
18016
 
17984
18017
  util["a" /* default */].ajax({
17985
- url: api["E" /* findCodeValues */],
18018
+ url: api["G" /* findCodeValues */],
17986
18019
  params: {
17987
18020
  ccCode: 'notification_type',
17988
18021
  userId: util["a" /* default */].getStorage('userId'),
@@ -18011,7 +18044,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
18011
18044
  var params = {
18012
18045
  pendingId: this.pendingId
18013
18046
  };
18014
- util["a" /* default */].ajax({ url: api["ab" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
18047
+ util["a" /* default */].ajax({ url: api["cb" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
18015
18048
  if (res.status === 'success') {
18016
18049
  _this6.infoList.noticeInfo = res.message;
18017
18050
  }
@@ -18027,7 +18060,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
18027
18060
  var _this7 = this;
18028
18061
 
18029
18062
  util["a" /* default */].ajax({
18030
- url: api["G" /* findSysCodes */]
18063
+ url: api["I" /* findSysCodes */]
18031
18064
  }).then(function (res) {
18032
18065
  var status = res.status,
18033
18066
  message = res.message;
@@ -21351,7 +21384,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21351
21384
  var _this = this;
21352
21385
 
21353
21386
  var params = {
21354
- url: api["N" /* getAdjunctFileInfos */],
21387
+ url: api["P" /* getAdjunctFileInfos */],
21355
21388
  params: { ownId: ownId, code: code }
21356
21389
  };
21357
21390
  util["a" /* default */].ajax(params).then(function (res) {
@@ -21439,7 +21472,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21439
21472
  taskAction: 'complete'
21440
21473
  };
21441
21474
  util["a" /* default */].ajax({
21442
- url: api["hc" /* taskReadHtml */],
21475
+ url: api["jc" /* taskReadHtml */],
21443
21476
  params: { taskAction: 'complete' },
21444
21477
  headers: {
21445
21478
  Accept: 'application/json,text/plain'
@@ -21471,7 +21504,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21471
21504
 
21472
21505
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
21473
21506
  util["a" /* default */].ajax({
21474
- url: api["yc" /* toStartTaskReadIndex */],
21507
+ url: api["Ac" /* toStartTaskReadIndex */],
21475
21508
  params: { pendingId: this.pendingId }
21476
21509
  }).then(function (res) {
21477
21510
  var status = res.status,
@@ -21507,7 +21540,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21507
21540
  if (mainConfig) {
21508
21541
  this.userModel = JSON.parse(mainConfig).userModel;
21509
21542
  } else {
21510
- util["a" /* default */].ajax({ url: api["Bb" /* loginUserInfo */] }).then(function (res) {
21543
+ util["a" /* default */].ajax({ url: api["Db" /* loginUserInfo */] }).then(function (res) {
21511
21544
  var status = res.status,
21512
21545
  data = res.data;
21513
21546
 
@@ -21542,7 +21575,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21542
21575
  var _this5 = this;
21543
21576
 
21544
21577
  util["a" /* default */].ajax({
21545
- url: api["E" /* findCodeValues */],
21578
+ url: api["G" /* findCodeValues */],
21546
21579
  params: {
21547
21580
  ccCode: 'notification_type',
21548
21581
  userId: util["a" /* default */].getStorage('userId'),
@@ -21609,7 +21642,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21609
21642
  pendingId: this.pendingId
21610
21643
  };
21611
21644
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
21612
- util["a" /* default */].ajax({ url: api["qc" /* tempSave */], params: params }).then(function (res) {
21645
+ util["a" /* default */].ajax({ url: api["sc" /* tempSave */], params: params }).then(function (res) {
21613
21646
  var status = res.status,
21614
21647
  message = res.message;
21615
21648
 
@@ -21683,7 +21716,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21683
21716
  var _this10 = this;
21684
21717
 
21685
21718
  util["a" /* default */].ajax({
21686
- url: api["G" /* findSysCodes */]
21719
+ url: api["I" /* findSysCodes */]
21687
21720
  }).then(function (res) {
21688
21721
  var status = res.status,
21689
21722
  message = res.message;
@@ -21716,7 +21749,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21716
21749
  nodeId = _endFlowInfo.nodeId;
21717
21750
 
21718
21751
  var param = {
21719
- url: api["T" /* getFreeStartFlowParams */],
21752
+ url: api["V" /* getFreeStartFlowParams */],
21720
21753
  params: {
21721
21754
  businessId: businessId,
21722
21755
  processDefinitionId: processDefinitionId,
@@ -21756,7 +21789,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21756
21789
 
21757
21790
  this.$confirm('确认' + res.value + '?').then(function () {
21758
21791
  var params = {
21759
- url: api["D" /* endFlowHtml */],
21792
+ url: api["F" /* endFlowHtml */],
21760
21793
  headers: { Accept: 'application/json,text/plain' },
21761
21794
  method: 'post',
21762
21795
  data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
@@ -21904,7 +21937,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21904
21937
  var _this15 = this;
21905
21938
 
21906
21939
  var params = {
21907
- url: api["yb" /* isCanStartSubFlow */],
21940
+ url: api["Ab" /* isCanStartSubFlow */],
21908
21941
  data: {
21909
21942
  appId: this.taskExamineInfo.appId,
21910
21943
  inevitableNode: res.inevitableNode
@@ -22014,7 +22047,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22014
22047
  this.$confirm('确认' + res.value + '?').then(function () {
22015
22048
  // return this.$message.warning('请填写意见');
22016
22049
  var params = {
22017
- url: api["Qb" /* rejectAndEnd */],
22050
+ url: api["Sb" /* rejectAndEnd */],
22018
22051
  headers: { Accept: 'application/json,text/plain' },
22019
22052
  method: 'post',
22020
22053
  data: {
@@ -22084,7 +22117,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22084
22117
  pendingId: this.pendingId,
22085
22118
  businessId: this.businessIds
22086
22119
  };
22087
- util["a" /* default */].ajax({ url: api["Y" /* getNodeInfo */], params: params }).then(function (res) {
22120
+ util["a" /* default */].ajax({ url: api["ab" /* getNodeInfo */], params: params }).then(function (res) {
22088
22121
  var status = res.status,
22089
22122
  message = res.message,
22090
22123
  data = res.data;
@@ -22334,7 +22367,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22334
22367
  pendingId: this.pendingId,
22335
22368
  userId: util["a" /* default */].getStorage('userId')
22336
22369
  };
22337
- util["a" /* default */].ajax({ url: api["U" /* getHandleInfoHtml */], params: params }).then(function (res) {
22370
+ util["a" /* default */].ajax({ url: api["W" /* getHandleInfoHtml */], params: params }).then(function (res) {
22338
22371
  //pc返回数据
22339
22372
 
22340
22373
  _this24.loading.close();
@@ -22626,7 +22659,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22626
22659
  // onlyFlag: true
22627
22660
  };
22628
22661
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22629
- util["a" /* default */].ajax({ url: api["eb" /* getProcessDefList */], params: params }).then(function (res) {
22662
+ util["a" /* default */].ajax({ url: api["gb" /* getProcessDefList */], params: params }).then(function (res) {
22630
22663
  var status = res.status,
22631
22664
  message = res.message,
22632
22665
  data = res.data;
@@ -22679,7 +22712,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22679
22712
  userId: util["a" /* default */].getStorage('userId'),
22680
22713
  type: 2
22681
22714
  };
22682
- util["a" /* default */].ajax({ url: api["Fb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
22715
+ util["a" /* default */].ajax({ url: api["Hb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
22683
22716
  var rCode = res.rCode,
22684
22717
  msg = res.msg,
22685
22718
  results = res.results;
@@ -22875,7 +22908,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22875
22908
  params.isSubFlow = taskExamineInfo.isSubFlow;
22876
22909
  params.nodeId = taskExamineInfo.nodeId;
22877
22910
  params.needRetrialAuth = needRetrialAuth;
22878
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["gc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
22911
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["ic" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
22879
22912
  var status = res.status,
22880
22913
  message = res.message;
22881
22914
 
@@ -23259,7 +23292,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
23259
23292
  pendingUserIds = _nextNode.pendingUserIds;
23260
23293
 
23261
23294
  var params = {
23262
- url: api["Ec" /* toTaskSuperviseSub */],
23295
+ url: api["Gc" /* toTaskSuperviseSub */],
23263
23296
  params: {
23264
23297
  userId: util["a" /* default */].getStorage('userId'),
23265
23298
  urgeUserIds: pendingUserIds,
@@ -23285,7 +23318,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
23285
23318
 
23286
23319
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23287
23320
  util["a" /* default */].ajax({
23288
- url: api["Dc" /* toTaskSupervise */],
23321
+ url: api["Fc" /* toTaskSupervise */],
23289
23322
  params: {
23290
23323
  businessId: this.businessId,
23291
23324
  appId: this.appId,
@@ -23771,7 +23804,7 @@ var Circulatevue_type_script_lang_js_components;
23771
23804
  return this.$message.warning('请选择处理对象!');
23772
23805
  }
23773
23806
  var param = {
23774
- url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["s" /* directStartTaskCircularRead */] : api["C" /* endFlowAndStartTaskCircularRead */],
23807
+ url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["s" /* directStartTaskCircularRead */] : api["E" /* endFlowAndStartTaskCircularRead */],
23775
23808
  data: {
23776
23809
  opinion: opinion,
23777
23810
  businessId: businessId,
@@ -23854,7 +23887,7 @@ var Circulatevue_type_script_lang_js_components;
23854
23887
  var _this2 = this;
23855
23888
 
23856
23889
  util["a" /* default */].ajax({
23857
- url: api["E" /* findCodeValues */],
23890
+ url: api["G" /* findCodeValues */],
23858
23891
  params: {
23859
23892
  ccCode: 'notification_type',
23860
23893
  userId: util["a" /* default */].getStorage('userId'),
@@ -23890,7 +23923,7 @@ var Circulatevue_type_script_lang_js_components;
23890
23923
  if (!this.showBtn) {
23891
23924
  params.openMode = 'samepage';
23892
23925
  }
23893
- util["a" /* default */].ajax({ url: api["ab" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
23926
+ util["a" /* default */].ajax({ url: api["cb" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
23894
23927
  if (res.status === 'success') {
23895
23928
  if (!_this3.showBtn) {
23896
23929
  _this3.oldMessage = res.message;
@@ -23911,7 +23944,7 @@ var Circulatevue_type_script_lang_js_components;
23911
23944
  var _this4 = this;
23912
23945
 
23913
23946
  util["a" /* default */].ajax({
23914
- url: api["G" /* findSysCodes */]
23947
+ url: api["I" /* findSysCodes */]
23915
23948
  }).then(function (res) {
23916
23949
  var status = res.status,
23917
23950
  message = res.message;
@@ -24166,7 +24199,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
24166
24199
 
24167
24200
  if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
24168
24201
  var param = {
24169
- url: api["L" /* freeTaskCircularRead */],
24202
+ url: api["N" /* freeTaskCircularRead */],
24170
24203
  data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
24171
24204
  appId: this.appId || this.params.appId,
24172
24205
  nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
@@ -24198,7 +24231,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
24198
24231
  var _this2 = this;
24199
24232
 
24200
24233
  var param = {
24201
- url: api["sc" /* toFreeTaskCircularRead */],
24234
+ url: api["uc" /* toFreeTaskCircularRead */],
24202
24235
  params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
24203
24236
  };
24204
24237
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
@@ -24379,7 +24412,7 @@ SortFlowvue_type_template_id_268dfc8e_render._withStripped = true
24379
24412
  // CONCATENATED MODULE: ./packages/flow/src/component/SortFlow.vue?vue&type=template&id=268dfc8e&
24380
24413
 
24381
24414
  // EXTERNAL MODULE: external "vuedraggable"
24382
- var external_vuedraggable_ = __webpack_require__(22);
24415
+ var external_vuedraggable_ = __webpack_require__(23);
24383
24416
  var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_vuedraggable_);
24384
24417
 
24385
24418
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SortFlow.vue?vue&type=script&lang=js&
@@ -24449,7 +24482,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
24449
24482
  });
24450
24483
  });
24451
24484
  var params = {
24452
- url: api["bc" /* setSort */],
24485
+ url: api["dc" /* setSort */],
24453
24486
  method: 'post',
24454
24487
  format: false,
24455
24488
  headers: {
@@ -24476,7 +24509,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
24476
24509
  var _this2 = this;
24477
24510
 
24478
24511
  var params = {
24479
- url: api["rc" /* toDefinitionChangeSort */],
24512
+ url: api["tc" /* toDefinitionChangeSort */],
24480
24513
  method: 'get',
24481
24514
  params: {
24482
24515
  flowTypeCode: this.flowTypeCode,
@@ -25761,8 +25794,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25761
25794
  //
25762
25795
  //
25763
25796
  //
25797
+ //
25764
25798
 
25765
25799
 
25800
+ // import flowNew from './flow.vue';
25766
25801
 
25767
25802
 
25768
25803
 
@@ -25799,6 +25834,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25799
25834
  defaultProcessKey: { type: String, default: '' },
25800
25835
  hideBtn: { type: Boolean, default: false },
25801
25836
  isCirculate: { type: Boolean, default: false },
25837
+ newFlow: { type: Boolean, default: false },
25802
25838
  formLabelPosition: {
25803
25839
  type: String,
25804
25840
  default: 'left'
@@ -25930,7 +25966,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25930
25966
  customPresetHintMessage: '', //流程预设标题
25931
25967
  flowType: '',
25932
25968
  flowDisabled: false,
25933
- activeNames: '',
25969
+ activeNames: '1',
25934
25970
  isEndUserTask: true,
25935
25971
  enableCustomLimitTimeSetting: false, //是否开启限时办理
25936
25972
  isForceDisplayDefaultOptionForPrefix: false,
@@ -26199,7 +26235,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26199
26235
  getIsCancelSecondConfirmation: function getIsCancelSecondConfirmation() {
26200
26236
  var _this = this;
26201
26237
 
26202
- util["a" /* default */].ajax({ url: api["zb" /* isCancelSecondConfirmation */] }).then(function (res) {
26238
+ util["a" /* default */].ajax({ url: api["Bb" /* isCancelSecondConfirmation */] }).then(function (res) {
26203
26239
  if (res.status == 'success') {
26204
26240
  _this.isCancelSecondConfirmationType = res.data === false;
26205
26241
  }
@@ -26228,7 +26264,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26228
26264
  var _this2 = this;
26229
26265
 
26230
26266
  var params = {
26231
- url: api["mb" /* getUrgencyLevelChangedNotificationType */],
26267
+ url: api["ob" /* getUrgencyLevelChangedNotificationType */],
26232
26268
  params: { urgencyLevel: this.urgencyLevel }
26233
26269
  };
26234
26270
  util["a" /* default */].ajax(params).then(function (res) {
@@ -26280,7 +26316,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26280
26316
  var _this4 = this;
26281
26317
 
26282
26318
  var params = {
26283
- url: api["Z" /* getNodeInfoForStart */],
26319
+ url: api["bb" /* getNodeInfoForStart */],
26284
26320
  params: { processDefinitionId: processDefinitionId }
26285
26321
  };
26286
26322
  util["a" /* default */].ajax(params).then(function (res) {
@@ -26434,7 +26470,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26434
26470
  var _this7 = this;
26435
26471
 
26436
26472
  var params = {
26437
- url: api["N" /* getAdjunctFileInfos */],
26473
+ url: api["P" /* getAdjunctFileInfos */],
26438
26474
  params: { ownId: ownId, code: code }
26439
26475
  };
26440
26476
  util["a" /* default */].ajax(params).then(function (res) {
@@ -26514,7 +26550,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26514
26550
  taskAction: 'complete'
26515
26551
  };
26516
26552
  util["a" /* default */].ajax({
26517
- url: api["hc" /* taskReadHtml */],
26553
+ url: api["jc" /* taskReadHtml */],
26518
26554
  params: { taskAction: 'complete' },
26519
26555
  headers: {
26520
26556
  Accept: 'application/json,text/plain'
@@ -26582,7 +26618,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26582
26618
 
26583
26619
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
26584
26620
  util["a" /* default */].ajax({
26585
- url: api["yc" /* toStartTaskReadIndex */],
26621
+ url: api["Ac" /* toStartTaskReadIndex */],
26586
26622
  params: { pendingId: this.pendingId }
26587
26623
  }).then(function (res) {
26588
26624
  var status = res.status,
@@ -26626,7 +26662,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26626
26662
  if (mainConfig) {
26627
26663
  this.userModel = JSON.parse(mainConfig).userModel;
26628
26664
  } else {
26629
- util["a" /* default */].ajax({ url: api["Bb" /* loginUserInfo */] }).then(function (res) {
26665
+ util["a" /* default */].ajax({ url: api["Db" /* loginUserInfo */] }).then(function (res) {
26630
26666
  var status = res.status,
26631
26667
  data = res.data;
26632
26668
 
@@ -26661,7 +26697,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26661
26697
  var _this13 = this;
26662
26698
 
26663
26699
  var params = {
26664
- url: api["E" /* findCodeValues */],
26700
+ url: api["G" /* findCodeValues */],
26665
26701
  params: {
26666
26702
  ccCode: 'notification_type',
26667
26703
  userId: util["a" /* default */].getStorage('userId'),
@@ -26729,7 +26765,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26729
26765
  pendingId: this.pendingId
26730
26766
  };
26731
26767
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
26732
- util["a" /* default */].ajax({ url: api["qc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
26768
+ util["a" /* default */].ajax({ url: api["sc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
26733
26769
  var status = res.status,
26734
26770
  message = res.message;
26735
26771
 
@@ -26803,7 +26839,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26803
26839
  var _this18 = this;
26804
26840
 
26805
26841
  util["a" /* default */].ajax({
26806
- url: api["G" /* findSysCodes */]
26842
+ url: api["I" /* findSysCodes */]
26807
26843
  }).then(function (res) {
26808
26844
  var status = res.status,
26809
26845
  message = res.message;
@@ -26836,7 +26872,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26836
26872
  nodeId = _endFlowInfo.nodeId;
26837
26873
 
26838
26874
  var param = {
26839
- url: api["T" /* getFreeStartFlowParams */],
26875
+ url: api["V" /* getFreeStartFlowParams */],
26840
26876
  params: {
26841
26877
  businessId: businessId,
26842
26878
  processDefinitionId: processDefinitionId,
@@ -26887,7 +26923,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26887
26923
 
26888
26924
  this.$confirm('确认' + res.value + '?').then(function () {
26889
26925
  var params = {
26890
- url: api["D" /* endFlowHtml */],
26926
+ url: api["F" /* endFlowHtml */],
26891
26927
  headers: { Accept: 'application/json,text/plain' },
26892
26928
  method: 'post',
26893
26929
  data: mainvue_type_script_lang_js_extends({}, _this21.endFlowInfo, _this21.nextNode, {
@@ -27038,7 +27074,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27038
27074
  var _this23 = this;
27039
27075
 
27040
27076
  var params = {
27041
- url: api["yb" /* isCanStartSubFlow */],
27077
+ url: api["Ab" /* isCanStartSubFlow */],
27042
27078
  data: {
27043
27079
  appId: this.taskExamineInfo.appId,
27044
27080
  inevitableNode: res.inevitableNode
@@ -27148,7 +27184,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27148
27184
  this.$confirm('确认' + res.value + '?').then(function () {
27149
27185
  // return this.$message.warning('请填写意见');
27150
27186
  var params = {
27151
- url: api["Qb" /* rejectAndEnd */],
27187
+ url: api["Sb" /* rejectAndEnd */],
27152
27188
  headers: { Accept: 'application/json,text/plain' },
27153
27189
  method: 'post',
27154
27190
  data: {
@@ -27222,7 +27258,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27222
27258
  pendingId: this.pendingId,
27223
27259
  businessId: this.businessIds
27224
27260
  };
27225
- util["a" /* default */].ajax({ url: api["Y" /* getNodeInfo */], params: params }).then(function (res) {
27261
+ util["a" /* default */].ajax({ url: api["ab" /* getNodeInfo */], params: params }).then(function (res) {
27226
27262
  var status = res.status,
27227
27263
  message = res.message,
27228
27264
  data = res.data;
@@ -27535,7 +27571,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27535
27571
  pendingId: this.pendingId,
27536
27572
  userId: util["a" /* default */].getStorage('userId')
27537
27573
  };
27538
- util["a" /* default */].ajax({ url: api["U" /* getHandleInfoHtml */], params: params }).then(function (res) {
27574
+ util["a" /* default */].ajax({ url: api["W" /* getHandleInfoHtml */], params: params }).then(function (res) {
27539
27575
  //pc返回数据
27540
27576
 
27541
27577
  _this32.loading.close();
@@ -27909,7 +27945,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27909
27945
  hideTempSave: true
27910
27946
  }, this.param);
27911
27947
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
27912
- util["a" /* default */].ajax({ url: api["eb" /* getProcessDefList */], params: params }).then(function (res) {
27948
+ util["a" /* default */].ajax({ url: api["gb" /* getProcessDefList */], params: params }).then(function (res) {
27913
27949
  var status = res.status,
27914
27950
  message = res.message,
27915
27951
  data = res.data;
@@ -27970,7 +28006,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27970
28006
  userId: util["a" /* default */].getStorage('userId'),
27971
28007
  type: 2
27972
28008
  };
27973
- util["a" /* default */].ajax({ url: api["Fb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
28009
+ util["a" /* default */].ajax({ url: api["Hb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
27974
28010
  var rCode = res.rCode,
27975
28011
  msg = res.msg,
27976
28012
  results = res.results;
@@ -28329,7 +28365,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28329
28365
  if (!currentNodeEnableItemHandleDescription) {
28330
28366
  delete params.nextItemHandleDescription;
28331
28367
  }
28332
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["gc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
28368
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["ic" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
28333
28369
  var status = res.status,
28334
28370
  message = res.message;
28335
28371
 
@@ -28437,7 +28473,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28437
28473
  if (!currentNodeEnableItemHandleDescription) {
28438
28474
  delete params.nextItemHandleDescription;
28439
28475
  }
28440
- return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["gc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
28476
+ return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["ic" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
28441
28477
  var status = res.status,
28442
28478
  message = res.message;
28443
28479