eoss-ui 0.7.85 → 0.7.86

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 (361) hide show
  1. package/lib/button-group.js +155 -143
  2. package/lib/button.js +155 -143
  3. package/lib/calogin.js +388 -376
  4. package/lib/checkbox-group.js +157 -145
  5. package/lib/config/api.js +8 -0
  6. package/lib/data-table-form.js +157 -145
  7. package/lib/data-table.js +160 -148
  8. package/lib/date-picker.js +155 -143
  9. package/lib/dialog.js +155 -143
  10. package/lib/eoss-ui.common.js +1702 -1005
  11. package/lib/flow-group.js +155 -143
  12. package/lib/flow-list.js +1030 -333
  13. package/lib/flow.js +537 -521
  14. package/lib/form.js +157 -145
  15. package/lib/handle-user.js +156 -144
  16. package/lib/handler.js +156 -144
  17. package/lib/icon.js +156 -144
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +155 -143
  20. package/lib/input.js +155 -143
  21. package/lib/login.js +170 -158
  22. package/lib/main.js +502 -490
  23. package/lib/nav.js +155 -143
  24. package/lib/notify.js +158 -146
  25. package/lib/page.js +155 -143
  26. package/lib/pagination.js +155 -143
  27. package/lib/player.js +155 -143
  28. package/lib/qr-code.js +168 -156
  29. package/lib/radio-group.js +157 -145
  30. package/lib/retrial-auth.js +159 -147
  31. package/lib/select-ganged.js +157 -145
  32. package/lib/select.js +157 -145
  33. package/lib/selector-panel.js +173 -161
  34. package/lib/selector.js +157 -145
  35. package/lib/sizer.js +157 -145
  36. package/lib/steps.js +155 -143
  37. package/lib/switch.js +155 -143
  38. package/lib/table-form.js +155 -143
  39. package/lib/tabs.js +155 -143
  40. package/lib/theme-chalk/flow-list.css +1 -1
  41. package/lib/theme-chalk/index.css +1 -1
  42. package/lib/tips.js +156 -144
  43. package/lib/tree-group.js +155 -143
  44. package/lib/tree.js +156 -144
  45. package/lib/upload.js +168 -156
  46. package/lib/wujie.js +155 -143
  47. package/lib/wxlogin.js +155 -143
  48. package/package.json +161 -161
  49. package/packages/button/index.js +5 -5
  50. package/packages/button/src/main.vue +418 -418
  51. package/packages/button-group/index.js +5 -5
  52. package/packages/button-group/src/main.vue +346 -346
  53. package/packages/calendar/index.js +5 -5
  54. package/packages/calogin/index.js +5 -5
  55. package/packages/calogin/src/main.vue +412 -412
  56. package/packages/calogin/src/plugin.js +915 -915
  57. package/packages/card/index.js +5 -5
  58. package/packages/card/src/main.vue +156 -156
  59. package/packages/cascader/index.js +5 -5
  60. package/packages/cascader/src/main.vue +168 -168
  61. package/packages/checkbox-group/index.js +5 -5
  62. package/packages/checkbox-group/src/main.vue +333 -333
  63. package/packages/clients/index.js +5 -5
  64. package/packages/clients/src/main.vue +151 -151
  65. package/packages/data-table/index.js +5 -5
  66. package/packages/data-table/src/children.vue +39 -39
  67. package/packages/data-table/src/column.vue +992 -992
  68. package/packages/data-table/src/main.vue +1840 -1840
  69. package/packages/data-table/src/sizer.vue +195 -195
  70. package/packages/data-table-form/index.js +5 -5
  71. package/packages/data-table-form/src/checkbox.vue +101 -101
  72. package/packages/data-table-form/src/colgroup.vue +17 -17
  73. package/packages/data-table-form/src/main.vue +181 -181
  74. package/packages/data-table-form/src/radio.vue +65 -65
  75. package/packages/data-table-form/src/table.vue +233 -233
  76. package/packages/data-table-form/src/tbody.vue +336 -336
  77. package/packages/data-table-form/src/thead.vue +68 -68
  78. package/packages/date-picker/index.js +5 -5
  79. package/packages/date-picker/src/main.vue +236 -236
  80. package/packages/dialog/index.js +5 -5
  81. package/packages/enable-drag/index.js +5 -5
  82. package/packages/enterprise/index.js +5 -5
  83. package/packages/enterprise/src/main.vue +66 -66
  84. package/packages/error-page/index.js +5 -5
  85. package/packages/error-page/src/main.vue +44 -44
  86. package/packages/flow/index.js +5 -5
  87. package/packages/flow/src/component/Circulate.vue +417 -417
  88. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  89. package/packages/flow/src/component/CustomPreset.vue +324 -324
  90. package/packages/flow/src/component/FileList.vue +97 -97
  91. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  92. package/packages/flow/src/component/Preset.vue +257 -257
  93. package/packages/flow/src/component/SendMsg.vue +242 -242
  94. package/packages/flow/src/component/SortFlow.vue +110 -110
  95. package/packages/flow/src/component/TimeLimit.vue +190 -190
  96. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  97. package/packages/flow/src/form.vue +123 -123
  98. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  99. package/packages/flow/src/main.vue +4139 -4135
  100. package/packages/flow/src/processForm.vue +1671 -1671
  101. package/packages/flow/src/processReject.vue +309 -309
  102. package/packages/flow/src/reset.vue +946 -946
  103. package/packages/flow/src/startTaskRead.vue +695 -695
  104. package/packages/flow/src/supervise.vue +159 -159
  105. package/packages/flow/src/table.vue +58 -58
  106. package/packages/flow-group/index.js +5 -5
  107. package/packages/flow-group/src/main.vue +727 -727
  108. package/packages/flow-list/index.js +5 -5
  109. package/packages/flow-list/src/main.vue +2306 -1803
  110. package/packages/form/index.js +5 -5
  111. package/packages/form/src/main.vue +3901 -3901
  112. package/packages/form/src/table.vue +1512 -1512
  113. package/packages/handle-user/index.js +5 -5
  114. package/packages/handle-user/src/main.vue +137 -137
  115. package/packages/handler/index.js +5 -5
  116. package/packages/handler/src/main.vue +496 -496
  117. package/packages/icon/index.js +5 -5
  118. package/packages/icon/src/main.vue +104 -104
  119. package/packages/icons/index.js +5 -5
  120. package/packages/icons/src/main.vue +81 -81
  121. package/packages/input/index.js +5 -5
  122. package/packages/input/src/main.vue +356 -356
  123. package/packages/input-number/index.js +5 -5
  124. package/packages/input-number/src/main.vue +106 -106
  125. package/packages/label/index.js +5 -5
  126. package/packages/label/src/main.vue +457 -457
  127. package/packages/layout/index.js +5 -5
  128. package/packages/layout/src/item.vue +152 -152
  129. package/packages/layout/src/main.vue +31 -31
  130. package/packages/login/index.js +5 -5
  131. package/packages/login/src/main.vue +2087 -2087
  132. package/packages/login/src/resetPassword.vue +557 -557
  133. package/packages/main/index.js +5 -5
  134. package/packages/main/src/default/message.vue +249 -249
  135. package/packages/main/src/default/notice.vue +157 -157
  136. package/packages/main/src/default/userinfo.vue +503 -503
  137. package/packages/main/src/public/online.vue +89 -89
  138. package/packages/main/src/public/search.vue +464 -464
  139. package/packages/main/src/public/settings.vue +273 -273
  140. package/packages/main/src/simplicity/apps.vue +388 -388
  141. package/packages/main/src/simplicity/avatar.vue +82 -82
  142. package/packages/main/src/simplicity/handler.vue +158 -158
  143. package/packages/main/src/simplicity/index.vue +2328 -2328
  144. package/packages/main/src/simplicity/lists.vue +84 -84
  145. package/packages/main/src/simplicity/menu-list.vue +135 -135
  146. package/packages/main/src/simplicity/message.vue +293 -293
  147. package/packages/main/src/simplicity/notice.vue +222 -222
  148. package/packages/main/src/simplicity/router-page.vue +45 -45
  149. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  150. package/packages/main/src/simplicity/user.vue +259 -259
  151. package/packages/main/src/simplicity/userinfo.vue +401 -401
  152. package/packages/main/src/simplicityTop/apps.vue +388 -388
  153. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  154. package/packages/main/src/simplicityTop/handler.vue +215 -215
  155. package/packages/main/src/simplicityTop/index.vue +2618 -2618
  156. package/packages/main/src/simplicityTop/lists.vue +84 -84
  157. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  158. package/packages/main/src/simplicityTop/message.vue +293 -293
  159. package/packages/main/src/simplicityTop/notice.vue +222 -222
  160. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  161. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  162. package/packages/main/src/simplicityTop/user.vue +259 -259
  163. package/packages/main/src/simplicityTop/userinfo.vue +401 -401
  164. package/packages/menu/index.js +5 -5
  165. package/packages/menu/src/main.vue +595 -595
  166. package/packages/nav/index.js +5 -5
  167. package/packages/nav/src/main.vue +351 -351
  168. package/packages/notify/index.js +5 -5
  169. package/packages/notify/src/main.vue +538 -538
  170. package/packages/page/index.js +5 -5
  171. package/packages/page/src/main.vue +167 -167
  172. package/packages/pagination/index.js +5 -5
  173. package/packages/pagination/src/main.vue +96 -96
  174. package/packages/player/index.js +5 -5
  175. package/packages/player/src/main.vue +194 -194
  176. package/packages/qr-code/index.js +5 -5
  177. package/packages/qr-code/src/main.vue +170 -170
  178. package/packages/radio-group/index.js +6 -6
  179. package/packages/radio-group/src/main.vue +319 -319
  180. package/packages/retrial-auth/index.js +5 -5
  181. package/packages/retrial-auth/src/main.vue +280 -280
  182. package/packages/select/index.js +5 -5
  183. package/packages/select/src/main.vue +782 -782
  184. package/packages/select-ganged/index.js +5 -5
  185. package/packages/select-ganged/src/main.vue +724 -724
  186. package/packages/selector/index.js +5 -5
  187. package/packages/selector/src/main.vue +761 -761
  188. package/packages/selector-panel/index.js +5 -5
  189. package/packages/selector-panel/src/main.vue +1036 -1036
  190. package/packages/selector-panel/src/selection.vue +174 -174
  191. package/packages/selector-panel/src/tree.vue +129 -129
  192. package/packages/sizer/index.js +5 -5
  193. package/packages/sizer/src/main.vue +254 -254
  194. package/packages/steps/index.js +5 -5
  195. package/packages/steps/src/main.vue +181 -181
  196. package/packages/switch/index.js +5 -5
  197. package/packages/switch/src/main.vue +170 -170
  198. package/packages/table-form/index.js +5 -5
  199. package/packages/tabs/index.js +5 -5
  200. package/packages/tabs/src/main.vue +788 -788
  201. package/packages/tabs-panel/index.js +5 -5
  202. package/packages/tabs-panel/src/main.vue +29 -29
  203. package/packages/theme-chalk/gulpfile.js +25 -0
  204. package/packages/theme-chalk/src/base.scss +261 -261
  205. package/packages/theme-chalk/src/button-group.scss +176 -176
  206. package/packages/theme-chalk/src/button.scss +24 -24
  207. package/packages/theme-chalk/src/calendar.scss +113 -113
  208. package/packages/theme-chalk/src/card.scss +99 -99
  209. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  210. package/packages/theme-chalk/src/clients.scss +87 -87
  211. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  212. package/packages/theme-chalk/src/data-table.scss +297 -297
  213. package/packages/theme-chalk/src/date-picker.scss +7 -7
  214. package/packages/theme-chalk/src/dialog.scss +77 -77
  215. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  216. package/packages/theme-chalk/src/enterprise.scss +5 -5
  217. package/packages/theme-chalk/src/error-page.scss +18 -18
  218. package/packages/theme-chalk/src/flow-group.scss +110 -110
  219. package/packages/theme-chalk/src/flow-list.scss +55 -39
  220. package/packages/theme-chalk/src/flow.scss +373 -373
  221. package/packages/theme-chalk/src/form.scss +501 -501
  222. package/packages/theme-chalk/src/handle-user.scss +40 -40
  223. package/packages/theme-chalk/src/handler.scss +148 -148
  224. package/packages/theme-chalk/src/icon.scss +3452 -3452
  225. package/packages/theme-chalk/src/icons.scss +99 -99
  226. package/packages/theme-chalk/src/input.scss +9 -9
  227. package/packages/theme-chalk/src/label.scss +24 -24
  228. package/packages/theme-chalk/src/layout.scss +46 -46
  229. package/packages/theme-chalk/src/login.scss +1006 -1006
  230. package/packages/theme-chalk/src/main.scss +664 -664
  231. package/packages/theme-chalk/src/menu.scss +224 -224
  232. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  233. package/packages/theme-chalk/src/nav.scss +111 -111
  234. package/packages/theme-chalk/src/page.scss +3 -3
  235. package/packages/theme-chalk/src/pagination.scss +29 -29
  236. package/packages/theme-chalk/src/player.scss +9 -9
  237. package/packages/theme-chalk/src/qr-code.scss +17 -17
  238. package/packages/theme-chalk/src/radio-group.scss +9 -9
  239. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  240. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  241. package/packages/theme-chalk/src/select.scss +8 -8
  242. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  243. package/packages/theme-chalk/src/selector.scss +114 -114
  244. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  245. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  246. package/packages/theme-chalk/src/sizer.scss +36 -36
  247. package/packages/theme-chalk/src/steps.scss +88 -88
  248. package/packages/theme-chalk/src/switch.scss +3 -3
  249. package/packages/theme-chalk/src/table-form.scss +1 -1
  250. package/packages/theme-chalk/src/tabs.scss +87 -87
  251. package/packages/theme-chalk/src/tips.scss +7 -7
  252. package/packages/theme-chalk/src/toolbar.scss +179 -179
  253. package/packages/theme-chalk/src/tree-group.scss +72 -72
  254. package/packages/theme-chalk/src/tree.scss +165 -165
  255. package/packages/theme-chalk/src/upload.scss +172 -172
  256. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  257. package/packages/tips/index.js +5 -5
  258. package/packages/tips/src/main.vue +141 -141
  259. package/packages/toolbar/index.js +5 -5
  260. package/packages/toolbar/src/main.vue +430 -430
  261. package/packages/tree/index.js +5 -5
  262. package/packages/tree-group/index.js +5 -5
  263. package/packages/upload/index.js +5 -5
  264. package/packages/upload/src/main.vue +1344 -1344
  265. package/packages/upload/src/picture.js +15 -15
  266. package/packages/wujie/index.js +5 -5
  267. package/packages/wujie/src/main.vue +146 -146
  268. package/packages/wxlogin/index.js +5 -5
  269. package/packages/wxlogin/src/main.vue +128 -128
  270. package/src/config/api.js +348 -340
  271. package/src/config/image.js +2 -2
  272. package/src/index.js +163 -163
  273. package/src/utils/bus.js +3 -3
  274. package/src/utils/date-util.js +312 -312
  275. package/src/utils/http.js +50 -50
  276. package/src/utils/rules.js +18 -18
  277. package/src/utils/store.js +21 -21
  278. package/src/utils/webSocket.js +107 -107
  279. package/packages/.DS_Store +0 -0
  280. package/packages/calogin/.DS_Store +0 -0
  281. package/packages/date-picker/.DS_Store +0 -0
  282. package/packages/date-picker/src/.DS_Store +0 -0
  283. package/packages/dialog/.DS_Store +0 -0
  284. package/packages/flow/.DS_Store +0 -0
  285. package/packages/flow/src/.DS_Store +0 -0
  286. package/packages/flow-list/.DS_Store +0 -0
  287. package/packages/form/.DS_Store +0 -0
  288. package/packages/icon/.DS_Store +0 -0
  289. package/packages/login/.DS_Store +0 -0
  290. package/packages/main/.DS_Store +0 -0
  291. package/packages/main/src/.DS_Store +0 -0
  292. package/packages/menu/.DS_Store +0 -0
  293. package/packages/select/.DS_Store +0 -0
  294. package/packages/selector/.DS_Store +0 -0
  295. package/packages/selector-panel/.DS_Store +0 -0
  296. package/packages/theme-chalk/lib/base.css +0 -1
  297. package/packages/theme-chalk/lib/button-group.css +0 -1
  298. package/packages/theme-chalk/lib/button.css +0 -1
  299. package/packages/theme-chalk/lib/calendar.css +0 -1
  300. package/packages/theme-chalk/lib/calogin.css +0 -0
  301. package/packages/theme-chalk/lib/card.css +0 -1
  302. package/packages/theme-chalk/lib/cascader.css +0 -0
  303. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  304. package/packages/theme-chalk/lib/clients.css +0 -1
  305. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  306. package/packages/theme-chalk/lib/data-table.css +0 -1
  307. package/packages/theme-chalk/lib/date-picker.css +0 -1
  308. package/packages/theme-chalk/lib/dialog.css +0 -1
  309. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  310. package/packages/theme-chalk/lib/enterprise.css +0 -1
  311. package/packages/theme-chalk/lib/error-page.css +0 -1
  312. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  313. package/packages/theme-chalk/lib/flow-group.css +0 -1
  314. package/packages/theme-chalk/lib/flow-list.css +0 -1
  315. package/packages/theme-chalk/lib/flow.css +0 -1
  316. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  317. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  318. package/packages/theme-chalk/lib/form.css +0 -1
  319. package/packages/theme-chalk/lib/handle-user.css +0 -1
  320. package/packages/theme-chalk/lib/handler.css +0 -1
  321. package/packages/theme-chalk/lib/icon.css +0 -1
  322. package/packages/theme-chalk/lib/icons.css +0 -1
  323. package/packages/theme-chalk/lib/index.css +0 -1
  324. package/packages/theme-chalk/lib/input-number.css +0 -0
  325. package/packages/theme-chalk/lib/input.css +0 -1
  326. package/packages/theme-chalk/lib/label.css +0 -1
  327. package/packages/theme-chalk/lib/layout.css +0 -1
  328. package/packages/theme-chalk/lib/login.css +0 -1
  329. package/packages/theme-chalk/lib/main.css +0 -1
  330. package/packages/theme-chalk/lib/menu.css +0 -1
  331. package/packages/theme-chalk/lib/nav.css +0 -1
  332. package/packages/theme-chalk/lib/notify.css +0 -0
  333. package/packages/theme-chalk/lib/page.css +0 -1
  334. package/packages/theme-chalk/lib/pagination.css +0 -1
  335. package/packages/theme-chalk/lib/player.css +0 -1
  336. package/packages/theme-chalk/lib/qr-code.css +0 -1
  337. package/packages/theme-chalk/lib/radio-group.css +0 -1
  338. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  339. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  340. package/packages/theme-chalk/lib/select.css +0 -1
  341. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  342. package/packages/theme-chalk/lib/selector.css +0 -1
  343. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  344. package/packages/theme-chalk/lib/simplicity.css +0 -1
  345. package/packages/theme-chalk/lib/sizer.css +0 -1
  346. package/packages/theme-chalk/lib/steps.css +0 -1
  347. package/packages/theme-chalk/lib/switch.css +0 -1
  348. package/packages/theme-chalk/lib/table-form.css +0 -0
  349. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  350. package/packages/theme-chalk/lib/tabs.css +0 -1
  351. package/packages/theme-chalk/lib/tips.css +0 -1
  352. package/packages/theme-chalk/lib/toolbar.css +0 -1
  353. package/packages/theme-chalk/lib/tree-group.css +0 -1
  354. package/packages/theme-chalk/lib/tree.css +0 -1
  355. package/packages/theme-chalk/lib/upload.css +0 -1
  356. package/packages/theme-chalk/lib/wujie.css +0 -0
  357. package/packages/theme-chalk/lib/wxlogin.css +0 -1
  358. package/packages/theme-chalk/src/.DS_Store +0 -0
  359. package/packages/upload/.DS_Store +0 -0
  360. package/src/.DS_Store +0 -0
  361. package/src/utils/.DS_Store +0 -0
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
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", ""]);
257
257
 
258
258
 
259
259
 
@@ -1110,6 +1110,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
1110
1110
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
1111
1111
  // 获取分阅情况列表
1112
1112
  var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
1113
+ // 获取重设记录列表
1114
+ var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
1115
+ // 获取删除记录列表
1116
+ var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
1117
+ // 恢复删除记录
1118
+ var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
1119
+ // 批量删除
1120
+ var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
1113
1121
 
1114
1122
  // 传阅列表撤回
1115
1123
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
@@ -6833,8 +6841,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6833
6841
 
6834
6842
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6835
6843
 
6836
- /**
6837
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6844
+ /**
6845
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6838
6846
  */
