eoss-ui 0.8.6 → 0.8.8

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 (322) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1200 -1022
  3. package/lib/flow-list.js +96 -96
  4. package/lib/flow.js +550 -379
  5. package/lib/form.js +7 -2
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +288 -288
  8. package/lib/qr-code.js +13 -13
  9. package/lib/select.js +2 -0
  10. package/package.json +1 -1
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/button-group/src/main.vue +346 -346
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/main.vue +412 -412
  18. package/packages/calogin/src/plugin.js +915 -915
  19. package/packages/card/index.js +5 -5
  20. package/packages/card/src/main.vue +156 -156
  21. package/packages/cascader/index.js +5 -5
  22. package/packages/cascader/src/main.vue +168 -168
  23. package/packages/checkbox-group/index.js +5 -5
  24. package/packages/checkbox-group/src/main.vue +333 -333
  25. package/packages/clients/index.js +5 -5
  26. package/packages/clients/src/main.vue +151 -151
  27. package/packages/data-table/index.js +5 -5
  28. package/packages/data-table/src/children.vue +46 -46
  29. package/packages/data-table/src/main.vue +1876 -1876
  30. package/packages/data-table/src/sizer.vue +195 -195
  31. package/packages/data-table-form/index.js +5 -5
  32. package/packages/data-table-form/src/checkbox.vue +101 -101
  33. package/packages/data-table-form/src/colgroup.vue +17 -17
  34. package/packages/data-table-form/src/main.vue +181 -181
  35. package/packages/data-table-form/src/radio.vue +65 -65
  36. package/packages/data-table-form/src/table.vue +233 -233
  37. package/packages/data-table-form/src/tbody.vue +336 -336
  38. package/packages/data-table-form/src/thead.vue +68 -68
  39. package/packages/date-picker/index.js +5 -5
  40. package/packages/date-picker/src/main.vue +236 -236
  41. package/packages/dialog/index.js +5 -5
  42. package/packages/enable-drag/index.js +5 -5
  43. package/packages/enterprise/index.js +5 -5
  44. package/packages/enterprise/src/main.vue +66 -66
  45. package/packages/error-page/index.js +5 -5
  46. package/packages/error-page/src/main.vue +44 -44
  47. package/packages/flow/index.js +5 -5
  48. package/packages/flow/src/component/Circulate.vue +419 -417
  49. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  50. package/packages/flow/src/component/CustomPreset.vue +324 -324
  51. package/packages/flow/src/component/FileList.vue +97 -97
  52. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  53. package/packages/flow/src/component/Preset.vue +257 -257
  54. package/packages/flow/src/component/SendMsg.vue +242 -242
  55. package/packages/flow/src/component/SortFlow.vue +110 -110
  56. package/packages/flow/src/component/TimeLimit.vue +190 -190
  57. package/packages/flow/src/component/taskUnionExamine.vue +763 -761
  58. package/packages/flow/src/form.vue +123 -123
  59. package/packages/flow/src/freeStartFlow.vue +2898 -2855
  60. package/packages/flow/src/main.vue +4201 -4165
  61. package/packages/flow/src/processForm.vue +1717 -1711
  62. package/packages/flow/src/processReject.vue +311 -309
  63. package/packages/flow/src/reset.vue +952 -946
  64. package/packages/flow/src/startTaskRead.vue +698 -695
  65. package/packages/flow/src/supervise.vue +162 -159
  66. package/packages/flow/src/table.vue +58 -58
  67. package/packages/flow-group/index.js +5 -5
  68. package/packages/flow-group/src/main.vue +750 -750
  69. package/packages/flow-list/index.js +5 -5
  70. package/packages/flow-list/src/main.vue +2337 -2337
  71. package/packages/form/index.js +5 -5
  72. package/packages/form/src/main.vue +3906 -3901
  73. package/packages/form/src/table.vue +1512 -1512
  74. package/packages/handle-user/index.js +5 -5
  75. package/packages/handle-user/src/main.vue +137 -137
  76. package/packages/handler/index.js +5 -5
  77. package/packages/handler/src/main.vue +499 -499
  78. package/packages/icon/index.js +5 -5
  79. package/packages/icon/src/main.vue +104 -104
  80. package/packages/icons/index.js +5 -5
  81. package/packages/icons/src/main.vue +81 -81
  82. package/packages/input/index.js +5 -5
  83. package/packages/input/src/main.vue +356 -356
  84. package/packages/input-number/index.js +5 -5
  85. package/packages/input-number/src/main.vue +106 -106
  86. package/packages/label/index.js +5 -5
  87. package/packages/label/src/main.vue +457 -457
  88. package/packages/layout/index.js +5 -5
  89. package/packages/layout/src/item.vue +152 -152
  90. package/packages/layout/src/main.vue +31 -31
  91. package/packages/login/index.js +5 -5
  92. package/packages/login/src/main.vue +2088 -2088
  93. package/packages/login/src/resetPassword.vue +557 -557
  94. package/packages/main/index.js +5 -5
  95. package/packages/main/src/default/message.vue +249 -249
  96. package/packages/main/src/default/notice.vue +157 -157
  97. package/packages/main/src/default/userinfo.vue +513 -513
  98. package/packages/main/src/public/online.vue +89 -89
  99. package/packages/main/src/public/search.vue +464 -464
  100. package/packages/main/src/public/settings.vue +273 -273
  101. package/packages/main/src/simplicity/apps.vue +388 -388
  102. package/packages/main/src/simplicity/avatar.vue +82 -82
  103. package/packages/main/src/simplicity/handler.vue +158 -158
  104. package/packages/main/src/simplicity/index.vue +2335 -2335
  105. package/packages/main/src/simplicity/lists.vue +84 -84
  106. package/packages/main/src/simplicity/menu-list.vue +135 -135
  107. package/packages/main/src/simplicity/message.vue +293 -293
  108. package/packages/main/src/simplicity/notice.vue +222 -222
  109. package/packages/main/src/simplicity/router-page.vue +45 -45
  110. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  111. package/packages/main/src/simplicity/user.vue +259 -259
  112. package/packages/main/src/simplicity/userinfo.vue +408 -408
  113. package/packages/main/src/simplicityTop/apps.vue +388 -388
  114. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  115. package/packages/main/src/simplicityTop/handler.vue +215 -215
  116. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  117. package/packages/main/src/simplicityTop/lists.vue +84 -84
  118. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  119. package/packages/main/src/simplicityTop/message.vue +293 -293
  120. package/packages/main/src/simplicityTop/notice.vue +222 -222
  121. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  122. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  123. package/packages/main/src/simplicityTop/user.vue +259 -259
  124. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  125. package/packages/menu/index.js +5 -5
  126. package/packages/menu/src/main.vue +595 -595
  127. package/packages/nav/index.js +5 -5
  128. package/packages/nav/src/main.vue +351 -351
  129. package/packages/notify/index.js +5 -5
  130. package/packages/notify/src/main.vue +538 -538
  131. package/packages/page/index.js +5 -5
  132. package/packages/page/src/main.vue +167 -167
  133. package/packages/pagination/index.js +5 -5
  134. package/packages/pagination/src/main.vue +96 -96
  135. package/packages/player/index.js +5 -5
  136. package/packages/player/src/main.vue +194 -194
  137. package/packages/qr-code/index.js +5 -5
  138. package/packages/qr-code/src/main.vue +170 -170
  139. package/packages/radio-group/index.js +6 -6
  140. package/packages/radio-group/src/main.vue +319 -319
  141. package/packages/retrial-auth/index.js +5 -5
  142. package/packages/retrial-auth/src/main.vue +299 -299
  143. package/packages/select/index.js +5 -5
  144. package/packages/select/src/main.vue +2 -0
  145. package/packages/select-ganged/index.js +5 -5
  146. package/packages/select-ganged/src/main.vue +724 -724
  147. package/packages/selector/index.js +5 -5
  148. package/packages/selector/src/main.vue +761 -761
  149. package/packages/selector-panel/index.js +5 -5
  150. package/packages/selector-panel/src/main.vue +1036 -1036
  151. package/packages/selector-panel/src/selection.vue +174 -174
  152. package/packages/selector-panel/src/tree.vue +129 -129
  153. package/packages/sizer/index.js +5 -5
  154. package/packages/sizer/src/main.vue +254 -254
  155. package/packages/steps/index.js +5 -5
  156. package/packages/steps/src/main.vue +181 -181
  157. package/packages/switch/index.js +5 -5
  158. package/packages/switch/src/main.vue +170 -170
  159. package/packages/table-form/index.js +5 -5
  160. package/packages/tabs/index.js +5 -5
  161. package/packages/tabs/src/main.vue +788 -788
  162. package/packages/tabs-panel/index.js +5 -5
  163. package/packages/tabs-panel/src/main.vue +29 -29
  164. package/packages/theme-chalk/gulpfile.js +25 -0
  165. package/packages/theme-chalk/src/base.scss +261 -261
  166. package/packages/theme-chalk/src/button-group.scss +176 -176
  167. package/packages/theme-chalk/src/button.scss +24 -24
  168. package/packages/theme-chalk/src/calendar.scss +113 -113
  169. package/packages/theme-chalk/src/card.scss +99 -99
  170. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  171. package/packages/theme-chalk/src/clients.scss +87 -87
  172. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  173. package/packages/theme-chalk/src/data-table.scss +297 -297
  174. package/packages/theme-chalk/src/date-picker.scss +7 -7
  175. package/packages/theme-chalk/src/dialog.scss +77 -77
  176. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  177. package/packages/theme-chalk/src/enterprise.scss +5 -5
  178. package/packages/theme-chalk/src/error-page.scss +18 -18
  179. package/packages/theme-chalk/src/flow-group.scss +110 -110
  180. package/packages/theme-chalk/src/flow-list.scss +55 -55
  181. package/packages/theme-chalk/src/flow.scss +373 -373
  182. package/packages/theme-chalk/src/form.scss +501 -501
  183. package/packages/theme-chalk/src/handle-user.scss +40 -40
  184. package/packages/theme-chalk/src/handler.scss +148 -148
  185. package/packages/theme-chalk/src/icon.scss +3452 -3452
  186. package/packages/theme-chalk/src/icons.scss +99 -99
  187. package/packages/theme-chalk/src/input.scss +9 -9
  188. package/packages/theme-chalk/src/label.scss +24 -24
  189. package/packages/theme-chalk/src/layout.scss +46 -46
  190. package/packages/theme-chalk/src/login.scss +1006 -1006
  191. package/packages/theme-chalk/src/main.scss +664 -664
  192. package/packages/theme-chalk/src/menu.scss +224 -224
  193. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  194. package/packages/theme-chalk/src/nav.scss +111 -111
  195. package/packages/theme-chalk/src/page.scss +3 -3
  196. package/packages/theme-chalk/src/pagination.scss +29 -29
  197. package/packages/theme-chalk/src/player.scss +9 -9
  198. package/packages/theme-chalk/src/qr-code.scss +17 -17
  199. package/packages/theme-chalk/src/radio-group.scss +9 -9
  200. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  201. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  202. package/packages/theme-chalk/src/select.scss +8 -8
  203. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  204. package/packages/theme-chalk/src/selector.scss +114 -114
  205. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  206. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  207. package/packages/theme-chalk/src/sizer.scss +36 -36
  208. package/packages/theme-chalk/src/steps.scss +88 -88
  209. package/packages/theme-chalk/src/switch.scss +3 -3
  210. package/packages/theme-chalk/src/table-form.scss +1 -1
  211. package/packages/theme-chalk/src/tabs.scss +87 -87
  212. package/packages/theme-chalk/src/tips.scss +7 -7
  213. package/packages/theme-chalk/src/toolbar.scss +179 -179
  214. package/packages/theme-chalk/src/tree-group.scss +72 -72
  215. package/packages/theme-chalk/src/tree.scss +165 -165
  216. package/packages/theme-chalk/src/upload.scss +172 -172
  217. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  218. package/packages/tips/index.js +5 -5
  219. package/packages/tips/src/main.vue +141 -141
  220. package/packages/toolbar/index.js +5 -5
  221. package/packages/toolbar/src/main.vue +430 -430
  222. package/packages/tree/index.js +5 -5
  223. package/packages/tree-group/index.js +5 -5
  224. package/packages/upload/index.js +5 -5
  225. package/packages/upload/src/main.vue +1344 -1344
  226. package/packages/upload/src/picture.js +15 -15
  227. package/packages/wujie/index.js +5 -5
  228. package/packages/wujie/src/main.vue +146 -146
  229. package/packages/wxlogin/index.js +5 -5
  230. package/packages/wxlogin/src/main.vue +128 -128
  231. package/src/config/api.js +348 -348
  232. package/src/config/image.js +2 -2
  233. package/src/index.js +163 -163
  234. package/src/utils/bus.js +3 -3
  235. package/src/utils/date-util.js +312 -312
  236. package/src/utils/http.js +50 -50
  237. package/src/utils/rules.js +18 -18
  238. package/src/utils/store.js +21 -21
  239. package/src/utils/webSocket.js +107 -107
  240. package/packages/.DS_Store +0 -0
  241. package/packages/calogin/.DS_Store +0 -0
  242. package/packages/date-picker/.DS_Store +0 -0
  243. package/packages/date-picker/src/.DS_Store +0 -0
  244. package/packages/dialog/.DS_Store +0 -0
  245. package/packages/flow/.DS_Store +0 -0
  246. package/packages/flow/src/.DS_Store +0 -0
  247. package/packages/flow-list/.DS_Store +0 -0
  248. package/packages/form/.DS_Store +0 -0
  249. package/packages/icon/.DS_Store +0 -0
  250. package/packages/login/.DS_Store +0 -0
  251. package/packages/main/.DS_Store +0 -0
  252. package/packages/main/src/.DS_Store +0 -0
  253. package/packages/menu/.DS_Store +0 -0
  254. package/packages/select/.DS_Store +0 -0
  255. package/packages/selector/.DS_Store +0 -0
  256. package/packages/selector-panel/.DS_Store +0 -0
  257. package/packages/theme-chalk/lib/base.css +0 -1
  258. package/packages/theme-chalk/lib/button-group.css +0 -1
  259. package/packages/theme-chalk/lib/button.css +0 -1
  260. package/packages/theme-chalk/lib/calendar.css +0 -1
  261. package/packages/theme-chalk/lib/calogin.css +0 -0
  262. package/packages/theme-chalk/lib/card.css +0 -1
  263. package/packages/theme-chalk/lib/cascader.css +0 -0
  264. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  265. package/packages/theme-chalk/lib/clients.css +0 -1
  266. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  267. package/packages/theme-chalk/lib/data-table.css +0 -1
  268. package/packages/theme-chalk/lib/date-picker.css +0 -1
  269. package/packages/theme-chalk/lib/dialog.css +0 -1
  270. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  271. package/packages/theme-chalk/lib/enterprise.css +0 -1
  272. package/packages/theme-chalk/lib/error-page.css +0 -1
  273. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  274. package/packages/theme-chalk/lib/flow-group.css +0 -1
  275. package/packages/theme-chalk/lib/flow-list.css +0 -1
  276. package/packages/theme-chalk/lib/flow.css +0 -1
  277. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  278. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  279. package/packages/theme-chalk/lib/form.css +0 -1
  280. package/packages/theme-chalk/lib/handle-user.css +0 -1
  281. package/packages/theme-chalk/lib/handler.css +0 -1
  282. package/packages/theme-chalk/lib/icon.css +0 -1
  283. package/packages/theme-chalk/lib/icons.css +0 -1
  284. package/packages/theme-chalk/lib/index.css +0 -1
  285. package/packages/theme-chalk/lib/input-number.css +0 -0
  286. package/packages/theme-chalk/lib/input.css +0 -1
  287. package/packages/theme-chalk/lib/label.css +0 -1
  288. package/packages/theme-chalk/lib/layout.css +0 -1
  289. package/packages/theme-chalk/lib/login.css +0 -1
  290. package/packages/theme-chalk/lib/main.css +0 -1
  291. package/packages/theme-chalk/lib/menu.css +0 -1
  292. package/packages/theme-chalk/lib/nav.css +0 -1
  293. package/packages/theme-chalk/lib/notify.css +0 -0
  294. package/packages/theme-chalk/lib/page.css +0 -1
  295. package/packages/theme-chalk/lib/pagination.css +0 -1
  296. package/packages/theme-chalk/lib/player.css +0 -1
  297. package/packages/theme-chalk/lib/qr-code.css +0 -1
  298. package/packages/theme-chalk/lib/radio-group.css +0 -1
  299. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  300. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  301. package/packages/theme-chalk/lib/select.css +0 -1
  302. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  303. package/packages/theme-chalk/lib/selector.css +0 -1
  304. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  305. package/packages/theme-chalk/lib/simplicity.css +0 -1
  306. package/packages/theme-chalk/lib/sizer.css +0 -1
  307. package/packages/theme-chalk/lib/steps.css +0 -1
  308. package/packages/theme-chalk/lib/switch.css +0 -1
  309. package/packages/theme-chalk/lib/table-form.css +0 -0
  310. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  311. package/packages/theme-chalk/lib/tabs.css +0 -1
  312. package/packages/theme-chalk/lib/tips.css +0 -1
  313. package/packages/theme-chalk/lib/toolbar.css +0 -1
  314. package/packages/theme-chalk/lib/tree-group.css +0 -1
  315. package/packages/theme-chalk/lib/tree.css +0 -1
  316. package/packages/theme-chalk/lib/upload.css +0 -1
  317. package/packages/theme-chalk/lib/wujie.css +0 -0
  318. package/packages/theme-chalk/lib/wxlogin.css +0 -1
  319. package/packages/theme-chalk/src/.DS_Store +0 -0
  320. package/packages/upload/.DS_Store +0 -0
  321. package/src/.DS_Store +0 -0
  322. 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
 
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -18249,8 +18249,8 @@ error_page_src_main.install = function (Vue) {
18249
18249
  };
