eoss-ui 0.7.93 → 0.7.94

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 (319) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +921 -920
  3. package/lib/flow-list.js +96 -96
  4. package/lib/flow.js +285 -284
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +288 -288
  7. package/lib/qr-code.js +13 -13
  8. package/package.json +1 -1
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/button-group/src/main.vue +346 -346
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/main.vue +412 -412
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/clients/src/main.vue +151 -151
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +39 -39
  27. package/packages/data-table/src/main.vue +1845 -1845
  28. package/packages/data-table/src/sizer.vue +195 -195
  29. package/packages/data-table-form/index.js +5 -5
  30. package/packages/data-table-form/src/checkbox.vue +101 -101
  31. package/packages/data-table-form/src/colgroup.vue +17 -17
  32. package/packages/data-table-form/src/main.vue +181 -181
  33. package/packages/data-table-form/src/radio.vue +65 -65
  34. package/packages/data-table-form/src/table.vue +233 -233
  35. package/packages/data-table-form/src/tbody.vue +336 -336
  36. package/packages/data-table-form/src/thead.vue +68 -68
  37. package/packages/date-picker/index.js +5 -5
  38. package/packages/date-picker/src/main.vue +236 -236
  39. package/packages/dialog/index.js +5 -5
  40. package/packages/enable-drag/index.js +5 -5
  41. package/packages/enterprise/index.js +5 -5
  42. package/packages/enterprise/src/main.vue +66 -66
  43. package/packages/error-page/index.js +5 -5
  44. package/packages/error-page/src/main.vue +44 -44
  45. package/packages/flow/index.js +5 -5
  46. package/packages/flow/src/component/Circulate.vue +417 -417
  47. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  48. package/packages/flow/src/component/CustomPreset.vue +324 -324
  49. package/packages/flow/src/component/FileList.vue +97 -97
  50. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  51. package/packages/flow/src/component/Preset.vue +257 -257
  52. package/packages/flow/src/component/SendMsg.vue +242 -242
  53. package/packages/flow/src/component/SortFlow.vue +110 -110
  54. package/packages/flow/src/component/TimeLimit.vue +190 -190
  55. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  56. package/packages/flow/src/form.vue +123 -123
  57. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  58. package/packages/flow/src/main.vue +4144 -4144
  59. package/packages/flow/src/processForm.vue +1680 -1680
  60. package/packages/flow/src/processReject.vue +309 -309
  61. package/packages/flow/src/reset.vue +946 -946
  62. package/packages/flow/src/startTaskRead.vue +695 -695
  63. package/packages/flow/src/supervise.vue +159 -159
  64. package/packages/flow/src/table.vue +58 -58
  65. package/packages/flow-group/index.js +5 -5
  66. package/packages/flow-group/src/main.vue +750 -750
  67. package/packages/flow-list/index.js +5 -5
  68. package/packages/flow-list/src/main.vue +2337 -2337
  69. package/packages/form/index.js +5 -5
  70. package/packages/form/src/main.vue +3901 -3901
  71. package/packages/form/src/table.vue +1512 -1512
  72. package/packages/handle-user/index.js +5 -5
  73. package/packages/handle-user/src/main.vue +137 -137
  74. package/packages/handler/index.js +5 -5
  75. package/packages/handler/src/main.vue +499 -499
  76. package/packages/icon/index.js +5 -5
  77. package/packages/icon/src/main.vue +104 -104
  78. package/packages/icons/index.js +5 -5
  79. package/packages/icons/src/main.vue +81 -81
  80. package/packages/input/index.js +5 -5
  81. package/packages/input/src/main.vue +356 -356
  82. package/packages/input-number/index.js +5 -5
  83. package/packages/input-number/src/main.vue +106 -106
  84. package/packages/label/index.js +5 -5
  85. package/packages/label/src/main.vue +457 -457
  86. package/packages/layout/index.js +5 -5
  87. package/packages/layout/src/item.vue +152 -152
  88. package/packages/layout/src/main.vue +31 -31
  89. package/packages/login/index.js +5 -5
  90. package/packages/login/src/main.vue +2088 -2088
  91. package/packages/login/src/resetPassword.vue +557 -557
  92. package/packages/main/index.js +5 -5
  93. package/packages/main/src/default/message.vue +249 -249
  94. package/packages/main/src/default/notice.vue +157 -157
  95. package/packages/main/src/default/userinfo.vue +513 -513
  96. package/packages/main/src/public/online.vue +89 -89
  97. package/packages/main/src/public/search.vue +464 -464
  98. package/packages/main/src/public/settings.vue +273 -273
  99. package/packages/main/src/simplicity/apps.vue +388 -388
  100. package/packages/main/src/simplicity/avatar.vue +82 -82
  101. package/packages/main/src/simplicity/handler.vue +158 -158
  102. package/packages/main/src/simplicity/index.vue +2335 -2335
  103. package/packages/main/src/simplicity/lists.vue +84 -84
  104. package/packages/main/src/simplicity/menu-list.vue +135 -135
  105. package/packages/main/src/simplicity/message.vue +293 -293
  106. package/packages/main/src/simplicity/notice.vue +222 -222
  107. package/packages/main/src/simplicity/router-page.vue +45 -45
  108. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  109. package/packages/main/src/simplicity/user.vue +259 -259
  110. package/packages/main/src/simplicity/userinfo.vue +408 -408
  111. package/packages/main/src/simplicityTop/apps.vue +388 -388
  112. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  113. package/packages/main/src/simplicityTop/handler.vue +215 -215
  114. package/packages/main/src/simplicityTop/index.vue +2620 -2620
  115. package/packages/main/src/simplicityTop/lists.vue +84 -84
  116. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  117. package/packages/main/src/simplicityTop/message.vue +293 -293
  118. package/packages/main/src/simplicityTop/notice.vue +222 -222
  119. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  120. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  121. package/packages/main/src/simplicityTop/user.vue +259 -259
  122. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  123. package/packages/menu/index.js +5 -5
  124. package/packages/menu/src/main.vue +595 -595
  125. package/packages/nav/index.js +5 -5
  126. package/packages/nav/src/main.vue +351 -351
  127. package/packages/notify/index.js +5 -5
  128. package/packages/notify/src/main.vue +538 -538
  129. package/packages/page/index.js +5 -5
  130. package/packages/page/src/main.vue +167 -167
  131. package/packages/pagination/index.js +5 -5
  132. package/packages/pagination/src/main.vue +96 -96
  133. package/packages/player/index.js +5 -5
  134. package/packages/player/src/main.vue +194 -194
  135. package/packages/qr-code/index.js +5 -5
  136. package/packages/qr-code/src/main.vue +170 -170
  137. package/packages/radio-group/index.js +6 -6
  138. package/packages/radio-group/src/main.vue +319 -319
  139. package/packages/retrial-auth/index.js +5 -5
  140. package/packages/retrial-auth/src/main.vue +299 -299
  141. package/packages/select/index.js +5 -5
  142. package/packages/select-ganged/index.js +5 -5
  143. package/packages/select-ganged/src/main.vue +724 -724
  144. package/packages/selector/index.js +5 -5
  145. package/packages/selector/src/main.vue +761 -761
  146. package/packages/selector-panel/index.js +5 -5
  147. package/packages/selector-panel/src/main.vue +1036 -1036
  148. package/packages/selector-panel/src/selection.vue +174 -174
  149. package/packages/selector-panel/src/tree.vue +129 -129
  150. package/packages/sizer/index.js +5 -5
  151. package/packages/sizer/src/main.vue +254 -254
  152. package/packages/steps/index.js +5 -5
  153. package/packages/steps/src/main.vue +181 -181
  154. package/packages/switch/index.js +5 -5
  155. package/packages/switch/src/main.vue +170 -170
  156. package/packages/table-form/index.js +5 -5
  157. package/packages/tabs/index.js +5 -5
  158. package/packages/tabs/src/main.vue +788 -788
  159. package/packages/tabs-panel/index.js +5 -5
  160. package/packages/tabs-panel/src/main.vue +29 -29
  161. package/packages/theme-chalk/gulpfile.js +25 -0
  162. package/packages/theme-chalk/src/base.scss +261 -261
  163. package/packages/theme-chalk/src/button-group.scss +176 -176
  164. package/packages/theme-chalk/src/button.scss +24 -24
  165. package/packages/theme-chalk/src/calendar.scss +113 -113
  166. package/packages/theme-chalk/src/card.scss +99 -99
  167. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  168. package/packages/theme-chalk/src/clients.scss +87 -87
  169. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  170. package/packages/theme-chalk/src/data-table.scss +297 -297
  171. package/packages/theme-chalk/src/date-picker.scss +7 -7
  172. package/packages/theme-chalk/src/dialog.scss +77 -77
  173. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  174. package/packages/theme-chalk/src/enterprise.scss +5 -5
  175. package/packages/theme-chalk/src/error-page.scss +18 -18
  176. package/packages/theme-chalk/src/flow-group.scss +110 -110
  177. package/packages/theme-chalk/src/flow-list.scss +55 -55
  178. package/packages/theme-chalk/src/flow.scss +373 -373
  179. package/packages/theme-chalk/src/form.scss +501 -501
  180. package/packages/theme-chalk/src/handle-user.scss +40 -40
  181. package/packages/theme-chalk/src/handler.scss +148 -148
  182. package/packages/theme-chalk/src/icon.scss +3452 -3452
  183. package/packages/theme-chalk/src/icons.scss +99 -99
  184. package/packages/theme-chalk/src/input.scss +9 -9
  185. package/packages/theme-chalk/src/label.scss +24 -24
  186. package/packages/theme-chalk/src/layout.scss +46 -46
  187. package/packages/theme-chalk/src/login.scss +1006 -1006
  188. package/packages/theme-chalk/src/main.scss +664 -664
  189. package/packages/theme-chalk/src/menu.scss +224 -224
  190. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  191. package/packages/theme-chalk/src/nav.scss +111 -111
  192. package/packages/theme-chalk/src/page.scss +3 -3
  193. package/packages/theme-chalk/src/pagination.scss +29 -29
  194. package/packages/theme-chalk/src/player.scss +9 -9
  195. package/packages/theme-chalk/src/qr-code.scss +17 -17
  196. package/packages/theme-chalk/src/radio-group.scss +9 -9
  197. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  198. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  199. package/packages/theme-chalk/src/select.scss +8 -8
  200. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  201. package/packages/theme-chalk/src/selector.scss +114 -114
  202. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  203. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  204. package/packages/theme-chalk/src/sizer.scss +36 -36
  205. package/packages/theme-chalk/src/steps.scss +88 -88
  206. package/packages/theme-chalk/src/switch.scss +3 -3
  207. package/packages/theme-chalk/src/table-form.scss +1 -1
  208. package/packages/theme-chalk/src/tabs.scss +87 -87
  209. package/packages/theme-chalk/src/tips.scss +7 -7
  210. package/packages/theme-chalk/src/toolbar.scss +179 -179
  211. package/packages/theme-chalk/src/tree-group.scss +72 -72
  212. package/packages/theme-chalk/src/tree.scss +165 -165
  213. package/packages/theme-chalk/src/upload.scss +172 -172
  214. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  215. package/packages/tips/index.js +5 -5
  216. package/packages/tips/src/main.vue +141 -141
  217. package/packages/toolbar/index.js +5 -5
  218. package/packages/toolbar/src/main.vue +430 -430
  219. package/packages/tree/index.js +5 -5
  220. package/packages/tree-group/index.js +5 -5
  221. package/packages/upload/index.js +5 -5
  222. package/packages/upload/src/main.vue +1344 -1344
  223. package/packages/upload/src/picture.js +15 -15
  224. package/packages/wujie/index.js +5 -5
  225. package/packages/wujie/src/main.vue +146 -146
  226. package/packages/wxlogin/index.js +5 -5
  227. package/packages/wxlogin/src/main.vue +128 -128
  228. package/src/config/api.js +348 -348
  229. package/src/config/image.js +2 -2
  230. package/src/index.js +163 -163
  231. package/src/utils/bus.js +3 -3
  232. package/src/utils/date-util.js +312 -312
  233. package/src/utils/http.js +50 -50
  234. package/src/utils/rules.js +18 -18
  235. package/src/utils/store.js +21 -21
  236. package/src/utils/webSocket.js +107 -107
  237. package/packages/.DS_Store +0 -0
  238. package/packages/calogin/.DS_Store +0 -0
  239. package/packages/date-picker/.DS_Store +0 -0
  240. package/packages/date-picker/src/.DS_Store +0 -0
  241. package/packages/dialog/.DS_Store +0 -0
  242. package/packages/flow/.DS_Store +0 -0
  243. package/packages/flow/src/.DS_Store +0 -0
  244. package/packages/flow-list/.DS_Store +0 -0
  245. package/packages/form/.DS_Store +0 -0
  246. package/packages/icon/.DS_Store +0 -0
  247. package/packages/login/.DS_Store +0 -0
  248. package/packages/main/.DS_Store +0 -0
  249. package/packages/main/src/.DS_Store +0 -0
  250. package/packages/menu/.DS_Store +0 -0
  251. package/packages/select/.DS_Store +0 -0
  252. package/packages/selector/.DS_Store +0 -0
  253. package/packages/selector-panel/.DS_Store +0 -0
  254. package/packages/theme-chalk/lib/base.css +0 -1
  255. package/packages/theme-chalk/lib/button-group.css +0 -1
  256. package/packages/theme-chalk/lib/button.css +0 -1
  257. package/packages/theme-chalk/lib/calendar.css +0 -1
  258. package/packages/theme-chalk/lib/calogin.css +0 -0
  259. package/packages/theme-chalk/lib/card.css +0 -1
  260. package/packages/theme-chalk/lib/cascader.css +0 -0
  261. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  262. package/packages/theme-chalk/lib/clients.css +0 -1
  263. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  264. package/packages/theme-chalk/lib/data-table.css +0 -1
  265. package/packages/theme-chalk/lib/date-picker.css +0 -1
  266. package/packages/theme-chalk/lib/dialog.css +0 -1
  267. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  268. package/packages/theme-chalk/lib/enterprise.css +0 -1
  269. package/packages/theme-chalk/lib/error-page.css +0 -1
  270. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  271. package/packages/theme-chalk/lib/flow-group.css +0 -1
  272. package/packages/theme-chalk/lib/flow-list.css +0 -1
  273. package/packages/theme-chalk/lib/flow.css +0 -1
  274. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  275. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  276. package/packages/theme-chalk/lib/form.css +0 -1
  277. package/packages/theme-chalk/lib/handle-user.css +0 -1
  278. package/packages/theme-chalk/lib/handler.css +0 -1
  279. package/packages/theme-chalk/lib/icon.css +0 -1
  280. package/packages/theme-chalk/lib/icons.css +0 -1
  281. package/packages/theme-chalk/lib/index.css +0 -1
  282. package/packages/theme-chalk/lib/input-number.css +0 -0
  283. package/packages/theme-chalk/lib/input.css +0 -1
  284. package/packages/theme-chalk/lib/label.css +0 -1
  285. package/packages/theme-chalk/lib/layout.css +0 -1
  286. package/packages/theme-chalk/lib/login.css +0 -1
  287. package/packages/theme-chalk/lib/main.css +0 -1
  288. package/packages/theme-chalk/lib/menu.css +0 -1
  289. package/packages/theme-chalk/lib/nav.css +0 -1
  290. package/packages/theme-chalk/lib/notify.css +0 -0
  291. package/packages/theme-chalk/lib/page.css +0 -1
  292. package/packages/theme-chalk/lib/pagination.css +0 -1
  293. package/packages/theme-chalk/lib/player.css +0 -1
  294. package/packages/theme-chalk/lib/qr-code.css +0 -1
  295. package/packages/theme-chalk/lib/radio-group.css +0 -1
  296. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  297. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  298. package/packages/theme-chalk/lib/select.css +0 -1
  299. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  300. package/packages/theme-chalk/lib/selector.css +0 -1
  301. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  302. package/packages/theme-chalk/lib/simplicity.css +0 -1
  303. package/packages/theme-chalk/lib/sizer.css +0 -1
  304. package/packages/theme-chalk/lib/steps.css +0 -1
  305. package/packages/theme-chalk/lib/switch.css +0 -1
  306. package/packages/theme-chalk/lib/table-form.css +0 -0
  307. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  308. package/packages/theme-chalk/lib/tabs.css +0 -1
  309. package/packages/theme-chalk/lib/tips.css +0 -1
  310. package/packages/theme-chalk/lib/toolbar.css +0 -1
  311. package/packages/theme-chalk/lib/tree-group.css +0 -1
  312. package/packages/theme-chalk/lib/tree.css +0 -1
  313. package/packages/theme-chalk/lib/upload.css +0 -1
  314. package/packages/theme-chalk/lib/wujie.css +0 -0
  315. package/packages/theme-chalk/lib/wxlogin.css +0 -1
  316. package/packages/theme-chalk/src/.DS_Store +0 -0
  317. package/packages/upload/.DS_Store +0 -0
  318. package/src/.DS_Store +0 -0
  319. 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
 
