eoss-ui 0.7.82 → 0.7.84

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 (283) hide show
  1. package/lib/button-group.js +144 -120
  2. package/lib/button.js +143 -120
  3. package/lib/calendar.js +2 -2
  4. package/lib/calogin.js +377 -353
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +144 -120
  8. package/lib/clients.js +2 -2
  9. package/lib/config/api.js +7 -1
  10. package/lib/data-table-form.js +144 -120
  11. package/lib/data-table.js +144 -120
  12. package/lib/date-picker.js +143 -120
  13. package/lib/dialog.js +219 -214
  14. package/lib/enable-drag.js +2 -2
  15. package/lib/enterprise.js +2 -2
  16. package/lib/eoss-ui.common.js +1505 -880
  17. package/lib/error-page.js +2 -2
  18. package/lib/flow-group.js +147 -124
  19. package/lib/flow-list.js +162 -137
  20. package/lib/flow.js +1281 -657
  21. package/lib/form.js +243 -239
  22. package/lib/handle-user.js +144 -121
  23. package/lib/handler.js +144 -121
  24. package/lib/icon.js +144 -121
  25. package/lib/icons.js +4 -4
  26. package/lib/index.js +1 -1
  27. package/lib/input-number.js +143 -120
  28. package/lib/input.js +143 -120
  29. package/lib/label.js +2 -2
  30. package/lib/layout.js +2 -2
  31. package/lib/login.js +145 -121
  32. package/lib/main.js +185 -161
  33. package/lib/menu.js +2 -2
  34. package/lib/nav.js +150 -127
  35. package/lib/notify.js +86 -77
  36. package/lib/page.js +143 -120
  37. package/lib/pagination.js +143 -120
  38. package/lib/player.js +147 -124
  39. package/lib/qr-code.js +158 -135
  40. package/lib/radio-group.js +143 -120
  41. package/lib/retrial-auth.js +144 -121
  42. package/lib/select-ganged.js +143 -120
  43. package/lib/select.js +143 -120
  44. package/lib/selector-panel.js +147 -123
  45. package/lib/selector.js +145 -122
  46. package/lib/sizer.js +143 -120
  47. package/lib/steps.js +150 -127
  48. package/lib/switch.js +143 -120
  49. package/lib/table-form.js +143 -120
  50. package/lib/tabs-panel.js +2 -2
  51. package/lib/tabs.js +143 -120
  52. package/lib/theme-chalk/flow.css +1 -1
  53. package/lib/theme-chalk/index.css +1 -1
  54. package/lib/theme-chalk/login.css +1 -1
  55. package/lib/tips.js +143 -120
  56. package/lib/toolbar.js +2 -2
  57. package/lib/tree-group.js +143 -120
  58. package/lib/tree.js +143 -120
  59. package/lib/upload.js +160 -136
  60. package/lib/utils/util.js +60 -46
  61. package/lib/wujie.js +156 -122
  62. package/lib/wxlogin.js +143 -120
  63. package/package.json +2 -1
  64. package/packages/button/index.js +5 -5
  65. package/packages/button/src/main.vue +418 -418
  66. package/packages/button-group/index.js +5 -5
  67. package/packages/calendar/index.js +5 -5
  68. package/packages/calogin/index.js +5 -5
  69. package/packages/calogin/src/plugin.js +915 -915
  70. package/packages/card/index.js +5 -5
  71. package/packages/card/src/main.vue +156 -156
  72. package/packages/cascader/index.js +5 -5
  73. package/packages/cascader/src/main.vue +168 -168
  74. package/packages/checkbox-group/index.js +5 -5
  75. package/packages/checkbox-group/src/main.vue +333 -333
  76. package/packages/clients/index.js +5 -5
  77. package/packages/data-table/index.js +5 -5
  78. package/packages/data-table/src/children.vue +39 -39
  79. package/packages/data-table/src/sizer.vue +195 -195
  80. package/packages/data-table-form/index.js +5 -5
  81. package/packages/data-table-form/src/checkbox.vue +101 -101
  82. package/packages/data-table-form/src/colgroup.vue +17 -17
  83. package/packages/data-table-form/src/main.vue +181 -181
  84. package/packages/data-table-form/src/radio.vue +65 -65
  85. package/packages/data-table-form/src/table.vue +233 -233
  86. package/packages/data-table-form/src/tbody.vue +336 -336
  87. package/packages/data-table-form/src/thead.vue +68 -68
  88. package/packages/date-picker/index.js +5 -5
  89. package/packages/date-picker/src/main.vue +236 -236
  90. package/packages/dialog/index.js +5 -5
  91. package/packages/enable-drag/index.js +5 -5
  92. package/packages/enterprise/index.js +5 -5
  93. package/packages/enterprise/src/main.vue +66 -66
  94. package/packages/error-page/index.js +5 -5
  95. package/packages/error-page/src/main.vue +44 -44
  96. package/packages/flow/index.js +5 -5
  97. package/packages/flow/src/component/CustomPreset.vue +1 -1
  98. package/packages/flow/src/component/SortFlow.vue +110 -0
  99. package/packages/flow/src/component/TimeLimit.vue +190 -190
  100. package/packages/flow/src/main.vue +212 -25
  101. package/packages/flow/src/processForm.vue +153 -5
  102. package/packages/flow-group/index.js +5 -5
  103. package/packages/flow-group/src/main.vue +2 -2
  104. package/packages/flow-list/index.js +5 -5
  105. package/packages/flow-list/src/main.vue +8 -6
  106. package/packages/form/index.js +5 -5
  107. package/packages/form/src/main.vue +1 -1
  108. package/packages/handle-user/index.js +5 -5
  109. package/packages/handler/index.js +5 -5
  110. package/packages/icon/index.js +5 -5
  111. package/packages/icons/index.js +5 -5
  112. package/packages/icons/src/main.vue +81 -81
  113. package/packages/input/index.js +5 -5
  114. package/packages/input/src/main.vue +356 -356
  115. package/packages/input-number/index.js +5 -5
  116. package/packages/input-number/src/main.vue +106 -106
  117. package/packages/label/index.js +5 -5
  118. package/packages/label/src/main.vue +457 -457
  119. package/packages/layout/index.js +5 -5
  120. package/packages/layout/src/item.vue +152 -152
  121. package/packages/layout/src/main.vue +31 -31
  122. package/packages/login/index.js +5 -5
  123. package/packages/main/index.js +5 -5
  124. package/packages/main/src/default/message.vue +249 -249
  125. package/packages/main/src/default/notice.vue +157 -157
  126. package/packages/main/src/simplicity/lists.vue +84 -84
  127. package/packages/main/src/simplicity/router-page.vue +45 -45
  128. package/packages/menu/index.js +5 -5
  129. package/packages/nav/index.js +5 -5
  130. package/packages/notify/index.js +5 -5
  131. package/packages/notify/src/main.vue +538 -538
  132. package/packages/page/index.js +5 -5
  133. package/packages/page/src/main.vue +167 -167
  134. package/packages/pagination/index.js +5 -5
  135. package/packages/pagination/src/main.vue +96 -96
  136. package/packages/player/index.js +5 -5
  137. package/packages/player/src/main.vue +194 -194
  138. package/packages/qr-code/index.js +5 -5
  139. package/packages/qr-code/src/main.vue +170 -170
  140. package/packages/radio-group/index.js +6 -6
  141. package/packages/radio-group/src/main.vue +319 -319
  142. package/packages/retrial-auth/index.js +5 -5
  143. package/packages/retrial-auth/src/main.vue +280 -280
  144. package/packages/select/index.js +5 -5
  145. package/packages/select-ganged/index.js +5 -5
  146. package/packages/select-ganged/src/main.vue +724 -724
  147. package/packages/selector/index.js +5 -5
  148. package/packages/selector-panel/index.js +5 -5
  149. package/packages/selector-panel/src/tree.vue +129 -129
  150. package/packages/sizer/index.js +5 -5
  151. package/packages/sizer/src/main.vue +254 -254
  152. package/packages/steps/index.js +5 -5
  153. package/packages/steps/src/main.vue +181 -181
  154. package/packages/switch/index.js +5 -5
  155. package/packages/table-form/index.js +5 -5
  156. package/packages/tabs/index.js +5 -5
  157. package/packages/tabs/src/main.vue +788 -788
  158. package/packages/tabs-panel/index.js +5 -5
  159. package/packages/tabs-panel/src/main.vue +29 -29
  160. package/packages/theme-chalk/gulpfile.js +25 -0
  161. package/packages/theme-chalk/src/base.scss +261 -261
  162. package/packages/theme-chalk/src/button-group.scss +176 -176
  163. package/packages/theme-chalk/src/button.scss +24 -24
  164. package/packages/theme-chalk/src/calendar.scss +113 -113
  165. package/packages/theme-chalk/src/card.scss +99 -99
  166. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  167. package/packages/theme-chalk/src/clients.scss +87 -87
  168. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  169. package/packages/theme-chalk/src/date-picker.scss +7 -7
  170. package/packages/theme-chalk/src/dialog.scss +77 -77
  171. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  172. package/packages/theme-chalk/src/enterprise.scss +5 -5
  173. package/packages/theme-chalk/src/error-page.scss +18 -18
  174. package/packages/theme-chalk/src/flow-group.scss +110 -110
  175. package/packages/theme-chalk/src/flow-list.scss +39 -39
  176. package/packages/theme-chalk/src/flow.scss +14 -0
  177. package/packages/theme-chalk/src/handle-user.scss +40 -40
  178. package/packages/theme-chalk/src/icons.scss +99 -99
  179. package/packages/theme-chalk/src/input.scss +9 -9
  180. package/packages/theme-chalk/src/label.scss +24 -24
  181. package/packages/theme-chalk/src/layout.scss +46 -46
  182. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  183. package/packages/theme-chalk/src/nav.scss +111 -111
  184. package/packages/theme-chalk/src/page.scss +3 -3
  185. package/packages/theme-chalk/src/pagination.scss +29 -29
  186. package/packages/theme-chalk/src/player.scss +9 -9
  187. package/packages/theme-chalk/src/qr-code.scss +17 -17
  188. package/packages/theme-chalk/src/radio-group.scss +9 -9
  189. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  190. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  191. package/packages/theme-chalk/src/select.scss +8 -8
  192. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  193. package/packages/theme-chalk/src/sizer.scss +36 -36
  194. package/packages/theme-chalk/src/steps.scss +88 -88
  195. package/packages/theme-chalk/src/switch.scss +3 -3
  196. package/packages/theme-chalk/src/table-form.scss +1 -1
  197. package/packages/theme-chalk/src/tabs.scss +87 -87
  198. package/packages/theme-chalk/src/tips.scss +7 -7
  199. package/packages/theme-chalk/src/toolbar.scss +179 -179
  200. package/packages/theme-chalk/src/tree-group.scss +72 -72
  201. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  202. package/packages/tips/index.js +5 -5
  203. package/packages/toolbar/index.js +5 -5
  204. package/packages/tree/index.js +5 -5
  205. package/packages/tree-group/index.js +5 -5
  206. package/packages/upload/index.js +5 -5
  207. package/packages/upload/src/main.vue +1 -1
  208. package/packages/upload/src/picture.js +15 -15
  209. package/packages/wujie/index.js +5 -5
  210. package/packages/wujie/src/main.vue +146 -145
  211. package/packages/wxlogin/index.js +5 -5
  212. package/packages/wxlogin/src/main.vue +128 -128
  213. package/src/config/api.js +7 -1
  214. package/src/config/image.js +2 -2
  215. package/src/index.js +1 -1
  216. package/src/utils/bus.js +3 -3
  217. package/src/utils/date-util.js +312 -312
  218. package/src/utils/http.js +50 -50
  219. package/src/utils/store.js +21 -21
  220. package/src/utils/util.js +42 -26
  221. package/src/utils/webSocket.js +107 -107
  222. package/packages/theme-chalk/lib/base.css +0 -1
  223. package/packages/theme-chalk/lib/button-group.css +0 -1
  224. package/packages/theme-chalk/lib/button.css +0 -1
  225. package/packages/theme-chalk/lib/calendar.css +0 -1
  226. package/packages/theme-chalk/lib/calogin.css +0 -0
  227. package/packages/theme-chalk/lib/card.css +0 -1
  228. package/packages/theme-chalk/lib/cascader.css +0 -0
  229. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  230. package/packages/theme-chalk/lib/clients.css +0 -1
  231. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  232. package/packages/theme-chalk/lib/data-table.css +0 -1
  233. package/packages/theme-chalk/lib/date-picker.css +0 -1
  234. package/packages/theme-chalk/lib/dialog.css +0 -1
  235. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  236. package/packages/theme-chalk/lib/enterprise.css +0 -1
  237. package/packages/theme-chalk/lib/error-page.css +0 -1
  238. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  239. package/packages/theme-chalk/lib/flow-group.css +0 -1
  240. package/packages/theme-chalk/lib/flow-list.css +0 -1
  241. package/packages/theme-chalk/lib/flow.css +0 -1
  242. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  243. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  244. package/packages/theme-chalk/lib/form.css +0 -1
  245. package/packages/theme-chalk/lib/handle-user.css +0 -1
  246. package/packages/theme-chalk/lib/handler.css +0 -1
  247. package/packages/theme-chalk/lib/icon.css +0 -1
  248. package/packages/theme-chalk/lib/icons.css +0 -1
  249. package/packages/theme-chalk/lib/index.css +0 -1
  250. package/packages/theme-chalk/lib/input-number.css +0 -0
  251. package/packages/theme-chalk/lib/input.css +0 -1
  252. package/packages/theme-chalk/lib/label.css +0 -1
  253. package/packages/theme-chalk/lib/layout.css +0 -1
  254. package/packages/theme-chalk/lib/login.css +0 -1
  255. package/packages/theme-chalk/lib/main.css +0 -1
  256. package/packages/theme-chalk/lib/menu.css +0 -1
  257. package/packages/theme-chalk/lib/nav.css +0 -1
  258. package/packages/theme-chalk/lib/notify.css +0 -0
  259. package/packages/theme-chalk/lib/page.css +0 -1
  260. package/packages/theme-chalk/lib/pagination.css +0 -1
  261. package/packages/theme-chalk/lib/player.css +0 -1
  262. package/packages/theme-chalk/lib/qr-code.css +0 -1
  263. package/packages/theme-chalk/lib/radio-group.css +0 -1
  264. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  265. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  266. package/packages/theme-chalk/lib/select.css +0 -1
  267. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  268. package/packages/theme-chalk/lib/selector.css +0 -1
  269. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  270. package/packages/theme-chalk/lib/simplicity.css +0 -1
  271. package/packages/theme-chalk/lib/sizer.css +0 -1
  272. package/packages/theme-chalk/lib/steps.css +0 -1
  273. package/packages/theme-chalk/lib/switch.css +0 -1
  274. package/packages/theme-chalk/lib/table-form.css +0 -0
  275. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  276. package/packages/theme-chalk/lib/tabs.css +0 -1
  277. package/packages/theme-chalk/lib/tips.css +0 -1
  278. package/packages/theme-chalk/lib/toolbar.css +0 -1
  279. package/packages/theme-chalk/lib/tree-group.css +0 -1
  280. package/packages/theme-chalk/lib/tree.css +0 -1
  281. package/packages/theme-chalk/lib/upload.css +0 -1
  282. package/packages/theme-chalk/lib/wujie.css +0 -0
  283. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -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 = 18);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 19);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -132,7 +132,7 @@ module.exports = require("video.js");
132
132
  /***/ (function(module, exports, __webpack_require__) {
133
133
 
134
134
 
135
- var content = __webpack_require__(22);
135
+ var content = __webpack_require__(23);
136
136
 
137
137
  if(typeof content === 'string') content = [[module.i, content, '']];
138
138
 
@@ -146,7 +146,7 @@ var options = {"hmr":true}
146
146
  options.transform = transform
147
147
  options.insertInto = undefined;
148
148
 
149
- var update = __webpack_require__(24)(content, options);
149
+ var update = __webpack_require__(25)(content, options);
150
150
 
151
151
  if(content.locals) module.exports = content.locals;
152
152
 
@@ -184,55 +184,61 @@ module.exports = require("ua-parser-js");
184
184
 
185
185
  /***/ }),
186
186
  /* 13 */
187
+ /***/ (function(module, exports) {
188
+
189
+ module.exports = require("vuedraggable");
190
+
191
+ /***/ }),
192
+ /* 14 */
187
193
  /***/ (function(module) {
188
194
 
189
195
  module.exports = JSON.parse("[\"solid-huiyi\",\"solid-gongzuotai\",\"solid-menhu\",\"solid-gongwenguanli\",\"solid-tongxunlu\",\"solid-qingshibaogao\",\"solid-wenjiangongxiang\",\"solid-shiwuxitong\",\"solid-wendangxiezuo\",\"solid-youxiang\",\"solid-jishitongxun\",\"solid-liaotian\",\"solid-yunwendang\",\"solid-wps\",\"solid-feiyongbaoxiao\",\"solid-daibanshixiang\",\"solid-guanzhu\",\"solid-gongwenkanban\",\"solid-daidengji\",\"solid-banlizhongxin\",\"solid-zaibanfawen\",\"solid-yibanshixiang\",\"solid-daiqiangongwen\",\"solid-shouye\",\"solid-zaibanshouwen\",\"solid-mobanguanli\",\"solid-guanjianzi\",\"solid-yibanfawen\",\"solid-yibangongwen\",\"solid-shouwenguidang\",\"solid-gongwentongji\",\"solid-huishouzhan\",\"solid-bianhaoguanli\",\"solid-banjieshouwen\",\"solid-chehuigongwen\",\"solid-gerenqianming\",\"solid-shouwendengji\",\"solid-zaixianshouwen\",\"solid-gongwenshezhi\",\"solid-wenzhongguanli\",\"solid-shoufawentongji\",\"solid-kanwuguanli\",\"solid-wangshangtiaocha\",\"solid-lanmuguanli\",\"solid-wangzhanzhuce\",\"solid-mokuaiguanli\",\"solid-gonggao\",\"solid-xinjianwenjuan\",\"solid-qikanguanli\",\"solid-lanmuxinxi\",\"solid-wenjianxiazai\",\"solid-wenjuanguanli\",\"solid-wenjianguanli\",\"solid-gongxiangxinxiku\",\"solid-tianxiewenjuan\",\"solid-wenjuanmobanku\",\"solid-dianziqikan\",\"solid-menhuguanggao\",\"solid-xiazaizhongxin\",\"solid-fenleiguanli\",\"solid-dingshibiaodan\",\"solid-xinjianshiwu\",\"solid-banjieshiwu\",\"solid-caogaoxiang\",\"solid-xinjianqingshibaogao\",\"solid-yitijiao\",\"solid-xinjianbumenfawen\",\"solid-zaibanqingshibaogao\",\"solid-yibanqingshibaogao\",\"solid-huiyijiyao\",\"solid-huiyiguanli\",\"solid-yishanghui\",\"solid-yuyueguanli\",\"solid-daishanghui\",\"solid-weishanghui\",\"solid-suoyouhuiyi\",\"solid-weiqianshou\",\"solid-chaoshiweiqianshou\",\"solid-weiqueren\",\"solid-huiyikanban\",\"solid-huiyiqianshou\",\"solid-yiqianshou\",\"solid-yiqueren\",\"solid-huiyishiguanli\",\"solid-yitiguanli\",\"solid-huiyibiaodanpeizhi\",\"solid-huiyileixing\",\"solid-huiyichengban\",\"solid-yijieshu\",\"solid-yitishenhe\",\"solid-yuebaoxiafa\",\"solid-nianzhongbiangeng\",\"solid-nianzhongbiangengjihua\",\"solid-yixiangku\",\"solid-xiafa\",\"solid-wanchengtianbao\",\"solid-touziwancheng\",\"solid-touzijihua\",\"solid-huizong\",\"solid-lixiangku\",\"solid-niandujihua\",\"solid-yuebao\",\"solid-touzijihuatianbao\",\"solid-yuebaotianbao\",\"solid-zhongzhiku\",\"solid-touzixiangmuku\",\"solid-touziku\",\"solid-zongtiku\",\"solid-touzibiangengxiafa\",\"solid-buluku\",\"solid-touzijihuaxiafa\",\"solid-touzitongji\",\"solid-yuebaoguanli\",\"solid-touziyuebao\",\"solid-neirongbiangeng\",\"solid-shoufukuantaizhang\",\"solid-ziliaofangwen\",\"solid-wodejieyue\",\"solid-wodebiangeng\",\"solid-wodebuchongxieyi\",\"solid-wenjianmoban\",\"solid-shoupiaoweifukuan\",\"solid-shoufukuanguanli\",\"solid-ziliao\",\"solid-lishihetongdengji\",\"solid-shoupiaoguanli\",\"solid-hetongtongji\",\"solid-hetongjieyue\",\"solid-buchongxieyiguanli\",\"solid-hetongzhongzhi\",\"solid-hetongqianding\",\"solid-hetongguanli\",\"solid-wodehetong\",\"solid-fukuanjihua\",\"solid-hetongbiangeng\",\"solid-hetongpingjia\",\"solid-ziliaoguanli\",\"solid-hetongguidang\",\"solid-jieduanjihua\",\"solid-shoufukuanjihua\",\"solid-shoukuanjihua\",\"solid-hetongshezhi\",\"solid-hetonglvhang\",\"solid-jieyueguanli\",\"solid-hetongtaizhang\",\"solid-buchongxieyi\",\"solid-guidang\",\"solid-hetongzhongjie\",\"solid-fukuanguanli\",\"solid-hetongwanjie\",\"solid-bianhaopeizhi\",\"solid-biangeng\",\"solid-wendangsousuo\",\"solid-gerenwenjian\",\"solid-zhongyaowenjian\",\"solid-lingdaojianghua\",\"solid-bumenwenjian\",\"solid-gongsiwenjian\",\"solid-qitadanwei\",\"solid-changyonglianxiren\",\"solid-qunzuguanli\",\"solid-dianhuabo\",\"solid-duanxin\",\"solid-zhibanchaxun\",\"solid-zhibanpeizhi\",\"solid-zhibanfankui\",\"solid-zhibandanwei\",\"solid-zhibanxiangqing\",\"solid-zhibanshezhi\",\"solid-zhibanqingkuang\",\"solid-zhibantongji\",\"solid-jituanbanjieshencha\",\"solid-jituanzaibanshencha\",\"solid-shiwuliebiao\",\"solid-huishou\",\"solid-yichangzhengwen\",\"solid-zaibanshiwu\",\"solid-banjieshiwu1\",\"solid-lishishiwu\",\"solid-yichangfujian\",\"solid-fasong\",\"solid-daiban\",\"solid-yiban\",\"jia\",\"zhuomian\",\"tupian\",\"zhankai\",\"zhuyi\",\"suoxiao\",\"shangchuanwenjian\",\"qun\",\"xiazai\",\"xiaoxi\",\"xinjian\",\"yuyin\",\"circle-you\",\"suofang\",\"shuaxin\",\"circle-jian\",\"shujuku\",\"shezhi\",\"shanchu\",\"lishijilu\",\"queren\",\"circle-zuo\",\"shouji\",\"shenhe\",\"shijian\",\"quanping\",\"zhuyi-copy\",\"liucheng\",\"circle-shang\",\"guanbiyulan\",\"jian\",\"circle-xia\",\"you\",\"paixu\",\"qiehuan\",\"fujian\",\"peizhi\",\"chuanru\",\"jiankong\",\"jinzhi\",\"shang\",\"dianhua\",\"fanhui\",\"zuo\",\"dingwei\",\"fangda\",\"chuanchu\",\"diannao\",\"fenxiang\",\"xia\",\"duibi\",\"fuzhi\",\"baocuo\",\"bianji\",\"chehui\",\"chakanxiangqing\",\"bangzhu\",\"yingyong\",\"qingganfenxi\",\"shangchuan\",\"xinxi\",\"shouqi\",\"guanlianyuedu\",\"zan\",\"zhongxinshangchuan\",\"sousuo\",\"yonghu\",\"zhuye\",\"yulan\",\"WiFi\",\"qiye\",\"lianjie\",\"zhaiyao\",\"fengxianshibie\",\"pad\",\"jiucuo\",\"jianpan\",\"gexinghua\",\"guanbi\",\"circle-jia\",\"solid-yusuanxitong\",\"solid-shuzijijian\",\"solid-laodonghetong\",\"solid-anquanshengchan\",\"solid-cashenfenrenzheng\",\"houtaiguanli\",\"solid-hebingxitong\",\"solid-zhibanguanli\",\"EAS\",\"solid-caiwu\",\"solid-frame\",\"solid-touziguanli\",\"solid-xinxifabu\",\"solid-caiwugongxiang\",\"solid-chanquanxitong\",\"solid-zhicheng\",\"solid-keyan\",\"solid-gongsizhidu\",\"solid-quanxianguanli\",\"solid-qunzu\",\"solid-wancheng\",\"solid-zuo\",\"youjian\",\"solid-yonghu\",\"solid-iPad\",\"saoma\",\"dayin\",\"solid-tupian\",\"solid-shouji\",\"solid-shenhe\",\"solid-zan\",\"solid-zhuyi\",\"solid-yuyin\",\"bofang\",\"solid-shijian\",\"solid-youjian\",\"solid-dayin\",\"solid-xinxi\",\"solid-you\",\"solid-shang\",\"solid-xiangji\",\"solid-jiankong\",\"solid-zanting\",\"solid-jianpan\",\"solid-xia\",\"solid-bangzhu\",\"solid-guanbi\",\"solid-diannao\",\"solid-jia\",\"solid-jian\",\"solid-dingwei\",\"tuozhuai\",\"message\",\"follow-selected\",\"follow\",\"shu-qiye\",\"shu-jituan\",\"shu-bumen\",\"email\",\"phone\",\"zuoji\",\"solid-qiye\",\"more\",\"gengduo\",\"lanmu\",\"monitor\",\"anzhuo\",\"pingguo\",\"erweima\",\"huawei\",\"mima\",\"yanzhengma\",\"rili\",\"shoushizuo\",\"shoushiyou\",\"shoushishang\",\"shoushixia\",\"tuichu\",\"dingding\",\"application\",\"weixin\",\"shengyinwenjian\",\"word\",\"kebofangwenjian\",\"upan\",\"Excel\",\"ppt\",\"weizhiwenjian\",\"txt\",\"yasuobao\",\"pdf\",\"sousuorenyuan\",\"juqiangongwen\",\"chaoyou\",\"chaozuo\",\"chaoshang\",\"chaoxia\",\"jiazai\",\"fabu\",\"baocun\",\"biaoge\",\"biaogeshezhi\",\"wenzishezhi\",\"tuodong\",\"biaoti\",\"xiantiao\",\"huanhangfu\",\"biaoqian\",\"xiugai\",\"wenzi\",\"duoxuan\",\"bianhao\",\"danxuan\",\"xialakuang\",\"wenbenyu\",\"wenbenkuang\",\"a-01kongzhimianban\",\"qingsao\",\"qiehuangangwei\",\"code\",\"jianqiebanjilu\",\"chuizhiduiqi\",\"shanchuwanqudian\",\"juzhongduiqi\",\"jianqie\",\"tianjiawanqudian\",\"fuzhi1\",\"huanyuanbili\",\"jindu\",\"solid-baocun\",\"chanpinxianjishurenyuanguanli\",\"solid-xiaoxi\",\"arrow-right\",\"gou\",\"arrow-left\",\"es-icon-circle-guanbi\"]");
190
196
 
191
197
  /***/ }),
192
- /* 14 */
198
+ /* 15 */
193
199
  /***/ (function(module, exports) {
194
200
 
195
201
  module.exports = require("video.js/dist/lang/zh-CN.json");
196
202
 
197
203
  /***/ }),
198
- /* 15 */
204
+ /* 16 */
199
205
  /***/ (function(module, exports) {
200
206
 
201
207
  module.exports = require("eoss-element/src/utils/clickoutside");
202
208
 
203
209
  /***/ }),
204
- /* 16 */
210
+ /* 17 */
205
211
  /***/ (function(module, exports) {
206
212
 
207
213
  module.exports = require("sortablejs");
208
214
 
209
215
  /***/ }),