6839
6847
  var CA_ExtInterface = function () {
6840
6848
  function CA_ExtInterface() {
@@ -6847,11 +6855,11 @@ var CA_ExtInterface = function () {
6847
6855
  this.init();
6848
6856
  }
6849
6857
 
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 - 新的选项对象
6858
+ /**
6859
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6860
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6861
+ * @param {Object} target - 目标对象
6862
+ * @param {Object} options - 新的选项对象
6855
6863
  */
6856
6864
 
6857
6865
 
@@ -6866,8 +6874,8 @@ var CA_ExtInterface = function () {
6866
6874
  }
6867
6875
  };
6868
6876
 
6869
- /**
6870
- * 检查当前会话的 WebSocket URL
6877
+ /**
6878
+ * 检查当前会话的 WebSocket URL
6871
6879
  */
6872
6880
 
6873
6881
 
@@ -6881,8 +6889,8 @@ var CA_ExtInterface = function () {
6881
6889
  }
6882
6890
  };
6883
6891
 
6884
- /**
6885
- * 检查是否使用 ActiveX
6892
+ /**
6893
+ * 检查是否使用 ActiveX
6886
6894
  */
6887
6895
 
6888
6896
 
@@ -6894,11 +6902,11 @@ var CA_ExtInterface = function () {
6894
6902
  }
6895
6903
  };
6896
6904
 
6897
- /**
6898
- * 扩展发送消息并等待响应
6899
- * @param {string} operatorCmd - 操作命令
6900
- * @param {string} sendMsg - 发送的消息
6901
- * @returns {string} 响应消息
6905
+ /**
6906
+ * 扩展发送消息并等待响应
6907
+ * @param {string} operatorCmd - 操作命令
6908
+ * @param {string} sendMsg - 发送的消息
6909
+ * @returns {string} 响应消息
6902
6910
  */
6903
6911
 
6904
6912
 
@@ -6908,11 +6916,11 @@ var CA_ExtInterface = function () {
6908
6916
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6909
6917
  };
6910
6918
 
6911
- /**
6912
- * 发送消息并等待响应
6913
- * @param {string} wsurl - WebSocket URL
6914
- * @param {string} sendMsg - 发送的消息
6915
- * @returns {string} 响应消息
6919
+ /**
6920
+ * 发送消息并等待响应
6921
+ * @param {string} wsurl - WebSocket URL
6922
+ * @param {string} sendMsg - 发送的消息
6923
+ * @returns {string} 响应消息
6916
6924
  */
6917
6925
 
6918
6926
 
@@ -6936,9 +6944,9 @@ var CA_ExtInterface = function () {
6936
6944
  return ResultMsg;
6937
6945
  };
6938
6946
 
6939
- /**
6940
- * 配置选项
6941
- * @param {Object} extendOption - 扩展选项
6947
+ /**
6948
+ * 配置选项
6949
+ * @param {Object} extendOption - 扩展选项
6942
6950
  */
6943
6951
 
6944
6952
 
@@ -6948,8 +6956,8 @@ var CA_ExtInterface = function () {
6948
6956
  }
6949
6957
  };
6950
6958
 
6951
- /**
6952
- * 初始化
6959
+ /**
6960
+ * 初始化
6953
6961
  */
6954
6962
 
6955
6963
 
@@ -6957,9 +6965,9 @@ var CA_ExtInterface = function () {
6957
6965
  this.isUseActioveX();
6958
6966
  };
6959
6967
 
6960
- /**
6961
- * 返回客户端的版本
6962
- * @returns {string} 客户端版本
6968
+ /**
6969
+ * 返回客户端的版本
6970
+ * @returns {string} 客户端版本
6963
6971
  */
6964
6972
 
6965
6973
 
@@ -6972,13 +6980,13 @@ var CA_ExtInterface = function () {
6972
6980
  }
6973
6981
  };
6974
6982
 
6975
- /**
6976
- * 下载客户端程序并安装
6977
- * @param {string} bstrURL - 下载地址
6978
- * @param {string} bstrHashValue - 哈希值
6979
- * @param {boolean} bSync - 是否同步安装
6980
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6981
- * @returns {number} 安装结果
6983
+ /**
6984
+ * 下载客户端程序并安装
6985
+ * @param {string} bstrURL - 下载地址
6986
+ * @param {string} bstrHashValue - 哈希值
6987
+ * @param {boolean} bSync - 是否同步安装
6988
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6989
+ * @returns {number} 安装结果
6982
6990
  */
6983
6991
 
6984
6992
 
@@ -6992,11 +7000,11 @@ var CA_ExtInterface = function () {
6992
7000
  }
6993
7001
  };
6994
7002
 
6995
- /**
6996
- * 获取硬件指纹信息
6997
- * @param {number} dwSign - 签名
6998
- * @param {string} strGateWayIP - 网关 IP
6999
- * @returns {string} 硬件指纹信息
7003
+ /**
7004
+ * 获取硬件指纹信息
7005
+ * @param {number} dwSign - 签名
7006
+ * @param {string} strGateWayIP - 网关 IP
7007
+ * @returns {string} 硬件指纹信息
7000
7008
  */
7001
7009
 
7002
7010
 
@@ -7010,12 +7018,12 @@ var CA_ExtInterface = function () {
7010
7018
  }
7011
7019
  };
7012
7020
 
7013
- /**
7014
- * 设置转发策略和代填策略
7015
- * @param {string} strProxyPolicy - 转发策略
7016
- * @param {string} strSSOPolicy - 代填策略
7017
- * @param {string} strGatewayAddress - 网关地址
7018
- * @returns {number} 设置结果
7021
+ /**
7022
+ * 设置转发策略和代填策略
7023
+ * @param {string} strProxyPolicy - 转发策略
7024
+ * @param {string} strSSOPolicy - 代填策略
7025
+ * @param {string} strGatewayAddress - 网关地址
7026
+ * @returns {number} 设置结果
7019
7027
  */
7020
7028
 
7021
7029
 
@@ -7029,11 +7037,11 @@ var CA_ExtInterface = function () {
7029
7037
  }
7030
7038
  };
7031
7039
 
7032
- /**
7033
- * 启动认证信息模块
7034
- * @param {string} strFileName - 文件名
7035
- * @param {string} strXmlData - XML 数据
7036
- * @returns {string} 认证信息
7040
+ /**
7041
+ * 启动认证信息模块
7042
+ * @param {string} strFileName - 文件名
7043
+ * @param {string} strXmlData - XML 数据
7044
+ * @returns {string} 认证信息
7037
7045
  */
7038
7046
 
7039
7047
 
@@ -7047,10 +7055,10 @@ var CA_ExtInterface = function () {
7047
7055
  }
7048
7056
  };
7049
7057
 
7050
- /**
7051
- * 打开 BS 应用
7052
- * @param {string} strUrl - 应用 URL
7053
- * @returns {number} 打开结果
7058
+ /**
7059
+ * 打开 BS 应用
7060
+ * @param {string} strUrl - 应用 URL
7061
+ * @returns {number} 打开结果
7054
7062
  */
7055
7063
 
7056
7064
 
@@ -7064,12 +7072,12 @@ var CA_ExtInterface = function () {
7064
7072
  }
7065
7073
  };
7066
7074
 
7067
- /**
7068
- * 打开 CS 应用
7069
- * @param {string} strGatewayAddress - 网关地址
7070
- * @param {string} strAppFlag - 应用标识
7071
- * @param {string} strAppPath - 应用路径
7072
- * @returns {number} 打开结果
7075
+ /**
7076
+ * 打开 CS 应用
7077
+ * @param {string} strGatewayAddress - 网关地址
7078
+ * @param {string} strAppFlag - 应用标识
7079
+ * @param {string} strAppPath - 应用路径
7080
+ * @returns {number} 打开结果
7073
7081
  */
7074
7082
 
7075
7083
 
@@ -7083,13 +7091,13 @@ var CA_ExtInterface = function () {
7083
7091
  }
7084
7092
  };
7085
7093
 
7086
- /**
7087
- * 设置自动更新策略
7088
- * @param {string} strGatewayAddress - 网关地址
7089
- * @param {number} nGatewayPort - 网关端口
7090
- * @param {string} strUserToken - 用户令牌
7091
- * @param {number} updatedelay - 更新延迟
7092
- * @returns {number} 设置结果
7094
+ /**
7095
+ * 设置自动更新策略
7096
+ * @param {string} strGatewayAddress - 网关地址
7097
+ * @param {number} nGatewayPort - 网关端口
7098
+ * @param {string} strUserToken - 用户令牌
7099
+ * @param {number} updatedelay - 更新延迟
7100
+ * @returns {number} 设置结果
7093
7101
  */
7094
7102
 
7095
7103
 
@@ -7103,10 +7111,10 @@ var CA_ExtInterface = function () {
7103
7111
  }
7104
7112
  };
7105
7113
 
7106
- /**
7107
- * 获取客户端 IP
7108
- * @param {string} strGatewayIP - 网关 IP
7109
- * @returns {string} 客户端 IP
7114
+ /**
7115
+ * 获取客户端 IP
7116
+ * @param {string} strGatewayIP - 网关 IP
7117
+ * @returns {string} 客户端 IP
7110
7118
  */
7111
7119
 
7112
7120
 
@@ -7120,10 +7128,10 @@ var CA_ExtInterface = function () {
7120
7128
  }
7121
7129
  };
7122
7130
 
7123
- /**
7124
- * 登出网关
7125
- * @param {string} strServerIP - 服务器 IP
7126
- * @returns {number} 登出结果
7131
+ /**
7132
+ * 登出网关
7133
+ * @param {string} strServerIP - 服务器 IP
7134
+ * @returns {number} 登出结果
7127
7135
  */
7128
7136
 
7129
7137
 
@@ -7137,11 +7145,11 @@ var CA_ExtInterface = function () {
7137
7145
  }
7138
7146
  };
7139
7147
 
7140
- /**
7141
- * 运行安装包
7142
- * @param {number} lRunType - 运行类型
7143
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7144
- * @returns {number} 运行结果
7148
+ /**
7149
+ * 运行安装包
7150
+ * @param {number} lRunType - 运行类型
7151
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7152
+ * @returns {number} 运行结果
7145
7153
  */
7146
7154
 
7147
7155
 
@@ -7155,9 +7163,9 @@ var CA_ExtInterface = function () {
7155
7163
  }
7156
7164
  };
7157
7165
 
7158
- /**
7159
- * 获取下载进度
7160
- * @returns {number} 下载进度
7166
+ /**
7167
+ * 获取下载进度
7168
+ * @returns {number} 下载进度
7161
7169
  */
7162
7170
 
7163
7171
 
@@ -7171,9 +7179,9 @@ var CA_ExtInterface = function () {
7171
7179
  }
7172
7180
  };
7173
7181
 
7174
- /**
7175
- * 是否安装完成
7176
- * @returns {boolean} 安装完成状态
7182
+ /**
7183
+ * 是否安装完成
7184
+ * @returns {boolean} 安装完成状态
7177
7185
  */
7178
7186
 
7179
7187
 
@@ -7187,11 +7195,11 @@ var CA_ExtInterface = function () {
7187
7195
  }
7188
7196
  };
7189
7197
 
7190
- /**
7191
- * 初始化签包对象
7192
- * @param {string} strAlgType - 算法类型
7193
- * @param {string} strAuxParam - 辅助参数
7194
- * @returns {number} 初始化结果
7198
+ /**
7199
+ * 初始化签包对象
7200
+ * @param {string} strAlgType - 算法类型
7201
+ * @param {string} strAuxParam - 辅助参数
7202
+ * @returns {number} 初始化结果
7195
7203
  */
7196
7204
 
7197
7205
 
@@ -7205,10 +7213,10 @@ var CA_ExtInterface = function () {
7205
7213
  }
7206
7214
  };
7207
7215
 
7208
- /**
7209
- * 设置摘要算法
7210
- * @param {string} strDigestAlg - 摘要算法
7211
- * @returns {number} 设置结果
7216
+ /**
7217
+ * 设置摘要算法
7218
+ * @param {string} strDigestAlg - 摘要算法
7219
+ * @returns {number} 设置结果
7212
7220
  */
7213
7221
 
7214
7222
 
@@ -7222,10 +7230,10 @@ var CA_ExtInterface = function () {
7222
7230
  }
7223
7231
  };
7224
7232
 
7225
- /**
7226
- * 设置单证书是否弹出对话框
7227
- * @param {number} isChoose - 是否弹出对话框
7228
- * @returns {number} 设置结果
7233
+ /**
7234
+ * 设置单证书是否弹出对话框
7235
+ * @param {number} isChoose - 是否弹出对话框
7236
+ * @returns {number} 设置结果
7229
7237
  */
7230
7238
 
7231
7239
 
@@ -7239,11 +7247,11 @@ var CA_ExtInterface = function () {
7239
7247
  }
7240
7248
  };
7241
7249
 
7242
- /**
7243
- * 添加证书过滤条件
7244
- * @param {number} ulType - 过滤类型
7245
- * @param {string} strValue - 过滤值
7246
- * @returns {number} 添加结果
7250
+ /**
7251
+ * 添加证书过滤条件
7252
+ * @param {number} ulType - 过滤类型
7253
+ * @param {string} strValue - 过滤值
7254
+ * @returns {number} 添加结果
7247
7255
  */
7248
7256
 
7249
7257
 
@@ -7257,9 +7265,9 @@ var CA_ExtInterface = function () {
7257
7265
  }
7258
7266
  };
7259
7267
 
7260
- /**
7261
- * 清除所有过滤条件
7262
- * @returns {number} 清除结果
7268
+ /**
7269
+ * 清除所有过滤条件
7270
+ * @returns {number} 清除结果
7263
7271
  */
7264
7272
 
7265
7273
 
@@ -7273,10 +7281,10 @@ var CA_ExtInterface = function () {
7273
7281
  }
7274
7282
  };
7275
7283
 
7276
- /**
7277
- * P1 签名
7278
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7279
- * @returns {string} 签名结果
7284
+ /**
7285
+ * P1 签名
7286
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
+ * @returns {string} 签名结果
7280
7288
  */
7281
7289
 
7282
7290
 
@@ -7290,10 +7298,10 @@ var CA_ExtInterface = function () {
7290
7298
  }
7291
7299
  };
7292
7300
 
7293
- /**
7294
- * P1 签名字符串
7295
- * @param {string} strValue - 待签名的字符串
7296
- * @returns {string} 签名结果
7301
+ /**
7302
+ * P1 签名字符串
7303
+ * @param {string} strValue - 待签名的字符串
7304
+ * @returns {string} 签名结果
7297
7305
  */
7298
7306
 
7299
7307
 
@@ -7307,12 +7315,12 @@ var CA_ExtInterface = function () {
7307
7315
  }
7308
7316
  };
7309
7317
 
7310
- /**
7311
- * P7 签名
7312
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7313
- * @param {boolean} isDetach - 是否分离签名
7314
- * @param {boolean} isIncludeCert - 是否包含证书
7315
- * @returns {string} 签名结果
7318
+ /**
7319
+ * P7 签名
7320
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7321
+ * @param {boolean} isDetach - 是否分离签名
7322
+ * @param {boolean} isIncludeCert - 是否包含证书
7323
+ * @returns {string} 签名结果
7316
7324
  */
7317
7325
 
7318
7326
 
@@ -7326,12 +7334,12 @@ var CA_ExtInterface = function () {
7326
7334
  }
7327
7335
  };
7328
7336
 
7329
- /**
7330
- * P7 签名字符串
7331
- * @param {string} strValue - 待签名的字符串
7332
- * @param {boolean} isDetach - 是否分离签名
7333
- * @param {boolean} isIncludeCert - 是否包含证书
7334
- * @returns {string} 签名结果
7337
+ /**
7338
+ * P7 签名字符串
7339
+ * @param {string} strValue - 待签名的字符串
7340
+ * @param {boolean} isDetach - 是否分离签名
7341
+ * @param {boolean} isIncludeCert - 是否包含证书
7342
+ * @returns {string} 签名结果
7335
7343
  */
7336
7344
 
7337
7345
 
@@ -7345,9 +7353,9 @@ var CA_ExtInterface = function () {
7345
7353
  }
7346
7354
  };
7347
7355
 
7348
- /**
7349
- * 释放签名对象
7350
- * @returns {number} 释放结果
7356
+ /**
7357
+ * 释放签名对象
7358
+ * @returns {number} 释放结果
7351
7359
  */
7352
7360
 
7353
7361
 
@@ -7361,9 +7369,9 @@ var CA_ExtInterface = function () {
7361
7369
  }
7362
7370
  };
7363
7371
 
7364
- /**
7365
- * 获取签名版本
7366
- * @returns {string} 签名版本
7372
+ /**
7373
+ * 获取签名版本
7374
+ * @returns {string} 签名版本
7367
7375
  */
7368
7376
 
7369
7377
 
@@ -7377,9 +7385,9 @@ var CA_ExtInterface = function () {
7377
7385
  }
7378
7386
  };
7379
7387
 
7380
- /**
7381
- * 获取签名证书
7382
- * @returns {string} 签名证书
7388
+ /**
7389
+ * 获取签名证书
7390
+ * @returns {string} 签名证书
7383
7391
  */
7384
7392
 
7385
7393
 
@@ -7393,9 +7401,9 @@ var CA_ExtInterface = function () {
7393
7401
  }
7394
7402
  };
7395
7403
 
7396
- /**
7397
- * 获取错误码
7398
- * @returns {number} 错误码
7404
+ /**
7405
+ * 获取错误码
7406
+ * @returns {number} 错误码
7399
7407
  */
7400
7408
 
7401
7409
 
@@ -7409,9 +7417,9 @@ var CA_ExtInterface = function () {
7409
7417
  }
7410
7418
  };
7411
7419
 
7412
- /**
7413
- * 获取错误信息
7414
- * @returns {string} 错误信息
7420
+ /**
7421
+ * 获取错误信息
7422
+ * @returns {string} 错误信息
7415
7423
  */
7416
7424
 
7417
7425
 
@@ -7425,9 +7433,9 @@ var CA_ExtInterface = function () {
7425
7433
  }
7426
7434
  };
7427
7435
 
7428
- /**
7429
- * 销毁认证对象
7430
- * @returns {number} 销毁结果
7436
+ /**
7437
+ * 销毁认证对象
7438
+ * @returns {number} 销毁结果
7431
7439
  */
7432
7440
 
7433
7441
 
@@ -7441,9 +7449,9 @@ var CA_ExtInterface = function () {
7441
7449
  }
7442
7450
  };
7443
7451
 
7444
- /**
7445
- * 获取证书类型
7446
- * @returns {string} 证书类型
7452
+ /**
7453
+ * 获取证书类型
7454
+ * @returns {string} 证书类型
7447
7455
  */
7448
7456
 
7449
7457
 
@@ -7457,9 +7465,9 @@ var CA_ExtInterface = function () {
7457
7465
  }
7458
7466
  };
7459
7467
 
7460
- /**
7461
- * 获取签名摘要算法
7462
- * @returns {string} 签名摘要算法
7468
+ /**
7469
+ * 获取签名摘要算法
7470
+ * @returns {string} 签名摘要算法
7463
7471
  */
7464
7472
 
7465
7473
 
@@ -7473,11 +7481,11 @@ var CA_ExtInterface = function () {
7473
7481
  }
7474
7482
  };
7475
7483
 
7476
- /**
7477
- * 使能调用序列
7478
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7479
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7480
- * @returns {number} 使能结果
7484
+ /**
7485
+ * 使能调用序列
7486
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7487
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7488
+ * @returns {number} 使能结果
7481
7489
  */
7482
7490
 
7483
7491
 
@@ -7491,9 +7499,9 @@ var CA_ExtInterface = function () {
7491
7499
  }
7492
7500
  };
7493
7501
 
7494
- /**
7495
- * 清空调用序列结果
7496
- * @returns {number} 清空调用序列结果
7502
+ /**
7503
+ * 清空调用序列结果
7504
+ * @returns {number} 清空调用序列结果
7497
7505
  */
7498
7506
 
7499
7507
 
@@ -7507,9 +7515,9 @@ var CA_ExtInterface = function () {
7507
7515
  }
7508
7516
  };
7509
7517
 
7510
- /**
7511
- * 获取调用序列结果
7512
- * @returns {string} 调用序列结果
7518
+ /**
7519
+ * 获取调用序列结果
7520
+ * @returns {string} 调用序列结果
7513
7521
  */
7514
7522
 
7515
7523
 
@@ -7523,12 +7531,12 @@ var CA_ExtInterface = function () {
7523
7531
  }
7524
7532
  };
7525
7533
 
7526
- /**
7527
- * 客户端安全策略检查
7528
- * @param {string} strGatewayAddress - 网关地址
7529
- * @param {number} usGatewayPort - 网关端口
7530
- * @param {string} strSecurityPolicys - 安全策略
7531
- * @returns {boolean} 检查结果
7534
+ /**
7535
+ * 客户端安全策略检查
7536
+ * @param {string} strGatewayAddress - 网关地址
7537
+ * @param {number} usGatewayPort - 网关端口
7538
+ * @param {string} strSecurityPolicys - 安全策略
7539
+ * @returns {boolean} 检查结果
7532
7540
  */
7533
7541
 
7534
7542
 