@@ -6902,8 +6902,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6902
6902
 
6903
6903
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6904
6904
 
6905
- /**
6906
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6905
+ /**
6906
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6907
6907
  */
6908
6908
  var CA_ExtInterface = function () {
6909
6909
  function CA_ExtInterface() {
@@ -6916,11 +6916,11 @@ var CA_ExtInterface = function () {
6916
6916
  this.init();
6917
6917
  }
6918
6918
 
6919
- /**
6920
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
- * @param {Object} target - 目标对象
6923
- * @param {Object} options - 新的选项对象
6919
+ /**
6920
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
+ * @param {Object} target - 目标对象
6923
+ * @param {Object} options - 新的选项对象
6924
6924
  */
6925
6925
 
6926
6926
 
@@ -6935,8 +6935,8 @@ var CA_ExtInterface = function () {
6935
6935
  }
6936
6936
  };
6937
6937
 
6938
- /**
6939
- * 检查当前会话的 WebSocket URL
6938
+ /**
6939
+ * 检查当前会话的 WebSocket URL
6940
6940
  */
6941
6941
 
6942
6942
 
@@ -6950,8 +6950,8 @@ var CA_ExtInterface = function () {
6950
6950
  }
6951
6951
  };
6952
6952
 
6953
- /**
6954
- * 检查是否使用 ActiveX
6953
+ /**
6954
+ * 检查是否使用 ActiveX
6955
6955
  */
6956
6956
 
6957
6957
 
@@ -6963,11 +6963,11 @@ var CA_ExtInterface = function () {
6963
6963
  }
6964
6964
  };
6965
6965
 
6966
- /**
6967
- * 扩展发送消息并等待响应
6968
- * @param {string} operatorCmd - 操作命令
6969
- * @param {string} sendMsg - 发送的消息
6970
- * @returns {string} 响应消息
6966
+ /**
6967
+ * 扩展发送消息并等待响应
6968
+ * @param {string} operatorCmd - 操作命令
6969
+ * @param {string} sendMsg - 发送的消息
6970
+ * @returns {string} 响应消息
6971
6971
  */
6972
6972
 
6973
6973
 
@@ -6977,11 +6977,11 @@ var CA_ExtInterface = function () {
6977
6977
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6978
6978
  };
6979
6979
 
6980
- /**
6981
- * 发送消息并等待响应
6982
- * @param {string} wsurl - WebSocket URL
6983
- * @param {string} sendMsg - 发送的消息
6984
- * @returns {string} 响应消息
6980
+ /**
6981
+ * 发送消息并等待响应
6982
+ * @param {string} wsurl - WebSocket URL
6983
+ * @param {string} sendMsg - 发送的消息
6984
+ * @returns {string} 响应消息
6985
6985
  */
6986
6986
 
6987
6987
 
@@ -7005,9 +7005,9 @@ var CA_ExtInterface = function () {
7005
7005
  return ResultMsg;
7006
7006
  };
7007
7007
 
7008
- /**
7009
- * 配置选项
7010
- * @param {Object} extendOption - 扩展选项
7008
+ /**
7009
+ * 配置选项
7010
+ * @param {Object} extendOption - 扩展选项
7011
7011
  */
7012
7012
 
7013
7013
 
@@ -7017,8 +7017,8 @@ var CA_ExtInterface = function () {
7017
7017
  }
7018
7018
  };
7019
7019
 
7020
- /**
7021
- * 初始化
7020
+ /**
7021
+ * 初始化
7022
7022
  */
7023
7023
 
7024
7024
 
@@ -7026,9 +7026,9 @@ var CA_ExtInterface = function () {
7026
7026
  this.isUseActioveX();
7027
7027
  };
7028
7028
 
7029
- /**
7030
- * 返回客户端的版本
7031
- * @returns {string} 客户端版本
7029
+ /**
7030
+ * 返回客户端的版本
7031
+ * @returns {string} 客户端版本
7032
7032
  */
7033
7033
 
7034
7034
 
@@ -7041,13 +7041,13 @@ var CA_ExtInterface = function () {
7041
7041
  }
7042
7042
  };
7043
7043
 
7044
- /**
7045
- * 下载客户端程序并安装
7046
- * @param {string} bstrURL - 下载地址
7047
- * @param {string} bstrHashValue - 哈希值
7048
- * @param {boolean} bSync - 是否同步安装
7049
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
- * @returns {number} 安装结果
7044
+ /**
7045
+ * 下载客户端程序并安装
7046
+ * @param {string} bstrURL - 下载地址
7047
+ * @param {string} bstrHashValue - 哈希值
7048
+ * @param {boolean} bSync - 是否同步安装
7049
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
+ * @returns {number} 安装结果
7051
7051
  */
7052
7052
 
7053
7053
 
@@ -7061,11 +7061,11 @@ var CA_ExtInterface = function () {
7061
7061
  }
7062
7062
  };
7063
7063
 
7064
- /**
7065
- * 获取硬件指纹信息
7066
- * @param {number} dwSign - 签名
7067
- * @param {string} strGateWayIP - 网关 IP
7068
- * @returns {string} 硬件指纹信息
7064
+ /**
7065
+ * 获取硬件指纹信息
7066
+ * @param {number} dwSign - 签名
7067
+ * @param {string} strGateWayIP - 网关 IP
7068
+ * @returns {string} 硬件指纹信息
7069
7069
  */
7070
7070
 
7071
7071
 
@@ -7079,12 +7079,12 @@ var CA_ExtInterface = function () {
7079
7079
  }
7080
7080
  };
7081
7081
 
7082
- /**
7083
- * 设置转发策略和代填策略
7084
- * @param {string} strProxyPolicy - 转发策略
7085
- * @param {string} strSSOPolicy - 代填策略
7086
- * @param {string} strGatewayAddress - 网关地址
7087
- * @returns {number} 设置结果
7082
+ /**
7083
+ * 设置转发策略和代填策略
7084
+ * @param {string} strProxyPolicy - 转发策略
7085
+ * @param {string} strSSOPolicy - 代填策略
7086
+ * @param {string} strGatewayAddress - 网关地址
7087
+ * @returns {number} 设置结果
7088
7088
  */
7089
7089
 
7090
7090
 
@@ -7098,11 +7098,11 @@ var CA_ExtInterface = function () {
7098
7098
  }
7099
7099
  };
7100
7100
 
7101
- /**
7102
- * 启动认证信息模块
7103
- * @param {string} strFileName - 文件名
7104
- * @param {string} strXmlData - XML 数据
7105
- * @returns {string} 认证信息
7101
+ /**
7102
+ * 启动认证信息模块
7103
+ * @param {string} strFileName - 文件名
7104
+ * @param {string} strXmlData - XML 数据
7105
+ * @returns {string} 认证信息
7106
7106
  */
7107
7107
 
7108
7108
 
@@ -7116,10 +7116,10 @@ var CA_ExtInterface = function () {
7116
7116
  }
7117
7117
  };
7118
7118
 
7119
- /**
7120
- * 打开 BS 应用
7121
- * @param {string} strUrl - 应用 URL
7122
- * @returns {number} 打开结果
7119
+ /**
7120
+ * 打开 BS 应用
7121
+ * @param {string} strUrl - 应用 URL
7122
+ * @returns {number} 打开结果
7123
7123
  */
7124
7124
 
7125
7125
 
@@ -7133,12 +7133,12 @@ var CA_ExtInterface = function () {
7133
7133
  }
7134
7134
  };
7135
7135
 
7136
- /**
7137
- * 打开 CS 应用
7138
- * @param {string} strGatewayAddress - 网关地址
7139
- * @param {string} strAppFlag - 应用标识
7140
- * @param {string} strAppPath - 应用路径
7141
- * @returns {number} 打开结果
7136
+ /**
7137
+ * 打开 CS 应用
7138
+ * @param {string} strGatewayAddress - 网关地址
7139
+ * @param {string} strAppFlag - 应用标识
7140
+ * @param {string} strAppPath - 应用路径
7141
+ * @returns {number} 打开结果
7142
7142
  */
7143
7143
 
7144
7144
 
@@ -7152,13 +7152,13 @@ var CA_ExtInterface = function () {
7152
7152
  }
7153
7153
  };
7154
7154
 
7155
- /**
7156
- * 设置自动更新策略
7157
- * @param {string} strGatewayAddress - 网关地址
7158
- * @param {number} nGatewayPort - 网关端口
7159
- * @param {string} strUserToken - 用户令牌
7160
- * @param {number} updatedelay - 更新延迟
7161
- * @returns {number} 设置结果
7155
+ /**
7156
+ * 设置自动更新策略
7157
+ * @param {string} strGatewayAddress - 网关地址
7158
+ * @param {number} nGatewayPort - 网关端口
7159
+ * @param {string} strUserToken - 用户令牌
7160
+ * @param {number} updatedelay - 更新延迟
7161
+ * @returns {number} 设置结果
7162
7162
  */
7163
7163
 
7164
7164
 
@@ -7172,10 +7172,10 @@ var CA_ExtInterface = function () {
7172
7172
  }
7173
7173
  };
7174
7174
 
7175
- /**
7176
- * 获取客户端 IP
7177
- * @param {string} strGatewayIP - 网关 IP
7178
- * @returns {string} 客户端 IP
7175
+ /**
7176
+ * 获取客户端 IP
7177
+ * @param {string} strGatewayIP - 网关 IP
7178
+ * @returns {string} 客户端 IP
7179
7179
  */
7180
7180
 
7181
7181
 
@@ -7189,10 +7189,10 @@ var CA_ExtInterface = function () {
7189
7189
  }
7190
7190
  };
7191
7191
 
7192
- /**
7193
- * 登出网关
7194
- * @param {string} strServerIP - 服务器 IP
7195
- * @returns {number} 登出结果
7192
+ /**
7193
+ * 登出网关
7194
+ * @param {string} strServerIP - 服务器 IP
7195
+ * @returns {number} 登出结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,11 +7206,11 @@ var CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 运行安装包
7211
- * @param {number} lRunType - 运行类型
7212
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
- * @returns {number} 运行结果
7209
+ /**
7210
+ * 运行安装包
7211
+ * @param {number} lRunType - 运行类型
7212
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
+ * @returns {number} 运行结果
7214
7214
  */
7215
7215
 
7216
7216
 
@@ -7224,9 +7224,9 @@ var CA_ExtInterface = function () {
7224
7224
  }
7225
7225
  };
7226
7226
 
7227
- /**
7228
- * 获取下载进度
7229
- * @returns {number} 下载进度
7227
+ /**
7228
+ * 获取下载进度
7229
+ * @returns {number} 下载进度
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,9 +7240,9 @@ var CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 是否安装完成
7245
- * @returns {boolean} 安装完成状态
7243
+ /**
7244
+ * 是否安装完成
7245
+ * @returns {boolean} 安装完成状态
7246
7246
  */
7247
7247
 
7248
7248
 
@@ -7256,11 +7256,11 @@ var CA_ExtInterface = function () {
7256
7256
  }
7257
7257
  };
7258
7258
 
7259
- /**
7260
- * 初始化签包对象
7261
- * @param {string} strAlgType - 算法类型
7262
- * @param {string} strAuxParam - 辅助参数
7263
- * @returns {number} 初始化结果
7259
+ /**
7260
+ * 初始化签包对象
7261
+ * @param {string} strAlgType - 算法类型
7262
+ * @param {string} strAuxParam - 辅助参数
7263
+ * @returns {number} 初始化结果
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,10 +7274,10 @@ var CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 设置摘要算法
7279
- * @param {string} strDigestAlg - 摘要算法
7280
- * @returns {number} 设置结果
7277
+ /**
7278
+ * 设置摘要算法
7279
+ * @param {string} strDigestAlg - 摘要算法
7280
+ * @returns {number} 设置结果
7281
7281
  */
7282
7282
 
7283
7283
 
@@ -7291,10 +7291,10 @@ var CA_ExtInterface = function () {
7291
7291
  }
7292
7292
  };
7293
7293
 
7294
- /**
7295
- * 设置单证书是否弹出对话框
7296
- * @param {number} isChoose - 是否弹出对话框
7297
- * @returns {number} 设置结果
7294
+ /**
7295
+ * 设置单证书是否弹出对话框
7296
+ * @param {number} isChoose - 是否弹出对话框
7297
+ * @returns {number} 设置结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,11 +7308,11 @@ var CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 添加证书过滤条件
7313
- * @param {number} ulType - 过滤类型
7314
- * @param {string} strValue - 过滤值
7315
- * @returns {number} 添加结果
7311
+ /**
7312
+ * 添加证书过滤条件
7313
+ * @param {number} ulType - 过滤类型
7314
+ * @param {string} strValue - 过滤值
7315
+ * @returns {number} 添加结果
7316
7316
  */
7317
7317
 
7318
7318
 
@@ -7326,9 +7326,9 @@ var CA_ExtInterface = function () {
7326
7326
  }
7327
7327
  };
7328
7328
 
7329
- /**
7330
- * 清除所有过滤条件
7331
- * @returns {number} 清除结果
7329
+ /**
7330
+ * 清除所有过滤条件
7331
+ * @returns {number} 清除结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,10 +7342,10 @@ var CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * P1 签名
7347
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
- * @returns {string} 签名结果
7345
+ /**
7346
+ * P1 签名
7347
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
+ * @returns {string} 签名结果
7349
7349
  */
7350
7350
 
7351
7351
 
@@ -7359,10 +7359,10 @@ var CA_ExtInterface = function () {
7359
7359
  }
7360
7360
  };
7361
7361
 
7362
- /**
7363
- * P1 签名字符串
7364
- * @param {string} strValue - 待签名的字符串
7365
- * @returns {string} 签名结果
7362
+ /**
7363
+ * P1 签名字符串
7364
+ * @param {string} strValue - 待签名的字符串
7365
+ * @returns {string} 签名结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,12 +7376,12 @@ var CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P7 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @param {boolean} isDetach - 是否分离签名
7383
- * @param {boolean} isIncludeCert - 是否包含证书
7384
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P7 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @param {boolean} isDetach - 是否分离签名
7383
+ * @param {boolean} isIncludeCert - 是否包含证书
7384
+ * @returns {string} 签名结果
7385
7385
  */