210
- /* 17 */
216
+ /* 18 */
211
217
  /***/ (function(module, exports) {
212
218
 
213
219
  module.exports = require("js-base64");
214
220
 
215
221
  /***/ }),
216
- /* 18 */
222
+ /* 19 */
217
223
  /***/ (function(module, exports, __webpack_require__) {
218
224
 
219
- module.exports = __webpack_require__(28);
225
+ module.exports = __webpack_require__(29);
220
226
 
221
227
 
222
228
  /***/ }),
223
- /* 19 */
229
+ /* 20 */
224
230
  /***/ (function(module, exports) {
225
231
 
226
232
  module.exports = require("sm-crypto");
227
233
 
228
234
  /***/ }),
229
- /* 20 */
235
+ /* 21 */
230
236
  /***/ (function(module, exports) {
231
237
 
232
238
  module.exports = require("lodash");
233
239
 
234
240
  /***/ }),
235
- /* 21 */
241
+ /* 22 */
236
242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
237
243
 
238
244
  "use strict";
@@ -242,17 +248,17 @@ module.exports = require("lodash");
242
248
 
243
249
 
244
250
  /***/ }),
245
- /* 22 */
251
+ /* 23 */
246
252
  /***/ (function(module, exports, __webpack_require__) {
247
253
 
248
- exports = module.exports = __webpack_require__(23)(false);
254
+ exports = module.exports = __webpack_require__(24)(false);
249
255
  // Module
250
256
  exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
251
257
 
252
258
 
253
259
 
254
260
  /***/ }),
255
- /* 23 */
261
+ /* 24 */
256
262
  /***/ (function(module, exports, __webpack_require__) {
257
263
 
258
264
  "use strict";
@@ -343,7 +349,7 @@ function toComment(sourceMap) {
343
349
  }
344
350
 
345
351
  /***/ }),
346
- /* 24 */
352
+ /* 25 */
347
353
  /***/ (function(module, exports, __webpack_require__) {
348
354
 
349
355
  /*
@@ -412,7 +418,7 @@ var singleton = null;
412
418
  var singletonCounter = 0;
413
419
  var stylesInsertedAtTop = [];
414
420
 
415
- var fixUrls = __webpack_require__(25);
421
+ var fixUrls = __webpack_require__(26);
416
422
 
417
423
  module.exports = function(list, options) {
418
424
  if (typeof DEBUG !== "undefined" && DEBUG) {
@@ -747,7 +753,7 @@ function updateLink (link, options, obj) {
747
753
 
748
754
 
749
755
  /***/ }),
750
- /* 25 */
756
+ /* 26 */
751
757
  /***/ (function(module, exports) {
752
758
 
753
759
 
@@ -842,19 +848,19 @@ module.exports = function (css) {
842
848
 
843
849
 
844
850
  /***/ }),
845
- /* 26 */
851
+ /* 27 */
846
852
  /***/ (function(module, exports) {
847
853
 
848
854
  module.exports = require("video.js/dist/video-js.css");
849
855
 
850
856
  /***/ }),
851
- /* 27 */
857
+ /* 28 */
852
858
  /***/ (function(module, exports) {
853
859
 
854
860
  module.exports = require("qrcode");
855
861
 
856
862
  /***/ }),
857
- /* 28 */
863
+ /* 29 */
858
864
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
859
865
 
860
866
  "use strict";
@@ -1132,9 +1138,15 @@ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
1132
1138
  var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
1133
1139
  // 自由发起传阅查询
1134
1140
  var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
1141
+ // 提交是否二次确认
1142
+ var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
1143
+
1135
1144
  // 自由发起传阅提交
1136
1145
  var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
1137
-
1146
+ // 获取排序流程
1147
+ var toDefinitionChangeSort = '/bpm/bpmBackend/toDefinitionChangeSort';
1148
+ // 设置流程排序
1149
+ var setSort = '/bpm/bpmdefinition/setSort.json ';
1138
1150
  // 查询常用菜单列表信息
1139
1151
  var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
1140
1152
  // 查询待办任务数量
@@ -1326,8 +1338,8 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
1326
1338
  **/
1327
1339
 
1328
1340
  /* eslint-disable indent */
1329
- var sm2 = __webpack_require__(19).sm2;
1330
- var lodash = __webpack_require__(20);
1341
+ var sm2 = __webpack_require__(20).sm2;
1342
+ var lodash = __webpack_require__(21);
1331
1343
 
1332
1344
 
1333
1345
 
@@ -3366,41 +3378,55 @@ var identical = function identical(_ref9) {
3366
3378
 
3367
3379
  /**
3368
3380
  * indexOfObj
3369
- * @desc:查找数组对象下标
3370
- * @author huangbo
3371
- * @date 2022年5月7日
3372
- * @param {Array} [arry] - 被查找的数组
3373
- * @param {Object} [target] - 目标对象
3374
- * @param {String/Array} [key] - 目标对象的属性名
3375
- **/
3381
+ * @desc 查找数组对象下标
3382
+ * @param {Array} arry - 被查找的数组
3383
+ * @param {Object|string} target - 目标对象或字符串值
3384
+ * @param {string|Array<string>} key - 目标对象的属性名,可以是逗号分隔的字符串或数组
3385
+ * @returns {number} 找到返回下标,未找到返回-1
3386
+ */
3376
3387
  var indexOfObj = function indexOfObj(arry, target, key) {
3377
- for (var i = 0; i < arry.length; i++) {
3378
- if (key) {
3379
- if (key.indexOf(',') > -1 || Array.isArray(key)) {
3380
- var keys = key.indexOf(',') > -1 ? key.split(',') : key;
3381
- for (var n = 0; n < keys.length; n++) {
3382
- var k = keys[n];
3383
- if (typeof target === 'string' && arry[i][k] === target) {
3384
- return i;
3385
- }
3386
- if (target[k] && arry[i][k] && target[k] === arry[i][k]) {
3387
- return i;
3388
- }
3389
- }
3390
- } else {
3391
- if (typeof target === 'string' && arry[i][key] === target) {
3392
- return i;
3388
+ // 参数校验
3389
+ if (!Array.isArray(arry)) {
3390
+ return -1;
3391
+ }
3392
+
3393
+ // 没有key的情况:直接比较对象
3394
+ if (!key) {
3395
+ var targetStr = JSON.stringify(target);
3396
+ for (var i = 0; i < arry.length; i++) {
3397
+ if (JSON.stringify(arry[i]) === targetStr) {
3398
+ return i;
3399
+ }
3400
+ }
3401
+ return -1;
3402
+ }
3403
+
3404
+ // 统一处理key为数组
3405
+ var keys = Array.isArray(key) ? key : typeof key === 'string' ? key.split(',').map(function (k) {
3406
+ return k.trim();
3407
+ }) : [];
3408
+
3409
+ // 遍历数组查找匹配项
3410
+ for (var _i8 = 0; _i8 < arry.length; _i8++) {
3411
+ var currentItem = arry[_i8];
3412
+
3413
+ // 遍历所有key进行匹配
3414
+ for (var j = 0; j < keys.length; j++) {
3415
+ var currentKey = keys[j];
3416
+
3417
+ // 如果target是字符串,直接比较
3418
+ if (typeof target === 'string') {
3419
+ if (currentItem[currentKey] === target) {
3420
+ return _i8;
3393
3421
  }
3394
- if (target[key] === arry[i][key]) {
3395
- return i;
3422
+ } else if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object') {
3423
+ if (currentItem[currentKey] === target[currentKey]) {
3424
+ return _i8;
3396
3425
  }
3397
3426
  }
3398
- } else {
3399
- if (JSON.stringify(target) === JSON.stringify(arry[i])) {
3400
- return i;
3401
- }
3402
3427
  }
3403
3428
  }
3429
+
3404
3430
  return -1;
3405
3431
  };
3406
3432
  /**
@@ -4656,10 +4682,10 @@ var setStorage = function setStorage(_ref18) {
4656
4682
  }
4657
4683
  }
4658
4684
  } else {
4659
- for (var _i8 in key) {
4660
- var val = _typeof(key[_i8]) === 'object' ? JSON.stringify(key[_i8]) : key[_i8];
4661
- localStorage.setItem(_i8, val);
4662
- if (_i8 === 'token') {
4685
+ for (var _i9 in key) {
4686
+ var val = _typeof(key[_i9]) === 'object' ? JSON.stringify(key[_i9]) : key[_i9];
4687
+ localStorage.setItem(_i9, val);
4688
+ if (_i9 === 'token') {
4663
4689
  setCookie('token', val);
4664
4690
  }
4665
4691
  }
@@ -4671,17 +4697,17 @@ var setStorage = function setStorage(_ref18) {
4671
4697
  setCookie('token', value);
4672
4698
  }
4673
4699
  } else if (Array.isArray(key)) {
4674
- for (var _i9 in key) {
4675
- sessionStorage.setItem(key[_i9], value);
4676
- if (key[_i9] === 'token') {
4700
+ for (var _i10 in key) {
4701
+ sessionStorage.setItem(key[_i10], value);
4702
+ if (key[_i10] === 'token') {
4677
4703
  setCookie('token', value);
4678
4704
  }
4679
4705
  }
4680
4706
  } else {
4681
- for (var _i10 in key) {
4682
- var _val = _typeof(key[_i10]) === 'object' ? JSON.stringify(key[_i10]) : key[_i10];
4683
- sessionStorage.setItem(_i10, _val);
4684
- if (_i10 === 'token') {
4707
+ for (var _i11 in key) {
4708
+ var _val = _typeof(key[_i11]) === 'object' ? JSON.stringify(key[_i11]) : key[_i11];
4709
+ sessionStorage.setItem(_i11, _val);
4710
+ if (_i11 === 'token') {
4685
4711
  setCookie('token', _val);
4686
4712
  }
4687
4713
  }
@@ -4809,16 +4835,16 @@ var setCookie = function setCookie(name, value) {
4809
4835
  **/
4810
4836
  var getCookie = function getCookie(name) {
4811
4837
  var cookies = document.cookie.split(';');
4812
- for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i11 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
4838
+ for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i12 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
4813
4839
  var _ref19;
4814
4840
 
4815
4841
  if (_isArray) {
4816
- if (_i11 >= _iterator.length) break;
4817
- _ref19 = _iterator[_i11++];
4842
+ if (_i12 >= _iterator.length) break;
4843
+ _ref19 = _iterator[_i12++];
4818
4844
  } else {
4819
- _i11 = _iterator.next();
4820
- if (_i11.done) break;
4821
- _ref19 = _i11.value;
4845
+ _i12 = _iterator.next();
4846
+ if (_i12.done) break;
4847
+ _ref19 = _i12.value;
4822
4848
  }
4823
4849
 
4824
4850
  var cookie = _ref19;
@@ -6807,8 +6833,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6807
6833
 
6808
6834
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6809
6835
 
6810
- /**
6811
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6836
+ /**
6837
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6812
6838
  */
6813
6839
  var CA_ExtInterface = function () {
6814
6840
  function CA_ExtInterface() {
@@ -6821,11 +6847,11 @@ var CA_ExtInterface = function () {
6821
6847
  this.init();
6822
6848
  }
6823
6849
 
6824
- /**
6825
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6826
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6827
- * @param {Object} target - 目标对象
6828
- * @param {Object} options - 新的选项对象
6850
+ /**
6851
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6852
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6853
+ * @param {Object} target - 目标对象
6854
+ * @param {Object} options - 新的选项对象
6829
6855
  */
6830
6856
 
6831
6857
 
@@ -6840,8 +6866,8 @@ var CA_ExtInterface = function () {
6840
6866
  }
6841
6867
  };
6842
6868
 
6843
- /**
6844
- * 检查当前会话的 WebSocket URL
6869
+ /**
6870
+ * 检查当前会话的 WebSocket URL
6845
6871
  */
6846
6872
 
6847
6873
 
@@ -6855,8 +6881,8 @@ var CA_ExtInterface = function () {
6855
6881
  }
6856
6882
  };
6857
6883
 
6858
- /**
6859
- * 检查是否使用 ActiveX
6884
+ /**
6885
+ * 检查是否使用 ActiveX
6860
6886
  */
6861
6887
 
6862
6888
 
@@ -6868,11 +6894,11 @@ var CA_ExtInterface = function () {
6868
6894
  }
6869
6895
  };
6870
6896
 
6871
- /**
6872
- * 扩展发送消息并等待响应
6873
- * @param {string} operatorCmd - 操作命令
6874
- * @param {string} sendMsg - 发送的消息
6875
- * @returns {string} 响应消息
6897
+ /**
6898
+ * 扩展发送消息并等待响应
6899
+ * @param {string} operatorCmd - 操作命令
6900
+ * @param {string} sendMsg - 发送的消息
6901
+ * @returns {string} 响应消息
6876
6902
  */
6877
6903
 
6878
6904
 
@@ -6882,11 +6908,11 @@ var CA_ExtInterface = function () {
6882
6908
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6883
6909
  };
6884
6910
 
6885
- /**
6886
- * 发送消息并等待响应
6887
- * @param {string} wsurl - WebSocket URL
6888
- * @param {string} sendMsg - 发送的消息
6889
- * @returns {string} 响应消息
6911
+ /**
6912
+ * 发送消息并等待响应
6913
+ * @param {string} wsurl - WebSocket URL
6914
+ * @param {string} sendMsg - 发送的消息
6915
+ * @returns {string} 响应消息
6890
6916
  */
6891
6917
 
6892
6918
 
@@ -6910,9 +6936,9 @@ var CA_ExtInterface = function () {
6910
6936
  return ResultMsg;
6911
6937
  };
6912
6938
 
6913
- /**
6914
- * 配置选项
6915
- * @param {Object} extendOption - 扩展选项
6939
+ /**
6940
+ * 配置选项
6941
+ * @param {Object} extendOption - 扩展选项
6916
6942
  */
6917
6943
 
6918
6944
 
@@ -6922,8 +6948,8 @@ var CA_ExtInterface = function () {
6922
6948
  }
6923
6949
  };
6924
6950
 
6925
- /**
6926
- * 初始化
6951
+ /**
6952
+ * 初始化
6927
6953
  */
6928
6954
 
6929
6955
 
@@ -6931,9 +6957,9 @@ var CA_ExtInterface = function () {
6931
6957
  this.isUseActioveX();
6932
6958
  };
6933
6959
 
6934
- /**
6935
- * 返回客户端的版本
6936
- * @returns {string} 客户端版本
6960
+ /**
6961
+ * 返回客户端的版本
6962
+ * @returns {string} 客户端版本
6937
6963
  */
6938
6964
 
6939
6965
 
@@ -6946,13 +6972,13 @@ var CA_ExtInterface = function () {
6946
6972
  }
6947
6973
  };
6948
6974
 
6949
- /**
6950
- * 下载客户端程序并安装
6951
- * @param {string} bstrURL - 下载地址
6952
- * @param {string} bstrHashValue - 哈希值
6953
- * @param {boolean} bSync - 是否同步安装
6954
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6955
- * @returns {number} 安装结果
6975
+ /**
6976
+ * 下载客户端程序并安装
6977
+ * @param {string} bstrURL - 下载地址
6978
+ * @param {string} bstrHashValue - 哈希值
6979
+ * @param {boolean} bSync - 是否同步安装
6980
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6981
+ * @returns {number} 安装结果
6956
6982
  */
6957
6983
 
6958
6984
 
@@ -6966,11 +6992,11 @@ var CA_ExtInterface = function () {
6966
6992
  }
6967
6993
  };
6968
6994
 
6969
- /**
6970
- * 获取硬件指纹信息
6971
- * @param {number} dwSign - 签名
6972
- * @param {string} strGateWayIP - 网关 IP
6973
- * @returns {string} 硬件指纹信息
6995
+ /**
6996
+ * 获取硬件指纹信息
6997
+ * @param {number} dwSign - 签名
6998
+ * @param {string} strGateWayIP - 网关 IP
6999
+ * @returns {string} 硬件指纹信息
6974
7000
  */
6975
7001
 
6976
7002
 
@@ -6984,12 +7010,12 @@ var CA_ExtInterface = function () {
6984
7010
  }
6985
7011
  };
6986
7012
 
6987
- /**
6988
- * 设置转发策略和代填策略
6989
- * @param {string} strProxyPolicy - 转发策略
6990
- * @param {string} strSSOPolicy - 代填策略
6991
- * @param {string} strGatewayAddress - 网关地址
6992
- * @returns {number} 设置结果
7013
+ /**
7014
+ * 设置转发策略和代填策略
7015
+ * @param {string} strProxyPolicy - 转发策略
7016
+ * @param {string} strSSOPolicy - 代填策略
7017
+ * @param {string} strGatewayAddress - 网关地址
7018
+ * @returns {number} 设置结果
6993
7019
  */
6994
7020
 
6995
7021
 
@@ -7003,11 +7029,11 @@ var CA_ExtInterface = function () {
7003
7029
  }
7004
7030
  };
7005
7031
 
7006
- /**
7007
- * 启动认证信息模块
7008
- * @param {string} strFileName - 文件名
7009
- * @param {string} strXmlData - XML 数据
7010
- * @returns {string} 认证信息
7032
+ /**
7033
+ * 启动认证信息模块
7034
+ * @param {string} strFileName - 文件名
7035
+ * @param {string} strXmlData - XML 数据
7036
+ * @returns {string} 认证信息
7011
7037
  */
7012
7038
 
7013
7039
 
@@ -7021,10 +7047,10 @@ var CA_ExtInterface = function () {
7021
7047
  }
7022
7048
  };
7023
7049
 
7024
- /**
7025
- * 打开 BS 应用
7026
- * @param {string} strUrl - 应用 URL
7027
- * @returns {number} 打开结果
7050
+ /**
7051
+ * 打开 BS 应用
7052
+ * @param {string} strUrl - 应用 URL
7053
+ * @returns {number} 打开结果
7028
7054
  */
7029
7055
 
7030
7056
 
@@ -7038,12 +7064,12 @@ var CA_ExtInterface = function () {
7038
7064
  }
7039
7065
  };
7040
7066
 
7041
- /**
7042
- * 打开 CS 应用
7043
- * @param {string} strGatewayAddress - 网关地址
7044
- * @param {string} strAppFlag - 应用标识
7045
- * @param {string} strAppPath - 应用路径
7046
- * @returns {number} 打开结果
7067
+ /**
7068
+ * 打开 CS 应用
7069
+ * @param {string} strGatewayAddress - 网关地址
7070
+ * @param {string} strAppFlag - 应用标识
7071
+ * @param {string} strAppPath - 应用路径
7072
+ * @returns {number} 打开结果
7047
7073
  */
7048
7074
 
7049
7075
 
@@ -7057,13 +7083,13 @@ var CA_ExtInterface = function () {
7057
7083
  }
7058
7084
  };
7059
7085
 
7060
- /**
7061
- * 设置自动更新策略
7062
- * @param {string} strGatewayAddress - 网关地址
7063
- * @param {number} nGatewayPort - 网关端口
7064
- * @param {string} strUserToken - 用户令牌
7065
- * @param {number} updatedelay - 更新延迟
7066
- * @returns {number} 设置结果
7086
+ /**
7087
+ * 设置自动更新策略
7088
+ * @param {string} strGatewayAddress - 网关地址
7089
+ * @param {number} nGatewayPort - 网关端口
7090
+ * @param {string} strUserToken - 用户令牌
7091
+ * @param {number} updatedelay - 更新延迟
7092
+ * @returns {number} 设置结果
7067
7093
  */
7068
7094
 
7069
7095
 
@@ -7077,10 +7103,10 @@ var CA_ExtInterface = function () {
7077
7103
  }
7078
7104
  };
7079
7105
 
7080
- /**
7081
- * 获取客户端 IP
7082
- * @param {string} strGatewayIP - 网关 IP
7083
- * @returns {string} 客户端 IP
7106
+ /**
7107
+ * 获取客户端 IP
7108
+ * @param {string} strGatewayIP - 网关 IP
7109
+ * @returns {string} 客户端 IP
7084
7110
  */
7085
7111
 
7086
7112
 
@@ -7094,10 +7120,10 @@ var CA_ExtInterface = function () {
7094
7120
  }
7095
7121
  };
7096
7122
 
7097
- /**
7098
- * 登出网关
7099
- * @param {string} strServerIP - 服务器 IP
7100
- * @returns {number} 登出结果
7123
+ /**
7124
+ * 登出网关
7125
+ * @param {string} strServerIP - 服务器 IP
7126
+ * @returns {number} 登出结果
7101
7127
  */
7102
7128
 
7103
7129
 
@@ -7111,11 +7137,11 @@ var CA_ExtInterface = function () {
7111
7137
  }
7112
7138
  };
7113
7139
 
7114
- /**
7115
- * 运行安装包
7116
- * @param {number} lRunType - 运行类型
7117
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7118
- * @returns {number} 运行结果
7140
+ /**
7141
+ * 运行安装包
7142
+ * @param {number} lRunType - 运行类型
7143
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7144
+ * @returns {number} 运行结果
7119
7145
  */
7120
7146
 
7121
7147
 
@@ -7129,9 +7155,9 @@ var CA_ExtInterface = function () {
7129
7155
  }
7130
7156
  };
7131
7157
 
7132
- /**
7133
- * 获取下载进度
7134
- * @returns {number} 下载进度
7158
+ /**
7159
+ * 获取下载进度
7160
+ * @returns {number} 下载进度
7135
7161
  */
7136
7162
 
7137
7163
 
@@ -7145,9 +7171,9 @@ var CA_ExtInterface = function () {
7145
7171
  }
7146
7172
  };
7147
7173
 
7148
- /**
7149
- * 是否安装完成
7150
- * @returns {boolean} 安装完成状态
7174
+ /**
7175
+ * 是否安装完成
7176
+ * @returns {boolean} 安装完成状态
7151
7177
  */
7152
7178
 
7153
7179
 
@@ -7161,11 +7187,11 @@ var CA_ExtInterface = function () {
7161
7187
  }
7162
7188
  };
7163
7189
 
7164
- /**
7165
- * 初始化签包对象
7166
- * @param {string} strAlgType - 算法类型
7167
- * @param {string} strAuxParam - 辅助参数
7168
- * @returns {number} 初始化结果
7190
+ /**
7191
+ * 初始化签包对象
7192
+ * @param {string} strAlgType - 算法类型
7193
+ * @param {string} strAuxParam - 辅助参数
7194
+ * @returns {number} 初始化结果
7169
7195
  */
7170
7196
 
7171
7197
 
@@ -7179,10 +7205,10 @@ var CA_ExtInterface = function () {
7179
7205
  }
7180
7206
  };
7181
7207
 
7182
- /**
7183
- * 设置摘要算法
7184
- * @param {string} strDigestAlg - 摘要算法
7185
- * @returns {number} 设置结果
7208
+ /**
7209
+ * 设置摘要算法
7210
+ * @param {string} strDigestAlg - 摘要算法
7211
+ * @returns {number} 设置结果
7186
7212
  */
7187
7213
 
7188
7214
 
@@ -7196,10 +7222,10 @@ var CA_ExtInterface = function () {
7196
7222
  }
7197
7223
  };
7198
7224
 
7199
- /**
7200
- * 设置单证书是否弹出对话框
7201
- * @param {number} isChoose - 是否弹出对话框
7202
- * @returns {number} 设置结果
7225
+ /**
7226
+ * 设置单证书是否弹出对话框
7227
+ * @param {number} isChoose - 是否弹出对话框
7228
+ * @returns {number} 设置结果
7203
7229
  */
7204
7230
 
7205
7231
 
@@ -7213,11 +7239,11 @@ var CA_ExtInterface = function () {
7213
7239
  }
7214
7240
  };
7215
7241
 
7216
- /**
7217
- * 添加证书过滤条件
7218
- * @param {number} ulType - 过滤类型
7219
- * @param {string} strValue - 过滤值
7220
- * @returns {number} 添加结果
7242
+ /**
7243
+ * 添加证书过滤条件
7244
+ * @param {number} ulType - 过滤类型
7245
+ * @param {string} strValue - 过滤值
7246
+ * @returns {number} 添加结果
7221
7247
  */
7222
7248
 
7223
7249
 
@@ -7231,9 +7257,9 @@ var CA_ExtInterface = function () {
7231
7257
  }
7232
7258
  };
7233
7259
 
7234
- /**
7235
- * 清除所有过滤条件
7236
- * @returns {number} 清除结果
7260
+ /**
7261
+ * 清除所有过滤条件
7262
+ * @returns {number} 清除结果
7237
7263
  */
7238
7264
 
7239
7265
 
@@ -7247,10 +7273,10 @@ var CA_ExtInterface = function () {
7247
7273
  }
7248
7274
  };
7249
7275
 
7250
- /**
7251
- * P1 签名
7252
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7253
- * @returns {string} 签名结果
7276
+ /**
7277
+ * P1 签名
7278
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7279
+ * @returns {string} 签名结果
7254
7280
  */
7255
7281
 
7256
7282
 
@@ -7264,10 +7290,10 @@ var CA_ExtInterface = function () {
7264
7290
  }
7265
7291
  };
7266
7292
 
7267
- /**
7268
- * P1 签名字符串
7269
- * @param {string} strValue - 待签名的字符串
7270
- * @returns {string} 签名结果
7293
+ /**
7294
+ * P1 签名字符串
7295
+ * @param {string} strValue - 待签名的字符串
7296
+ * @returns {string} 签名结果
7271
7297
  */
7272
7298
 
7273
7299
 
@@ -7281,12 +7307,12 @@ var CA_ExtInterface = function () {
7281
7307
  }
7282
7308
  };
7283
7309
 
7284
- /**
7285
- * P7 签名
7286
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
- * @param {boolean} isDetach - 是否分离签名
7288
- * @param {boolean} isIncludeCert - 是否包含证书
7289
- * @returns {string} 签名结果
7310
+ /**
7311
+ * P7 签名
7312
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7313
+ * @param {boolean} isDetach - 是否分离签名
7314
+ * @param {boolean} isIncludeCert - 是否包含证书
7315
+ * @returns {string} 签名结果
7290
7316
  */
7291
7317
 
7292
7318
 
@@ -7300,12 +7326,12 @@ var CA_ExtInterface = function () {
7300
7326
  }
7301
7327
  };
7302
7328
 
7303
- /**
7304
- * P7 签名字符串
7305
- * @param {string} strValue - 待签名的字符串
7306
- * @param {boolean} isDetach - 是否分离签名
7307
- * @param {boolean} isIncludeCert - 是否包含证书
7308
- * @returns {string} 签名结果
7329
+ /**
7330
+ * P7 签名字符串
7331
+ * @param {string} strValue - 待签名的字符串
7332
+ * @param {boolean} isDetach - 是否分离签名
7333
+ * @param {boolean} isIncludeCert - 是否包含证书
7334
+ * @returns {string} 签名结果
7309
7335
  */
7310
7336
 
7311
7337
 
@@ -7319,9 +7345,9 @@ var CA_ExtInterface = function () {
7319
7345
  }
7320
7346
  };
7321
7347
 
7322
- /**
7323
- * 释放签名对象
7324
- * @returns {number} 释放结果
7348
+ /**
7349
+ * 释放签名对象
7350
+ * @returns {number} 释放结果
7325
7351
  */
7326
7352
 
7327
7353
 
@@ -7335,9 +7361,9 @@ var CA_ExtInterface = function () {
7335
7361
  }
7336
7362
  };
7337
7363
 
7338
- /**
7339
- * 获取签名版本
7340
- * @returns {string} 签名版本
7364
+ /**
7365
+ * 获取签名版本
7366
+ * @returns {string} 签名版本
7341
7367
  */
7342
7368
 
7343
7369
 
@@ -7351,9 +7377,9 @@ var CA_ExtInterface = function () {
7351
7377
  }
7352
7378
  };
7353
7379
 
7354
- /**
7355
- * 获取签名证书
7356
- * @returns {string} 签名证书
7380
+ /**
7381
+ * 获取签名证书
7382
+ * @returns {string} 签名证书
7357
7383
  */
7358
7384
 
7359
7385
 
@@ -7367,9 +7393,9 @@ var CA_ExtInterface = function () {
7367
7393
  }