@@ -7542,9 +7550,9 @@ var CA_ExtInterface = function () {
7542
7550
  }
7543
7551
  };
7544
7552
 
7545
- /**
7546
- * 获取通讯协议版本
7547
- * @returns {string} 通讯协议版本
7553
+ /**
7554
+ * 获取通讯协议版本
7555
+ * @returns {string} 通讯协议版本
7548
7556
  */
7549
7557
 
7550
7558
 
@@ -7558,13 +7566,13 @@ var CA_ExtInterface = function () {
7558
7566
  }
7559
7567
  };
7560
7568
 
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} 修改结果
7569
+ /**
7570
+ * 修改 Key 的 Pin 码
7571
+ * @param {string} strCertSn - 证书序列号
7572
+ * @param {number} lPinCodeType - Pin 码类型
7573
+ * @param {string} strCurPinCode - 当前 Pin 码
7574
+ * @param {string} strNewPinCode - 新 Pin 码
7575
+ * @returns {number} 修改结果
7568
7576
  */
7569
7577
 
7570
7578
 
@@ -7578,10 +7586,10 @@ var CA_ExtInterface = function () {
7578
7586
  }
7579
7587
  };
7580
7588
 
7581
- /**
7582
- * 等待策略设置完毕
7583
- * @param {string} strGatewayAddress - 网关地址
7584
- * @returns {number} 等待结果
7589
+ /**
7590
+ * 等待策略设置完毕
7591
+ * @param {string} strGatewayAddress - 网关地址
7592
+ * @returns {number} 等待结果
7585
7593
  */
7586
7594
 
7587
7595
 
@@ -7595,10 +7603,10 @@ var CA_ExtInterface = function () {
7595
7603
  }
7596
7604
  };
7597
7605
 
7598
- /**
7599
- * 获取会话 Token
7600
- * @param {string} strGatewayAddress - 网关地址
7601
- * @returns {string} 会话 Token
7606
+ /**
7607
+ * 获取会话 Token
7608
+ * @param {string} strGatewayAddress - 网关地址
7609
+ * @returns {string} 会话 Token
7602
7610
  */
7603
7611
 
7604
7612
 
@@ -7612,9 +7620,9 @@ var CA_ExtInterface = function () {
7612
7620
  }
7613
7621
  };
7614
7622
 
7615
- /**
7616
- * 获取控件版本
7617
- * @returns {string} 控件版本
7623
+ /**
7624
+ * 获取控件版本
7625
+ * @returns {string} 控件版本
7618
7626
  */
7619
7627
 
7620
7628
 
@@ -7628,10 +7636,10 @@ var CA_ExtInterface = function () {
7628
7636
  }
7629
7637
  };
7630
7638
 
7631
- /**
7632
- * 设置语言资源
7633
- * @param {string} strLanguage - 语言资源
7634
- * @returns {number} 设置结果
7639
+ /**
7640
+ * 设置语言资源
7641
+ * @param {string} strLanguage - 语言资源
7642
+ * @returns {number} 设置结果
7635
7643
  */
7636
7644
 
7637
7645
 
@@ -7645,12 +7653,12 @@ var CA_ExtInterface = function () {
7645
7653
  }
7646
7654
  };
7647
7655
 
7648
- /**
7649
- * 获取用户属性
7650
- * @param {string} strGatewayAddress - 网关地址
7651
- * @param {string} strAppFlag - 应用标识
7652
- * @param {string} strAttributeName - 属性名称
7653
- * @returns {string} 用户属性值
7656
+ /**
7657
+ * 获取用户属性
7658
+ * @param {string} strGatewayAddress - 网关地址
7659
+ * @param {string} strAppFlag - 应用标识
7660
+ * @param {string} strAttributeName - 属性名称
7661
+ * @returns {string} 用户属性值
7654
7662
  */
7655
7663
 
7656
7664
 
@@ -7664,9 +7672,9 @@ var CA_ExtInterface = function () {
7664
7672
  }
7665
7673
  };
7666
7674
 
7667
- /**
7668
- * 获取签名加密 PIN 码
7669
- * @returns {string} 签名加密 PIN 码
7675
+ /**
7676
+ * 获取签名加密 PIN 码
7677
+ * @returns {string} 签名加密 PIN 码
7670
7678
  */
7671
7679
 
7672
7680
 
@@ -7679,20 +7687,20 @@ var CA_ExtInterface = function () {
7679
7687
  return result.value;
7680
7688
  }
7681
7689
  };
7682
- /*
7683
- *曙光四川CA
7684
- *'SOF_GetUserList' 证书列表
7685
- *'SOF_ExportUserCert' 导出证书
7686
- *'SOF_GetCertInfo': 获取证书信息
7687
- *'SOF_GenRandom': 生成随机数
7688
- *'SOF_SignData': 获取证书签名
7689
- *'SOF_Login': 登录证书
7690
- *'SOF_GetPinRetryCount': 剩余次数
7690
+ /*
7691
+ *曙光四川CA
7692
+ *'SOF_GetUserList' 证书列表
7693
+ *'SOF_ExportUserCert' 导出证书
7694
+ *'SOF_GetCertInfo': 获取证书信息
7695
+ *'SOF_GenRandom': 生成随机数
7696
+ *'SOF_SignData': 获取证书签名
7697
+ *'SOF_Login': 登录证书
7698
+ *'SOF_GetPinRetryCount': 剩余次数
7691
7699
  */
7692
- /**
7693
- *
7694
- * 获取webSocket消息
7695
- * @returns {string}
7700
+ /**
7701
+ *
7702
+ * 获取webSocket消息
7703
+ * @returns {string}
7696
7704
  */
7697
7705
 
7698
7706
 
@@ -7728,10 +7736,10 @@ var CA_ExtInterface = function () {
7728
7736
  };
7729
7737
  });
7730
7738
  };
7731
- /**
7732
- *
7733
- * base64解码
7734
- * @returns {string} base64解码后的字符串
7739
+ /**
7740
+ *
7741
+ * base64解码
7742
+ * @returns {string} base64解码后的字符串
7735
7743
  */
7736
7744
 
7737
7745
 
@@ -7766,10 +7774,10 @@ var CA_ExtInterface = function () {
7766
7774
  val = this.utf8_decode(val);
7767
7775
  return val;
7768
7776
  };
7769
- /**
7770
- *
7771
- * base64编码
7772
- * @returns {string} base64编码后的字符串
7777
+ /**
7778
+ *
7779
+ * base64编码
7780
+ * @returns {string} base64编码后的字符串
7773
7781
  */
7774
7782
 
7775
7783
 
@@ -7802,10 +7810,10 @@ var CA_ExtInterface = function () {
7802
7810
  }
7803
7811
  return val;
7804
7812
  };
7805
- /**
7806
- *
7807
- * utf8解码
7808
- * @returns {string} utf8解码后的字符串
7813
+ /**
7814
+ *
7815
+ * utf8解码
7816
+ * @returns {string} utf8解码后的字符串
7809
7817
  */
7810
7818
 
7811
7819
 
@@ -7834,10 +7842,10 @@ var CA_ExtInterface = function () {
7834
7842
  }
7835
7843
  return string;
7836
7844
  };
7837
- /**
7838
- *
7839
- * utf8编码
7840
- * @returns {string} utf8编码后的字符串
7845
+ /**
7846
+ *
7847
+ * utf8编码
7848
+ * @returns {string} utf8编码后的字符串
7841
7849
  */
7842
7850
 
7843
7851
 
@@ -28262,8 +28270,8 @@ form_src_main.install = function (Vue) {
28262
28270
  };
28263
28271
 
28264
28272
  /* harmony default export */ var packages_form = (form_src_main);
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 () {
28273
+ // 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=2e509c0a&
28274
+ var mainvue_type_template_id_2e509c0a_render = function () {
28267
28275
  var _vm = this
28268
28276
  var _h = _vm.$createElement
28269
28277
  var _c = _vm._self._c || _h
@@ -28306,7 +28314,7 @@ var mainvue_type_template_id_f5a32352_render = function () {
28306
28314
  },
28307
28315
  [
28308
28316
  _vm._v(
28309
- "当前节点:" +
28317
+ "当前步骤:" +
28310
28318
  _vm._s(
28311
28319
  _vm.isFlow
28312
28320
  ? _vm.nodeName || "拟稿"
@@ -28601,7 +28609,7 @@ var mainvue_type_template_id_f5a32352_render = function () {
28601
28609
  },
28602
28610
  [
28603
28611
  _vm._v(
28604
- "当前节点:" +
28612
+ "当前步骤:" +
28605
28613
  _vm._s(
28606
28614
  _vm.isFlow
28607
28615
  ? _vm.nodeName || "拟稿"
@@ -31280,11 +31288,11 @@ var mainvue_type_template_id_f5a32352_render = function () {
31280
31288
  )
31281
31289
  : _vm._e()
31282
31290
  }
31283
- var mainvue_type_template_id_f5a32352_staticRenderFns = []
31284
- mainvue_type_template_id_f5a32352_render._withStripped = true
31291
+ var mainvue_type_template_id_2e509c0a_staticRenderFns = []
31292
+ mainvue_type_template_id_2e509c0a_render._withStripped = true
31285
31293
 
31286
31294
 
31287
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=f5a32352&
31295
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2e509c0a&
31288
31296
 
31289
31297
  // 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&
31290
31298
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32139,21 +32147,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32139
32147
  return validSate;
32140
32148
  },
32141
32149
 
32142
- /**
32143
- * changeOpinion
32144
- * @desc:监听意见变化
32145
- * @author liufan
32146
- * @date 2022年10月28日
32150
+ /**
32151
+ * changeOpinion
32152
+ * @desc:监听意见变化
32153
+ * @author liufan
32154
+ * @date 2022年10月28日
32147
32155
  **/
32148
32156
  changeOpinion: function changeOpinion() {
32149
32157
  this.$emit('change', this.form.value);
32150
32158
  },
32151
32159
 
32152
- /**
32153
- * getCommonOpion
32154
- * @desc:获取意见
32155
- * @author liufan
32156
- * @date 2022年5月25日
32160
+ /**
32161
+ * getCommonOpion
32162
+ * @desc:获取意见
32163
+ * @author liufan
32164
+ * @date 2022年5月25日
32157
32165
  **/
32158
32166
  getCommonOpion: function getCommonOpion() {
32159
32167
  var _this = this;
@@ -32182,24 +32190,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32182
32190
  });
32183
32191
  },
32184
32192
 
32185
- /**
32186
- * upDate
32187
- * @desc:修改常用语
32188
- * @author liufan
32189
- * @param {Object} val 修改值
32190
- * @date 2022年5月25日
32193
+ /**
32194
+ * upDate
32195
+ * @desc:修改常用语
32196
+ * @author liufan
32197
+ * @param {Object} val 修改值
32198
+ * @date 2022年5月25日
32191
32199
  **/
32192
32200
  upDate: function upDate(val) {
32193
32201
  this.FormData.id = val.id;
32194
32202
  this.addVisible = true;
32195
32203
  },
32196
32204
 
32197
- /**
32198
- * selectChange
32199
- * @desc:常用语选择
32200
- * @author liufan
32201
- * @param {String} val 选中值
32202
- * @date 2022年5月25日
32205
+ /**
32206
+ * selectChange
32207
+ * @desc:常用语选择
32208
+ * @author liufan
32209
+ * @param {String} val 选中值
32210
+ * @date 2022年5月25日
32203
32211
  **/
32204
32212
  selectChange: function selectChange(val) {
32205
32213
  var _this2 = this;
@@ -32218,12 +32226,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32218
32226
  });
32219
32227
  },
32220
32228
 
32221
- /**
32222
- * del
32223
- * @desc:删除常用语
32224
- * @author liufan
32225
- * @param {Object} val 删除的数据
32226
- * @date 2022年5月25日
32229
+ /**
32230
+ * del
32231
+ * @desc:删除常用语
32232
+ * @author liufan
32233
+ * @param {Object} val 删除的数据
32234
+ * @date 2022年5月25日
32227
32235
  **/
32228
32236
  del: function del(val) {
32229
32237
  var _this3 = this;
@@ -32265,12 +32273,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32265
32273
  }).catch(function (e) {});
32266
32274
  },
32267
32275
 
32268
- /**
32269
- * submit
32270
- * @desc:新增/编辑意见保存
32271
- * @author liufan
32272
- * @param {Object} val 保存数据
32273
- * @date 2022年5月25日
32276
+ /**
32277
+ * submit
32278
+ * @desc:新增/编辑意见保存
32279
+ * @author liufan
32280
+ * @param {Object} val 保存数据
32281
+ * @date 2022年5月25日
32274
32282
  **/
32275
32283
  submit: function submit(val) {
32276
32284
  var _this4 = this;
@@ -36085,11 +36093,11 @@ var processFormvue_type_script_lang_js_components;
36085
36093
  });
36086
36094
  },
36087
36095
 
36088
- /**
36089
- * isMultiple
36090
- * @desc:是否多选
36091
- * @author liufan
36092
- * @date 2022年9月13日
36096
+ /**
36097
+ * isMultiple
36098
+ * @desc:是否多选
36099
+ * @author liufan
36100
+ * @date 2022年9月13日
36093
36101
  **/
36094
36102
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36095
36103
  var multiple = false;
@@ -40302,11 +40310,11 @@ var resetvue_type_script_lang_js_components;
40302
40310
  });
40303
40311
  },
40304
40312
 
40305
- /**
40306
- * isMultiple
40307
- * @desc:是否多选
40308
- * @author liufan
40309
- * @date 2022年9月13日
40313
+ /**
40314
+ * isMultiple
40315
+ * @desc:是否多选
40316
+ * @author liufan
40317
+ * @date 2022年9月13日
40310
40318
  **/
40311
40319
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40312
40320
  var multiple = false;
@@ -44895,11 +44903,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44895
44903
  });
44896
44904
  },
44897
44905
 
44898
- /**
44899
- * saveInfo
44900
- * @desc:暂存
44901
- * @author liufan
44902
- * @date 2022年9月9日
44906
+ /**
44907
+ * saveInfo
44908
+ * @desc:暂存
44909
+ * @author liufan
44910
+ * @date 2022年9月9日
44903
44911
  **/
44904
44912
  saveInfo: function saveInfo(type, btn) {
44905
44913
  var _this6 = this;
@@ -44961,11 +44969,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44961
44969
  });
44962
44970
  },
44963
44971
 
44964
- /**
44965
- * rejectBtn
44966
- * @desc:点击驳回
44967
- * @author liufan
44968
- * @date 2022年5月25日
44972
+ /**
44973
+ * rejectBtn
44974
+ * @desc:点击驳回
44975
+ * @author liufan
44976
+ * @date 2022年5月25日
44969
44977
  **/
44970
44978
  rejectBtn: function rejectBtn() {
44971
44979
  var _this8 = this;
@@ -44983,11 +44991,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44983
44991
  }
44984
44992
  },
44985
44993
 
44986
- /**
44987
- * taskReadBtn
44988
- * @desc:点击分阅
44989
- * @author liufan
44990
- * @date 2022年5月25日
44994
+ /**
44995
+ * taskReadBtn
44996
+ * @desc:点击分阅
44997
+ * @author liufan
44998
+ * @date 2022年5月25日
44991
44999
  **/
44992
45000
  taskReadBtn: function taskReadBtn() {
44993
45001
  var _this9 = this;
@@ -45006,11 +45014,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45006
45014
  }
45007
45015
  },
45008
45016
 
45009
- /**
45010
- * getFind
45011
- * @desc:获取通知方式
45012
- * @author liufan
45013
- * @date 2022年5月25日
45017
+ /**
45018
+ * getFind
45019
+ * @desc:获取通知方式
45020
+ * @author liufan
45021
+ * @date 2022年5月25日
45014
45022
  **/
45015
45023
  getFind: function getFind() {
45016
45024
  var _this10 = this;
@@ -45065,12 +45073,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45065
45073
  });
45066
45074
  },
45067
45075
 
45068
- /**
45069
- * endFlows
45070
- * @desc:直接办结
45071
- * @author liufan
45072
- * @param {Object} res 直接办结数据
45073
- * @date 2022年5月25日
45076
+ /**
45077
+ * endFlows
45078
+ * @desc:直接办结
45079
+ * @author liufan
45080
+ * @param {Object} res 直接办结数据
45081
+ * @date 2022年5月25日
45074
45082
  **/
45075
45083
  endFlows: function endFlows(res) {
45076
45084
  var _this12 = this;
@@ -45124,12 +45132,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45124
45132
  }).catch(function (e) {});
45125
45133
  },
45126
45134
 
45127
- /**
45128
- * goView
45129
- * @desc:更多流程按钮操作
45130
- * @author liufan
45131
- * @param {Object} res 当前点击操作按钮数据
45132
- * @date 2022年5月25日
45135
+ /**
45136
+ * goView
45137
+ * @desc:更多流程按钮操作
45138
+ * @author liufan
45139
+ * @param {Object} res 当前点击操作按钮数据
45140
+ * @date 2022年5月25日
45133
45141
  **/
45134
45142
  goView: function goView(res) {
45135
45143
  // 驳回并办结:rejectAndEndHtml
@@ -45214,11 +45222,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45214
45222
  // isCanStartSubFlow
45215
45223
  },
45216
45224
 
45217
- /**
45218
- * toTakeAdvice
45219
- * @desc:征求意见
45220
- * @author liufan
45221
- * @date 2022年9月29日
45225
+ /**
45226
+ * toTakeAdvice
45227
+ * @desc:征求意见
45228
+ * @author liufan
45229
+ * @date 2022年9月29日
45222
45230
  **/
45223
45231
  toTakeAdvice: function toTakeAdvice(res) {
45224
45232
  var _this14 = this;
@@ -45262,11 +45270,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45262
45270
  });
45263
45271
  },
45264
45272
 
45265
- /**
45266
- * toStartDraf
45267
- * @desc: 稿件递送、联合审核、复核
45268
- * @author liufan
45269
- * @date 2022年9月29日
45273
+ /**
45274
+ * toStartDraf
45275
+ * @desc: 稿件递送、联合审核、复核
45276
+ * @author liufan
45277
+ * @date 2022年9月29日
45270
45278
  **/
45271
45279
  toStartDraf: function toStartDraf(res) {
45272
45280
  var _this16 = this;
@@ -45280,11 +45288,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45280
45288
  }
45281
45289
  },
45282
45290
 
45283
- /**
45284
- * toSendMsg
45285
- * @desc:核稿通知
45286
- * @author liufan
45287
- * @date 2022年9月29日
45291
+ /**
45292
+ * toSendMsg
45293
+ * @desc:核稿通知
45294
+ * @author liufan
45295
+ * @date 2022年9月29日
45288
45296
  **/
45289
45297
  toSendMsg: function toSendMsg(res) {
45290
45298
  var _this17 = this;
@@ -45298,11 +45306,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45298
45306
  }
45299
45307
  },
45300
45308
 
45301
- /**
45302
- * toTaskReadAndEnd
45303
- * @desc:分阅并办结
45304
- * @author liufan
45305
- * @date 2022年9月29日
45309
+ /**
45310
+ * toTaskReadAndEnd
45311
+ * @desc:分阅并办结
45312
+ * @author liufan
45313
+ * @date 2022年9月29日
45306
45314
  **/
45307
45315
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45308
45316
  var _this18 = this;
@@ -45320,11 +45328,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45320
45328
  }
45321
45329
  },
45322
45330
 
45323
- /**
45324
- * rejectAndEnd
45325
- * @desc:驳回并办结
45326
- * @author liufan
45327
- * @date 2022年9月29日
45331
+ /**
45332
+ * rejectAndEnd
45333
+ * @desc:驳回并办结
45334
+ * @author liufan
45335
+ * @date 2022年9月29日
45328
45336
  **/
45329
45337
  rejectAndEnd: function rejectAndEnd(res) {
45330
45338
  var _this19 = this;
@@ -45379,11 +45387,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45379
45387
  });
45380
45388
  },
45381
45389
 
45382
- /**
45383
- * toTransfer
45384
- * @desc:转办
45385
- * @author liufan
45386
- * @date 2022年9月29日
45390
+ /**
45391
+ * toTransfer
45392
+ * @desc:转办
45393
+ * @author liufan
45394
+ * @date 2022年9月29日
45387
45395
  **/
45388
45396
  toTransfer: function toTransfer(res) {
45389
45397
  var _this21 = this;
@@ -45399,11 +45407,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45399
45407
  }
45400
45408
  },
45401
45409
 
45402
- /**
45403
- * getNodeInfo
45404
- * @desc:获取节点信息
45405
- * @author liufan
45406
- * @date 2022年5月25日
45410
+ /**
45411
+ * getNodeInfo
45412
+ * @desc:获取节点信息
45413
+ * @author liufan
45414
+ * @date 2022年5月25日
45407
45415
  **/
45408
45416
  getNodeInfo: function getNodeInfo() {
45409
45417
  var _this22 = this;
@@ -45502,12 +45510,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45502
45510
  });
45503
45511
  },
45504
45512
 