7386
7386
 
7387
7387
 
@@ -7395,12 +7395,12 @@ var CA_ExtInterface = function () {
7395
7395
  }
7396
7396
  };
7397
7397
 
7398
- /**
7399
- * P7 签名字符串
7400
- * @param {string} strValue - 待签名的字符串
7401
- * @param {boolean} isDetach - 是否分离签名
7402
- * @param {boolean} isIncludeCert - 是否包含证书
7403
- * @returns {string} 签名结果
7398
+ /**
7399
+ * P7 签名字符串
7400
+ * @param {string} strValue - 待签名的字符串
7401
+ * @param {boolean} isDetach - 是否分离签名
7402
+ * @param {boolean} isIncludeCert - 是否包含证书
7403
+ * @returns {string} 签名结果
7404
7404
  */
7405
7405
 
7406
7406
 
@@ -7414,9 +7414,9 @@ var CA_ExtInterface = function () {
7414
7414
  }
7415
7415
  };
7416
7416
 
7417
- /**
7418
- * 释放签名对象
7419
- * @returns {number} 释放结果
7417
+ /**
7418
+ * 释放签名对象
7419
+ * @returns {number} 释放结果
7420
7420
  */
7421
7421
 
7422
7422
 
@@ -7430,9 +7430,9 @@ var CA_ExtInterface = function () {
7430
7430
  }
7431
7431
  };
7432
7432
 
7433
- /**
7434
- * 获取签名版本
7435
- * @returns {string} 签名版本
7433
+ /**
7434
+ * 获取签名版本
7435
+ * @returns {string} 签名版本
7436
7436
  */
7437
7437
 
7438
7438
 
@@ -7446,9 +7446,9 @@ var CA_ExtInterface = function () {
7446
7446
  }
7447
7447
  };
7448
7448
 
7449
- /**
7450
- * 获取签名证书
7451
- * @returns {string} 签名证书
7449
+ /**
7450
+ * 获取签名证书
7451
+ * @returns {string} 签名证书
7452
7452
  */
7453
7453
 
7454
7454
 
@@ -7462,9 +7462,9 @@ var CA_ExtInterface = function () {
7462
7462
  }
7463
7463
  };
7464
7464
 
7465
- /**
7466
- * 获取错误码
7467
- * @returns {number} 错误码
7465
+ /**
7466
+ * 获取错误码
7467
+ * @returns {number} 错误码
7468
7468
  */
7469
7469
 
7470
7470
 
@@ -7478,9 +7478,9 @@ var CA_ExtInterface = function () {
7478
7478
  }
7479
7479
  };
7480
7480
 
7481
- /**
7482
- * 获取错误信息
7483
- * @returns {string} 错误信息
7481
+ /**
7482
+ * 获取错误信息
7483
+ * @returns {string} 错误信息
7484
7484
  */
7485
7485
 
7486
7486
 
@@ -7494,9 +7494,9 @@ var CA_ExtInterface = function () {
7494
7494
  }
7495
7495
  };
7496
7496
 
7497
- /**
7498
- * 销毁认证对象
7499
- * @returns {number} 销毁结果
7497
+ /**
7498
+ * 销毁认证对象
7499
+ * @returns {number} 销毁结果
7500
7500
  */
7501
7501
 
7502
7502
 
@@ -7510,9 +7510,9 @@ var CA_ExtInterface = function () {
7510
7510
  }
7511
7511
  };
7512
7512
 
7513
- /**
7514
- * 获取证书类型
7515
- * @returns {string} 证书类型
7513
+ /**
7514
+ * 获取证书类型
7515
+ * @returns {string} 证书类型
7516
7516
  */
7517
7517
 
7518
7518
 
@@ -7526,9 +7526,9 @@ var CA_ExtInterface = function () {
7526
7526
  }
7527
7527
  };
7528
7528
 
7529
- /**
7530
- * 获取签名摘要算法
7531
- * @returns {string} 签名摘要算法
7529
+ /**
7530
+ * 获取签名摘要算法
7531
+ * @returns {string} 签名摘要算法
7532
7532
  */
7533
7533
 
7534
7534
 
@@ -7542,11 +7542,11 @@ var CA_ExtInterface = function () {
7542
7542
  }
7543
7543
  };
7544
7544
 
7545
- /**
7546
- * 使能调用序列
7547
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
- * @returns {number} 使能结果
7545
+ /**
7546
+ * 使能调用序列
7547
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
+ * @returns {number} 使能结果
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 清空调用序列结果
7565
- * @returns {number} 清空调用序列结果
7563
+ /**
7564
+ * 清空调用序列结果
7565
+ * @returns {number} 清空调用序列结果
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,9 +7576,9 @@ var CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 获取调用序列结果
7581
- * @returns {string} 调用序列结果
7579
+ /**
7580
+ * 获取调用序列结果
7581
+ * @returns {string} 调用序列结果
7582
7582
  */
7583
7583
 
7584
7584
 
@@ -7592,12 +7592,12 @@ var CA_ExtInterface = function () {
7592
7592
  }
7593
7593
  };
7594
7594
 
7595
- /**
7596
- * 客户端安全策略检查
7597
- * @param {string} strGatewayAddress - 网关地址
7598
- * @param {number} usGatewayPort - 网关端口
7599
- * @param {string} strSecurityPolicys - 安全策略
7600
- * @returns {boolean} 检查结果
7595
+ /**
7596
+ * 客户端安全策略检查
7597
+ * @param {string} strGatewayAddress - 网关地址
7598
+ * @param {number} usGatewayPort - 网关端口
7599
+ * @param {string} strSecurityPolicys - 安全策略
7600
+ * @returns {boolean} 检查结果
7601
7601
  */
7602
7602
 
7603
7603
 
@@ -7611,9 +7611,9 @@ var CA_ExtInterface = function () {
7611
7611
  }
7612
7612
  };
7613
7613
 
7614
- /**
7615
- * 获取通讯协议版本
7616
- * @returns {string} 通讯协议版本
7614
+ /**
7615
+ * 获取通讯协议版本
7616
+ * @returns {string} 通讯协议版本
7617
7617
  */
7618
7618
 
7619
7619
 
@@ -7627,13 +7627,13 @@ var CA_ExtInterface = function () {
7627
7627
  }
7628
7628
  };
7629
7629
 
7630
- /**
7631
- * 修改 Key 的 Pin 码
7632
- * @param {string} strCertSn - 证书序列号
7633
- * @param {number} lPinCodeType - Pin 码类型
7634
- * @param {string} strCurPinCode - 当前 Pin 码
7635
- * @param {string} strNewPinCode - 新 Pin 码
7636
- * @returns {number} 修改结果
7630
+ /**
7631
+ * 修改 Key 的 Pin 码
7632
+ * @param {string} strCertSn - 证书序列号
7633
+ * @param {number} lPinCodeType - Pin 码类型
7634
+ * @param {string} strCurPinCode - 当前 Pin 码
7635
+ * @param {string} strNewPinCode - 新 Pin 码
7636
+ * @returns {number} 修改结果
7637
7637
  */
7638
7638
 
7639
7639
 
@@ -7647,10 +7647,10 @@ var CA_ExtInterface = function () {
7647
7647
  }
7648
7648
  };
7649
7649
 
7650
- /**
7651
- * 等待策略设置完毕
7652
- * @param {string} strGatewayAddress - 网关地址
7653
- * @returns {number} 等待结果
7650
+ /**
7651
+ * 等待策略设置完毕
7652
+ * @param {string} strGatewayAddress - 网关地址
7653
+ * @returns {number} 等待结果
7654
7654
  */
7655
7655
 
7656
7656
 
@@ -7664,10 +7664,10 @@ var CA_ExtInterface = function () {
7664
7664
  }
7665
7665
  };
7666
7666
 
7667
- /**
7668
- * 获取会话 Token
7669
- * @param {string} strGatewayAddress - 网关地址
7670
- * @returns {string} 会话 Token
7667
+ /**
7668
+ * 获取会话 Token
7669
+ * @param {string} strGatewayAddress - 网关地址
7670
+ * @returns {string} 会话 Token
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,9 +7681,9 @@ var CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 获取控件版本
7686
- * @returns {string} 控件版本
7684
+ /**
7685
+ * 获取控件版本
7686
+ * @returns {string} 控件版本
7687
7687
  */
7688
7688
 
7689
7689
 
@@ -7697,10 +7697,10 @@ var CA_ExtInterface = function () {
7697
7697
  }
7698
7698
  };
7699
7699
 
7700
- /**
7701
- * 设置语言资源
7702
- * @param {string} strLanguage - 语言资源
7703
- * @returns {number} 设置结果
7700
+ /**
7701
+ * 设置语言资源
7702
+ * @param {string} strLanguage - 语言资源
7703
+ * @returns {number} 设置结果
7704
7704
  */
7705
7705
 
7706
7706
 
@@ -7714,12 +7714,12 @@ var CA_ExtInterface = function () {
7714
7714
  }
7715
7715
  };
7716
7716
 
7717
- /**
7718
- * 获取用户属性
7719
- * @param {string} strGatewayAddress - 网关地址
7720
- * @param {string} strAppFlag - 应用标识
7721
- * @param {string} strAttributeName - 属性名称
7722
- * @returns {string} 用户属性值
7717
+ /**
7718
+ * 获取用户属性
7719
+ * @param {string} strGatewayAddress - 网关地址
7720
+ * @param {string} strAppFlag - 应用标识
7721
+ * @param {string} strAttributeName - 属性名称
7722
+ * @returns {string} 用户属性值
7723
7723
  */
7724
7724
 
7725
7725
 
@@ -7733,9 +7733,9 @@ var CA_ExtInterface = function () {
7733
7733
  }
7734
7734
  };
7735
7735
 
7736
- /**
7737
- * 获取签名加密 PIN 码
7738
- * @returns {string} 签名加密 PIN 码
7736
+ /**
7737
+ * 获取签名加密 PIN 码
7738
+ * @returns {string} 签名加密 PIN 码
7739
7739
  */
7740
7740
 
7741
7741
 
@@ -7748,20 +7748,20 @@ var CA_ExtInterface = function () {
7748
7748
  return result.value;
7749
7749
  }
7750
7750
  };
7751
- /*
7752
- *曙光四川CA
7753
- *'SOF_GetUserList' 证书列表
7754
- *'SOF_ExportUserCert' 导出证书
7755
- *'SOF_GetCertInfo': 获取证书信息
7756
- *'SOF_GenRandom': 生成随机数
7757
- *'SOF_SignData': 获取证书签名
7758
- *'SOF_Login': 登录证书
7759
- *'SOF_GetPinRetryCount': 剩余次数
7751
+ /*
7752
+ *曙光四川CA
7753
+ *'SOF_GetUserList' 证书列表
7754
+ *'SOF_ExportUserCert' 导出证书
7755
+ *'SOF_GetCertInfo': 获取证书信息
7756
+ *'SOF_GenRandom': 生成随机数
7757
+ *'SOF_SignData': 获取证书签名
7758
+ *'SOF_Login': 登录证书
7759
+ *'SOF_GetPinRetryCount': 剩余次数
7760
7760
  */
7761
- /**
7762
- *
7763
- * 获取webSocket消息
7764
- * @returns {string}
7761
+ /**
7762
+ *
7763
+ * 获取webSocket消息
7764
+ * @returns {string}
7765
7765
  */
7766
7766
 
7767
7767
 
@@ -7797,10 +7797,10 @@ var CA_ExtInterface = function () {
7797
7797
  };
7798
7798
  });
7799
7799
  };
7800
- /**
7801
- *
7802
- * base64解码
7803
- * @returns {string} base64解码后的字符串
7800
+ /**
7801
+ *
7802
+ * base64解码
7803
+ * @returns {string} base64解码后的字符串
7804
7804
  */
7805
7805
 
7806
7806
 
@@ -7835,10 +7835,10 @@ var CA_ExtInterface = function () {
7835
7835
  val = this.utf8_decode(val);
7836
7836
  return val;
7837
7837
  };
7838
- /**
7839
- *
7840
- * base64编码
7841
- * @returns {string} base64编码后的字符串
7838
+ /**
7839
+ *
7840
+ * base64编码
7841
+ * @returns {string} base64编码后的字符串
7842
7842
  */
7843
7843
 
7844
7844
 
@@ -7871,10 +7871,10 @@ var CA_ExtInterface = function () {
7871
7871
  }
7872
7872
  return val;
7873
7873
  };
7874
- /**
7875
- *
7876
- * utf8解码
7877
- * @returns {string} utf8解码后的字符串
7874
+ /**
7875
+ *
7876
+ * utf8解码
7877
+ * @returns {string} utf8解码后的字符串
7878
7878
  */
7879
7879
 
7880
7880
 
@@ -7903,10 +7903,10 @@ var CA_ExtInterface = function () {
7903
7903
  }
7904
7904
  return string;
7905
7905
  };
7906
- /**
7907
- *
7908
- * utf8编码
7909
- * @returns {string} utf8编码后的字符串
7906
+ /**
7907
+ *
7908
+ * utf8编码
7909
+ * @returns {string} utf8编码后的字符串
7910
7910
  */
7911
7911
 
7912
7912
 
@@ -28341,8 +28341,8 @@ form_src_main.install = function (Vue) {
28341
28341
  };
28342
28342
 
28343
28343
  /* harmony default export */ var packages_form = (form_src_main);