18250
18250
 
18251
18251
  /* harmony default export */ var error_page = (error_page_src_main);
18252
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e69fd95a&
18253
- var mainvue_type_template_id_e69fd95a_render = function () {
18252
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
18253
+ var mainvue_type_template_id_e13b4ef2_render = function () {
18254
18254
  var _vm = this
18255
18255
  var _h = _vm.$createElement
18256
18256
  var _c = _vm._self._c || _h
@@ -24532,11 +24532,11 @@ var mainvue_type_template_id_e69fd95a_render = function () {
24532
24532
  )
24533
24533
  : _vm._e()
24534
24534
  }
24535
- var mainvue_type_template_id_e69fd95a_staticRenderFns = []
24536
- mainvue_type_template_id_e69fd95a_render._withStripped = true
24535
+ var mainvue_type_template_id_e13b4ef2_staticRenderFns = []
24536
+ mainvue_type_template_id_e13b4ef2_render._withStripped = true
24537
24537
 
24538
24538
 
24539
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e69fd95a&
24539
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
24540
24540
 
24541
24541
  // CONCATENATED MODULE: ./src/utils/rules.js
24542
24542
  // 手机号
@@ -27108,6 +27108,10 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27108
27108
  type: Boolean,
27109
27109
  default: true
27110
27110
  },