45505
- /**
45506
- * selecNext
45507
- * @desc:下步节点变化时更新数据
45508
- * @author liufan
45509
- * @param {String} val 当前选中值
45510
- * @date 2022年5月25日
45513
+ /**
45514
+ * selecNext
45515
+ * @desc:下步节点变化时更新数据
45516
+ * @author liufan
45517
+ * @param {String} val 当前选中值
45518
+ * @date 2022年5月25日
45511
45519
  **/
45512
45520
  selecNext: function selecNext(val, type, isDef) {
45513
45521
  var _this23 = this;
@@ -45616,11 +45624,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45616
45624
  if (isDef !== true) this.getNodeInfo();
45617
45625
  },
45618
45626
 
45619
- /**
45620
- * isMultiple
45621
- * @desc:是否多选
45622
- * @author liufan
45623
- * @date 2022年9月13日
45627
+ /**
45628
+ * isMultiple
45629
+ * @desc:是否多选
45630
+ * @author liufan
45631
+ * @date 2022年9月13日
45624
45632
  **/
45625
45633
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45626
45634
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45652,11 +45660,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45652
45660
  }
45653
45661
  },
45654
45662
 
45655
- /**
45656
- * getHedInfo
45657
- * @desc:获取审核页面数据
45658
- * @author liufan
45659
- * @date 2022年5月25日
45663
+ /**
45664
+ * getHedInfo
45665
+ * @desc:获取审核页面数据
45666
+ * @author liufan
45667
+ * @date 2022年5月25日
45660
45668
  **/
45661
45669
  getHedInfo: function getHedInfo() {
45662
45670
  var _this24 = this;
@@ -45892,13 +45900,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45892
45900
  });
45893
45901
  },
45894
45902
 
45895
- /**
45896
- * closeProcess
45897
- * @desc:关闭弹窗
45898
- * @author liufan
45899
- * @param {boolean} val 当前是否办理流程
45900
- * @param {String} type 当前点击的弹窗类型
45901
- * @date 2022年5月25日
45903
+ /**
45904
+ * closeProcess
45905
+ * @desc:关闭弹窗
45906
+ * @author liufan
45907
+ * @param {boolean} val 当前是否办理流程
45908
+ * @param {String} type 当前点击的弹窗类型
45909
+ * @date 2022年5月25日
45902
45910
  **/
45903
45911
  closeProcess: function closeProcess(val, type, closeParent) {
45904
45912
  if (closeParent) {
@@ -45915,23 +45923,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45915
45923
  }
45916
45924
  },
45917
45925
 
45918
- /**
45919
- * selectChange
45920
- * @desc:常用语选择
45921
- * @author liufan
45922
- * @param {String} val 选中值
45923
- * @date 2022年5月25日
45926
+ /**
45927
+ * selectChange
45928
+ * @desc:常用语选择
45929
+ * @author liufan
45930
+ * @param {String} val 选中值
45931
+ * @date 2022年5月25日
45924
45932
  **/
45925
45933
  selectChange: function selectChange(val) {
45926
45934
  this.value = val;
45927
45935
  },
45928
45936
 
45929
- /**
45930
- * upDate
45931
- * @desc:修改常用语
45932
- * @author liufan
45933
- * @param {Object} val 修改值
45934
- * @date 2022年5月25日
45937
+ /**
45938
+ * upDate
45939
+ * @desc:修改常用语
45940
+ * @author liufan
45941
+ * @param {Object} val 修改值
45942
+ * @date 2022年5月25日
45935
45943
  **/
45936
45944
  upDate: function upDate(val) {
45937
45945
  this.FormData.id = val.id;
@@ -45939,11 +45947,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45939
45947
  },
45940
45948
 
45941
45949
 
45942
- /**
45943
- * getProcess
45944
- * @desc:获取选择流程
45945
- * @author liufan
45946
- * @date 2022年5月25日
45950
+ /**
45951
+ * getProcess
45952
+ * @desc:获取选择流程
45953
+ * @author liufan
45954
+ * @date 2022年5月25日
45947
45955
  **/
45948
45956
  getProcess: function getProcess() {
45949
45957
  var _this25 = this;
@@ -45997,11 +46005,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45997
46005
  });
45998
46006
  },
45999
46007
 
46000
- /**
46001
- * getPendedhistoryList
46002
- * @desc:获取流程列表
46003
- * @author liufan
46004
- * @date 2022年5月25日
46008
+ /**
46009
+ * getPendedhistoryList
46010
+ * @desc:获取流程列表
46011
+ * @author liufan
46012
+ * @date 2022年5月25日
46005
46013
  **/
46006
46014
  getPendedhistoryList: function getPendedhistoryList() {
46007
46015
  var _this26 = this;
@@ -46033,12 +46041,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46033
46041
  },
46034
46042
 
46035
46043
  // 提交流程
46036
- /**
46037
- * subProcess
46038
- * @desc:提交流程
46039
- * @author liufan
46040
- * @param {String} formName 当前form表单ref值
46041
- * @date 2022年5月25日
46044
+ /**
46045
+ * subProcess
46046
+ * @desc:提交流程
46047
+ * @author liufan
46048
+ * @param {String} formName 当前form表单ref值
46049
+ * @date 2022年5月25日
46042
46050
  **/
46043
46051
  subProcess: function subProcess(val) {
46044
46052
  var _this27 = this;
@@ -49942,11 +49950,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49942
49950
  });
49943
49951
  },
49944
49952
 
49945
- /**
49946
- * saveInfo
49947
- * @desc:暂存
49948
- * @author liufan
49949
- * @date 2022年9月9日
49953
+ /**
49954
+ * saveInfo
49955
+ * @desc:暂存
49956
+ * @author liufan
49957
+ * @date 2022年9月9日
49950
49958
  **/
49951
49959
  saveInfo: function saveInfo(type, btn) {
49952
49960
  var _this13 = this;
@@ -50008,11 +50016,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50008
50016
  });
50009
50017
  },
50010
50018
 
50011
- /**
50012
- * rejectBtn
50013
- * @desc:点击驳回
50014
- * @author liufan
50015
- * @date 2022年5月25日
50019
+ /**
50020
+ * rejectBtn
50021
+ * @desc:点击驳回
50022
+ * @author liufan
50023
+ * @date 2022年5月25日
50016
50024
  **/
50017
50025
  rejectBtn: function rejectBtn() {
50018
50026
  var _this15 = this;
@@ -50030,11 +50038,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50030
50038
  }
50031
50039
  },
50032
50040
 
50033
- /**
50034
- * taskReadBtn
50035
- * @desc:点击分阅
50036
- * @author liufan
50037
- * @date 2022年5月25日
50041
+ /**
50042
+ * taskReadBtn
50043
+ * @desc:点击分阅
50044
+ * @author liufan
50045
+ * @date 2022年5月25日
50038
50046
  **/
50039
50047
  taskReadBtn: function taskReadBtn() {
50040
50048
  var _this16 = this;
@@ -50053,11 +50061,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50053
50061
  }
50054
50062
  },
50055
50063
 
50056
- /**
50057
- * getFind
50058
- * @desc:获取通知方式
50059
- * @author liufan
50060
- * @date 2022年5月25日
50064
+ /**
50065
+ * getFind
50066
+ * @desc:获取通知方式
50067
+ * @author liufan
50068
+ * @date 2022年5月25日
50061
50069
  **/
50062
50070
  getFind: function getFind() {
50063
50071
  var _this17 = this;
@@ -50123,12 +50131,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50123
50131
  });
50124
50132
  },
50125
50133
 
50126
- /**
50127
- * endFlows
50128
- * @desc:直接办结
50129
- * @author liufan
50130
- * @param {Object} res 直接办结数据
50131
- * @date 2022年5月25日
50134
+ /**
50135
+ * endFlows
50136
+ * @desc:直接办结
50137
+ * @author liufan
50138
+ * @param {Object} res 直接办结数据
50139
+ * @date 2022年5月25日
50132
50140
  **/
50133
50141
  endFlows: function endFlows(res) {
50134
50142
  var _this19 = this;
@@ -50183,12 +50191,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50183
50191
  }).catch(function (e) {});
50184
50192
  },
50185
50193
 
50186
- /**
50187
- * goView
50188
- * @desc:更多流程按钮操作
50189
- * @author liufan
50190
- * @param {Object} res 当前点击操作按钮数据
50191
- * @date 2022年5月25日
50194
+ /**
50195
+ * goView
50196
+ * @desc:更多流程按钮操作
50197
+ * @author liufan
50198
+ * @param {Object} res 当前点击操作按钮数据
50199
+ * @date 2022年5月25日
50192
50200
  **/
50193
50201
  goView: function goView(res) {
50194
50202
  // 驳回并办结:rejectAndEndHtml
@@ -50275,11 +50283,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50275
50283
  // isCanStartSubFlow
50276
50284
  },
50277
50285
 
50278
- /**
50279
- * toTakeAdvice
50280
- * @desc:征求意见
50281
- * @author liufan
50282
- * @date 2022年9月29日
50286
+ /**
50287
+ * toTakeAdvice
50288
+ * @desc:征求意见
50289
+ * @author liufan
50290
+ * @date 2022年9月29日
50283
50291
  **/
50284
50292
  toTakeAdvice: function toTakeAdvice(res) {
50285
50293
  var _this21 = this;
@@ -50323,11 +50331,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50323
50331
  });
50324
50332
  },
50325
50333
 
50326
- /**
50327
- * toStartDraf
50328
- * @desc: 稿件递送、联合审核、复核
50329
- * @author liufan
50330
- * @date 2022年9月29日
50334
+ /**
50335
+ * toStartDraf
50336
+ * @desc: 稿件递送、联合审核、复核
50337
+ * @author liufan
50338
+ * @date 2022年9月29日
50331
50339
  **/
50332
50340
  toStartDraf: function toStartDraf(res) {
50333
50341
  var _this23 = this;
@@ -50341,11 +50349,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50341
50349
  }
50342
50350
  },
50343
50351
 
50344
- /**
50345
- * toSendMsg
50346
- * @desc:核稿通知
50347
- * @author liufan
50348
- * @date 2022年9月29日
50352
+ /**
50353
+ * toSendMsg
50354
+ * @desc:核稿通知
50355
+ * @author liufan
50356
+ * @date 2022年9月29日
50349
50357
  **/
50350
50358
  toSendMsg: function toSendMsg(res) {
50351
50359
  var _this24 = this;
@@ -50359,11 +50367,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50359
50367
  }
50360
50368
  },
50361
50369
 
50362
- /**
50363
- * toTaskReadAndEnd
50364
- * @desc:分阅并办结
50365
- * @author liufan
50366
- * @date 2022年9月29日
50370
+ /**
50371
+ * toTaskReadAndEnd
50372
+ * @desc:分阅并办结
50373
+ * @author liufan
50374
+ * @date 2022年9月29日
50367
50375
  **/
50368
50376
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50369
50377
  var _this25 = this;
@@ -50381,11 +50389,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50381
50389
  }
50382
50390
  },
50383
50391
 
50384
- /**
50385
- * rejectAndEnd
50386
- * @desc:驳回并办结
50387
- * @author liufan
50388
- * @date 2022年9月29日
50392
+ /**
50393
+ * rejectAndEnd
50394
+ * @desc:驳回并办结
50395
+ * @author liufan
50396
+ * @date 2022年9月29日
50389
50397
  **/
50390
50398
  rejectAndEnd: function rejectAndEnd(res) {
50391
50399
  var _this26 = this;
@@ -50441,11 +50449,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50441
50449
  });
50442
50450
  },
50443
50451
 
50444
- /**
50445
- * toTransfer
50446
- * @desc:转办
50447
- * @author liufan
50448
- * @date 2022年9月29日
50452
+ /**
50453
+ * toTransfer
50454
+ * @desc:转办
50455
+ * @author liufan
50456
+ * @date 2022年9月29日
50449
50457
  **/
50450
50458
  toTransfer: function toTransfer(res) {
50451
50459
  var _this28 = this;
@@ -50464,11 +50472,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50464
50472
  this.nextNode.customLimitTime = val;
50465
50473
  },
50466
50474
 
50467
- /**
50468
- * getNodeInfo
50469
- * @desc:获取节点信息
50470
- * @author liufan
50471
- * @date 2022年5月25日
50475
+ /**
50476
+ * getNodeInfo
50477
+ * @desc:获取节点信息
50478
+ * @author liufan
50479
+ * @date 2022年5月25日
50472
50480
  **/
50473
50481
  getNodeInfo: function getNodeInfo() {
50474
50482
  var _this29 = this;
@@ -50576,12 +50584,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50576
50584
  });
50577
50585
  },
50578
50586
 
50579
- /**
50580
- * selecNext
50581
- * @desc:下步节点变化时更新数据
50582
- * @author liufan
50583
- * @param {String} val 当前选中值
50584
- * @date 2022年5月25日
50587
+ /**
50588
+ * selecNext
50589
+ * @desc:下步节点变化时更新数据
50590
+ * @author liufan
50591
+ * @param {String} val 当前选中值
50592
+ * @date 2022年5月25日
50585
50593
  **/
50586
50594
  selecNext: function selecNext(val, type, isDef) {
50587
50595
  var _this30 = this;
@@ -50713,11 +50721,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50713
50721
  this.getNodeInfo();
50714
50722
  },
50715
50723
 
50716
- /**
50717
- * isMultiple
50718
- * @desc:是否多选
50719
- * @author liufan
50720
- * @date 2022年9月13日
50724
+ /**
50725
+ * isMultiple
50726
+ * @desc:是否多选
50727
+ * @author liufan
50728
+ * @date 2022年9月13日
50721
50729
  **/
50722
50730
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50723
50731
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50749,11 +50757,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50749
50757
  }
50750
50758
  },
50751
50759
 
50752
- /**
50753
- * getHedInfo
50754
- * @desc:获取审核页面数据
50755
- * @author liufan
50756
- * @date 2022年5月25日
50760
+ /**
50761
+ * getHedInfo
50762
+ * @desc:获取审核页面数据
50763
+ * @author liufan
50764
+ * @date 2022年5月25日
50757
50765
  **/
50758
50766
  getHedInfo: function getHedInfo() {
50759
50767
  var _this31 = this;
@@ -50785,6 +50793,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50785
50793
  notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
50786
50794
  nextNodeCheckType = _res$data2.nextNodeCheckType,
50787
50795
  pOrgId = _res$data2.pOrgId,
50796
+ extendData = _res$data2.extendData,
50788
50797
  currentOrgName = _res$data2.currentOrgName,
50789
50798
  pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
50790
50799
  currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
@@ -50999,6 +51008,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50999
51008
  _this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
51000
51009
  _this31.endFlowInfo.nodeId = taskExamine.nodeId;
51001
51010
  }
51011
+ if (extendData && extendData.pendingData && extendData.pendingData.itemname) {
51012
+ _this31.NodeName = extendData.pendingData.itemname;
51013
+ }
51002
51014
  if (_this31.nodeName) {
51003
51015
  _this31.NodeName = _this31.nodeName;
51004
51016
  }
@@ -51059,13 +51071,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51059
51071
  });
51060
51072
  },
51061
51073
 
51062
- /**
51063
- * closeProcess
51064
- * @desc:关闭弹窗
51065
- * @author liufan
51066
- * @param {boolean} val 当前是否办理流程
51067
- * @param {String} type 当前点击的弹窗类型
51068
- * @date 2022年5月25日
51074
+ /**
51075
+ * closeProcess
51076
+ * @desc:关闭弹窗
51077
+ * @author liufan
51078
+ * @param {boolean} val 当前是否办理流程
51079
+ * @param {String} type 当前点击的弹窗类型
51080
+ * @date 2022年5月25日
51069
51081
  **/
51070
51082
  closeProcess: function closeProcess(val, type, closeParent) {
51071
51083
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51085,23 +51097,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51085
51097
  }
51086
51098
  },
51087
51099
 
51088
- /**
51089
- * selectChange
51090
- * @desc:常用语选择
51091
- * @author liufan
51092
- * @param {String} val 选中值
51093
- * @date 2022年5月25日
51100
+ /**
51101
+ * selectChange
51102
+ * @desc:常用语选择
51103
+ * @author liufan
51104
+ * @param {String} val 选中值
51105
+ * @date 2022年5月25日
51094
51106
  **/
51095
51107
  selectChange: function selectChange(val) {
51096
51108
  this.value = val;
51097
51109
  },
51098
51110
 
51099
- /**
51100
- * upDate
51101
- * @desc:修改常用语
51102
- * @author liufan
51103
- * @param {Object} val 修改值
51104
- * @date 2022年5月25日
51111
+ /**
51112
+ * upDate
51113
+ * @desc:修改常用语
51114
+ * @author liufan
51115
+ * @param {Object} val 修改值
51116
+ * @date 2022年5月25日
51105
51117
  **/
51106
51118
  upDate: function upDate(val) {
51107
51119
  this.FormData.id = val.id;
@@ -51109,11 +51121,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51109
51121
  },
51110
51122
 
51111
51123
 
51112
- /**
51113
- * getProcess
51114
- * @desc:获取选择流程
51115
- * @author liufan
51116
- * @date 2022年5月25日
51124
+ /**
51125
+ * getProcess
51126
+ * @desc:获取选择流程
51127
+ * @author liufan
51128
+ * @date 2022年5月25日
51117
51129
  **/
51118
51130
  getProcess: function getProcess(val) {
51119
51131
  var _this32 = this;
@@ -51173,11 +51185,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51173
51185
  });
51174
51186
  },
51175
51187
 
51176
- /**
51177
- * getPendedhistoryList
51178
- * @desc:获取流程列表
51179
- * @author liufan
51180
- * @date 2022年5月25日
51188
+ /**
51189
+ * getPendedhistoryList
51190
+ * @desc:获取流程列表
51191
+ * @author liufan
51192
+ * @date 2022年5月25日
51181
51193
  **/