28344
- // 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=533c9d4c&
28345
- var mainvue_type_template_id_533c9d4c_render = function () {
28344
+ // 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=88226248&
28345
+ var mainvue_type_template_id_88226248_render = function () {
28346
28346
  var _vm = this
28347
28347
  var _h = _vm.$createElement
28348
28348
  var _c = _vm._self._c || _h
@@ -29360,7 +29360,7 @@ var mainvue_type_template_id_533c9d4c_render = function () {
29360
29360
  ? _c(
29361
29361
  "div",
29362
29362
  [
29363
- !_vm.isHideDefaultOperation
29363
+ _vm.isChooseNextNode == 1
29364
29364
  ? _c(
29365
29365
  "el-form-item",
29366
29366
  {
@@ -31359,11 +31359,11 @@ var mainvue_type_template_id_533c9d4c_render = function () {
31359
31359
  )
31360
31360
  : _vm._e()
31361
31361
  }
31362
- var mainvue_type_template_id_533c9d4c_staticRenderFns = []
31363
- mainvue_type_template_id_533c9d4c_render._withStripped = true
31362
+ var mainvue_type_template_id_88226248_staticRenderFns = []
31363
+ mainvue_type_template_id_88226248_render._withStripped = true
31364
31364
 
31365
31365
 
31366
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=533c9d4c&
31366
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=88226248&
31367
31367
 
31368
31368
  // 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&
31369
31369
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32218,21 +32218,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32218
32218
  return validSate;
32219
32219
  },
32220
32220
 
32221
- /**
32222
- * changeOpinion
32223
- * @desc:监听意见变化
32224
- * @author liufan
32225
- * @date 2022年10月28日
32221
+ /**
32222
+ * changeOpinion
32223
+ * @desc:监听意见变化
32224
+ * @author liufan
32225
+ * @date 2022年10月28日
32226
32226
  **/
32227
32227
  changeOpinion: function changeOpinion() {
32228
32228
  this.$emit('change', this.form.value);
32229
32229
  },
32230
32230
 
32231
- /**
32232
- * getCommonOpion
32233
- * @desc:获取意见
32234
- * @author liufan
32235
- * @date 2022年5月25日
32231
+ /**
32232
+ * getCommonOpion
32233
+ * @desc:获取意见
32234
+ * @author liufan
32235
+ * @date 2022年5月25日
32236
32236
  **/
32237
32237
  getCommonOpion: function getCommonOpion() {
32238
32238
  var _this = this;
@@ -32261,24 +32261,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32261
32261
  });
32262
32262
  },
32263
32263
 
32264
- /**
32265
- * upDate
32266
- * @desc:修改常用语
32267
- * @author liufan
32268
- * @param {Object} val 修改值
32269
- * @date 2022年5月25日
32264
+ /**
32265
+ * upDate
32266
+ * @desc:修改常用语
32267
+ * @author liufan
32268
+ * @param {Object} val 修改值
32269
+ * @date 2022年5月25日
32270
32270
  **/
32271
32271
  upDate: function upDate(val) {
32272
32272
  this.FormData.id = val.id;
32273
32273
  this.addVisible = true;
32274
32274
  },
32275
32275
 
32276
- /**
32277
- * selectChange
32278
- * @desc:常用语选择
32279
- * @author liufan
32280
- * @param {String} val 选中值
32281
- * @date 2022年5月25日
32276
+ /**
32277
+ * selectChange
32278
+ * @desc:常用语选择
32279
+ * @author liufan
32280
+ * @param {String} val 选中值
32281
+ * @date 2022年5月25日
32282
32282
  **/
32283
32283
  selectChange: function selectChange(val) {
32284
32284
  var _this2 = this;
@@ -32297,12 +32297,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32297
32297
  });
32298
32298
  },
32299
32299
 
32300
- /**
32301
- * del
32302
- * @desc:删除常用语
32303
- * @author liufan
32304
- * @param {Object} val 删除的数据
32305
- * @date 2022年5月25日
32300
+ /**
32301
+ * del
32302
+ * @desc:删除常用语
32303
+ * @author liufan
32304
+ * @param {Object} val 删除的数据
32305
+ * @date 2022年5月25日
32306
32306
  **/
32307
32307
  del: function del(val) {
32308
32308
  var _this3 = this;
@@ -32344,12 +32344,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32344
32344
  }).catch(function (e) {});
32345
32345
  },
32346
32346
 
32347
- /**
32348
- * submit
32349
- * @desc:新增/编辑意见保存
32350
- * @author liufan
32351
- * @param {Object} val 保存数据
32352
- * @date 2022年5月25日
32347
+ /**
32348
+ * submit
32349
+ * @desc:新增/编辑意见保存
32350
+ * @author liufan
32351
+ * @param {Object} val 保存数据
32352
+ * @date 2022年5月25日
32353
32353
  **/
32354
32354
  submit: function submit(val) {
32355
32355
  var _this4 = this;
@@ -36165,11 +36165,11 @@ var processFormvue_type_script_lang_js_components;
36165
36165
  });
36166
36166
  },
36167
36167
 
36168
- /**
36169
- * isMultiple
36170
- * @desc:是否多选
36171
- * @author liufan
36172
- * @date 2022年9月13日
36168
+ /**
36169
+ * isMultiple
36170
+ * @desc:是否多选
36171
+ * @author liufan
36172
+ * @date 2022年9月13日
36173
36173
  **/
36174
36174
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36175
36175
  var multiple = false;
@@ -40382,11 +40382,11 @@ var resetvue_type_script_lang_js_components;
40382
40382
  });
40383
40383
  },
40384
40384
 
40385
- /**
40386
- * isMultiple
40387
- * @desc:是否多选
40388
- * @author liufan
40389
- * @date 2022年9月13日
40385
+ /**
40386
+ * isMultiple
40387
+ * @desc:是否多选
40388
+ * @author liufan
40389
+ * @date 2022年9月13日
40390
40390
  **/
40391
40391
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40392
40392
  var multiple = false;
@@ -44975,11 +44975,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44975
44975
  });
44976
44976
  },
44977
44977
 
44978
- /**
44979
- * saveInfo
44980
- * @desc:暂存
44981
- * @author liufan
44982
- * @date 2022年9月9日
44978
+ /**
44979
+ * saveInfo
44980
+ * @desc:暂存
44981
+ * @author liufan
44982
+ * @date 2022年9月9日
44983
44983
  **/
44984
44984
  saveInfo: function saveInfo(type, btn) {
44985
44985
  var _this6 = this;
@@ -45041,11 +45041,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45041
45041
  });
45042
45042
  },
45043
45043
 
45044
- /**
45045
- * rejectBtn
45046
- * @desc:点击驳回
45047
- * @author liufan
45048
- * @date 2022年5月25日
45044
+ /**
45045
+ * rejectBtn
45046
+ * @desc:点击驳回
45047
+ * @author liufan
45048
+ * @date 2022年5月25日
45049
45049
  **/
45050
45050
  rejectBtn: function rejectBtn() {
45051
45051
  var _this8 = this;
@@ -45063,11 +45063,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45063
45063
  }
45064
45064
  },
45065
45065
 
45066
- /**
45067
- * taskReadBtn
45068
- * @desc:点击分阅
45069
- * @author liufan
45070
- * @date 2022年5月25日
45066
+ /**
45067
+ * taskReadBtn
45068
+ * @desc:点击分阅
45069
+ * @author liufan
45070
+ * @date 2022年5月25日
45071
45071
  **/
45072
45072
  taskReadBtn: function taskReadBtn() {
45073
45073
  var _this9 = this;
@@ -45086,11 +45086,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45086
45086
  }
45087
45087
  },
45088
45088
 
45089
- /**
45090
- * getFind
45091
- * @desc:获取通知方式
45092
- * @author liufan
45093
- * @date 2022年5月25日
45089
+ /**
45090
+ * getFind
45091
+ * @desc:获取通知方式
45092
+ * @author liufan
45093
+ * @date 2022年5月25日
45094
45094
  **/
45095
45095
  getFind: function getFind() {
45096
45096
  var _this10 = this;
@@ -45145,12 +45145,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45145
45145
  });
45146
45146
  },
45147
45147
 
45148
- /**
45149
- * endFlows
45150
- * @desc:直接办结
45151
- * @author liufan
45152
- * @param {Object} res 直接办结数据
45153
- * @date 2022年5月25日
45148
+ /**
45149
+ * endFlows
45150
+ * @desc:直接办结
45151
+ * @author liufan
45152
+ * @param {Object} res 直接办结数据
45153
+ * @date 2022年5月25日
45154
45154
  **/
45155
45155
  endFlows: function endFlows(res) {
45156
45156
  var _this12 = this;
@@ -45204,12 +45204,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45204
45204
  }).catch(function (e) {});
45205
45205
  },
45206
45206
 
45207
- /**
45208
- * goView
45209
- * @desc:更多流程按钮操作
45210
- * @author liufan
45211
- * @param {Object} res 当前点击操作按钮数据
45212
- * @date 2022年5月25日
45207
+ /**
45208
+ * goView
45209
+ * @desc:更多流程按钮操作
45210
+ * @author liufan
45211
+ * @param {Object} res 当前点击操作按钮数据
45212
+ * @date 2022年5月25日
45213
45213
  **/
45214
45214
  goView: function goView(res) {
45215
45215
  // 驳回并办结:rejectAndEndHtml
@@ -45294,11 +45294,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45294
45294
  // isCanStartSubFlow
45295
45295
  },
45296
45296
 
45297
- /**
45298
- * toTakeAdvice
45299
- * @desc:征求意见
45300
- * @author liufan
45301
- * @date 2022年9月29日
45297
+ /**
45298
+ * toTakeAdvice
45299
+ * @desc:征求意见
45300
+ * @author liufan
45301
+ * @date 2022年9月29日
45302
45302
  **/
45303
45303
  toTakeAdvice: function toTakeAdvice(res) {
45304
45304
  var _this14 = this;
@@ -45342,11 +45342,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45342
45342
  });
45343
45343
  },
45344
45344
 
45345
- /**
45346
- * toStartDraf
45347
- * @desc: 稿件递送、联合审核、复核
45348
- * @author liufan
45349
- * @date 2022年9月29日
45345
+ /**
45346
+ * toStartDraf
45347
+ * @desc: 稿件递送、联合审核、复核
45348
+ * @author liufan
45349
+ * @date 2022年9月29日
45350
45350
  **/
45351
45351
  toStartDraf: function toStartDraf(res) {
45352
45352
  var _this16 = this;
@@ -45360,11 +45360,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45360
45360
  }
45361
45361
  },
45362
45362
 
45363
- /**
45364
- * toSendMsg
45365
- * @desc:核稿通知
45366
- * @author liufan
45367
- * @date 2022年9月29日
45363
+ /**
45364
+ * toSendMsg
45365
+ * @desc:核稿通知
45366
+ * @author liufan
45367
+ * @date 2022年9月29日
45368
45368
  **/
45369
45369
  toSendMsg: function toSendMsg(res) {
45370
45370
  var _this17 = this;
@@ -45378,11 +45378,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45378
45378
  }
45379
45379
  },
45380
45380
 
45381
- /**
45382
- * toTaskReadAndEnd
45383
- * @desc:分阅并办结
45384
- * @author liufan
45385
- * @date 2022年9月29日
45381
+ /**
45382
+ * toTaskReadAndEnd
45383
+ * @desc:分阅并办结
45384
+ * @author liufan
45385
+ * @date 2022年9月29日
45386
45386
  **/
45387
45387
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45388
45388
  var _this18 = this;
@@ -45400,11 +45400,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45400
45400
  }
45401
45401
  },
45402
45402
 
45403
- /**
45404
- * rejectAndEnd
45405
- * @desc:驳回并办结
45406
- * @author liufan
45407
- * @date 2022年9月29日
45403
+ /**
45404
+ * rejectAndEnd
45405
+ * @desc:驳回并办结
45406
+ * @author liufan
45407
+ * @date 2022年9月29日
45408
45408
  **/
45409
45409
  rejectAndEnd: function rejectAndEnd(res) {
45410
45410
  var _this19 = this;
@@ -45459,11 +45459,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45459
45459
  });
45460
45460
  },
45461
45461
 
45462
- /**
45463
- * toTransfer
45464
- * @desc:转办
45465
- * @author liufan
45466
- * @date 2022年9月29日
45462
+ /**
45463
+ * toTransfer
45464
+ * @desc:转办
45465
+ * @author liufan
45466
+ * @date 2022年9月29日
45467
45467
  **/
45468
45468
  toTransfer: function toTransfer(res) {
45469
45469
  var _this21 = this;
@@ -45479,11 +45479,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45479
45479
  }
45480
45480
  },
45481
45481
 
45482
- /**
45483
- * getNodeInfo
45484
- * @desc:获取节点信息
45485
- * @author liufan
45486
- * @date 2022年5月25日
45482
+ /**
45483
+ * getNodeInfo
45484
+ * @desc:获取节点信息
45485
+ * @author liufan
45486
+ * @date 2022年5月25日
45487
45487
  **/
45488
45488
  getNodeInfo: function getNodeInfo() {
45489
45489
  var _this22 = this;
@@ -45582,12 +45582,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45582
45582
  });
45583
45583
  },
45584
45584
 
45585
- /**
45586
- * selecNext
45587
- * @desc:下步节点变化时更新数据
45588
- * @author liufan
45589
- * @param {String} val 当前选中值
45590
- * @date 2022年5月25日
45585
+ /**
45586
+ * selecNext
45587
+ * @desc:下步节点变化时更新数据
45588
+ * @author liufan
45589
+ * @param {String} val 当前选中值
45590
+ * @date 2022年5月25日
45591
45591
  **/
45592
45592
  selecNext: function selecNext(val, type, isDef) {
45593
45593
  var _this23 = this;
@@ -45696,11 +45696,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45696
45696
  if (isDef !== true) this.getNodeInfo();
45697
45697
  },
45698
45698
 
45699
- /**
45700
- * isMultiple
45701
- * @desc:是否多选
45702
- * @author liufan
45703
- * @date 2022年9月13日
45699
+ /**
45700
+ * isMultiple
45701
+ * @desc:是否多选
45702
+ * @author liufan
45703
+ * @date 2022年9月13日
45704
45704
  **/
45705
45705
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45706
45706
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45732,11 +45732,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45732
45732
  }
45733
45733
  },
45734
45734
 
45735
- /**
45736
- * getHedInfo
45737
- * @desc:获取审核页面数据
45738
- * @author liufan
45739
- * @date 2022年5月25日
45735
+ /**
45736
+ * getHedInfo
45737
+ * @desc:获取审核页面数据
45738
+ * @author liufan
45739
+ * @date 2022年5月25日
45740
45740
  **/
45741
45741
  getHedInfo: function getHedInfo() {
45742
45742
  var _this24 = this;
@@ -45972,13 +45972,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45972
45972
  });
45973
45973
  },
45974
45974
 
45975
- /**
45976
- * closeProcess
45977
- * @desc:关闭弹窗
45978
- * @author liufan
45979
- * @param {boolean} val 当前是否办理流程
45980
- * @param {String} type 当前点击的弹窗类型
45981
- * @date 2022年5月25日
45975
+ /**
45976
+ * closeProcess
45977
+ * @desc:关闭弹窗
45978
+ * @author liufan
45979
+ * @param {boolean} val 当前是否办理流程
45980
+ * @param {String} type 当前点击的弹窗类型
45981
+ * @date 2022年5月25日
45982
45982
  **/
45983
45983
  closeProcess: function closeProcess(val, type, closeParent) {
45984
45984
  if (closeParent) {
@@ -45995,23 +45995,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45995
45995
  }
45996
45996
  },
45997
45997
 
45998
- /**
45999
- * selectChange
46000
- * @desc:常用语选择
46001
- * @author liufan
46002
- * @param {String} val 选中值
46003
- * @date 2022年5月25日
45998
+ /**
45999
+ * selectChange
46000
+ * @desc:常用语选择
46001
+ * @author liufan
46002
+ * @param {String} val 选中值
46003
+ * @date 2022年5月25日
46004
46004
  **/
46005
46005
  selectChange: function selectChange(val) {
46006
46006
  this.value = val;
46007
46007
  },
46008
46008
 
46009
- /**
46010
- * upDate
46011
- * @desc:修改常用语
46012
- * @author liufan
46013
- * @param {Object} val 修改值
46014
- * @date 2022年5月25日
46009
+ /**
46010
+ * upDate
46011
+ * @desc:修改常用语
46012
+ * @author liufan
46013
+ * @param {Object} val 修改值
46014
+ * @date 2022年5月25日
46015
46015
  **/
46016
46016
  upDate: function upDate(val) {
46017
46017
  this.FormData.id = val.id;
@@ -46019,11 +46019,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46019
46019
  },
46020
46020
 
46021
46021
 
46022
- /**
46023
- * getProcess
46024
- * @desc:获取选择流程
46025
- * @author liufan
46026
- * @date 2022年5月25日
46022
+ /**
46023
+ * getProcess
46024
+ * @desc:获取选择流程
46025
+ * @author liufan
46026
+ * @date 2022年5月25日
46027
46027
  **/
46028
46028
  getProcess: function getProcess() {
46029
46029
  var _this25 = this;
@@ -46077,11 +46077,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46077
46077
  });
46078
46078
  },
46079
46079
 
46080
- /**
46081
- * getPendedhistoryList
46082
- * @desc:获取流程列表
46083
- * @author liufan
46084
- * @date 2022年5月25日
46080
+ /**
46081
+ * getPendedhistoryList
46082
+ * @desc:获取流程列表
46083
+ * @author liufan
46084
+ * @date 2022年5月25日
46085
46085
  **/