27111
+ modelFormat: {
27112
+ type: Boolean,
27113
+ default: true
27114
+ },
27111
27115
  showLabel: {
27112
27116
  type: Boolean,
27113
27117
  default: true
@@ -27673,6 +27677,7 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27673
27677
  var param = this.paramId ? form_src_mainvue_type_script_lang_js_extends({}, this.param, { id: this.paramId }) : this.param;
27674
27678
  utils_util.ajax({
27675
27679
  method: this.modelMethod || this.method,
27680
+ format: this.modelFormat,
27676
27681
  url: this.model,
27677
27682
  data: param,
27678
27683
  params: param
@@ -28394,8 +28399,8 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
28394
28399
 
28395
28400
  var form_src_main_component = normalizeComponent(
28396
28401
  packages_form_src_mainvue_type_script_lang_js_,
28397
- mainvue_type_template_id_e69fd95a_render,
28398
- mainvue_type_template_id_e69fd95a_staticRenderFns,
28402
+ mainvue_type_template_id_e13b4ef2_render,
28403
+ mainvue_type_template_id_e13b4ef2_staticRenderFns,
28399
28404
  false,
28400
28405
  null,
28401
28406
  null,
@@ -28412,8 +28417,8 @@ form_src_main.install = function (Vue) {
28412
28417
  };
28413
28418
 
28414
28419
  /* harmony default export */ var packages_form = (form_src_main);
28415
- // 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=6a1416d2&
28416
- var mainvue_type_template_id_6a1416d2_render = function () {
28420
+ // 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=2dffee80&
28421
+ var mainvue_type_template_id_2dffee80_render = function () {
28417
28422
  var _vm = this
28418
28423
  var _h = _vm.$createElement
28419
28424
  var _c = _vm._self._c || _h
@@ -28625,6 +28630,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28625
28630
  "pending-id": _vm.pendingId,
28626
28631
  showBtn: false,
28627
28632
  formTitle: _vm.formTitle,
28633
+ flowLabelConfig: _vm.flowLabelConfig,
28634
+ hideMessage: _vm.hideMessage,
28628
28635
  startFlowPageEmbeddedIntoStartFlowIndex:
28629
28636
  _vm.startFlowPageEmbeddedIntoStartFlowIndex,
28630
28637
  processDefinitionId: _vm.nodeInfo.nextNode,
@@ -28673,6 +28680,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28673
28680
  selectorConfig: _vm.selectorConfig,
28674
28681
  resetAppId: _vm.resetAppId,
28675
28682
  taskExamine: _vm.taskExamineInfo,
28683
+ flowLabelConfig: _vm.flowLabelConfig,
28684
+ hideMessage: _vm.hideMessage,
28676
28685
  subParams: _vm.subParams,
28677
28686
  "news-info": _vm.nextNode.notificationMsg,
28678
28687
  },
@@ -28690,6 +28699,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28690
28699
  showOther: _vm.showOther,
28691
28700
  showTooltip: _vm.showTooltip,
28692
28701
  selectorParams: _vm.selectorParams,
28702
+ flowLabelConfig: _vm.flowLabelConfig,
28703
+ hideMessage: _vm.hideMessage,
28693
28704
  formLabelPosition: _vm.formLabelPosition,
28694
28705
  simpleTips: _vm.simpleTips,
28695
28706
  },
@@ -28700,6 +28711,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28700
28711
  businessId: _vm.businessId,
28701
28712
  appId: _vm.resetAppId,
28702
28713
  showTooltip: _vm.showTooltip,
28714
+ flowLabelConfig: _vm.flowLabelConfig,
28715
+ hideMessage: _vm.hideMessage,
28703
28716
  simpleTips: _vm.simpleTips,
28704
28717
  },
28705
28718
  on: {
@@ -28716,6 +28729,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28716
28729
  showTooltip: _vm.showTooltip,
28717
28730
  simpleTips: _vm.simpleTips,
28718
28731
  appId: _vm.resetAppId,
28732
+ flowLabelConfig: _vm.flowLabelConfig,
28733
+ hideMessage: _vm.hideMessage,
28719
28734
  flowParams: _vm.param,
28720
28735
  subParams: _vm.subParams,
28721
28736
  },
@@ -29716,7 +29731,11 @@ var mainvue_type_template_id_6a1416d2_render = function () {
29716
29731
  : "nextOrgId",
29717
29732
  label:
29718
29733
  _vm.isShowNextUser
29719
- ? "下步办理人"
29734
+ ? "" +
29735
+ (_vm
29736
+ .flowLabelConfig
29737
+ .nextUser ||
29738
+ "下步办理人")
29720
29739
  : "办理对象",
29721
29740
  },
29722
29741
  },
@@ -30226,6 +30245,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30226
30245
  ? _c("CustomPreset", {
30227
30246
  ref: "customPreset",
30228
30247
  attrs: {
30248
+ flowLabelConfig: _vm.flowLabelConfig,
30249
+ hideMessage: _vm.hideMessage,
30229
30250
  showTooltip: _vm.showTooltip,
30230
30251
  nextNode: _vm.nextNode.nextNodeId,
30231
30252
  customPresetHintMessage:
@@ -30255,6 +30276,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30255
30276
  nodeId: _vm.nextNode.nextNodeId,
30256
30277
  showTooltip: _vm.showTooltip,
30257
30278
  businessId: _vm.businessIds,
30279
+ flowLabelConfig: _vm.flowLabelConfig,
30280
+ hideMessage: _vm.hideMessage,
30258
30281
  customPresetHintMessage:
30259
30282
  _vm.customPresetHintMessage,
30260
30283
  processDefinitionId: _vm.nodeInfo.nextNode,
@@ -30292,6 +30315,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30292
30315
  _vm.businessIds,
30293
30316
  simpleTips: _vm.simpleTips,
30294
30317
  showTooltip: _vm.showTooltip,
30318
+ hideMessage: _vm.hideMessage,
30319
+ flowLabelConfig: _vm.flowLabelConfig,
30295
30320
  "is-free-start-flow":
30296
30321
  _vm.freeStartFlowParams.useScene ===
30297
30322
  "multiInsMidwayWithSubmitScene",
@@ -30333,6 +30358,7 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30333
30358
  ref: "flowCirculate",
30334
30359
  attrs: {
30335
30360
  showTooltip: _vm.showTooltip,
30361
+ flowLabelConfig: _vm.flowLabelConfig,
30336
30362
  "label-position": _vm.formLabelPosition,
30337
30363
  businessId: _vm.businessId,
30338
30364
  startFlowPageEmbeddedIntoStartFlowIndex:
@@ -30351,7 +30377,10 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30351
30377
  },
30352
30378
  })
30353
30379
  : _vm._e(),
30354
- !_vm.isFlow && _vm.isSpecial && _vm.newsList.length > 0
30380
+ !_vm.isFlow &&
30381
+ _vm.isSpecial &&
30382
+ _vm.newsList.length > 0 &&
30383
+ !_vm.hideMessage
30355
30384
  ? _c(
30356
30385
  "div",
30357
30386
  {
@@ -31033,6 +31062,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31033
31062
  _c("circulate", {
31034
31063
  attrs: {
31035
31064
  businessId: _vm.businessId,
31065
+ flowLabelConfig: _vm.flowLabelConfig,
31066
+ hideMessage: _vm.hideMessage,
31036
31067
  processDefinitionId: _vm.nodeInfo.nextNode,
31037
31068
  showTooltip: _vm.showTooltip,
31038
31069
  simpleTips: _vm.simpleTips,
@@ -31081,6 +31112,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31081
31112
  showTooltip: _vm.showTooltip,
31082
31113
  simpleTips: _vm.simpleTips,
31083
31114
  selectorParams: _vm.selectorParams,
31115
+ flowLabelConfig: _vm.flowLabelConfig,
31116
+ hideMessage: _vm.hideMessage,
31084
31117
  "is-free-start-flow":
31085
31118
  _vm.freeStartFlowParams.useScene ===
31086
31119
  "multiInsMidwayWithSubmitScene",
@@ -31168,6 +31201,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31168
31201
  option: _vm.value,
31169
31202
  showTooltip: _vm.showTooltip,
31170
31203
  simpleTips: _vm.simpleTips,
31204
+ flowLabelConfig: _vm.flowLabelConfig,
31205
+ hideMessage: _vm.hideMessage,
31171
31206
  "show-reject": _vm.showReject,
31172
31207
  "news-info": _vm.nextNode.notificationMsg,
31173
31208
  },
@@ -31208,6 +31243,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31208
31243
  opinion: _vm.value,
31209
31244
  type: _vm.taskReadType,
31210
31245
  showTooltip: _vm.showTooltip,
31246
+ flowLabelConfig: _vm.flowLabelConfig,
31247
+ hideMessage: _vm.hideMessage,
31211
31248
  selectorConfig: _vm.selectorConfig,
31212
31249
  simpleTips: _vm.simpleTips,
31213
31250
  subParams: _vm.subParams,
@@ -31355,6 +31392,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31355
31392
  pendingId: _vm.pendingId,
31356
31393
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
31357
31394
  oldOption: _vm.value,
31395
+ flowLabelConfig: _vm.flowLabelConfig,
31396
+ hideMessage: _vm.hideMessage,
31358
31397
  selectorParams: _vm.selectorParams,
31359
31398
  type: _vm.flowType,
31360
31399
  multiple: _vm.flowMultiple,
@@ -31396,6 +31435,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31396
31435
  {
31397
31436
  attrs: {
31398
31437
  isStartFlow: "",
31438
+ flowLabelConfig: _vm.flowLabelConfig,
31439
+ hideMessage: _vm.hideMessage,
31399
31440
  simpleTips: _vm.simpleTips,
31400
31441
  btnList: [
31401
31442
  {
@@ -31431,11 +31472,11 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31431
31472
  )
31432
31473
  : _vm._e()
31433
31474
  }
31434
- var mainvue_type_template_id_6a1416d2_staticRenderFns = []
31435
- mainvue_type_template_id_6a1416d2_render._withStripped = true
31475
+ var mainvue_type_template_id_2dffee80_staticRenderFns = []
31476
+ mainvue_type_template_id_2dffee80_render._withStripped = true
31436
31477
 
31437
31478
 
31438
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6a1416d2&
31479
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2dffee80&
31439
31480
 
31440
31481
  // 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&
31441
31482
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32290,21 +32331,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32290
32331
  return validSate;
32291
32332
  },
32292
32333
 
32293
- /**
32294
- * changeOpinion
32295
- * @desc:监听意见变化
32296
- * @author liufan
32297
- * @date 2022年10月28日
32334
+ /**
32335
+ * changeOpinion
32336
+ * @desc:监听意见变化
32337
+ * @author liufan
32338
+ * @date 2022年10月28日
32298
32339
  **/
32299
32340
  changeOpinion: function changeOpinion() {
32300
32341
  this.$emit('change', this.form.value);
32301
32342
  },
32302
32343
 
32303
- /**
32304
- * getCommonOpion
32305
- * @desc:获取意见
32306
- * @author liufan
32307
- * @date 2022年5月25日
32344
+ /**
32345
+ * getCommonOpion
32346
+ * @desc:获取意见
32347
+ * @author liufan
32348
+ * @date 2022年5月25日
32308
32349
  **/
32309
32350
  getCommonOpion: function getCommonOpion() {
32310
32351
  var _this = this;
@@ -32333,24 +32374,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32333
32374
  });
32334
32375
  },
32335
32376
 
32336
- /**
32337
- * upDate
32338
- * @desc:修改常用语
32339
- * @author liufan
32340
- * @param {Object} val 修改值
32341
- * @date 2022年5月25日
32377
+ /**
32378
+ * upDate
32379
+ * @desc:修改常用语
32380
+ * @author liufan
32381
+ * @param {Object} val 修改值
32382
+ * @date 2022年5月25日
32342
32383
  **/
32343
32384
  upDate: function upDate(val) {
32344
32385
  this.FormData.id = val.id;
32345
32386
  this.addVisible = true;
32346
32387
  },
32347
32388
 
32348
- /**
32349
- * selectChange
32350
- * @desc:常用语选择
32351
- * @author liufan
32352
- * @param {String} val 选中值
32353
- * @date 2022年5月25日
32389
+ /**
32390
+ * selectChange
32391
+ * @desc:常用语选择
32392
+ * @author liufan
32393
+ * @param {String} val 选中值
32394
+ * @date 2022年5月25日
32354
32395
  **/
32355
32396
  selectChange: function selectChange(val) {
32356
32397
  var _this2 = this;
@@ -32369,12 +32410,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32369
32410
  });
32370
32411
  },
32371
32412
 
32372
- /**
32373
- * del
32374
- * @desc:删除常用语
32375
- * @author liufan
32376
- * @param {Object} val 删除的数据
32377
- * @date 2022年5月25日
32413
+ /**
32414
+ * del
32415
+ * @desc:删除常用语
32416
+ * @author liufan
32417
+ * @param {Object} val 删除的数据
32418
+ * @date 2022年5月25日
32378
32419
  **/
32379
32420
  del: function del(val) {
32380
32421
  var _this3 = this;
@@ -32416,12 +32457,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32416
32457
  }).catch(function (e) {});
32417
32458
  },
32418
32459
 
32419
- /**
32420
- * submit
32421
- * @desc:新增/编辑意见保存
32422
- * @author liufan
32423
- * @param {Object} val 保存数据
32424
- * @date 2022年5月25日
32460
+ /**
32461
+ * submit
32462
+ * @desc:新增/编辑意见保存
32463
+ * @author liufan
32464
+ * @param {Object} val 保存数据
32465
+ * @date 2022年5月25日
32425
32466
  **/
32426
32467
  submit: function submit(val) {
32427
32468
  var _this4 = this;
@@ -32486,8 +32527,8 @@ var CommonOpinions_component = normalizeComponent(
32486
32527
  )
32487
32528
 
32488
32529
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32489
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
32490
- var processFormvue_type_template_id_6df91879_render = function () {
32530
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
32531
+ var processFormvue_type_template_id_17d61097_render = function () {
32491
32532
  var _vm = this
32492
32533
  var _h = _vm.$createElement
32493
32534
  var _c = _vm._self._c || _h
@@ -32816,7 +32857,9 @@ var processFormvue_type_template_id_6df91879_render = function () {
32816
32857
  {
32817
32858
  attrs: {
32818
32859
  prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
32819
- label: _vm.isShowNextUser ? "下步办理人" : "办理对象",
32860
+ label: _vm.isShowNextUser
32861
+ ? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
32862
+ : "办理对象",
32820
32863
  },
32821
32864
  },
32822
32865
  [
@@ -33218,7 +33261,7 @@ var processFormvue_type_template_id_6df91879_render = function () {
33218
33261
  ],
33219
33262
  1
33220
33263
  ),
33221
- !_vm.showBtn && _vm.nextNode.noticeList.length > 0
33264
+ !_vm.showBtn && _vm.nextNode.noticeList.length > 0 && !_vm.hideMessage
33222
33265
  ? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
33223
33266
  _c(
33224
33267
  "div",
@@ -33315,11 +33358,11 @@ var processFormvue_type_template_id_6df91879_render = function () {
33315
33358
  1
33316
33359
  )
33317
33360
  }
33318
- var processFormvue_type_template_id_6df91879_staticRenderFns = []
33319
- processFormvue_type_template_id_6df91879_render._withStripped = true
33361
+ var processFormvue_type_template_id_17d61097_staticRenderFns = []
33362
+ processFormvue_type_template_id_17d61097_render._withStripped = true
33320
33363
 
33321
33364
 
33322
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
33365
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
33323
33366
 
33324
33367
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33325
33368
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -35355,7 +35398,14 @@ var processFormvue_type_script_lang_js_components;
35355
35398
  type: [Number, String],
35356
35399
  default: 0
35357
35400
  },
35358
- selectorParams: { type: Object, default: function _default() {} }
35401
+ selectorParams: { type: Object, default: function _default() {} },
35402
+ flowLabelConfig: {
35403
+ type: Object,
35404
+ default: function _default() {
35405
+ return {};
35406
+ }
35407
+ },
35408
+ hideMessage: { type: Boolean, default: false }
35359
35409
  },
35360
35410
  data: function data() {
35361
35411
  return {
@@ -35854,7 +35904,7 @@ var processFormvue_type_script_lang_js_components;
35854
35904
 
35855
35905
  if (_this6.isShowNextUser) {
35856
35906
  if ((nextUser == '' || _this6.multiple && nextUser.length == 0) && !_this6.isHideCurrentOrg && !_this6.isHideOtherOrg) {
35857
- return _this6.$message.warning('请选择下步办理人');
35907
+ return _this6.$message.warning('\u8BF7\u9009\u62E9' + (_this6.flowLabelConfig.nextUser || '下步办理人'));
35858
35908
  }
35859
35909
  } else {
35860
35910
  if (nextOrgId == '' || _this6.multiple && nextOrgId.length == 0) {
@@ -36220,6 +36270,7 @@ var processFormvue_type_script_lang_js_components;
36220
36270
  message = res.message;
36221
36271
 
36222
36272
  if (status === 'success') {
36273
+ if (_this8.hideMessage) return;
36223
36274
  _this8.nextNode.noticeType = message.split(',');
36224
36275
  var arr = [];
36225
36276
  _this8.nextNode.noticeList.map(function (item) {
@@ -36245,11 +36296,11 @@ var processFormvue_type_script_lang_js_components;
36245
36296
  });
36246
36297
  },
36247
36298
 
36248
- /**
36249
- * isMultiple
36250
- * @desc:是否多选
36251
- * @author liufan
36252
- * @date 2022年9月13日
36299
+ /**
36300
+ * isMultiple
36301
+ * @desc:是否多选
36302
+ * @author liufan
36303
+ * @date 2022年9月13日
36253
36304
  **/
36254
36305
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36255
36306
  var multiple = false;
@@ -36425,8 +36476,8 @@ var processFormvue_type_script_lang_js_components;
36425
36476
 
36426
36477
  var processForm_component = normalizeComponent(
36427
36478
  src_processFormvue_type_script_lang_js_,
36428
- processFormvue_type_template_id_6df91879_render,
36429
- processFormvue_type_template_id_6df91879_staticRenderFns,
36479
+ processFormvue_type_template_id_17d61097_render,
36480
+ processFormvue_type_template_id_17d61097_staticRenderFns,
36430
36481
  false,
36431
36482
  null,
36432
36483
  null,
@@ -37473,8 +37524,8 @@ var TimeLimit_component = normalizeComponent(
37473
37524
  )
37474
37525
 
37475
37526
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
37476
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=65914be1&
37477
- var processRejectvue_type_template_id_65914be1_render = function () {
37527
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
37528
+ var processRejectvue_type_template_id_364df082_render = function () {
37478
37529
  var _vm = this
37479
37530
  var _h = _vm.$createElement
37480
37531
  var _c = _vm._self._c || _h
@@ -37708,11 +37759,11 @@ var processRejectvue_type_template_id_65914be1_render = function () {
37708
37759
  1
37709
37760
  )
37710
37761
  }
37711
- var processRejectvue_type_template_id_65914be1_staticRenderFns = []
37712
- processRejectvue_type_template_id_65914be1_render._withStripped = true
37762
+ var processRejectvue_type_template_id_364df082_staticRenderFns = []
37763
+ processRejectvue_type_template_id_364df082_render._withStripped = true
37713
37764
 
37714
37765
 
37715
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=65914be1&
37766
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
37716
37767
 
37717
37768
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
37718
37769
  //
@@ -37818,7 +37869,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
37818
37869
  newsInfo: { type: String, default: '' },
37819
37870
  showReject: { type: Boolean },
37820
37871
  option: { type: String, default: '' },
37821
- simpleTips: { type: Boolean, default: true }
37872
+ simpleTips: { type: Boolean, default: true },
37873
+ hideMessage: { type: Boolean, default: false }
37822
37874
  },
37823
37875
  data: function data() {
37824
37876
  return {
@@ -37950,6 +38002,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
37950
38002
  message = res.message;
37951
38003
 
37952
38004
  if (status === 'success') {
38005
+ if (_this3.hideMessage) return;
37953
38006
  _this3.nextNode.noticeType = message.split(',');
37954
38007
  var arr = [];
37955
38008
  _this3.nextNode.noticeList.map(function (item) {
@@ -38031,8 +38084,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
38031
38084
 
38032
38085
  var processReject_component = normalizeComponent(
38033
38086
  src_processRejectvue_type_script_lang_js_,
38034
- processRejectvue_type_template_id_65914be1_render,
38035
- processRejectvue_type_template_id_65914be1_staticRenderFns,
38087
+ processRejectvue_type_template_id_364df082_render,
38088
+ processRejectvue_type_template_id_364df082_staticRenderFns,
38036
38089
  false,
38037
38090
  null,
38038
38091
  null,
@@ -38041,8 +38094,8 @@ var processReject_component = normalizeComponent(
38041
38094
  )
38042
38095
 
38043
38096
  /* harmony default export */ var processReject = (processReject_component.exports);
38044
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=fd55f8d2&
38045
- var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
38097
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=5faa3a34&
38098
+ var startTaskReadvue_type_template_id_5faa3a34_render = function () {
38046
38099
  var _vm = this
38047
38100
  var _h = _vm.$createElement
38048
38101
  var _c = _vm._self._c || _h
@@ -38349,7 +38402,8 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
38349
38402
  )
38350
38403
  : _vm._e(),
38351
38404
  _vm.configInfo.isCdjxjTaskHandle != "true" &&
38352
- _vm.noticeList.length > 0
38405
+ _vm.noticeList.length > 0 &&
38406
+ !_vm.hideMessage
38353
38407
  ? _c(
38354
38408
  "el-form-item",
38355
38409
  { attrs: { prop: "noticeType", label: "通知方式" } },
@@ -38465,11 +38519,11 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
38465
38519
  1
38466
38520
  )
38467
38521
  }
38468
- var startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns = []
38469
- startTaskReadvue_type_template_id_fd55f8d2_render._withStripped = true
38522
+ var startTaskReadvue_type_template_id_5faa3a34_staticRenderFns = []
38523
+ startTaskReadvue_type_template_id_5faa3a34_render._withStripped = true
38470
38524
 
38471
38525
 
38472
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fd55f8d2&
38526
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=5faa3a34&
38473
38527
 
38474
38528
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
38475
38529
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -38674,7 +38728,9 @@ var startTaskReadvue_type_script_lang_js_components;
38674
38728
  readParams: {
38675
38729
  type: [Object, undefined],
38676
38730
  default: undefined
38677
- }
38731
+ },
38732
+
38733
+ hideMessage: { type: Boolean, default: false }
38678
38734
  },
38679
38735
  data: function data() {
38680
38736
  return {
@@ -39162,6 +39218,7 @@ var startTaskReadvue_type_script_lang_js_components;
39162
39218
 
39163
39219
  _this9.loading = false;
39164
39220
  if (status === 'success') {
39221
+ if (_this9.hideMessage) return;
39165
39222
  _this9.nextNode.noticeType = message.split(',');
39166
39223
  if (data) {
39167
39224
  _this9.notificationMessageReadOnly = data.notificationMessageReadOnly;
@@ -39197,8 +39254,8 @@ var startTaskReadvue_type_script_lang_js_components;
39197
39254
 
39198
39255
  var startTaskRead_component = normalizeComponent(
39199
39256
  src_startTaskReadvue_type_script_lang_js_,
39200
- startTaskReadvue_type_template_id_fd55f8d2_render,
39201
- startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns,
39257
+ startTaskReadvue_type_template_id_5faa3a34_render,
39258
+ startTaskReadvue_type_template_id_5faa3a34_staticRenderFns,
39202
39259
  false,
39203
39260
  null,
39204
39261
  null,
@@ -39207,8 +39264,8 @@ var startTaskRead_component = normalizeComponent(
39207
39264
  )
39208
39265
 
39209
39266
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
39210
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=5bd13ace&
39211
- var resetvue_type_template_id_5bd13ace_render = function () {
39267
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
39268
+ var resetvue_type_template_id_f881f0ca_render = function () {
39212
39269
  var _vm = this
39213
39270
  var _h = _vm.$createElement
39214
39271
  var _c = _vm._self._c || _h
@@ -39416,7 +39473,9 @@ var resetvue_type_template_id_5bd13ace_render = function () {
39416
39473
  {
39417
39474
  attrs: {
39418
39475
  prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
39419
- label: _vm.isShowNextUser ? "下步办理人" : "办理对象",
39476
+ label: _vm.isShowNextUser
39477
+ ? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
39478
+ : "办理对象",
39420
39479
  },
39421
39480
  },
39422
39481
  [
@@ -39578,8 +39637,10 @@ var resetvue_type_template_id_5bd13ace_render = function () {
39578
39637
  {
39579
39638
  name: "show",
39580
39639
  rawName: "v-show",
39581
- value: _vm.nextNode.noticeList.length != 0,
39582
- expression: "nextNode.noticeList.length != 0",
39640
+ value:
39641
+ _vm.nextNode.noticeList.length != 0 && !_vm.hideMessage,
39642
+ expression:
39643
+ "nextNode.noticeList.length != 0 && !hideMessage",
39583
39644
  },
39584
39645
  ],
39585
39646
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -39696,11 +39757,11 @@ var resetvue_type_template_id_5bd13ace_render = function () {
39696
39757
  1
39697
39758
  )
39698
39759
  }
39699
- var resetvue_type_template_id_5bd13ace_staticRenderFns = []
39700
- resetvue_type_template_id_5bd13ace_render._withStripped = true
39760
+ var resetvue_type_template_id_f881f0ca_staticRenderFns = []
39761
+ resetvue_type_template_id_f881f0ca_render._withStripped = true
39701
39762
 
39702
39763
 
39703
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5bd13ace&
39764
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
39704
39765
 
39705
39766
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
39706
39767
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -39969,7 +40030,14 @@ var resetvue_type_script_lang_js_components;
39969
40030
  type: String,
39970
40031
  default: ''
39971
40032
  },
39972
- type: { type: String }
40033
+ type: { type: String },
40034
+ flowLabelConfig: {
40035
+ type: Object,
40036
+ default: function _default() {
40037
+ return {};
40038
+ }
40039
+ },
40040
+ hideMessage: { type: Boolean, default: false }
39973
40041
  },
39974
40042
  data: function data() {
39975
40043
  return {
@@ -40251,7 +40319,7 @@ var resetvue_type_script_lang_js_components;
40251
40319
  if (_this4.nodeInfoExtAttr.nodeType != 1 && _this4.nodeInfoExtAttr.nodeType != 2 && !_this4.showRoleUser) {
40252
40320
  if (_this4.isShowNextUser) {
40253
40321
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
40254
- return _this4.$message.warning('请选择下步办理人');
40322
+ return _this4.$message.warning('\u8BF7\u9009\u62E9' + (_this4.flowLabelConfig.nextUser || '下步办理人'));
40255
40323
  }
40256
40324
  } else {
40257
40325
  if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
@@ -40446,6 +40514,7 @@ var resetvue_type_script_lang_js_components;
40446
40514
  message = res.message;
40447
40515
 
40448
40516
  if (status === 'success') {
40517
+ if (_this6.hideMessage) return;
40449
40518
  _this6.nextNode.noticeType = message.split(',');
40450
40519
  var arr = [];
40451
40520
  _this6.nextNode.noticeList.map(function (item) {
@@ -40468,11 +40537,11 @@ var resetvue_type_script_lang_js_components;
40468
40537
  });
40469
40538
  },
40470
40539
 
40471
- /**
40472
- * isMultiple
40473
- * @desc:是否多选
40474
- * @author liufan
40475
- * @date 2022年9月13日
40540
+ /**
40541
+ * isMultiple
40542
+ * @desc:是否多选
40543
+ * @author liufan
40544
+ * @date 2022年9月13日
40476
40545
  **/
40477
40546
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40478
40547
  var multiple = false;
@@ -40606,8 +40675,8 @@ var resetvue_type_script_lang_js_components;
40606
40675
 
40607
40676
  var reset_component = normalizeComponent(
40608
40677
  src_resetvue_type_script_lang_js_,
40609
- resetvue_type_template_id_5bd13ace_render,
40610
- resetvue_type_template_id_5bd13ace_staticRenderFns,
40678
+ resetvue_type_template_id_f881f0ca_render,
40679
+ resetvue_type_template_id_f881f0ca_staticRenderFns,
40611
40680
  false,
40612
40681
  null,
40613
40682
  null,
@@ -40616,8 +40685,8 @@ var reset_component = normalizeComponent(
40616
40685
  )
40617
40686
 
40618
40687
  /* harmony default export */ var src_reset = (reset_component.exports);
40619
- // 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/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40620
- var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40688
+ // 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/taskUnionExamine.vue?vue&type=template&id=42d72d64&
40689
+ var taskUnionExaminevue_type_template_id_42d72d64_render = function () {
40621
40690
  var _vm = this
40622
40691
  var _h = _vm.$createElement
40623
40692
  var _c = _vm._self._c || _h
@@ -40820,8 +40889,9 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40820
40889
  {
40821
40890
  name: "show",
40822
40891
  rawName: "v-show",
40823
- value: _vm.infoList.noticeList.length != 0,
40824
- expression: "infoList.noticeList.length != 0",
40892
+ value:
40893
+ _vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
40894
+ expression: "infoList.noticeList.length != 0 && !hideMessage",
40825
40895
  },
40826
40896
  ],
40827
40897
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -40921,11 +40991,11 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40921
40991
  1
40922
40992
  )
40923
40993
  }
40924
- var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
40925
- taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
40994
+ var taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns = []
40995
+ taskUnionExaminevue_type_template_id_42d72d64_render._withStripped = true
40926
40996
 
40927
40997
 
40928
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40998
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=42d72d64&
40929
40999
 
40930
41000
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
40931
41001
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -41126,7 +41196,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
41126
41196
  default: function _default() {
41127
41197
  return {};
41128
41198
  }
41129
- }
41199
+ },
41200
+ hideMessage: { type: Boolean, default: false }
41130
41201
  },
41131
41202
  inheritAttrs: false,
41132
41203
  data: function data() {
@@ -41589,6 +41660,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
41589
41660
  message = res.message;
41590
41661
 
41591
41662
  if (status === 'success') {
41663
+ if (_this7.hideMessage) return;
41592
41664
  _this7.infoList.noticeType = message.split(',');
41593
41665
  var arr = [];
41594
41666
  _this7.infoList.noticeList.map(function (item) {
@@ -41623,8 +41695,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
41623
41695
 
41624
41696
  var taskUnionExamine_component = normalizeComponent(
41625
41697
  component_taskUnionExaminevue_type_script_lang_js_,
41626
- taskUnionExaminevue_type_template_id_5a32ec13_render,
41627
- taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
41698
+ taskUnionExaminevue_type_template_id_42d72d64_render,
41699
+ taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns,
41628
41700
  false,
41629
41701
  null,
41630
41702
  null,
@@ -41633,8 +41705,8 @@ var taskUnionExamine_component = normalizeComponent(
41633
41705
  )
41634
41706
 
41635
41707
  /* harmony default export */ var component_taskUnionExamine = (taskUnionExamine_component.exports);
41636
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
41637
- var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
41708
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
41709
+ var freeStartFlowvue_type_template_id_158663d8_render = function () {
41638
41710
  var _vm = this
41639
41711
  var _h = _vm.$createElement
41640
41712
  var _c = _vm._self._c || _h
@@ -41648,6 +41720,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
41648
41720
  attrs: {
41649
41721
  type: _vm.newTypeCode,
41650
41722
  appId: _vm.resetAppId,
41723
+ hideMessage: _vm.hideMessage,
41724
+ flowLabelConfig: _vm.flowLabelConfig,
41651
41725
  flowParams: _vm.param,
41652
41726
  },
41653
41727
  })
@@ -42440,7 +42514,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
42440
42514
  : "nextOrgId",
42441
42515
  label:
42442
42516
  _vm.isShowNextUser
42443
- ? "下步办理人"
42517
+ ? "" +
42518
+ (_vm
42519
+ .flowLabelConfig
42520
+ .nextUser ||
42521
+ "下步办理人")
42444
42522
  : "办理对象",
42445
42523
  },
42446
42524
  },
@@ -42861,7 +42939,7 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
42861
42939
  ],
42862
42940
  1
42863
42941
  ),
42864
- !_vm.isFlow && _vm.isSpecial
42942
+ !_vm.isFlow && _vm.isSpecial && !_vm.hideMessage
42865
42943
  ? _c(
42866
42944
  "div",
42867
42945
  {
@@ -43460,6 +43538,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43460
43538
  "copy-history": _vm.pendedHistoryHandle,
43461
43539
  "process-definition-id": _vm.nodeInfo.nextNode,
43462
43540
  opinion: _vm.value,
43541
+ hideMessage: _vm.hideMessage,
43542
+ flowLabelConfig: _vm.flowLabelConfig,
43463
43543
  taskParams: _vm.taskParams,
43464
43544
  },
43465
43545
  on: {
@@ -43530,6 +43610,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43530
43610
  attrs: {
43531
43611
  "pending-id": _vm.pendingId,
43532
43612
  option: _vm.value,
43613
+ hideMessage: _vm.hideMessage,
43614
+ flowLabelConfig: _vm.flowLabelConfig,
43533
43615
  "show-reject": _vm.showReject,
43534
43616
  "news-info": _vm.nextNode.notificationMsg,
43535
43617
  },
@@ -43569,6 +43651,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43569
43651
  "pending-id": _vm.pendingId,
43570
43652
  opinion: _vm.value,
43571
43653
  type: _vm.taskReadType,
43654
+ hideMessage: _vm.hideMessage,
43655
+ flowLabelConfig: _vm.flowLabelConfig,
43572
43656
  taskExamine: _vm.taskExamineInfo,
43573
43657
  "news-info": _vm.nextNode.notificationMsg,
43574
43658
  },
@@ -43638,6 +43722,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43638
43722
  _c("SendMsg", {
43639
43723
  attrs: {
43640
43724
  pendingId: _vm.pendingId,
43725
+ hideMessage: _vm.hideMessage,
43726
+ flowLabelConfig: _vm.flowLabelConfig,
43641
43727
  newsList: _vm.newsList,
43642
43728
  },
43643
43729
  on: {
@@ -43673,6 +43759,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43673
43759
  _c("TaskUnionExamine", {
43674
43760
  attrs: {
43675
43761
  pendingId: _vm.pendingId,
43762
+ hideMessage: _vm.hideMessage,
43763
+ flowLabelConfig: _vm.flowLabelConfig,
43676
43764
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
43677
43765
  type: _vm.flowType,
43678
43766
  multiple: _vm.flowMultiple,
@@ -43712,6 +43800,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43712
43800
  ? _c("es-flow", {
43713
43801
  attrs: {
43714
43802
  isStartFlow: "",
43803
+ hideMessage: _vm.hideMessage,
43804
+ flowLabelConfig: _vm.flowLabelConfig,
43715
43805
  businessId:
43716
43806
  _vm.freeStartFlowParams.businessId,
43717
43807
  flowTypeCode:
@@ -43733,11 +43823,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43733
43823
  )
43734
43824
  : _vm._e()
43735
43825
  }
43736
- var freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns = []
43737
- freeStartFlowvue_type_template_id_bacd05b4_render._withStripped = true
43826
+ var freeStartFlowvue_type_template_id_158663d8_staticRenderFns = []
43827
+ freeStartFlowvue_type_template_id_158663d8_render._withStripped = true
43738
43828
 
43739
43829
 
43740
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
43830
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
43741
43831
 
43742
43832
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
43743
43833
 
@@ -44504,6 +44594,30 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44504
44594
  //
44505
44595
  //
44506
44596
  //
44597
+ //
44598
+ //
44599
+ //
44600
+ //
44601
+ //
44602
+ //
44603
+ //
44604
+ //
44605
+ //
44606
+ //
44607
+ //
44608
+ //
44609
+ //
44610
+ //
44611
+ //
44612
+ //
44613
+ //
44614
+ //
44615
+ //
44616
+ //
44617
+ //
44618
+ //
44619
+ //
44620
+ //
44507
44621
 
44508
44622
 
44509
44623
 
@@ -44561,13 +44675,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44561
44675
  userSelectRange: {
44562
44676
  type: String
44563
44677
  },
44564
- selectorParams: { type: Object, default: function _default() {
44678
+ selectorParams: {
44679
+ type: Object,
44680
+ default: function _default() {
44565
44681
  return {};
44566
- } },
44682
+ }
44683
+ },
44567
44684
  defaultProcessShowStrategy: { type: String, default: '' },
44568
44685
  taskParams: {
44569
44686
  type: Object,
44570
44687
  default: function _default() {}
44688
+ },
44689
+ isEndMessage: { type: Boolean, default: false },
44690
+ flowLabelConfig: {
44691
+ type: Object,
44692
+ default: function _default() {
44693
+ return {};
44694
+ }
44571
44695
  }
44572
44696
  },
44573
44697
  data: function data() {
@@ -44588,7 +44712,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44588
44712
  nextOtherOrgObjSelect: [],
44589
44713
  subProcessColumns: [],
44590
44714
  nextCurrentOrgObjSelect: [],
44591
- otherParams: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') },
44715
+ otherParams: {
44716
+ filid: 'all',
44717
+ roleid: '',
44718
+ nofilid: sessionStorage.getItem('orgId')
44719
+ },
44592
44720
  loading: null, // 加载中
44593
44721
  newTypeCode: '',
44594
44722
  NodeName: '', // 当前节点值
@@ -45061,11 +45189,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45061
45189
  });
45062
45190
  },
45063
45191
 
45064
- /**
45065
- * saveInfo
45066
- * @desc:暂存
45067
- * @author liufan
45068
- * @date 2022年9月9日
45192
+ /**
45193
+ * saveInfo
45194
+ * @desc:暂存
45195
+ * @author liufan
45196
+ * @date 2022年9月9日
45069
45197
  **/
45070
45198
  saveInfo: function saveInfo(type, btn) {
45071
45199
  var _this6 = this;
@@ -45127,11 +45255,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45127
45255
  });
45128
45256
  },
45129
45257
 
45130
- /**
45131
- * rejectBtn
45132
- * @desc:点击驳回
45133
- * @author liufan
45134
- * @date 2022年5月25日
45258
+ /**
45259
+ * rejectBtn
45260
+ * @desc:点击驳回
45261
+ * @author liufan
45262
+ * @date 2022年5月25日
45135
45263
  **/
45136
45264
  rejectBtn: function rejectBtn() {
45137
45265
  var _this8 = this;
@@ -45149,11 +45277,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45149
45277
  }
45150
45278
  },
45151
45279
 
45152
- /**
45153
- * taskReadBtn
45154
- * @desc:点击分阅
45155
- * @author liufan
45156
- * @date 2022年5月25日
45280
+ /**
45281
+ * taskReadBtn
45282
+ * @desc:点击分阅
45283
+ * @author liufan
45284
+ * @date 2022年5月25日
45157
45285
  **/
45158
45286
  taskReadBtn: function taskReadBtn() {
45159
45287
  var _this9 = this;
@@ -45172,11 +45300,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45172
45300
  }
45173
45301
  },
45174
45302
 
45175
- /**
45176
- * getFind
45177
- * @desc:获取通知方式
45178
- * @author liufan
45179
- * @date 2022年5月25日
45303
+ /**
45304
+ * getFind
45305
+ * @desc:获取通知方式
45306
+ * @author liufan
45307
+ * @date 2022年5月25日
45180
45308
  **/
45181
45309
  getFind: function getFind() {
45182
45310
  var _this10 = this;
@@ -45188,6 +45316,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45188
45316
  message = res.message;
45189
45317
 
45190
45318
  if (status === 'success') {
45319
+ if (_this10.hideMessage) return;
45191
45320
  _this10.nextNode.notificationType = message.split(',');
45192
45321
  var arr = [];
45193
45322
  _this10.newsList.map(function (item) {
@@ -45231,12 +45360,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45231
45360
  });
45232
45361
  },
45233
45362
 
45234
- /**
45235
- * endFlows
45236
- * @desc:直接办结
45237
- * @author liufan
45238
- * @param {Object} res 直接办结数据
45239
- * @date 2022年5月25日
45363
+ /**
45364
+ * endFlows
45365
+ * @desc:直接办结
45366
+ * @author liufan
45367
+ * @param {Object} res 直接办结数据
45368
+ * @date 2022年5月25日
45240
45369
  **/
45241
45370
  endFlows: function endFlows(res) {
45242
45371
  var _this12 = this;
@@ -45290,12 +45419,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45290
45419
  }).catch(function (e) {});
45291
45420
  },
45292
45421
 
45293
- /**
45294
- * goView
45295
- * @desc:更多流程按钮操作
45296
- * @author liufan
45297
- * @param {Object} res 当前点击操作按钮数据
45298
- * @date 2022年5月25日
45422
+ /**
45423
+ * goView
45424
+ * @desc:更多流程按钮操作
45425
+ * @author liufan
45426
+ * @param {Object} res 当前点击操作按钮数据
45427
+ * @date 2022年5月25日
45299
45428
  **/
45300
45429
  goView: function goView(res) {
45301
45430
  // 驳回并办结:rejectAndEndHtml
@@ -45380,11 +45509,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45380
45509
  // isCanStartSubFlow
45381
45510
  },
45382
45511
 
45383
- /**
45384
- * toTakeAdvice
45385
- * @desc:征求意见
45386
- * @author liufan
45387
- * @date 2022年9月29日
45512
+ /**
45513
+ * toTakeAdvice
45514
+ * @desc:征求意见
45515
+ * @author liufan
45516
+ * @date 2022年9月29日
45388
45517
  **/
45389
45518
  toTakeAdvice: function toTakeAdvice(res) {
45390
45519
  var _this14 = this;
@@ -45428,11 +45557,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45428
45557
  });
45429
45558
  },
45430
45559
 
45431
- /**
45432
- * toStartDraf
45433
- * @desc: 稿件递送、联合审核、复核
45434
- * @author liufan
45435
- * @date 2022年9月29日
45560
+ /**
45561
+ * toStartDraf
45562
+ * @desc: 稿件递送、联合审核、复核
45563
+ * @author liufan
45564
+ * @date 2022年9月29日
45436
45565
  **/
45437
45566
  toStartDraf: function toStartDraf(res) {
45438
45567
  var _this16 = this;
@@ -45446,11 +45575,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45446
45575
  }
45447
45576
  },
45448
45577
 
45449
- /**
45450
- * toSendMsg
45451
- * @desc:核稿通知
45452
- * @author liufan
45453
- * @date 2022年9月29日
45578
+ /**
45579
+ * toSendMsg
45580
+ * @desc:核稿通知
45581
+ * @author liufan
45582
+ * @date 2022年9月29日
45454
45583
  **/
45455
45584
  toSendMsg: function toSendMsg(res) {
45456
45585
  var _this17 = this;
@@ -45464,11 +45593,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45464
45593
  }
45465
45594
  },
45466
45595
 
45467
- /**
45468
- * toTaskReadAndEnd
45469
- * @desc:分阅并办结
45470
- * @author liufan
45471
- * @date 2022年9月29日
45596
+ /**
45597
+ * toTaskReadAndEnd
45598
+ * @desc:分阅并办结
45599
+ * @author liufan
45600
+ * @date 2022年9月29日
45472
45601
  **/
45473
45602
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45474
45603
  var _this18 = this;
@@ -45486,11 +45615,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45486
45615
  }
45487
45616
  },
45488
45617
 
45489
- /**
45490
- * rejectAndEnd
45491
- * @desc:驳回并办结
45492
- * @author liufan
45493
- * @date 2022年9月29日
45618
+ /**
45619
+ * rejectAndEnd
45620
+ * @desc:驳回并办结
45621
+ * @author liufan
45622
+ * @date 2022年9月29日
45494
45623
  **/
45495
45624
  rejectAndEnd: function rejectAndEnd(res) {
45496
45625
  var _this19 = this;
@@ -45545,11 +45674,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45545
45674
  });
45546
45675
  },
45547
45676
 
45548
- /**
45549
- * toTransfer
45550
- * @desc:转办
45551
- * @author liufan
45552
- * @date 2022年9月29日
45677
+ /**
45678
+ * toTransfer
45679
+ * @desc:转办
45680
+ * @author liufan
45681
+ * @date 2022年9月29日
45553
45682
  **/
45554
45683
  toTransfer: function toTransfer(res) {
45555
45684
  var _this21 = this;
@@ -45565,11 +45694,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45565
45694
  }
45566
45695
  },
45567
45696
 
45568
- /**
45569
- * getNodeInfo
45570
- * @desc:获取节点信息
45571
- * @author liufan
45572
- * @date 2022年5月25日
45697
+ /**
45698
+ * getNodeInfo
45699
+ * @desc:获取节点信息
45700
+ * @author liufan
45701
+ * @date 2022年5月25日
45573
45702
  **/
45574
45703
  getNodeInfo: function getNodeInfo() {
45575
45704
  var _this22 = this;
@@ -45668,12 +45797,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45668
45797
  });
45669
45798
  },
45670
45799
 
45671
- /**
45672
- * selecNext
45673
- * @desc:下步节点变化时更新数据
45674
- * @author liufan
45675
- * @param {String} val 当前选中值
45676
- * @date 2022年5月25日
45800
+ /**
45801
+ * selecNext
45802
+ * @desc:下步节点变化时更新数据
45803
+ * @author liufan
45804
+ * @param {String} val 当前选中值
45805
+ * @date 2022年5月25日
45677
45806
  **/
45678
45807
  selecNext: function selecNext(val, type, isDef) {
45679
45808
  var _this23 = this;
@@ -45782,11 +45911,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45782
45911
  if (isDef !== true) this.getNodeInfo();
45783
45912
  },
45784
45913
 
45785
- /**
45786
- * isMultiple
45787
- * @desc:是否多选
45788
- * @author liufan
45789
- * @date 2022年9月13日
45914
+ /**
45915
+ * isMultiple
45916
+ * @desc:是否多选
45917
+ * @author liufan
45918
+ * @date 2022年9月13日
45790
45919
  **/
45791
45920
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45792
45921
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45818,11 +45947,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45818
45947
  }
45819
45948
  },
45820
45949
 
45821
- /**
45822
- * getHedInfo
45823
- * @desc:获取审核页面数据
45824
- * @author liufan
45825
- * @date 2022年5月25日
45950
+ /**
45951
+ * getHedInfo
45952
+ * @desc:获取审核页面数据
45953
+ * @author liufan
45954
+ * @date 2022年5月25日
45826
45955
  **/
45827
45956
  getHedInfo: function getHedInfo() {
45828
45957
  var _this24 = this;
@@ -46058,13 +46187,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46058
46187
  });
46059
46188
  },
46060
46189
 
46061
- /**
46062
- * closeProcess
46063
- * @desc:关闭弹窗
46064
- * @author liufan
46065
- * @param {boolean} val 当前是否办理流程
46066
- * @param {String} type 当前点击的弹窗类型
46067
- * @date 2022年5月25日
46190
+ /**
46191
+ * closeProcess
46192
+ * @desc:关闭弹窗
46193
+ * @author liufan
46194
+ * @param {boolean} val 当前是否办理流程
46195
+ * @param {String} type 当前点击的弹窗类型
46196
+ * @date 2022年5月25日
46068
46197
  **/
46069
46198
  closeProcess: function closeProcess(val, type, closeParent) {
46070
46199
  if (closeParent) {
@@ -46081,23 +46210,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46081
46210
  }
46082
46211
  },
46083
46212
 
46084
- /**
46085
- * selectChange
46086
- * @desc:常用语选择
46087
- * @author liufan
46088
- * @param {String} val 选中值
46089
- * @date 2022年5月25日
46213
+ /**
46214
+ * selectChange
46215
+ * @desc:常用语选择
46216
+ * @author liufan
46217
+ * @param {String} val 选中值
46218
+ * @date 2022年5月25日
46090
46219
  **/
46091
46220
  selectChange: function selectChange(val) {
46092
46221
  this.value = val;
46093
46222
  },
46094
46223
 
46095
- /**
46096
- * upDate
46097
- * @desc:修改常用语
46098
- * @author liufan
46099
- * @param {Object} val 修改值
46100
- * @date 2022年5月25日
46224
+ /**
46225
+ * upDate
46226
+ * @desc:修改常用语
46227
+ * @author liufan
46228
+ * @param {Object} val 修改值
46229
+ * @date 2022年5月25日
46101
46230
  **/
46102
46231
  upDate: function upDate(val) {
46103
46232
  this.FormData.id = val.id;
@@ -46105,11 +46234,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46105
46234
  },
46106
46235
 
46107
46236
 
46108
- /**
46109
- * getProcess
46110
- * @desc:获取选择流程
46111
- * @author liufan
46112
- * @date 2022年5月25日
46237
+ /**
46238
+ * getProcess
46239
+ * @desc:获取选择流程
46240
+ * @author liufan
46241
+ * @date 2022年5月25日
46113
46242
  **/
46114
46243
  getProcess: function getProcess() {
46115
46244
  var _this25 = this;
@@ -46163,11 +46292,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46163
46292
  });
46164
46293
  },