51182
51194
  getPendedhistoryList: function getPendedhistoryList() {
51183
51195
  var _this33 = this;
@@ -51248,12 +51260,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51248
51260
  beforeSubProcess: function beforeSubProcess() {},
51249
51261
 
51250
51262
  // 提交流程
51251
- /**
51252
- * subProcess
51253
- * @desc:提交流程
51254
- * @author liufan
51255
- * @param {String} formName 当前form表单ref值
51256
- * @date 2022年5月25日
51263
+ /**
51264
+ * subProcess
51265
+ * @desc:提交流程
51266
+ * @author liufan
51267
+ * @param {String} formName 当前form表单ref值
51268
+ * @date 2022年5月25日
51257
51269
  **/
51258
51270
  subProcess: function subProcess(val, type) {
51259
51271
  var _this35 = this;
@@ -51732,8 +51744,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51732
51744
 
51733
51745
  var flow_src_main_component = normalizeComponent(
51734
51746
  packages_flow_src_mainvue_type_script_lang_js_,
51735
- mainvue_type_template_id_f5a32352_render,
51736
- mainvue_type_template_id_f5a32352_staticRenderFns,
51747
+ mainvue_type_template_id_2e509c0a_render,
51748
+ mainvue_type_template_id_2e509c0a_staticRenderFns,
51737
51749
  false,
51738
51750
  null,
51739
51751
  null,
@@ -53760,8 +53772,8 @@ flow_group_src_main.install = function (Vue) {
53760
53772
  };
53761
53773
 
53762
53774
  /* harmony default export */ var flow_group = (flow_group_src_main);
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 () {
53775
+ // 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=dfc18528&
53776
+ var mainvue_type_template_id_dfc18528_render = function () {
53765
53777
  var _vm = this
53766
53778
  var _h = _vm.$createElement
53767
53779
  var _c = _vm._self._c || _h
@@ -53877,6 +53889,222 @@ var mainvue_type_template_id_6a860319_render = function () {
53877
53889
  1
53878
53890
  )
53879
53891
  : _vm._e(),
53892
+ _vm.showBatchDelete
53893
+ ? _c(
53894
+ "es-dialog",
53895
+ {
53896
+ staticClass: "es-flow-list-dialog",
53897
+ attrs: {
53898
+ "append-to-body": "",
53899
+ "close-on-click-modal": false,
53900
+ title: "流程历史批量删除",
53901
+ visible: _vm.showBatchDelete,
53902
+ },
53903
+ on: {
53904
+ "update:visible": function ($event) {
53905
+ _vm.showBatchDelete = $event
53906
+ },
53907
+ },
53908
+ },
53909
+ [
53910
+ _c(
53911
+ "div",
53912
+ {
53913
+ directives: [
53914
+ {
53915
+ name: "loading",
53916
+ rawName: "v-loading",
53917
+ value: _vm.batchDeleteLoading,
53918
+ expression: "batchDeleteLoading",
53919
+ },
53920
+ ],
53921
+ staticStyle: { height: "100%" },
53922
+ },
53923
+ [
53924
+ _vm.showBatchDelete
53925
+ ? _c("es-data-table", {
53926
+ staticStyle: { width: "100%" },
53927
+ attrs: {
53928
+ checkbox: "",
53929
+ data: _vm.batchdeleteTableList,
53930
+ thead: _vm.batchdeleteThead,
53931
+ numbers: "",
53932
+ full: "",
53933
+ },
53934
+ on: {
53935
+ "selection-change": function ($event) {
53936
+ _vm.handleSelectionChange($event, "batchDelete")
53937
+ },
53938
+ },
53939
+ })
53940
+ : _vm._e(),
53941
+ _c(
53942
+ "div",
53943
+ { staticClass: "batch-delete-footer" },
53944
+ [
53945
+ _c("el-input", {
53946
+ staticClass: "batch-delete-footer-input",
53947
+ attrs: { placeholder: "请输入批量删除的原因" },
53948
+ model: {
53949
+ value: _vm.batchdeletereason,
53950
+ callback: function ($$v) {
53951
+ _vm.batchdeletereason = $$v
53952
+ },
53953
+ expression: "batchdeletereason",
53954
+ },
53955
+ }),
53956
+ _c(
53957
+ "es-button",
53958
+ {
53959
+ attrs: { type: "primary" },
53960
+ on: { click: _vm.handleBatchDelete },
53961
+ },
53962
+ [_vm._v("批量删除")]
53963
+ ),
53964
+ _c(
53965
+ "es-button",
53966
+ {
53967
+ attrs: { type: "primary" },
53968
+ on: {
53969
+ click: function ($event) {
53970
+ _vm.showBatchDelete = false
53971
+ },
53972
+ },
53973
+ },
53974
+ [_vm._v("取消")]
53975
+ ),
53976
+ ],
53977
+ 1
53978
+ ),
53979
+ ],
53980
+ 1
53981
+ ),
53982
+ ]
53983
+ )
53984
+ : _vm._e(),
53985
+ _vm.showDelete
53986
+ ? _c(
53987
+ "es-dialog",
53988
+ {
53989
+ staticClass: "es-flow-list-dialog",
53990
+ attrs: {
53991
+ "append-to-body": "",
53992
+ "close-on-click-modal": false,
53993
+ title: "查看删除记录",
53994
+ visible: _vm.showDelete,
53995
+ },
53996
+ on: {
53997
+ "update:visible": function ($event) {
53998
+ _vm.showDelete = $event
53999
+ },
54000
+ },
54001
+ },
54002
+ [
54003
+ _c(
54004
+ "div",
54005
+ {
54006
+ directives: [
54007
+ {
54008
+ name: "loading",
54009
+ rawName: "v-loading",
54010
+ value: _vm.deleteLoading,
54011
+ expression: "deleteLoading",
54012
+ },
54013
+ ],
54014
+ staticStyle: { height: "100%" },
54015
+ },
54016
+ [
54017
+ _vm.showDelete
54018
+ ? _c("es-data-table", {
54019
+ staticStyle: { width: "100%" },
54020
+ attrs: {
54021
+ data: _vm.deleteTableList,
54022
+ thead: _vm.deleteThead,
54023
+ numbers: "",
54024
+ full: "",
54025
+ page: _vm.pageInfo,
54026
+ },
54027
+ on: {
54028
+ "btn-click": _vm.handleBtnShowClick,
54029
+ "page-size-change": function ($event) {
54030
+ _vm.handleSizeChange($event, "delete")
54031
+ },
54032
+ "page-current-change": function ($event) {
54033
+ _vm.handleCurrentChange($event, "delete")
54034
+ },
54035
+ "sort-change": function ($event) {
54036
+ _vm.sortChange($event, "delete")
54037
+ },
54038
+ },
54039
+ })
54040
+ : _vm._e(),
54041
+ ],
54042
+ 1
54043
+ ),
54044
+ ]
54045
+ )
54046
+ : _vm._e(),
54047
+ _vm.showReset
54048
+ ? _c(
54049
+ "es-dialog",
54050
+ {
54051
+ staticClass: "es-flow-list-dialog",
54052
+ attrs: {
54053
+ "append-to-body": "",
54054
+ "close-on-click-modal": false,
54055
+ title: "查看重设记录",
54056
+ visible: _vm.showReset,
54057
+ },
54058
+ on: {
54059
+ "update:visible": function ($event) {
54060
+ _vm.showReset = $event
54061
+ },
54062
+ },
54063
+ },
54064
+ [
54065
+ _c(
54066
+ "div",
54067
+ {
54068
+ directives: [
54069
+ {
54070
+ name: "loading",
54071
+ rawName: "v-loading",
54072
+ value: _vm.resetLoading,
54073
+ expression: "resetLoading",
54074
+ },
54075
+ ],
54076
+ staticStyle: { height: "100%" },
54077
+ },
54078
+ [
54079
+ _vm.showReset
54080
+ ? _c("es-data-table", {
54081
+ staticStyle: { width: "100%" },
54082
+ attrs: {
54083
+ data: _vm.resetTableList,
54084
+ thead: _vm.resetThead,
54085
+ numbers: "",
54086
+ full: "",
54087
+ page: _vm.pageInfo,
54088
+ },
54089
+ on: {
54090
+ "page-size-change": function ($event) {
54091
+ _vm.handleSizeChange($event, "reset")
54092
+ },
54093
+ "page-current-change": function ($event) {
54094
+ _vm.handleCurrentChange($event, "reset")
54095
+ },
54096
+ "sort-change": function ($event) {
54097
+ _vm.sortChange($event, "reset")
54098
+ },
54099
+ },
54100
+ })
54101
+ : _vm._e(),
54102
+ ],
54103
+ 1
54104
+ ),
54105
+ ]
54106
+ )
54107
+ : _vm._e(),
53880
54108
  _vm.showPress
53881
54109
  ? _c(
53882
54110
  "es-dialog",
@@ -53886,7 +54114,6 @@ var mainvue_type_template_id_6a860319_render = function () {
53886
54114
  "close-on-click-modal": false,
53887
54115
  title: "查看催办记录",
53888
54116
  visible: _vm.showPress,
53889
- height: "500px",
53890
54117
  },
53891
54118
  on: {
53892
54119
  "update:visible": function ($event) {
@@ -53906,7 +54133,7 @@ var mainvue_type_template_id_6a860319_render = function () {
53906
54133
  expression: "pressLoading",
53907
54134
  },
53908
54135
  ],
53909
- staticStyle: { height: "400px" },
54136
+ staticStyle: { height: "100%" },
53910
54137
  },
53911
54138
  [
53912
54139
  _vm.show
@@ -53920,9 +54147,15 @@ var mainvue_type_template_id_6a860319_render = function () {
53920
54147
  page: _vm.pageInfo,
53921
54148
  },
53922
54149
  on: {
53923
- "page-size-change": _vm.handleSizeChange,
53924
- "page-current-change": _vm.handleCurrentChange,
53925
- "sort-change": _vm.sortChange,
54150
+ "page-size-change": function ($event) {
54151
+ _vm.handleSizeChange($event, "press")
54152
+ },
54153
+ "page-current-change": function ($event) {
54154
+ _vm.handleCurrentChange($event, "press")
54155
+ },
54156
+ "sort-change": function ($event) {
54157
+ _vm.sortChange($event, "press")
54158
+ },
53926
54159
  },
53927
54160
  })
53928
54161
  : _vm._e(),
@@ -53971,11 +54204,11 @@ var mainvue_type_template_id_6a860319_render = function () {
53971
54204
  2
53972
54205
  )
53973
54206
  }
53974
- var mainvue_type_template_id_6a860319_staticRenderFns = []
53975
- mainvue_type_template_id_6a860319_render._withStripped = true
54207
+ var mainvue_type_template_id_dfc18528_staticRenderFns = []
54208
+ mainvue_type_template_id_dfc18528_render._withStripped = true
53976
54209
 
53977
54210
 
53978
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6a860319&
54211
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=dfc18528&
53979
54212
 
53980
54213
  // 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&
53981
54214
 
@@ -54085,6 +54318,78 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54085
54318
  //
54086
54319
  //
54087
54320
  //
54321
+ //
54322
+ //
54323
+ //
54324
+ //
54325
+ //
54326
+ //
54327
+ //
54328
+ //
54329
+ //
54330
+ //
54331
+ //
54332
+ //
54333
+ //
54334
+ //
54335
+ //
54336
+ //
54337
+ //
54338
+ //
54339
+ //
54340
+ //
54341
+ //
54342
+ //
54343
+ //
54344
+ //
54345
+ //
54346
+ //
54347
+ //
54348
+ //
54349
+ //
54350
+ //
54351
+ //
54352
+ //
54353
+ //
54354
+ //
54355
+ //
54356
+ //
54357
+ //
54358
+ //
54359
+ //
54360
+ //
54361
+ //
54362
+ //
54363
+ //
54364
+ //
54365
+ //
54366
+ //
54367
+ //
54368
+ //
54369
+ //
54370
+ //
54371
+ //
54372
+ //
54373
+ //
54374
+ //
54375
+ //
54376
+ //
54377
+ //
54378
+ //
54379
+ //
54380
+ //
54381
+ //
54382
+ //
54383
+ //
54384
+ //
54385
+ //
54386
+ //
54387
+ //
54388
+ //
54389
+ //
54390
+ //
54391
+ //
54392
+ //
54088
54393
 
54089
54394
 
54090
54395
 
@@ -54168,6 +54473,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54168
54473
  pressTableList: [],
54169
54474
  circularData: [],
54170
54475
  selectList: [],
54476
+ batchDeleteSelectList: [],
54171
54477
  flowHeight: '',
54172
54478
  presetHeight: '',
54173
54479
  signHeight: '',
@@ -54212,6 +54518,164 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54212
54518
  loading: '', //加载中
54213
54519
  preset_type: [], //预设类型
54214
54520
  showPress: false, //查看催办记录弹窗
54521
+ showDelete: false, //删除记录弹窗
54522
+ showBatchDelete: false,
54523
+ deleteLoading: false,
54524
+ batchDeleteLoading: false,
54525
+ deleteTableList: [],
54526
+ batchdeleteTableList: [],
54527
+ batchdeletereason: '',
54528
+ batchdeleteThead: [{
54529
+ title: '步骤',
54530
+ align: 'center',
54531
+ // sortable: true,
54532
+ showOverflowTooltip: true,
54533
+ field: 'itemname'
54534
+ }, {
54535
+ title: '办理人',
54536
+ align: 'center',
54537
+ showOverflowTooltip: true,
54538
+ width: 120,
54539
+ // sortable: true,
54540
+ field: 'userName'
54541
+ }, {
54542
+ label: '状态',
54543
+ field: 'pendstate',
54544
+ key: 'zt',
54545
+ align: 'center',
54546
+ showOverflowTooltip: true,
54547
+ width: this.theadWidth.pendstate || 80,
54548
+ render: function render(h, params) {
54549
+ return h('span', {
54550
+ style: {
54551
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue'
54552
+ },
54553
+ domProps: { innerHTML: params.row.querykeywords }
54554
+ });
54555
+ }
54556
+ }, {
54557
+ title: '办理意见',
54558
+ align: 'center',
54559
+ showOverflowTooltip: true,
54560
+ // sortable: true,
54561
+ field: 'doresult'
54562
+ }, {
54563
+ title: '办理时间',
54564
+ align: 'center',
54565
+ showOverflowTooltip: true,
54566
+ // sortable: true,
54567
+ field: 'doetime',
54568
+ render: function render(h, params) {
54569
+ return h('span', {}, params.row.doetime ? utils_util.formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
54570
+ }
54571
+ }],
54572
+ deleteThead: [{
54573
+ title: '步骤',
54574
+ align: 'center',
54575
+ // sortable: true,
54576
+ showOverflowTooltip: true,
54577
+ field: 'itemname'
54578
+ }, {
54579
+ title: '办理人',
54580
+ align: 'center',
54581
+ showOverflowTooltip: true,
54582
+ width: 120,
54583
+ // sortable: true,
54584
+ field: 'userName'
54585
+ }, {
54586
+ title: '办理意见',
54587
+ align: 'center',
54588
+ showOverflowTooltip: true,
54589
+ width: 240,
54590
+ // sortable: true,
54591
+ field: 'doresult'
54592
+ }, {
54593
+ title: '办理时间',
54594
+ align: 'center',
54595
+ width: 150,
54596
+ showOverflowTooltip: true,
54597
+ // sortable: true,
54598
+ field: 'doetime'
54599
+ }, {
54600
+ title: '删除人',
54601
+ showOverflowTooltip: true,
54602
+ width: 120,
54603
+ align: 'center',
54604
+ // sortable: true,
54605
+ field: 'querykeywords'
54606
+ }, {
54607
+ title: '删除原因',
54608
+ align: 'center',
54609
+ width: 240,
54610
+ showOverflowTooltip: true,
54611
+ // sortable: true,
54612
+ field: 'upstepInfo'
54613
+ }, {
54614
+ title: '删除时间',
54615
+ align: 'center',
54616
+ width: 150,
54617
+ showOverflowTooltip: true,
54618
+ // sortable: true,
54619
+ field: 'statechangetime'
54620
+ }, {
54621
+ title: '操作',
54622
+ type: 'handle',
54623
+ events: [{
54624
+ text: '恢复'
54625
+ }]
54626
+ }],
54627
+ showReset: false, //重设记录弹窗
54628
+ resetLoading: false,
54629
+ resetTableList: [],
54630
+ resetThead: [{
54631
+ title: '重设人登录名',
54632
+ align: 'center',
54633
+ // sortable: true,
54634
+ showOverflowTooltip: true,
54635
+ field: 'reset_person_login_name'
54636
+ }, {
54637
+ title: '重设人姓名',
54638
+ align: 'center',
54639
+ showOverflowTooltip: true,
54640
+ // sortable: true,
54641
+ field: 'reset_person_name'
54642
+ }, {
54643
+ title: '重设前节点',
54644
+ align: 'center',
54645
+ showOverflowTooltip: true,
54646
+ // sortable: true,
54647
+ field: 'reset_bf_item'
54648
+ }, {
54649
+ title: '重设前执行人',
54650
+ align: 'center',
54651
+ showOverflowTooltip: true,
54652
+ // sortable: true,
54653
+ field: 'reset_bf_user'
54654
+ }, {
54655
+ title: '重设后节点',
54656
+ showOverflowTooltip: true,
54657
+ align: 'center',
54658
+ // sortable: true,
54659
+ field: 'reset_af_item'
54660
+ }, {
54661
+ title: '重设后执行人',
54662
+ align: 'center',
54663
+ showOverflowTooltip: true,
54664
+ // sortable: true,
54665
+ field: 'reset_af_user'
54666
+ }, {
54667
+ title: '重设时间',
54668
+ align: 'center',
54669
+ showOverflowTooltip: true,
54670
+ // sortable: true,
54671
+ field: 'reset_time'
54672
+ }, {
54673
+ title: '操作IP',
54674
+ align: 'center',
54675
+ showOverflowTooltip: true,
54676
+ // sortable: true,
54677
+ field: 'reset_ip'
54678
+ }],
54215
54679
  modify: false,
54216
54680
  formData: { reason: '' },
54217
54681
 
@@ -54235,9 +54699,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54235
54699
  showSuggest: 'all', //筛选显示数据
54236
54700
  presetInfoListHiddenColumns: '', //隐藏表格展示数据
54237
54701
  canDelete: false, //是否展示操作按钮
54702
+ canBatchDelete: false, //是否可以批量删除
54703
+ isSuperRole: false, //是否管理员
54704
+ isShowReset: false, //是否显示重设记录
54238
54705
  historyId: '',
54239
54706
  sidx: '',
54240
- sord: '',
54707
+ sord: 'asc',
54241
54708
  modalType: '',
54242
54709
  total: 0
54243
54710
  };
@@ -54323,8 +54790,55 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54323
54790
  }, {
54324
54791
  value: 2,
54325
54792
  name: '部门排序'
54793
+ // {
54794
+ // value: 3,
54795
+ // name: '树形排序'
54796
+ // }
54326
54797
  }]
54327
54798
  }]
54799
+ }, {
54800
+ type: 'button',
54801
+ name: 'btn',
54802
+ width: '140px',
54803
+ contents: [{
54804
+ text: '删除记录',
54805
+ type: 'primary',
54806
+ hide: !this.canDelete && !this.isSuperRole,
54807
+ event: function event(res) {
54808
+ // click: (key, value) => {
54809
+ _this.showDelete = true;
54810
+ _this.currentPage = 1;
54811
+ _this.pageSize = 20;
54812
+ _this.getDeletList();
54813
+ // }
54814
+ }
54815
+ }, {
54816
+ text: '批量删除',
54817
+ type: 'primary',
54818
+ hide: !this.canBatchDelete && !this.isSuperRole,
54819
+ event: function event(res) {
54820
+ // click: (key, value) => {
54821
+ _this.showBatchDelete = true;
54822
+ _this.batchdeleteTableList = _this.flowData.filter(function (x) {
54823
+ return x.pendstate == 2;
54824
+ });
54825
+ console.log(res, '批量删除');
54826
+ // }
54827
+ }
54828
+ }, {
54829
+ text: '重设记录',
54830
+ type: 'primary',
54831
+ hide: !this.isShowReset,
54832
+ event: function event(res) {
54833
+ // click: (key, value) => {
54834
+ _this.showReset = true;
54835
+ _this.currentPage = 1;
54836
+ _this.pageSize = 20;
54837
+ _this.getResetList();
54838
+ console.log(res, '重设记录');
54839
+ // }
54840
+ }
54841
+ }]
54328
54842
  }],
54329
54843
  preset: [{
54330
54844
  type: 'text',
@@ -55043,9 +55557,104 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55043
55557
 
55044
55558
 
55045
55559
  methods: {
55046
- recallReadFun: function recallReadFun() {
55560
+ /**
55561
+ * handleBatchDelete
55562
+ * @desc:批量删除
55563
+ * @author liufan
55564
+ * @date 2025年12月31日
55565
+ **/
55566
+ handleBatchDelete: function handleBatchDelete() {
55047
55567
  var _this6 = this;
55048
55568
 
55569
+ if (this.batchDeleteSelectList.length == 0) {
55570
+ this.$message.error('请选择需要删除的流程历史数据!');
55571
+ return;
55572
+ }
55573
+ if (!this.batchdeletereason) {
55574
+ this.$message.error('请输入批量删除的原因!');
55575
+ return;
55576
+ }
55577
+ var ids = this.batchDeleteSelectList.map(function (item) {
55578
+ return item.id;
55579
+ }).join(',');
55580
+ var params = {
55581
+ url: batchDelete,
55582
+ method: 'POST',
55583
+ data: { ids: ids, reason: this.batchdeletereason }
55584
+ };
55585
+ console.log(params);
55586
+ this.$confirm('您确定要批量删除勾选上的流程历史数据吗?', {
55587
+ confirmButtonText: '确定',
55588
+ cancelButtonText: '取消',
55589
+ type: 'warning'
55590
+ }).then(function () {
55591
+ _this6.loading = utils_util.loading(_this6.$loading, '批量删除中...');
55592
+ utils_util.ajax(params).then(function (res) {
55593
+ _this6.loading.close();
55594
+ if (res.rCode == 0 || res.status == 'success') {
55595
+ _this6.flowData = _this6.flowData.filter(function (item) {
55596
+ return ids.indexOf(item.id) == -1;
55597
+ });
55598
+ _this6.batchdeleteTableList = _this6.flowData.filter(function (x) {
55599
+ return x.pendstate == 2;
55600
+ });
55601
+ _this6.batchdeletereason = '';
55602
+ _this6.show = false;
55603
+ setTimeout(function () {
55604
+ _this6.show = true;
55605
+ }, 0);
55606
+ _this6.$message({
55607
+ message: '删除成功',
55608
+ type: 'success'
55609
+ });
55610
+ } else {
55611
+ _this6.$message.error(res.message);
55612
+ }
55613
+ }).catch(function (err) {
55614
+ _this6.loading.close();
55615
+ if (err.message && err.message !== 'canceled') {
55616
+ _this6.$message.error(err.message);
55617
+ }
55618
+ });
55619
+ }).catch(function () {});
55620
+ },
55621
+ handleBtnShowClick: function handleBtnShowClick(val) {
55622
+ var _this7 = this;
55623
+
55624
+ var handle = val.handle,
55625
+ row = val.row;
55626
+
55627
+ if (handle.text == '恢复') {
55628
+ var params = {
55629
+ url: restoredHistory,
55630
+ params: {
55631
+ id: row.id
55632
+ }
55633
+ };
55634
+ this.$confirm('您确定要恢复这条办理历史吗?', {
55635
+ confirmButtonText: '确定',
55636
+ cancelButtonText: '取消',
55637
+ type: 'warning'
55638
+ }).then(function () {
55639
+ _this7.loading = utils_util.loading(_this7.$loading, '恢复中...');
55640
+ utils_util.ajax(params).then(function (res) {
55641
+ _this7.loading.close();
55642
+ if (res.rCode == 0 || res.status == 'success') {
55643
+ _this7.getDeletList();
55644
+ _this7.getFlowList();
55645
+ _this7.$message({
55646
+ message: '恢复成功',
55647
+ type: 'success'
55648
+ });
55649
+ }
55650
+ });
55651
+ // _that.subMit(res.results,type)
55652
+ }).catch(function () {});
55653
+ }
55654
+ },
55655
+ recallReadFun: function recallReadFun() {
55656
+ var _this8 = this;
55657
+
55049
55658
  var _that = this;
55050
55659
  var pendingIds = _that.selectList.map(function (x) {
55051
55660
  return x.id;
@@ -55087,7 +55696,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55087
55696
  return _context2.stop();
55088
55697
  }
55089
55698
  }
55090
- }, _callee2, _this6);
55699
+ }, _callee2, _this8);
55091
55700
  }));