46086
46086
  getPendedhistoryList: function getPendedhistoryList() {
46087
46087
  var _this26 = this;
@@ -46113,12 +46113,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46113
46113
  },
46114
46114
 
46115
46115
  // 提交流程
46116
- /**
46117
- * subProcess
46118
- * @desc:提交流程
46119
- * @author liufan
46120
- * @param {String} formName 当前form表单ref值
46121
- * @date 2022年5月25日
46116
+ /**
46117
+ * subProcess
46118
+ * @desc:提交流程
46119
+ * @author liufan
46120
+ * @param {String} formName 当前form表单ref值
46121
+ * @date 2022年5月25日
46122
46122
  **/
46123
46123
  subProcess: function subProcess(val) {
46124
46124
  var _this27 = this;
@@ -50022,11 +50022,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50022
50022
  });
50023
50023
  },
50024
50024
 
50025
- /**
50026
- * saveInfo
50027
- * @desc:暂存
50028
- * @author liufan
50029
- * @date 2022年9月9日
50025
+ /**
50026
+ * saveInfo
50027
+ * @desc:暂存
50028
+ * @author liufan
50029
+ * @date 2022年9月9日
50030
50030
  **/
50031
50031
  saveInfo: function saveInfo(type, btn) {
50032
50032
  var _this13 = this;
@@ -50088,11 +50088,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50088
50088
  });
50089
50089
  },
50090
50090
 
50091
- /**
50092
- * rejectBtn
50093
- * @desc:点击驳回
50094
- * @author liufan
50095
- * @date 2022年5月25日
50091
+ /**
50092
+ * rejectBtn
50093
+ * @desc:点击驳回
50094
+ * @author liufan
50095
+ * @date 2022年5月25日
50096
50096
  **/
50097
50097
  rejectBtn: function rejectBtn() {
50098
50098
  var _this15 = this;
@@ -50110,11 +50110,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50110
50110
  }
50111
50111
  },
50112
50112
 
50113
- /**
50114
- * taskReadBtn
50115
- * @desc:点击分阅
50116
- * @author liufan
50117
- * @date 2022年5月25日
50113
+ /**
50114
+ * taskReadBtn
50115
+ * @desc:点击分阅
50116
+ * @author liufan
50117
+ * @date 2022年5月25日
50118
50118
  **/
50119
50119
  taskReadBtn: function taskReadBtn() {
50120
50120
  var _this16 = this;
@@ -50133,11 +50133,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50133
50133
  }
50134
50134
  },
50135
50135
 
50136
- /**
50137
- * getFind
50138
- * @desc:获取通知方式
50139
- * @author liufan
50140
- * @date 2022年5月25日
50136
+ /**
50137
+ * getFind
50138
+ * @desc:获取通知方式
50139
+ * @author liufan
50140
+ * @date 2022年5月25日
50141
50141
  **/
50142
50142
  getFind: function getFind() {
50143
50143
  var _this17 = this;
@@ -50203,12 +50203,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50203
50203
  });
50204
50204
  },
50205
50205
 
50206
- /**
50207
- * endFlows
50208
- * @desc:直接办结
50209
- * @author liufan
50210
- * @param {Object} res 直接办结数据
50211
- * @date 2022年5月25日
50206
+ /**
50207
+ * endFlows
50208
+ * @desc:直接办结
50209
+ * @author liufan
50210
+ * @param {Object} res 直接办结数据
50211
+ * @date 2022年5月25日
50212
50212
  **/
50213
50213
  endFlows: function endFlows(res) {
50214
50214
  var _this19 = this;
@@ -50263,12 +50263,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50263
50263
  }).catch(function (e) {});
50264
50264
  },
50265
50265
 
50266
- /**
50267
- * goView
50268
- * @desc:更多流程按钮操作
50269
- * @author liufan
50270
- * @param {Object} res 当前点击操作按钮数据
50271
- * @date 2022年5月25日
50266
+ /**
50267
+ * goView
50268
+ * @desc:更多流程按钮操作
50269
+ * @author liufan
50270
+ * @param {Object} res 当前点击操作按钮数据
50271
+ * @date 2022年5月25日
50272
50272
  **/
50273
50273
  goView: function goView(res) {
50274
50274
  // 驳回并办结:rejectAndEndHtml
@@ -50355,11 +50355,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50355
50355
  // isCanStartSubFlow
50356
50356
  },
50357
50357
 
50358
- /**
50359
- * toTakeAdvice
50360
- * @desc:征求意见
50361
- * @author liufan
50362
- * @date 2022年9月29日
50358
+ /**
50359
+ * toTakeAdvice
50360
+ * @desc:征求意见
50361
+ * @author liufan
50362
+ * @date 2022年9月29日
50363
50363
  **/
50364
50364
  toTakeAdvice: function toTakeAdvice(res) {
50365
50365
  var _this21 = this;
@@ -50403,11 +50403,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50403
50403
  });
50404
50404
  },
50405
50405
 
50406
- /**
50407
- * toStartDraf
50408
- * @desc: 稿件递送、联合审核、复核
50409
- * @author liufan
50410
- * @date 2022年9月29日
50406
+ /**
50407
+ * toStartDraf
50408
+ * @desc: 稿件递送、联合审核、复核
50409
+ * @author liufan
50410
+ * @date 2022年9月29日
50411
50411
  **/
50412
50412
  toStartDraf: function toStartDraf(res) {
50413
50413
  var _this23 = this;
@@ -50421,11 +50421,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50421
50421
  }
50422
50422
  },
50423
50423
 
50424
- /**
50425
- * toSendMsg
50426
- * @desc:核稿通知
50427
- * @author liufan
50428
- * @date 2022年9月29日
50424
+ /**
50425
+ * toSendMsg
50426
+ * @desc:核稿通知
50427
+ * @author liufan
50428
+ * @date 2022年9月29日
50429
50429
  **/
50430
50430
  toSendMsg: function toSendMsg(res) {
50431
50431
  var _this24 = this;
@@ -50439,11 +50439,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50439
50439
  }
50440
50440
  },
50441
50441
 
50442
- /**
50443
- * toTaskReadAndEnd
50444
- * @desc:分阅并办结
50445
- * @author liufan
50446
- * @date 2022年9月29日
50442
+ /**
50443
+ * toTaskReadAndEnd
50444
+ * @desc:分阅并办结
50445
+ * @author liufan
50446
+ * @date 2022年9月29日
50447
50447
  **/
50448
50448
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50449
50449
  var _this25 = this;
@@ -50461,11 +50461,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50461
50461
  }
50462
50462
  },
50463
50463
 
50464
- /**
50465
- * rejectAndEnd
50466
- * @desc:驳回并办结
50467
- * @author liufan
50468
- * @date 2022年9月29日
50464
+ /**
50465
+ * rejectAndEnd
50466
+ * @desc:驳回并办结
50467
+ * @author liufan
50468
+ * @date 2022年9月29日
50469
50469
  **/
50470
50470
  rejectAndEnd: function rejectAndEnd(res) {
50471
50471
  var _this26 = this;
@@ -50521,11 +50521,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50521
50521
  });
50522
50522
  },
50523
50523
 
50524
- /**
50525
- * toTransfer
50526
- * @desc:转办
50527
- * @author liufan
50528
- * @date 2022年9月29日
50524
+ /**
50525
+ * toTransfer
50526
+ * @desc:转办
50527
+ * @author liufan
50528
+ * @date 2022年9月29日
50529
50529
  **/
50530
50530
  toTransfer: function toTransfer(res) {
50531
50531
  var _this28 = this;
@@ -50544,11 +50544,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50544
50544
  this.nextNode.customLimitTime = val;
50545
50545
  },
50546
50546
 
50547
- /**
50548
- * getNodeInfo
50549
- * @desc:获取节点信息
50550
- * @author liufan
50551
- * @date 2022年5月25日
50547
+ /**
50548
+ * getNodeInfo
50549
+ * @desc:获取节点信息
50550
+ * @author liufan
50551
+ * @date 2022年5月25日
50552
50552
  **/
50553
50553
  getNodeInfo: function getNodeInfo() {
50554
50554
  var _this29 = this;
@@ -50659,12 +50659,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50659
50659
  });
50660
50660
  },
50661
50661
 
50662
- /**
50663
- * selecNext
50664
- * @desc:下步节点变化时更新数据
50665
- * @author liufan
50666
- * @param {String} val 当前选中值
50667
- * @date 2022年5月25日
50662
+ /**
50663
+ * selecNext
50664
+ * @desc:下步节点变化时更新数据
50665
+ * @author liufan
50666
+ * @param {String} val 当前选中值
50667
+ * @date 2022年5月25日
50668
50668
  **/
50669
50669
  selecNext: function selecNext(val, type, isDef) {
50670
50670
  var _this30 = this;
@@ -50796,11 +50796,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50796
50796
  this.getNodeInfo();
50797
50797
  },
50798
50798
 
50799
- /**
50800
- * isMultiple
50801
- * @desc:是否多选
50802
- * @author liufan
50803
- * @date 2022年9月13日
50799
+ /**
50800
+ * isMultiple
50801
+ * @desc:是否多选
50802
+ * @author liufan
50803
+ * @date 2022年9月13日
50804
50804
  **/
50805
50805
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50806
50806
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50832,11 +50832,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50832
50832
  }
50833
50833
  },
50834
50834
 
50835
- /**
50836
- * getHedInfo
50837
- * @desc:获取审核页面数据
50838
- * @author liufan
50839
- * @date 2022年5月25日
50835
+ /**
50836
+ * getHedInfo
50837
+ * @desc:获取审核页面数据
50838
+ * @author liufan
50839
+ * @date 2022年5月25日
50840
50840
  **/
50841
50841
  getHedInfo: function getHedInfo() {
50842
50842
  var _this31 = this;
@@ -51017,7 +51017,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51017
51017
  _this31.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
51018
51018
  _this31.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
51019
51019
  _this31.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
51020
- _this31.isHideDefaultOperation = nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1;
51020
+ // this.isHideDefaultOperation =
51021
+ // nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1;
51021
51022
  _this31.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
51022
51023
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
51023
51024
  var defaultNode = _this31.nodeInfos.filter(function (item) {
@@ -51146,13 +51147,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51146
51147
  });
51147
51148
  },
51148
51149
 
51149
- /**
51150
- * closeProcess
51151
- * @desc:关闭弹窗
51152
- * @author liufan
51153
- * @param {boolean} val 当前是否办理流程
51154
- * @param {String} type 当前点击的弹窗类型
51155
- * @date 2022年5月25日
51150
+ /**
51151
+ * closeProcess
51152
+ * @desc:关闭弹窗
51153
+ * @author liufan
51154
+ * @param {boolean} val 当前是否办理流程
51155
+ * @param {String} type 当前点击的弹窗类型
51156
+ * @date 2022年5月25日
51156
51157
  **/
51157
51158
  closeProcess: function closeProcess(val, type, closeParent) {
51158
51159
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51172,23 +51173,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51172
51173
  }
51173
51174
  },
51174
51175
 
51175
- /**
51176
- * selectChange
51177
- * @desc:常用语选择
51178
- * @author liufan
51179
- * @param {String} val 选中值
51180
- * @date 2022年5月25日
51176
+ /**
51177
+ * selectChange
51178
+ * @desc:常用语选择
51179
+ * @author liufan
51180
+ * @param {String} val 选中值
51181
+ * @date 2022年5月25日
51181
51182
  **/
51182
51183
  selectChange: function selectChange(val) {
51183
51184
  this.value = val;
51184
51185
  },
51185
51186
 
51186
- /**
51187
- * upDate
51188
- * @desc:修改常用语
51189
- * @author liufan
51190
- * @param {Object} val 修改值
51191
- * @date 2022年5月25日
51187
+ /**
51188
+ * upDate
51189
+ * @desc:修改常用语
51190
+ * @author liufan
51191
+ * @param {Object} val 修改值
51192
+ * @date 2022年5月25日
51192
51193
  **/
51193
51194
  upDate: function upDate(val) {
51194
51195
  this.FormData.id = val.id;
@@ -51196,11 +51197,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51196
51197
  },
51197
51198
 
51198
51199
 
51199
- /**
51200
- * getProcess
51201
- * @desc:获取选择流程
51202
- * @author liufan
51203
- * @date 2022年5月25日
51200
+ /**
51201
+ * getProcess
51202
+ * @desc:获取选择流程
51203
+ * @author liufan
51204
+ * @date 2022年5月25日
51204
51205
  **/
51205
51206
  getProcess: function getProcess(val) {
51206
51207
  var _this32 = this;
@@ -51260,11 +51261,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51260
51261
  });
51261
51262
  },
51262
51263
 
51263
- /**
51264
- * getPendedhistoryList
51265
- * @desc:获取流程列表
51266
- * @author liufan
51267
- * @date 2022年5月25日
51264
+ /**
51265
+ * getPendedhistoryList
51266
+ * @desc:获取流程列表
51267
+ * @author liufan
51268
+ * @date 2022年5月25日
51268
51269
  **/
51269
51270
  getPendedhistoryList: function getPendedhistoryList() {
51270
51271
  var _this33 = this;
@@ -51335,12 +51336,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51335
51336
  beforeSubProcess: function beforeSubProcess() {},
51336
51337
 
51337
51338
  // 提交流程
51338
- /**
51339
- * subProcess
51340
- * @desc:提交流程
51341
- * @author liufan
51342
- * @param {String} formName 当前form表单ref值
51343
- * @date 2022年5月25日
51339
+ /**
51340
+ * subProcess
51341
+ * @desc:提交流程
51342
+ * @author liufan
51343
+ * @param {String} formName 当前form表单ref值
51344
+ * @date 2022年5月25日
51344
51345
  **/
51345
51346
  subProcess: function subProcess(val, type) {
51346
51347
  var _this35 = this;
@@ -51819,8 +51820,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51819
51820
 
51820
51821
  var flow_src_main_component = normalizeComponent(
51821
51822
  packages_flow_src_mainvue_type_script_lang_js_,
51822
- mainvue_type_template_id_533c9d4c_render,
51823
- mainvue_type_template_id_533c9d4c_staticRenderFns,
51823
+ mainvue_type_template_id_88226248_render,
51824
+ mainvue_type_template_id_88226248_staticRenderFns,
51824
51825
  false,
51825
51826
  null,
51826
51827
  null,
@@ -55653,11 +55654,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55653
55654
 
55654
55655
 
55655
55656
  methods: {
55656
- /**
55657
- * handleBatchDelete
55658
- * @desc:批量删除
55659
- * @author liufan
55660
- * @date 2025年12月31日
55657
+ /**
55658
+ * handleBatchDelete
55659
+ * @desc:批量删除
55660
+ * @author liufan
55661
+ * @date 2025年12月31日
55661
55662
  **/
55662
55663
  handleBatchDelete: function handleBatchDelete() {
55663
55664
  var _this6 = this;
@@ -55954,12 +55955,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55954
55955
  }
55955
55956
  },
55956
55957
 
55957
- /**
55958
- * handleFormSubmit
55959
- * @desc:删除节点点击事件
55960
- * @param {Object} formData 点击删除的form数据
55961
- * @author liufan
55962
- * @date 2022年11月29日
55958
+ /**
55959
+ * handleFormSubmit
55960
+ * @desc:删除节点点击事件
55961
+ * @param {Object} formData 点击删除的form数据
55962
+ * @author liufan
55963
+ * @date 2022年11月29日
55963
55964
  **/
55964
55965
  handleFormSubmit: function handleFormSubmit(formData) {
55965
55966
  var _this12 = this;
@@ -55995,12 +55996,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55995
55996
  });
55996
55997
  },
55997
55998
 
55998
- /**
55999
- * del
56000
- * @desc:展示删除弹窗
56001
- * @param {String} id 当前点击数据id
56002
- * @author liufan
56003
- * @date 2022年11月29日
55999
+ /**
56000
+ * del
56001
+ * @desc:展示删除弹窗
56002
+ * @param {String} id 当前点击数据id
56003
+ * @author liufan
56004
+ * @date 2022年11月29日
56004
56005
  **/
56005
56006
  del: function del(id, type) {
56006
56007
  this.modalType = type;
@@ -56008,12 +56009,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56008
56009
  this.showDel = true;
56009
56010
  },
56010
56011
 
56011
- /**
56012
- * handleCurrentChange
56013
- * @desc:监听页码变化
56014
- * @param {String} val 当前页
56015
- * @author liufan
56016
- * @date 2022年11月29日
56012
+ /**
56013
+ * handleCurrentChange
56014
+ * @desc:监听页码变化
56015
+ * @param {String} val 当前页
56016
+ * @author liufan
56017
+ * @date 2022年11月29日
56017
56018
  **/
56018
56019
  handleCurrentChange: function handleCurrentChange(val, type) {
56019
56020
  this.currentPage = val;
@@ -56022,12 +56023,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56022
56023
  }
56023
56024
  },