46165
46294
 
46166
- /**
46167
- * getPendedhistoryList
46168
- * @desc:获取流程列表
46169
- * @author liufan
46170
- * @date 2022年5月25日
46295
+ /**
46296
+ * getPendedhistoryList
46297
+ * @desc:获取流程列表
46298
+ * @author liufan
46299
+ * @date 2022年5月25日
46171
46300
  **/
46172
46301
  getPendedhistoryList: function getPendedhistoryList() {
46173
46302
  var _this26 = this;
@@ -46199,12 +46328,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46199
46328
  },
46200
46329
 
46201
46330
  // 提交流程
46202
- /**
46203
- * subProcess
46204
- * @desc:提交流程
46205
- * @author liufan
46206
- * @param {String} formName 当前form表单ref值
46207
- * @date 2022年5月25日
46331
+ /**
46332
+ * subProcess
46333
+ * @desc:提交流程
46334
+ * @author liufan
46335
+ * @param {String} formName 当前form表单ref值
46336
+ * @date 2022年5月25日
46208
46337
  **/
46209
46338
  subProcess: function subProcess(val) {
46210
46339
  var _this27 = this;
@@ -46231,7 +46360,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46231
46360
  if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
46232
46361
  if (this.isShowNextUser) {
46233
46362
  if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
46234
- this.$message.warning('请选择下步办理人');
46363
+ this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
46235
46364
  return false;
46236
46365
  }
46237
46366
  } else {
@@ -46454,8 +46583,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46454
46583
 
46455
46584
  var freeStartFlow_component = normalizeComponent(
46456
46585
  src_freeStartFlowvue_type_script_lang_js_,
46457
- freeStartFlowvue_type_template_id_bacd05b4_render,
46458
- freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns,
46586
+ freeStartFlowvue_type_template_id_158663d8_render,
46587
+ freeStartFlowvue_type_template_id_158663d8_staticRenderFns,
46459
46588
  false,
46460
46589
  null,
46461
46590
  null,
@@ -46464,8 +46593,8 @@ var freeStartFlow_component = normalizeComponent(
46464
46593
  )
46465
46594
 
46466
46595
  /* harmony default export */ var src_freeStartFlow = (freeStartFlow_component.exports);
46467
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
46468
- var supervisevue_type_template_id_2e86d8fd_render = function () {
46596
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
46597
+ var supervisevue_type_template_id_378b0e28_render = function () {
46469
46598
  var _vm = this
46470
46599
  var _h = _vm.$createElement
46471
46600
  var _c = _vm._self._c || _h
@@ -46543,8 +46672,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
46543
46672
  {
46544
46673
  name: "show",
46545
46674
  rawName: "v-show",
46546
- value: _vm.nextNode.notificationType.length > 0,
46547
- expression: "nextNode.notificationType.length > 0",
46675
+ value:
46676
+ _vm.nextNode.notificationType.length > 0 &&
46677
+ !_vm.hideMessage,
46678
+ expression:
46679
+ "nextNode.notificationType.length > 0 && !hideMessage",
46548
46680
  },
46549
46681
  ],
46550
46682
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -46638,11 +46770,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
46638
46770
  1
46639
46771
  )
46640
46772
  }
46641
- var supervisevue_type_template_id_2e86d8fd_staticRenderFns = []
46642
- supervisevue_type_template_id_2e86d8fd_render._withStripped = true
46773
+ var supervisevue_type_template_id_378b0e28_staticRenderFns = []
46774
+ supervisevue_type_template_id_378b0e28_render._withStripped = true
46643
46775
 
46644
46776
 
46645
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
46777
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
46646
46778
 
46647
46779
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
46648
46780
  var supervisevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -46720,7 +46852,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46720
46852
  type: String,
46721
46853
  default: ''
46722
46854
  },