7368
7394
  };
7369
7395
 
7370
- /**
7371
- * 获取错误码
7372
- * @returns {number} 错误码
7396
+ /**
7397
+ * 获取错误码
7398
+ * @returns {number} 错误码
7373
7399
  */
7374
7400
 
7375
7401
 
@@ -7383,9 +7409,9 @@ var CA_ExtInterface = function () {
7383
7409
  }
7384
7410
  };
7385
7411
 
7386
- /**
7387
- * 获取错误信息
7388
- * @returns {string} 错误信息
7412
+ /**
7413
+ * 获取错误信息
7414
+ * @returns {string} 错误信息
7389
7415
  */
7390
7416
 
7391
7417
 
@@ -7399,9 +7425,9 @@ var CA_ExtInterface = function () {
7399
7425
  }
7400
7426
  };
7401
7427
 
7402
- /**
7403
- * 销毁认证对象
7404
- * @returns {number} 销毁结果
7428
+ /**
7429
+ * 销毁认证对象
7430
+ * @returns {number} 销毁结果
7405
7431
  */
7406
7432
 
7407
7433
 
@@ -7415,9 +7441,9 @@ var CA_ExtInterface = function () {
7415
7441
  }
7416
7442
  };
7417
7443
 
7418
- /**
7419
- * 获取证书类型
7420
- * @returns {string} 证书类型
7444
+ /**
7445
+ * 获取证书类型
7446
+ * @returns {string} 证书类型
7421
7447
  */
7422
7448
 
7423
7449
 
@@ -7431,9 +7457,9 @@ var CA_ExtInterface = function () {
7431
7457
  }
7432
7458
  };
7433
7459
 
7434
- /**
7435
- * 获取签名摘要算法
7436
- * @returns {string} 签名摘要算法
7460
+ /**
7461
+ * 获取签名摘要算法
7462
+ * @returns {string} 签名摘要算法
7437
7463
  */
7438
7464
 
7439
7465
 
@@ -7447,11 +7473,11 @@ var CA_ExtInterface = function () {
7447
7473
  }
7448
7474
  };
7449
7475
 
7450
- /**
7451
- * 使能调用序列
7452
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7453
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7454
- * @returns {number} 使能结果
7476
+ /**
7477
+ * 使能调用序列
7478
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7479
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7480
+ * @returns {number} 使能结果
7455
7481
  */
7456
7482
 
7457
7483
 
@@ -7465,9 +7491,9 @@ var CA_ExtInterface = function () {
7465
7491
  }
7466
7492
  };
7467
7493
 
7468
- /**
7469
- * 清空调用序列结果
7470
- * @returns {number} 清空调用序列结果
7494
+ /**
7495
+ * 清空调用序列结果
7496
+ * @returns {number} 清空调用序列结果
7471
7497
  */
7472
7498
 
7473
7499
 
@@ -7481,9 +7507,9 @@ var CA_ExtInterface = function () {
7481
7507
  }
7482
7508
  };
7483
7509
 
7484
- /**
7485
- * 获取调用序列结果
7486
- * @returns {string} 调用序列结果
7510
+ /**
7511
+ * 获取调用序列结果
7512
+ * @returns {string} 调用序列结果
7487
7513
  */
7488
7514
 
7489
7515
 
@@ -7497,12 +7523,12 @@ var CA_ExtInterface = function () {
7497
7523
  }
7498
7524
  };
7499
7525
 
7500
- /**
7501
- * 客户端安全策略检查
7502
- * @param {string} strGatewayAddress - 网关地址
7503
- * @param {number} usGatewayPort - 网关端口
7504
- * @param {string} strSecurityPolicys - 安全策略
7505
- * @returns {boolean} 检查结果
7526
+ /**
7527
+ * 客户端安全策略检查
7528
+ * @param {string} strGatewayAddress - 网关地址
7529
+ * @param {number} usGatewayPort - 网关端口
7530
+ * @param {string} strSecurityPolicys - 安全策略
7531
+ * @returns {boolean} 检查结果
7506
7532
  */
7507
7533
 
7508
7534
 
@@ -7516,9 +7542,9 @@ var CA_ExtInterface = function () {
7516
7542
  }
7517
7543
  };
7518
7544
 
7519
- /**
7520
- * 获取通讯协议版本
7521
- * @returns {string} 通讯协议版本
7545
+ /**
7546
+ * 获取通讯协议版本
7547
+ * @returns {string} 通讯协议版本
7522
7548
  */
7523
7549
 
7524
7550
 
@@ -7532,13 +7558,13 @@ var CA_ExtInterface = function () {
7532
7558
  }
7533
7559
  };
7534
7560
 
7535
- /**
7536
- * 修改 Key 的 Pin 码
7537
- * @param {string} strCertSn - 证书序列号
7538
- * @param {number} lPinCodeType - Pin 码类型
7539
- * @param {string} strCurPinCode - 当前 Pin 码
7540
- * @param {string} strNewPinCode - 新 Pin 码
7541
- * @returns {number} 修改结果
7561
+ /**
7562
+ * 修改 Key 的 Pin 码
7563
+ * @param {string} strCertSn - 证书序列号
7564
+ * @param {number} lPinCodeType - Pin 码类型
7565
+ * @param {string} strCurPinCode - 当前 Pin 码
7566
+ * @param {string} strNewPinCode - 新 Pin 码
7567
+ * @returns {number} 修改结果
7542
7568
  */
7543
7569
 
7544
7570
 
@@ -7552,10 +7578,10 @@ var CA_ExtInterface = function () {
7552
7578
  }
7553
7579
  };
7554
7580
 
7555
- /**
7556
- * 等待策略设置完毕
7557
- * @param {string} strGatewayAddress - 网关地址
7558
- * @returns {number} 等待结果
7581
+ /**
7582
+ * 等待策略设置完毕
7583
+ * @param {string} strGatewayAddress - 网关地址
7584
+ * @returns {number} 等待结果
7559
7585
  */
7560
7586
 
7561
7587
 
@@ -7569,10 +7595,10 @@ var CA_ExtInterface = function () {
7569
7595
  }
7570
7596
  };
7571
7597
 
7572
- /**
7573
- * 获取会话 Token
7574
- * @param {string} strGatewayAddress - 网关地址
7575
- * @returns {string} 会话 Token
7598
+ /**
7599
+ * 获取会话 Token
7600
+ * @param {string} strGatewayAddress - 网关地址
7601
+ * @returns {string} 会话 Token
7576
7602
  */
7577
7603
 
7578
7604
 
@@ -7586,9 +7612,9 @@ var CA_ExtInterface = function () {
7586
7612
  }
7587
7613
  };
7588
7614
 
7589
- /**
7590
- * 获取控件版本
7591
- * @returns {string} 控件版本
7615
+ /**
7616
+ * 获取控件版本
7617
+ * @returns {string} 控件版本
7592
7618
  */
7593
7619
 
7594
7620
 
@@ -7602,10 +7628,10 @@ var CA_ExtInterface = function () {
7602
7628
  }
7603
7629
  };
7604
7630
 
7605
- /**
7606
- * 设置语言资源
7607
- * @param {string} strLanguage - 语言资源
7608
- * @returns {number} 设置结果
7631
+ /**
7632
+ * 设置语言资源
7633
+ * @param {string} strLanguage - 语言资源
7634
+ * @returns {number} 设置结果
7609
7635
  */
7610
7636
 
7611
7637
 
@@ -7619,12 +7645,12 @@ var CA_ExtInterface = function () {
7619
7645
  }
7620
7646
  };
7621
7647
 
7622
- /**
7623
- * 获取用户属性
7624
- * @param {string} strGatewayAddress - 网关地址
7625
- * @param {string} strAppFlag - 应用标识
7626
- * @param {string} strAttributeName - 属性名称
7627
- * @returns {string} 用户属性值
7648
+ /**
7649
+ * 获取用户属性
7650
+ * @param {string} strGatewayAddress - 网关地址
7651
+ * @param {string} strAppFlag - 应用标识
7652
+ * @param {string} strAttributeName - 属性名称
7653
+ * @returns {string} 用户属性值
7628
7654
  */
7629
7655
 
7630
7656
 
@@ -7638,9 +7664,9 @@ var CA_ExtInterface = function () {
7638
7664
  }
7639
7665
  };
7640
7666
 
7641
- /**
7642
- * 获取签名加密 PIN 码
7643
- * @returns {string} 签名加密 PIN 码
7667
+ /**
7668
+ * 获取签名加密 PIN 码
7669
+ * @returns {string} 签名加密 PIN 码
7644
7670
  */
7645
7671
 
7646
7672
 
@@ -7653,20 +7679,20 @@ var CA_ExtInterface = function () {
7653
7679
  return result.value;
7654
7680
  }
7655
7681
  };
7656
- /*
7657
- *曙光四川CA
7658
- *'SOF_GetUserList' 证书列表
7659
- *'SOF_ExportUserCert' 导出证书
7660
- *'SOF_GetCertInfo': 获取证书信息
7661
- *'SOF_GenRandom': 生成随机数
7662
- *'SOF_SignData': 获取证书签名
7663
- *'SOF_Login': 登录证书
7664
- *'SOF_GetPinRetryCount': 剩余次数
7682
+ /*
7683
+ *曙光四川CA
7684
+ *'SOF_GetUserList' 证书列表
7685
+ *'SOF_ExportUserCert' 导出证书
7686
+ *'SOF_GetCertInfo': 获取证书信息
7687
+ *'SOF_GenRandom': 生成随机数
7688
+ *'SOF_SignData': 获取证书签名
7689
+ *'SOF_Login': 登录证书
7690
+ *'SOF_GetPinRetryCount': 剩余次数
7665
7691
  */
7666
- /**
7667
- *
7668
- * 获取webSocket消息
7669
- * @returns {string}
7692
+ /**
7693
+ *
7694
+ * 获取webSocket消息
7695
+ * @returns {string}
7670
7696
  */
7671
7697
 
7672
7698
 
@@ -7702,10 +7728,10 @@ var CA_ExtInterface = function () {
7702
7728
  };
7703
7729
  });
7704
7730
  };
7705
- /**
7706
- *
7707
- * base64解码
7708
- * @returns {string} base64解码后的字符串
7731
+ /**
7732
+ *
7733
+ * base64解码
7734
+ * @returns {string} base64解码后的字符串
7709
7735
  */
7710
7736
 
7711
7737
 
@@ -7740,10 +7766,10 @@ var CA_ExtInterface = function () {
7740
7766
  val = this.utf8_decode(val);
7741
7767
  return val;
7742
7768
  };
7743
- /**
7744
- *
7745
- * base64编码
7746
- * @returns {string} base64编码后的字符串
7769
+ /**
7770
+ *
7771
+ * base64编码
7772
+ * @returns {string} base64编码后的字符串
7747
7773
  */
7748
7774
 
7749
7775
 
@@ -7776,10 +7802,10 @@ var CA_ExtInterface = function () {
7776
7802
  }
7777
7803
  return val;
7778
7804
  };
7779
- /**
7780
- *
7781
- * utf8解码
7782
- * @returns {string} utf8解码后的字符串
7805
+ /**
7806
+ *
7807
+ * utf8解码
7808
+ * @returns {string} utf8解码后的字符串
7783
7809
  */
7784
7810
 
7785
7811
 
@@ -7808,10 +7834,10 @@ var CA_ExtInterface = function () {
7808
7834
  }
7809
7835
  return string;
7810
7836
  };
7811
- /**
7812
- *
7813
- * utf8编码
7814
- * @returns {string} utf8编码后的字符串
7837
+ /**
7838
+ *
7839
+ * utf8编码
7840
+ * @returns {string} utf8编码后的字符串
7815
7841
  */
7816
7842
 
7817
7843
 
@@ -18073,8 +18099,8 @@ error_page_src_main.install = function (Vue) {
18073
18099
  };
18074
18100
 
18075
18101
  /* harmony default export */ var error_page = (error_page_src_main);
18076
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=017d62b2&
18077
- var mainvue_type_template_id_017d62b2_render = function () {
18102
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e69fd95a&
18103
+ var mainvue_type_template_id_e69fd95a_render = function () {
18078
18104
  var _vm = this
18079
18105
  var _h = _vm.$createElement
18080
18106
  var _c = _vm._self._c || _h
@@ -24356,11 +24382,11 @@ var mainvue_type_template_id_017d62b2_render = function () {
24356
24382
  )
24357
24383
  : _vm._e()
24358
24384
  }
24359
- var mainvue_type_template_id_017d62b2_staticRenderFns = []
24360
- mainvue_type_template_id_017d62b2_render._withStripped = true
24385
+ var mainvue_type_template_id_e69fd95a_staticRenderFns = []
24386
+ mainvue_type_template_id_e69fd95a_render._withStripped = true
24361
24387
 
24362
24388
 
24363
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=017d62b2&
24389
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e69fd95a&
24364
24390
 
24365
24391
  // CONCATENATED MODULE: ./src/utils/rules.js
24366
24392
  // 手机号
@@ -27856,11 +27882,12 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27856
27882
  },