56024
56025
 
56025
- /**
56026
- * handleSizeChange
56027
- * @desc:监听每页数据显示数量变化
56028
- * @param {String} val 每页展示数量
56029
- * @author liufan
56030
- * @date 2022年11月29日
56026
+ /**
56027
+ * handleSizeChange
56028
+ * @desc:监听每页数据显示数量变化
56029
+ * @param {String} val 每页展示数量
56030
+ * @author liufan
56031
+ * @date 2022年11月29日
56031
56032
  **/
56032
56033
  handleSizeChange: function handleSizeChange(val) {
56033
56034
  this.pageSize = val;
@@ -56036,12 +56037,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56036
56037
  }
56037
56038
  },
56038
56039
 
56039
- /**
56040
- * sortChange
56041
- * @desc:监听排序变化
56042
- * @param {Object} info 需要排序的字段及排序方式
56043
- * @author liufan
56044
- * @date 2022年11月29日
56040
+ /**
56041
+ * sortChange
56042
+ * @desc:监听排序变化
56043
+ * @param {Object} info 需要排序的字段及排序方式
56044
+ * @author liufan
56045
+ * @date 2022年11月29日
56045
56046
  **/
56046
56047
  sortChange: function sortChange(info, type) {
56047
56048
  var prop = info.prop;
@@ -56057,11 +56058,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56057
56058
  }
56058
56059
  },
56059
56060
 
56060
- /**
56061
- * getDeletList
56062
- * @desc:删除列表数据
56063
- * @author liufan
56064
- * @date 2025年12月30日
56061
+ /**
56062
+ * getDeletList
56063
+ * @desc:删除列表数据
56064
+ * @author liufan
56065
+ * @date 2025年12月30日
56065
56066
  **/
56066
56067
  getDeletList: function getDeletList() {
56067
56068
  var _this13 = this;
@@ -56090,11 +56091,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56090
56091
  });
56091
56092
  },
56092
56093
 
56093
- /**
56094
- * getResetList
56095
- * @desc:重设列表数据
56096
- * @author liufan
56097
- * @date 2025年12月30日
56094
+ /**
56095
+ * getResetList
56096
+ * @desc:重设列表数据
56097
+ * @author liufan
56098
+ * @date 2025年12月30日
56098
56099
  **/
56099
56100
  getResetList: function getResetList() {
56100
56101
  var _this14 = this;
@@ -56124,11 +56125,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56124
56125
  });
56125
56126
  },
56126
56127
 
56127
- /**
56128
- * getPressList
56129
- * @desc:催办列表数据
56130
- * @author liufan
56131
- * @date 2022年11月29日
56128
+ /**
56129
+ * getPressList
56130
+ * @desc:催办列表数据
56131
+ * @author liufan
56132
+ * @date 2022年11月29日
56132
56133
  **/
56133
56134
  getPressList: function getPressList() {
56134
56135
  var _this15 = this;
@@ -56158,12 +56159,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56158
56159
  });
56159
56160
  },
56160
56161
 
56161
- /**
56162
- * goPress
56163
- * @desc:催办列表查看
56164
- * @param {String} id 催办列表id
56165
- * @author liufan
56166
- * @date 2022年11月29日
56162
+ /**
56163
+ * goPress
56164
+ * @desc:催办列表查看
56165
+ * @param {String} id 催办列表id
56166
+ * @author liufan
56167
+ * @date 2022年11月29日
56167
56168
  **/
56168
56169
  goPress: function goPress(id) {
56169
56170
  this.historyId = id;
@@ -56171,23 +56172,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56171
56172
  this.getPressList();
56172
56173
  },
56173
56174
 
56174
- /**
56175
- * showFile
56176
- * @desc:附件查看
56177
- * @param {String} ownId 附件id
56178
- * @author liufan
56179
- * @date 2022年11月29日
56175
+ /**
56176
+ * showFile
56177
+ * @desc:附件查看
56178
+ * @param {String} ownId 附件id
56179
+ * @author liufan
56180
+ * @date 2022年11月29日
56180
56181
  **/
56181
56182
  showFile: function showFile(ownId) {
56182
56183
  this.wfpendingid = ownId;
56183
56184
  this.showFileList = true;
56184
56185
  },
56185
56186
 
56186
- /**
56187
- * handleChange
56188
- * @desc:切换排序方式
56189
- * @author liufan
56190
- * @date 2022年11月22日
56187
+ /**
56188
+ * handleChange
56189
+ * @desc:切换排序方式
56190
+ * @author liufan
56191
+ * @date 2022年11月22日
56191
56192
  **/
56192
56193
  handleChange: function handleChange(key, value) {
56193
56194
  if (value) {
@@ -56237,11 +56238,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56237
56238
  }))();
56238
56239
  },
56239
56240
 
56240
- /**
56241
- * getFlowList
56242
- * @desc:获取流程列表
56243
- * @author liufan
56244
- * @date 2022年11月22日
56241
+ /**
56242
+ * getFlowList
56243
+ * @desc:获取流程列表
56244
+ * @author liufan
56245
+ * @date 2022年11月22日
56245
56246
  **/
56246
56247
  getFlowList: function getFlowList(type) {
56247
56248
  var _this17 = this;
@@ -56321,12 +56322,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56321
56322
  });
56322
56323
  },
56323
56324
 
56324
- /**
56325
- * handleClick
56326
- * @desc:表单点击事件
56327
- * @param {Object} val 当前点击行数据及按钮
56328
- * @author liufan
56329
- * @date 2022年11月10日
56325
+ /**
56326
+ * handleClick
56327
+ * @desc:表单点击事件
56328
+ * @param {Object} val 当前点击行数据及按钮
56329
+ * @author liufan
56330
+ * @date 2022年11月10日
56330
56331
  **/
56331
56332
  handleClick: function handleClick(val) {
56332
56333
  var _this18 = this;
@@ -56372,13 +56373,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56372
56373
  }
56373
56374
  },
56374
56375
 
56375
- /**
56376
- * getCodeValue
56377
- * @desc:获取代码表过滤后的值
56378
- * @param {String} value 展示数据的代码值
56379
- * @param {String} type 代码表类型
56380
- * @author liufan
56381
- * @date 2022年11月10日
56376
+ /**
56377
+ * getCodeValue
56378
+ * @desc:获取代码表过滤后的值
56379
+ * @param {String} value 展示数据的代码值
56380
+ * @param {String} type 代码表类型
56381
+ * @author liufan
56382
+ * @date 2022年11月10日
56382
56383
  **/
56383
56384
  getCodeValue: function getCodeValue(value, type) {
56384
56385
  var val = this[type].filter(function (item) {
@@ -56387,12 +56388,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56387
56388
  return val[0].shortName;
56388
56389
  },
56389
56390
 
56390
- /**
56391
- * getSysInfo
56392
- * @desc:获取代码表
56393
- * @param {String} code 编码code值
56394
- * @author liufan
56395
- * @date 2022年11月10日
56391
+ /**
56392
+ * getSysInfo
56393
+ * @desc:获取代码表
56394
+ * @param {String} code 编码code值
56395
+ * @author liufan
56396
+ * @date 2022年11月10日
56396
56397
  **/
56397
56398
  getSysInfo: function getSysInfo(code) {
56398
56399
  var _this19 = this;
@@ -56414,11 +56415,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56414
56415
  }).catch(function (e) {});
56415
56416
  },
56416
56417
 
56417
- /**
56418
- * getListInfo
56419
- * @desc:获取预设列表数据
56420
- * @author liufan
56421
- * @date 2022年11月10日
56418
+ /**
56419
+ * getListInfo
56420
+ * @desc:获取预设列表数据
56421
+ * @author liufan
56422
+ * @date 2022年11月10日
56422
56423
  **/
56423
56424
  getListInfo: function getListInfo() {
56424
56425
  var _this20 = this;
@@ -65932,10 +65933,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65932
65933
  this.$emit('click', res);
65933
65934
  },
65934
65935
 
65935
- /**
65936
- * @desc:获取气泡提醒
65937
- * @author huangbo
65938
- * @date 2024年9月7日
65936
+ /**
65937
+ * @desc:获取气泡提醒
65938
+ * @author huangbo
65939
+ * @date 2024年9月7日
65939
65940
  **/
65940
65941
  getBadge: function getBadge(res) {
65941
65942
  var num = res.tips || 0;
@@ -70340,10 +70341,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70340
70341
  this.$refs.user.handleSelect(res);
70341
70342
  },
70342
70343
 
70343
- /**
70344
- * @desc:匹配路由
70345
- * @author huangbo
70346
- * @date 2024年9月7日
70344
+ /**
70345
+ * @desc:匹配路由
70346
+ * @author huangbo
70347
+ * @date 2024年9月7日
70347
70348
  **/
70348
70349
  hasRouter: function hasRouter(res, url, code) {
70349
70350
  if (!url) {
@@ -70387,10 +70388,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70387
70388
  return false;
70388
70389
  },
70389
70390
 
70390
- /**
70391
- * @desc:获取初始数据
70392
- * @author huangbo
70393
- * @date 2024年9月7日
70391
+ /**
70392
+ * @desc:获取初始数据
70393
+ * @author huangbo
70394
+ * @date 2024年9月7日
70394
70395
  **/
70395
70396
  init: function init(results, first) {
70396
70397
  this.setConfig(results);
@@ -70399,10 +70400,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70399
70400
  }
70400
70401
  },
70401
70402
 
70402
- /**
70403
- * @desc:设置用户配置及信息
70404
- * @author huangbo
70405
- * @date 2024年9月7日
70403
+ /**
70404
+ * @desc:设置用户配置及信息
70405
+ * @author huangbo
70406
+ * @date 2024年9月7日
70406
70407
  **/
70407
70408
  setConfig: function setConfig(results) {
70408
70409
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70570,10 +70571,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70570
70571
  }
70571
70572
  },
70572
70573
 
70573
- /**
70574
- * @desc:获取所有应用
70575
- * @author huangbo
70576
- * @date 2024年9月7日
70574
+ /**
70575
+ * @desc:获取所有应用
70576
+ * @author huangbo
70577
+ * @date 2024年9月7日
70577
70578
  **/
70578
70579
  getApplications: function getApplications() {
70579
70580
  var _this2 = this;
@@ -70621,10 +70622,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70621
70622
  });
70622
70623
  },
70623
70624
 
70624
- /**
70625
- * @desc:获取菜单列表
70626
- * @author huangbo
70627
- * @date 2024年9月7日
70625
+ /**
70626
+ * @desc:获取菜单列表
70627
+ * @author huangbo
70628
+ * @date 2024年9月7日
70628
70629
  **/
70629
70630
  getMenus: function getMenus(loading) {
70630
70631
  var _this3 = this;
@@ -70657,10 +70658,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70657
70658
  });
70658
70659
  },
70659
70660
 
70660
- /**
70661
- * @desc:处理菜单列表
70662
- * @author huangbo
70663
- * @date 2024年9月7日
70661
+ /**
70662
+ * @desc:处理菜单列表
70663
+ * @author huangbo
70664
+ * @date 2024年9月7日
70664
70665
  **/
70665
70666
  renderMenus: function renderMenus(res) {
70666
70667
  this.menus = res;
@@ -70756,10 +70757,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70756
70757
  }
70757
70758
  },
70758
70759
 
70759
- /**
70760
- * @desc:设置页面加载类型
70761
- * @author huangbo
70762
- * @date 2024年9月7日
70760
+ /**
70761
+ * @desc:设置页面加载类型
70762
+ * @author huangbo
70763
+ * @date 2024年9月7日
70763
70764
  **/
70764
70765
  setIframeType: function setIframeType(res) {
70765
70766
  var url = res.url;
@@ -70815,10 +70816,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70815
70816
  return res;
70816
70817
  },
70817
70818
 
70818
- /**
70819
- * @desc:获取菜单
70820
- * @author huangbo
70821
- * @date 2024年9月7日
70819
+ /**
70820
+ * @desc:获取菜单
70821
+ * @author huangbo
70822
+ * @date 2024年9月7日
70822
70823
  **/
70823
70824
  getMenu: function getMenu(menus, res, key) {
70824
70825
  if (Array.isArray(menus)) {
@@ -70847,10 +70848,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70847
70848
  return false;
70848
70849
  },
70849
70850
 
70850
- /**
70851
- * @desc:获取菜单第一条数据
70852
- * @author huangbo
70853
- * @date 2024年9月7日
70851
+ /**
70852
+ * @desc:获取菜单第一条数据
70853
+ * @author huangbo
70854
+ * @date 2024年9月7日
70854
70855
  **/
70855
70856
  getFirst: function getFirst(obj) {
70856
70857
  if (!obj) {
@@ -70869,10 +70870,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70869
70870
  }
70870
70871
  },
70871
70872
 
70872
- /**
70873
- * @desc:遍历设置菜单气泡提醒
70874
- * @author huangbo
70875
- * @date 2024年9月7日
70873
+ /**
70874
+ * @desc:遍历设置菜单气泡提醒
70875
+ * @author huangbo
70876
+ * @date 2024年9月7日
70876
70877
  **/
70877
70878
  setTips: function setTips(obj) {
70878
70879
  var _this4 = this;
@@ -70943,10 +70944,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70943
70944
  }
70944
70945
  },
70945
70946
 
70946
- /**
70947
- * @desc:获取气泡提醒
70948
- * @author huangbo
70949
- * @date 2024年9月7日
70947
+ /**
70948
+ * @desc:获取气泡提醒
70949
+ * @author huangbo
70950
+ * @date 2024年9月7日
70950
70951
  **/
70951
70952
  getBadge: function getBadge(res) {
70952
70953
  var num = res.tips || 0;
@@ -70960,10 +70961,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70960
70961
  };
70961
70962
  },
70962
70963
 
70963
- /**
70964
- * @desc:开启weosocket
70965
- * @author huangbo
70966
- * @date 2024年9月7日
70964
+ /**
70965
+ * @desc:开启weosocket
70966
+ * @author huangbo
70967
+ * @date 2024年9月7日
70967
70968
  **/
70968
70969
  initWebSocket: function initWebSocket() {
70969
70970
  var _this6 = this;
@@ -71012,10 +71013,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71012
71013
  });