46723
- appId: { type: String, default: '' }
46855
+ appId: { type: String, default: '' },
46856
+ hideMessage: { type: Boolean, default: false }
46724
46857
  },
46725
46858
  data: function data() {
46726
46859
  return {
@@ -46739,11 +46872,11 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46739
46872
  subProcess: function subProcess() {
46740
46873
  var _this = this;
46741
46874
 
46742
- if (this.nextNode.noticeType.length == 0) {
46875
+ if (this.nextNode.noticeType.length == 0 && !this.hideMessage) {
46743
46876
  this.$message.warning('请选择通知方式');
46744
46877
  return;
46745
46878
  }
46746
- if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
46879
+ if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage && !this.hideMessage) {
46747
46880
  this.$message.warning('请填写通知消息内容');
46748
46881
  return;
46749
46882
  }
@@ -46789,14 +46922,16 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46789
46922
  _this2.loading.close();
46790
46923
  if (res.rCode == 0 || res.status == "success") {
46791
46924
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
46792
- var arr = [];
46793
- _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
46794
- _this2.nextNode.notificationType.map(function (x) {
46795
- if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
46796
- arr.push(x.cciValue);
46797
- }
46798
- });
46799
- _this2.nextNode.noticeType = arr;
46925
+ if (!_this2.hideMessage) {
46926
+ var arr = [];
46927
+ _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
46928
+ _this2.nextNode.notificationType.map(function (x) {
46929
+ if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
46930
+ arr.push(x.cciValue);
46931
+ }
46932
+ });
46933
+ _this2.nextNode.noticeType = arr;
46934
+ }
46800
46935
  } else {
46801
46936
  _this2.$message({
46802
46937
  message: res.msg || res.message,
@@ -46820,8 +46955,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46820
46955
 
46821
46956
  var supervise_component = normalizeComponent(
46822
46957
  src_supervisevue_type_script_lang_js_,
46823
- supervisevue_type_template_id_2e86d8fd_render,
46824
- supervisevue_type_template_id_2e86d8fd_staticRenderFns,
46958
+ supervisevue_type_template_id_378b0e28_render,
46959
+ supervisevue_type_template_id_378b0e28_staticRenderFns,
46825
46960
  false,
46826
46961
  null,
46827
46962
  null,
@@ -46830,8 +46965,8 @@ var supervise_component = normalizeComponent(
46830
46965
  )
46831
46966
 
46832
46967
  /* harmony default export */ var supervise = (supervise_component.exports);
46833
- // 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/Circulate.vue?vue&type=template&id=1daed9e3&
46834
- var Circulatevue_type_template_id_1daed9e3_render = function () {
46968
+ // 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/Circulate.vue?vue&type=template&id=535aafac&
46969
+ var Circulatevue_type_template_id_535aafac_render = function () {
46835
46970
  var _vm = this
46836
46971
  var _h = _vm.$createElement
46837
46972
  var _c = _vm._self._c || _h
@@ -46914,8 +47049,9 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
46914
47049
  {
46915
47050
  name: "show",
46916
47051
  rawName: "v-show",
46917
- value: _vm.infoList.noticeList != 0,
46918
- expression: "infoList.noticeList != 0",
47052
+ value:
47053
+ _vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
47054
+ expression: "infoList.noticeList.length != 0 && !hideMessage",
46919
47055
  },
46920
47056
  ],
46921
47057
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -46967,7 +47103,7 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
46967
47103
  name: "show",
46968
47104
  rawName: "v-show",
46969
47105
  value: _vm.infoList.noticeType.length != 0,
46970
- expression: "infoList.noticeType.length != 0",
47106
+ expression: "infoList.noticeType.length != 0 ",
46971
47107
  },
46972
47108
  ],
46973
47109
  attrs: { prop: "noticeInfo", label: "通知消息" },
@@ -47018,11 +47154,11 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
47018
47154
  1
47019
47155
  )
47020
47156
  }
47021
- var Circulatevue_type_template_id_1daed9e3_staticRenderFns = []
47022
- Circulatevue_type_template_id_1daed9e3_render._withStripped = true
47157
+ var Circulatevue_type_template_id_535aafac_staticRenderFns = []
47158
+ Circulatevue_type_template_id_535aafac_render._withStripped = true
47023
47159
 
47024
47160
 
47025
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1daed9e3&
47161
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
47026
47162
 
47027
47163
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
47028
47164
  var Circulatevue_type_script_lang_js_components;
@@ -47148,7 +47284,8 @@ var Circulatevue_type_script_lang_js_components;
47148
47284
  formTitle: {
47149
47285
  type: String,
47150
47286
  default: ''
47151
- }
47287
+ },
47288
+ hideMessage: { type: Boolean, default: false }
47152
47289
  },
47153
47290
  inheritAttrs: false,
47154
47291
  data: function data() {
@@ -47406,6 +47543,7 @@ var Circulatevue_type_script_lang_js_components;
47406
47543
  message = res.message;
47407
47544
 
47408
47545
  if (status === 'success') {
47546
+ if (_this4.hideMessage) return;
47409
47547
  _this4.infoList.noticeType = message.split(',');
47410
47548
  var arr = [];
47411
47549
  _this4.infoList.noticeList.map(function (item) {
@@ -47440,8 +47578,8 @@ var Circulatevue_type_script_lang_js_components;
47440
47578
 
47441
47579
  var Circulate_component = normalizeComponent(
47442
47580
  component_Circulatevue_type_script_lang_js_,
47443
- Circulatevue_type_template_id_1daed9e3_render,
47444
- Circulatevue_type_template_id_1daed9e3_staticRenderFns,
47581
+ Circulatevue_type_template_id_535aafac_render,
47582
+ Circulatevue_type_template_id_535aafac_staticRenderFns,
47445
47583
  false,
47446
47584
  null,
47447
47585
  null,
@@ -49216,6 +49354,35 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49216
49354
  //
49217
49355
  //
49218
49356
  //
49357
+ //
49358
+ //
49359
+ //
49360
+ //
49361
+ //
49362
+ //
49363
+ //
49364
+ //
49365
+ //
49366
+ //
49367
+ //
49368
+ //
49369
+ //
49370
+ //
49371
+ //
49372
+ //
49373
+ //
49374
+ //
49375
+ //
49376
+ //
49377
+ //
49378
+ //
49379
+ //
49380
+ //
49381
+ //
49382
+ //
49383
+ //
49384
+ //
49385
+ //
49219
49386
 
49220
49387
 
49221
49388
 
@@ -49241,6 +49408,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49241
49408
  componentName: 'EsFlow',
49242
49409
  components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[component_taskUnionExamine.name] = component_taskUnionExamine, src_mainvue_type_script_lang_js_components[src_freeStartFlow.name] = src_freeStartFlow, src_mainvue_type_script_lang_js_components[SortFlow.name] = SortFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, src_mainvue_type_script_lang_js_components),
49243
49410
  props: {
49411
+ hideMessage: { type: Boolean, default: false },
49244
49412
  showShrink: { type: Boolean, default: true },
49245
49413
  showTooltip: { type: Boolean, default: true },
49246
49414
  isStartFlow: { type: Boolean, default: false },
@@ -49257,6 +49425,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49257
49425
  type: String,
49258
49426
  default: 'left'
49259
49427
  },
49428
+
49260
49429
  flowListDisabled: {
49261
49430
  type: Boolean,
49262
49431
  default: false
@@ -49310,6 +49479,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49310
49479
  type: Boolean,
49311
49480
  default: true
49312
49481
  },
49482
+ flowLabelConfig: {
49483
+ type: Object,
49484
+ default: function _default() {
49485
+ return {};
49486
+ }
49487
+ },
49313
49488
  isEndMessage: { type: Boolean, default: false }
49314
49489
  },
49315
49490
  data: function data() {
@@ -50111,11 +50286,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50111
50286
  });
50112
50287
  },
50113
50288
 
50114
- /**
50115
- * saveInfo
50116
- * @desc:暂存
50117
- * @author liufan
50118
- * @date 2022年9月9日
50289
+ /**
50290
+ * saveInfo
50291
+ * @desc:暂存
50292
+ * @author liufan
50293
+ * @date 2022年9月9日
50119
50294
  **/
50120
50295
  saveInfo: function saveInfo(type, btn) {
50121
50296
  var _this13 = this;
@@ -50177,11 +50352,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50177
50352
  });
50178
50353
  },
50179
50354
 
50180
- /**
50181
- * rejectBtn
50182
- * @desc:点击驳回
50183
- * @author liufan
50184
- * @date 2022年5月25日
50355
+ /**
50356
+ * rejectBtn
50357
+ * @desc:点击驳回
50358
+ * @author liufan
50359
+ * @date 2022年5月25日
50185
50360
  **/
50186
50361
  rejectBtn: function rejectBtn() {
50187
50362
  var _this15 = this;
@@ -50199,11 +50374,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50199
50374
  }
50200
50375
  },
50201
50376
 
50202
- /**
50203
- * taskReadBtn
50204
- * @desc:点击分阅
50205
- * @author liufan
50206
- * @date 2022年5月25日
50377
+ /**
50378
+ * taskReadBtn
50379
+ * @desc:点击分阅
50380
+ * @author liufan
50381
+ * @date 2022年5月25日
50207
50382
  **/
50208
50383
  taskReadBtn: function taskReadBtn() {
50209
50384
  var _this16 = this;
@@ -50222,11 +50397,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50222
50397
  }
50223
50398
  },
50224
50399
 
50225
- /**
50226
- * getFind
50227
- * @desc:获取通知方式
50228
- * @author liufan
50229
- * @date 2022年5月25日
50400
+ /**
50401
+ * getFind
50402
+ * @desc:获取通知方式
50403
+ * @author liufan
50404
+ * @date 2022年5月25日
50230
50405
  **/
50231
50406
  getFind: function getFind() {
50232
50407
  var _this17 = this;
@@ -50238,6 +50413,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50238
50413
  message = res.message;
50239
50414
 
50240
50415
  if (status === 'success') {
50416
+ if (_this17.hideMessage) return;
50241
50417
  _this17.nextNode.notificationType = message.split(',');
50242
50418
  var arr = [];
50243
50419
  _this17.newsList.map(function (item) {
@@ -50292,12 +50468,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50292
50468
  });
50293
50469
  },
50294
50470
 
50295
- /**
50296
- * endFlows
50297
- * @desc:直接办结
50298
- * @author liufan
50299
- * @param {Object} res 直接办结数据
50300
- * @date 2022年5月25日
50471
+ /**
50472
+ * endFlows
50473
+ * @desc:直接办结
50474
+ * @author liufan
50475
+ * @param {Object} res 直接办结数据
50476
+ * @date 2022年5月25日
50301
50477
  **/
50302
50478
  endFlows: function endFlows(res) {
50303
50479
  var _this19 = this;
@@ -50352,12 +50528,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50352
50528
  }).catch(function (e) {});
50353
50529
  },
50354
50530
 
50355
- /**
50356
- * goView
50357
- * @desc:更多流程按钮操作
50358
- * @author liufan
50359
- * @param {Object} res 当前点击操作按钮数据
50360
- * @date 2022年5月25日
50531
+ /**
50532
+ * goView
50533
+ * @desc:更多流程按钮操作
50534
+ * @author liufan
50535
+ * @param {Object} res 当前点击操作按钮数据
50536
+ * @date 2022年5月25日
50361
50537
  **/
50362
50538
  goView: function goView(res) {
50363
50539
  // 驳回并办结:rejectAndEndHtml
@@ -50444,11 +50620,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50444
50620
  // isCanStartSubFlow
50445
50621
  },
50446
50622
 
50447
- /**
50448
- * toTakeAdvice
50449
- * @desc:征求意见
50450
- * @author liufan
50451
- * @date 2022年9月29日
50623
+ /**
50624
+ * toTakeAdvice
50625
+ * @desc:征求意见
50626
+ * @author liufan
50627
+ * @date 2022年9月29日
50452
50628
  **/
50453
50629
  toTakeAdvice: function toTakeAdvice(res) {
50454
50630
  var _this21 = this;
@@ -50492,11 +50668,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50492
50668
  });
50493
50669
  },
50494
50670
 
50495
- /**
50496
- * toStartDraf
50497
- * @desc: 稿件递送、联合审核、复核
50498
- * @author liufan
50499
- * @date 2022年9月29日
50671
+ /**
50672
+ * toStartDraf
50673
+ * @desc: 稿件递送、联合审核、复核
50674
+ * @author liufan
50675
+ * @date 2022年9月29日
50500
50676
  **/
50501
50677
  toStartDraf: function toStartDraf(res) {
50502
50678
  var _this23 = this;
@@ -50510,11 +50686,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50510
50686
  }
50511
50687
  },
50512
50688
 
50513
- /**
50514
- * toSendMsg
50515
- * @desc:核稿通知
50516
- * @author liufan
50517
- * @date 2022年9月29日
50689
+ /**
50690
+ * toSendMsg
50691
+ * @desc:核稿通知
50692
+ * @author liufan
50693
+ * @date 2022年9月29日
50518
50694
  **/
50519
50695
  toSendMsg: function toSendMsg(res) {
50520
50696
  var _this24 = this;
@@ -50528,11 +50704,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50528
50704
  }
50529
50705
  },
50530
50706
 
50531
- /**
50532
- * toTaskReadAndEnd
50533
- * @desc:分阅并办结
50534
- * @author liufan
50535
- * @date 2022年9月29日
50707
+ /**
50708
+ * toTaskReadAndEnd
50709
+ * @desc:分阅并办结
50710
+ * @author liufan
50711
+ * @date 2022年9月29日
50536
50712
  **/
50537
50713
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50538
50714
  var _this25 = this;
@@ -50550,11 +50726,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50550
50726
  }
50551
50727
  },
50552
50728
 
50553
- /**
50554
- * rejectAndEnd
50555
- * @desc:驳回并办结
50556
- * @author liufan
50557
- * @date 2022年9月29日
50729
+ /**
50730
+ * rejectAndEnd
50731
+ * @desc:驳回并办结
50732
+ * @author liufan
50733
+ * @date 2022年9月29日
50558
50734
  **/
50559
50735
  rejectAndEnd: function rejectAndEnd(res) {
50560
50736
  var _this26 = this;
@@ -50610,11 +50786,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50610
50786
  });
50611
50787
  },
50612
50788
 
50613
- /**
50614
- * toTransfer
50615
- * @desc:转办
50616
- * @author liufan
50617
- * @date 2022年9月29日
50789
+ /**
50790
+ * toTransfer
50791
+ * @desc:转办
50792
+ * @author liufan
50793
+ * @date 2022年9月29日
50618
50794
  **/
50619
50795
  toTransfer: function toTransfer(res) {
50620
50796
  var _this28 = this;
@@ -50633,11 +50809,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50633
50809
  this.nextNode.customLimitTime = val;
50634
50810
  },
50635
50811
 
50636
- /**
50637
- * getNodeInfo
50638
- * @desc:获取节点信息
50639
- * @author liufan
50640
- * @date 2022年5月25日
50812
+ /**
50813
+ * getNodeInfo
50814
+ * @desc:获取节点信息
50815
+ * @author liufan
50816
+ * @date 2022年5月25日
50641
50817
  **/
50642
50818
  getNodeInfo: function getNodeInfo() {
50643
50819
  var _this29 = this;
@@ -50748,12 +50924,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50748
50924
  });
50749
50925
  },
50750
50926
 
50751
- /**
50752
- * selecNext
50753
- * @desc:下步节点变化时更新数据
50754
- * @author liufan
50755
- * @param {String} val 当前选中值
50756
- * @date 2022年5月25日
50927
+ /**
50928
+ * selecNext
50929
+ * @desc:下步节点变化时更新数据
50930
+ * @author liufan
50931
+ * @param {String} val 当前选中值
50932
+ * @date 2022年5月25日
50757
50933
  **/
50758
50934
  selecNext: function selecNext(val, type, isDef) {
50759
50935
  var _this30 = this;
@@ -50893,11 +51069,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50893
51069
  }
50894
51070
  },
50895
51071
 
50896
- /**
50897
- * isMultiple
50898
- * @desc:是否多选
50899
- * @author liufan
50900
- * @date 2022年9月13日
51072
+ /**
51073
+ * isMultiple
51074
+ * @desc:是否多选
51075
+ * @author liufan
51076
+ * @date 2022年9月13日
50901
51077
  **/
50902
51078
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50903
51079
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50929,11 +51105,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50929
51105
  }