55092
55701
 
55093
55702
  return function (_x) {
@@ -55096,7 +55705,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55096
55705
  }());
55097
55706
  },
55098
55707
  recallRead: function recallRead() {
55099
- var _this7 = this;
55708
+ var _this9 = this;
55100
55709
 
55101
55710
  if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
55102
55711
  this.$confirm('是否确认撤销选中的分阅?', '提示', {
@@ -55104,14 +55713,19 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55104
55713
  cancelButtonText: '取消',
55105
55714
  type: 'warning'
55106
55715
  }).then(function () {
55107
- _this7.recallReadFun();
55716
+ _this9.recallReadFun();
55108
55717
  });
55109
55718
  },
55110
- handleSelectionChange: function handleSelectionChange(val) {
55111
- this.selectList = val;
55719
+ handleSelectionChange: function handleSelectionChange(val, type) {
55720
+ if (type == 'batchDelete') {
55721
+ this.batchDeleteSelectList = val;
55722
+ console.log(this.batchDeleteSelectList, 'this.batchDeleteSelectList');
55723
+ } else {
55724
+ this.selectList = val;
55725
+ }
55112
55726
  },
55113
55727
  handledraw: function handledraw(pendedHistoryId) {
55114
- var _this8 = this;
55728
+ var _this10 = this;
55115
55729
 
55116
55730
  var params = {
55117
55731
  url: circularReadWithdraw,
@@ -55122,15 +55736,15 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55122
55736
  cancelButtonText: '取消',
55123
55737
  type: 'warning'
55124
55738
  }).then(function () {
55125
- _this8.loading = utils_util.loading(_this8.$loading, '撤回中...');
55739
+ _this10.loading = utils_util.loading(_this10.$loading, '撤回中...');
55126
55740
  utils_util.ajax(params).then(function (res) {
55127
- _this8.loading.close();
55741
+ _this10.loading.close();
55128
55742
  if (res.rCode == 0) {
55129
- _this8.$message({
55743
+ _this10.$message({
55130
55744
  message: '撤回成功',
55131
55745
  type: 'success'
55132
55746
  });
55133
- _this8.getCircularReadList();
55747
+ _this10.getCircularReadList();
55134
55748
  }
55135
55749
  });
55136
55750
  // _that.subMit(res.results,type)
@@ -55211,15 +55825,15 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55211
55825
  }
55212
55826
  },
55213
55827
 
55214
- /**
55215
- * handleFormSubmit
55216
- * @desc:删除节点点击事件
55217
- * @param {Object} formData 点击删除的form数据
55218
- * @author liufan
55219
- * @date 2022年11月29日
55828
+ /**
55829
+ * handleFormSubmit
55830
+ * @desc:删除节点点击事件
55831
+ * @param {Object} formData 点击删除的form数据
55832
+ * @author liufan
55833
+ * @date 2022年11月29日
55220
55834
  **/
55221
55835
  handleFormSubmit: function handleFormSubmit(formData) {
55222
- var _this9 = this;
55836
+ var _this11 = this;
55223
55837
 
55224
55838
  this.delLoading = true;
55225
55839
  var params = {
@@ -55236,28 +55850,28 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55236
55850
  var status = res.status,
55237
55851
  message = res.message;
55238
55852
 
55239
- _this9.delLoading = false;
55853
+ _this11.delLoading = false;
55240
55854
  if (status === 'success') {
55241
- _this9.$message.success((_this9.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
55242
- _this9.showDel = false;
55243
- _this9.handleChange();
55855
+ _this11.$message.success((_this11.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
55856
+ _this11.showDel = false;
55857
+ _this11.handleChange();
55244
55858
  } else {
55245
- _this9.$message.error(message || '系统错误,请联系管理员!');
55859
+ _this11.$message.error(message || '系统错误,请联系管理员!');
55246
55860
  }
55247
55861
  }).catch(function (err) {
55248
- _this9.delLoading = false;
55862
+ _this11.delLoading = false;
55249
55863
  if (err.message && err.message !== 'canceled') {
55250
- _this9.$message.error(err.message);
55864
+ _this11.$message.error(err.message);
55251
55865
  }
55252
55866
  });
55253
55867
  },
55254
55868
 
55255
- /**
55256
- * del
55257
- * @desc:展示删除弹窗
55258
- * @param {String} id 当前点击数据id
55259
- * @author liufan
55260
- * @date 2022年11月29日
55869
+ /**
55870
+ * del
55871
+ * @desc:展示删除弹窗
55872
+ * @param {String} id 当前点击数据id
55873
+ * @author liufan
55874
+ * @date 2022年11月29日
55261
55875
  **/
55262
55876
  del: function del(id, type) {
55263
55877
  this.modalType = type;
@@ -55265,54 +55879,131 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55265
55879
  this.showDel = true;
55266
55880
  },
55267
55881
 
55268
- /**
55269
- * handleCurrentChange
55270
- * @desc:监听页码变化
55271
- * @param {String} val 当前页
55272
- * @author liufan
55273
- * @date 2022年11月29日
55882
+ /**
55883
+ * handleCurrentChange
55884
+ * @desc:监听页码变化
55885
+ * @param {String} val 当前页
55886
+ * @author liufan
55887
+ * @date 2022年11月29日
55274
55888
  **/
55275
- handleCurrentChange: function handleCurrentChange(val) {
55889
+ handleCurrentChange: function handleCurrentChange(val, type) {
55276
55890
  this.currentPage = val;
55277
- this.getPressList();
55891
+ if (type == 'press') {
55892
+ this.getPressList();
55893
+ }
55278
55894
  },
55279
55895
 
55280
- /**
55281
- * handleSizeChange
55282
- * @desc:监听每页数据显示数量变化
55283
- * @param {String} val 每页展示数量
55284
- * @author liufan
55285
- * @date 2022年11月29日
55896
+ /**
55897
+ * handleSizeChange
55898
+ * @desc:监听每页数据显示数量变化
55899
+ * @param {String} val 每页展示数量
55900
+ * @author liufan
55901
+ * @date 2022年11月29日
55286
55902
  **/
55287
55903
  handleSizeChange: function handleSizeChange(val) {
55288
55904
  this.pageSize = val;
55289
- this.getPressList();
55905
+ if (type == 'press') {
55906
+ this.getPressList();
55907
+ }
55290
55908
  },
55291
55909
 
55292
- /**
55293
- * sortChange
55294
- * @desc:监听排序变化
55295
- * @param {Object} info 需要排序的字段及排序方式
55296
- * @author liufan
55297
- * @date 2022年11月29日
55910
+ /**
55911
+ * sortChange
55912
+ * @desc:监听排序变化
55913
+ * @param {Object} info 需要排序的字段及排序方式
55914
+ * @author liufan
55915
+ * @date 2022年11月29日
55298
55916
  **/
55299
- sortChange: function sortChange(info) {
55300
- var prop = info.prop,
55301
- order = info.order;
55917
+ sortChange: function sortChange(info, type) {
55918
+ console.log(info);
55919
+ var prop = info.prop;
55302
55920
 
55303
55921
  this.sidx = prop;
55304
- this.sord = order.replace('ending', '');
55305
- this.getPressList();
55922
+ this.sord = this.sord == 'asc' ? 'desc' : 'asc';
55923
+ if (type == 'press') {
55924
+ this.getPressList();
55925
+ } else if (type == 'reset') {
55926
+ this.getResetList();
55927
+ } else if (type == 'delete') {
55928
+ this.getDeletList();
55929
+ }
55930
+ },
55931
+
55932
+ /**
55933
+ * getDeletList
55934
+ * @desc:删除列表数据
55935
+ * @author liufan
55936
+ * @date 2025年12月30日
55937
+ **/
55938
+ getDeletList: function getDeletList() {
55939
+ var _this12 = this;
55940
+
55941
+ var pageSize = this.pageSize,
55942
+ sidx = this.sidx,
55943
+ sord = this.sord,
55944
+ currentPage = this.currentPage,
55945
+ businessId = this.businessId;
55946
+
55947
+ this.deleteLoading = true;
55948
+ var params = {
55949
+ url: deletedListJson + '?apprecordId=' + businessId,
55950
+ method: 'POST',
55951
+ data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
55952
+ };
55953
+ utils_util.ajax(params).then(function (res) {
55954
+ _this12.deleteTableList = res.data;
55955
+ _this12.total = res.totalrecords;
55956
+ _this12.deleteLoading = false;
55957
+ }).catch(function (err) {
55958
+ _this12.deleteLoading = false;
55959
+ if (err.message && err.message !== 'canceled') {
55960
+ _this12.$message.error(err.message);
55961
+ }
55962
+ });
55306
55963
  },
55307
55964
 
55308
- /**
55309
- * getPressList
55310
- * @desc:催办列表数据
55311
- * @author liufan
55312
- * @date 20221129
55965
+ /**
55966
+ * getResetList
55967
+ * @desc:重设列表数据
55968
+ * @author liufan
55969
+ * @date 20251230
55970
+ **/
55971
+ getResetList: function getResetList() {
55972
+ var _this13 = this;
55973
+
55974
+ var pageSize = this.pageSize,
55975
+ sidx = this.sidx,
55976
+ sord = this.sord,
55977
+ currentPage = this.currentPage,
55978
+ businessId = this.businessId;
55979
+
55980
+ this.resetLoading = true;
55981
+ var params = {
55982
+ url: resetJson + '?appRecordId=' + businessId,
55983
+ params: { appRecordId: businessId },
55984
+ method: 'POST',
55985
+ data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
55986
+ };
55987
+ utils_util.ajax(params).then(function (res) {
55988
+ _this13.resetTableList = res.data;
55989
+ _this13.total = res.totalrecords;
55990
+ _this13.resetLoading = false;
55991
+ }).catch(function (err) {
55992
+ _this13.resetLoading = false;
55993
+ if (err.message && err.message !== 'canceled') {
55994
+ _this13.$message.error(err.message);
55995
+ }
55996
+ });
55997
+ },
55998
+
55999
+ /**
56000
+ * getPressList
56001
+ * @desc:催办列表数据
56002
+ * @author liufan
56003
+ * @date 2022年11月29日
55313
56004
  **/
55314
56005
  getPressList: function getPressList() {
55315
- var _this10 = this;
56006
+ var _this14 = this;
55316
56007
 
55317
56008
  var historyId = this.historyId,
55318
56009
  pageSize = this.pageSize,
@@ -55328,23 +56019,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55328
56019
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
55329
56020
  };
55330
56021
  utils_util.ajax(params).then(function (res) {
55331
- _this10.pressTableList = res.data;
55332
- _this10.total = res.totalrecords;
55333
- _this10.pressLoading = false;
56022
+ _this14.pressTableList = res.data;
56023
+ _this14.total = res.totalrecords;
56024
+ _this14.pressLoading = false;
55334
56025
  }).catch(function (err) {
55335
- _this10.pressLoading = false;
56026
+ _this14.pressLoading = false;
55336
56027
  if (err.message && err.message !== 'canceled') {
55337
- _this10.$message.error(err.message);
56028
+ _this14.$message.error(err.message);
55338
56029
  }
55339
56030
  });
55340
56031
  },
55341
56032
 
55342
- /**
55343
- * goPress
55344
- * @desc:催办列表查看
55345
- * @param {String} id 催办列表id
55346
- * @author liufan
55347
- * @date 2022年11月29日
56033
+ /**
56034
+ * goPress
56035
+ * @desc:催办列表查看
56036
+ * @param {String} id 催办列表id
56037
+ * @author liufan
56038
+ * @date 2022年11月29日
55348
56039
  **/
55349
56040
  goPress: function goPress(id) {
55350
56041
  this.historyId = id;
@@ -55352,23 +56043,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55352
56043
  this.getPressList();
55353
56044
  },
55354
56045
 
55355
- /**
55356
- * showFile
55357
- * @desc:附件查看
55358
- * @param {String} ownId 附件id
55359
- * @author liufan
55360
- * @date 2022年11月29日
56046
+ /**
56047
+ * showFile
56048
+ * @desc:附件查看
56049
+ * @param {String} ownId 附件id
56050
+ * @author liufan
56051
+ * @date 2022年11月29日
55361
56052
  **/
55362
56053
  showFile: function showFile(ownId) {
55363
56054
  this.wfpendingid = ownId;
55364
56055
  this.showFileList = true;
55365
56056
  },
55366
56057
 
55367
- /**
55368
- * handleChange
55369
- * @desc:切换排序方式
55370
- * @author liufan
55371
- * @date 2022年11月22日
56058
+ /**
56059
+ * handleChange
56060
+ * @desc:切换排序方式
56061
+ * @author liufan
56062
+ * @date 2022年11月22日
55372
56063
  **/
55373
56064
  handleChange: function handleChange(key, value) {
55374
56065
  if (value) {
@@ -55379,7 +56070,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55379
56070
  this.getFlowList();
55380
56071
  },
55381
56072
  getFyListJson: function getFyListJson(type) {
55382
- var _this11 = this;
56073
+ var _this15 = this;
55383
56074
 
55384
56075
  return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
55385
56076
  var params;
@@ -55390,20 +56081,20 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55390
56081
  params = {
55391
56082
  url: fyListJson,
55392
56083
  params: {
55393
- appRecordId: _this11.businessId,
56084
+ appRecordId: _this15.businessId,
55394
56085
  status: type
55395
56086
  }
55396
56087
  };
55397
56088
  _context3.next = 3;
55398
56089
  return utils_util.ajax(params).then(function (res) {
55399
56090
  if (type == 1) {
55400
- _this11.untreatedReadData = res.data;
55401
- _this11.untreatedReadData.map(function (x, i) {
56091
+ _this15.untreatedReadData = res.data;
56092
+ _this15.untreatedReadData.map(function (x, i) {
55402
56093
  x.sort = i + 1;
55403
56094
  });
55404
56095
  } else {
55405
- _this11.processedReadData = res.data;
55406
- _this11.processedReadData.map(function (x, i) {
56096
+ _this15.processedReadData = res.data;
56097
+ _this15.processedReadData.map(function (x, i) {
55407
56098
  x.sort = i + 1;
55408
56099
  });
55409
56100
  }
@@ -55414,18 +56105,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55414
56105
  return _context3.stop();
55415
56106
  }
55416
56107
  }
55417
- }, _callee3, _this11);
56108
+ }, _callee3, _this15);
55418
56109
  }))();
55419
56110
  },
55420
56111
 
55421
- /**
55422
- * getFlowList
55423
- * @desc:获取流程列表
55424
- * @author liufan
55425
- * @date 2022年11月22日
56112
+ /**
56113
+ * getFlowList
56114
+ * @desc:获取流程列表
56115
+ * @author liufan
56116
+ * @date 2022年11月22日
55426
56117
  **/
55427
56118
  getFlowList: function getFlowList(type) {
55428
- var _this12 = this;
56119
+ var _this16 = this;
55429
56120
 
55430
56121
  var params = {
55431
56122
  url: pendedhistoryListJson,
@@ -55447,64 +56138,70 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55447
56138
  isShort = _res$data.isShort,
55448
56139
  modify = _res$data.modify,
55449
56140
  canDelete = _res$data.canDelete,
56141
+ canBatchDelete = _res$data.canBatchDelete,
56142
+ isSuperRole = _res$data.isSuperRole,
56143
+ isShowReset = _res$data.isShowReset,
55450
56144
  taskReadName = _res$data.taskReadName;
55451
56145
 
55452
- _this12.loading.close();
56146
+ _this16.loading.close();
55453
56147
  if (status == 'success') {
55454
- _this12.flowTableInfo.adjunctCode = adjunctCode;
55455
- _this12.flowTableInfo.hasAgent = hasAgent;
55456
- _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
55457
- _this12.isShort = isShort;
55458
- _this12.taskReadName = taskReadName;
55459
- _this12.flowData = wfHistoryList;
55460
- _this12.flowData.map(function (x, i) {
56148
+ _this16.flowTableInfo.adjunctCode = adjunctCode;
56149
+ _this16.flowTableInfo.hasAgent = hasAgent;
56150
+ _this16.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
56151
+ _this16.isShort = isShort;
56152
+ _this16.taskReadName = taskReadName;
56153
+ _this16.flowData = wfHistoryList;
56154
+ _this16.flowData.map(function (x, i) {
55461
56155
  x.sort = i + 1;
55462
56156
  if (!x.deptid) {
55463
56157
  x.deptid = x.deptName;
55464
56158
  }
55465
56159
  });
55466
- _this12.splitReadingData = fyHistoryList;
55467
- _this12.splitReadingData.map(function (x, i) {
56160
+ _this16.splitReadingData = fyHistoryList;
56161
+ _this16.splitReadingData.map(function (x, i) {
55468
56162
  x.sort = i + 1;
55469
56163
  });
55470
- _this12.modify = modify;
55471
- _this12.canDelete = canDelete;
55472
- _this12.show = true;
55473
- if (_this12.height == 'auto') {
55474
- _this12.$nextTick(function () {
55475
- _this12.content.map(function (x) {
55476
- _this12[x.type + 'Height'] = _this12.$refs[x.type][0].offsetHeight;
56164
+ _this16.modify = modify;
56165
+ _this16.canDelete = canDelete;
56166
+ _this16.canBatchDelete = canBatchDelete;
56167
+ _this16.isSuperRole = isSuperRole;
56168
+ _this16.isShowReset = isShowReset;
56169
+ _this16.show = true;
56170
+ if (_this16.height == 'auto') {
56171
+ _this16.$nextTick(function () {
56172
+ _this16.content.map(function (x) {
56173
+ _this16[x.type + 'Height'] = _this16.$refs[x.type][0].offsetHeight;
55477
56174
  });
55478
56175
  });
55479
56176
  }
55480
- if (_this12.contents.indexOf('circular') != -1) {
55481
- _this12.getCircularReadList();
56177
+ if (_this16.contents.indexOf('circular') != -1) {
56178
+ _this16.getCircularReadList();
55482
56179
  } else {
55483
- _this12.$nextTick(function () {
55484
- _this12.getListCount(_this12.flowListCount);
56180
+ _this16.$nextTick(function () {
56181
+ _this16.getListCount(_this16.flowListCount);
55485
56182
  });
55486
56183
  }
55487
56184
  } else {
55488
- _this12.$message.error(message || '系统错误,请联系管理员!');
56185
+ _this16.$message.error(message || '系统错误,请联系管理员!');
55489
56186
  }
55490
56187
  }).catch(function (err) {
55491
- _this12.loading.close();
56188
+ _this16.loading.close();
55492
56189
  if (err.message && err.message !== 'canceled') {
55493
- _this12.$message.error(err.message);
56190
+ _this16.$message.error(err.message);
55494
56191
  }
55495
- _this12.show = true;
56192
+ _this16.show = true;
55496
56193
  });
55497
56194
  },
55498
56195
 
55499
- /**
55500
- * handleClick
55501
- * @desc:表单点击事件
55502
- * @param {Object} val 当前点击行数据及按钮
55503
- * @author liufan
55504
- * @date 2022年11月10日
56196
+ /**
56197
+ * handleClick
56198
+ * @desc:表单点击事件
56199
+ * @param {Object} val 当前点击行数据及按钮
56200
+ * @author liufan
56201
+ * @date 2022年11月10日
55505
56202
  **/
55506
56203
  handleClick: function handleClick(val) {
55507
- var _this13 = this;
56204
+ var _this17 = this;
55508
56205
 
55509
56206
  var text = val.handle.text,
55510
56207
  _val$row = val.row,
@@ -55514,7 +56211,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55514
56211
  if (text === '置为失效') {
55515
56212
  if (status == 0) {
55516
56213
  this.$confirm('您确定要置为失效吗?').then(function () {
55517
- _this13.loading = utils_util.loading(_this13.$loading, '提交中...');
56214
+ _this17.loading = utils_util.loading(_this17.$loading, '提交中...');
55518
56215
  var param = {
55519
56216
  url: deletePresetInfo,
55520
56217
  headers: { Accept: 'application/json,text/plain' },
@@ -55525,17 +56222,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55525
56222
  var status = res.status,
55526
56223
  message = res.message;
55527
56224
 
55528
- _this13.loading.close();
56225
+ _this17.loading.close();
55529
56226
  if (status === 'success') {
55530
- _this13.$message.success('操作成功');
55531
- _this13.getListInfo();
56227
+ _this17.$message.success('操作成功');
56228
+ _this17.getListInfo();
55532
56229
  } else {
55533
- _this13.$message.error(message || '系统错误,请联系管理员!');
56230
+ _this17.$message.error(message || '系统错误,请联系管理员!');
55534
56231
  }
55535
56232
  }).catch(function (err) {
55536
- _this13.loading.close();
56233
+ _this17.loading.close();
55537
56234
  if (err.message && err.message !== 'canceled') {
55538
- _this13.$message.error(err.message);
56235
+ _this17.$message.error(err.message);
55539
56236
  }
55540
56237
  });
55541
56238
  }).catch(function (e) {
@@ -55547,13 +56244,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55547
56244
  }
55548
56245
  },
55549
56246
 
55550
- /**
55551
- * getCodeValue
55552
- * @desc:获取代码表过滤后的值
55553
- * @param {String} value 展示数据的代码值
55554
- * @param {String} type 代码表类型
55555
- * @author liufan
55556
- * @date 2022年11月10日
56247
+ /**
56248
+ * getCodeValue
56249
+ * @desc:获取代码表过滤后的值
56250
+ * @param {String} value 展示数据的代码值
56251
+ * @param {String} type 代码表类型
56252
+ * @author liufan
56253
+ * @date 2022年11月10日
55557
56254
  **/
55558
56255
  getCodeValue: function getCodeValue(value, type) {
55559
56256
  var val = this[type].filter(function (item) {
@@ -55562,15 +56259,15 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55562
56259
  return val[0].shortName;
55563
56260
  },
55564
56261
 
55565
- /**
55566
- * getSysInfo
55567
- * @desc:获取代码表
55568
- * @param {String} code 编码code值
55569
- * @author liufan
55570
- * @date 2022年11月10日
56262
+ /**
56263
+ * getSysInfo
56264
+ * @desc:获取代码表
56265
+ * @param {String} code 编码code值
56266
+ * @author liufan
56267
+ * @date 2022年11月10日
55571
56268
  **/
55572
56269
  getSysInfo: function getSysInfo(code) {
55573
- var _this14 = this;
56270
+ var _this18 = this;
55574
56271
 
55575
56272
  var params = {
55576
56273
  url: findCodeValues,
@@ -55582,21 +56279,21 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55582
56279
  data = res.data;
55583
56280
 
55584
56281
  if (status == 'success') {
55585
- _this14[code] = data;
56282
+ _this18[code] = data;
55586
56283
  } else {
55587
- _this14.$message.error(message || '系统错误,请联系管理员!');
56284
+ _this18.$message.error(message || '系统错误,请联系管理员!');
55588
56285
  }
55589
56286
  }).catch(function (e) {});
55590
56287
  },
55591
56288
 
55592
- /**
55593
- * getListInfo
55594
- * @desc:获取预设列表数据
55595
- * @author liufan
55596
- * @date 2022年11月10日
56289
+ /**
56290
+ * getListInfo
56291
+ * @desc:获取预设列表数据
56292
+ * @author liufan
56293
+ * @date 2022年11月10日
55597
56294
  **/
55598
56295
  getListInfo: function getListInfo() {
55599
- var _this15 = this;
56296
+ var _this19 = this;
55600
56297
 
55601
56298
  var param = {
55602
56299
  url: toPresetInfoListIndex,
@@ -55611,24 +56308,24 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55611
56308
  canDelete = _res$data2.canDelete,
55612
56309
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
55613
56310
 
55614
- _this15.loading.close();
56311
+ _this19.loading.close();
55615
56312
  if (status == 'success') {
55616
56313
  if (presetInfoList) {
55617
- _this15.presetData = presetInfoList;
55618
- _this15.presetData.map(function (x, i) {
56314
+ _this19.presetData = presetInfoList;
56315
+ _this19.presetData.map(function (x, i) {
55619
56316
  x.sort = i + 1;
55620
56317
  });
55621
56318
  }
55622
- _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
55623
- _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
55624
- _this15.canDelete = canDelete;
56319
+ _this19.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
56320
+ _this19.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
56321
+ _this19.canDelete = canDelete;
55625
56322
  } else {
55626
- _this15.$message.error(message || '系统错误,请联系管理员!');
56323
+ _this19.$message.error(message || '系统错误,请联系管理员!');
55627
56324
  }
55628
56325
  }).catch(function (err) {
55629
- _this15.loading.close();
56326
+ _this19.loading.close();
55630
56327
  if (err.message && err.message !== 'canceled') {
55631
- _this15.$message.error(err.message);
56328
+ _this19.$message.error(err.message);
55632
56329
  }
55633
56330
  });
55634
56331
  }
@@ -55646,8 +56343,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55646
56343
 
55647
56344
  var flow_list_src_main_component = normalizeComponent(
55648
56345
  packages_flow_list_src_mainvue_type_script_lang_js_,
55649
- mainvue_type_template_id_6a860319_render,
55650
- mainvue_type_template_id_6a860319_staticRenderFns,
56346
+ mainvue_type_template_id_dfc18528_render,
56347
+ mainvue_type_template_id_dfc18528_staticRenderFns,
55651
56348
  false,
55652
56349
  null,
55653
56350
  null,
@@ -65096,10 +65793,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65096
65793
  this.$emit('click', res);
65097
65794
  },
65098
65795
 
65099
- /**
65100
- * @desc:获取气泡提醒
65101
- * @author huangbo
65102
- * @date 2024年9月7日
65796
+ /**
65797
+ * @desc:获取气泡提醒
65798
+ * @author huangbo
65799
+ * @date 2024年9月7日
65103
65800
  **/
65104
65801
  getBadge: function getBadge(res) {
65105
65802
  var num = res.tips || 0;
@@ -69498,10 +70195,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69498
70195
  this.$refs.user.handleSelect(res);
69499
70196
  },
69500
70197
 
69501
- /**
69502
- * @desc:匹配路由
69503
- * @author huangbo
69504
- * @date 2024年9月7日
70198
+ /**
70199
+ * @desc:匹配路由
70200
+ * @author huangbo
70201
+ * @date 2024年9月7日
69505
70202
  **/
69506
70203
  hasRouter: function hasRouter(res, url, code) {
69507
70204
  if (!url) {
@@ -69545,10 +70242,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69545
70242
  return false;
69546
70243
  },
69547
70244
 
69548
- /**
69549
- * @desc:获取初始数据
69550
- * @author huangbo
69551
- * @date 2024年9月7日
70245
+ /**
70246
+ * @desc:获取初始数据
70247
+ * @author huangbo
70248
+ * @date 2024年9月7日
69552
70249
  **/
69553
70250
  init: function init(results, first) {
69554
70251
  this.setConfig(results);
@@ -69557,10 +70254,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69557
70254
  }
69558
70255
  },
69559
70256
 
69560
- /**
69561
- * @desc:设置用户配置及信息
69562
- * @author huangbo
69563
- * @date 2024年9月7日
70257
+ /**
70258
+ * @desc:设置用户配置及信息
70259
+ * @author huangbo
70260
+ * @date 2024年9月7日
69564
70261
  **/
69565
70262
  setConfig: function setConfig(results) {
69566
70263
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -69728,10 +70425,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69728
70425
  }
69729
70426
  },
69730
70427
 
69731
- /**
69732
- * @desc:获取所有应用
69733
- * @author huangbo
69734
- * @date 2024年9月7日
70428
+ /**
70429
+ * @desc:获取所有应用
70430
+ * @author huangbo
70431
+ * @date 2024年9月7日
69735
70432
  **/
69736
70433
  getApplications: function getApplications() {
69737
70434
  var _this2 = this;
@@ -69779,10 +70476,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69779
70476
  });
69780
70477
  },
69781
70478
 
69782
- /**
69783
- * @desc:获取菜单列表
69784
- * @author huangbo
69785
- * @date 2024年9月7日
70479
+ /**
70480
+ * @desc:获取菜单列表
70481
+ * @author huangbo
70482
+ * @date 2024年9月7日
69786
70483
  **/
69787
70484
  getMenus: function getMenus(loading) {
69788
70485
  var _this3 = this;
@@ -69815,10 +70512,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69815
70512
  });
69816
70513
  },
69817
70514
 
69818
- /**
69819
- * @desc:处理菜单列表
69820
- * @author huangbo
69821
- * @date 2024年9月7日
70515
+ /**
70516
+ * @desc:处理菜单列表
70517
+ * @author huangbo
70518
+ * @date 2024年9月7日
69822
70519
  **/
69823
70520
  renderMenus: function renderMenus(res) {
69824
70521
  this.menus = res;
@@ -69914,10 +70611,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69914
70611
  }
69915
70612
  },
69916
70613
 
69917
- /**
69918
- * @desc:设置页面加载类型
69919
- * @author huangbo
69920
- * @date 2024年9月7日
70614
+ /**
70615
+ * @desc:设置页面加载类型
70616
+ * @author huangbo
70617
+ * @date 2024年9月7日
69921
70618
  **/
69922
70619
  setIframeType: function setIframeType(res) {
69923
70620
  var url = res.url;
@@ -69973,10 +70670,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69973
70670
  return res;
69974
70671
  },
69975
70672
 
69976
- /**
69977
- * @desc:获取菜单
69978
- * @author huangbo
69979
- * @date 2024年9月7日
70673
+ /**
70674
+ * @desc:获取菜单
70675
+ * @author huangbo
70676
+ * @date 2024年9月7日
69980
70677
  **/
69981
70678
  getMenu: function getMenu(menus, res, key) {
69982
70679
  if (Array.isArray(menus)) {
@@ -70005,10 +70702,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70005
70702
  return false;
70006
70703
  },
70007
70704
 
70008
- /**
70009
- * @desc:获取菜单第一条数据
70010
- * @author huangbo
70011
- * @date 2024年9月7日
70705
+ /**
70706
+ * @desc:获取菜单第一条数据
70707
+ * @author huangbo
70708
+ * @date 2024年9月7日
70012
70709
  **/
70013
70710
  getFirst: function getFirst(obj) {
70014
70711
  if (!obj) {
@@ -70027,10 +70724,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70027
70724
  }
70028
70725
  },
70029
70726
 
70030
- /**
70031
- * @desc:遍历设置菜单气泡提醒
70032
- * @author huangbo
70033
- * @date 2024年9月7日
70727
+ /**
70728
+ * @desc:遍历设置菜单气泡提醒
70729
+ * @author huangbo
70730
+ * @date 2024年9月7日
70034
70731
  **/
70035
70732
  setTips: function setTips(obj) {
70036
70733
  var _this4 = this;
@@ -70101,10 +70798,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70101
70798
  }
70102
70799
  },
70103
70800
 
70104
- /**
70105
- * @desc:获取气泡提醒
70106
- * @author huangbo
70107
- * @date 2024年9月7日
70801
+ /**
70802
+ * @desc:获取气泡提醒
70803
+ * @author huangbo
70804
+ * @date 2024年9月7日
70108
70805
  **/
70109
70806
  getBadge: function getBadge(res) {
70110
70807
  var num = res.tips || 0;
@@ -70118,10 +70815,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70118
70815
  };
70119
70816
  },
70120
70817
 
70121
- /**
70122
- * @desc:开启weosocket
70123
- * @author huangbo
70124
- * @date 2024年9月7日
70818
+ /**
70819
+ * @desc:开启weosocket
70820
+ * @author huangbo
70821
+ * @date 2024年9月7日
70125
70822
  **/
70126
70823
  initWebSocket: function initWebSocket() {
70127
70824
  var _this6 = this;
@@ -70170,10 +70867,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70170
70867
  });
70171
70868
  },
70172
70869
 
70173
- /**
70174
- * @desc:显示用户信息
70175
- * @author huangbo
70176
- * @date 2024年9月7日
70870
+ /**
70871
+ * @desc:显示用户信息
70872
+ * @author huangbo
70873
+ * @date 2024年9月7日
70177
70874
  **/
70178
70875
  showUserInfo: function showUserInfo() {
70179
70876
  if (this.showUser === false) {
@@ -70181,19 +70878,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70181
70878
  }
70182
70879
  },
70183
70880
 
70184
- /**
70185
- * @desc:删除更多应用菜单点击
70186
- * @author huangbo
70187
- * @date 2024年9月7日
70881
+ /**
70882
+ * @desc:删除更多应用菜单点击
70883
+ * @author huangbo
70884
+ * @date 2024年9月7日
70188
70885
  **/
70189
70886
  handleDelete: function handleDelete(index) {
70190
70887
  this.newApps.splice(index, 1);
70191
70888
  },
70192
70889
 
70193
- /**
70194
- * @desc:储存更多应用菜单点击
70195
- * @author huangbo
70196
- * @date 2024年9月7日
70890
+ /**
70891
+ * @desc:储存更多应用菜单点击
70892
+ * @author huangbo
70893
+ * @date 2024年9月7日
70197
70894
  **/
70198
70895
  handlerClickApps: function handlerClickApps(res) {
70199
70896
  if (res.permission === false) {
@@ -70206,10 +70903,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70206
70903
  this.handlerClickApp(res);
70207
70904
  },
70208
70905
 
70209
- /**
70210
- * @desc:侧边应用菜单点击
70211
- * @author huangbo
70212
- * @date 2024年9月7日
70906
+ /**
70907
+ * @desc:侧边应用菜单点击
70908
+ * @author huangbo
70909
+ * @date 2024年9月7日
70213
70910
  **/
70214
70911
  handlerClickApp: function handlerClickApp(res) {
70215
70912
  this.showMsg = false;
@@ -70298,10 +70995,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70298
70995
  }
70299
70996
  },
70300
70997
 
70301
- /**
70302
- * @desc:显示Drawer界面
70303
- * @author huangbo
70304
- * @date 2024年9月7日
70998
+ /**
70999
+ * @desc:显示Drawer界面
71000
+ * @author huangbo
71001
+ * @date 2024年9月7日
70305
71002
  **/
70306
71003
  handlerSetDrawer: function handlerSetDrawer(res, type) {
70307
71004
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -70321,19 +71018,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70321
71018
  }
70322
71019
  },
70323
71020
 
70324
- /**
70325
- * @desc:关闭Drawer界面
70326
- * @author huangbo
70327
- * @date 2024年9月7日
71021
+ /**
71022
+ * @desc:关闭Drawer界面
71023
+ * @author huangbo
71024
+ * @date 2024年9月7日
70328
71025
  **/
70329
71026
  handleCloseDrawer: function handleCloseDrawer() {
70330
71027
  this.drawer = { visible: false };
70331
71028
  },
70332
71029
 
70333
- /**
70334
- * @desc:菜单点击
70335
- * @author huangbo
70336
- * @date 2024年9月7日
71030
+ /**
71031
+ * @desc:菜单点击
71032
+ * @author huangbo
71033
+ * @date 2024年9月7日
70337
71034
  **/
70338
71035
  handlerClickMenu: function handlerClickMenu(res) {
70339
71036
  utils_util.ajax({
@@ -70382,19 +71079,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70382
71079
  },
70383
71080
 
70384
71081
 
70385
- /**
70386
- * @desc:用户详情请求成功
70387
- * @author huangbo
70388
- * @date 2024年9月7日
71082
+ /**
71083
+ * @desc:用户详情请求成功
71084
+ * @author huangbo
71085
+ * @date 2024年9月7日
70389
71086
  **/
70390
71087
  handleSuccess: function handleSuccess(res) {
70391
71088
  this.simpleUserInfo = res.simpleUserInfo;
70392
71089
  },
70393
71090
 
70394
- /**
70395
- * @desc:修改用户配置
70396
- * @author huangbo
70397
- * @date 2024年9月7日
71091
+ /**
71092
+ * @desc:修改用户配置
71093
+ * @author huangbo
71094
+ * @date 2024年9月7日
70398
71095
  **/
70399
71096
  handleChangeConfig: function handleChangeConfig(name, res) {
70400
71097
  if (name == 'userHeadUrl') {
@@ -70410,10 +71107,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70410
71107
  }
70411
71108
  },
70412
71109
 
70413
- /**
70414
- * @desc:关闭webSocket
70415
- * @author huangbo
70416
- * @date 2024年9月7日
71110
+ /**
71111
+ * @desc:关闭webSocket
71112
+ * @author huangbo
71113
+ * @date 2024年9月7日
70417
71114
  **/
70418
71115
  handlerClose: function handlerClose() {
70419
71116
  if (this.webSocket) {
@@ -70421,10 +71118,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70421
71118
  }
70422
71119
  },
70423
71120
 
70424
- /**
70425
- * @desc:刷新选中iframe页签
70426
- * @author huangbo
70427
- * @date 2024年9月7日
71121
+ /**
71122
+ * @desc:刷新选中iframe页签
71123
+ * @author huangbo
71124
+ * @date 2024年9月7日
70428
71125
  **/
70429
71126
  handleRefresh: function handleRefresh(arg) {
70430
71127
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -70461,10 +71158,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70461
71158
  }
70462
71159
  },
70463
71160
 
70464
- /**
70465
- * @desc:删除iframe
70466
- * @author huangbo
70467
- * @date 2024年9月7日
71161
+ /**
71162
+ * @desc:删除iframe
71163
+ * @author huangbo
71164
+ * @date 2024年9月7日
70468
71165
  **/
70469
71166
  handleRemove: function handleRemove(name) {
70470
71167
  var len = this.tabs.length - 1;
@@ -70481,10 +71178,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70481
71178
  }
70482
71179
  },
70483
71180
 
70484
- /**
70485
- * @desc:tabs鼠标右键事件
70486
- * @author huangbo
70487
- * @date 2024年9月7日
71181
+ /**
71182
+ * @desc:tabs鼠标右键事件
71183
+ * @author huangbo
71184
+ * @date 2024年9月7日
70488
71185
  **/
70489
71186
  handleContextmenu: function handleContextmenu(tabs, e) {
70490
71187
  var disabled = {};
@@ -70509,10 +71206,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70509
71206
  window.addEventListener('click', this.closeTabsEvents);
70510
71207
  },
70511
71208
 
70512
- /**
70513
- * @desc:tabs页签事件
70514
- * @author huangbo
70515
- * @date 2024年9月7日
71209
+ /**
71210
+ * @desc:tabs页签事件
71211
+ * @author huangbo
71212
+ * @date 2024年9月7日
70516
71213
  **/
70517
71214
  handleTabsEvents: function handleTabsEvents(num) {
70518
71215
  if (this.pane !== null) {
@@ -70523,10 +71220,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70523
71220
  },
70524
71221
 
70525
71222
 
70526
- /**
70527
- * @desc:关闭页签事件面板
70528
- * @author huangbo
70529
- * @date 2024年9月7日
71223
+ /**
71224
+ * @desc:关闭页签事件面板
71225
+ * @author huangbo
71226
+ * @date 2024年9月7日
70530
71227
  **/
70531
71228
  closeTabsEvents: function closeTabsEvents(e) {
70532
71229
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -70536,10 +71233,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70536
71233
  },
70537
71234
 
70538
71235
 
70539
- /**
70540
- * @desc:tabs页签点击事件
70541
- * @author huangbo
70542
- * @date 2024年9月7日
71236
+ /**
71237
+ * @desc:tabs页签点击事件
71238
+ * @author huangbo
71239
+ * @date 2024年9月7日
70543
71240
  **/
70544
71241
  handleTabClick: function handleTabClick() {
70545
71242
  this.active = '';
@@ -70547,10 +71244,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70547
71244
  this.showMenu = false;
70548
71245
  },
70549
71246
 
70550
- /**
70551
- * @desc:handler工具栏点击事件
70552
- * @author huangbo
70553
- * @date 2024年9月7日
71247
+ /**
71248
+ * @desc:handler工具栏点击事件
71249
+ * @author huangbo
71250
+ * @date 2024年9月7日
70554
71251
  **/
70555
71252
  handleClick: function handleClick(res) {
70556
71253
  var type = res.type,
@@ -70631,10 +71328,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70631
71328
  this.$emit('handler-click', res);
70632
71329
  },
70633
71330
 
70634
- /**
70635
- * @desc:退出登录
70636
- * @author huangbo
70637
- * @date 2024年9月7日
71331
+ /**
71332
+ * @desc:退出登录
71333
+ * @author huangbo
71334
+ * @date 2024年9月7日
70638
71335
  **/
70639
71336
  handleQuit: function handleQuit() {
70640
71337
  var _this7 = this;
@@ -70709,10 +71406,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70709
71406
  }).catch(function (e) {});
70710
71407
  },
70711
71408
 
70712
- /**
70713
- * @desc:主题、消息回调
70714
- * @author huangbo
70715
- * @date 2024年9月7日
71409
+ /**
71410
+ * @desc:主题、消息回调
71411
+ * @author huangbo
71412
+ * @date 2024年9月7日
70716
71413
  **/
70717
71414
  handleChange: function handleChange(res) {
70718
71415
  var type = res.type,
@@ -70728,10 +71425,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70728
71425
  }
70729
71426
  },
70730
71427
 
70731
- /**
70732
- * @desc:菜单布局样式切换
70733
- * @author huangbo
70734
- * @date 2024年9月7日
71428
+ /**
71429
+ * @desc:菜单布局样式切换
71430
+ * @author huangbo
71431
+ * @date 2024年9月7日
70735
71432
  **/
70736
71433
  handleLayout: function handleLayout(res, active) {
70737
71434
  if (active) {
@@ -70741,10 +71438,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70741
71438
  this.$emit('chang-layout', res, active);
70742
71439
  },
70743
71440
 
70744
- /**
70745
- * @desc:消息修改总数
70746
- * @author huangbo
70747
- * @date 2024年9月7日
71441
+ /**
71442
+ * @desc:消息修改总数
71443
+ * @author huangbo
71444
+ * @date 2024年9月7日
70748
71445
  **/
70749
71446
  handleMenuTips: function handleMenuTips(id, num) {
70750
71447
  if (num) {
@@ -70755,10 +71452,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70755
71452
  }
70756
71453
  },
70757
71454
 
70758
- /**
70759
- * @desc:处理即时消息
70760
- * @author huangbo
70761
- * @date 2024年9月7日
71455
+ /**
71456
+ * @desc:处理即时消息
71457
+ * @author huangbo
71458
+ * @date 2024年9月7日
70762
71459
  **/
70763
71460
  handleOpened: function handleOpened(res) {
70764
71461
  var _this8 = this;
@@ -74776,8 +75473,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74776
75473
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
74777
75474
  },
74778
75475
 
74779
- /**
74780
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75476
+ /**
75477
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
74781
75478
  */
74782
75479
  queryChildMenuData: function queryChildMenuData() {
74783
75480
  var _this2 = this;
@@ -74896,8 +75593,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74896
75593
  }))();
74897
75594
  },
74898
75595
 
74899
- /**
74900
- * getVoteMeetingNum: 查询会议数量
75596
+ /**
75597
+ * getVoteMeetingNum: 查询会议数量
74901
75598
  */
74902
75599
  getVoteMeetingNum: function getVoteMeetingNum() {
74903
75600
  var _this5 = this;
@@ -74922,8 +75619,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74922
75619
  });
74923
75620
  },
74924
75621
 
74925
- /**
74926
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75622
+ /**
75623
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
74927
75624
  */
74928
75625
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
74929
75626
  var _this6 = this;
@@ -74948,8 +75645,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74948
75645
  },
74949
75646
 
74950
75647
 
74951
- /**
74952
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75648
+ /**
75649
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
74953
75650
  */
74954
75651
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
74955
75652
  var _this7 = this;
@@ -74977,8 +75674,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74977
75674
  });
74978
75675
  },