71013
71014
  },
71014
71015
 
71015
- /**
71016
- * @desc:显示用户信息
71017
- * @author huangbo
71018
- * @date 2024年9月7日
71016
+ /**
71017
+ * @desc:显示用户信息
71018
+ * @author huangbo
71019
+ * @date 2024年9月7日
71019
71020
  **/
71020
71021
  showUserInfo: function showUserInfo() {
71021
71022
  if (this.showUser === false) {
@@ -71023,19 +71024,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71023
71024
  }
71024
71025
  },
71025
71026
 
71026
- /**
71027
- * @desc:删除更多应用菜单点击
71028
- * @author huangbo
71029
- * @date 2024年9月7日
71027
+ /**
71028
+ * @desc:删除更多应用菜单点击
71029
+ * @author huangbo
71030
+ * @date 2024年9月7日
71030
71031
  **/
71031
71032
  handleDelete: function handleDelete(index) {
71032
71033
  this.newApps.splice(index, 1);
71033
71034
  },
71034
71035
 
71035
- /**
71036
- * @desc:储存更多应用菜单点击
71037
- * @author huangbo
71038
- * @date 2024年9月7日
71036
+ /**
71037
+ * @desc:储存更多应用菜单点击
71038
+ * @author huangbo
71039
+ * @date 2024年9月7日
71039
71040
  **/
71040
71041
  handlerClickApps: function handlerClickApps(res) {
71041
71042
  if (res.permission === false) {
@@ -71048,10 +71049,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71048
71049
  this.handlerClickApp(res);
71049
71050
  },
71050
71051
 
71051
- /**
71052
- * @desc:侧边应用菜单点击
71053
- * @author huangbo
71054
- * @date 2024年9月7日
71052
+ /**
71053
+ * @desc:侧边应用菜单点击
71054
+ * @author huangbo
71055
+ * @date 2024年9月7日
71055
71056
  **/
71056
71057
  handlerClickApp: function handlerClickApp(res) {
71057
71058
  this.showMsg = false;
@@ -71140,10 +71141,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71140
71141
  }
71141
71142
  },
71142
71143
 
71143
- /**
71144
- * @desc:显示Drawer界面
71145
- * @author huangbo
71146
- * @date 2024年9月7日
71144
+ /**
71145
+ * @desc:显示Drawer界面
71146
+ * @author huangbo
71147
+ * @date 2024年9月7日
71147
71148
  **/
71148
71149
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71149
71150
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71163,19 +71164,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71163
71164
  }
71164
71165
  },
71165
71166
 
71166
- /**
71167
- * @desc:关闭Drawer界面
71168
- * @author huangbo
71169
- * @date 2024年9月7日
71167
+ /**
71168
+ * @desc:关闭Drawer界面
71169
+ * @author huangbo
71170
+ * @date 2024年9月7日
71170
71171
  **/
71171
71172
  handleCloseDrawer: function handleCloseDrawer() {
71172
71173
  this.drawer = { visible: false };
71173
71174
  },
71174
71175
 
71175
- /**
71176
- * @desc:菜单点击
71177
- * @author huangbo
71178
- * @date 2024年9月7日
71176
+ /**
71177
+ * @desc:菜单点击
71178
+ * @author huangbo
71179
+ * @date 2024年9月7日
71179
71180
  **/
71180
71181
  handlerClickMenu: function handlerClickMenu(res) {
71181
71182
  utils_util.ajax({
@@ -71224,19 +71225,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71224
71225
  },
71225
71226
 
71226
71227
 
71227
- /**
71228
- * @desc:用户详情请求成功
71229
- * @author huangbo
71230
- * @date 2024年9月7日
71228
+ /**
71229
+ * @desc:用户详情请求成功
71230
+ * @author huangbo
71231
+ * @date 2024年9月7日
71231
71232
  **/
71232
71233
  handleSuccess: function handleSuccess(res) {
71233
71234
  this.simpleUserInfo = res.simpleUserInfo;
71234
71235
  },
71235
71236
 
71236
- /**
71237
- * @desc:修改用户配置
71238
- * @author huangbo
71239
- * @date 2024年9月7日
71237
+ /**
71238
+ * @desc:修改用户配置
71239
+ * @author huangbo
71240
+ * @date 2024年9月7日
71240
71241
  **/
71241
71242
  handleChangeConfig: function handleChangeConfig(name, res) {
71242
71243
  if (name == 'userHeadUrl') {
@@ -71252,10 +71253,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71252
71253
  }
71253
71254
  },
71254
71255
 
71255
- /**
71256
- * @desc:关闭webSocket
71257
- * @author huangbo
71258
- * @date 2024年9月7日
71256
+ /**
71257
+ * @desc:关闭webSocket
71258
+ * @author huangbo
71259
+ * @date 2024年9月7日
71259
71260
  **/
71260
71261
  handlerClose: function handlerClose() {
71261
71262
  if (this.webSocket) {
@@ -71263,10 +71264,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71263
71264
  }
71264
71265
  },
71265
71266
 
71266
- /**
71267
- * @desc:刷新选中iframe页签
71268
- * @author huangbo
71269
- * @date 2024年9月7日
71267
+ /**
71268
+ * @desc:刷新选中iframe页签
71269
+ * @author huangbo
71270
+ * @date 2024年9月7日
71270
71271
  **/
71271
71272
  handleRefresh: function handleRefresh(arg) {
71272
71273
  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');
@@ -71303,10 +71304,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71303
71304
  }
71304
71305
  },
71305
71306
 
71306
- /**
71307
- * @desc:删除iframe
71308
- * @author huangbo
71309
- * @date 2024年9月7日
71307
+ /**
71308
+ * @desc:删除iframe
71309
+ * @author huangbo
71310
+ * @date 2024年9月7日
71310
71311
  **/
71311
71312
  handleRemove: function handleRemove(name) {
71312
71313
  var len = this.tabs.length - 1;
@@ -71323,10 +71324,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71323
71324
  }
71324
71325
  },
71325
71326
 
71326
- /**
71327
- * @desc:tabs鼠标右键事件
71328
- * @author huangbo
71329
- * @date 2024年9月7日
71327
+ /**
71328
+ * @desc:tabs鼠标右键事件
71329
+ * @author huangbo
71330
+ * @date 2024年9月7日
71330
71331
  **/
71331
71332
  handleContextmenu: function handleContextmenu(tabs, e) {
71332
71333
  var disabled = {};
@@ -71351,10 +71352,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71351
71352
  window.addEventListener('click', this.closeTabsEvents);
71352
71353
  },
71353
71354
 
71354
- /**
71355
- * @desc:tabs页签事件
71356
- * @author huangbo
71357
- * @date 2024年9月7日
71355
+ /**
71356
+ * @desc:tabs页签事件
71357
+ * @author huangbo
71358
+ * @date 2024年9月7日
71358
71359
  **/
71359
71360
  handleTabsEvents: function handleTabsEvents(num) {
71360
71361
  if (this.pane !== null) {
@@ -71365,10 +71366,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71365
71366
  },
71366
71367
 
71367
71368
 
71368
- /**
71369
- * @desc:关闭页签事件面板
71370
- * @author huangbo
71371
- * @date 2024年9月7日
71369
+ /**
71370
+ * @desc:关闭页签事件面板
71371
+ * @author huangbo
71372
+ * @date 2024年9月7日
71372
71373
  **/
71373
71374
  closeTabsEvents: function closeTabsEvents(e) {
71374
71375
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71378,10 +71379,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71378
71379
  },
71379
71380
 
71380
71381
 
71381
- /**
71382
- * @desc:tabs页签点击事件
71383
- * @author huangbo
71384
- * @date 2024年9月7日
71382
+ /**
71383
+ * @desc:tabs页签点击事件
71384
+ * @author huangbo
71385
+ * @date 2024年9月7日
71385
71386
  **/
71386
71387
  handleTabClick: function handleTabClick() {
71387
71388
  this.active = '';
@@ -71389,10 +71390,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71389
71390
  this.showMenu = false;
71390
71391
  },
71391
71392
 
71392
- /**
71393
- * @desc:handler工具栏点击事件
71394
- * @author huangbo
71395
- * @date 2024年9月7日
71393
+ /**
71394
+ * @desc:handler工具栏点击事件
71395
+ * @author huangbo
71396
+ * @date 2024年9月7日
71396
71397
  **/
71397
71398
  handleClick: function handleClick(res) {
71398
71399
  var type = res.type,
@@ -71473,10 +71474,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71473
71474
  this.$emit('handler-click', res);
71474
71475
  },
71475
71476
 
71476
- /**
71477
- * @desc:退出登录
71478
- * @author huangbo
71479
- * @date 2024年9月7日
71477
+ /**
71478
+ * @desc:退出登录
71479
+ * @author huangbo
71480
+ * @date 2024年9月7日
71480
71481
  **/
71481
71482
  handleQuit: function handleQuit() {
71482
71483
  var _this7 = this;
@@ -71557,10 +71558,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71557
71558
  }).catch(function (e) {});
71558
71559
  },
71559
71560
 
71560
- /**
71561
- * @desc:主题、消息回调
71562
- * @author huangbo
71563
- * @date 2024年9月7日
71561
+ /**
71562
+ * @desc:主题、消息回调
71563
+ * @author huangbo
71564
+ * @date 2024年9月7日
71564
71565
  **/
71565
71566
  handleChange: function handleChange(res) {
71566
71567
  var type = res.type,
@@ -71576,10 +71577,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71576
71577
  }
71577
71578
  },
71578
71579
 
71579
- /**
71580
- * @desc:菜单布局样式切换
71581
- * @author huangbo
71582
- * @date 2024年9月7日
71580
+ /**
71581
+ * @desc:菜单布局样式切换
71582
+ * @author huangbo
71583
+ * @date 2024年9月7日
71583
71584
  **/
71584
71585
  handleLayout: function handleLayout(res, active) {
71585
71586
  if (active) {
@@ -71589,10 +71590,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71589
71590
  this.$emit('chang-layout', res, active);
71590
71591
  },
71591
71592
 
71592
- /**
71593
- * @desc:消息修改总数
71594
- * @author huangbo
71595
- * @date 2024年9月7日
71593
+ /**
71594
+ * @desc:消息修改总数
71595
+ * @author huangbo
71596
+ * @date 2024年9月7日
71596
71597
  **/
71597
71598
  handleMenuTips: function handleMenuTips(id, num) {
71598
71599
  if (num) {
@@ -71603,10 +71604,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71603
71604
  }
71604
71605
  },
71605
71606
 
71606
- /**
71607
- * @desc:处理即时消息
71608
- * @author huangbo
71609
- * @date 2024年9月7日
71607
+ /**
71608
+ * @desc:处理即时消息
71609
+ * @author huangbo
71610
+ * @date 2024年9月7日
71610
71611
  **/
71611
71612
  handleOpened: function handleOpened(res) {
71612
71613
  var _this8 = this;
@@ -75630,8 +75631,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75630
75631
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75631
75632
  },
75632
75633
 
75633
- /**
75634
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75634
+ /**
75635
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75635
75636
  */
75636
75637
  queryChildMenuData: function queryChildMenuData() {
75637
75638
  var _this2 = this;
@@ -75750,8 +75751,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75750
75751
  }))();
75751
75752
  },
75752
75753
 
75753
- /**
75754
- * getVoteMeetingNum: 查询会议数量
75754
+ /**
75755
+ * getVoteMeetingNum: 查询会议数量
75755
75756
  */
75756
75757
  getVoteMeetingNum: function getVoteMeetingNum() {
75757
75758
  var _this5 = this;
@@ -75776,8 +75777,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75776
75777
  });
75777
75778
  },
75778
75779
 
75779
- /**
75780
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75780
+ /**
75781
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75781
75782
  */
75782
75783
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75783
75784
  var _this6 = this;
@@ -75802,8 +75803,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75802
75803
  },
75803
75804
 
75804
75805
 
75805
- /**
75806
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75806
+ /**
75807
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75807
75808
  */
75808
75809
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75809
75810
  var _this7 = this;
@@ -75831,8 +75832,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75831
75832
  });
75832
75833
  },
75833
75834
 
75834
- /**
75835
- * getIndexCount: 查询待办任务数量
75835
+ /**
75836
+ * getIndexCount: 查询待办任务数量
75836
75837
  */
75837
75838
  getIndexCount: function getIndexCount() {
75838
75839
  var _this8 = this;
@@ -75863,10 +75864,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75863
75864
  this.$refs.user.handleSelect(res);
75864
75865
  },
75865
75866
 
75866
- /**
75867
- * @desc:匹配路由
75868
- * @author huangbo
75869
- * @date 2024年9月7日
75867
+ /**
75868
+ * @desc:匹配路由
75869
+ * @author huangbo
75870
+ * @date 2024年9月7日
75870
75871
  **/
75871
75872
  hasRouter: function hasRouter(res, url, code) {
75872
75873
  if (!url) {
@@ -75910,10 +75911,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75910
75911
  return false;
75911
75912
  },
75912
75913
 
75913
- /**
75914
- * @desc:获取初始数据
75915
- * @author huangbo
75916
- * @date 2024年9月7日
75914
+ /**
75915
+ * @desc:获取初始数据
75916
+ * @author huangbo
75917
+ * @date 2024年9月7日
75917
75918
  **/
75918
75919
  init: function init(results) {
75919
75920
  this.setConfig(results);
@@ -75924,10 +75925,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75924
75925
  // }
75925
75926
  },
75926
75927
 
75927
- /**
75928
- * @desc:设置用户配置及信息
75929
- * @author huangbo
75930
- * @date 2024年9月7日
75928
+ /**
75929
+ * @desc:设置用户配置及信息
75930
+ * @author huangbo
75931
+ * @date 2024年9月7日
75931
75932
  **/
75932
75933
  setConfig: function setConfig(results) {
75933
75934
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76091,8 +76092,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76091
76092
  }
76092
76093
  },
76093
76094
 
76094
- /**
76095
- * @desc:获取用户自定义菜单
76095
+ /**
76096
+ * @desc:获取用户自定义菜单
76096
76097
  **/
76097
76098
  getUseCommonMenu: function getUseCommonMenu() {
76098
76099
  var _this9 = this;
@@ -76122,10 +76123,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76122
76123
  });
76123
76124
  },
76124
76125
 
76125
- /**
76126
- * @desc:获取所有应用
76127
- * @author huangbo
76128
- * @date 2024年9月7日
76126
+ /**
76127
+ * @desc:获取所有应用
76128
+ * @author huangbo
76129
+ * @date 2024年9月7日
76129
76130
  **/
76130
76131
  getApplications: function getApplications() {
76131
76132
  var _this10 = this;
@@ -76173,10 +76174,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76173
76174
  });
76174
76175
  },
76175
76176
 
76176
- /**
76177
- * @desc:获取菜单列表
76178
- * @author huangbo
76179
- * @date 2024年9月7日
76177
+ /**
76178
+ * @desc:获取菜单列表
76179
+ * @author huangbo
76180
+ * @date 2024年9月7日
76180
76181
  **/
76181
76182
  getMenus: function getMenus(loading) {
76182
76183
  var _this11 = this;
@@ -76203,10 +76204,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76203
76204
  });
76204
76205
  },
76205
76206
 
76206
- /**
76207
- * @desc:处理菜单列表
76208
- * @author huangbo
76209
- * @date 2024年9月7日
76207
+ /**
76208
+ * @desc:处理菜单列表
76209
+ * @author huangbo
76210
+ * @date 2024年9月7日
76210
76211
  **/