50930
51106
  },
50931
51107
 
50932
- /**
50933
- * getHedInfo
50934
- * @desc:获取审核页面数据
50935
- * @author liufan
50936
- * @date 2022年5月25日
51108
+ /**
51109
+ * getHedInfo
51110
+ * @desc:获取审核页面数据
51111
+ * @author liufan
51112
+ * @date 2022年5月25日
50937
51113
  **/
50938
51114
  getHedInfo: function getHedInfo() {
50939
51115
  var _this31 = this;
@@ -51249,13 +51425,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51249
51425
  });
51250
51426
  },
51251
51427
 
51252
- /**
51253
- * closeProcess
51254
- * @desc:关闭弹窗
51255
- * @author liufan
51256
- * @param {boolean} val 当前是否办理流程
51257
- * @param {String} type 当前点击的弹窗类型
51258
- * @date 2022年5月25日
51428
+ /**
51429
+ * closeProcess
51430
+ * @desc:关闭弹窗
51431
+ * @author liufan
51432
+ * @param {boolean} val 当前是否办理流程
51433
+ * @param {String} type 当前点击的弹窗类型
51434
+ * @date 2022年5月25日
51259
51435
  **/
51260
51436
  closeProcess: function closeProcess(val, type, closeParent) {
51261
51437
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51275,23 +51451,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51275
51451
  }
51276
51452
  },
51277
51453
 
51278
- /**
51279
- * selectChange
51280
- * @desc:常用语选择
51281
- * @author liufan
51282
- * @param {String} val 选中值
51283
- * @date 2022年5月25日
51454
+ /**
51455
+ * selectChange
51456
+ * @desc:常用语选择
51457
+ * @author liufan
51458
+ * @param {String} val 选中值
51459
+ * @date 2022年5月25日
51284
51460
  **/
51285
51461
  selectChange: function selectChange(val) {
51286
51462
  this.value = val;
51287
51463
  },
51288
51464
 
51289
- /**
51290
- * upDate
51291
- * @desc:修改常用语
51292
- * @author liufan
51293
- * @param {Object} val 修改值
51294
- * @date 2022年5月25日
51465
+ /**
51466
+ * upDate
51467
+ * @desc:修改常用语
51468
+ * @author liufan
51469
+ * @param {Object} val 修改值
51470
+ * @date 2022年5月25日
51295
51471
  **/
51296
51472
  upDate: function upDate(val) {
51297
51473
  this.FormData.id = val.id;
@@ -51299,11 +51475,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51299
51475
  },
51300
51476
 
51301
51477
 
51302
- /**
51303
- * getProcess
51304
- * @desc:获取选择流程
51305
- * @author liufan
51306
- * @date 2022年5月25日
51478
+ /**
51479
+ * getProcess
51480
+ * @desc:获取选择流程
51481
+ * @author liufan
51482
+ * @date 2022年5月25日
51307
51483
  **/
51308
51484
  getProcess: function getProcess(val) {
51309
51485
  var _this32 = this;
@@ -51363,11 +51539,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51363
51539
  });
51364
51540
  },
51365
51541
 
51366
- /**
51367
- * getPendedhistoryList
51368
- * @desc:获取流程列表
51369
- * @author liufan
51370
- * @date 2022年5月25日
51542
+ /**
51543
+ * getPendedhistoryList
51544
+ * @desc:获取流程列表
51545
+ * @author liufan
51546
+ * @date 2022年5月25日
51371
51547
  **/
51372
51548
  getPendedhistoryList: function getPendedhistoryList() {
51373
51549
  var _this33 = this;
@@ -51438,12 +51614,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51438
51614
  beforeSubProcess: function beforeSubProcess() {},
51439
51615
 
51440
51616
  // 提交流程
51441
- /**
51442
- * subProcess
51443
- * @desc:提交流程
51444
- * @author liufan
51445
- * @param {String} formName 当前form表单ref值
51446
- * @date 2022年5月25日
51617
+ /**
51618
+ * subProcess
51619
+ * @desc:提交流程
51620
+ * @author liufan
51621
+ * @param {String} formName 当前form表单ref值
51622
+ * @date 2022年5月25日
51447
51623
  **/
51448
51624
  subProcess: function subProcess(val, type) {
51449
51625
  var _this35 = this;
@@ -51499,7 +51675,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51499
51675
  if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
51500
51676
  if (this.isShowNextUser) {
51501
51677
  if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
51502
- this.$message.warning('请选择下步办理人');
51678
+ this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
51503
51679
  return false;
51504
51680
  }
51505
51681
  } else {
@@ -51922,8 +52098,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51922
52098
 
51923
52099
  var flow_src_main_component = normalizeComponent(
51924
52100
  packages_flow_src_mainvue_type_script_lang_js_,
51925
- mainvue_type_template_id_6a1416d2_render,
51926
- mainvue_type_template_id_6a1416d2_staticRenderFns,
52101
+ mainvue_type_template_id_2dffee80_render,
52102
+ mainvue_type_template_id_2dffee80_staticRenderFns,
51927
52103
  false,
51928
52104
  null,
51929
52105
  null,
@@ -55756,11 +55932,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55756
55932
 
55757
55933
 
55758
55934
  methods: {
55759
- /**
55760
- * handleBatchDelete
55761
- * @desc:批量删除
55762
- * @author liufan
55763
- * @date 2025年12月31日
55935
+ /**
55936
+ * handleBatchDelete
55937
+ * @desc:批量删除
55938
+ * @author liufan
55939
+ * @date 2025年12月31日
55764
55940
  **/
55765
55941
  handleBatchDelete: function handleBatchDelete() {
55766
55942
  var _this6 = this;
@@ -56057,12 +56233,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56057
56233
  }
56058
56234
  },
56059
56235
 
56060
- /**
56061
- * handleFormSubmit
56062
- * @desc:删除节点点击事件
56063
- * @param {Object} formData 点击删除的form数据
56064
- * @author liufan
56065
- * @date 2022年11月29日
56236
+ /**
56237
+ * handleFormSubmit
56238
+ * @desc:删除节点点击事件
56239
+ * @param {Object} formData 点击删除的form数据
56240
+ * @author liufan
56241
+ * @date 2022年11月29日
56066
56242
  **/
56067
56243
  handleFormSubmit: function handleFormSubmit(formData) {
56068
56244
  var _this12 = this;
@@ -56098,12 +56274,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56098
56274
  });
56099
56275
  },
56100
56276
 
56101
- /**
56102
- * del
56103
- * @desc:展示删除弹窗
56104
- * @param {String} id 当前点击数据id
56105
- * @author liufan
56106
- * @date 2022年11月29日
56277
+ /**
56278
+ * del
56279
+ * @desc:展示删除弹窗
56280
+ * @param {String} id 当前点击数据id
56281
+ * @author liufan
56282
+ * @date 2022年11月29日
56107
56283
  **/
56108
56284
  del: function del(id, type) {
56109
56285
  this.modalType = type;
@@ -56111,12 +56287,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56111
56287
  this.showDel = true;
56112
56288
  },
56113
56289
 
56114
- /**
56115
- * handleCurrentChange
56116
- * @desc:监听页码变化
56117
- * @param {String} val 当前页
56118
- * @author liufan
56119
- * @date 2022年11月29日
56290
+ /**
56291
+ * handleCurrentChange
56292
+ * @desc:监听页码变化
56293
+ * @param {String} val 当前页
56294
+ * @author liufan
56295
+ * @date 2022年11月29日
56120
56296
  **/
56121
56297
  handleCurrentChange: function handleCurrentChange(val, type) {
56122
56298
  this.currentPage = val;
@@ -56125,12 +56301,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56125
56301
  }
56126
56302
  },
56127
56303
 
56128
- /**
56129
- * handleSizeChange
56130
- * @desc:监听每页数据显示数量变化
56131
- * @param {String} val 每页展示数量
56132
- * @author liufan
56133
- * @date 2022年11月29日
56304
+ /**
56305
+ * handleSizeChange
56306
+ * @desc:监听每页数据显示数量变化
56307
+ * @param {String} val 每页展示数量
56308
+ * @author liufan
56309
+ * @date 2022年11月29日
56134
56310
  **/
56135
56311
  handleSizeChange: function handleSizeChange(val) {
56136
56312
  this.pageSize = val;
@@ -56139,12 +56315,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56139
56315
  }
56140
56316
  },
56141
56317
 
56142
- /**
56143
- * sortChange
56144
- * @desc:监听排序变化
56145
- * @param {Object} info 需要排序的字段及排序方式
56146
- * @author liufan
56147
- * @date 2022年11月29日
56318
+ /**
56319
+ * sortChange
56320
+ * @desc:监听排序变化
56321
+ * @param {Object} info 需要排序的字段及排序方式
56322
+ * @author liufan
56323
+ * @date 2022年11月29日
56148
56324
  **/
56149
56325
  sortChange: function sortChange(info, type) {
56150
56326
  var prop = info.prop;
@@ -56160,11 +56336,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56160
56336
  }
56161
56337
  },
56162
56338
 
56163
- /**
56164
- * getDeletList
56165
- * @desc:删除列表数据
56166
- * @author liufan
56167
- * @date 2025年12月30日
56339
+ /**
56340
+ * getDeletList
56341
+ * @desc:删除列表数据
56342
+ * @author liufan
56343
+ * @date 2025年12月30日
56168
56344
  **/
56169
56345
  getDeletList: function getDeletList() {
56170
56346
  var _this13 = this;
@@ -56193,11 +56369,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56193
56369
  });
56194
56370
  },
56195
56371
 
56196
- /**
56197
- * getResetList
56198
- * @desc:重设列表数据
56199
- * @author liufan
56200
- * @date 2025年12月30日
56372
+ /**
56373
+ * getResetList
56374
+ * @desc:重设列表数据
56375
+ * @author liufan
56376
+ * @date 2025年12月30日
56201
56377
  **/
56202
56378
  getResetList: function getResetList() {
56203
56379
  var _this14 = this;
@@ -56227,11 +56403,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56227
56403
  });
56228
56404
  },
56229
56405
 
56230
- /**
56231
- * getPressList
56232
- * @desc:催办列表数据
56233
- * @author liufan
56234
- * @date 2022年11月29日
56406
+ /**
56407
+ * getPressList
56408
+ * @desc:催办列表数据
56409
+ * @author liufan
56410
+ * @date 2022年11月29日
56235
56411
  **/
56236
56412
  getPressList: function getPressList() {
56237
56413
  var _this15 = this;
@@ -56261,12 +56437,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56261
56437
  });
56262
56438
  },
56263
56439
 
56264
- /**
56265
- * goPress
56266
- * @desc:催办列表查看
56267
- * @param {String} id 催办列表id
56268
- * @author liufan
56269
- * @date 2022年11月29日
56440
+ /**
56441
+ * goPress
56442
+ * @desc:催办列表查看
56443
+ * @param {String} id 催办列表id
56444
+ * @author liufan
56445
+ * @date 2022年11月29日
56270
56446
  **/
56271
56447
  goPress: function goPress(id) {
56272
56448
  this.historyId = id;
@@ -56274,23 +56450,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56274
56450
  this.getPressList();
56275
56451
  },
56276
56452
 
56277
- /**
56278
- * showFile
56279
- * @desc:附件查看
56280
- * @param {String} ownId 附件id
56281
- * @author liufan
56282
- * @date 2022年11月29日
56453
+ /**
56454
+ * showFile
56455
+ * @desc:附件查看
56456
+ * @param {String} ownId 附件id
56457
+ * @author liufan
56458
+ * @date 2022年11月29日
56283
56459
  **/
56284
56460
  showFile: function showFile(ownId) {
56285
56461
  this.wfpendingid = ownId;
56286
56462
  this.showFileList = true;
56287
56463
  },
56288
56464
 
56289
- /**
56290
- * handleChange
56291
- * @desc:切换排序方式
56292
- * @author liufan
56293
- * @date 2022年11月22日
56465
+ /**
56466
+ * handleChange
56467
+ * @desc:切换排序方式
56468
+ * @author liufan
56469
+ * @date 2022年11月22日
56294
56470
  **/
56295
56471
  handleChange: function handleChange(key, value) {
56296
56472
  if (value) {
@@ -56340,11 +56516,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56340
56516
  }))();
56341
56517
  },
56342
56518
 
56343
- /**
56344
- * getFlowList
56345
- * @desc:获取流程列表
56346
- * @author liufan
56347
- * @date 2022年11月22日
56519
+ /**
56520
+ * getFlowList
56521
+ * @desc:获取流程列表
56522
+ * @author liufan
56523
+ * @date 2022年11月22日
56348
56524
  **/
56349
56525
  getFlowList: function getFlowList(type) {
56350
56526
  var _this17 = this;
@@ -56424,12 +56600,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56424
56600
  });
56425
56601
  },
56426
56602
 
56427
- /**
56428
- * handleClick
56429
- * @desc:表单点击事件
56430
- * @param {Object} val 当前点击行数据及按钮
56431
- * @author liufan
56432
- * @date 2022年11月10日
56603
+ /**
56604
+ * handleClick
56605
+ * @desc:表单点击事件
56606
+ * @param {Object} val 当前点击行数据及按钮
56607
+ * @author liufan
56608
+ * @date 2022年11月10日
56433
56609
  **/
56434
56610
  handleClick: function handleClick(val) {
56435
56611
  var _this18 = this;
@@ -56475,13 +56651,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56475
56651
  }
56476
56652
  },
56477
56653
 
56478
- /**
56479
- * getCodeValue
56480
- * @desc:获取代码表过滤后的值
56481
- * @param {String} value 展示数据的代码值
56482
- * @param {String} type 代码表类型
56483
- * @author liufan
56484
- * @date 2022年11月10日
56654
+ /**
56655
+ * getCodeValue
56656
+ * @desc:获取代码表过滤后的值
56657
+ * @param {String} value 展示数据的代码值
56658
+ * @param {String} type 代码表类型
56659
+ * @author liufan
56660
+ * @date 2022年11月10日
56485
56661
  **/
56486
56662
  getCodeValue: function getCodeValue(value, type) {
56487
56663
  var val = this[type].filter(function (item) {
@@ -56490,12 +56666,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56490
56666
  return val[0].shortName;
56491
56667
  },
56492
56668
 
56493
- /**
56494
- * getSysInfo
56495
- * @desc:获取代码表
56496
- * @param {String} code 编码code值
56497
- * @author liufan
56498
- * @date 2022年11月10日
56669
+ /**
56670
+ * getSysInfo
56671
+ * @desc:获取代码表
56672
+ * @param {String} code 编码code值
56673
+ * @author liufan
56674
+ * @date 2022年11月10日
56499
56675
  **/
56500
56676
  getSysInfo: function getSysInfo(code) {
56501
56677
  var _this19 = this;
@@ -56517,11 +56693,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56517
56693
  }).catch(function (e) {});
56518
56694
  },
56519
56695
 
56520
- /**
56521
- * getListInfo
56522
- * @desc:获取预设列表数据
56523
- * @author liufan
56524
- * @date 2022年11月10日
56696
+ /**
56697
+ * getListInfo
56698
+ * @desc:获取预设列表数据
56699
+ * @author liufan
56700
+ * @date 2022年11月10日
56525
56701
  **/
56526
56702
  getListInfo: function getListInfo() {
56527
56703
  var _this20 = this;
@@ -66035,10 +66211,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
66035
66211
  this.$emit('click', res);
66036
66212
  },
66037
66213
 
66038
- /**
66039
- * @desc:获取气泡提醒
66040
- * @author huangbo
66041
- * @date 2024年9月7日
66214
+ /**
66215
+ * @desc:获取气泡提醒
66216
+ * @author huangbo
66217
+ * @date 2024年9月7日
66042
66218
  **/
66043
66219
  getBadge: function getBadge(res) {
66044
66220
  var num = res.tips || 0;
@@ -70443,10 +70619,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70443
70619
  this.$refs.user.handleSelect(res);
70444
70620
  },
70445
70621
 
70446
- /**
70447
- * @desc:匹配路由
70448
- * @author huangbo
70449
- * @date 2024年9月7日
70622
+ /**
70623
+ * @desc:匹配路由
70624
+ * @author huangbo
70625
+ * @date 2024年9月7日
70450
70626
  **/
70451
70627
  hasRouter: function hasRouter(res, url, code) {
70452
70628
  if (!url) {
@@ -70490,10 +70666,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70490
70666
  return false;
70491
70667
  },
70492
70668
 
70493
- /**
70494
- * @desc:获取初始数据
70495
- * @author huangbo
70496
- * @date 2024年9月7日
70669
+ /**
70670
+ * @desc:获取初始数据
70671
+ * @author huangbo
70672
+ * @date 2024年9月7日
70497
70673
  **/
70498
70674
  init: function init(results, first) {
70499
70675
  this.setConfig(results);
@@ -70502,10 +70678,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70502
70678
  }
70503
70679
  },
70504
70680
 
70505
- /**
70506
- * @desc:设置用户配置及信息
70507
- * @author huangbo
70508
- * @date 2024年9月7日
70681
+ /**
70682
+ * @desc:设置用户配置及信息
70683
+ * @author huangbo
70684
+ * @date 2024年9月7日
70509
70685
  **/
70510
70686
  setConfig: function setConfig(results) {
70511
70687
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70673,10 +70849,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70673
70849
  }
70674
70850
  },
70675
70851
 
70676
- /**
70677
- * @desc:获取所有应用
70678
- * @author huangbo
70679
- * @date 2024年9月7日
70852
+ /**
70853
+ * @desc:获取所有应用
70854
+ * @author huangbo
70855
+ * @date 2024年9月7日
70680
70856
  **/
70681
70857
  getApplications: function getApplications() {
70682
70858
  var _this2 = this;
@@ -70724,10 +70900,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70724
70900
  });