74979
75676
 
74980
- /**
74981
- * getIndexCount: 查询待办任务数量
75677
+ /**
75678
+ * getIndexCount: 查询待办任务数量
74982
75679
  */
74983
75680
  getIndexCount: function getIndexCount() {
74984
75681
  var _this8 = this;
@@ -75009,10 +75706,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75009
75706
  this.$refs.user.handleSelect(res);
75010
75707
  },
75011
75708
 
75012
- /**
75013
- * @desc:匹配路由
75014
- * @author huangbo
75015
- * @date 2024年9月7日
75709
+ /**
75710
+ * @desc:匹配路由
75711
+ * @author huangbo
75712
+ * @date 2024年9月7日
75016
75713
  **/
75017
75714
  hasRouter: function hasRouter(res, url, code) {
75018
75715
  if (!url) {
@@ -75056,10 +75753,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75056
75753
  return false;
75057
75754
  },
75058
75755
 
75059
- /**
75060
- * @desc:获取初始数据
75061
- * @author huangbo
75062
- * @date 2024年9月7日
75756
+ /**
75757
+ * @desc:获取初始数据
75758
+ * @author huangbo
75759
+ * @date 2024年9月7日
75063
75760
  **/
75064
75761
  init: function init(results) {
75065
75762
  this.setConfig(results);
@@ -75070,10 +75767,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75070
75767
  // }
75071
75768
  },
75072
75769
 
75073
- /**
75074
- * @desc:设置用户配置及信息
75075
- * @author huangbo
75076
- * @date 2024年9月7日
75770
+ /**
75771
+ * @desc:设置用户配置及信息
75772
+ * @author huangbo
75773
+ * @date 2024年9月7日
75077
75774
  **/
75078
75775
  setConfig: function setConfig(results) {
75079
75776
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -75237,8 +75934,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75237
75934
  }
75238
75935
  },