76211
76212
  renderMenus: function renderMenus(res) {
76212
76213
  // // console.log(res, 'renderMenus');
@@ -76252,9 +76253,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76252
76253
  // console.log(this.currentPage, 'currentPage');
76253
76254
  },
76254
76255
 
76255
- /**
76256
- * 更新myRemind中各项的权限状态
76257
- * @param {Array} menus - 完整的菜单列表
76256
+ /**
76257
+ * 更新myRemind中各项的权限状态
76258
+ * @param {Array} menus - 完整的菜单列表
76258
76259
  */
76259
76260
  updateRemindPermission: function updateRemindPermission(menus) {
76260
76261
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76282,10 +76283,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76282
76283
  });
76283
76284
  },
76284
76285
 
76285
- /**
76286
- * @desc:设置页面加载类型
76287
- * @author huangbo
76288
- * @date 2024年9月7日
76286
+ /**
76287
+ * @desc:设置页面加载类型
76288
+ * @author huangbo
76289
+ * @date 2024年9月7日
76289
76290
  **/
76290
76291
  setIframeType: function setIframeType(res) {
76291
76292
  var url = res.url;
@@ -76342,10 +76343,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76342
76343
  return res;
76343
76344
  },
76344
76345
 
76345
- /**
76346
- * @desc:获取菜单
76347
- * @author huangbo
76348
- * @date 2024年9月7日
76346
+ /**
76347
+ * @desc:获取菜单
76348
+ * @author huangbo
76349
+ * @date 2024年9月7日
76349
76350
  **/
76350
76351
  getMenu: function getMenu(menus, res, key) {
76351
76352
  if (Array.isArray(menus)) {
@@ -76374,10 +76375,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76374
76375
  return false;
76375
76376
  },
76376
76377
 
76377
- /**
76378
- * @desc:获取菜单第一条数据
76379
- * @author huangbo
76380
- * @date 2024年9月7日
76378
+ /**
76379
+ * @desc:获取菜单第一条数据
76380
+ * @author huangbo
76381
+ * @date 2024年9月7日
76381
76382
  **/
76382
76383
  getFirst: function getFirst(obj) {
76383
76384
  if (!obj) {
@@ -76396,10 +76397,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76396
76397
  }
76397
76398
  },
76398
76399
 
76399
- /**
76400
- * @desc:遍历设置菜单气泡提醒
76401
- * @author huangbo
76402
- * @date 2024年9月7日
76400
+ /**
76401
+ * @desc:遍历设置菜单气泡提醒
76402
+ * @author huangbo
76403
+ * @date 2024年9月7日
76403
76404
  **/
76404
76405
  setTips: function setTips(obj) {
76405
76406
  var _this12 = this;
@@ -76464,10 +76465,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76464
76465
  }
76465
76466
  },
76466
76467
 
76467
- /**
76468
- * @desc:获取气泡提醒
76469
- * @author huangbo
76470
- * @date 2024年9月7日
76468
+ /**
76469
+ * @desc:获取气泡提醒
76470
+ * @author huangbo
76471
+ * @date 2024年9月7日
76471
76472
  **/
76472
76473
  getBadge: function getBadge(res) {
76473
76474
  var num = res.tips || 0;
@@ -76481,10 +76482,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76481
76482
  };
76482
76483
  },
76483
76484
 
76484
- /**
76485
- * @desc:开启weosocket
76486
- * @author huangbo
76487
- * @date 2024年9月7日
76485
+ /**
76486
+ * @desc:开启weosocket
76487
+ * @author huangbo
76488
+ * @date 2024年9月7日
76488
76489
  **/
76489
76490
  initWebSocket: function initWebSocket() {
76490
76491
  var _this14 = this;
@@ -76552,10 +76553,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76552
76553
  });
76553
76554
  },
76554
76555
 
76555
- /**
76556
- * @desc:显示用户信息
76557
- * @author huangbo
76558
- * @date 2024年9月7日
76556
+ /**
76557
+ * @desc:显示用户信息
76558
+ * @author huangbo
76559
+ * @date 2024年9月7日
76559
76560
  **/
76560
76561
  showUserInfo: function showUserInfo() {
76561
76562
  if (this.showUser === false) {
@@ -76563,19 +76564,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76563
76564
  }
76564
76565
  },
76565
76566
 
76566
- /**
76567
- * @desc:删除更多应用菜单点击
76568
- * @author huangbo
76569
- * @date 2024年9月7日
76567
+ /**
76568
+ * @desc:删除更多应用菜单点击
76569
+ * @author huangbo
76570
+ * @date 2024年9月7日
76570
76571
  **/
76571
76572
  handleDelete: function handleDelete(index) {
76572
76573
  this.newApps.splice(index, 1);
76573
76574
  },
76574
76575
 
76575
- /**
76576
- * @desc:显示Drawer界面
76577
- * @author huangbo
76578
- * @date 2024年9月7日
76576
+ /**
76577
+ * @desc:显示Drawer界面
76578
+ * @author huangbo
76579
+ * @date 2024年9月7日
76579
76580
  **/
76580
76581
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76581
76582
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76595,28 +76596,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76595
76596
  }
76596
76597
  },
76597
76598
 
76598
- /**
76599
- * @desc:关闭Drawer界面
76600
- * @author huangbo
76601
- * @date 2024年9月7日
76599
+ /**
76600
+ * @desc:关闭Drawer界面
76601
+ * @author huangbo
76602
+ * @date 2024年9月7日
76602
76603
  **/
76603
76604
  handleCloseDrawer: function handleCloseDrawer() {
76604
76605
  this.drawer = { visible: false };
76605
76606
  },
76606
76607
 
76607
- /**
76608
- * @desc:用户详情请求成功
76609
- * @author huangbo
76610
- * @date 2024年9月7日
76608
+ /**
76609
+ * @desc:用户详情请求成功
76610
+ * @author huangbo
76611
+ * @date 2024年9月7日
76611
76612
  **/
76612
76613
  handleSuccess: function handleSuccess(res) {
76613
76614
  this.simpleUserInfo = res.simpleUserInfo;
76614
76615
  },
76615
76616
 
76616
- /**
76617
- * @desc:修改用户配置
76618
- * @author huangbo
76619
- * @date 2024年9月7日
76617
+ /**
76618
+ * @desc:修改用户配置
76619
+ * @author huangbo
76620
+ * @date 2024年9月7日
76620
76621
  **/
76621
76622
  handleChangeConfig: function handleChangeConfig(name, res) {
76622
76623
  if (name == 'userHeadUrl') {
@@ -76632,10 +76633,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76632
76633
  }
76633
76634
  },
76634
76635
 
76635
- /**
76636
- * @desc:关闭webSocket
76637
- * @author huangbo
76638
- * @date 2024年9月7日
76636
+ /**
76637
+ * @desc:关闭webSocket
76638
+ * @author huangbo
76639
+ * @date 2024年9月7日
76639
76640
  **/
76640
76641
  handlerClose: function handlerClose() {
76641
76642
  if (this.webSocket) {
@@ -76646,10 +76647,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76646
76647
  this.handleRefresh(1);
76647
76648
  },
76648
76649
 
76649
- /**
76650
- * @desc:刷新选中iframe页签
76651
- * @author huangbo
76652
- * @date 2024年9月7日
76650
+ /**
76651
+ * @desc:刷新选中iframe页签
76652
+ * @author huangbo
76653
+ * @date 2024年9月7日
76653
76654
  **/
76654
76655
  handleRefresh: function handleRefresh(arg) {
76655
76656
  if (arg !== 1) {
@@ -76695,10 +76696,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76695
76696
  }
76696
76697
  },
76697
76698
 
76698
- /**
76699
- * @desc:删除iframe
76700
- * @author huangbo
76701
- * @date 2024年9月7日
76699
+ /**
76700
+ * @desc:删除iframe
76701
+ * @author huangbo
76702
+ * @date 2024年9月7日
76702
76703
  **/
76703
76704
  handleRemove: function handleRemove(name) {
76704
76705
  var len = this.tabs.length - 1;
@@ -76715,10 +76716,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76715
76716
  }
76716
76717
  },
76717
76718
 
76718
- /**
76719
- * @desc:tabs鼠标右键事件
76720
- * @author huangbo
76721
- * @date 2024年9月7日
76719
+ /**
76720
+ * @desc:tabs鼠标右键事件
76721
+ * @author huangbo
76722
+ * @date 2024年9月7日
76722
76723
  **/
76723
76724
  handleContextmenu: function handleContextmenu(tabs, e) {
76724
76725
  var disabled = {};
@@ -76743,10 +76744,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76743
76744
  window.addEventListener('click', this.closeTabsEvents);
76744
76745
  },
76745
76746
 
76746
- /**
76747
- * @desc:tabs页签事件
76748
- * @author huangbo
76749
- * @date 2024年9月7日
76747
+ /**
76748
+ * @desc:tabs页签事件
76749
+ * @author huangbo
76750
+ * @date 2024年9月7日
76750
76751
  **/
76751
76752
  handleTabsEvents: function handleTabsEvents(num) {
76752
76753
  if (this.pane !== null) {
@@ -76757,10 +76758,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76757
76758
  },
76758
76759
 
76759
76760
 
76760
- /**
76761
- * @desc:关闭页签事件面板
76762
- * @author huangbo
76763
- * @date 2024年9月7日
76761
+ /**
76762
+ * @desc:关闭页签事件面板
76763
+ * @author huangbo
76764
+ * @date 2024年9月7日
76764
76765
  **/
76765
76766
  closeTabsEvents: function closeTabsEvents(e) {
76766
76767
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76770,10 +76771,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76770
76771
  },
76771
76772
 
76772
76773
 
76773
- /**
76774
- * @desc:tabs页签点击事件
76775
- * @author huangbo
76776
- * @date 2024年9月7日
76774
+ /**
76775
+ * @desc:tabs页签点击事件
76776
+ * @author huangbo
76777
+ * @date 2024年9月7日
76777
76778
  **/
76778
76779
  handleTabClick: function handleTabClick() {
76779
76780
  this.active = '';
@@ -76781,10 +76782,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76781
76782
  this.showMenu = false;
76782
76783
  },
76783
76784
 
76784
- /**
76785
- * @desc:handler工具栏点击事件
76786
- * @author huangbo
76787
- * @date 2024年9月7日
76785
+ /**
76786
+ * @desc:handler工具栏点击事件
76787
+ * @author huangbo
76788
+ * @date 2024年9月7日
76788
76789
  **/
76789
76790
  handleClick: function handleClick(res) {
76790
76791
  var type = res.type,
@@ -76870,10 +76871,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76870
76871
  this.$emit('handler-click', res);
76871
76872
  },
76872
76873
 
76873
- /**
76874
- * @desc:退出登录
76875
- * @author huangbo
76876
- * @date 2024年9月7日
76874
+ /**
76875
+ * @desc:退出登录
76876
+ * @author huangbo
76877
+ * @date 2024年9月7日
76877
76878
  **/
76878
76879
  handleQuit: function handleQuit() {
76879
76880
  var _this15 = this;
@@ -76948,10 +76949,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76948
76949
  }).catch(function (e) {});
76949
76950
  },
76950
76951
 
76951
- /**
76952
- * @desc:主题、消息回调
76953
- * @author huangbo
76954
- * @date 2024年9月7日
76952
+ /**
76953
+ * @desc:主题、消息回调
76954
+ * @author huangbo
76955
+ * @date 2024年9月7日
76955
76956
  **/
76956
76957
  handleChange: function handleChange(res) {
76957
76958
  var type = res.type,
@@ -76967,10 +76968,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76967
76968
  }
76968
76969
  },
76969
76970
 
76970
- /**
76971
- * @desc:菜单布局样式切换
76972
- * @author huangbo
76973
- * @date 2024年9月7日
76971
+ /**
76972
+ * @desc:菜单布局样式切换
76973
+ * @author huangbo
76974
+ * @date 2024年9月7日
76974
76975
  **/
76975
76976
  handleLayout: function handleLayout(res, active) {
76976
76977
  if (active) {
@@ -76980,10 +76981,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76980
76981
  this.$emit('chang-layout', res, active);
76981
76982
  },
76982
76983
 
76983
- /**
76984
- * @desc:消息修改总数
76985
- * @author huangbo
76986
- * @date 2024年9月7日
76984
+ /**
76985
+ * @desc:消息修改总数
76986
+ * @author huangbo
76987
+ * @date 2024年9月7日
76987
76988
  **/
76988
76989
  handleMenuTips: function handleMenuTips(id, num) {
76989
76990
  if (num) {
@@ -76994,10 +76995,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76994
76995
  }
76995
76996
  },
76996
76997
 
76997
- /**
76998
- * @desc:处理即时消息
76999
- * @author huangbo
77000
- * @date 2024年9月7日
76998
+ /**
76999
+ * @desc:处理即时消息
77000
+ * @author huangbo
77001
+ * @date 2024年9月7日
77001
77002
  **/
77002
77003
  handleOpened: function handleOpened(res) {
77003
77004
  var _this16 = this;
@@ -77013,14 +77014,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77013
77014
  }
77014
77015
  },
77015
77016
 
77016
- /**
77017
- * @desc:菜单点击事件
77018
- * @author huangbo
77019
- * @date 2024年9月7日
77020
- * @param {*} res 菜单点击事件参数
77021
- * @param {*} method 菜单点击事件方法
77022
- * 1.顶部菜单点击跳转已经实现
77023
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77017
+ /**
77018
+ * @desc:菜单点击事件
77019
+ * @author huangbo
77020
+ * @date 2024年9月7日
77021
+ * @param {*} res 菜单点击事件参数
77022
+ * @param {*} method 菜单点击事件方法
77023
+ * 1.顶部菜单点击跳转已经实现
77024
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77024
77025
  **/
77025
77026
  handleSelect: function handleSelect(res) {
77026
77027
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84425,19 +84426,19 @@ var QRCode = __webpack_require__(28);
84425
84426
  //设置logo大小
84426
84427
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84427
84428
  //设置获取的logo将其变为圆角以及添加白色背景
84428
- /* ctx.fillStyle = "#fff";
84429
- ctx.beginPath();
84430
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84431
- let w = 46; //圆角宽
84432
- let x = logoPosition - 5;
84433
- let y = logoPosition - 5;
84434
- let r = 5; //圆角半径
84435
- ctx.moveTo(x + r, y);
84436
- ctx.arcTo(x + w, y, x + w, y + h, r);
84437
- ctx.arcTo(x + w, y + h, x, y + h, r);
84438
- ctx.arcTo(x, y + h, x, y, r);
84439
- ctx.arcTo(x, y, x + w, y, r);
84440
- ctx.closePath();
84429
+ /* ctx.fillStyle = "#fff";
84430
+ ctx.beginPath();
84431
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84432
+ let w = 46; //圆角宽
84433
+ let x = logoPosition - 5;
84434
+ let y = logoPosition - 5;
84435
+ let r = 5; //圆角半径
84436
+ ctx.moveTo(x + r, y);
84437
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84438
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84439
+ ctx.arcTo(x, y + h, x, y, r);
84440
+ ctx.arcTo(x, y, x + w, y, r);
84441
+ ctx.closePath();
84441
84442
  ctx.fill(); */
84442
84443
  logo.onload = function () {
84443
84444
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102592,7 +102593,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102592
102593
  }
102593
102594
 
102594
102595
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102595
- version: '0.7.93',
102596
+ version: '0.7.94',
102596
102597
  install: install,
102597
102598
  Button: packages_button,
102598
102599
  ButtonGroup: button_group,