70725
70901
  },
70726
70902
 
70727
- /**
70728
- * @desc:获取菜单列表
70729
- * @author huangbo
70730
- * @date 2024年9月7日
70903
+ /**
70904
+ * @desc:获取菜单列表
70905
+ * @author huangbo
70906
+ * @date 2024年9月7日
70731
70907
  **/
70732
70908
  getMenus: function getMenus(loading) {
70733
70909
  var _this3 = this;
@@ -70760,10 +70936,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70760
70936
  });
70761
70937
  },
70762
70938
 
70763
- /**
70764
- * @desc:处理菜单列表
70765
- * @author huangbo
70766
- * @date 2024年9月7日
70939
+ /**
70940
+ * @desc:处理菜单列表
70941
+ * @author huangbo
70942
+ * @date 2024年9月7日
70767
70943
  **/
70768
70944
  renderMenus: function renderMenus(res) {
70769
70945
  this.menus = res;
@@ -70859,10 +71035,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70859
71035
  }
70860
71036
  },
70861
71037
 
70862
- /**
70863
- * @desc:设置页面加载类型
70864
- * @author huangbo
70865
- * @date 2024年9月7日
71038
+ /**
71039
+ * @desc:设置页面加载类型
71040
+ * @author huangbo
71041
+ * @date 2024年9月7日
70866
71042
  **/
70867
71043
  setIframeType: function setIframeType(res) {
70868
71044
  var url = res.url;
@@ -70918,10 +71094,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70918
71094
  return res;
70919
71095
  },
70920
71096
 
70921
- /**
70922
- * @desc:获取菜单
70923
- * @author huangbo
70924
- * @date 2024年9月7日
71097
+ /**
71098
+ * @desc:获取菜单
71099
+ * @author huangbo
71100
+ * @date 2024年9月7日
70925
71101
  **/
70926
71102
  getMenu: function getMenu(menus, res, key) {
70927
71103
  if (Array.isArray(menus)) {
@@ -70950,10 +71126,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70950
71126
  return false;
70951
71127
  },
70952
71128
 
70953
- /**
70954
- * @desc:获取菜单第一条数据
70955
- * @author huangbo
70956
- * @date 2024年9月7日
71129
+ /**
71130
+ * @desc:获取菜单第一条数据
71131
+ * @author huangbo
71132
+ * @date 2024年9月7日
70957
71133
  **/
70958
71134
  getFirst: function getFirst(obj) {
70959
71135
  if (!obj) {
@@ -70972,10 +71148,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70972
71148
  }
70973
71149
  },
70974
71150
 
70975
- /**
70976
- * @desc:遍历设置菜单气泡提醒
70977
- * @author huangbo
70978
- * @date 2024年9月7日
71151
+ /**
71152
+ * @desc:遍历设置菜单气泡提醒
71153
+ * @author huangbo
71154
+ * @date 2024年9月7日
70979
71155
  **/
70980
71156
  setTips: function setTips(obj) {
70981
71157
  var _this4 = this;
@@ -71046,10 +71222,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71046
71222
  }
71047
71223
  },
71048
71224
 
71049
- /**
71050
- * @desc:获取气泡提醒
71051
- * @author huangbo
71052
- * @date 2024年9月7日
71225
+ /**
71226
+ * @desc:获取气泡提醒
71227
+ * @author huangbo
71228
+ * @date 2024年9月7日
71053
71229
  **/
71054
71230
  getBadge: function getBadge(res) {
71055
71231
  var num = res.tips || 0;
@@ -71063,10 +71239,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71063
71239
  };
71064
71240
  },
71065
71241
 
71066
- /**
71067
- * @desc:开启weosocket
71068
- * @author huangbo
71069
- * @date 2024年9月7日
71242
+ /**
71243
+ * @desc:开启weosocket
71244
+ * @author huangbo
71245
+ * @date 2024年9月7日
71070
71246
  **/
71071
71247
  initWebSocket: function initWebSocket() {
71072
71248
  var _this6 = this;
@@ -71115,10 +71291,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71115
71291
  });
71116
71292
  },
71117
71293
 
71118
- /**
71119
- * @desc:显示用户信息
71120
- * @author huangbo
71121
- * @date 2024年9月7日
71294
+ /**
71295
+ * @desc:显示用户信息
71296
+ * @author huangbo
71297
+ * @date 2024年9月7日
71122
71298
  **/
71123
71299
  showUserInfo: function showUserInfo() {
71124
71300
  if (this.showUser === false) {
@@ -71126,19 +71302,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71126
71302
  }
71127
71303
  },
71128
71304
 
71129
- /**
71130
- * @desc:删除更多应用菜单点击
71131
- * @author huangbo
71132
- * @date 2024年9月7日
71305
+ /**
71306
+ * @desc:删除更多应用菜单点击
71307
+ * @author huangbo
71308
+ * @date 2024年9月7日
71133
71309
  **/
71134
71310
  handleDelete: function handleDelete(index) {
71135
71311
  this.newApps.splice(index, 1);
71136
71312
  },
71137
71313
 
71138
- /**
71139
- * @desc:储存更多应用菜单点击
71140
- * @author huangbo
71141
- * @date 2024年9月7日
71314
+ /**
71315
+ * @desc:储存更多应用菜单点击
71316
+ * @author huangbo
71317
+ * @date 2024年9月7日
71142
71318
  **/
71143
71319
  handlerClickApps: function handlerClickApps(res) {
71144
71320
  if (res.permission === false) {
@@ -71151,10 +71327,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71151
71327
  this.handlerClickApp(res);
71152
71328
  },
71153
71329
 
71154
- /**
71155
- * @desc:侧边应用菜单点击
71156
- * @author huangbo
71157
- * @date 2024年9月7日
71330
+ /**
71331
+ * @desc:侧边应用菜单点击
71332
+ * @author huangbo
71333
+ * @date 2024年9月7日
71158
71334
  **/
71159
71335
  handlerClickApp: function handlerClickApp(res) {
71160
71336
  this.showMsg = false;
@@ -71243,10 +71419,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71243
71419
  }
71244
71420
  },
71245
71421
 
71246
- /**
71247
- * @desc:显示Drawer界面
71248
- * @author huangbo
71249
- * @date 2024年9月7日
71422
+ /**
71423
+ * @desc:显示Drawer界面
71424
+ * @author huangbo
71425
+ * @date 2024年9月7日
71250
71426
  **/
71251
71427
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71252
71428
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71266,19 +71442,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71266
71442
  }
71267
71443
  },
71268
71444
 
71269
- /**
71270
- * @desc:关闭Drawer界面
71271
- * @author huangbo
71272
- * @date 2024年9月7日
71445
+ /**
71446
+ * @desc:关闭Drawer界面
71447
+ * @author huangbo
71448
+ * @date 2024年9月7日
71273
71449
  **/
71274
71450
  handleCloseDrawer: function handleCloseDrawer() {
71275
71451
  this.drawer = { visible: false };
71276
71452
  },
71277
71453
 
71278
- /**
71279
- * @desc:菜单点击
71280
- * @author huangbo
71281
- * @date 2024年9月7日
71454
+ /**
71455
+ * @desc:菜单点击
71456
+ * @author huangbo
71457
+ * @date 2024年9月7日
71282
71458
  **/
71283
71459
  handlerClickMenu: function handlerClickMenu(res) {
71284
71460
  utils_util.ajax({
@@ -71327,19 +71503,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71327
71503
  },
71328
71504
 
71329
71505
 
71330
- /**
71331
- * @desc:用户详情请求成功
71332
- * @author huangbo
71333
- * @date 2024年9月7日
71506
+ /**
71507
+ * @desc:用户详情请求成功
71508
+ * @author huangbo
71509
+ * @date 2024年9月7日
71334
71510
  **/
71335
71511
  handleSuccess: function handleSuccess(res) {
71336
71512
  this.simpleUserInfo = res.simpleUserInfo;
71337
71513
  },
71338
71514
 
71339
- /**
71340
- * @desc:修改用户配置
71341
- * @author huangbo
71342
- * @date 2024年9月7日
71515
+ /**
71516
+ * @desc:修改用户配置
71517
+ * @author huangbo
71518
+ * @date 2024年9月7日
71343
71519
  **/
71344
71520
  handleChangeConfig: function handleChangeConfig(name, res) {
71345
71521
  if (name == 'userHeadUrl') {
@@ -71355,10 +71531,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71355
71531
  }
71356
71532
  },
71357
71533
 
71358
- /**
71359
- * @desc:关闭webSocket
71360
- * @author huangbo
71361
- * @date 2024年9月7日
71534
+ /**
71535
+ * @desc:关闭webSocket
71536
+ * @author huangbo
71537
+ * @date 2024年9月7日
71362
71538
  **/
71363
71539
  handlerClose: function handlerClose() {
71364
71540
  if (this.webSocket) {
@@ -71366,10 +71542,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71366
71542
  }
71367
71543
  },
71368
71544
 
71369
- /**
71370
- * @desc:刷新选中iframe页签
71371
- * @author huangbo
71372
- * @date 2024年9月7日
71545
+ /**
71546
+ * @desc:刷新选中iframe页签
71547
+ * @author huangbo
71548
+ * @date 2024年9月7日
71373
71549
  **/
71374
71550
  handleRefresh: function handleRefresh(arg) {
71375
71551
  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');
@@ -71406,10 +71582,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71406
71582
  }
71407
71583
  },
71408
71584
 
71409
- /**
71410
- * @desc:删除iframe
71411
- * @author huangbo
71412
- * @date 2024年9月7日
71585
+ /**
71586
+ * @desc:删除iframe
71587
+ * @author huangbo
71588
+ * @date 2024年9月7日
71413
71589
  **/
71414
71590
  handleRemove: function handleRemove(name) {
71415
71591
  var len = this.tabs.length - 1;
@@ -71426,10 +71602,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71426
71602
  }
71427
71603
  },
71428
71604
 
71429
- /**
71430
- * @desc:tabs鼠标右键事件
71431
- * @author huangbo
71432
- * @date 2024年9月7日
71605
+ /**
71606
+ * @desc:tabs鼠标右键事件
71607
+ * @author huangbo
71608
+ * @date 2024年9月7日
71433
71609
  **/
71434
71610
  handleContextmenu: function handleContextmenu(tabs, e) {
71435
71611
  var disabled = {};
@@ -71454,10 +71630,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71454
71630
  window.addEventListener('click', this.closeTabsEvents);
71455
71631
  },
71456
71632
 
71457
- /**
71458
- * @desc:tabs页签事件
71459
- * @author huangbo
71460
- * @date 2024年9月7日
71633
+ /**
71634
+ * @desc:tabs页签事件
71635
+ * @author huangbo
71636
+ * @date 2024年9月7日
71461
71637
  **/
71462
71638
  handleTabsEvents: function handleTabsEvents(num) {
71463
71639
  if (this.pane !== null) {
@@ -71468,10 +71644,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71468
71644
  },
71469
71645
 
71470
71646
 
71471
- /**
71472
- * @desc:关闭页签事件面板
71473
- * @author huangbo
71474
- * @date 2024年9月7日
71647
+ /**
71648
+ * @desc:关闭页签事件面板
71649
+ * @author huangbo
71650
+ * @date 2024年9月7日
71475
71651
  **/
71476
71652
  closeTabsEvents: function closeTabsEvents(e) {
71477
71653
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71481,10 +71657,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71481
71657
  },
71482
71658
 
71483
71659
 
71484
- /**
71485
- * @desc:tabs页签点击事件
71486
- * @author huangbo
71487
- * @date 2024年9月7日
71660
+ /**
71661
+ * @desc:tabs页签点击事件
71662
+ * @author huangbo
71663
+ * @date 2024年9月7日
71488
71664
  **/
71489
71665
  handleTabClick: function handleTabClick() {
71490
71666
  this.active = '';
@@ -71492,10 +71668,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71492
71668
  this.showMenu = false;
71493
71669
  },
71494
71670
 
71495
- /**
71496
- * @desc:handler工具栏点击事件
71497
- * @author huangbo
71498
- * @date 2024年9月7日
71671
+ /**
71672
+ * @desc:handler工具栏点击事件
71673
+ * @author huangbo
71674
+ * @date 2024年9月7日
71499
71675
  **/
71500
71676
  handleClick: function handleClick(res) {
71501
71677
  var type = res.type,
@@ -71576,10 +71752,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71576
71752
  this.$emit('handler-click', res);
71577
71753
  },
71578
71754
 
71579
- /**
71580
- * @desc:退出登录
71581
- * @author huangbo
71582
- * @date 2024年9月7日
71755
+ /**
71756
+ * @desc:退出登录
71757
+ * @author huangbo
71758
+ * @date 2024年9月7日
71583
71759
  **/
71584
71760
  handleQuit: function handleQuit() {
71585
71761
  var _this7 = this;
@@ -71660,10 +71836,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71660
71836
  }).catch(function (e) {});
71661
71837
  },
71662
71838
 
71663
- /**
71664
- * @desc:主题、消息回调
71665
- * @author huangbo
71666
- * @date 2024年9月7日
71839
+ /**
71840
+ * @desc:主题、消息回调
71841
+ * @author huangbo
71842
+ * @date 2024年9月7日
71667
71843
  **/
71668
71844
  handleChange: function handleChange(res) {
71669
71845
  var type = res.type,
@@ -71679,10 +71855,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71679
71855
  }
71680
71856
  },
71681
71857
 
71682
- /**
71683
- * @desc:菜单布局样式切换
71684
- * @author huangbo
71685
- * @date 2024年9月7日
71858
+ /**
71859
+ * @desc:菜单布局样式切换
71860
+ * @author huangbo
71861
+ * @date 2024年9月7日
71686
71862
  **/
71687
71863
  handleLayout: function handleLayout(res, active) {
71688
71864
  if (active) {
@@ -71692,10 +71868,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71692
71868
  this.$emit('chang-layout', res, active);
71693
71869
  },
71694
71870
 
71695
- /**
71696
- * @desc:消息修改总数
71697
- * @author huangbo
71698
- * @date 2024年9月7日
71871
+ /**
71872
+ * @desc:消息修改总数
71873
+ * @author huangbo
71874
+ * @date 2024年9月7日
71699
71875
  **/
71700
71876
  handleMenuTips: function handleMenuTips(id, num) {
71701
71877
  if (num) {
@@ -71706,10 +71882,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71706
71882
  }
71707
71883
  },
71708
71884
 
71709
- /**
71710
- * @desc:处理即时消息
71711
- * @author huangbo
71712
- * @date 2024年9月7日
71885
+ /**
71886
+ * @desc:处理即时消息
71887
+ * @author huangbo
71888
+ * @date 2024年9月7日
71713
71889
  **/
71714
71890
  handleOpened: function handleOpened(res) {
71715
71891
  var _this8 = this;
@@ -75735,8 +75911,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75735
75911
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75736
75912
  },
75737
75913
 
75738
- /**
75739
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75914
+ /**
75915
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75740
75916
  */
75741
75917
  queryChildMenuData: function queryChildMenuData() {
75742
75918
  var _this2 = this;
@@ -75855,8 +76031,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75855
76031
  }))();
75856
76032
  },
75857
76033
 
75858
- /**
75859
- * getVoteMeetingNum: 查询会议数量
76034
+ /**
76035
+ * getVoteMeetingNum: 查询会议数量
75860
76036
  */
75861
76037
  getVoteMeetingNum: function getVoteMeetingNum() {
75862
76038
  var _this5 = this;
@@ -75881,8 +76057,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75881
76057
  });
75882
76058
  },
75883
76059
 
75884
- /**
75885
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76060
+ /**
76061
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75886
76062
  */
75887
76063
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75888
76064
  var _this6 = this;
@@ -75907,8 +76083,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75907
76083
  },
75908
76084
 
75909
76085
 
75910
- /**
75911
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76086
+ /**
76087
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75912
76088
  */
75913
76089
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75914
76090
  var _this7 = this;
@@ -75936,8 +76112,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75936
76112
  });
75937
76113
  },
75938
76114
 
75939
- /**
75940
- * getIndexCount: 查询待办任务数量
76115
+ /**
76116
+ * getIndexCount: 查询待办任务数量
75941
76117
  */
75942
76118
  getIndexCount: function getIndexCount() {
75943
76119
  var _this8 = this;
@@ -75968,10 +76144,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75968
76144
  this.$refs.user.handleSelect(res);
75969
76145
  },
75970
76146
 
75971
- /**
75972
- * @desc:匹配路由
75973
- * @author huangbo
75974
- * @date 2024年9月7日
76147
+ /**
76148
+ * @desc:匹配路由
76149
+ * @author huangbo
76150
+ * @date 2024年9月7日
75975
76151
  **/
75976
76152
  hasRouter: function hasRouter(res, url, code) {
75977
76153
  if (!url) {
@@ -76015,10 +76191,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76015
76191
  return false;
76016
76192
  },
76017
76193
 
76018
- /**
76019
- * @desc:获取初始数据
76020
- * @author huangbo
76021
- * @date 2024年9月7日
76194
+ /**
76195
+ * @desc:获取初始数据
76196
+ * @author huangbo
76197
+ * @date 2024年9月7日
76022
76198
  **/
76023
76199
  init: function init(results) {
76024
76200
  this.setConfig(results);
@@ -76029,10 +76205,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76029
76205
  // }
76030
76206
  },
76031
76207
 
76032
- /**
76033
- * @desc:设置用户配置及信息
76034
- * @author huangbo
76035
- * @date 2024年9月7日
76208
+ /**
76209
+ * @desc:设置用户配置及信息
76210
+ * @author huangbo
76211
+ * @date 2024年9月7日
76036
76212
  **/
76037
76213
  setConfig: function setConfig(results) {
76038
76214
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76196,8 +76372,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76196
76372
  }
76197
76373
  },