75239
75936
 
75240
- /**
75241
- * @desc:获取用户自定义菜单
75937
+ /**
75938
+ * @desc:获取用户自定义菜单
75242
75939
  **/
75243
75940
  getUseCommonMenu: function getUseCommonMenu() {
75244
75941
  var _this9 = this;
@@ -75268,10 +75965,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75268
75965
  });
75269
75966
  },
75270
75967
 
75271
- /**
75272
- * @desc:获取所有应用
75273
- * @author huangbo
75274
- * @date 2024年9月7日
75968
+ /**
75969
+ * @desc:获取所有应用
75970
+ * @author huangbo
75971
+ * @date 2024年9月7日
75275
75972
  **/
75276
75973
  getApplications: function getApplications() {
75277
75974
  var _this10 = this;
@@ -75319,10 +76016,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75319
76016
  });
75320
76017
  },
75321
76018
 
75322
- /**
75323
- * @desc:获取菜单列表
75324
- * @author huangbo
75325
- * @date 2024年9月7日
76019
+ /**
76020
+ * @desc:获取菜单列表
76021
+ * @author huangbo
76022
+ * @date 2024年9月7日
75326
76023
  **/
75327
76024
  getMenus: function getMenus(loading) {
75328
76025
  var _this11 = this;
@@ -75349,10 +76046,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75349
76046
  });
75350
76047
  },
75351
76048
 
75352
- /**
75353
- * @desc:处理菜单列表
75354
- * @author huangbo
75355
- * @date 2024年9月7日
76049
+ /**
76050
+ * @desc:处理菜单列表
76051
+ * @author huangbo
76052
+ * @date 2024年9月7日
75356
76053
  **/
75357
76054
  renderMenus: function renderMenus(res) {
75358
76055
  // // console.log(res, 'renderMenus');
@@ -75398,9 +76095,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75398
76095
  // console.log(this.currentPage, 'currentPage');
75399
76096
  },
75400
76097
 
75401
- /**
75402
- * 更新myRemind中各项的权限状态
75403
- * @param {Array} menus - 完整的菜单列表
76098
+ /**
76099
+ * 更新myRemind中各项的权限状态
76100
+ * @param {Array} menus - 完整的菜单列表
75404
76101
  */
75405
76102
  updateRemindPermission: function updateRemindPermission(menus) {
75406
76103
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -75428,10 +76125,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75428
76125
  });
75429
76126
  },
75430
76127
 
75431
- /**
75432
- * @desc:设置页面加载类型
75433
- * @author huangbo
75434
- * @date 2024年9月7日
76128
+ /**
76129
+ * @desc:设置页面加载类型
76130
+ * @author huangbo
76131
+ * @date 2024年9月7日
75435
76132
  **/
75436
76133
  setIframeType: function setIframeType(res) {
75437
76134
  var url = res.url;
@@ -75488,10 +76185,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75488
76185
  return res;
75489
76186
  },
75490
76187
 
75491
- /**
75492
- * @desc:获取菜单
75493
- * @author huangbo
75494
- * @date 2024年9月7日
76188
+ /**
76189
+ * @desc:获取菜单
76190
+ * @author huangbo
76191
+ * @date 2024年9月7日
75495
76192
  **/
75496
76193
  getMenu: function getMenu(menus, res, key) {
75497
76194
  if (Array.isArray(menus)) {
@@ -75520,10 +76217,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75520
76217
  return false;
75521
76218
  },
75522
76219
 
75523
- /**
75524
- * @desc:获取菜单第一条数据
75525
- * @author huangbo
75526
- * @date 2024年9月7日
76220
+ /**
76221
+ * @desc:获取菜单第一条数据
76222
+ * @author huangbo
76223
+ * @date 2024年9月7日
75527
76224
  **/
75528
76225
  getFirst: function getFirst(obj) {
75529
76226
  if (!obj) {
@@ -75542,10 +76239,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75542
76239
  }
75543
76240
  },
75544
76241
 
75545
- /**
75546
- * @desc:遍历设置菜单气泡提醒
75547
- * @author huangbo
75548
- * @date 2024年9月7日
76242
+ /**
76243
+ * @desc:遍历设置菜单气泡提醒
76244
+ * @author huangbo
76245
+ * @date 2024年9月7日
75549
76246
  **/
75550
76247
  setTips: function setTips(obj) {
75551
76248
  var _this12 = this;
@@ -75610,10 +76307,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75610
76307
  }
75611
76308
  },
75612
76309
 
75613
- /**
75614
- * @desc:获取气泡提醒
75615
- * @author huangbo
75616
- * @date 2024年9月7日
76310
+ /**
76311
+ * @desc:获取气泡提醒
76312
+ * @author huangbo
76313
+ * @date 2024年9月7日
75617
76314
  **/
75618
76315
  getBadge: function getBadge(res) {
75619
76316
  var num = res.tips || 0;
@@ -75627,10 +76324,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75627
76324
  };
75628
76325
  },
75629
76326
 
75630
- /**
75631
- * @desc:开启weosocket
75632
- * @author huangbo
75633
- * @date 2024年9月7日
76327
+ /**
76328
+ * @desc:开启weosocket
76329
+ * @author huangbo
76330
+ * @date 2024年9月7日
75634
76331
  **/
75635
76332
  initWebSocket: function initWebSocket() {
75636
76333
  var _this14 = this;
@@ -75698,10 +76395,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75698
76395
  });
75699
76396
  },
75700
76397
 
75701
- /**
75702
- * @desc:显示用户信息
75703
- * @author huangbo
75704
- * @date 2024年9月7日
76398
+ /**
76399
+ * @desc:显示用户信息
76400
+ * @author huangbo
76401
+ * @date 2024年9月7日
75705
76402
  **/
75706
76403
  showUserInfo: function showUserInfo() {
75707
76404
  if (this.showUser === false) {
@@ -75709,19 +76406,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75709
76406
  }
75710
76407
  },
75711
76408
 
75712
- /**
75713
- * @desc:删除更多应用菜单点击
75714
- * @author huangbo
75715
- * @date 2024年9月7日
76409
+ /**
76410
+ * @desc:删除更多应用菜单点击
76411
+ * @author huangbo
76412
+ * @date 2024年9月7日
75716
76413
  **/
75717
76414
  handleDelete: function handleDelete(index) {
75718
76415
  this.newApps.splice(index, 1);
75719
76416
  },
75720
76417
 
75721
- /**
75722
- * @desc:显示Drawer界面
75723
- * @author huangbo
75724
- * @date 2024年9月7日
76418
+ /**
76419
+ * @desc:显示Drawer界面
76420
+ * @author huangbo
76421
+ * @date 2024年9月7日
75725
76422
  **/
75726
76423
  handlerSetDrawer: function handlerSetDrawer(res, type) {
75727
76424
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -75741,28 +76438,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75741
76438
  }
75742
76439
  },
75743
76440
 
75744
- /**
75745
- * @desc:关闭Drawer界面
75746
- * @author huangbo
75747
- * @date 2024年9月7日
76441
+ /**
76442
+ * @desc:关闭Drawer界面
76443
+ * @author huangbo
76444
+ * @date 2024年9月7日
75748
76445
  **/
75749
76446
  handleCloseDrawer: function handleCloseDrawer() {
75750
76447
  this.drawer = { visible: false };
75751
76448
  },
75752
76449
 
75753
- /**
75754
- * @desc:用户详情请求成功
75755
- * @author huangbo
75756
- * @date 2024年9月7日
76450
+ /**
76451
+ * @desc:用户详情请求成功
76452
+ * @author huangbo
76453
+ * @date 2024年9月7日
75757
76454
  **/
75758
76455
  handleSuccess: function handleSuccess(res) {
75759
76456
  this.simpleUserInfo = res.simpleUserInfo;
75760
76457
  },
75761
76458
 
75762
- /**
75763
- * @desc:修改用户配置
75764
- * @author huangbo
75765
- * @date 2024年9月7日
76459
+ /**
76460
+ * @desc:修改用户配置
76461
+ * @author huangbo
76462
+ * @date 2024年9月7日
75766
76463
  **/
75767
76464
  handleChangeConfig: function handleChangeConfig(name, res) {
75768
76465
  if (name == 'userHeadUrl') {
@@ -75778,10 +76475,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75778
76475
  }
75779
76476
  },
75780
76477
 
75781
- /**
75782
- * @desc:关闭webSocket
75783
- * @author huangbo
75784
- * @date 2024年9月7日
76478
+ /**
76479
+ * @desc:关闭webSocket
76480
+ * @author huangbo
76481
+ * @date 2024年9月7日
75785
76482
  **/
75786
76483
  handlerClose: function handlerClose() {
75787
76484
  if (this.webSocket) {
@@ -75792,10 +76489,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75792
76489
  this.handleRefresh(1);
75793
76490
  },
75794
76491
 
75795
- /**
75796
- * @desc:刷新选中iframe页签
75797
- * @author huangbo
75798
- * @date 2024年9月7日
76492
+ /**
76493
+ * @desc:刷新选中iframe页签
76494
+ * @author huangbo
76495
+ * @date 2024年9月7日
75799
76496
  **/
75800
76497
  handleRefresh: function handleRefresh(arg) {
75801
76498
  if (arg !== 1) {
@@ -75841,10 +76538,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75841
76538
  }
75842
76539
  },
75843
76540
 
75844
- /**
75845
- * @desc:删除iframe
75846
- * @author huangbo
75847
- * @date 2024年9月7日
76541
+ /**
76542
+ * @desc:删除iframe
76543
+ * @author huangbo
76544
+ * @date 2024年9月7日
75848
76545
  **/
75849
76546
  handleRemove: function handleRemove(name) {
75850
76547
  var len = this.tabs.length - 1;
@@ -75861,10 +76558,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75861
76558
  }
75862
76559
  },
75863
76560
 
75864
- /**
75865
- * @desc:tabs鼠标右键事件
75866
- * @author huangbo
75867
- * @date 2024年9月7日
76561
+ /**
76562
+ * @desc:tabs鼠标右键事件
76563
+ * @author huangbo
76564
+ * @date 2024年9月7日
75868
76565
  **/
75869
76566
  handleContextmenu: function handleContextmenu(tabs, e) {
75870
76567
  var disabled = {};
@@ -75889,10 +76586,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75889
76586
  window.addEventListener('click', this.closeTabsEvents);
75890
76587
  },
75891
76588
 
75892
- /**
75893
- * @desc:tabs页签事件
75894
- * @author huangbo
75895
- * @date 2024年9月7日
76589
+ /**
76590
+ * @desc:tabs页签事件
76591
+ * @author huangbo
76592
+ * @date 2024年9月7日
75896
76593
  **/
75897
76594
  handleTabsEvents: function handleTabsEvents(num) {
75898
76595
  if (this.pane !== null) {
@@ -75903,10 +76600,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75903
76600
  },
75904
76601
 
75905
76602
 
75906
- /**
75907
- * @desc:关闭页签事件面板
75908
- * @author huangbo
75909
- * @date 2024年9月7日
76603
+ /**
76604
+ * @desc:关闭页签事件面板
76605
+ * @author huangbo
76606
+ * @date 2024年9月7日
75910
76607
  **/
75911
76608
  closeTabsEvents: function closeTabsEvents(e) {
75912
76609
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -75916,10 +76613,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75916
76613
  },
75917
76614
 
75918
76615
 
75919
- /**
75920
- * @desc:tabs页签点击事件
75921
- * @author huangbo
75922
- * @date 2024年9月7日
76616
+ /**
76617
+ * @desc:tabs页签点击事件
76618
+ * @author huangbo
76619
+ * @date 2024年9月7日
75923
76620
  **/
75924
76621
  handleTabClick: function handleTabClick() {
75925
76622
  this.active = '';
@@ -75927,10 +76624,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75927
76624
  this.showMenu = false;
75928
76625
  },
75929
76626
 
75930
- /**
75931
- * @desc:handler工具栏点击事件
75932
- * @author huangbo
75933
- * @date 2024年9月7日
76627
+ /**
76628
+ * @desc:handler工具栏点击事件
76629
+ * @author huangbo
76630
+ * @date 2024年9月7日
75934
76631
  **/
75935
76632
  handleClick: function handleClick(res) {
75936
76633
  var type = res.type,
@@ -76016,10 +76713,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76016
76713
  this.$emit('handler-click', res);
76017
76714
  },
76018
76715
 
76019
- /**
76020
- * @desc:退出登录
76021
- * @author huangbo
76022
- * @date 2024年9月7日
76716
+ /**
76717
+ * @desc:退出登录
76718
+ * @author huangbo
76719
+ * @date 2024年9月7日
76023
76720
  **/
76024
76721
  handleQuit: function handleQuit() {
76025
76722
  var _this15 = this;
@@ -76094,10 +76791,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76094
76791
  }).catch(function (e) {});
76095
76792
  },
76096
76793
 
76097
- /**
76098
- * @desc:主题、消息回调
76099
- * @author huangbo
76100
- * @date 2024年9月7日
76794
+ /**
76795
+ * @desc:主题、消息回调
76796
+ * @author huangbo
76797
+ * @date 2024年9月7日
76101
76798
  **/
76102
76799
  handleChange: function handleChange(res) {
76103
76800
  var type = res.type,
@@ -76113,10 +76810,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76113
76810
  }
76114
76811
  },
76115
76812
 
76116
- /**
76117
- * @desc:菜单布局样式切换
76118
- * @author huangbo
76119
- * @date 2024年9月7日
76813
+ /**
76814
+ * @desc:菜单布局样式切换
76815
+ * @author huangbo
76816
+ * @date 2024年9月7日
76120
76817
  **/
76121
76818
  handleLayout: function handleLayout(res, active) {
76122
76819
  if (active) {
@@ -76126,10 +76823,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76126
76823
  this.$emit('chang-layout', res, active);
76127
76824
  },
76128
76825
 
76129
- /**
76130
- * @desc:消息修改总数
76131
- * @author huangbo
76132
- * @date 2024年9月7日
76826
+ /**
76827
+ * @desc:消息修改总数
76828
+ * @author huangbo
76829
+ * @date 2024年9月7日
76133
76830
  **/
76134
76831
  handleMenuTips: function handleMenuTips(id, num) {
76135
76832
  if (num) {
@@ -76140,10 +76837,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76140
76837
  }
76141
76838
  },
76142
76839
 
76143
- /**
76144
- * @desc:处理即时消息
76145
- * @author huangbo
76146
- * @date 2024年9月7日
76840
+ /**
76841
+ * @desc:处理即时消息
76842
+ * @author huangbo
76843
+ * @date 2024年9月7日
76147
76844
  **/
76148
76845
  handleOpened: function handleOpened(res) {
76149
76846
  var _this16 = this;
@@ -76159,14 +76856,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76159
76856
  }
76160
76857
  },
76161
76858
 
76162
- /**
76163
- * @desc:菜单点击事件
76164
- * @author huangbo
76165
- * @date 2024年9月7日
76166
- * @param {*} res 菜单点击事件参数
76167
- * @param {*} method 菜单点击事件方法
76168
- * 1.顶部菜单点击跳转已经实现
76169
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
76859
+ /**
76860
+ * @desc:菜单点击事件
76861
+ * @author huangbo
76862
+ * @date 2024年9月7日
76863
+ * @param {*} res 菜单点击事件参数
76864
+ * @param {*} method 菜单点击事件方法
76865
+ * 1.顶部菜单点击跳转已经实现
76866
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
76170
76867
  **/
76171
76868
  handleSelect: function handleSelect(res) {
76172
76869
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -83564,19 +84261,19 @@ var QRCode = __webpack_require__(28);
83564
84261
  //设置logo大小
83565
84262
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
83566
84263
  //设置获取的logo将其变为圆角以及添加白色背景
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();
84264
+ /* ctx.fillStyle = "#fff";
84265
+ ctx.beginPath();
84266
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84267
+ let w = 46; //圆角宽
84268
+ let x = logoPosition - 5;
84269
+ let y = logoPosition - 5;
84270
+ let r = 5; //圆角半径
84271
+ ctx.moveTo(x + r, y);
84272
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84273
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84274
+ ctx.arcTo(x, y + h, x, y, r);
84275
+ ctx.arcTo(x, y, x + w, y, r);
84276
+ ctx.closePath();
83580
84277
  ctx.fill(); */
83581
84278
  logo.onload = function () {
83582
84279
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -101710,7 +102407,7 @@ if (typeof window !== 'undefined' && window.Vue) {
101710
102407
  }
101711
102408
 
101712
102409
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
101713
- version: '0.7.85',
102410
+ version: '0.7.86',
101714
102411
  install: install,
101715
102412
  Button: packages_button,
101716
102413
  ButtonGroup: button_group,