27857
27883
  submitData: function submitData(handle) {
27858
27884
  var close = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
27885
+ var type = arguments[2];
27859
27886
 
27860
27887
  var _this12 = this;
27861
27888
 
27862
- var type = arguments[2];
27863
27889
  var validate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
27890
+ var code = arguments[4];
27864
27891
 
27865
27892
  if (this.readonly) {
27866
27893
  return Promise.resolve();
@@ -28217,8 +28244,8 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
28217
28244
 
28218
28245
  var form_src_main_component = normalizeComponent(
28219
28246
  packages_form_src_mainvue_type_script_lang_js_,
28220
- mainvue_type_template_id_017d62b2_render,
28221
- mainvue_type_template_id_017d62b2_staticRenderFns,
28247
+ mainvue_type_template_id_e69fd95a_render,
28248
+ mainvue_type_template_id_e69fd95a_staticRenderFns,
28222
28249
  false,
28223
28250
  null,
28224
28251
  null,
@@ -28235,8 +28262,8 @@ form_src_main.install = function (Vue) {
28235
28262
  };
28236
28263
 
28237
28264
  /* harmony default export */ var packages_form = (form_src_main);
28238
- // 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=e711590a&
28239
- var mainvue_type_template_id_e711590a_render = function () {
28265
+ // 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=f5a32352&
28266
+ var mainvue_type_template_id_f5a32352_render = function () {
28240
28267
  var _vm = this
28241
28268
  var _h = _vm.$createElement
28242
28269
  var _c = _vm._self._c || _h
@@ -28895,29 +28922,59 @@ var mainvue_type_template_id_e711590a_render = function () {
28895
28922
  ),
28896
28923
  1
28897
28924
  ),
28898
- _c("el-button", {
28899
- directives: [
28900
- {
28901
- name: "show",
28902
- rawName: "v-show",
28903
- value:
28904
- _vm.isStartFlowChartView ==
28905
- "true",
28906
- expression:
28907
- "isStartFlowChartView == 'true'",
28908
- },
28909
- ],
28910
- attrs: {
28925
+ _c(
28926
+ "div",
28927
+ {
28928
+ directives: [
28929
+ {
28930
+ name: "show",
28931
+ rawName: "v-show",
28932
+ value:
28933
+ _vm.isStartFlowChartView ==
28934
+ "true",
28935
+ expression:
28936
+ "isStartFlowChartView == 'true'",
28937
+ },
28938
+ ],
28939
+ attrs: { slot: "append" },
28911
28940
  slot: "append",
28912
- icon: "es-icon-shu-jituan",
28913
28941
  },
28914
- on: {
28915
- click: function () {
28916
- _vm.showFlowChart = true
28917
- },
28918
- },
28919
- slot: "append",
28920
- }),
28942
+ [
28943
+ _c("el-button", {
28944
+ attrs: {
28945
+ icon: "es-icon-shu-jituan",
28946
+ type: "primary",
28947
+ },
28948
+ on: {
28949
+ click: function () {
28950
+ _vm.showFlowChart = true
28951
+ },
28952
+ },
28953
+ }),
28954
+ _c("el-button", {
28955
+ directives: [
28956
+ {
28957
+ name: "show",
28958
+ rawName: "v-show",
28959
+ value:
28960
+ _vm.activitiDefinitionSort,
28961
+ expression:
28962
+ "activitiDefinitionSort",
28963
+ },
28964
+ ],
28965
+ attrs: {
28966
+ icon: "es-icon-paixu",
28967
+ type: "primary",
28968
+ },
28969
+ on: {
28970
+ click: function () {
28971
+ _vm.showSort = true
28972
+ },
28973
+ },
28974
+ }),
28975
+ ],
28976
+ 1
28977
+ ),
28921
28978
  ],
28922
28979
  1
28923
28980
  ),
@@ -29224,7 +29281,7 @@ var mainvue_type_template_id_e711590a_render = function () {
29224
29281
  ? _c(
29225
29282
  "div",
29226
29283
  [
29227
- _vm.isChooseNextNode == 1
29284
+ !_vm.isHideDefaultOperation
29228
29285
  ? _c(
29229
29286
  "el-form-item",
29230
29287
  {
@@ -30078,6 +30135,8 @@ var mainvue_type_template_id_e711590a_render = function () {
30078
30135
  ? _c("ProcessForm", {
30079
30136
  ref: "processFormIndex",
30080
30137
  attrs: {
30138
+ isCancelSecondConfirmationType:
30139
+ _vm.isCancelSecondConfirmationType,
30081
30140
  id:
30082
30141
  _vm.freeStartFlowParams.startFlowBusinessId ||
30083
30142
  _vm.businessIds,
@@ -30865,6 +30924,8 @@ var mainvue_type_template_id_e711590a_render = function () {
30865
30924
  id:
30866
30925
  _vm.freeStartFlowParams.startFlowBusinessId ||
30867
30926
  _vm.businessIds,
30927
+ isCancelSecondConfirmationType:
30928
+ _vm.isCancelSecondConfirmationType,
30868
30929
  "pending-id": _vm.pendingId,
30869
30930
  showTooltip: _vm.showTooltip,
30870
30931
  simpleTips: _vm.simpleTips,
@@ -31045,6 +31106,40 @@ var mainvue_type_template_id_e711590a_render = function () {
31045
31106
  1
31046
31107
  )
31047
31108
  : _vm._e(),
31109
+ _vm.showSort
31110
+ ? _c(
31111
+ "es-dialog",
31112
+ {
31113
+ staticClass: "flow-dialog",
31114
+ attrs: {
31115
+ "append-to-body": "",
31116
+ title: "流程定义调整排序",
31117
+ "close-on-click-modal": false,
31118
+ visible: _vm.showSort,
31119
+ },
31120
+ on: {
31121
+ "update:visible": function ($event) {
31122
+ _vm.showSort = $event
31123
+ },
31124
+ },
31125
+ },
31126
+ [
31127
+ _c("SortFlow", {
31128
+ attrs: {
31129
+ flowTypeCode: _vm.flowTypeCode,
31130
+ defaultProcessKey: _vm.defaultProcessKey,
31131
+ },
31132
+ on: {
31133
+ success: _vm.sortSuccess,
31134
+ close: function ($event) {
31135
+ _vm.showSort = false
31136
+ },
31137
+ },
31138
+ }),
31139
+ ],
31140
+ 1
31141
+ )
31142
+ : _vm._e(),
31048
31143
  _vm.showSendMsg
31049
31144
  ? _c(
31050
31145
  "es-dialog",
@@ -31185,11 +31280,11 @@ var mainvue_type_template_id_e711590a_render = function () {
31185
31280
  )
31186
31281
  : _vm._e()
31187
31282
  }
31188
- var mainvue_type_template_id_e711590a_staticRenderFns = []
31189
- mainvue_type_template_id_e711590a_render._withStripped = true
31283
+ var mainvue_type_template_id_f5a32352_staticRenderFns = []
31284
+ mainvue_type_template_id_f5a32352_render._withStripped = true
31190
31285
 
31191
31286
 
31192
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=e711590a&
31287
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=f5a32352&
31193
31288
 
31194
31289
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31195
31290
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32240,8 +32335,8 @@ var CommonOpinions_component = normalizeComponent(
32240
32335
  )
32241
32336
 
32242
32337
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32243
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=e4b5ed26&
32244
- var processFormvue_type_template_id_e4b5ed26_render = function () {
32338
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
32339
+ var processFormvue_type_template_id_61fadcfb_render = function () {
32245
32340
  var _vm = this
32246
32341
  var _h = _vm.$createElement
32247
32342
  var _c = _vm._self._c || _h
@@ -32285,7 +32380,7 @@ var processFormvue_type_template_id_e4b5ed26_render = function () {
32285
32380
  (_vm.showBtn ? "430px" : "auto") +
32286
32381
  "; overflow-y:" +
32287
32382
  (_vm.showBtn ? "auto" : "hidden") +
32288
- " ; margin-bottom: 10px",
32383
+ " ; margin-bottom: 10px;overflow-x: hidden;",
32289
32384
  },
32290
32385
  [
32291
32386
  _c(
@@ -33069,11 +33164,11 @@ var processFormvue_type_template_id_e4b5ed26_render = function () {
33069
33164
  1
33070
33165
  )
33071
33166
  }
33072
- var processFormvue_type_template_id_e4b5ed26_staticRenderFns = []
33073
- processFormvue_type_template_id_e4b5ed26_render._withStripped = true
33167
+ var processFormvue_type_template_id_61fadcfb_staticRenderFns = []
33168
+ processFormvue_type_template_id_61fadcfb_render._withStripped = true
33074
33169
 
33075
33170
 
33076
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e4b5ed26&
33171
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
33077
33172
 
33078
33173
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=406a9f9a&
33079
33174
  var selectUservue_type_template_id_406a9f9a_render = function () {
@@ -33784,8 +33879,8 @@ var selectUser_component = normalizeComponent(
33784
33879
  )
33785
33880
 
33786
33881
  /* harmony default export */ var selectUser = (selectUser_component.exports);
33787
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=2fa03212&
33788
- var CustomPresetvue_type_template_id_2fa03212_render = function () {
33882
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=3ce2700c&
33883
+ var CustomPresetvue_type_template_id_3ce2700c_render = function () {
33789
33884
  var _vm = this
33790
33885
  var _h = _vm.$createElement
33791
33886
  var _c = _vm._self._c || _h
@@ -33888,11 +33983,11 @@ var CustomPresetvue_type_template_id_2fa03212_render = function () {
33888
33983
  1
33889
33984
  )
33890
33985
  }
33891
- var CustomPresetvue_type_template_id_2fa03212_staticRenderFns = []
33892
- CustomPresetvue_type_template_id_2fa03212_render._withStripped = true
33986
+ var CustomPresetvue_type_template_id_3ce2700c_staticRenderFns = []
33987
+ CustomPresetvue_type_template_id_3ce2700c_render._withStripped = true
33893
33988
 
33894
33989
 
33895
- // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=2fa03212&
33990
+ // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=3ce2700c&
33896
33991
 
33897
33992
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=script&lang=js&
33898
33993
  var CustomPresetvue_type_script_lang_js_components;
@@ -33948,7 +34043,7 @@ var CustomPresetvue_type_script_lang_js_components;
33948
34043
  components: (CustomPresetvue_type_script_lang_js_components = {}, CustomPresetvue_type_script_lang_js_components[selectUser.name] = selectUser, CustomPresetvue_type_script_lang_js_components),
33949
34044
  data: function data() {
33950
34045
  return {
33951
- activeNames: '',
34046
+ activeNames: '1',
33952
34047
  newProcessDefinitionId: '',
33953
34048
  newPresetList: []
33954
34049
  };
@@ -34215,8 +34310,8 @@ var CustomPresetvue_type_script_lang_js_components;
34215
34310
 
34216
34311
  var CustomPreset_component = normalizeComponent(
34217
34312
  component_CustomPresetvue_type_script_lang_js_,
34218
- CustomPresetvue_type_template_id_2fa03212_render,
34219
- CustomPresetvue_type_template_id_2fa03212_staticRenderFns,
34313
+ CustomPresetvue_type_template_id_3ce2700c_render,
34314
+ CustomPresetvue_type_template_id_3ce2700c_staticRenderFns,
34220
34315
  false,
34221
34316
  null,
34222
34317
  null,
@@ -35073,6 +35168,10 @@ var processFormvue_type_script_lang_js_components;
35073
35168
  type: String,
35074
35169
  default: ''
35075
35170
  },
35171
+ isCancelSecondConfirmationType: {
35172
+ type: Boolean,
35173
+ default: false
35174
+ },
35076
35175
  isFreeStartFlow: {
35077
35176
  type: Boolean,
35078
35177
  default: false
@@ -35608,6 +35707,123 @@ var processFormvue_type_script_lang_js_components;
35608
35707
  if ((_this5.isHideOtherOrg || _this5.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
35609
35708
  return _this5.$message.warning('请选择办理对象');
35610
35709
  }
35710
+ if (_this5.isCancelSecondConfirmationType) {
35711
+ _this5.$confirm('确认提交吗?', '提示', {
35712
+ confirmButtonText: '确定',
35713
+ cancelButtonText: '取消',
35714
+ type: 'warning'
35715
+ }).then(function () {
35716
+ if (_this5.showBtn) {
35717
+ _this5.loading = true;
35718
+ } else {
35719
+ _this5.allLoading = utils_util.loading(_this5.$loading, '加载中...');
35720
+ }
35721
+ var newNextUser = [];
35722
+ if (_this5.multiple) {
35723
+ nextUser && nextUser.map(function (item) {
35724
+ return newNextUser.push(item);
35725
+ });
35726
+ }
35727
+ var newNoticeType = '';
35728
+ if (noticeType) {
35729
+ newNoticeType = noticeType.join(',');
35730
+ }
35731
+ var params = {
35732
+ processDefinitionId: _this5.processDefinitionId,
35733
+ nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
35734
+ nextNodeId: nextNode,
35735
+ businessId: _this5.businessId,
35736
+ notificationType: newNoticeType,
35737
+ userId: utils_util.getStorage('userId'),
35738
+ notificationMsg: noticeInfo,
35739
+ customPresetUserJson: JSON.stringify(_this5.presetList),
35740
+ presetUserJson: JSON.stringify(_this5.presetUserJson),
35741
+ nextReadUserId: _this5.readMultiple ? _this5.mixReadList && _this5.mixReadList.join('|') : nextReadUserId,
35742
+ nextOrgId: !_this5.isShowNextUser ? _this5.multiple ? _this5.mixOrgIdList && _this5.mixOrgIdList.join('|') : nextOrgId : '',
35743
+ handleExplain: handleExplain,
35744
+ presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
35745
+ opinion: _this5.newOpinion || newOpinion
35746
+ };
35747
+ if (_this5.enableCustomLimitTimeSetting) {
35748
+ params.customLimitTime = customLimitTime;
35749
+ if (!customLimitTime) {
35750
+ _this5.$message.warning('请选择或输入限时办理的天数');
35751
+ _this5.nextNode.customLimitTime = '';
35752
+ return;
35753
+ } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
35754
+ _this5.$message.warning('请输入正确的天数');
35755
+ _this5.nextNode.customLimitTime = '';
35756
+ return;
35757
+ }
35758
+ }
35759
+ if (_this5.isHideCurrentOrg) {
35760
+ params.nextCurrentOrgObj = nextCurrentOrgObj;
35761
+ }
35762
+ if (_this5.isHideOtherOrg) {
35763
+ params.nextOtherOrgObj = nextOtherOrgObj;
35764
+ }
35765
+ if (_this5.activeNames != '1') delete params.customPresetUserJson;
35766
+ if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
35767
+ var newParm = {};
35768
+ newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
35769
+ newParm.startFlowParamJson = params;
35770
+ // newParm.startFlowParamJson.businessId = this.id; //this.id
35771
+ newParm.startFlowParamJson.taskExamineParam = {
35772
+ startFlowFirstNodeName: _this5.taskExamineParam
35773
+ };
35774
+ newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
35775
+ for (var key in _this5.taskParams) {
35776
+ if (Array.isArray(_this5.taskParams[key])) {
35777
+ _this5.taskParams[key] = _this5.taskParams[key].length > 0 ? _this5.taskParams[key].join(',') : '';
35778
+ }
35779
+ }
35780
+
35781
+ newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
35782
+ if (_this5.formType == 'readTransfer') {
35783
+ newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
35784
+ newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
35785
+ delete newParm.copyHistory;
35786
+ delete newParm.startFlowParamJson;
35787
+ delete newParm.submitTaskParamJson;
35788
+ }
35789
+ params = newParm;
35790
+ }
35791
+ if (_this5.copyHistory && !_this5.isFreeStartFlow) {
35792
+ params.pendingId = _this5.pendingId;
35793
+ delete params.businessId;
35794
+ }
35795
+ utils_util.ajax({
35796
+ url: _this5.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this5.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this5.copyHistory ? freeStartFlow : register,
35797
+ method: 'post',
35798
+ data: params
35799
+ }).then(function (res) {
35800
+ var status = res.status,
35801
+ message = res.message;
35802
+
35803
+ if (_this5.showBtn) {
35804
+ _this5.loading = false;
35805
+ } else {
35806
+ _this5.allLoading.close();
35807
+ }
35808
+ if (status === 'success' || res.rCode == 0) {
35809
+ _this5.quit(true);
35810
+ _this5.simpleTips && _this5.$message.success('操作成功');
35811
+ } else {
35812
+ _this5.$message.error(message || '系统错误,请联系管理员!');
35813
+ }
35814
+ }).catch(function (err) {
35815
+ if (_this5.showBtn) {
35816
+ _this5.loading = false;
35817
+ } else {
35818
+ _this5.allLoading.close();
35819
+ }
35820
+ if (err.message && err.message !== 'canceled') {
35821
+ _this5.$message.error(err.message);
35822
+ }
35823
+ });
35824
+ });
35825
+ return;
35826
+ }
35611
35827
  if (_this5.showBtn) {
35612
35828
  _this5.loading = true;
35613
35829
  } else {
@@ -35954,13 +36170,18 @@ var processFormvue_type_script_lang_js_components;
35954
36170
  _this8.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
35955
36171
  _this8.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
35956
36172
  if (_this8.isChooseNextNode == 1) {
35957
- _this8.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
36173
+ _this8.operationList = [
36174
+ // { key: 0, value: '默认', list: [] },
36175
+ { key: 1, value: '自定义', list: [] }];
36176
+ if (data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1) {
36177
+ _this8.operationList.unshift({ key: 0, value: '默认', list: [] });
36178
+ }
35958
36179
  var arr = [];
35959
36180
  for (var key in data.taskNodeMap) {
35960
36181
  arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
35961
36182
  }
35962
- _this8.operationList[0].list = data.nextNodeList;
35963
- _this8.operationList[1].list = arr;
36183
+ // this.operationList[0].list = data.nextNodeList;
36184
+ _this8.operationList[0].list = arr;
35964
36185
  if (_this8.isHideDefaultOperation != 1) {
35965
36186
  _this8.nextNode.nextOperate = 0;
35966
36187
  _this8.nextNode.nodeInfo = _this8.operationList[0].list;
@@ -35973,7 +36194,7 @@ var processFormvue_type_script_lang_js_components;
35973
36194
  } else if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
35974
36195
  // this.nextNode.nodeInfo = data.nextNodeList
35975
36196
  _this8.nextNode.nextOperate = 1;
35976
- _this8.nextNode.nodeInfo = _this8.operationList[1].list;
36197
+ _this8.nextNode.nodeInfo = _this8.operationList[0].list;
35977
36198
  if (_this8.nextNode.nodeInfo.length > 0) {
35978
36199
  var _defaultNodeData = data.nextNodeList.filter(function (x) {
35979
36200
  return x.nodeId == _this8.defaultNextNode;
@@ -36038,8 +36259,8 @@ var processFormvue_type_script_lang_js_components;
36038
36259
 
36039
36260
  var processForm_component = normalizeComponent(
36040
36261
  src_processFormvue_type_script_lang_js_,
36041
- processFormvue_type_template_id_e4b5ed26_render,
36042
- processFormvue_type_template_id_e4b5ed26_staticRenderFns,
36262
+ processFormvue_type_template_id_61fadcfb_render,
36263
+ processFormvue_type_template_id_61fadcfb_staticRenderFns,
36043
36264
  false,
36044
36265
  null,
36045
36266
  null,
@@ -47397,6 +47618,226 @@ var FreeCirculation_component = normalizeComponent(
47397
47618
  )
47398
47619
 
47399
47620
  /* harmony default export */ var FreeCirculation = (FreeCirculation_component.exports);
47621
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SortFlow.vue?vue&type=template&id=268dfc8e&
47622
+ var SortFlowvue_type_template_id_268dfc8e_render = function () {
47623
+ var _vm = this
47624
+ var _h = _vm.$createElement
47625
+ var _c = _vm._self._c || _h
47626
+ return _c(
47627
+ "div",
47628
+ {
47629
+ directives: [
47630
+ {
47631
+ name: "loading",
47632
+ rawName: "v-loading",
47633
+ value: _vm.loading,
47634
+ expression: "loading",
47635
+ },
47636
+ ],
47637
+ staticClass: "flow-sort-box",
47638
+ staticStyle: { height: "100%", "overflow-y": "auto" },
47639
+ attrs: {
47640
+ "element-loading-text": "加载中...",
47641
+ "element-loading-spinner": "el-icon-loading",
47642
+ "element-loading-background": "rgba(255, 255,255, 0.8)",
47643
+ },
47644
+ },
47645
+ [
47646
+ _c(
47647
+ "Draggable",
47648
+ { staticClass: "flow-sort-draggable", attrs: { list: _vm.sortList } },
47649
+ _vm._l(_vm.sortList, function (item) {
47650
+ return _c(
47651
+ "es-button",
47652
+ {
47653
+ key: item.id,
47654
+ staticStyle: { "margin-top": "10px" },
47655
+ attrs: { plain: "" },
47656
+ },
47657
+ [_vm._v(_vm._s(item.name))]
47658
+ )
47659
+ }),
47660
+ 1
47661
+ ),
47662
+ _c(
47663
+ "div",
47664
+ { staticClass: "flow-sort-btn" },
47665
+ [
47666
+ _c(
47667
+ "es-button",
47668
+ {
47669
+ attrs: { type: "primary" },
47670
+ on: {
47671
+ click: function ($event) {
47672
+ _vm.saveSort(true)
47673
+ },
47674
+ },
47675
+ },
47676
+ [_vm._v("保存")]
47677
+ ),
47678
+ _c(
47679
+ "es-button",
47680
+ {
47681
+ on: {
47682
+ click: function ($event) {
47683
+ _vm.saveSort(false)
47684
+ },
47685
+ },
47686
+ },
47687
+ [_vm._v("取消")]
47688
+ ),
47689
+ ],
47690
+ 1
47691
+ ),
47692
+ ],
47693
+ 1
47694
+ )
47695
+ }
47696
+ var SortFlowvue_type_template_id_268dfc8e_staticRenderFns = []
47697
+ SortFlowvue_type_template_id_268dfc8e_render._withStripped = true
47698
+
47699
+
47700
+ // CONCATENATED MODULE: ./packages/flow/src/component/SortFlow.vue?vue&type=template&id=268dfc8e&
47701
+
47702
+ // EXTERNAL MODULE: external "vuedraggable"
47703
+ var external_vuedraggable_ = __webpack_require__(13);
47704
+ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_vuedraggable_);
47705
+
47706
+ // 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&
47707
+ //
47708
+ //
47709
+ //
47710
+ //
47711
+ //
47712
+ //
47713
+ //
47714
+ //
47715
+ //
47716
+ //
47717
+ //
47718
+ //
47719
+ //
47720
+ //
47721
+ //
47722
+ //
47723
+ //
47724
+ //
47725
+ //
47726
+ //
47727
+ //
47728
+ //
47729
+ //
47730
+
47731
+
47732
+
47733
+
47734
+ /* harmony default export */ var SortFlowvue_type_script_lang_js_ = ({
47735
+ name: 'SortFlow',
47736
+ components: {
47737
+ Draggable: external_vuedraggable_default.a
47738
+ },
47739
+ props: {
47740
+ flowTypeCode: {
47741
+ type: String,
47742
+ default: ''
47743
+ },
47744
+ defaultProcessKey: {
47745
+ type: String,
47746
+ default: ''
47747
+ }
47748
+ },
47749
+ data: function data() {
47750
+ return {
47751
+ sortList: [],
47752
+ loading: false
47753
+ };
47754
+ },
47755
+ mounted: function mounted() {
47756
+ this.getSortInfo();
47757
+ },
47758
+
47759
+ methods: {
47760
+ saveSort: function saveSort(type) {
47761
+ var _this = this;
47762
+
47763
+ if (type) {
47764
+ var arr = [];
47765
+ this.sortList.map(function (item, index) {
47766
+ arr.push({
47767
+ id: item.id,
47768
+ processDefId: item.processDefId,
47769
+ sort: _this.sortList.length - index
47770
+ });
47771
+ });
47772
+ var params = {
47773
+ url: setSort,
47774
+ method: 'post',
47775
+ format: false,
47776
+ headers: {
47777
+ Accept: 'application/json,text/plain',
47778
+ 'Content-Type': 'application/json;charset=UTF-8'
47779
+ },
47780
+ data: arr
47781
+ };
47782
+ this.loading = true;
47783
+ utils_util.ajax(params).then(function (res) {
47784
+ _this.loading = false;
47785
+ if (res.rCode === 0 || res.status === 'success') {
47786
+ _this.$message.success('保存成功');
47787
+ _this.$emit('success', _this.sortList);
47788
+ }
47789
+ }).catch(function () {
47790
+ _this.loading = false;
47791
+ });
47792
+ } else {
47793
+ this.$emit('close');
47794
+ }
47795
+ },
47796
+ getSortInfo: function getSortInfo() {
47797
+ var _this2 = this;
47798
+
47799
+ var params = {
47800
+ url: toDefinitionChangeSort,
47801
+ method: 'get',
47802
+ params: {
47803
+ flowTypeCode: this.flowTypeCode,
47804
+ defaultProcessKey: this.defaultProcessKey
47805
+ }
47806
+ };
47807
+ this.loading = true;
47808
+ utils_util.ajax(params).then(function (res) {
47809
+ _this2.loading = false;
47810
+ if (res.rCode === 0) {
47811
+ _this2.sortList = res.results.definitionList || [];
47812
+ }
47813
+ }).catch(function () {
47814
+ _this2.loading = false;
47815
+ });
47816
+ }
47817
+ }
47818
+ });
47819
+ // CONCATENATED MODULE: ./packages/flow/src/component/SortFlow.vue?vue&type=script&lang=js&
47820
+ /* harmony default export */ var component_SortFlowvue_type_script_lang_js_ = (SortFlowvue_type_script_lang_js_);
47821
+ // CONCATENATED MODULE: ./packages/flow/src/component/SortFlow.vue
47822
+
47823
+
47824
+
47825
+
47826
+
47827
+ /* normalize component */
47828
+
47829
+ var SortFlow_component = normalizeComponent(
47830
+ component_SortFlowvue_type_script_lang_js_,
47831
+ SortFlowvue_type_template_id_268dfc8e_render,
47832
+ SortFlowvue_type_template_id_268dfc8e_staticRenderFns,
47833
+ false,
47834
+ null,
47835
+ null,
47836
+ null
47837
+
47838
+ )
47839
+
47840
+ /* harmony default export */ var SortFlow = (SortFlow_component.exports);
47400
47841
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=script&lang=js&
47401
47842
 
47402
47843
 
@@ -48574,6 +49015,39 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48574
49015
  //
48575
49016
  //
48576
49017
  //
49018
+ //
49019
+ //
49020
+ //
49021
+ //
49022
+ //
49023
+ //
49024
+ //
49025
+ //
49026
+ //
49027
+ //
49028
+ //
49029
+ //
49030
+ //
49031
+ //
49032
+ //
49033
+ //
49034
+ //
49035
+ //
49036
+ //
49037
+ //
49038
+ //
49039
+ //
49040
+ //
49041
+ //
49042
+ //
49043
+ //
49044
+ //
49045
+ //
49046
+ //
49047
+ //
49048
+ //
49049
+ //
49050
+
48577
49051
 
48578
49052
 
48579
49053
 
@@ -48596,7 +49070,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48596
49070
  /* harmony default export */ var flow_src_mainvue_type_script_lang_js_ = ({
48597
49071
  name: 'EsFlow',
48598
49072
  componentName: 'EsFlow',
48599
- components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[component_taskUnionExamine.name] = component_taskUnionExamine, src_mainvue_type_script_lang_js_components[src_freeStartFlow.name] = src_freeStartFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, src_mainvue_type_script_lang_js_components),
49073
+ components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[component_taskUnionExamine.name] = component_taskUnionExamine, src_mainvue_type_script_lang_js_components[src_freeStartFlow.name] = src_freeStartFlow, src_mainvue_type_script_lang_js_components[SortFlow.name] = SortFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, src_mainvue_type_script_lang_js_components),
48600
49074
  props: {
48601
49075
  showShrink: { type: Boolean, default: true },
48602
49076
  showTooltip: { type: Boolean, default: true },
@@ -48680,6 +49154,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48680
49154
  oldNextOperate: '',
48681
49155
  showOpinion: true,
48682
49156
  submitButtonFunKey: '',
49157
+ activitiDefinitionSort: false,
48683
49158
  taskNodeButtons: [],
48684
49159
  taskOperationShiftedNodeList: null,
48685
49160
  currentNodeEnableItemHandleDescription: false,
@@ -48700,6 +49175,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48700
49175
  isCanReadTransferHandle: false,
48701
49176
  readTransferHandleDisabled: true,
48702
49177
  showCustomLimitTimeText: false,
49178
+ showSort: false,
48703
49179
  currentOrgDisabledObjId: [],
48704
49180
  nextNodeCheckType: 'select',
48705
49181
  nextOperateCheckType: 'select',
@@ -48784,6 +49260,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48784
49260
  showTaskRead: false, // 是否展示分阅按钮
48785
49261
  taskReadType: '', //分阅类型
48786
49262
  isChooseNextNode: 1, //是否展示下步操作
49263
+ isHideDefaultOperation: false, //是否隐藏默认操作
48787
49264
  isHandleExplain: 0, //是否展示办理说明
48788
49265
  handleVisible: false,
48789
49266
  circulateVisible: false,
@@ -48791,7 +49268,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48791
49268
  showFlowChart: false, // 展示流程图弹窗
48792
49269
  isReject: false, // 是否驳回
48793
49270
  showTaskUnionExamine: false, //展示联合审核弹窗
48794
- charUrl: 'https://yafzoa.scstit.com', //util.win.location.origin,
49271
+ charUrl: utils_util.win.location.origin, //util.win.location.origin,
48795
49272
  endFlow: false, // 是否结束流程
48796
49273
  isCurrentNodeForbiddenChangeCandidate: 0, //是否禁止选择办理人
48797
49274
  isSubmitButtonShowAgreeAndDisagree: 0, //是否展示同意和不同意按钮
@@ -48803,7 +49280,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48803
49280
  value: '驳回',
48804
49281
  fun: undefined
48805
49282
  }
48806
- }, _ref['isLimitedTimeHandling'] = false, _ref.moreList = [], _ref.newsList = [], _ref.isSpecial = false, _ref.taskId = '', _ref.showNews = false, _ref.userInfo = '', _ref.objType = '', _ref.nodeDefaultSubmitOpinion = '', _ref.nodeDefaultRejectOpinion = '', _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.pOrgId = '', _ref.isOpinionRequired = 0, _ref.nextUserSelectList = [], _ref.processObj = {}, _ref.pid = '123', _ref.isCanRemoveSign = false, _ref.isCanAddSign = false, _ref.AddSignUserList = [], _ref.RemoveSignUserList = [], _ref.operationList = [], _ref.userList = [], _ref.handleMode = '', _ref.countersignaturetypeCode = 0, _ref.presetEdit = 0, _ref.directCreateCircularReadWhenFlowStarted = false, _ref.isShowNextUser = true, _ref.nextUserTypes = ['employee', 'persongroup'], _ref.nextUserTabs = {}, _ref.presetReadUserId = [], _ref.nextNode = {
49283
+ }, _ref['isLimitedTimeHandling'] = false, _ref.moreList = [], _ref.newsList = [], _ref.isSpecial = false, _ref.taskId = '', _ref.showNews = false, _ref.userInfo = '', _ref.objType = '', _ref.nodeDefaultSubmitOpinion = '', _ref.nodeDefaultRejectOpinion = '', _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.pOrgId = '', _ref.isOpinionRequired = 0, _ref.nextUserSelectList = [], _ref.processObj = {}, _ref.pid = '123', _ref.isCanRemoveSign = false, _ref.isCanAddSign = false, _ref.AddSignUserList = [], _ref.RemoveSignUserList = [], _ref.operationList = [], _ref.userList = [], _ref.handleMode = '', _ref.countersignaturetypeCode = 0, _ref.presetEdit = 0, _ref.directCreateCircularReadWhenFlowStarted = false, _ref.isShowNextUser = true, _ref.nextUserTypes = ['employee', 'persongroup'], _ref.nextUserTabs = {}, _ref.isCancelSecondConfirmationType = false, _ref.presetReadUserId = [], _ref.nextNode = {
48807
49284
  nextNodeId: '', // 下步节点
48808
49285
  addSignMode: 'postAddSign',
48809
49286
  isAddSign: '', // 是否加签
@@ -48841,6 +49318,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48841
49318
  mounted: function mounted() {
48842
49319
  this.businessIds = this.businessId;
48843
49320
  this.currentOrgSelectorParams.filid = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId;
49321
+ this.getIsCancelSecondConfirmation();
48844
49322
  this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
48845
49323
  this.nextNode.nextNodeId = this.nextNodeId;
48846
49324
  if (!this.isFlow) {
@@ -48979,6 +49457,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48979
49457
  }
48980
49458
  },
48981
49459
  methods: {
49460
+ sortSuccess: function sortSuccess(list) {
49461
+ this.nodeInfo.option = list;
49462
+ if (this.defaultProcessKey == '') {
49463
+ this.nodeInfo.nextNode = this.nodeInfo.option[0].processDefId;
49464
+ }
49465
+ this.showSort = false;
49466
+ // this.$message.success('排序成功');
49467
+ },
49468
+ getIsCancelSecondConfirmation: function getIsCancelSecondConfirmation() {
49469
+ var _this = this;
49470
+
49471
+ utils_util.ajax({ url: isCancelSecondConfirmation }).then(function (res) {
49472
+ if (res.status == 'success') {
49473
+ _this.isCancelSecondConfirmationType = res.data === false;
49474
+ }
49475
+ });
49476
+ },
48982
49477
  limitTimevalidate: function limitTimevalidate() {
48983
49478
  var validSate = true;
48984
49479
  this.$refs.nextNode.validate(function (valid) {
@@ -48999,7 +49494,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48999
49494
  }
49000
49495
  },
49001
49496
  getAdminMsgType: function getAdminMsgType() {
49002
- var _this = this;
49497
+ var _this2 = this;
49003
49498
 
49004
49499
  var params = {
49005
49500
  url: getUrgencyLevelChangedNotificationType,
@@ -49007,16 +49502,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49007
49502
  };
49008
49503
  utils_util.ajax(params).then(function (res) {
49009
49504
  if (res.rCode == 0) {
49010
- _this.newsList = res.results.latestChangedNotificationType;
49505
+ _this2.newsList = res.results.latestChangedNotificationType;
49011
49506
  var arr = [];
49012
- _this.newsList.map(function (item) {
49013
- _this.nextNode.notificationType.map(function (x) {
49507
+ _this2.newsList.map(function (item) {
49508
+ _this2.nextNode.notificationType.map(function (x) {
49014
49509
  if (x == item.cciValue) {
49015
49510
  arr.push(x);
49016
49511
  }
49017
49512
  });
49018
49513
  });
49019
- _this.nextNode.notificationType = arr;
49514
+ _this2.nextNode.notificationType = arr;
49020
49515
  }
49021
49516
  });
49022
49517
  },
@@ -49040,18 +49535,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49040
49535
  }
49041
49536
  },
49042
49537
  handleClickCirculate: function handleClickCirculate() {
49043
- var _this2 = this;
49538
+ var _this3 = this;
49044
49539
 
49045
49540
  if (this.beforeSubmit == undefined) {
49046
49541
  this.$refs.circulate.subMit();
49047
49542
  } else {
49048
49543
  this.beforeSubmit(1).then(function (next) {
49049
- _this2.$refs.circulate.subMit();
49544
+ _this3.$refs.circulate.subMit();
49050
49545
  }).catch(function (e) {});
49051
49546
  }
49052
49547
  },
49053
49548
  getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
49054
- var _this3 = this;
49549
+ var _this4 = this;
49055
49550
 
49056
49551
  var params = {
49057
49552
  url: getNodeInfoForStart,
@@ -49060,11 +49555,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49060
49555
  utils_util.ajax(params).then(function (res) {
49061
49556
  if (res.status == 'success') {
49062
49557
  if (res.data.temporarySaveButtonName) {
49063
- _this3.saveButtonName = res.data.temporarySaveButtonName;
49558
+ _this4.saveButtonName = res.data.temporarySaveButtonName;
49064
49559
  }
49065
- _this3.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
49066
- _this3.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
49067
- _this3.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
49560
+ _this4.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
49561
+ _this4.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
49562
+ _this4.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
49068
49563
 
49069
49564
  // if (this.directCreateCircularReadWhenFlowStarted) {
49070
49565
  // this.nodeInfo.option.map((item) => {
@@ -49075,11 +49570,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49075
49570
  // item.disabled = false;
49076
49571
  // });
49077
49572
  // }
49078
- _this3.optionsKey++;
49079
- _this3.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired;
49080
- _this3.showOpinion = false;
49573
+ _this4.optionsKey++;
49574
+ _this4.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired;
49575
+ _this4.showOpinion = false;
49081
49576
  setTimeout(function () {
49082
- _this3.showOpinion = true;
49577
+ _this4.showOpinion = true;
49083
49578
  }, 0);
49084
49579
  }
49085
49580
  });
@@ -49117,21 +49612,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49117
49612
  this.handleVisible = true;
49118
49613
  },
49119
49614
  handleChangeNotificationType: function handleChangeNotificationType() {
49120
- var _this4 = this;
49615
+ var _this5 = this;
49121
49616
 
49122
49617
  if (this.nextNode.notificationType.length > 0) {
49123
49618
  this.$nextTick(function () {
49124
- _this4.$refs.esContent.scrollTop += _this4.$refs.messagebox.clientHeight;
49619
+ _this5.$refs.esContent.scrollTop += _this5.$refs.messagebox.clientHeight;
49125
49620
  });
49126
49621
  }
49127
49622
  },
49128
49623
  showMessage: function showMessage() {
49129
- var _this5 = this;
49624
+ var _this6 = this;
49130
49625
 
49131
49626
  this.showNews = !this.showNews;
49132
49627
  if (!this.showNews) return;
49133
49628
  this.$nextTick(function () {
49134
- _this5.$refs.esContent.scrollTop += _this5.$refs.messagebox.clientHeight;
49629
+ _this6.$refs.esContent.scrollTop += _this6.$refs.messagebox.clientHeight;
49135
49630
  });
49136
49631
  },
49137
49632
  freeStartFlowSuccess: function freeStartFlowSuccess() {
@@ -49205,7 +49700,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49205
49700
 
49206
49701
  //获取附件
49207
49702
  getFile: function getFile(ownId, code) {
49208
- var _this6 = this;
49703
+ var _this7 = this;
49209
49704
 
49210
49705
  var params = {
49211
49706
  url: api_getAdjunctFileInfos,
@@ -49217,13 +49712,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49217
49712
  msg = res.msg;
49218
49713
 
49219
49714
  if (rCode == 0) {
49220
- results && (_this6.fileNum = results.length);
49715
+ results && (_this7.fileNum = results.length);
49221
49716
  } else {
49222
- _this6.$message.error(msg || '系统错误,请联系管理员!');
49717
+ _this7.$message.error(msg || '系统错误,请联系管理员!');
49223
49718
  }
49224
49719
  }).catch(function (err) {
49225
49720
  if (err.message && err.message !== 'canceled') {
49226
- _this6.$message.error(err.message);
49721
+ _this7.$message.error(err.message);
49227
49722
  }
49228
49723
  });
49229
49724
  },
@@ -49270,7 +49765,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49270
49765
  }
49271
49766
  },
49272
49767
  taskRead: function taskRead() {
49273
- var _this7 = this;
49768
+ var _this8 = this;
49274
49769
 
49275
49770
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
49276
49771
  if (!this.$refs.commonOpinions.validate()) return;
@@ -49280,8 +49775,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49280
49775
  cancelButtonText: '取消',
49281
49776
  type: 'warning'
49282
49777
  }).then(function () {
49283
- _this7.loading = utils_util.loading(_this7.$loading, '加载中...');
49284
- var _taskExamineInfo2 = _this7.taskExamineInfo,
49778
+ _this8.loading = utils_util.loading(_this8.$loading, '加载中...');
49779
+ var _taskExamineInfo2 = _this8.taskExamineInfo,
49285
49780
  businessId = _taskExamineInfo2.businessId,
49286
49781
  appId = _taskExamineInfo2.appId,
49287
49782
  processDefinitionId = _taskExamineInfo2.processDefinitionId,
@@ -49292,7 +49787,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49292
49787
  appId: appId,
49293
49788
  processDefinitionId: processDefinitionId,
49294
49789
  pendingId: pendingId,
49295
- opinion: _this7.value,
49790
+ opinion: _this8.value,
49296
49791
  taskAction: 'complete'
49297
49792
  };
49298
49793
  utils_util.ajax({
@@ -49307,25 +49802,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49307
49802
  var status = res.status,
49308
49803
  message = res.message;
49309
49804
 
49310
- _this7.loading.close();
49805
+ _this8.loading.close();
49311
49806
  if (status === 'success') {
49312
- _this7.flowSuccess();
49807
+ _this8.flowSuccess();
49313
49808
  // this.$message.success('提交成功');
49314
49809
  // this.$emit('success');
49315
49810
  } else {
49316
- _this7.$message.error(message || '系统错误,请联系管理员!');
49317
- _this7.$emit('error');
49811
+ _this8.$message.error(message || '系统错误,请联系管理员!');
49812
+ _this8.$emit('error');
49318
49813
  }
49319
49814
  }).catch(function (err) {
49320
- _this7.loading.close();
49815
+ _this8.loading.close();
49321
49816
  if (err.message && err.message !== 'canceled') {
49322
- _this7.$message.error(err.message);
49817
+ _this8.$message.error(err.message);
49323
49818
  }
49324
49819
  });
49325
49820
  }).catch(function () {});
49326
49821
  },
49327
49822
  validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
49328
- var _this8 = this;
49823
+ var _this9 = this;
49329
49824
 
49330
49825
  var params = {
49331
49826
  url: checkBusinessIdStartedReadTransferHandle,
@@ -49336,14 +49831,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49336
49831
  }
49337
49832
  };
49338
49833
  utils_util.ajax(params).then(function (res) {
49339
- _this8.loading.close();
49834
+ _this9.loading.close();
49340
49835
  if (res.rCode == 0) {
49341
- _this8.readTransferHandleDisabled = !res.results.canReadTransferHandle;
49836
+ _this9.readTransferHandleDisabled = !res.results.canReadTransferHandle;
49342
49837
  }
49343
49838
  });
49344
49839
  },
49345
49840
  getTaskReadFlow: function getTaskReadFlow() {
49346
- var _this9 = this;
49841
+ var _this10 = this;
49347
49842
 
49348
49843
  this.loading = utils_util.loading(this.$loading, '加载中...');
49349
49844
  utils_util.ajax({
@@ -49360,32 +49855,32 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49360
49855
  defaultNotificationMessage = _res$data.defaultNotificationMessage;
49361
49856
 
49362
49857
  if (status === 'success') {
49363
- _this9.taskExamineInfo = taskExamine;
49364
- _this9.nodeName = _this9.nodename || taskExamine.nodeName || '分阅';
49365
- _this9.taskReadOpinionRequired = taskReadOpinionRequired;
49366
- _this9.nextNode.notificationMsg = defaultNotificationMessage;
49367
- _this9.isCanReadTransferHandle = isCanReadTransferHandle;
49368
- _this9.isCanFenyue = isCanFenyue;
49369
- if (_this9.nodeName) {
49370
- _this9.NodeName = _this9.nodeName;
49371
- }
49372
- if (_this9.isCanReadTransferHandle) {
49373
- _this9.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
49374
- }
49375
- _this9.getNodeType();
49858
+ _this10.taskExamineInfo = taskExamine;
49859
+ _this10.nodeName = _this10.nodename || taskExamine.nodeName || '分阅';
49860
+ _this10.taskReadOpinionRequired = taskReadOpinionRequired;
49861
+ _this10.nextNode.notificationMsg = defaultNotificationMessage;
49862
+ _this10.isCanReadTransferHandle = isCanReadTransferHandle;
49863
+ _this10.isCanFenyue = isCanFenyue;
49864
+ if (_this10.nodeName) {
49865
+ _this10.NodeName = _this10.nodeName;
49866
+ }
49867
+ if (_this10.isCanReadTransferHandle) {
49868
+ _this10.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
49869
+ }
49870
+ _this10.getNodeType();
49376
49871
  } else {
49377
- _this9.$message.error(message || '系统错误,请联系管理员!');
49872
+ _this10.$message.error(message || '系统错误,请联系管理员!');
49378
49873
  }
49379
- _this9.loading.close();
49874
+ _this10.loading.close();
49380
49875
  }).catch(function (err) {
49381
- _this9.loading.close();
49876
+ _this10.loading.close();
49382
49877
  if (err.message && err.message !== 'canceled') {
49383
- _this9.$message.error(err.message);
49878
+ _this10.$message.error(err.message);
49384
49879
  }
49385
49880
  });
49386
49881
  },
49387
49882
  getUserInfo: function getUserInfo() {
49388
- var _this10 = this;
49883
+ var _this11 = this;
49389
49884
 
49390
49885
  var mainConfig = utils_util.getStorage('mainConfig');
49391
49886
  if (mainConfig) {
@@ -49396,14 +49891,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49396
49891
  data = res.data;
49397
49892
 
49398
49893
  if (status == 'success') {
49399
- _this10.userModel = data;
49894
+ _this11.userModel = data;
49400
49895
  } else {
49401
49896
  var msg = res.msg || '系统错误,请联系管理员!';
49402
- _this10.$message.error(msg);
49897
+ _this11.$message.error(msg);
49403
49898
  }
49404
49899
  }).catch(function (err) {
49405
49900
  if (err.message && err.message !== 'canceled') {
49406
- _this10.$message.error(err.message);
49901
+ _this11.$message.error(err.message);
49407
49902
  }
49408
49903
  });
49409
49904
  }
@@ -49423,7 +49918,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49423
49918
  }
49424
49919
  },
49425
49920
  getNodeType: function getNodeType() {
49426
- var _this11 = this;
49921
+ var _this12 = this;
49427
49922
 
49428
49923
  var params = {
49429
49924
  url: findCodeValues,
@@ -49438,11 +49933,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49438
49933
  data = res.data;
49439
49934
 
49440
49935
  if (status === 'success') {
49441
- _this11.newsList = data;
49936
+ _this12.newsList = data;
49442
49937
  }
49443
49938
  }).catch(function (err) {
49444
49939
  if (err.message && err.message !== 'canceled') {
49445
- _this11.$message.error(err.message);
49940
+ _this12.$message.error(err.message);
49446
49941
  }
49447
49942
  });
49448
49943
  },
@@ -49454,17 +49949,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49454
49949
  * @date 2022年9月9日
49455
49950
  **/
49456
49951
  saveInfo: function saveInfo(type, btn) {
49457
- var _this12 = this;
49952
+ var _this13 = this;
49458
49953
 
49459
49954
  if (this.isFlow) {
49460
49955
  if (!type) {
49461
49956
  if (btn && btn.before) {
49462
49957
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
49463
- _this12.$emit('save', _this12.businessIds);
49958
+ _this13.$emit('save', _this13.businessIds);
49464
49959
  }).catch(function (e) {});
49465
49960
  } else if (this.beforeSubmit != undefined) {
49466
49961
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
49467
- _this12.$emit('save', _this12.businessIds);
49962
+ _this13.$emit('save', _this13.businessIds);
49468
49963
  }).catch(function (e) {});
49469
49964
  } else {
49470
49965
  this.$emit('save', this.businessIds);
@@ -49473,13 +49968,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49473
49968
  } else {
49474
49969
  if (btn && btn.before && !type) {
49475
49970
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
49476
- _this12.saveFlowInfo();
49971
+ _this13.saveFlowInfo();
49477
49972
  }).catch(function (e) {});
49478
49973
  } else if (this.beforeSubmit == undefined && !type) {
49479
49974
  this.subFun(this.saveFlowInfo);
49480
49975
  } else if (!type && this.beforeSubmit != undefined) {
49481
49976
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
49482
- _this12.saveFlowInfo();
49977
+ _this13.saveFlowInfo();
49483
49978
  }).catch(function (e) {});
49484
49979
  } else {
49485
49980
  this.saveFlowInfo(type);
@@ -49487,7 +49982,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49487
49982
  }
49488
49983
  },
49489
49984
  saveFlowInfo: function saveFlowInfo(isSave) {
49490
- var _this13 = this;
49985
+ var _this14 = this;
49491
49986
 
49492
49987
  var params = {
49493
49988
  opinion: this.value,
@@ -49498,17 +49993,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49498
49993
  var status = res.status,
49499
49994
  message = res.message;
49500
49995
 
49501
- if (!isSave) _this13.loading.close();
49996
+ if (!isSave) _this14.loading.close();
49502
49997
  if (status == 'success') {
49503
49998
  // this.$message.success('暂存成功');
49504
- !isSave && _this13.$emit('save', _this13.businessIds);
49999
+ !isSave && _this14.$emit('save', _this14.businessIds);
49505
50000
  } else {
49506
- _this13.$message.error(message || '系统错误,请联系管理员!');
50001
+ _this14.$message.error(message || '系统错误,请联系管理员!');
49507
50002
  }
49508
50003
  }).catch(function (err) {
49509
- if (!isSave) _this13.loading.close();
50004
+ if (!isSave) _this14.loading.close();
49510
50005
  if (err.message && err.message !== 'canceled') {
49511
- _this13.$message.error(err.message);
50006
+ _this14.$message.error(err.message);
49512
50007
  }
49513
50008
  });
49514
50009
  },
@@ -49520,7 +50015,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49520
50015
  * @date 2022年5月25日
49521
50016
  **/
49522
50017
  rejectBtn: function rejectBtn() {
49523
- var _this14 = this;
50018
+ var _this15 = this;
49524
50019
 
49525
50020
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
49526
50021
  if (!this.value) {
@@ -49528,7 +50023,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49528
50023
  }
49529
50024
  if (this.beforeSubmit != undefined) {
49530
50025
  this.beforeSubmit(0).then(function (next) {
49531
- _this14.showReject = true;
50026
+ _this15.showReject = true;
49532
50027
  }).catch(function (e) {});
49533
50028
  } else {
49534
50029
  this.showReject = true;
@@ -49542,14 +50037,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49542
50037
  * @date 2022年5月25日
49543
50038
  **/
49544
50039
  taskReadBtn: function taskReadBtn() {
49545
- var _this15 = this;
50040
+ var _this16 = this;
49546
50041
 
49547
50042
  // return this.$message.warning('暂未开放!敬请期待');
49548
50043
  if (this.beforeSubmit != undefined) {
49549
50044
  this.beforeSubmit().then(function (next) {
49550
- if (_this15.value === '') _this15.value = _this15.nodeDefaultRejectOpinion;
49551
- _this15.taskReadType = 'create';
49552
- _this15.showTaskRead = true;
50045
+ if (_this16.value === '') _this16.value = _this16.nodeDefaultRejectOpinion;
50046
+ _this16.taskReadType = 'create';
50047
+ _this16.showTaskRead = true;
49553
50048
  }).catch(function (e) {});
49554
50049
  } else {
49555
50050
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -49565,7 +50060,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49565
50060
  * @date 2022年5月25日
49566
50061
  **/
49567
50062
  getFind: function getFind() {
49568
- var _this16 = this;
50063
+ var _this17 = this;
49569
50064
 
49570
50065
  utils_util.ajax({
49571
50066
  url: findSysCodes
@@ -49574,25 +50069,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49574
50069
  message = res.message;
49575
50070
 
49576
50071
  if (status === 'success') {
49577
- _this16.nextNode.notificationType = message.split(',');
50072
+ _this17.nextNode.notificationType = message.split(',');
49578
50073
  var arr = [];
49579
- _this16.newsList.map(function (item) {
49580
- _this16.nextNode.notificationType.map(function (x) {
50074
+ _this17.newsList.map(function (item) {
50075
+ _this17.nextNode.notificationType.map(function (x) {
49581
50076
  if (x == item.cciValue) {
49582
50077
  arr.push(x);
49583
50078
  }
49584
50079
  });
49585
50080
  });
49586
- _this16.nextNode.notificationType = arr;
50081
+ _this17.nextNode.notificationType = arr;
49587
50082
  }
49588
50083
  }).catch(function (err) {
49589
50084
  if (err.message && err.message !== 'canceled') {
49590
- _this16.$message.error(err.message);
50085
+ _this17.$message.error(err.message);
49591
50086
  }
49592
50087
  });
49593
50088
  },
49594
50089
  getFreeStartParams: function getFreeStartParams() {
49595
- var _this17 = this;
50090
+ var _this18 = this;
49596
50091
 
49597
50092
  var _endFlowInfo = this.endFlowInfo,
49598
50093
  businessId = _endFlowInfo.businessId,
@@ -49610,20 +50105,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49610
50105
  };
49611
50106
  this.loading = utils_util.loading(this.$loading, '加载中...');
49612
50107
  utils_util.ajax(param).then(function (res) {
49613
- _this17.loading.close();
50108
+ _this18.loading.close();
49614
50109
  if (res.rCode == 0 || res.status == 'success') {
49615
- _this17.freeStartFlowParams = res.results;
49616
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this17.subProcess('同意。', res.results.useScene);
49617
- if (!_this17.freeValid) return;
49618
- if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this17.$message.warning('未找到流程定义!');
50110
+ _this18.freeStartFlowParams = res.results;
50111
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this18.subProcess('同意。', res.results.useScene);
50112
+ if (!_this18.freeValid) return;
50113
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this18.$message.warning('未找到流程定义!');
49619
50114
  if (res.results.startFlowIndexProcessKeys.length == 1) {
49620
- _this17.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
49621
- _this17.handleVisible = true;
50115
+ _this18.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
50116
+ _this18.handleVisible = true;
49622
50117
  } else {
49623
- _this17.showFreeStartFlow = true;
50118
+ _this18.showFreeStartFlow = true;
49624
50119
  }
49625
50120
  } else {
49626
- _this17.$message.error(res.message || '系统错误,请联系管理员!');
50121
+ _this18.$message.error(res.message || '系统错误,请联系管理员!');
49627
50122
  }
49628
50123
  });
49629
50124
  },
@@ -49636,53 +50131,53 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49636
50131
  * @date 2022年5月25日
49637
50132
  **/
49638
50133
  endFlows: function endFlows(res) {
49639
- var _this18 = this;
50134
+ var _this19 = this;
49640
50135
 
49641
50136
  if (this.beforeSubmit != undefined) {
49642
50137
  this.beforeSubmit().then(function (next) {
49643
- _this18.saveEndFlows(res);
50138
+ _this19.saveEndFlows(res);
49644
50139
  }).catch(function (e) {});
49645
50140
  } else {
49646
50141
  this.saveEndFlows(res);
49647
50142
  }
49648
50143
  },
49649
50144
  saveEndFlows: function saveEndFlows(res) {
49650
- var _this19 = this;
50145
+ var _this20 = this;
49651
50146
 
49652
50147
  this.$confirm('确认' + res.value + '?').then(function () {
49653
50148
  var params = {
49654
50149
  url: endFlowHtml,
49655
50150
  headers: { Accept: 'application/json,text/plain' },
49656
50151
  method: 'post',
49657
- data: flow_src_mainvue_type_script_lang_js_extends({}, _this19.endFlowInfo, _this19.nextNode, {
49658
- opinion: _this19.value,
50152
+ data: flow_src_mainvue_type_script_lang_js_extends({}, _this20.endFlowInfo, _this20.nextNode, {
50153
+ opinion: _this20.value,
49659
50154
  userId: utils_util.getStorage('userId'),
49660
- nextUserId: _this19.multiple ? _this19.nextNode.nextUserId.join(',') : _this19.nextNode.nextUserId,
49661
- addSignUserId: _this19.nextNode.addSignUserId.join(','),
49662
- customPresetUserJson: JSON.stringify(_this19.presetList),
49663
- presetUserJson: JSON.stringify(_this19.presetUserJson),
49664
- removeSignUserId: _this19.nextNode.removeSignUserId.join(','),
49665
- notificationType: _this19.nextNode.notificationType.join(',')
50155
+ nextUserId: _this20.multiple ? _this20.nextNode.nextUserId.join(',') : _this20.nextNode.nextUserId,
50156
+ addSignUserId: _this20.nextNode.addSignUserId.join(','),
50157
+ customPresetUserJson: JSON.stringify(_this20.presetList),
50158
+ presetUserJson: JSON.stringify(_this20.presetUserJson),
50159
+ removeSignUserId: _this20.nextNode.removeSignUserId.join(','),
50160
+ notificationType: _this20.nextNode.notificationType.join(',')
49666
50161
  })
49667
50162
  };
49668
- _this19.loading = utils_util.loading(_this19.$loading, '加载中...');
50163
+ _this20.loading = utils_util.loading(_this20.$loading, '加载中...');
49669
50164
  utils_util.ajax(params).then(function (res) {
49670
50165
  var status = res.status,
49671
50166
  message = res.message;
49672
50167
 
49673
- _this19.loading.close();
50168
+ _this20.loading.close();
49674
50169
  if (status === 'success') {
49675
- _this19.flowSuccess();
50170
+ _this20.flowSuccess();
49676
50171
  // this.$message.success('提交成功');
49677
50172
  // this.$emit('success');
49678
50173
  } else {
49679
- _this19.$message.error(message || '系统错误,请联系管理员!');
49680
- _this19.$emit('error');
50174
+ _this20.$message.error(message || '系统错误,请联系管理员!');
50175
+ _this20.$emit('error');
49681
50176
  }
49682
50177
  }).catch(function (err) {
49683
- _this19.loading.close();
50178
+ _this20.loading.close();
49684
50179
  if (err.message && err.message !== 'canceled') {
49685
- _this19.$message.error(err.message);
50180
+ _this20.$message.error(err.message);
49686
50181
  }
49687
50182
  });
49688
50183
  }).catch(function (e) {});
@@ -49787,11 +50282,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49787
50282
  * @date 2022年9月29日
49788
50283
  **/
49789
50284
  toTakeAdvice: function toTakeAdvice(res) {
49790
- var _this20 = this;
50285
+ var _this21 = this;
49791
50286
 
49792
50287
  if (this.beforeSubmit != undefined) {
49793
50288
  this.beforeSubmit().then(function (next) {
49794
- _this20.saveToTakeAdvice(res);
50289
+ _this21.saveToTakeAdvice(res);
49795
50290
  }).catch(function (e) {});
49796
50291
  } else {
49797
50292
  this.saveToTakeAdvice(res);
@@ -49799,7 +50294,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49799
50294
  // return this.$message.warning('暂未开放!敬请期待');
49800
50295
  },
49801
50296
  saveToTakeAdvice: function saveToTakeAdvice(res) {
49802
- var _this21 = this;
50297
+ var _this22 = this;
49803
50298
 
49804
50299
  var params = {
49805
50300
  url: isCanStartSubFlow,
@@ -49814,16 +50309,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49814
50309
  utils_util.ajax(params).then(function (res) {
49815
50310
  var message = res.message;
49816
50311
 
49817
- _this21.loading.close();
50312
+ _this22.loading.close();
49818
50313
  if (message == 'success') {
49819
- _this21.showTaskUnionExamine = true;
50314
+ _this22.showTaskUnionExamine = true;
49820
50315
  } else {
49821
- _this21.$message.error(message || '系统错误,请联系管理员!');
50316
+ _this22.$message.error(message || '系统错误,请联系管理员!');
49822
50317
  }
49823
50318
  }).catch(function (err) {
49824
- _this21.loading.close();
50319
+ _this22.loading.close();
49825
50320
  if (err.message && err.message !== 'canceled') {
49826
- _this21.$message.error(err.message);
50321
+ _this22.$message.error(err.message);
49827
50322
  }
49828
50323
  });
49829
50324
  },
@@ -49835,11 +50330,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49835
50330
  * @date 2022年9月29日
49836
50331
  **/
49837
50332
  toStartDraf: function toStartDraf(res) {
49838
- var _this22 = this;
50333
+ var _this23 = this;
49839
50334
 
49840
50335
  if (this.beforeSubmit != undefined) {
49841
50336
  this.beforeSubmit().then(function (next) {
49842
- _this22.showTaskUnionExamine = true;
50337
+ _this23.showTaskUnionExamine = true;
49843
50338
  }).catch(function (e) {});
49844
50339
  } else {
49845
50340
  this.showTaskUnionExamine = true;
@@ -49853,11 +50348,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49853
50348
  * @date 2022年9月29日
49854
50349
  **/
49855
50350
  toSendMsg: function toSendMsg(res) {
49856
- var _this23 = this;
50351
+ var _this24 = this;
49857
50352
 
49858
50353
  if (this.beforeSubmit != undefined) {
49859
50354
  this.beforeSubmit().then(function (next) {
49860
- _this23.showSendMsg = true;
50355
+ _this24.showSendMsg = true;
49861
50356
  }).catch(function (e) {});
49862
50357
  } else {
49863
50358
  this.showSendMsg = true;
@@ -49871,13 +50366,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49871
50366
  * @date 2022年9月29日
49872
50367
  **/
49873
50368
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
49874
- var _this24 = this;
50369
+ var _this25 = this;
49875
50370
 
49876
50371
  if (this.beforeSubmit != undefined) {
49877
50372
  this.beforeSubmit().then(function (next) {
49878
- if (_this24.value === '') _this24.value = _this24.nodeDefaultRejectOpinion;
49879
- _this24.taskReadType = 'taskReadAndEnd';
49880
- _this24.showTaskRead = true;
50373
+ if (_this25.value === '') _this25.value = _this25.nodeDefaultRejectOpinion;
50374
+ _this25.taskReadType = 'taskReadAndEnd';
50375
+ _this25.showTaskRead = true;
49881
50376
  }).catch(function (e) {});
49882
50377
  } else {
49883
50378
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -49893,21 +50388,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49893
50388
  * @date 2022年9月29日
49894
50389
  **/
49895
50390
  rejectAndEnd: function rejectAndEnd(res) {
49896
- var _this25 = this;
50391
+ var _this26 = this;
49897
50392
 
49898
50393
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
49899
50394
  if (!this.$refs.commonOpinions.validate()) return;
49900
50395
  }
49901
50396
  if (this.beforeSubmit != undefined) {
49902
50397
  this.beforeSubmit().then(function (next) {
49903
- _this25.saveRejectAndEnd(res);
50398
+ _this26.saveRejectAndEnd(res);
49904
50399
  }).catch(function (e) {});
49905
50400
  } else {
49906
50401
  this.saveRejectAndEnd(res);
49907
50402
  }
49908
50403
  },
49909
50404
  saveRejectAndEnd: function saveRejectAndEnd(res) {
49910
- var _this26 = this;
50405
+ var _this27 = this;
49911
50406
 
49912
50407
  this.$confirm('确认' + res.value + '?').then(function () {
49913
50408
  // return this.$message.warning('请填写意见');
@@ -49916,29 +50411,29 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49916
50411
  headers: { Accept: 'application/json,text/plain' },
49917
50412
  method: 'post',
49918
50413
  data: {
49919
- opinion: _this26.value,
49920
- pendingId: _this26.pendingId,
50414
+ opinion: _this27.value,
50415
+ pendingId: _this27.pendingId,
49921
50416
  isSinglePage: false
49922
50417
  }
49923
50418
  };
49924
- _this26.loading = utils_util.loading(_this26.$loading, '加载中...');
50419
+ _this27.loading = utils_util.loading(_this27.$loading, '加载中...');
49925
50420
  utils_util.ajax(params).then(function (res) {
49926
50421
  var status = res.status,
49927
50422
  message = res.message;
49928
50423
 
49929
- _this26.loading.close();
50424
+ _this27.loading.close();
49930
50425
  if (status === 'success') {
49931
- _this26.flowSuccess();
50426
+ _this27.flowSuccess();
49932
50427
  // this.$message.success('提交成功');
49933
50428
  // this.$emit('success');
49934
50429
  } else {
49935
- _this26.$message.error(message || '系统错误,请联系管理员!');
49936
- _this26.$emit('error');
50430
+ _this27.$message.error(message || '系统错误,请联系管理员!');
50431
+ _this27.$emit('error');
49937
50432
  }
49938
50433
  }).catch(function (err) {
49939
- _this26.loading.close();
50434
+ _this27.loading.close();
49940
50435
  if (err.message && err.message !== 'canceled') {
49941
- _this26.$message.error(err.message);
50436
+ _this27.$message.error(err.message);
49942
50437
  }
49943
50438
  });
49944
50439
  }).catch(function () {
@@ -49953,12 +50448,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49953
50448
  * @date 2022年9月29日
49954
50449
  **/
49955
50450
  toTransfer: function toTransfer(res) {
49956
- var _this27 = this;
50451
+ var _this28 = this;
49957
50452
 
49958
50453
  if (this.beforeSubmit != undefined) {
49959
50454
  this.beforeSubmit(0).then(function (next) {
49960
- _this27.taskReadType = 'transfer';
49961
- _this27.showTaskRead = true;
50455
+ _this28.taskReadType = 'transfer';
50456
+ _this28.showTaskRead = true;
49962
50457
  }).catch(function (e) {});
49963
50458
  } else {
49964
50459
  this.taskReadType = 'transfer';
@@ -49976,7 +50471,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49976
50471
  * @date 2022年5月25日
49977
50472
  **/
49978
50473
  getNodeInfo: function getNodeInfo() {
49979
- var _this28 = this;
50474
+ var _this29 = this;
49980
50475
 
49981
50476
  var params = {
49982
50477
  processDefinitionId: this.nodeInfo.nextNode,
@@ -49991,50 +50486,50 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49991
50486
  message = res.message,
49992
50487
  data = res.data;
49993
50488
 
49994
- _this28.loading.close();
50489
+ _this29.loading.close();
49995
50490
  if (status === 'success') {
49996
- _this28.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
49997
- _this28.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
49998
- _this28.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
49999
- if (_this28.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
50000
- _this28.nextNode.customLimitTime = _this28.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
50001
- }
50002
- data.otherOrgDisabledObjId && (_this28.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
50003
- data.currentOrgDisabledObjId && (_this28.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
50491
+ _this29.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
50492
+ _this29.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
50493
+ _this29.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
50494
+ if (_this29.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
50495
+ _this29.nextNode.customLimitTime = _this29.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
50496
+ }
50497
+ data.otherOrgDisabledObjId && (_this29.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
50498
+ data.currentOrgDisabledObjId && (_this29.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
50004
50499
  if (data != null) {
50005
50500
  if (data.nodeExtAttr.userSelectionType == 7 || data.nodeExtAttr.userSelectionType == 8 || data.nodeExtAttr.userSelectionType == 9 || data.nodeExtAttr.userSelectionType == 10 || data.nodeExtAttr.userSelectionType == 11 || data.nodeExtAttr.userSelectionType == 12) {
50006
- _this28.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
50501
+ _this29.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
50007
50502
  } else {
50008
- _this28.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this28.choiceOrgId, _this28.choiceDeptId, _this28.pOrgId);
50503
+ _this29.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this29.choiceOrgId, _this29.choiceDeptId, _this29.pOrgId);
50009
50504
  }
50010
- _this28.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
50011
- _this28.isTaskread = data.nodeExtAttr.isTaskread;
50012
- _this28.isHandleExplain = data.nodeExtAttr.isHandleExplain;
50013
- _this28.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
50014
- _this28.nodeType = data.nodeExtAttr.nodeType;
50505
+ _this29.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
50506
+ _this29.isTaskread = data.nodeExtAttr.isTaskread;
50507
+ _this29.isHandleExplain = data.nodeExtAttr.isHandleExplain;
50508
+ _this29.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
50509
+ _this29.nodeType = data.nodeExtAttr.nodeType;
50015
50510
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
50016
- if (_this28.nodeType === 1 || _this28.nodeType === 2) {
50017
- _this28.isMainSubProcess === true ? _this28.isNodeShowProcess = true : _this28.isNodeShowProcess = false;
50018
- _this28.isMainSubProcess === true ? _this28.isMainSubProcess = true : _this28.isMainSubProcess = false;
50019
- _this28.isNextUser = false;
50020
- _this28.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
50021
- _this28.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
50511
+ if (_this29.nodeType === 1 || _this29.nodeType === 2) {
50512
+ _this29.isMainSubProcess === true ? _this29.isNodeShowProcess = true : _this29.isNodeShowProcess = false;
50513
+ _this29.isMainSubProcess === true ? _this29.isMainSubProcess = true : _this29.isMainSubProcess = false;
50514
+ _this29.isNextUser = false;
50515
+ _this29.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
50516
+ _this29.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
50022
50517
  } else {
50023
- _this28.isHideCurrentOrg = false;
50024
- _this28.isHideOtherOrg = false;
50025
- _this28.isNodeShowProcess = false;
50026
- _this28.isMainSubProcess = false;
50027
- _this28.isNextUser = _this28.nextNode.nextOperate != 9;
50518
+ _this29.isHideCurrentOrg = false;
50519
+ _this29.isHideOtherOrg = false;
50520
+ _this29.isNodeShowProcess = false;
50521
+ _this29.isMainSubProcess = false;
50522
+ _this29.isNextUser = _this29.nextNode.nextOperate != 9;
50028
50523
  // this.isMainSubProcess === true
50029
50524
  // ? (this.isMainSubProcess = true)
50030
50525
  // : (this.isMainSubProcess = false);
50031
50526
  }
50032
- _this28.multiple ? _this28.nextNode.nextUserId = [] : _this28.nextNode.nextUserId = '';
50033
- if (_this28.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
50527
+ _this29.multiple ? _this29.nextNode.nextUserId = [] : _this29.nextNode.nextUserId = '';
50528
+ if (_this29.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
50034
50529
  data.nextUserList.map(function (item) {
50035
50530
  if (item.userId && item.username) {
50036
- _this28.nextNode.nextUserId.push(item.userId);
50037
- _this28.selectUserList.push({
50531
+ _this29.nextNode.nextUserId.push(item.userId);
50532
+ _this29.selectUserList.push({
50038
50533
  showname: item.username,
50039
50534
  showid: item.userId
50040
50535
  });
@@ -50043,40 +50538,40 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50043
50538
  }
50044
50539
  data.nextUserList.map(function (item) {
50045
50540
  if (item.userId && item.username) {
50046
- _this28.options.push({
50541
+ _this29.options.push({
50047
50542
  showname: item.username,
50048
50543
  showid: item.userId
50049
50544
  });
50050
50545
  }
50051
50546
  });
50052
50547
  if (data.nodeExtAttr.presetEdit != 0) {
50053
- _this28.radioList = _this28.options;
50548
+ _this29.radioList = _this29.options;
50054
50549
  }
50055
- if (!_this28.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
50056
- _this28.nextNode.nextUserId = data.nextUserList[0].userId;
50057
- _this28.selectUserList.push({
50550
+ if (!_this29.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
50551
+ _this29.nextNode.nextUserId = data.nextUserList[0].userId;
50552
+ _this29.selectUserList.push({
50058
50553
  showname: data.nextUserList[0].username,
50059
50554
  showid: data.nextUserList[0].userId
50060
50555
  });
50061
50556
  }
50062
- _this28.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
50063
- _this28.isCustomUser = data.nodeExtAttr.isCustomUser;
50064
- _this28.presetEdit = data.nodeExtAttr.presetEdit;
50065
- _this28.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
50066
- _this28.handleMode = data.countersignaturetypeText;
50557
+ _this29.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
50558
+ _this29.isCustomUser = data.nodeExtAttr.isCustomUser;
50559
+ _this29.presetEdit = data.nodeExtAttr.presetEdit;
50560
+ _this29.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
50561
+ _this29.handleMode = data.countersignaturetypeText;
50067
50562
  if (data.globalNodeType === 'endEvent') {
50068
- _this28.isNextUser = data.globalNodeType != 'endEvent';
50069
- data.globalNodeType === 'endEvent' ? _this28.endFlow = true : '';
50563
+ _this29.isNextUser = data.globalNodeType != 'endEvent';
50564
+ data.globalNodeType === 'endEvent' ? _this29.endFlow = true : '';
50070
50565
  }
50071
50566
  }
50072
- _this28.isCustomPreset && _this28.$refs.customPreset.getPresetFlowInfo(_this28.nextNode.nextNodeId, _this28.nodeInfo.nextNode, true);
50567
+ _this29.isCustomPreset && _this29.$refs.customPreset.getPresetFlowInfo(_this29.nextNode.nextNodeId, _this29.nodeInfo.nextNode, true);
50073
50568
  } else {
50074
- _this28.$message.error(message || '系统错误,请联系管理员!');
50569
+ _this29.$message.error(message || '系统错误,请联系管理员!');
50075
50570
  }
50076
50571
  }).catch(function (err) {
50077
- _this28.loading.close();
50572
+ _this29.loading.close();
50078
50573
  if (err.message && err.message !== 'canceled') {
50079
- _this28.$message.error(err.message);
50574
+ _this29.$message.error(err.message);
50080
50575
  }
50081
50576
  });
50082
50577
  },
@@ -50089,7 +50584,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50089
50584
  * @date 2022年5月25日
50090
50585
  **/
50091
50586
  selecNext: function selecNext(val, type, isDef) {
50092
- var _this29 = this;
50587
+ var _this30 = this;
50093
50588
 
50094
50589
  var isNextNode = false;
50095
50590
  if (type) {
@@ -50134,13 +50629,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50134
50629
  this.operationList.forEach(function (item) {
50135
50630
  if (item.key === val) {
50136
50631
  if (!item.taskNodeList) {
50137
- _this29.nodeInfos = [];
50632
+ _this30.nodeInfos = [];
50138
50633
  } else {
50139
- _this29.nodeInfos = item.taskNodeList;
50634
+ _this30.nodeInfos = item.taskNodeList;
50140
50635
 
50141
- if (_this29.taskOperationShiftedNodeList) {
50142
- _this29.nodeInfos = item.taskNodeList.filter(function (x) {
50143
- return _this29.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
50636
+ if (_this30.taskOperationShiftedNodeList) {
50637
+ _this30.nodeInfos = item.taskNodeList.filter(function (x) {
50638
+ return _this30.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
50144
50639
  });
50145
50640
  }
50146
50641
  }
@@ -50149,7 +50644,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50149
50644
  });
50150
50645
  if (this.defaultNextNode) {
50151
50646
  var defaultNode = this.nodeInfos.filter(function (item) {
50152
- return item.nodeId == _this29.defaultNextNode;
50647
+ return item.nodeId == _this30.defaultNextNode;
50153
50648
  });
50154
50649
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
50155
50650
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -50261,7 +50756,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50261
50756
  * @date 2022年5月25日
50262
50757
  **/
50263
50758
  getHedInfo: function getHedInfo() {
50264
- var _this30 = this;
50759
+ var _this31 = this;
50265
50760
 
50266
50761
  this.loading = utils_util.loading(this.$loading, '加载中...');
50267
50762
  var params = {
@@ -50271,7 +50766,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50271
50766
  utils_util.ajax({ url: getHandleInfoHtml, params: params }).then(function (res) {
50272
50767
  //pc返回数据
50273
50768
 
50274
- _this30.loading.close();
50769
+ _this31.loading.close();
50275
50770
 
50276
50771
  if (res.status === 'success') {
50277
50772
  var _res$data2 = res.data,
@@ -50312,17 +50807,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50312
50807
  isCanPreAddSign = _res$data2.isCanPreAddSign;
50313
50808
 
50314
50809
  if (temporarySaveButtonName) {
50315
- _this30.saveButtonName = temporarySaveButtonName;
50810
+ _this31.saveButtonName = temporarySaveButtonName;
50316
50811
  }
50317
50812
  if (simpleTips != undefined) {
50318
- _this30.simpleTips = simpleTips;
50813
+ _this31.simpleTips = simpleTips;
50319
50814
  }
50320
- _this30.$emit('startTaskRead', res);
50321
- _this30.$emit('start-task-read', res);
50815
+ _this31.$emit('startTaskRead', res);
50816
+ _this31.$emit('start-task-read', res);
50322
50817
  if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
50323
- _this30.taskOperationShiftedNodeList = [];
50818
+ _this31.taskOperationShiftedNodeList = [];
50324
50819
  taskOperationShiftedNodeList.map(function (x) {
50325
- _this30.taskOperationShiftedNodeList.push(x.nodeId);
50820
+ _this31.taskOperationShiftedNodeList.push(x.nodeId);
50326
50821
  taskOperations.push({
50327
50822
  key: x.nodeId,
50328
50823
  value: x.nodeName,
@@ -50331,151 +50826,152 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50331
50826
  });
50332
50827
  });
50333
50828
  }
50334
- _this30.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
50335
- _this30.pendingItemHandleDescription = pendingItemHandleDescription;
50829
+ _this31.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
50830
+ _this31.pendingItemHandleDescription = pendingItemHandleDescription;
50336
50831
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
50337
- _this30.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
50832
+ _this31.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
50338
50833
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
50339
- _this30.currentOrgSelectorTabs.map(function (x, i) {
50340
- _this30.currentOrgSelectorParams[x] = {
50834
+ _this31.currentOrgSelectorTabs.map(function (x, i) {
50835
+ _this31.currentOrgSelectorParams[x] = {
50341
50836
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
50342
50837
  only_filid: true
50343
50838
  };
50344
50839
  });
50345
50840
  }
50346
50841
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
50347
- _this30.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
50842
+ _this31.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
50348
50843
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
50349
- _this30.foreignOrgSelectorTabs.map(function (x, i) {
50350
- _this30.foreignOrgSelectorParams[x] = {
50844
+ _this31.foreignOrgSelectorTabs.map(function (x, i) {
50845
+ _this31.foreignOrgSelectorParams[x] = {
50351
50846
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : x == 'filgroup' ? '' : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? 'all' : foreignOrgparams[i],
50352
50847
  nofilid: foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId') : foreignOrgparams[i] == 'nofiliddept' ? sessionStorage.getItem('depId') : foreignOrgparams[i] == 'other' ? 1 : 0,
50353
- roleid: _this30.circularReadParamsMap.circularReadOrgRoleCode || _this30.foreignOrgSelectorParams.roleid
50848
+ roleid: _this31.circularReadParamsMap.circularReadOrgRoleCode || _this31.foreignOrgSelectorParams.roleid
50354
50849
  };
50355
50850
  });
50356
50851
  }
50357
- _this30.circularReadParamsMap = circularReadParamsMap || {};
50358
- if (_this30.circularReadParamsMap.circularReadOrgRoleCode) {
50359
- _this30.foreignOrgSelectorParams.roleid = _this30.circularReadParamsMap.circularReadOrgRoleCode;
50360
- }
50361
- _this30.currentOrgName = currentOrgName;
50362
- _this30.nextOperateCheckType = nextOperateCheckType || 'select';
50363
- _this30.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
50364
-
50365
- _this30.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
50366
- _this30.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
50367
- _this30.readOnlyNotificationType = readOnlyNotificationType;
50368
-
50369
- _this30.readOnlyNotificationType = readOnlyNotificationType;
50370
- _this30.isSpecial = isSpecial;
50371
- _this30.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
50372
- _this30.otherOrgName = otherOrgName;
50373
- _this30.isCanPreAddSign = isCanPreAddSign;
50374
- _this30.endFlowInfo.choiceOrgId = choiceOrgId;
50375
- _this30.endFlowInfo.choiceDeptId = choiceDeptId;
50376
- _this30.endFlowInfo.pendingId = _this30.pendingId;
50377
- _this30.attachedCode = attachedCode;
50378
- _this30.endFlowInfo.pOrgId = pOrgId;
50379
- _this30.canPresetRead = canPresetRead;
50380
- _this30.isCdjxjTaskHandle = isCdjxjTaskHandle;
50381
- nextNodeCheckType && (_this30.nextNodeCheckType = nextNodeCheckType);
50382
- _this30.operationList = taskOperations || [];
50383
- _this30.customPresetHintMessage = customPresetHintMessage;
50852
+ _this31.circularReadParamsMap = circularReadParamsMap || {};
50853
+ if (_this31.circularReadParamsMap.circularReadOrgRoleCode) {
50854
+ _this31.foreignOrgSelectorParams.roleid = _this31.circularReadParamsMap.circularReadOrgRoleCode;
50855
+ }
50856
+ _this31.currentOrgName = currentOrgName;
50857
+ _this31.nextOperateCheckType = nextOperateCheckType || 'select';
50858
+ _this31.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
50859
+
50860
+ _this31.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
50861
+ _this31.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
50862
+ _this31.readOnlyNotificationType = readOnlyNotificationType;
50863
+
50864
+ _this31.readOnlyNotificationType = readOnlyNotificationType;
50865
+ _this31.isSpecial = isSpecial;
50866
+ _this31.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
50867
+ _this31.otherOrgName = otherOrgName;
50868
+ _this31.isCanPreAddSign = isCanPreAddSign;
50869
+ _this31.endFlowInfo.choiceOrgId = choiceOrgId;
50870
+ _this31.endFlowInfo.choiceDeptId = choiceDeptId;
50871
+ _this31.endFlowInfo.pendingId = _this31.pendingId;
50872
+ _this31.attachedCode = attachedCode;
50873
+ _this31.endFlowInfo.pOrgId = pOrgId;
50874
+ _this31.canPresetRead = canPresetRead;
50875
+ _this31.isCdjxjTaskHandle = isCdjxjTaskHandle;
50876
+ nextNodeCheckType && (_this31.nextNodeCheckType = nextNodeCheckType);
50877
+ _this31.operationList = taskOperations || [];
50878
+ _this31.customPresetHintMessage = customPresetHintMessage;
50384
50879
  if (canPresetRead) {
50385
50880
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
50386
50881
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
50387
50882
  ids.map(function (item, index) {
50388
- _this30.presetReadUserId.push({
50883
+ _this31.presetReadUserId.push({
50389
50884
  showid: item,
50390
50885
  showname: names[index]
50391
50886
  });
50392
- _this30.selectPresetUserList.push({
50887
+ _this31.selectPresetUserList.push({
50393
50888
  showid: item,
50394
50889
  showname: names[index]
50395
50890
  });
50396
- _this30.nextNode.presetReadUserId.push(item);
50891
+ _this31.nextNode.presetReadUserId.push(item);
50397
50892
  });
50398
50893
  }
50399
- if (!_this30.isFlow) _this30.getFile(_this30.pendingId, attachedCode);
50894
+ if (!_this31.isFlow) _this31.getFile(_this31.pendingId, attachedCode);
50400
50895
  if (nextNodeList && nextNodeList.length != 0) {
50401
- _this30.nextNodeList = nextNodeList;
50896
+ _this31.nextNodeList = nextNodeList;
50402
50897
  }
50403
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this30.removeUsers = canRemoveSignUserList;
50898
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this31.removeUsers = canRemoveSignUserList;
50404
50899
  if (taskOperations && taskOperations.length != 0) {
50405
50900
  var isSelected = false;
50406
50901
  taskOperations.map(function (item) {
50407
- if (item.key === 9) _this30.isReject = true;
50902
+ if (item.key === 9) _this31.isReject = true;
50408
50903
  if (item.isSelected) {
50409
- _this30.nodeInfos = [];
50410
- _this30.nextNode.nextOperate = item.key;
50904
+ _this31.nodeInfos = [];
50905
+ _this31.nextNode.nextOperate = item.key;
50411
50906
  if (item.taskNodeList != null) {
50412
- _this30.nodeInfos = item.taskNodeList;
50907
+ _this31.nodeInfos = item.taskNodeList;
50413
50908
  }
50414
50909
  isSelected = true;
50415
50910
  }
50416
50911
  });
50417
50912
  if (taskOperations.length > 0 && !isSelected) {
50418
- _this30.nodeInfos = [];
50419
- _this30.nextNode.nextOperate = taskOperations[0].key;
50913
+ _this31.nodeInfos = [];
50914
+ _this31.nextNode.nextOperate = taskOperations[0].key;
50420
50915
  if (taskOperations[0].taskNodeList != null) {
50421
- _this30.nodeInfos = taskOperations[0].taskNodeList;
50916
+ _this31.nodeInfos = taskOperations[0].taskNodeList;
50422
50917
  }
50423
50918
  }
50424
50919
  }
50425
50920
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
50426
- _this30.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
50921
+ _this31.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
50427
50922
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
50428
50923
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
50429
50924
  notice.map(function (x) {
50430
- _this30.nodeFixedOpinionSelectList.push({ content: x });
50925
+ _this31.nodeFixedOpinionSelectList.push({ content: x });
50431
50926
  });
50432
50927
  }
50433
50928
 
50434
- _this30.value = opinion || '';
50435
- _this30.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
50436
- _this30.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
50437
- _this30.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
50438
- _this30.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
50439
- _this30.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
50440
- // this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
50441
- _this30.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
50929
+ _this31.value = opinion || '';
50930
+ _this31.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
50931
+ _this31.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
50932
+ _this31.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
50933
+ _this31.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
50934
+ _this31.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
50935
+ _this31.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
50936
+ _this31.isHideDefaultOperation = nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1;
50937
+ _this31.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
50442
50938
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
50443
- var defaultNode = _this30.nodeInfos.filter(function (item) {
50939
+ var defaultNode = _this31.nodeInfos.filter(function (item) {
50444
50940
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
50445
50941
  });
50446
- if (_this30.nodeInfos.length > 0 && defaultNode.length == 0) {
50447
- _this30.nextNode.nextNodeId = _this30.nodeInfos[0].nodeId;
50942
+ if (_this31.nodeInfos.length > 0 && defaultNode.length == 0) {
50943
+ _this31.nextNode.nextNodeId = _this31.nodeInfos[0].nodeId;
50448
50944
  } else {
50449
- _this30.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
50945
+ _this31.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
50450
50946
  }
50451
- } else if (_this30.nodeInfos.length > 0) {
50452
- _this30.nextNode.nextNodeId = _this30.nodeInfos[0].nodeId;
50947
+ } else if (_this31.nodeInfos.length > 0) {
50948
+ _this31.nextNode.nextNodeId = _this31.nodeInfos[0].nodeId;
50453
50949
  }
50454
- _this30.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
50950
+ _this31.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
50455
50951
  if (nodeInfoMap.nodeExtAttr.submitText) {
50456
- _this30.btnList.map(function (x) {
50952
+ _this31.btnList.map(function (x) {
50457
50953
  if (x.event === 'sub') {
50458
50954
  x.text = nodeInfoMap.nodeExtAttr.submitText;
50459
50955
  }
50460
50956
  });
50461
50957
  }
50462
50958
  }
50463
- _this30.choiceOrgId = choiceOrgId;
50464
- _this30.choiceDeptId = choiceDeptId;
50465
- _this30.pOrgId = pOrgId;
50959
+ _this31.choiceOrgId = choiceOrgId;
50960
+ _this31.choiceDeptId = choiceDeptId;
50961
+ _this31.pOrgId = pOrgId;
50466
50962
  if (res.data && res.data.isEndUserTask != undefined) {
50467
- _this30.isEndUserTask = res.data.isEndUserTask;
50963
+ _this31.isEndUserTask = res.data.isEndUserTask;
50468
50964
  }
50469
50965
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
50470
- _this30.nodeInfo.nextNode = taskExamine.processDefinitionId;
50471
- _this30.NodeName = taskExamine.nodeName;
50472
- _this30.taskId = taskExamine.taskId;
50473
- _this30.businessIds = taskExamine.businessId;
50474
- _this30.appId = taskExamine.appId;
50475
- _this30.taskExamineInfo = taskExamine;
50476
- _this30.taskExamineInfo.choiceOrgId = choiceOrgId;
50477
- _this30.taskExamineInfo.choiceDeptId = choiceDeptId;
50478
- _this30.endFlowInfo.processType = taskExamine.processType;
50966
+ _this31.nodeInfo.nextNode = taskExamine.processDefinitionId;
50967
+ _this31.NodeName = taskExamine.nodeName;
50968
+ _this31.taskId = taskExamine.taskId;
50969
+ _this31.businessIds = taskExamine.businessId;
50970
+ _this31.appId = taskExamine.appId;
50971
+ _this31.taskExamineInfo = taskExamine;
50972
+ _this31.taskExamineInfo.choiceOrgId = choiceOrgId;
50973
+ _this31.taskExamineInfo.choiceDeptId = choiceDeptId;
50974
+ _this31.endFlowInfo.processType = taskExamine.processType;
50479
50975
  // this.endFlowInfo.isReturnSubmitter =
50480
50976
  // taskExamine.isReturnSubmitter;
50481
50977
  // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
@@ -50487,78 +50983,78 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50487
50983
  // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
50488
50984
  // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
50489
50985
  // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
50490
- _this30.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
50491
- _this30.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
50492
- _this30.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
50493
- _this30.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
50494
- _this30.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
50495
- _this30.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
50496
- _this30.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
50497
- _this30.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
50498
- _this30.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
50986
+ _this31.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
50987
+ _this31.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
50988
+ _this31.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
50989
+ _this31.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
50990
+ _this31.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
50991
+ _this31.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
50992
+ _this31.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
50993
+ _this31.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
50994
+ _this31.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
50499
50995
  // this.endFlowInfo.isReadDealReply =
50500
50996
  // taskExamine.isReadDealReplybusinessId;
50501
- _this30.endFlowInfo.appId = taskExamine.appId;
50502
- _this30.endFlowInfo.businessId = taskExamine.businessId;
50503
- _this30.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
50504
- _this30.endFlowInfo.nodeId = taskExamine.nodeId;
50997
+ _this31.endFlowInfo.appId = taskExamine.appId;
50998
+ _this31.endFlowInfo.businessId = taskExamine.businessId;
50999
+ _this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
51000
+ _this31.endFlowInfo.nodeId = taskExamine.nodeId;
50505
51001
  }
50506
- if (_this30.nodeName) {
50507
- _this30.NodeName = _this30.nodeName;
51002
+ if (_this31.nodeName) {
51003
+ _this31.NodeName = _this31.nodeName;
50508
51004
  }
50509
- _this30.isCanAddSign = isCanAddSign;
50510
- _this30.processObj = res.data;
50511
- if (_this30.isCanAddSign) {
50512
- _this30.nextNode.isAddSign = '2';
51005
+ _this31.isCanAddSign = isCanAddSign;
51006
+ _this31.processObj = res.data;
51007
+ if (_this31.isCanAddSign) {
51008
+ _this31.nextNode.isAddSign = '2';
50513
51009
  }
50514
- _this30.isCanRemoveSign = isCanRemoveSign;
50515
- if (_this30.isCanRemoveSign) {
50516
- _this30.nextNode.isRemoveSign = '2';
51010
+ _this31.isCanRemoveSign = isCanRemoveSign;
51011
+ if (_this31.isCanRemoveSign) {
51012
+ _this31.nextNode.isRemoveSign = '2';
50517
51013
  }
50518
51014
 
50519
- if (!_this30.isOpinionRequired) {
50520
- _this30.isOpinionRequired = 0;
51015
+ if (!_this31.isOpinionRequired) {
51016
+ _this31.isOpinionRequired = 0;
50521
51017
  }
50522
51018
  // opinion && (this.value = opinion);
50523
- _this30.nextNode.notificationMsg = defaultNotificationMessage;
50524
- _this30.moreList = [];
51019
+ _this31.nextNode.notificationMsg = defaultNotificationMessage;
51020
+ _this31.moreList = [];
50525
51021
  if (taskButtonList && taskButtonList.length != 0) {
50526
51022
  taskButtonList.map(function (item) {
50527
51023
  if (item.fun === 'reject()') {
50528
- _this30.rejectObj = item;
51024
+ _this31.rejectObj = item;
50529
51025
  } else if (item.fun === 'toStartTaskRead()') {
50530
- _this30.pointsReadingObj = item;
51026
+ _this31.pointsReadingObj = item;
50531
51027
  } else {
50532
- _this30.moreList.push(item);
51028
+ _this31.moreList.push(item);
50533
51029
  }
50534
51030
  });
50535
51031
  }
50536
- _this30.isMainSubProcess = res.data.isMainSubProcess == 'true';
50537
- _this30.isCustomPreset = isCustomPreset;
50538
- _this30.isPreset = isPreset;
50539
- _this30.presetTaskNodeMap = presetTaskNodeMap;
50540
- _this30.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
50541
- _this30.getFind();
50542
- _this30.selecNext(_this30.nextNode.nextOperate, true, true);
51032
+ _this31.isMainSubProcess = res.data.isMainSubProcess == 'true';
51033
+ _this31.isCustomPreset = isCustomPreset;
51034
+ _this31.isPreset = isPreset;
51035
+ _this31.presetTaskNodeMap = presetTaskNodeMap;
51036
+ _this31.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
51037
+ _this31.getFind();
51038
+ _this31.selecNext(_this31.nextNode.nextOperate, true, true);
50543
51039
  // this.getNodeInfo();
50544
- _this30.StartTaskReadKey++;
51040
+ _this31.StartTaskReadKey++;
50545
51041
  } else {
50546
51042
  if (res.status === 'taskCompleted') {
50547
- _this30.$emit('shrink', true);
50548
- _this30.shrinkAbled = true;
50549
- _this30.$message.warning(res.message || '系统错误,请联系管理员!');
51043
+ _this31.$emit('shrink', true);
51044
+ _this31.shrinkAbled = true;
51045
+ _this31.$message.warning(res.message || '系统错误,请联系管理员!');
50550
51046
  } else {
50551
- _this30.$message.error(res.message || '系统错误,请联系管理员!');
51047
+ _this31.$message.error(res.message || '系统错误,请联系管理员!');
50552
51048
  }
50553
51049
  }
50554
- _this30.showOpinion = false;
51050
+ _this31.showOpinion = false;
50555
51051
  setTimeout(function () {
50556
- _this30.showOpinion = true;
51052
+ _this31.showOpinion = true;
50557
51053
  }, 0);
50558
51054
  }).catch(function (err) {
50559
- _this30.loading.close();
51055
+ _this31.loading.close();
50560
51056
  if (err.message && err.message !== 'canceled') {
50561
- _this30.$message.error(err.message);
51057
+ _this31.$message.error(err.message);
50562
51058
  }
50563
51059
  });
50564
51060
  },
@@ -50620,7 +51116,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50620
51116
  * @date 2022年5月25日
50621
51117
  **/
50622
51118
  getProcess: function getProcess(val) {
50623
- var _this31 = this;
51119
+ var _this32 = this;
50624
51120
 
50625
51121
  var params = flow_src_mainvue_type_script_lang_js_extends({
50626
51122
  businessId: this.businessId,
@@ -50635,44 +51131,44 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50635
51131
  message = res.message,
50636
51132
  data = res.data;
50637
51133
 
50638
- _this31.loading.close();
51134
+ _this32.loading.close();
50639
51135
  if (status === 'success') {
50640
51136
  if (data.simpleTips != undefined) {
50641
- _this31.simpleTips = data.simpleTips;
51137
+ _this32.simpleTips = data.simpleTips;
50642
51138
  }
50643
- _this31.isStartFlowChartView = data.isStartFlowChartView;
51139
+ _this32.isStartFlowChartView = data.isStartFlowChartView;
50644
51140
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
50645
- _this31.$message.error('流程不存在或未关联对应流程!');
51141
+ _this32.$message.error('流程不存在或未关联对应流程!');
50646
51142
  } else {
50647
- _this31.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
50648
-
50649
- _this31.nodeInfo.option = data.definitionList;
50650
- _this31.nodeInfo.nextNode = data.definitionList.filter(function (item) {
50651
- return item.processDefKey == _this31.defaultProcessKey;
51143
+ _this32.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
51144
+ _this32.activitiDefinitionSort = data.activitiDefinitionSort;
51145
+ _this32.nodeInfo.option = data.definitionList;
51146
+ _this32.nodeInfo.nextNode = data.definitionList.filter(function (item) {
51147
+ return item.processDefKey == _this32.defaultProcessKey;
50652
51148
  });
50653
- if (_this31.nodeInfo.nextNode.length) {
50654
- _this31.nodeInfo.nextNode = _this31.nodeInfo.nextNode[0].processDefId;
51149
+ if (_this32.nodeInfo.nextNode.length) {
51150
+ _this32.nodeInfo.nextNode = _this32.nodeInfo.nextNode[0].processDefId;
50655
51151
  } else {
50656
51152
  if (data.definitionList.length != 0) {
50657
- _this31.nodeInfo.nextNode = data.definitionList[0].processDefId;
51153
+ _this32.nodeInfo.nextNode = data.definitionList[0].processDefId;
50658
51154
  } else {
50659
- _this31.nodeInfo.nextNode = '';
51155
+ _this32.nodeInfo.nextNode = '';
50660
51156
  }
50661
51157
  }
50662
- if (_this31.nodeInfo.nextNode) {
50663
- _this31.handleChange(_this31.nodeInfo.nextNode, true);
51158
+ if (_this32.nodeInfo.nextNode) {
51159
+ _this32.handleChange(_this32.nodeInfo.nextNode, true);
50664
51160
  }
50665
- if (_this31.showCirculate != undefined && !_this31.showCirculate && _this31.urgencyLevel) {
50666
- _this31.getAdminMsgType();
51161
+ if (_this32.showCirculate != undefined && !_this32.showCirculate && _this32.urgencyLevel) {
51162
+ _this32.getAdminMsgType();
50667
51163
  }
50668
51164
  }
50669
51165
  } else {
50670
- _this31.$message.error(message || '系统错误,请联系管理员!');
51166
+ _this32.$message.error(message || '系统错误,请联系管理员!');
50671
51167
  }
50672
51168
  }).catch(function (err) {
50673
- _this31.loading.close();
51169
+ _this32.loading.close();
50674
51170
  if (err.message && err.message !== 'canceled') {
50675
- _this31.$message.error(err.message);
51171
+ _this32.$message.error(err.message);
50676
51172
  }
50677
51173
  });
50678
51174
  },
@@ -50684,7 +51180,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50684
51180
  * @date 2022年5月25日
50685
51181
  **/
50686
51182
  getPendedhistoryList: function getPendedhistoryList() {
50687
- var _this32 = this;
51183
+ var _this33 = this;
50688
51184
 
50689
51185
  var params = {
50690
51186
  apprecordId: this.businessIds,
@@ -50697,22 +51193,22 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50697
51193
  results = res.results;
50698
51194
 
50699
51195
  if (!rCode) {
50700
- _this32.nextNode.nextUserId = [];
50701
- _this32.showNews = false;
50702
- _this32.nextNode.notificationType = [];
50703
- _this32.pendingId = results[results.length - 1].attachId;
50704
- _this32.getHedInfo();
51196
+ _this33.nextNode.nextUserId = [];
51197
+ _this33.showNews = false;
51198
+ _this33.nextNode.notificationType = [];
51199
+ _this33.pendingId = results[results.length - 1].attachId;
51200
+ _this33.getHedInfo();
50705
51201
  } else {
50706
- _this32.$message.error(msg || '系统错误,请联系管理员!');
51202
+ _this33.$message.error(msg || '系统错误,请联系管理员!');
50707
51203
  }
50708
51204
  }).catch(function (err) {
50709
51205
  if (err.message && err.message !== 'canceled') {
50710
- _this32.$message.error(err.message);
51206
+ _this33.$message.error(err.message);
50711
51207
  }
50712
51208
  });
50713
51209
  },
50714
51210
  reqCircularRead: function reqCircularRead(type) {
50715
- var _this33 = this;
51211
+ var _this34 = this;
50716
51212
 
50717
51213
  var _that = this;
50718
51214
  var params = {
@@ -50726,7 +51222,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50726
51222
  };
50727
51223
  this.loading = utils_util.loading(this.$loading, '提交中...');
50728
51224
  utils_util.ajax(params).then(function (res) {
50729
- _this33.loading.close();
51225
+ _this34.loading.close();
50730
51226
  if (res.rCode == 0) {
50731
51227
  if (res.results.alert) {
50732
51228
  _that.$confirm(res.results.message, {
@@ -50748,6 +51244,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50748
51244
  }
50749
51245
  },
50750
51246
 
51247
+ // 提交流程前验证
51248
+ beforeSubProcess: function beforeSubProcess() {},
51249
+
50751
51250
  // 提交流程
50752
51251
  /**
50753
51252
  * subProcess
@@ -50757,20 +51256,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50757
51256
  * @date 2022年5月25日
50758
51257
  **/
50759
51258
  subProcess: function subProcess(val, type) {
50760
- var _this34 = this;
51259
+ var _this35 = this;
50761
51260
 
50762
51261
  return this.$refs['nextNode'].validate(function (valid) {
50763
51262
  if (valid) {
50764
- if (_this34.isSubmitButtonShowAgreeAndDisagree == 1) {
50765
- _this34.value = _this34.value.replace(RegExp('不同意。', 'g'), '');
50766
- _this34.value = _this34.value.replace(RegExp('同意。', 'g'), '');
50767
- _this34.value = val + _this34.value;
51263
+ if (_this35.isSubmitButtonShowAgreeAndDisagree == 1) {
51264
+ _this35.value = _this35.value.replace(RegExp('不同意。', 'g'), '');
51265
+ _this35.value = _this35.value.replace(RegExp('同意。', 'g'), '');
51266
+ _this35.value = val + _this35.value;
50768
51267
  }
50769
- if (!_this34.validInfo()) {
50770
- _this34.freeValid = false;
51268
+ if (!_this35.validInfo()) {
51269
+ _this35.freeValid = false;
50771
51270
  return;
50772
51271
  } else {
50773
- _this34.freeValid = true;
51272
+ _this35.freeValid = true;
50774
51273
  }
50775
51274
  // if (
50776
51275
  // this.currentNodeIsCircularReadNode &&
@@ -50779,28 +51278,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50779
51278
  // this.reqCircularRead(type);
50780
51279
  // return;
50781
51280
  // }
50782
- if (_this34.submitButtonFunKey) {
50783
- var btnInfo = _this34.taskNodeButtons.filter(function (x) {
50784
- return x.key === _this34.submitButtonFunKey;
51281
+ if (_this35.submitButtonFunKey) {
51282
+ var btnInfo = _this35.taskNodeButtons.filter(function (x) {
51283
+ return x.key === _this35.submitButtonFunKey;
50785
51284
  });
50786
51285
  if (btnInfo.length > 0) {
50787
51286
  if (btnInfo[0].type == 4) {
50788
- _this34.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this34.value }, _this34.sendData);
51287
+ _this35.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this35.value }, _this35.sendData);
50789
51288
  } else if (btnInfo[0].type == 2) {
50790
- _this34.goView(btnInfo[0]);
51289
+ _this35.goView(btnInfo[0]);
50791
51290
  }
50792
51291
  }
50793
51292
  return;
50794
51293
  }
50795
51294
  if (type == 'multiInsMidwayWithSubmitScene') {
50796
- _this34.sendData(type);
51295
+ _this35.sendData(type);
50797
51296
  return;
50798
51297
  }
50799
- if (_this34.beforeSubmit == undefined) {
50800
- _this34.subFun(_this34.sendData);
51298
+ if (_this35.beforeSubmit == undefined) {
51299
+ _this35.subFun(_this35.sendData);
50801
51300
  } else {
50802
- _this34.beforeSubmit(1).then(function (next) {
50803
- _this34.sendData();
51301
+ _this35.beforeSubmit(1).then(function (next) {
51302
+ _this35.sendData();
50804
51303
  }).catch(function (e) {});
50805
51304
  }
50806
51305
  }
@@ -50845,14 +51344,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50845
51344
  return true;
50846
51345
  },
50847
51346
  flowSuccess: function flowSuccess(hideMessage) {
50848
- var _this35 = this;
51347
+ var _this36 = this;
50849
51348
 
50850
51349
  if (!this.simpleTips) {
50851
51350
  this.$alert('提交成功', '', {
50852
51351
  confirmButtonText: '确定',
50853
51352
  type: 'success',
50854
51353
  callback: function callback(action) {
50855
- _this35.$emit('success');
51354
+ _this36.$emit('success');
50856
51355
  }
50857
51356
  });
50858
51357
  } else {
@@ -50863,7 +51362,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50863
51362
  }
50864
51363
  },
50865
51364
  sendData: function sendData(freetype) {
50866
- var _this36 = this;
51365
+ var _this37 = this;
50867
51366
 
50868
51367
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
50869
51368
  if (this.directCreateCircularReadWhenFlowStarted) {
@@ -50874,141 +51373,264 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50874
51373
  return;
50875
51374
  }
50876
51375
  this.$refs['nextNode'].validate(function () {
50877
- var _ref2 = flow_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
51376
+ var _ref2 = flow_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(valid) {
50878
51377
  var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
50879
- return regenerator_default.a.wrap(function _callee$(_context) {
51378
+ return regenerator_default.a.wrap(function _callee2$(_context2) {
50880
51379
  while (1) {
50881
- switch (_context.prev = _context.next) {
51380
+ switch (_context2.prev = _context2.next) {
50882
51381
  case 0:
50883
51382
  if (!valid) {
50884
- _context.next = 57;
51383
+ _context2.next = 60;
50885
51384
  break;
50886
51385
  }
50887
51386
 
50888
- if (!_this36.isFlow) {
50889
- _context.next = 7;
51387
+ if (!_this37.isFlow) {
51388
+ _context2.next = 7;
50890
51389
  break;
50891
51390
  }
50892
51391
 
50893
- if (!(_this36.isOpinionRequired && !_this36.$refs.commonOpinions.validate())) {
50894
- _context.next = 5;
51392
+ if (!(_this37.isOpinionRequired && !_this37.$refs.commonOpinions.validate())) {
51393
+ _context2.next = 5;
50895
51394
  break;
50896
51395
  }
50897
51396
 
50898
- _this36.$message.warning('请输入审批意见');
50899
- return _context.abrupt('return');
51397
+ _this37.$message.warning('请输入审批意见');
51398
+ return _context2.abrupt('return');
50900
51399
 
50901
51400
  case 5:
50902
- if (_this36.directCreateCircularReadWhenFlowStarted) {
50903
- _this36.circulateVisible = true;
51401
+ if (_this37.directCreateCircularReadWhenFlowStarted) {
51402
+ _this37.circulateVisible = true;
50904
51403
  } else {
50905
- _this36.handleVisible = true;
51404
+ _this37.handleVisible = true;
50906
51405
  }
50907
- return _context.abrupt('return');
51406
+ return _context2.abrupt('return');
50908
51407
 
50909
51408
  case 7:
50910
51409
  nextUserId = [];
50911
51410
 
50912
- if (_this36.multiple) {
50913
- _this36.nextNode.nextUserId && _this36.nextNode.nextUserId.map(function (item) {
51411
+ if (_this37.multiple) {
51412
+ _this37.nextNode.nextUserId && _this37.nextNode.nextUserId.map(function (item) {
50914
51413
  return nextUserId.push(item);
50915
51414
  });
50916
51415
  }
50917
51416
  addSignUserId = [];
50918
51417
 
50919
- if (_this36.isCanAddSign && _this36.nextNode.isAddSign == '1') {
50920
- _this36.nextNode.addSignUserId.map(function (item) {
51418
+ if (_this37.isCanAddSign && _this37.nextNode.isAddSign == '1') {
51419
+ _this37.nextNode.addSignUserId.map(function (item) {
50921
51420
  addSignUserId.push(item);
50922
51421
  });
50923
51422
  }
50924
51423
  removeSignUserId = [];
50925
51424
 
50926
- if (_this36.isCanRemoveSign && _this36.nextNode.isRemoveSign == '1') {
50927
- _this36.nextNode.removeSignUserId.map(function (item) {
51425
+ if (_this37.isCanRemoveSign && _this37.nextNode.isRemoveSign == '1') {
51426
+ _this37.nextNode.removeSignUserId.map(function (item) {
50928
51427
  removeSignUserId.push(item);
50929
51428
  });
50930
51429
  }
50931
51430
  str = '';
50932
51431
 
50933
- if (_this36.value) {
50934
- str = _this36.value.replace(/\s+/g, '');
51432
+ if (_this37.value) {
51433
+ str = _this37.value.replace(/\s+/g, '');
50935
51434
  }
50936
- if ((!_this36.value || str === '') && _this36.nodeDefaultSubmitOpinion) {
50937
- _this36.value = _this36.nodeDefaultSubmitOpinion;
51435
+ if ((!_this37.value || str === '') && _this37.nodeDefaultSubmitOpinion) {
51436
+ _this37.value = _this37.nodeDefaultSubmitOpinion;
50938
51437
  }
50939
- if (!_this36.isSpecial) {
50940
- delete _this36.nextNode.nextOperate;
50941
- delete _this36.nextNode.nextNodeId;
51438
+ if (!_this37.isSpecial) {
51439
+ delete _this37.nextNode.nextOperate;
51440
+ delete _this37.nextNode.nextNodeId;
50942
51441
  }
50943
- if (_this36.nextNode.nextOperate === 9 || _this36.oldNextOperate == 9) {
50944
- _this36.nextNode.isReturnRejectNode = 1;
50945
- _this36.nextNode.processDefinitionId = _this36.processObj.taskExamine.processDefinitionId;
51442
+ if (_this37.nextNode.nextOperate === 9 || _this37.oldNextOperate == 9) {
51443
+ _this37.nextNode.isReturnRejectNode = 1;
51444
+ _this37.nextNode.processDefinitionId = _this37.processObj.taskExamine.processDefinitionId;
50946
51445
  }
50947
- if (_this36.nextNode.nextOperate != 0 && _this36.nextNode.nextOperate != 1 && _this36.oldNextOperate === '' || _this36.oldNextOperate !== '' && _this36.oldNextOperate != 0 && _this36.oldNextOperate != 1) {
50948
- delete _this36.nextNode.nextNodeId;
51446
+ if (_this37.nextNode.nextOperate != 0 && _this37.nextNode.nextOperate != 1 && _this37.oldNextOperate === '' || _this37.oldNextOperate !== '' && _this37.oldNextOperate != 0 && _this37.oldNextOperate != 1) {
51447
+ delete _this37.nextNode.nextNodeId;
50949
51448
  }
50950
51449
 
50951
- if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
50952
- _context.next = 23;
51450
+ if (!_this37.isCancelSecondConfirmationType) {
51451
+ _context2.next = 22;
50953
51452
  break;
50954
51453
  }
50955
51454
 
50956
- _context.next = 22;
50957
- return _this36.saveInfo('subMit');
51455
+ _this37.$confirm('确认提交吗?', '提示', {
51456
+ confirmButtonText: '确定',
51457
+ cancelButtonText: '取消',
51458
+ type: 'warning'
51459
+ }).then(flow_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
51460
+ var notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
51461
+ return regenerator_default.a.wrap(function _callee$(_context) {
51462
+ while (1) {
51463
+ switch (_context.prev = _context.next) {
51464
+ case 0:
51465
+ if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
51466
+ _context.next = 4;
51467
+ break;
51468
+ }
51469
+
51470
+ _context.next = 3;
51471
+ return _this37.saveInfo('subMit');
51472
+
51473
+ case 3:
51474
+ _this37.loading = utils_util.loading(_this37.$loading, '加载中...');
51475
+
51476
+ case 4:
51477
+ notificationType = '';
51478
+
51479
+ notificationType = _this37.nextNode.notificationType.join(',');
51480
+ addSignUserId = addSignUserId.join(',');
51481
+ removeSignUserId = removeSignUserId.join(',');
51482
+ if (!_this37.isCanPreAddSign || _this37.nextNode.isAddSign != '1') {
51483
+ delete _this37.nextNode.addSignMode;
51484
+ }
51485
+
51486
+ params = flow_src_mainvue_type_script_lang_js_extends({}, _this37.nextNode, {
51487
+ nextOperate: _this37.oldNextOperate !== '' ? _this37.oldNextOperate : _this37.nextNode.nextOperate,
51488
+ pendingId: _this37.pendingId,
51489
+ opinion: _this37.isForceDisplayDefaultOptionForPrefix && !_this37.value.startsWith(_this37.nodeDefaultSubmitOpinion) ? _this37.nodeDefaultSubmitOpinion + _this37.value : _this37.value,
51490
+ userId: utils_util.getStorage('userId'),
51491
+ nextUserId: _this37.multiple ? nextUserId.join(',') : _this37.nextNode.nextUserId,
51492
+ addSignUserId: addSignUserId,
51493
+ customPresetUserJson: JSON.stringify(_this37.presetList),
51494
+ presetUserJson: JSON.stringify(_this37.presetUserJson),
51495
+ removeSignUserId: removeSignUserId,
51496
+ nextReadUserId: _this37.readMultiple ? _this37.mixReadList && _this37.mixReadList.join('|') : _this37.nextNode.nextReadUserId,
51497
+ nextOrgId: !_this37.isShowNextUser ? _this37.multiple ? _this37.mixOrgIdList && _this37.mixOrgIdList.join('|') : _this37.nextNode.nextOrgId : '',
51498
+ presetReadUserId: _this37.mixPresetList && _this37.mixPresetList.length > 0 ? _this37.mixPresetList.join('|') : _this37.nextNode.presetReadUserId.join(','),
51499
+ notificationType: notificationType
51500
+ });
51501
+
51502
+ if (_this37.activeNames != '1') delete params.customPresetUserJson;
51503
+ delete params.customLimitTimeText;
51504
+ if (_this37.nextNode.isRemoveSign != '1') {
51505
+ delete params.removeSignUserId;
51506
+ }
51507
+ if (_this37.nextNode.isAddSign != '1') {
51508
+ delete params.addSignUserId;
51509
+ }
51510
+ if (!_this37.isSpecial) {
51511
+ delete params.nextUserId;
51512
+ }
51513
+
51514
+ if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
51515
+ _context.next = 19;
51516
+ break;
51517
+ }
51518
+
51519
+ params.isSubFlow = _this37.taskExamineInfo.isSubFlow;
51520
+ _this37.taskParams = params;
51521
+ return _context.abrupt('return');
51522
+
51523
+ case 19:
51524
+ _this37.loading = utils_util.loading(_this37.$loading, '提交中...');
51525
+ isEndUserTask = _this37.isEndUserTask, choiceOrgId = _this37.choiceOrgId, choiceDeptId = _this37.choiceDeptId, pOrgId = _this37.pOrgId, taskExamineInfo = _this37.taskExamineInfo, currentNodeIsCircularReadNode = _this37.currentNodeIsCircularReadNode, needRetrialAuth = _this37.needRetrialAuth, circularReadParamsMap = _this37.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this37.currentNodeEnableItemHandleDescription;
51526
+
51527
+ params.isEndUserTask = isEndUserTask;
51528
+ params.choiceOrgId = choiceOrgId;
51529
+ params.choiceDeptId = choiceDeptId;
51530
+ params.pOrgId = pOrgId;
51531
+ params.processType = taskExamineInfo.processType;
51532
+ params.businessId = taskExamineInfo.businessId;
51533
+ params.appId = taskExamineInfo.appId;
51534
+ params.processDefinitionId = taskExamineInfo.processDefinitionId;
51535
+ params.isSubFlow = taskExamineInfo.isSubFlow;
51536
+ params.nodeId = taskExamineInfo.nodeId;
51537
+ params.needRetrialAuth = needRetrialAuth;
51538
+ params.taskHandleSubmitMode = currentNodeIsCircularReadNode ? 'circularReadMode' : undefined;
51539
+ if (currentNodeIsCircularReadNode) {
51540
+ params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
51541
+ }
51542
+ if (!currentNodeEnableItemHandleDescription) {
51543
+ delete params.nextItemHandleDescription;
51544
+ }
51545
+ return _context.abrupt('return', utils_util.ajax({ url: taskHandleHtml, method: 'post', data: params }).then(function (res) {
51546
+ var status = res.status,
51547
+ message = res.message;
51548
+
51549
+ _this37.loading.close();
51550
+ if (status === 'success') {
51551
+ _this37.flowSuccess();
51552
+ } else {
51553
+ _this37.$message.error(message || '系统错误,请联系管理员!');
51554
+ _this37.$emit('error');
51555
+ }
51556
+ }).catch(function (err) {
51557
+ _this37.loading.close();
51558
+ if (err.message && err.message !== 'canceled') {
51559
+ _this37.$message.error(err.message);
51560
+ }
51561
+ }));
51562
+
51563
+ case 36:
51564
+ case 'end':
51565
+ return _context.stop();
51566
+ }
51567
+ }
51568
+ }, _callee, _this37);
51569
+ })));
51570
+ return _context2.abrupt('return');
50958
51571
 
50959
51572
  case 22:
50960
- _this36.loading = utils_util.loading(_this36.$loading, '加载中...');
51573
+ if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
51574
+ _context2.next = 26;
51575
+ break;
51576
+ }
50961
51577
 
50962
- case 23:
51578
+ _context2.next = 25;
51579
+ return _this37.saveInfo('subMit');
51580
+
51581
+ case 25:
51582
+ _this37.loading = utils_util.loading(_this37.$loading, '加载中...');
51583
+
51584
+ case 26:
50963
51585
  notificationType = '';
50964
51586
 
50965
- notificationType = _this36.nextNode.notificationType.join(',');
51587
+ notificationType = _this37.nextNode.notificationType.join(',');
50966
51588
  addSignUserId = addSignUserId.join(',');
50967
51589
  removeSignUserId = removeSignUserId.join(',');
50968
- if (!_this36.isCanPreAddSign || _this36.nextNode.isAddSign != '1') {
50969
- delete _this36.nextNode.addSignMode;
51590
+ if (!_this37.isCanPreAddSign || _this37.nextNode.isAddSign != '1') {
51591
+ delete _this37.nextNode.addSignMode;
50970
51592
  }
50971
51593
 
50972
- params = flow_src_mainvue_type_script_lang_js_extends({}, _this36.nextNode, {
50973
- nextOperate: _this36.oldNextOperate !== '' ? _this36.oldNextOperate : _this36.nextNode.nextOperate,
50974
- pendingId: _this36.pendingId,
50975
- opinion: _this36.isForceDisplayDefaultOptionForPrefix && !_this36.value.startsWith(_this36.nodeDefaultSubmitOpinion) ? _this36.nodeDefaultSubmitOpinion + _this36.value : _this36.value,
51594
+ params = flow_src_mainvue_type_script_lang_js_extends({}, _this37.nextNode, {
51595
+ nextOperate: _this37.oldNextOperate !== '' ? _this37.oldNextOperate : _this37.nextNode.nextOperate,
51596
+ pendingId: _this37.pendingId,
51597
+ opinion: _this37.isForceDisplayDefaultOptionForPrefix && !_this37.value.startsWith(_this37.nodeDefaultSubmitOpinion) ? _this37.nodeDefaultSubmitOpinion + _this37.value : _this37.value,
50976
51598
  userId: utils_util.getStorage('userId'),
50977
- nextUserId: _this36.multiple ? nextUserId.join(',') : _this36.nextNode.nextUserId,
51599
+ nextUserId: _this37.multiple ? nextUserId.join(',') : _this37.nextNode.nextUserId,
50978
51600
  addSignUserId: addSignUserId,
50979
- customPresetUserJson: JSON.stringify(_this36.presetList),
50980
- presetUserJson: JSON.stringify(_this36.presetUserJson),
51601
+ customPresetUserJson: JSON.stringify(_this37.presetList),
51602
+ presetUserJson: JSON.stringify(_this37.presetUserJson),
50981
51603
  removeSignUserId: removeSignUserId,
50982
- nextReadUserId: _this36.readMultiple ? _this36.mixReadList && _this36.mixReadList.join('|') : _this36.nextNode.nextReadUserId,
50983
- nextOrgId: !_this36.isShowNextUser ? _this36.multiple ? _this36.mixOrgIdList && _this36.mixOrgIdList.join('|') : _this36.nextNode.nextOrgId : '',
50984
- presetReadUserId: _this36.mixPresetList && _this36.mixPresetList.length > 0 ? _this36.mixPresetList.join('|') : _this36.nextNode.presetReadUserId.join(','),
51604
+ nextReadUserId: _this37.readMultiple ? _this37.mixReadList && _this37.mixReadList.join('|') : _this37.nextNode.nextReadUserId,
51605
+ nextOrgId: !_this37.isShowNextUser ? _this37.multiple ? _this37.mixOrgIdList && _this37.mixOrgIdList.join('|') : _this37.nextNode.nextOrgId : '',
51606
+ presetReadUserId: _this37.mixPresetList && _this37.mixPresetList.length > 0 ? _this37.mixPresetList.join('|') : _this37.nextNode.presetReadUserId.join(','),
50985
51607
  notificationType: notificationType
50986
51608
  });
50987
51609
 
50988
- if (_this36.activeNames != '1') delete params.customPresetUserJson;
51610
+ if (_this37.activeNames != '1') delete params.customPresetUserJson;
50989
51611
  delete params.customLimitTimeText;
50990
- if (_this36.nextNode.isRemoveSign != '1') {
51612
+ if (_this37.nextNode.isRemoveSign != '1') {
50991
51613
  delete params.removeSignUserId;
50992
51614
  }
50993
- if (_this36.nextNode.isAddSign != '1') {
51615
+ if (_this37.nextNode.isAddSign != '1') {
50994
51616
  delete params.addSignUserId;
50995
51617
  }
50996
- if (!_this36.isSpecial) {
51618
+ if (!_this37.isSpecial) {
50997
51619
  delete params.nextUserId;
50998
51620
  }
50999
51621
 
51000
51622
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
51001
- _context.next = 38;
51623
+ _context2.next = 41;
51002
51624
  break;
51003
51625
  }
51004
51626
 
51005
- params.isSubFlow = _this36.taskExamineInfo.isSubFlow;
51006
- _this36.taskParams = params;
51007
- return _context.abrupt('return');
51627
+ params.isSubFlow = _this37.taskExamineInfo.isSubFlow;
51628
+ _this37.taskParams = params;
51629
+ return _context2.abrupt('return');
51008
51630
 
51009
- case 38:
51010
- _this36.loading = utils_util.loading(_this36.$loading, '提交中...');
51011
- isEndUserTask = _this36.isEndUserTask, choiceOrgId = _this36.choiceOrgId, choiceDeptId = _this36.choiceDeptId, pOrgId = _this36.pOrgId, taskExamineInfo = _this36.taskExamineInfo, currentNodeIsCircularReadNode = _this36.currentNodeIsCircularReadNode, needRetrialAuth = _this36.needRetrialAuth, circularReadParamsMap = _this36.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this36.currentNodeEnableItemHandleDescription;
51631
+ case 41:
51632
+ _this37.loading = utils_util.loading(_this37.$loading, '提交中...');
51633
+ isEndUserTask = _this37.isEndUserTask, choiceOrgId = _this37.choiceOrgId, choiceDeptId = _this37.choiceDeptId, pOrgId = _this37.pOrgId, taskExamineInfo = _this37.taskExamineInfo, currentNodeIsCircularReadNode = _this37.currentNodeIsCircularReadNode, needRetrialAuth = _this37.needRetrialAuth, circularReadParamsMap = _this37.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this37.currentNodeEnableItemHandleDescription;
51012
51634
 
51013
51635
  params.isEndUserTask = isEndUserTask;
51014
51636
  params.choiceOrgId = choiceOrgId;
@@ -51028,33 +51650,33 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51028
51650
  if (!currentNodeEnableItemHandleDescription) {
51029
51651
  delete params.nextItemHandleDescription;
51030
51652
  }
51031
- return _context.abrupt('return', utils_util.ajax({ url: taskHandleHtml, method: 'post', data: params }).then(function (res) {
51653
+ return _context2.abrupt('return', utils_util.ajax({ url: taskHandleHtml, method: 'post', data: params }).then(function (res) {
51032
51654
  var status = res.status,
51033
51655
  message = res.message;
51034
51656
 
51035
- _this36.loading.close();
51657
+ _this37.loading.close();
51036
51658
  if (status === 'success') {
51037
- _this36.flowSuccess();
51659
+ _this37.flowSuccess();
51038
51660
  } else {
51039
- _this36.$message.error(message || '系统错误,请联系管理员!');
51040
- _this36.$emit('error');
51661
+ _this37.$message.error(message || '系统错误,请联系管理员!');
51662
+ _this37.$emit('error');
51041
51663
  }
51042
51664
  }).catch(function (err) {
51043
- _this36.loading.close();
51665
+ _this37.loading.close();
51044
51666
  if (err.message && err.message !== 'canceled') {
51045
- _this36.$message.error(err.message);
51667
+ _this37.$message.error(err.message);
51046
51668
  }
51047
51669
  }));
51048
51670
 
51049
- case 57:
51050
- return _context.abrupt('return', false);
51671
+ case 60:
51672
+ return _context2.abrupt('return', false);
51051
51673
 
51052
- case 58:
51674
+ case 61:
51053
51675
  case 'end':
51054
- return _context.stop();
51676
+ return _context2.stop();
51055
51677
  }
51056
51678
  }
51057
- }, _callee, _this36);
51679
+ }, _callee2, _this37);
51058
51680
  }));
51059
51681
 
51060
51682
  return function (_x) {
@@ -51110,8 +51732,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51110
51732
 
51111
51733
  var flow_src_main_component = normalizeComponent(
51112
51734
  packages_flow_src_mainvue_type_script_lang_js_,
51113
- mainvue_type_template_id_e711590a_render,
51114
- mainvue_type_template_id_e711590a_staticRenderFns,
51735
+ mainvue_type_template_id_f5a32352_render,
51736
+ mainvue_type_template_id_f5a32352_staticRenderFns,
51115
51737
  false,
51116
51738
  null,
51117
51739
  null,
@@ -51128,8 +51750,8 @@ flow_src_main.install = function (Vue) {
51128
51750
  };
51129
51751
 
51130
51752
  /* harmony default export */ var packages_flow = (flow_src_main);
51131
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=49927a64&
51132
- var mainvue_type_template_id_49927a64_render = function () {
51753
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=2c478c3c&
51754
+ var mainvue_type_template_id_2c478c3c_render = function () {
51133
51755
  var _vm = this
51134
51756
  var _h = _vm.$createElement
51135
51757
  var _c = _vm._self._c || _h
@@ -52391,11 +53013,11 @@ var mainvue_type_template_id_49927a64_render = function () {
52391
53013
  2
52392
53014
  )
52393
53015
  }
52394
- var mainvue_type_template_id_49927a64_staticRenderFns = []
52395
- mainvue_type_template_id_49927a64_render._withStripped = true
53016
+ var mainvue_type_template_id_2c478c3c_staticRenderFns = []
53017
+ mainvue_type_template_id_2c478c3c_render._withStripped = true
52396
53018
 
52397
53019
 
52398
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=49927a64&
53020
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=2c478c3c&
52399
53021
 
52400
53022
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
52401
53023
  var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -53043,7 +53665,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
53043
53665
 
53044
53666
  if (this.otherValidate) {
53045
53667
  return new Promise(function (resolve, reject) {
53046
- esFlowForm.submitData(undefined, false, {}, res).then(function () {
53668
+ esFlowForm.submitData(undefined, false, res, res === 1).then(function () {
53047
53669
  // 如果submitData验证通过,则执行otherValidate验证
53048
53670
  _this2.otherValidate(resolve, reject);
53049
53671
  }).catch(function (error) {
@@ -53052,7 +53674,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
53052
53674
  });
53053
53675
  });
53054
53676
  }
53055
- return esFlowForm.submitData(undefined, false, {}, res);
53677
+ return esFlowForm.submitData(undefined, false, res, res === 1);
53056
53678
  },
53057
53679
  handleTaskRead: function handleTaskRead(res) {
53058
53680
  if (res.data.taskExamine && res.data.taskExamine.appId) {
@@ -53120,8 +53742,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
53120
53742
 
53121
53743
  var flow_group_src_main_component = normalizeComponent(
53122
53744
  packages_flow_group_src_mainvue_type_script_lang_js_,
53123
- mainvue_type_template_id_49927a64_render,
53124
- mainvue_type_template_id_49927a64_staticRenderFns,
53745
+ mainvue_type_template_id_2c478c3c_render,
53746
+ mainvue_type_template_id_2c478c3c_staticRenderFns,
53125
53747
  false,
53126
53748
  null,
53127
53749
  null,
@@ -53138,8 +53760,8 @@ flow_group_src_main.install = function (Vue) {
53138
53760
  };
53139
53761
 
53140
53762
  /* harmony default export */ var flow_group = (flow_group_src_main);
53141
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=ddaca222&
53142
- var mainvue_type_template_id_ddaca222_render = function () {
53763
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6a860319&
53764
+ var mainvue_type_template_id_6a860319_render = function () {
53143
53765
  var _vm = this
53144
53766
  var _h = _vm.$createElement
53145
53767
  var _c = _vm._self._c || _h
@@ -53349,11 +53971,11 @@ var mainvue_type_template_id_ddaca222_render = function () {
53349
53971
  2
53350
53972
  )
53351
53973
  }
53352
- var mainvue_type_template_id_ddaca222_staticRenderFns = []
53353
- mainvue_type_template_id_ddaca222_render._withStripped = true
53974
+ var mainvue_type_template_id_6a860319_staticRenderFns = []
53975
+ mainvue_type_template_id_6a860319_render._withStripped = true
53354
53976
 
53355
53977
 
53356
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=ddaca222&
53978
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6a860319&
53357
53979
 
53358
53980
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
53359
53981
 
@@ -53793,7 +54415,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53793
54415
  render: function render(h, params) {
53794
54416
  return h('span', {
53795
54417
  style: {
53796
- color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
54418
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue'
53797
54419
  },
53798
54420
  domProps: { innerHTML: params.row.querykeywords }
53799
54421
  });
@@ -53868,7 +54490,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53868
54490
  showOverflowTooltip: true,
53869
54491
  width: this.theadWidth.pressTimes || 150,
53870
54492
  render: function render(h, params) {
53871
- return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
54493
+ return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
53872
54494
  }
53873
54495
  }, {
53874
54496
  title: '操作',
@@ -53920,7 +54542,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53920
54542
  render: function render(h, params) {
53921
54543
  return h('span', {
53922
54544
  style: {
53923
- color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
54545
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue'
53924
54546
  },
53925
54547
  domProps: { innerHTML: params.row.querykeywords }
53926
54548
  });
@@ -53995,7 +54617,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53995
54617
  showOverflowTooltip: true,
53996
54618
  width: this.theadWidth.pressTimes || 150,
53997
54619
  render: function render(h, params) {
53998
- return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
54620
+ return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
53999
54621
  }
54000
54622
  }, {
54001
54623
  title: '操作',
@@ -54048,7 +54670,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54048
54670
  render: function render(h, params) {
54049
54671
  return h('span', {
54050
54672
  style: {
54051
- color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue',
54673
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue',
54052
54674
  cursor: _this2.hasCircularReadWithdrawAuthority ? 'pointer' : 'unset'
54053
54675
  },
54054
54676
  domProps: {
@@ -54569,7 +55191,9 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54569
55191
  if (column.property == 'hasAdjunct' && row.hasAdjunct) {
54570
55192
  this.showFile(row.wfpendingid);
54571
55193
  } else if (column.property == 'pressTimes') {
54572
- this.goPress(row.id);
55194
+ if (row.pressTimes != 0) {
55195
+ this.goPress(row.id);
55196
+ }
54573
55197
  } else if (column.property == 'pendstate' && this.hasCircularReadWithdrawAuthority) {
54574
55198
  this.handledraw(row.id);
54575
55199
  }
@@ -55022,8 +55646,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55022
55646
 
55023
55647
  var flow_list_src_main_component = normalizeComponent(
55024
55648
  packages_flow_list_src_mainvue_type_script_lang_js_,
55025
- mainvue_type_template_id_ddaca222_render,
55026
- mainvue_type_template_id_ddaca222_staticRenderFns,
55649
+ mainvue_type_template_id_6a860319_render,
55650
+ mainvue_type_template_id_6a860319_staticRenderFns,
55027
55651
  false,
55028
55652
  null,
55029
55653
  null,
@@ -56303,7 +56927,7 @@ mainvue_type_template_id_32c03886_render._withStripped = true
56303
56927
  // CONCATENATED MODULE: ./packages/icons/src/main.vue?vue&type=template&id=32c03886&
56304
56928
 
56305
56929
  // EXTERNAL MODULE: ./packages/icons/src/icon.json
56306
- var src_icon = __webpack_require__(13);
56930
+ var src_icon = __webpack_require__(14);
56307
56931
 
56308
56932
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icons/src/main.vue?vue&type=script&lang=js&
56309
56933
  //
@@ -66884,7 +67508,7 @@ settingsvue_type_template_id_1b15d77c_scoped_true_render._withStripped = true
66884
67508
  // CONCATENATED MODULE: ./packages/main/src/public/settings.vue?vue&type=script&lang=js&
66885
67509
  /* harmony default export */ var public_settingsvue_type_script_lang_js_ = (settingsvue_type_script_lang_js_);
66886
67510
  // EXTERNAL MODULE: ./packages/main/src/public/settings.vue?vue&type=style&index=0&id=1b15d77c&prod&scoped=true&lang=css&
66887
- var settingsvue_type_style_index_0_id_1b15d77c_prod_scoped_true_lang_css_ = __webpack_require__(21);
67511
+ var settingsvue_type_style_index_0_id_1b15d77c_prod_scoped_true_lang_css_ = __webpack_require__(22);
66888
67512
 
66889
67513
  // CONCATENATED MODULE: ./packages/main/src/public/settings.vue
66890
67514
 
@@ -82537,11 +83161,11 @@ var external_video_js_ = __webpack_require__(6);
82537
83161
  var external_video_js_default = /*#__PURE__*/__webpack_require__.n(external_video_js_);
82538
83162
 
82539
83163
  // EXTERNAL MODULE: external "video.js/dist/lang/zh-CN.json"
82540
- var zh_CN_json_ = __webpack_require__(14);
83164
+ var zh_CN_json_ = __webpack_require__(15);
82541
83165
  var zh_CN_json_default = /*#__PURE__*/__webpack_require__.n(zh_CN_json_);
82542
83166
 
82543
83167
  // EXTERNAL MODULE: external "video.js/dist/video-js.css"
82544
- var video_js_css_ = __webpack_require__(26);
83168
+ var video_js_css_ = __webpack_require__(27);
82545
83169
 
82546
83170
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/player/src/main.vue?vue&type=script&lang=js&
82547
83171
  var player_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -82836,7 +83460,7 @@ mainvue_type_template_id_15448f0a_render._withStripped = true
82836
83460
  //
82837
83461
 
82838
83462
 
82839
- var QRCode = __webpack_require__(27);
83463
+ var QRCode = __webpack_require__(28);
82840
83464
  /* harmony default export */ var qr_code_src_mainvue_type_script_lang_js_ = ({
82841
83465
  name: 'EsQrCode',
82842
83466
  props: {
@@ -82940,19 +83564,19 @@ var QRCode = __webpack_require__(27);
82940
83564
  //设置logo大小
82941
83565
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
82942
83566
  //设置获取的logo将其变为圆角以及添加白色背景
82943
- /* ctx.fillStyle = "#fff";
82944
- ctx.beginPath();
82945
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
82946
- let w = 46; //圆角宽
82947
- let x = logoPosition - 5;
82948
- let y = logoPosition - 5;
82949
- let r = 5; //圆角半径
82950
- ctx.moveTo(x + r, y);
82951
- ctx.arcTo(x + w, y, x + w, y + h, r);
82952
- ctx.arcTo(x + w, y + h, x, y + h, r);
82953
- ctx.arcTo(x, y + h, x, y, r);
82954
- ctx.arcTo(x, y, x + w, y, r);
82955
- ctx.closePath();
83567
+ /* ctx.fillStyle = "#fff";
83568
+ ctx.beginPath();
83569
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
83570
+ let w = 46; //圆角宽
83571
+ let x = logoPosition - 5;
83572
+ let y = logoPosition - 5;
83573
+ let r = 5; //圆角半径
83574
+ ctx.moveTo(x + r, y);
83575
+ ctx.arcTo(x + w, y, x + w, y + h, r);
83576
+ ctx.arcTo(x + w, y + h, x, y + h, r);
83577
+ ctx.arcTo(x, y + h, x, y, r);
83578
+ ctx.arcTo(x, y, x + w, y, r);
83579
+ ctx.closePath();
82956
83580
  ctx.fill(); */
82957
83581
  logo.onload = function () {
82958
83582
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85930,7 +86554,7 @@ mainvue_type_template_id_6cd08dd8_render._withStripped = true
85930
86554
  // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=6cd08dd8&
85931
86555
 
85932
86556
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
85933
- var clickoutside_ = __webpack_require__(15);
86557
+ var clickoutside_ = __webpack_require__(16);
85934
86558
  var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
85935
86559
 
85936
86560
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=script&lang=js&
@@ -87444,7 +88068,7 @@ selectionvue_type_template_id_ae99bda4_render._withStripped = true
87444
88068
  // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=ae99bda4&
87445
88069
 
87446
88070
  // EXTERNAL MODULE: external "sortablejs"
87447
- var external_sortablejs_ = __webpack_require__(16);
88071
+ var external_sortablejs_ = __webpack_require__(17);
87448
88072
  var external_sortablejs_default = /*#__PURE__*/__webpack_require__.n(external_sortablejs_);
87449
88073
 
87450
88074
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/selection.vue?vue&type=script&lang=js&
@@ -99038,8 +99662,8 @@ form_src_table.install = function (Vue) {
99038
99662
  };
99039
99663
 
99040
99664
  /* harmony default export */ var table_form = (form_src_table);
99041
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=632f4b1e&
99042
- var mainvue_type_template_id_632f4b1e_render = function () {
99665
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8350224c&
99666
+ var mainvue_type_template_id_8350224c_render = function () {
99043
99667
  var _vm = this
99044
99668
  var _h = _vm.$createElement
99045
99669
  var _c = _vm._self._c || _h
@@ -99420,11 +100044,11 @@ var mainvue_type_template_id_632f4b1e_render = function () {
99420
100044
  )
99421
100045
  : _vm._e()
99422
100046
  }
99423
- var mainvue_type_template_id_632f4b1e_staticRenderFns = []
99424
- mainvue_type_template_id_632f4b1e_render._withStripped = true
100047
+ var mainvue_type_template_id_8350224c_staticRenderFns = []
100048
+ mainvue_type_template_id_8350224c_render._withStripped = true
99425
100049
 
99426
100050
 
99427
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=632f4b1e&
100051
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8350224c&
99428
100052
 
99429
100053
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
99430
100054
  /* harmony default export */ var picture = ({
@@ -99443,7 +100067,7 @@ mainvue_type_template_id_632f4b1e_render._withStripped = true
99443
100067
  pdf: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUCAYAAAB1PADUAAAAAXNSR0IArs4c6QAAEAlJREFUeF7tnQl0FEUax/81wxCIucRogCCHaMZAOm8lkJBgFA8UPBYFd/WpeN8HHuu1Xhvv++l68RAVBfEgoqhZbyUxkEAkgCgCGkCEBIQACQkQEtK1rzokJKSTrunp6ulMV72XF2C++qq+f//4qrq6appAlk4VmDFyZDJphEI8UFRKFAIoAI7ik43mTCpZ+BCfbXhYkfAII/goZqZl9yHdGhWoUECoogKpBGQIQCPMe5dAmdeui9ScmpYW2dPnU4gKhRCWdaA0gYME60OQQFmvaQg9zhw+yk+8VIFKFRAoFGDg+O3rkgTKPq0tbGn6iBG9u3k8Ctgch4FDSTIo/CCIs7AZE64kUCZEs6/K9NGje/h21SvwsKwDRSVIJkASgEH29SKQliRQgagl1HZWRsYxaiNS4fEqoKofhLChiv1ECm3YUucSKEvl5HE2IyvrCE8DVeCBwoYpFdRPKGHDVV+e+s62kUAJuz6zhwzp3hAdrUAlSqOH+Amb4wB+NmRRoJuwhkPqWAJlifwzMzOPRiNSAOJnwxXxkCTKsg5ovCUNdBknEqiALtW7aWnxjT5fClQGC0kCaPM85+iAHIWtsQRK99JOTUvzRXkihqpQk7Sso02QNXjYHVZM2PIQdGASKEwfOXKgj3qS2FClUuInLPMQDZ7+QevrOgcuBGpGRtYkBo8HhE2O/ZTCTwiCeH7lOmo6CZjmQEVBuCni8dKa2n37Vl5bWrr74NjIzPRMGm4By3hsU2ApQL6YVFJ0X3OLEijbtA/rhuqhelInLV6wWgIV1tfZxuAIFkxaVHy8BMpGzcO9KUrp5RKocL/KNsZHQV6SQAkUPPWqK5F69ZUCWwit63cystp0gAC5EiiB18RtQIEiXwIlgTKtwMEZCkCBBMq0nMYVXZehJFDGUARj4UKgfpAZKhhiDOq6EKhCCZQEyrQCOnMoCZRpNTkqui9DkfkyQ3GAYdbEdUBRLJBAmaWFo57rgCISKA4szJvYAVT5giLs2rQZ3ojuOCz5WMQdbd/ua505VJHMUOZ5MawpGqjlr7+B5dPeaOlHj169kHHPXTjyxBMM+2aFgQTKChUD8CESqJqN5fhk4j/a9SZh2DCMmfJyAL00b6rzLK9YZijzehrWFAnUhvwCFNz975Y+jH1zGr684mrt7xfOL4DH5zPsX7AG7TMUXSiBClbVTuqLBOrg4e7iRUXIPf0M7K2qwjlz5yCqTx+BkTW5bg8UkUCJVF0kUH988y3m3/9gS/cZUN9cfxP+WrIEY19/DfFKisjQOgAKi2SGEii7SKC2r/4Nn19y2YEh741p+Pq6G6A2NIQsQ1GKEglUFwVqX10dPh4/QRviWFGuuAw/v/kWuvXsiQvyvxMY1QHX7SblRAIlVHiRGYp1vOTpZ/HbnI+0GHr5k8Cy1mFDkjFu+oGlBJEB6iwb/CgzlEDFRQP1V+kSfHPDTW0iSJo4Ael33SEwqo4zFAUWS6AESi8aKNb1vIsuQVVZWUsUmQ/ch8FnnSkwqo6BggRKrO52APXrrHex5MUDC5lnf/AuYgcOFBvYfu86Q16pzFACpbcDqLrt2/HhuLNaojhnTi6i+iUKjKqTSTkggRKpvB1AbSopwXc339oSRr/sbIx+9imRYbX4bpehKJbIDCVQejuAKnroEaz9/Is2UZz4zFM48oRsgZE1uT4YKAoslUAJlF00UPU1tcg9bSyoqraJopffj7FvvCb8eZ7OHMo+oPpkpKNbRAQ8ERHaby/76RGBbj16oHtUFLrHxCAiNhYRMTHoHhvT9DsmBo11ddhbvVNbwKvdvBnVa9ehtrwc1evXY9uvKwXiELxr0UCVffIpFj7+pG5H2Yll1r7IogPUMtsyFHvWZHXZtKgEf87Lx4b8fNTtaFoxdlIRDdT3t96OiuKFiEpMxNBLLsaiJ9rOnYZNvglDLrpQmCQ6uw1+6tJANStVW1GBZVOm4o+vvxEmnhnHIoFi2fmLy5syUPqddyDpvAlY9OTT+P3juW26yjbcHXPuOWa6b1hHZ7dBeADVHPnKWe+h9MWXDIWwy0AkUCwb/T73Ey2Ui4rng3g82p/ZA+ItS5e1CXHUwzlIzMxE7aYK1FZsAvsPyKYN7M+HJCQg7ujBiBnQH33S0wOSRmdSvjwsMlRrFVa8PRNLX50SkDCijEUBVb1uHT674CKt230zM3HyC8+1hMCe531/y62mpgD9so9H1n8eRPfoKC5JdOZQ4QdUY30DvrrqGmxfvZpLFJFGooBqnZ1GP/MU+u1fImA3LpW/rMC2lavANuCZKckXnI+0227hqqqzDvVz2GUopsS6L77CgpzQv5lVBFD1O3di9pix2gVn23zHvPISNpcuQeWKFdi+ahX2VG7rFIZukZHoNyoLfUdlITErE4319doQ+PU112v1AtmTrpOhfglLoJgw826/A+yIUSiLCKDYHJHNFVnpGR+PPZWV7UKMPOIIHK6koPfwNPROT9eydekLL2L3li1tbNm869CkJOyt2oG9VdVge6yCylBA+AL1x1dfY/6DOaHkSVsHsvIb7DYWFiL/jrt1Y0oYdpw29MWnpGgw6RUG1cr33u9QE1/Pnsh+/FH0zcrk0k1nUr7CURmqo3G//0knIW4w54vIW0kx54yzsWdb50MAl3ImjawCiu0fX/NpHthzu9bFd8ghGDDmFAw89VT0HjGcq5csS239+RdsWfYTKoqKUbNxo1aPbXk55tzxGpC8RWfI+9VRQLEtrD9NfU03nvihQ5F262Qcnsrecs9X2N0eu+sLVQkWqDWf5aHsszxs/Wl5mxCiEvvCP3Ei+p96snbbH6rieKCMbvl9UVHIeuA+HDn6RC4N2R3Pl1c2nVULRTELVN22bViQ8zA2lfyo2+0Tnnwc/U8aHYqQ2rSpA9RKR2WogzeL6SnGFt9OeekFLjHZhHXOmX/nshVhZAYoto707Y03o76mpk2X4o4ahKq16zDg1FOQ/dgjIrobsE/HA7Xq/Q+w+Pn/GgZ2xoy3tE35PGVWVjZoYyOPqeU2gQK1a/Nf+Hj8uW36wTLRzvXrNZi6R0fjtKlTTM0nLQ9Ob/sKwSpHZahVs3Ox+LnnDWMP5En63Annoba8wtCnCINAgWq91BE7aBBOeOJRFN57vwYTK+wObMApJ4voqimfOhnKvne98Ow2YEeC2NEgo8IeEYx+9mkjM+3z5tO0XMYWGwUCVOsTLGxPOJsnrsnLa1modBpMTCrHA1U291MsfEJ/f0/rax15eDwm5H3KdfnZ6Vo2LwlFCQQo1r+550zUvudp99ZKNOza1dLlQDKynXHqbF/5zVFD3pq8/6H4kccMNWELcOdzno7tSkMeWyYofvTxlvgP6Z2Av113LQaNa3rU4rSik6F+dxRQbG802yNtVKL7JWL8nFwjM+3z3NPGYW91NZet1UaBZijWfvn8Bahe/6c28WYr3mzx0qnF8UDxPi5hi5unT5vKpXNXusvjCshBRjpAlTkqQ63/9jsU3veAoWS8cwr29P3zS68w9CfKwEyGEtUXEX4dD9SGefkouOdew9jPfn8W2G21UVkx4x0sfeVVIzNhn7sQqDWOylAbfyhE/p36T9Obrzpbh2G30Dyl4K57sKHgBx5TITYuBGqto4AqLyrCvNs6/uaQQGBihHx01njs3rpVCCw8Tt0GFAGcBRQ7FvXd5APHqpsvGlvoGzTudKRcdinPddRseJcguB2aMHQbUGyzrKMy1ObFpVid+yGiE/uiZ/zhiDg0Dj3i4rSdh4F+q63e6Q8TTARVxW1AUeAPRwEV1NVrVZkd/vyBY3JvVXsd+XEbUCRcgZr3rzu1BcJQF7cBBWB92GUotv2FbYNxQnEdUCTMgGLvPTF7Hk0EgK4DCvgzbDKU02BigLoNKAq6ocsDtW/PHnx742TtoKPTSkdAOSmL8mjW0dcCtX95EOnaQLGJ96Knnml3gJFHJDtsOgIqlJv+zMTd0eZInWd5G7tchmLn9zcWzseGgkKwg49OLm4DigLljgKq9csEDwZlR1mZ9n3c7D1xXaW4DSi2nctxQHW1+UVncLsOKIoKCZTAdOc6oIBNEigJlKECAUzKJVCGagZh4LZlAwpslhkqCGCMqrptYRMSKCMkgvvchUD9JTNUcMx0WtuFQG2RQEmgTCugs1IugTKtJkdFt03KQbFVZigOMMyauG8dilZKoMzSwlHPfUARCRQHF6ZN3AcUtskMZRoX44oSKGONTFvwfOGYE3ddmg64kx2b4bofigDbZYYKhhiDui7MUDskUCEAin39YVcqCWnDdLursw4lgRJ5YV24Ul5lW4YadvONiIhrOlredMT8UETExbb5hja3zKFEQmynb50MVW0bUJ0FykCLYC+ujotr9xoKOwWyui23ZSgCOAMoqy+kU/y5DSgAOx2RoZwCgNX96Owuz+q2RPobM+Vl3km5BErkhXDhskGNzFACiXIhULUSKAmUoQK8hxQIIIEyVDMIAxdmqF0yQwUBjFFVtwFFgd0SKCMqgvjcbUBBAhUELRxVXbgOtUdmKA4wzJq4DSgCSKDMwsJTz21AAaiTGYqHDJM2bgOKUuyVQJmEhaea24ACJFA8XLjehndhE0C9zFCux8VYgACAapBAGevpegsJlOsRsFaAAIDaJzOUtdqHpbcAgGqUQIUlAtYGJYGyVk/Xe+MGilJVZiiBuLhwHUoCJZAn1708CACVGUogUS7MUJBASaBMK6Bz0FMCZVpNjooyQ3GIJE34FZBA8WslLTkUkEBxiCRN+BWQQPFrJS05FJBAcYgkTfgVcCFQpXLZgJ8PaWmkAMVrEigjkeTn3ApQ4J8SKG65pGFnChBgxcUlxSkSKMmJFQrUAfTJSSULH5JAWSGnO31UAcgH6DJvY8MrF5aWVjIZyIyMrEmgqp+A+AEkAWC/I9ypkdVR0xyoKLDaayj8Ea+3TiWN1T6vt7qhpqb6kuXLd+n1gxz8j9NHjhzoVYkflPgJVD8I+02SKOiRoQika7dJc9gw0LVjCKz37YDSqz57yJDueyJjhxIv8ROq+gEGWVM2o0BUYE26yVoCFdDVnpaRkRBBvUObIQOBBhoFjgrIUdgaS6AsubQzh4/yw0tT2NyMZTOKJtAAHGpJA13GiQRK2KX6LC0tcofPpxAVCpufsWzW6iZAWLuhdSyBsl3/tzMzEz37oIBAaZqTUe0mAMARtnfG8gYlUJZLatbhuyNGDd3noQpUmgoP/KAtw6bPrE/760mg7Nc8gBbfyciIaQRSPSpRQDwKhXrs/myWGIAbG00lUDaKbV1Ts47LGkB9VBs2VZWmEkKO3T8/i7SuFTOeJFBmVHNknRzAMzj9eIUSNZVQyuZn7CcZwAD7OiyBsk/rELU0OzOz194Gmko8TTcClHoUAppMgVjruySBsl7TLuLxrbSswV5v07AJitT9GY0tbQRRJFBBiBd+Vdkjp4boaEVVvakgVCFaRtOGzgS+aN0H1P8Bsc7nGJl4EGkAAAAASUVORK5CYII='
99444
100068
  });
99445
100069
  // EXTERNAL MODULE: external "js-base64"
99446
- var external_js_base64_ = __webpack_require__(17);
100070
+ var external_js_base64_ = __webpack_require__(18);
99447
100071
 
99448
100072
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=script&lang=js&
99449
100073
  var upload_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -99865,7 +100489,7 @@ var mainvue_type_script_lang_js_props;
99865
100489
  showVideo: false,
99866
100490
  videoChange: false,
99867
100491
  source: '',
99868
- excludeNames: '',
100492
+ excludeNames: undefined,
99869
100493
  boxHeight: this.listHeight,
99870
100494
  previewAdjunct: api_previewAdjunct,
99871
100495
  kkfileview: null,
@@ -100583,8 +101207,8 @@ var mainvue_type_script_lang_js_props;
100583
101207
 
100584
101208
  var upload_src_main_component = normalizeComponent(
100585
101209
  packages_upload_src_mainvue_type_script_lang_js_,
100586
- mainvue_type_template_id_632f4b1e_render,
100587
- mainvue_type_template_id_632f4b1e_staticRenderFns,
101210
+ mainvue_type_template_id_8350224c_render,
101211
+ mainvue_type_template_id_8350224c_staticRenderFns,
100588
101212
  false,
100589
101213
  null,
100590
101214
  null,
@@ -100601,8 +101225,8 @@ upload_src_main.install = function (Vue) {
100601
101225
  };
100602
101226
 
100603
101227
  /* harmony default export */ var upload = (upload_src_main);
100604
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/wujie/src/main.vue?vue&type=template&id=86017ede&
100605
- var mainvue_type_template_id_86017ede_render = function () {
101228
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/wujie/src/main.vue?vue&type=template&id=f2916c94&
101229
+ var mainvue_type_template_id_f2916c94_render = function () {
100606
101230
  var _vm = this
100607
101231
  var _h = _vm.$createElement
100608
101232
  var _c = _vm._self._c || _h
@@ -100645,11 +101269,11 @@ var mainvue_type_template_id_86017ede_render = function () {
100645
101269
  )
100646
101270
  : _vm._e()
100647
101271
  }
100648
- var mainvue_type_template_id_86017ede_staticRenderFns = []
100649
- mainvue_type_template_id_86017ede_render._withStripped = true
101272
+ var mainvue_type_template_id_f2916c94_staticRenderFns = []
101273
+ mainvue_type_template_id_f2916c94_render._withStripped = true
100650
101274
 
100651
101275
 
100652
- // CONCATENATED MODULE: ./packages/wujie/src/main.vue?vue&type=template&id=86017ede&
101276
+ // CONCATENATED MODULE: ./packages/wujie/src/main.vue?vue&type=template&id=f2916c94&
100653
101277
 
100654
101278
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/wujie/src/main.vue?vue&type=script&lang=js&
100655
101279
  var wujie_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -100686,6 +101310,7 @@ var wujie_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
100686
101310
  //
100687
101311
 
100688
101312
 
101313
+
100689
101314
  /* harmony default export */ var wujie_src_mainvue_type_script_lang_js_ = ({
100690
101315
  name: 'EsWujie',
100691
101316
  inheritAttrs: false,
@@ -100808,8 +101433,8 @@ var wujie_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
100808
101433
 
100809
101434
  var wujie_src_main_component = normalizeComponent(
100810
101435
  packages_wujie_src_mainvue_type_script_lang_js_,
100811
- mainvue_type_template_id_86017ede_render,
100812
- mainvue_type_template_id_86017ede_staticRenderFns,
101436
+ mainvue_type_template_id_f2916c94_render,
101437
+ mainvue_type_template_id_f2916c94_staticRenderFns,
100813
101438
  false,
100814
101439
  null,
100815
101440
  null,
@@ -101085,7 +101710,7 @@ if (typeof window !== 'undefined' && window.Vue) {
101085
101710
  }
101086
101711
 
101087
101712
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
101088
- version: '0.7.82',
101713
+ version: '0.7.84',
101089
101714
  install: install,
101090
101715
  Button: packages_button,
101091
101716
  ButtonGroup: button_group,