76198
76374
 
76199
- /**
76200
- * @desc:获取用户自定义菜单
76375
+ /**
76376
+ * @desc:获取用户自定义菜单
76201
76377
  **/
76202
76378
  getUseCommonMenu: function getUseCommonMenu() {
76203
76379
  var _this9 = this;
@@ -76227,10 +76403,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76227
76403
  });
76228
76404
  },
76229
76405
 
76230
- /**
76231
- * @desc:获取所有应用
76232
- * @author huangbo
76233
- * @date 2024年9月7日
76406
+ /**
76407
+ * @desc:获取所有应用
76408
+ * @author huangbo
76409
+ * @date 2024年9月7日
76234
76410
  **/
76235
76411
  getApplications: function getApplications() {
76236
76412
  var _this10 = this;
@@ -76278,10 +76454,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76278
76454
  });
76279
76455
  },
76280
76456
 
76281
- /**
76282
- * @desc:获取菜单列表
76283
- * @author huangbo
76284
- * @date 2024年9月7日
76457
+ /**
76458
+ * @desc:获取菜单列表
76459
+ * @author huangbo
76460
+ * @date 2024年9月7日
76285
76461
  **/
76286
76462
  getMenus: function getMenus(loading) {
76287
76463
  var _this11 = this;
@@ -76308,10 +76484,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76308
76484
  });
76309
76485
  },
76310
76486
 
76311
- /**
76312
- * @desc:处理菜单列表
76313
- * @author huangbo
76314
- * @date 2024年9月7日
76487
+ /**
76488
+ * @desc:处理菜单列表
76489
+ * @author huangbo
76490
+ * @date 2024年9月7日
76315
76491
  **/
76316
76492
  renderMenus: function renderMenus(res) {
76317
76493
  // // console.log(res, 'renderMenus');
@@ -76357,9 +76533,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76357
76533
  // console.log(this.currentPage, 'currentPage');
76358
76534
  },
76359
76535
 
76360
- /**
76361
- * 更新myRemind中各项的权限状态
76362
- * @param {Array} menus - 完整的菜单列表
76536
+ /**
76537
+ * 更新myRemind中各项的权限状态
76538
+ * @param {Array} menus - 完整的菜单列表
76363
76539
  */
76364
76540
  updateRemindPermission: function updateRemindPermission(menus) {
76365
76541
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76387,10 +76563,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76387
76563
  });
76388
76564
  },
76389
76565
 
76390
- /**
76391
- * @desc:设置页面加载类型
76392
- * @author huangbo
76393
- * @date 2024年9月7日
76566
+ /**
76567
+ * @desc:设置页面加载类型
76568
+ * @author huangbo
76569
+ * @date 2024年9月7日
76394
76570
  **/
76395
76571
  setIframeType: function setIframeType(res) {
76396
76572
  var url = res.url;
@@ -76447,10 +76623,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76447
76623
  return res;
76448
76624
  },
76449
76625
 
76450
- /**
76451
- * @desc:获取菜单
76452
- * @author huangbo
76453
- * @date 2024年9月7日
76626
+ /**
76627
+ * @desc:获取菜单
76628
+ * @author huangbo
76629
+ * @date 2024年9月7日
76454
76630
  **/
76455
76631
  getMenu: function getMenu(menus, res, key) {
76456
76632
  if (Array.isArray(menus)) {
@@ -76479,10 +76655,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76479
76655
  return false;
76480
76656
  },
76481
76657
 
76482
- /**
76483
- * @desc:获取菜单第一条数据
76484
- * @author huangbo
76485
- * @date 2024年9月7日
76658
+ /**
76659
+ * @desc:获取菜单第一条数据
76660
+ * @author huangbo
76661
+ * @date 2024年9月7日
76486
76662
  **/
76487
76663
  getFirst: function getFirst(obj) {
76488
76664
  if (!obj) {
@@ -76501,10 +76677,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76501
76677
  }
76502
76678
  },
76503
76679
 
76504
- /**
76505
- * @desc:遍历设置菜单气泡提醒
76506
- * @author huangbo
76507
- * @date 2024年9月7日
76680
+ /**
76681
+ * @desc:遍历设置菜单气泡提醒
76682
+ * @author huangbo
76683
+ * @date 2024年9月7日
76508
76684
  **/
76509
76685
  setTips: function setTips(obj) {
76510
76686
  var _this12 = this;
@@ -76569,10 +76745,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76569
76745
  }
76570
76746
  },
76571
76747
 
76572
- /**
76573
- * @desc:获取气泡提醒
76574
- * @author huangbo
76575
- * @date 2024年9月7日
76748
+ /**
76749
+ * @desc:获取气泡提醒
76750
+ * @author huangbo
76751
+ * @date 2024年9月7日
76576
76752
  **/
76577
76753
  getBadge: function getBadge(res) {
76578
76754
  var num = res.tips || 0;
@@ -76586,10 +76762,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76586
76762
  };
76587
76763
  },
76588
76764
 
76589
- /**
76590
- * @desc:开启weosocket
76591
- * @author huangbo
76592
- * @date 2024年9月7日
76765
+ /**
76766
+ * @desc:开启weosocket
76767
+ * @author huangbo
76768
+ * @date 2024年9月7日
76593
76769
  **/
76594
76770
  initWebSocket: function initWebSocket() {
76595
76771
  var _this14 = this;
@@ -76657,10 +76833,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76657
76833
  });
76658
76834
  },
76659
76835
 
76660
- /**
76661
- * @desc:显示用户信息
76662
- * @author huangbo
76663
- * @date 2024年9月7日
76836
+ /**
76837
+ * @desc:显示用户信息
76838
+ * @author huangbo
76839
+ * @date 2024年9月7日
76664
76840
  **/
76665
76841
  showUserInfo: function showUserInfo() {
76666
76842
  if (this.showUser === false) {
@@ -76668,19 +76844,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76668
76844
  }
76669
76845
  },
76670
76846
 
76671
- /**
76672
- * @desc:删除更多应用菜单点击
76673
- * @author huangbo
76674
- * @date 2024年9月7日
76847
+ /**
76848
+ * @desc:删除更多应用菜单点击
76849
+ * @author huangbo
76850
+ * @date 2024年9月7日
76675
76851
  **/
76676
76852
  handleDelete: function handleDelete(index) {
76677
76853
  this.newApps.splice(index, 1);
76678
76854
  },
76679
76855
 
76680
- /**
76681
- * @desc:显示Drawer界面
76682
- * @author huangbo
76683
- * @date 2024年9月7日
76856
+ /**
76857
+ * @desc:显示Drawer界面
76858
+ * @author huangbo
76859
+ * @date 2024年9月7日
76684
76860
  **/
76685
76861
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76686
76862
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76700,28 +76876,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76700
76876
  }
76701
76877
  },
76702
76878
 
76703
- /**
76704
- * @desc:关闭Drawer界面
76705
- * @author huangbo
76706
- * @date 2024年9月7日
76879
+ /**
76880
+ * @desc:关闭Drawer界面
76881
+ * @author huangbo
76882
+ * @date 2024年9月7日
76707
76883
  **/
76708
76884
  handleCloseDrawer: function handleCloseDrawer() {
76709
76885
  this.drawer = { visible: false };
76710
76886
  },
76711
76887
 
76712
- /**
76713
- * @desc:用户详情请求成功
76714
- * @author huangbo
76715
- * @date 2024年9月7日
76888
+ /**
76889
+ * @desc:用户详情请求成功
76890
+ * @author huangbo
76891
+ * @date 2024年9月7日
76716
76892
  **/
76717
76893
  handleSuccess: function handleSuccess(res) {
76718
76894
  this.simpleUserInfo = res.simpleUserInfo;
76719
76895
  },
76720
76896
 
76721
- /**
76722
- * @desc:修改用户配置
76723
- * @author huangbo
76724
- * @date 2024年9月7日
76897
+ /**
76898
+ * @desc:修改用户配置
76899
+ * @author huangbo
76900
+ * @date 2024年9月7日
76725
76901
  **/
76726
76902
  handleChangeConfig: function handleChangeConfig(name, res) {
76727
76903
  if (name == 'userHeadUrl') {
@@ -76737,10 +76913,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76737
76913
  }
76738
76914
  },
76739
76915
 
76740
- /**
76741
- * @desc:关闭webSocket
76742
- * @author huangbo
76743
- * @date 2024年9月7日
76916
+ /**
76917
+ * @desc:关闭webSocket
76918
+ * @author huangbo
76919
+ * @date 2024年9月7日
76744
76920
  **/
76745
76921
  handlerClose: function handlerClose() {
76746
76922
  if (this.webSocket) {
@@ -76751,10 +76927,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76751
76927
  this.handleRefresh(1);
76752
76928
  },
76753
76929
 
76754
- /**
76755
- * @desc:刷新选中iframe页签
76756
- * @author huangbo
76757
- * @date 2024年9月7日
76930
+ /**
76931
+ * @desc:刷新选中iframe页签
76932
+ * @author huangbo
76933
+ * @date 2024年9月7日
76758
76934
  **/
76759
76935
  handleRefresh: function handleRefresh(arg) {
76760
76936
  if (arg !== 1) {
@@ -76800,10 +76976,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76800
76976
  }
76801
76977
  },
76802
76978
 
76803
- /**
76804
- * @desc:删除iframe
76805
- * @author huangbo
76806
- * @date 2024年9月7日
76979
+ /**
76980
+ * @desc:删除iframe
76981
+ * @author huangbo
76982
+ * @date 2024年9月7日
76807
76983
  **/
76808
76984
  handleRemove: function handleRemove(name) {
76809
76985
  var len = this.tabs.length - 1;
@@ -76820,10 +76996,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76820
76996
  }
76821
76997
  },
76822
76998
 
76823
- /**
76824
- * @desc:tabs鼠标右键事件
76825
- * @author huangbo
76826
- * @date 2024年9月7日
76999
+ /**
77000
+ * @desc:tabs鼠标右键事件
77001
+ * @author huangbo
77002
+ * @date 2024年9月7日
76827
77003
  **/
76828
77004
  handleContextmenu: function handleContextmenu(tabs, e) {
76829
77005
  var disabled = {};
@@ -76848,10 +77024,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76848
77024
  window.addEventListener('click', this.closeTabsEvents);
76849
77025
  },
76850
77026
 
76851
- /**
76852
- * @desc:tabs页签事件
76853
- * @author huangbo
76854
- * @date 2024年9月7日
77027
+ /**
77028
+ * @desc:tabs页签事件
77029
+ * @author huangbo
77030
+ * @date 2024年9月7日
76855
77031
  **/
76856
77032
  handleTabsEvents: function handleTabsEvents(num) {
76857
77033
  if (this.pane !== null) {
@@ -76862,10 +77038,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76862
77038
  },
76863
77039
 
76864
77040
 
76865
- /**
76866
- * @desc:关闭页签事件面板
76867
- * @author huangbo
76868
- * @date 2024年9月7日
77041
+ /**
77042
+ * @desc:关闭页签事件面板
77043
+ * @author huangbo
77044
+ * @date 2024年9月7日
76869
77045
  **/
76870
77046
  closeTabsEvents: function closeTabsEvents(e) {
76871
77047
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76875,10 +77051,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76875
77051
  },
76876
77052
 
76877
77053
 
76878
- /**
76879
- * @desc:tabs页签点击事件
76880
- * @author huangbo
76881
- * @date 2024年9月7日
77054
+ /**
77055
+ * @desc:tabs页签点击事件
77056
+ * @author huangbo
77057
+ * @date 2024年9月7日
76882
77058
  **/
76883
77059
  handleTabClick: function handleTabClick() {
76884
77060
  this.active = '';
@@ -76886,10 +77062,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76886
77062
  this.showMenu = false;
76887
77063
  },
76888
77064
 
76889
- /**
76890
- * @desc:handler工具栏点击事件
76891
- * @author huangbo
76892
- * @date 2024年9月7日
77065
+ /**
77066
+ * @desc:handler工具栏点击事件
77067
+ * @author huangbo
77068
+ * @date 2024年9月7日
76893
77069
  **/
76894
77070
  handleClick: function handleClick(res) {
76895
77071
  var type = res.type,
@@ -76979,10 +77155,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76979
77155
  this.$emit('handler-click', res);
76980
77156
  },
76981
77157
 
76982
- /**
76983
- * @desc:退出登录
76984
- * @author huangbo
76985
- * @date 2024年9月7日
77158
+ /**
77159
+ * @desc:退出登录
77160
+ * @author huangbo
77161
+ * @date 2024年9月7日
76986
77162
  **/
76987
77163
  handleQuit: function handleQuit() {
76988
77164
  var _this15 = this;
@@ -77057,10 +77233,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77057
77233
  }).catch(function (e) {});
77058
77234
  },
77059
77235
 
77060
- /**
77061
- * @desc:主题、消息回调
77062
- * @author huangbo
77063
- * @date 2024年9月7日
77236
+ /**
77237
+ * @desc:主题、消息回调
77238
+ * @author huangbo
77239
+ * @date 2024年9月7日
77064
77240
  **/
77065
77241
  handleChange: function handleChange(res) {
77066
77242
  var type = res.type,
@@ -77076,10 +77252,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77076
77252
  }
77077
77253
  },
77078
77254
 
77079
- /**
77080
- * @desc:菜单布局样式切换
77081
- * @author huangbo
77082
- * @date 2024年9月7日
77255
+ /**
77256
+ * @desc:菜单布局样式切换
77257
+ * @author huangbo
77258
+ * @date 2024年9月7日
77083
77259
  **/
77084
77260
  handleLayout: function handleLayout(res, active) {
77085
77261
  if (active) {
@@ -77089,10 +77265,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77089
77265
  this.$emit('chang-layout', res, active);
77090
77266
  },
77091
77267
 
77092
- /**
77093
- * @desc:消息修改总数
77094
- * @author huangbo
77095
- * @date 2024年9月7日
77268
+ /**
77269
+ * @desc:消息修改总数
77270
+ * @author huangbo
77271
+ * @date 2024年9月7日
77096
77272
  **/
77097
77273
  handleMenuTips: function handleMenuTips(id, num) {
77098
77274
  if (num) {
@@ -77103,10 +77279,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77103
77279
  }
77104
77280
  },
77105
77281
 
77106
- /**
77107
- * @desc:处理即时消息
77108
- * @author huangbo
77109
- * @date 2024年9月7日
77282
+ /**
77283
+ * @desc:处理即时消息
77284
+ * @author huangbo
77285
+ * @date 2024年9月7日
77110
77286
  **/
77111
77287
  handleOpened: function handleOpened(res) {
77112
77288
  var _this16 = this;
@@ -77122,14 +77298,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77122
77298
  }
77123
77299
  },
77124
77300
 
77125
- /**
77126
- * @desc:菜单点击事件
77127
- * @author huangbo
77128
- * @date 2024年9月7日
77129
- * @param {*} res 菜单点击事件参数
77130
- * @param {*} method 菜单点击事件方法
77131
- * 1.顶部菜单点击跳转已经实现
77132
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77301
+ /**
77302
+ * @desc:菜单点击事件
77303
+ * @author huangbo
77304
+ * @date 2024年9月7日
77305
+ * @param {*} res 菜单点击事件参数
77306
+ * @param {*} method 菜单点击事件方法
77307
+ * 1.顶部菜单点击跳转已经实现
77308
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77133
77309
  **/
77134
77310
  handleSelect: function handleSelect(res) {
77135
77311
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84537,19 +84713,19 @@ var QRCode = __webpack_require__(28);
84537
84713
  //设置logo大小
84538
84714
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84539
84715
  //设置获取的logo将其变为圆角以及添加白色背景
84540
- /* ctx.fillStyle = "#fff";
84541
- ctx.beginPath();
84542
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84543
- let w = 46; //圆角宽
84544
- let x = logoPosition - 5;
84545
- let y = logoPosition - 5;
84546
- let r = 5; //圆角半径
84547
- ctx.moveTo(x + r, y);
84548
- ctx.arcTo(x + w, y, x + w, y + h, r);
84549
- ctx.arcTo(x + w, y + h, x, y + h, r);
84550
- ctx.arcTo(x, y + h, x, y, r);
84551
- ctx.arcTo(x, y, x + w, y, r);
84552
- ctx.closePath();
84716
+ /* ctx.fillStyle = "#fff";
84717
+ ctx.beginPath();
84718
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84719
+ let w = 46; //圆角宽
84720
+ let x = logoPosition - 5;
84721
+ let y = logoPosition - 5;
84722
+ let r = 5; //圆角半径
84723
+ ctx.moveTo(x + r, y);
84724
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84725
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84726
+ ctx.arcTo(x, y + h, x, y, r);
84727
+ ctx.arcTo(x, y, x + w, y, r);
84728
+ ctx.closePath();
84553
84729
  ctx.fill(); */
84554
84730
  logo.onload = function () {
84555
84731
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85656,6 +85832,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85656
85832
  type: String,
85657
85833
  default: ','
85658
85834
  },
85835
+ format: { type: Boolean, default: true },
85659
85836
  plain: Boolean,
85660
85837
  where: Object,
85661
85838
  parseData: Function,
@@ -85896,6 +86073,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85896
86073
  url: sysCode ? this.findCode : this.url,
85897
86074
  method: this.method,
85898
86075
  params: params,
86076
+ format: this.format,
85899
86077
  data: params
85900
86078
  }).then(function (res) {
85901
86079
  _this4.loading = false;
@@ -102704,7 +102882,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102704
102882
  }
102705
102883
 
102706
102884
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102707
- version: '0.8.6',
102885
+ version: '0.8.8',
102708
102886
  install: install,
102709
102887
  Button: packages_button,
102710
102888
  ButtonGroup: button_group,