eoss-ui 0.8.17 → 0.8.19

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 (284) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/calogin.js +234 -234
  4. package/lib/checkbox-group.js +1 -1
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +1 -1
  7. package/lib/data-table.js +1 -1
  8. package/lib/date-picker.js +1 -1
  9. package/lib/dialog.js +1 -1
  10. package/lib/eoss-ui.common.js +892 -812
  11. package/lib/flow-group.js +1 -1
  12. package/lib/flow-list.js +1 -1
  13. package/lib/flow.js +345 -266
  14. package/lib/form.js +8 -7
  15. package/lib/handle-user.js +1 -1
  16. package/lib/handler.js +1 -1
  17. package/lib/icon.js +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +1 -1
  20. package/lib/input.js +1 -1
  21. package/lib/login.js +1 -1
  22. package/lib/main.js +284 -284
  23. package/lib/nav.js +1 -1
  24. package/lib/notify.js +1 -1
  25. package/lib/page.js +1 -1
  26. package/lib/pagination.js +1 -1
  27. package/lib/player.js +1 -1
  28. package/lib/qr-code.js +14 -14
  29. package/lib/radio-group.js +1 -1
  30. package/lib/retrial-auth.js +1 -1
  31. package/lib/select-ganged.js +1 -1
  32. package/lib/select.js +1 -1
  33. package/lib/selector-panel.js +1 -1
  34. package/lib/selector.js +1 -1
  35. package/lib/sizer.js +1 -1
  36. package/lib/steps.js +1 -1
  37. package/lib/switch.js +1 -1
  38. package/lib/table-form.js +1 -1
  39. package/lib/tabs.js +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/login.css +1 -1
  42. package/lib/tips.js +1 -1
  43. package/lib/tree-group.js +1 -1
  44. package/lib/tree.js +1 -1
  45. package/lib/upload.js +1 -1
  46. package/lib/wujie.js +1 -1
  47. package/lib/wxlogin.js +1 -1
  48. package/package.json +1 -1
  49. package/packages/button/index.js +5 -5
  50. package/packages/button/src/main.vue +418 -418
  51. package/packages/button-group/index.js +5 -5
  52. package/packages/calendar/index.js +5 -5
  53. package/packages/calogin/index.js +5 -5
  54. package/packages/calogin/src/plugin.js +915 -915
  55. package/packages/card/index.js +5 -5
  56. package/packages/card/src/main.vue +156 -156
  57. package/packages/cascader/index.js +5 -5
  58. package/packages/cascader/src/main.vue +168 -168
  59. package/packages/checkbox-group/index.js +5 -5
  60. package/packages/checkbox-group/src/main.vue +333 -333
  61. package/packages/clients/index.js +5 -5
  62. package/packages/data-table/index.js +5 -5
  63. package/packages/data-table/src/children.vue +46 -46
  64. package/packages/data-table/src/main.vue +1876 -1876
  65. package/packages/data-table/src/sizer.vue +195 -195
  66. package/packages/data-table-form/index.js +5 -5
  67. package/packages/data-table-form/src/checkbox.vue +101 -101
  68. package/packages/data-table-form/src/colgroup.vue +17 -17
  69. package/packages/data-table-form/src/main.vue +181 -181
  70. package/packages/data-table-form/src/radio.vue +65 -65
  71. package/packages/data-table-form/src/table.vue +233 -233
  72. package/packages/data-table-form/src/tbody.vue +336 -336
  73. package/packages/data-table-form/src/thead.vue +68 -68
  74. package/packages/date-picker/index.js +5 -5
  75. package/packages/date-picker/src/main.vue +236 -236
  76. package/packages/dialog/index.js +5 -5
  77. package/packages/enable-drag/index.js +5 -5
  78. package/packages/enterprise/index.js +5 -5
  79. package/packages/enterprise/src/main.vue +66 -66
  80. package/packages/error-page/index.js +5 -5
  81. package/packages/error-page/src/main.vue +44 -44
  82. package/packages/flow/index.js +5 -5
  83. package/packages/flow/src/component/Circulate.vue +420 -420
  84. package/packages/flow/src/component/CustomPreset.vue +324 -324
  85. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  86. package/packages/flow/src/component/Preset.vue +257 -257
  87. package/packages/flow/src/component/TimeLimit.vue +190 -190
  88. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  89. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  90. package/packages/flow/src/main.vue +4248 -4224
  91. package/packages/flow/src/processForm.vue +1806 -1717
  92. package/packages/flow/src/processReject.vue +311 -311
  93. package/packages/flow/src/reset.vue +952 -952
  94. package/packages/flow/src/selectUser.vue +1 -1
  95. package/packages/flow/src/startTaskRead.vue +698 -698
  96. package/packages/flow/src/supervise.vue +162 -162
  97. package/packages/flow-group/index.js +5 -5
  98. package/packages/flow-group/src/main.vue +750 -750
  99. package/packages/flow-list/index.js +5 -5
  100. package/packages/form/index.js +5 -5
  101. package/packages/form/src/main.vue +5 -4
  102. package/packages/handle-user/index.js +5 -5
  103. package/packages/handle-user/src/main.vue +137 -137
  104. package/packages/handler/index.js +5 -5
  105. package/packages/handler/src/main.vue +499 -499
  106. package/packages/icon/index.js +5 -5
  107. package/packages/icons/index.js +5 -5
  108. package/packages/icons/src/main.vue +81 -81
  109. package/packages/input/index.js +5 -5
  110. package/packages/input/src/main.vue +356 -356
  111. package/packages/input-number/index.js +5 -5
  112. package/packages/input-number/src/main.vue +106 -106
  113. package/packages/label/index.js +5 -5
  114. package/packages/label/src/main.vue +457 -457
  115. package/packages/layout/index.js +5 -5
  116. package/packages/layout/src/item.vue +152 -152
  117. package/packages/layout/src/main.vue +31 -31
  118. package/packages/login/index.js +5 -5
  119. package/packages/login/src/main.vue +2088 -2088
  120. package/packages/main/index.js +5 -5
  121. package/packages/main/src/default/message.vue +249 -249
  122. package/packages/main/src/default/notice.vue +157 -157
  123. package/packages/main/src/default/userinfo.vue +513 -513
  124. package/packages/main/src/simplicity/index.vue +2335 -2335
  125. package/packages/main/src/simplicity/lists.vue +84 -84
  126. package/packages/main/src/simplicity/router-page.vue +45 -45
  127. package/packages/main/src/simplicity/userinfo.vue +408 -408
  128. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  129. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  130. package/packages/menu/index.js +5 -5
  131. package/packages/menu/src/main.vue +597 -597
  132. package/packages/nav/index.js +5 -5
  133. package/packages/notify/index.js +5 -5
  134. package/packages/notify/src/main.vue +538 -538
  135. package/packages/page/index.js +5 -5
  136. package/packages/page/src/main.vue +167 -167
  137. package/packages/pagination/index.js +5 -5
  138. package/packages/pagination/src/main.vue +96 -96
  139. package/packages/player/index.js +5 -5
  140. package/packages/player/src/main.vue +194 -194
  141. package/packages/qr-code/index.js +5 -5
  142. package/packages/qr-code/src/main.vue +170 -170
  143. package/packages/radio-group/index.js +6 -6
  144. package/packages/radio-group/src/main.vue +319 -319
  145. package/packages/retrial-auth/index.js +5 -5
  146. package/packages/retrial-auth/src/main.vue +299 -299
  147. package/packages/select/index.js +5 -5
  148. package/packages/select-ganged/index.js +5 -5
  149. package/packages/select-ganged/src/main.vue +724 -724
  150. package/packages/selector/index.js +5 -5
  151. package/packages/selector-panel/index.js +5 -5
  152. package/packages/selector-panel/src/tree.vue +129 -129
  153. package/packages/sizer/index.js +5 -5
  154. package/packages/sizer/src/main.vue +257 -257
  155. package/packages/steps/index.js +5 -5
  156. package/packages/steps/src/main.vue +181 -181
  157. package/packages/switch/index.js +5 -5
  158. package/packages/table-form/index.js +5 -5
  159. package/packages/tabs/index.js +5 -5
  160. package/packages/tabs/src/main.vue +788 -788
  161. package/packages/tabs-panel/index.js +5 -5
  162. package/packages/tabs-panel/src/main.vue +29 -29
  163. package/packages/theme-chalk/gulpfile.js +25 -0
  164. package/packages/theme-chalk/src/base.scss +261 -261
  165. package/packages/theme-chalk/src/button-group.scss +176 -176
  166. package/packages/theme-chalk/src/button.scss +24 -24
  167. package/packages/theme-chalk/src/calendar.scss +113 -113
  168. package/packages/theme-chalk/src/card.scss +99 -99
  169. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  170. package/packages/theme-chalk/src/clients.scss +87 -87
  171. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  172. package/packages/theme-chalk/src/date-picker.scss +7 -7
  173. package/packages/theme-chalk/src/dialog.scss +77 -77
  174. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  175. package/packages/theme-chalk/src/enterprise.scss +5 -5
  176. package/packages/theme-chalk/src/error-page.scss +18 -18
  177. package/packages/theme-chalk/src/flow-group.scss +110 -110
  178. package/packages/theme-chalk/src/flow.scss +376 -376
  179. package/packages/theme-chalk/src/handle-user.scss +40 -40
  180. package/packages/theme-chalk/src/icons.scss +99 -99
  181. package/packages/theme-chalk/src/input.scss +9 -9
  182. package/packages/theme-chalk/src/label.scss +24 -24
  183. package/packages/theme-chalk/src/layout.scss +46 -46
  184. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  185. package/packages/theme-chalk/src/nav.scss +111 -111
  186. package/packages/theme-chalk/src/page.scss +3 -3
  187. package/packages/theme-chalk/src/pagination.scss +29 -29
  188. package/packages/theme-chalk/src/player.scss +9 -9
  189. package/packages/theme-chalk/src/qr-code.scss +17 -17
  190. package/packages/theme-chalk/src/radio-group.scss +9 -9
  191. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  192. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  193. package/packages/theme-chalk/src/select.scss +8 -8
  194. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  195. package/packages/theme-chalk/src/sizer.scss +36 -36
  196. package/packages/theme-chalk/src/steps.scss +88 -88
  197. package/packages/theme-chalk/src/switch.scss +3 -3
  198. package/packages/theme-chalk/src/table-form.scss +1 -1
  199. package/packages/theme-chalk/src/tabs.scss +87 -87
  200. package/packages/theme-chalk/src/tips.scss +7 -7
  201. package/packages/theme-chalk/src/toolbar.scss +179 -179
  202. package/packages/theme-chalk/src/tree-group.scss +72 -72
  203. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  204. package/packages/tips/index.js +5 -5
  205. package/packages/toolbar/index.js +5 -5
  206. package/packages/toolbar/src/main.vue +430 -430
  207. package/packages/tree/index.js +5 -5
  208. package/packages/tree-group/index.js +5 -5
  209. package/packages/upload/index.js +5 -5
  210. package/packages/upload/src/main.vue +1344 -1344
  211. package/packages/upload/src/picture.js +15 -15
  212. package/packages/wujie/index.js +5 -5
  213. package/packages/wxlogin/index.js +5 -5
  214. package/packages/wxlogin/src/main.vue +128 -128
  215. package/src/config/api.js +6 -3
  216. package/src/config/image.js +2 -2
  217. package/src/index.js +1 -1
  218. package/src/utils/bus.js +3 -3
  219. package/src/utils/date-util.js +312 -312
  220. package/src/utils/http.js +50 -50
  221. package/src/utils/store.js +21 -21
  222. package/src/utils/webSocket.js +107 -107
  223. package/packages/theme-chalk/lib/base.css +0 -1
  224. package/packages/theme-chalk/lib/button-group.css +0 -1
  225. package/packages/theme-chalk/lib/button.css +0 -1
  226. package/packages/theme-chalk/lib/calendar.css +0 -1
  227. package/packages/theme-chalk/lib/calogin.css +0 -0
  228. package/packages/theme-chalk/lib/card.css +0 -1
  229. package/packages/theme-chalk/lib/cascader.css +0 -0
  230. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  231. package/packages/theme-chalk/lib/clients.css +0 -1
  232. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  233. package/packages/theme-chalk/lib/data-table.css +0 -1
  234. package/packages/theme-chalk/lib/date-picker.css +0 -1
  235. package/packages/theme-chalk/lib/dialog.css +0 -1
  236. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  237. package/packages/theme-chalk/lib/enterprise.css +0 -1
  238. package/packages/theme-chalk/lib/error-page.css +0 -1
  239. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  240. package/packages/theme-chalk/lib/flow-group.css +0 -1
  241. package/packages/theme-chalk/lib/flow-list.css +0 -1
  242. package/packages/theme-chalk/lib/flow.css +0 -1
  243. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  244. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  245. package/packages/theme-chalk/lib/form.css +0 -1
  246. package/packages/theme-chalk/lib/handle-user.css +0 -1
  247. package/packages/theme-chalk/lib/handler.css +0 -1
  248. package/packages/theme-chalk/lib/icon.css +0 -1
  249. package/packages/theme-chalk/lib/icons.css +0 -1
  250. package/packages/theme-chalk/lib/index.css +0 -1
  251. package/packages/theme-chalk/lib/input-number.css +0 -0
  252. package/packages/theme-chalk/lib/input.css +0 -1
  253. package/packages/theme-chalk/lib/label.css +0 -1
  254. package/packages/theme-chalk/lib/layout.css +0 -1
  255. package/packages/theme-chalk/lib/login.css +0 -1
  256. package/packages/theme-chalk/lib/main.css +0 -1
  257. package/packages/theme-chalk/lib/menu.css +0 -1
  258. package/packages/theme-chalk/lib/nav.css +0 -1
  259. package/packages/theme-chalk/lib/notify.css +0 -0
  260. package/packages/theme-chalk/lib/page.css +0 -1
  261. package/packages/theme-chalk/lib/pagination.css +0 -1
  262. package/packages/theme-chalk/lib/player.css +0 -1
  263. package/packages/theme-chalk/lib/qr-code.css +0 -1
  264. package/packages/theme-chalk/lib/radio-group.css +0 -1
  265. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  266. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  267. package/packages/theme-chalk/lib/select.css +0 -1
  268. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  269. package/packages/theme-chalk/lib/selector.css +0 -1
  270. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  271. package/packages/theme-chalk/lib/simplicity.css +0 -1
  272. package/packages/theme-chalk/lib/sizer.css +0 -1
  273. package/packages/theme-chalk/lib/steps.css +0 -1
  274. package/packages/theme-chalk/lib/switch.css +0 -1
  275. package/packages/theme-chalk/lib/table-form.css +0 -0
  276. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  277. package/packages/theme-chalk/lib/tabs.css +0 -1
  278. package/packages/theme-chalk/lib/tips.css +0 -1
  279. package/packages/theme-chalk/lib/toolbar.css +0 -1
  280. package/packages/theme-chalk/lib/tree-group.css +0 -1
  281. package/packages/theme-chalk/lib/tree.css +0 -1
  282. package/packages/theme-chalk/lib/upload.css +0 -1
  283. package/packages/theme-chalk/lib/wujie.css +0 -0
  284. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -1147,7 +1147,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
1147
1147
  // 自由发起传阅查询
1148
1148
  var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
1149
1149
  // 提交是否二次确认
1150
- var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
1150
+ var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
1151
1151
 
1152
1152
  // 自由发起传阅提交
1153
1153
  var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -18249,8 +18249,8 @@ error_page_src_main.install = function (Vue) {
18249
18249
  };
18250
18250
 
18251
18251
  /* harmony default export */ var error_page = (error_page_src_main);
18252
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
18253
- var mainvue_type_template_id_e13b4ef2_render = function () {
18252
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=26e121c2&
18253
+ var mainvue_type_template_id_26e121c2_render = function () {
18254
18254
  var _vm = this
18255
18255
  var _h = _vm.$createElement
18256
18256
  var _c = _vm._self._c || _h
@@ -22903,7 +22903,7 @@ var mainvue_type_template_id_e13b4ef2_render = function () {
22903
22903
  event
22904
22904
  ) {
22905
22905
  _vm.handleBlur(
22906
- item.name,
22906
+ item,
22907
22907
  event
22908
22908
  )
22909
22909
  },
@@ -22911,7 +22911,7 @@ var mainvue_type_template_id_e13b4ef2_render = function () {
22911
22911
  event
22912
22912
  ) {
22913
22913
  _vm.handleFocus(
22914
- item.name,
22914
+ item,
22915
22915
  event
22916
22916
  )
22917
22917
  },
@@ -22919,7 +22919,7 @@ var mainvue_type_template_id_e13b4ef2_render = function () {
22919
22919
  val
22920
22920
  ) {
22921
22921
  _vm.handleInput(
22922
- item.name,
22922
+ item,
22923
22923
  val
22924
22924
  )
22925
22925
  },
@@ -22927,7 +22927,7 @@ var mainvue_type_template_id_e13b4ef2_render = function () {
22927
22927
  $event
22928
22928
  ) {
22929
22929
  _vm.handleClear(
22930
- item.name
22930
+ item
22931
22931
  )
22932
22932
  },
22933
22933
  change: function (
@@ -24532,11 +24532,11 @@ var mainvue_type_template_id_e13b4ef2_render = function () {
24532
24532
  )
24533
24533
  : _vm._e()
24534
24534
  }
24535
- var mainvue_type_template_id_e13b4ef2_staticRenderFns = []
24536
- mainvue_type_template_id_e13b4ef2_render._withStripped = true
24535
+ var mainvue_type_template_id_26e121c2_staticRenderFns = []
24536
+ mainvue_type_template_id_26e121c2_render._withStripped = true
24537
24537
 
24538
24538
 
24539
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
24539
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=26e121c2&
24540
24540
 
24541
24541
  // CONCATENATED MODULE: ./src/utils/rules.js
24542
24542
  // 手机号
@@ -27964,6 +27964,7 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27964
27964
  }
27965
27965
  },
27966
27966
  handleFocus: function handleFocus(a, b, c) {
27967
+ console.log('handleFocus focus', a);
27967
27968
  if (a.events && a.events.focus) {
27968
27969
  a.events.focus(a.name, b, c, this.models);
27969
27970
  } else if (this.events[a.name] && this.events[a.name].focus) {
@@ -28399,8 +28400,8 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
28399
28400
 
28400
28401
  var form_src_main_component = normalizeComponent(
28401
28402
  packages_form_src_mainvue_type_script_lang_js_,
28402
- mainvue_type_template_id_e13b4ef2_render,
28403
- mainvue_type_template_id_e13b4ef2_staticRenderFns,
28403
+ mainvue_type_template_id_26e121c2_render,
28404
+ mainvue_type_template_id_26e121c2_staticRenderFns,
28404
28405
  false,
28405
28406
  null,
28406
28407
  null,
@@ -28417,8 +28418,8 @@ form_src_main.install = function (Vue) {
28417
28418
  };
28418
28419
 
28419
28420
  /* harmony default export */ var packages_form = (form_src_main);
28420
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
28421
- var mainvue_type_template_id_56a92ecc_render = function () {
28421
+ // 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=3f77c73e&
28422
+ var mainvue_type_template_id_3f77c73e_render = function () {
28422
28423
  var _vm = this
28423
28424
  var _h = _vm.$createElement
28424
28425
  var _c = _vm._self._c || _h
@@ -29842,6 +29843,8 @@ var mainvue_type_template_id_56a92ecc_render = function () {
29842
29843
  _vm.showTooltip,
29843
29844
  types:
29844
29845
  _vm.currentOrgSelectorTabs,
29846
+ selectUserList:
29847
+ _vm.nextCurrentOrgselectUserList,
29845
29848
  params:
29846
29849
  _vm.currentOrgSelectorParams,
29847
29850
  },
@@ -31495,11 +31498,11 @@ var mainvue_type_template_id_56a92ecc_render = function () {
31495
31498
  )
31496
31499
  : _vm._e()
31497
31500
  }
31498
- var mainvue_type_template_id_56a92ecc_staticRenderFns = []
31499
- mainvue_type_template_id_56a92ecc_render._withStripped = true
31501
+ var mainvue_type_template_id_3f77c73e_staticRenderFns = []
31502
+ mainvue_type_template_id_3f77c73e_render._withStripped = true
31500
31503
 
31501
31504
 
31502
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
31505
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3f77c73e&
31503
31506
 
31504
31507
  // 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&
31505
31508
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32550,8 +32553,8 @@ var CommonOpinions_component = normalizeComponent(
32550
32553
  )
32551
32554
 
32552
32555
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32553
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
32554
- var processFormvue_type_template_id_5c2c1688_render = function () {
32556
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=ac123c98&
32557
+ var processFormvue_type_template_id_ac123c98_render = function () {
32555
32558
  var _vm = this
32556
32559
  var _h = _vm.$createElement
32557
32560
  var _c = _vm._self._c || _h
@@ -32833,7 +32836,8 @@ var processFormvue_type_template_id_5c2c1688_render = function () {
32833
32836
  multiple: "",
32834
32837
  mix: "",
32835
32838
  showTooltip: _vm.showTooltip,
32836
- types: ["employee", "persongroup"],
32839
+ selectUserList: _vm.nextCurrentOrgselectUserList,
32840
+ types: _vm.currentOrgSelectorTabs,
32837
32841
  params: _vm.currentOrgSelectorParams,
32838
32842
  },
32839
32843
  on: {
@@ -33385,14 +33389,14 @@ var processFormvue_type_template_id_5c2c1688_render = function () {
33385
33389
  1
33386
33390
  )
33387
33391
  }
33388
- var processFormvue_type_template_id_5c2c1688_staticRenderFns = []
33389
- processFormvue_type_template_id_5c2c1688_render._withStripped = true
33392
+ var processFormvue_type_template_id_ac123c98_staticRenderFns = []
33393
+ processFormvue_type_template_id_ac123c98_render._withStripped = true
33390
33394
 
33391
33395
 
33392
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
33396
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=ac123c98&
33393
33397
 
33394
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33395
- var selectUservue_type_template_id_5424da0a_render = function () {
33398
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=e270ebde&
33399
+ var selectUservue_type_template_id_e270ebde_render = function () {
33396
33400
  var _vm = this
33397
33401
  var _h = _vm.$createElement
33398
33402
  var _c = _vm._self._c || _h
@@ -33553,11 +33557,11 @@ var selectUservue_type_template_id_5424da0a_render = function () {
33553
33557
  1
33554
33558
  )
33555
33559
  }
33556
- var selectUservue_type_template_id_5424da0a_staticRenderFns = []
33557
- selectUservue_type_template_id_5424da0a_render._withStripped = true
33560
+ var selectUservue_type_template_id_e270ebde_staticRenderFns = []
33561
+ selectUservue_type_template_id_e270ebde_render._withStripped = true
33558
33562
 
33559
33563
 
33560
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33564
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=e270ebde&
33561
33565
 
33562
33566
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
33563
33567
  var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -33870,6 +33874,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33870
33874
  }
33871
33875
  },
33872
33876
  mounted: function mounted() {
33877
+ console.log(this.nextUser, 'nextUser');
33873
33878
  this.classify = utils_util.getStorage('classify') != undefined ? utils_util.getStorage('classify') : true;
33874
33879
  },
33875
33880
 
@@ -33973,7 +33978,6 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33973
33978
  if (this.mix) data = this.getMixList();
33974
33979
  if (this.newMultiple) {
33975
33980
  this.newNextUser = [];
33976
-
33977
33981
  this.newSelectUserList.map(function (item) {
33978
33982
  if (_this4.mix) {
33979
33983
  _this4.newOptions.push(selectUservue_type_script_lang_js_extends({}, item, {
@@ -34087,8 +34091,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
34087
34091
 
34088
34092
  var selectUser_component = normalizeComponent(
34089
34093
  src_selectUservue_type_script_lang_js_,
34090
- selectUservue_type_template_id_5424da0a_render,
34091
- selectUservue_type_template_id_5424da0a_staticRenderFns,
34094
+ selectUservue_type_template_id_e270ebde_render,
34095
+ selectUservue_type_template_id_e270ebde_staticRenderFns,
34092
34096
  false,
34093
34097
  null,
34094
34098
  null,
@@ -35345,6 +35349,11 @@ var processFormvue_type_script_lang_js_components;
35345
35349
  //
35346
35350
  //
35347
35351
  //
35352
+ //
35353
+ //
35354
+ //
35355
+ //
35356
+ //
35348
35357
 
35349
35358
 
35350
35359
 
@@ -35443,6 +35452,7 @@ var processFormvue_type_script_lang_js_components;
35443
35452
  selectUser: false,
35444
35453
  multiple: false,
35445
35454
  readMultiple: true,
35455
+ currentOrgSelectorTabs: ['employee', 'persongroup'],
35446
35456
  customPresetHintMessage: '', //流程预设标题
35447
35457
  nextNodeCheckType: 'select',
35448
35458
  nextOperateCheckType: 'select',
@@ -35453,6 +35463,7 @@ var processFormvue_type_script_lang_js_components;
35453
35463
  show: true,
35454
35464
  enableCustomLimitTimeSetting: false,
35455
35465
  radioList: [],
35466
+ nextCurrentOrgselectUserList: [],
35456
35467
  showCustomLimitTimeText: false,
35457
35468
  activeNames: '',
35458
35469
  selectUserList: [],
@@ -36196,11 +36207,45 @@ var processFormvue_type_script_lang_js_components;
36196
36207
  _this7.allLoading.close();
36197
36208
  }
36198
36209
  if (status === 'success') {
36210
+ if (_this7.currentOrgSelectorParams.department && !_this7.currentOrgSelectorParams.department.roleid && _this7.selectorParams.roleid && nodeExtAttr.deptRoleCode) {
36211
+ _this7.currentOrgSelectorParams.department.roleid = nodeExtAttr.deptRoleCode;
36212
+ }
36199
36213
  _this7.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
36200
36214
  _this7.nextNode.userInfo = nextUserList;
36201
36215
  _this7.countersignaturetypeCode = countersignaturetypeCode;
36202
36216
  _this7.nextNode.countersignaturetypeText = countersignaturetypeText;
36203
36217
  _this7.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
36218
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
36219
+ _this7.nextCurrentOrgselectUserList = [];
36220
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
36221
+ nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
36222
+ _this7.nextCurrentOrgselectUserList.push({
36223
+ showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i],
36224
+ showid: x,
36225
+ stype: 'department'
36226
+ });
36227
+ });
36228
+ }
36229
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
36230
+ nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
36231
+ _this7.nextCurrentOrgselectUserList.push({
36232
+ showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i],
36233
+ showid: x,
36234
+ stype: 'employee'
36235
+ });
36236
+ });
36237
+ }
36238
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
36239
+ nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
36240
+ _this7.nextCurrentOrgselectUserList.push({
36241
+ showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i],
36242
+ showid: x,
36243
+ stype: 'enterprise'
36244
+ });
36245
+ });
36246
+ }
36247
+ _this7.nextNode.nextCurrentOrgObj = nodeMoreInfo.currentOrgDefaultSelectObjects;
36248
+ }
36204
36249
  if (_this7.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
36205
36250
  _this7.nextNode.customLimitTime = _this7.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
36206
36251
  }
@@ -36323,11 +36368,11 @@ var processFormvue_type_script_lang_js_components;
36323
36368
  });
36324
36369
  },
36325
36370
 
36326
- /**
36327
- * isMultiple
36328
- * @desc:是否多选
36329
- * @author liufan
36330
- * @date 2022年9月13日
36371
+ /**
36372
+ * isMultiple
36373
+ * @desc:是否多选
36374
+ * @author liufan
36375
+ * @date 2022年9月13日
36331
36376
  **/
36332
36377
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36333
36378
  var multiple = false;
@@ -36397,6 +36442,18 @@ var processFormvue_type_script_lang_js_components;
36397
36442
  });
36398
36443
  data.nextNodeCheckType && (_this9.nextNodeCheckType = data.nextNodeCheckType);
36399
36444
  data.nextOperateCheckType && (_this9.nextOperateCheckType = data.nextOperateCheckType);
36445
+ if (data.currentOrgSelectorParams) {
36446
+ if (data.currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
36447
+ _this9.currentOrgSelectorTabs = data.currentOrgSelectorParams.currentOrgType.split(',');
36448
+ var currentOrgparams = data.currentOrgSelectorParams.currentOrgRange.split(',');
36449
+ _this9.currentOrgSelectorTabs.map(function (x, i) {
36450
+ _this9.currentOrgSelectorParams[x] = {
36451
+ filid: currentOrgparams[i] == 'my' ? JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : currentOrgparams[i],
36452
+ only_filid: true
36453
+ };
36454
+ });
36455
+ }
36456
+ }
36400
36457
  _this9.customPresetHintMessage = data.customPresetHintMessage;
36401
36458
  _this9.readOnlyNotificationType = data.readOnlyNotificationType;
36402
36459
  _this9.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
@@ -36503,8 +36560,8 @@ var processFormvue_type_script_lang_js_components;
36503
36560
 
36504
36561
  var processForm_component = normalizeComponent(
36505
36562
  src_processFormvue_type_script_lang_js_,
36506
- processFormvue_type_template_id_5c2c1688_render,
36507
- processFormvue_type_template_id_5c2c1688_staticRenderFns,
36563
+ processFormvue_type_template_id_ac123c98_render,
36564
+ processFormvue_type_template_id_ac123c98_staticRenderFns,
36508
36565
  false,
36509
36566
  null,
36510
36567
  null,
@@ -40565,11 +40622,11 @@ var resetvue_type_script_lang_js_components;
40565
40622
  });
40566
40623
  },
40567
40624
 
40568
- /**
40569
- * isMultiple
40570
- * @desc:是否多选
40571
- * @author liufan
40572
- * @date 2022年9月13日
40625
+ /**
40626
+ * isMultiple
40627
+ * @desc:是否多选
40628
+ * @author liufan
40629
+ * @date 2022年9月13日
40573
40630
  **/
40574
40631
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40575
40632
  var multiple = false;
@@ -45217,11 +45274,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45217
45274
  });
45218
45275
  },
45219
45276
 
45220
- /**
45221
- * saveInfo
45222
- * @desc:暂存
45223
- * @author liufan
45224
- * @date 2022年9月9日
45277
+ /**
45278
+ * saveInfo
45279
+ * @desc:暂存
45280
+ * @author liufan
45281
+ * @date 2022年9月9日
45225
45282
  **/
45226
45283
  saveInfo: function saveInfo(type, btn) {
45227
45284
  var _this6 = this;
@@ -45283,11 +45340,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45283
45340
  });
45284
45341
  },
45285
45342
 
45286
- /**
45287
- * rejectBtn
45288
- * @desc:点击驳回
45289
- * @author liufan
45290
- * @date 2022年5月25日
45343
+ /**
45344
+ * rejectBtn
45345
+ * @desc:点击驳回
45346
+ * @author liufan
45347
+ * @date 2022年5月25日
45291
45348
  **/
45292
45349
  rejectBtn: function rejectBtn() {
45293
45350
  var _this8 = this;
@@ -45305,11 +45362,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45305
45362
  }
45306
45363
  },
45307
45364
 
45308
- /**
45309
- * taskReadBtn
45310
- * @desc:点击分阅
45311
- * @author liufan
45312
- * @date 2022年5月25日
45365
+ /**
45366
+ * taskReadBtn
45367
+ * @desc:点击分阅
45368
+ * @author liufan
45369
+ * @date 2022年5月25日
45313
45370
  **/
45314
45371
  taskReadBtn: function taskReadBtn() {
45315
45372
  var _this9 = this;
@@ -45328,11 +45385,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45328
45385
  }
45329
45386
  },
45330
45387
 
45331
- /**
45332
- * getFind
45333
- * @desc:获取通知方式
45334
- * @author liufan
45335
- * @date 2022年5月25日
45388
+ /**
45389
+ * getFind
45390
+ * @desc:获取通知方式
45391
+ * @author liufan
45392
+ * @date 2022年5月25日
45336
45393
  **/
45337
45394
  getFind: function getFind() {
45338
45395
  var _this10 = this;
@@ -45388,12 +45445,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45388
45445
  });
45389
45446
  },
45390
45447
 
45391
- /**
45392
- * endFlows
45393
- * @desc:直接办结
45394
- * @author liufan
45395
- * @param {Object} res 直接办结数据
45396
- * @date 2022年5月25日
45448
+ /**
45449
+ * endFlows
45450
+ * @desc:直接办结
45451
+ * @author liufan
45452
+ * @param {Object} res 直接办结数据
45453
+ * @date 2022年5月25日
45397
45454
  **/
45398
45455
  endFlows: function endFlows(res) {
45399
45456
  var _this12 = this;
@@ -45447,12 +45504,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45447
45504
  }).catch(function (e) {});
45448
45505
  },
45449
45506
 
45450
- /**
45451
- * goView
45452
- * @desc:更多流程按钮操作
45453
- * @author liufan
45454
- * @param {Object} res 当前点击操作按钮数据
45455
- * @date 2022年5月25日
45507
+ /**
45508
+ * goView
45509
+ * @desc:更多流程按钮操作
45510
+ * @author liufan
45511
+ * @param {Object} res 当前点击操作按钮数据
45512
+ * @date 2022年5月25日
45456
45513
  **/
45457
45514
  goView: function goView(res) {
45458
45515
  // 驳回并办结:rejectAndEndHtml
@@ -45537,11 +45594,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45537
45594
  // isCanStartSubFlow
45538
45595
  },
45539
45596
 
45540
- /**
45541
- * toTakeAdvice
45542
- * @desc:征求意见
45543
- * @author liufan
45544
- * @date 2022年9月29日
45597
+ /**
45598
+ * toTakeAdvice
45599
+ * @desc:征求意见
45600
+ * @author liufan
45601
+ * @date 2022年9月29日
45545
45602
  **/
45546
45603
  toTakeAdvice: function toTakeAdvice(res) {
45547
45604
  var _this14 = this;
@@ -45585,11 +45642,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45585
45642
  });
45586
45643
  },
45587
45644
 
45588
- /**
45589
- * toStartDraf
45590
- * @desc: 稿件递送、联合审核、复核
45591
- * @author liufan
45592
- * @date 2022年9月29日
45645
+ /**
45646
+ * toStartDraf
45647
+ * @desc: 稿件递送、联合审核、复核
45648
+ * @author liufan
45649
+ * @date 2022年9月29日
45593
45650
  **/
45594
45651
  toStartDraf: function toStartDraf(res) {
45595
45652
  var _this16 = this;
@@ -45603,11 +45660,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45603
45660
  }
45604
45661
  },
45605
45662
 
45606
- /**
45607
- * toSendMsg
45608
- * @desc:核稿通知
45609
- * @author liufan
45610
- * @date 2022年9月29日
45663
+ /**
45664
+ * toSendMsg
45665
+ * @desc:核稿通知
45666
+ * @author liufan
45667
+ * @date 2022年9月29日
45611
45668
  **/
45612
45669
  toSendMsg: function toSendMsg(res) {
45613
45670
  var _this17 = this;
@@ -45621,11 +45678,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45621
45678
  }
45622
45679
  },
45623
45680
 
45624
- /**
45625
- * toTaskReadAndEnd
45626
- * @desc:分阅并办结
45627
- * @author liufan
45628
- * @date 2022年9月29日
45681
+ /**
45682
+ * toTaskReadAndEnd
45683
+ * @desc:分阅并办结
45684
+ * @author liufan
45685
+ * @date 2022年9月29日
45629
45686
  **/
45630
45687
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45631
45688
  var _this18 = this;
@@ -45643,11 +45700,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45643
45700
  }
45644
45701
  },
45645
45702
 
45646
- /**
45647
- * rejectAndEnd
45648
- * @desc:驳回并办结
45649
- * @author liufan
45650
- * @date 2022年9月29日
45703
+ /**
45704
+ * rejectAndEnd
45705
+ * @desc:驳回并办结
45706
+ * @author liufan
45707
+ * @date 2022年9月29日
45651
45708
  **/
45652
45709
  rejectAndEnd: function rejectAndEnd(res) {
45653
45710
  var _this19 = this;
@@ -45702,11 +45759,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45702
45759
  });
45703
45760
  },
45704
45761
 
45705
- /**
45706
- * toTransfer
45707
- * @desc:转办
45708
- * @author liufan
45709
- * @date 2022年9月29日
45762
+ /**
45763
+ * toTransfer
45764
+ * @desc:转办
45765
+ * @author liufan
45766
+ * @date 2022年9月29日
45710
45767
  **/
45711
45768
  toTransfer: function toTransfer(res) {
45712
45769
  var _this21 = this;
@@ -45722,11 +45779,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45722
45779
  }
45723
45780
  },
45724
45781
 
45725
- /**
45726
- * getNodeInfo
45727
- * @desc:获取节点信息
45728
- * @author liufan
45729
- * @date 2022年5月25日
45782
+ /**
45783
+ * getNodeInfo
45784
+ * @desc:获取节点信息
45785
+ * @author liufan
45786
+ * @date 2022年5月25日
45730
45787
  **/
45731
45788
  getNodeInfo: function getNodeInfo() {
45732
45789
  var _this22 = this;
@@ -45825,12 +45882,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45825
45882
  });
45826
45883
  },
45827
45884
 
45828
- /**
45829
- * selecNext
45830
- * @desc:下步节点变化时更新数据
45831
- * @author liufan
45832
- * @param {String} val 当前选中值
45833
- * @date 2022年5月25日
45885
+ /**
45886
+ * selecNext
45887
+ * @desc:下步节点变化时更新数据
45888
+ * @author liufan
45889
+ * @param {String} val 当前选中值
45890
+ * @date 2022年5月25日
45834
45891
  **/
45835
45892
  selecNext: function selecNext(val, type, isDef) {
45836
45893
  var _this23 = this;
@@ -45939,11 +45996,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45939
45996
  if (isDef !== true) this.getNodeInfo();
45940
45997
  },
45941
45998
 
45942
- /**
45943
- * isMultiple
45944
- * @desc:是否多选
45945
- * @author liufan
45946
- * @date 2022年9月13日
45999
+ /**
46000
+ * isMultiple
46001
+ * @desc:是否多选
46002
+ * @author liufan
46003
+ * @date 2022年9月13日
45947
46004
  **/
45948
46005
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45949
46006
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45975,11 +46032,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45975
46032
  }
45976
46033
  },
45977
46034
 
45978
- /**
45979
- * getHedInfo
45980
- * @desc:获取审核页面数据
45981
- * @author liufan
45982
- * @date 2022年5月25日
46035
+ /**
46036
+ * getHedInfo
46037
+ * @desc:获取审核页面数据
46038
+ * @author liufan
46039
+ * @date 2022年5月25日
45983
46040
  **/
45984
46041
  getHedInfo: function getHedInfo() {
45985
46042
  var _this24 = this;
@@ -46215,13 +46272,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46215
46272
  });
46216
46273
  },
46217
46274
 
46218
- /**
46219
- * closeProcess
46220
- * @desc:关闭弹窗
46221
- * @author liufan
46222
- * @param {boolean} val 当前是否办理流程
46223
- * @param {String} type 当前点击的弹窗类型
46224
- * @date 2022年5月25日
46275
+ /**
46276
+ * closeProcess
46277
+ * @desc:关闭弹窗
46278
+ * @author liufan
46279
+ * @param {boolean} val 当前是否办理流程
46280
+ * @param {String} type 当前点击的弹窗类型
46281
+ * @date 2022年5月25日
46225
46282
  **/
46226
46283
  closeProcess: function closeProcess(val, type, closeParent) {
46227
46284
  if (closeParent) {
@@ -46238,23 +46295,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46238
46295
  }
46239
46296
  },
46240
46297
 
46241
- /**
46242
- * selectChange
46243
- * @desc:常用语选择
46244
- * @author liufan
46245
- * @param {String} val 选中值
46246
- * @date 2022年5月25日
46298
+ /**
46299
+ * selectChange
46300
+ * @desc:常用语选择
46301
+ * @author liufan
46302
+ * @param {String} val 选中值
46303
+ * @date 2022年5月25日
46247
46304
  **/
46248
46305
  selectChange: function selectChange(val) {
46249
46306
  this.value = val;
46250
46307
  },
46251
46308
 
46252
- /**
46253
- * upDate
46254
- * @desc:修改常用语
46255
- * @author liufan
46256
- * @param {Object} val 修改值
46257
- * @date 2022年5月25日
46309
+ /**
46310
+ * upDate
46311
+ * @desc:修改常用语
46312
+ * @author liufan
46313
+ * @param {Object} val 修改值
46314
+ * @date 2022年5月25日
46258
46315
  **/
46259
46316
  upDate: function upDate(val) {
46260
46317
  this.FormData.id = val.id;
@@ -46262,11 +46319,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46262
46319
  },
46263
46320
 
46264
46321
 
46265
- /**
46266
- * getProcess
46267
- * @desc:获取选择流程
46268
- * @author liufan
46269
- * @date 2022年5月25日
46322
+ /**
46323
+ * getProcess
46324
+ * @desc:获取选择流程
46325
+ * @author liufan
46326
+ * @date 2022年5月25日
46270
46327
  **/
46271
46328
  getProcess: function getProcess() {
46272
46329
  var _this25 = this;
@@ -46320,11 +46377,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46320
46377
  });
46321
46378
  },
46322
46379
 
46323
- /**
46324
- * getPendedhistoryList
46325
- * @desc:获取流程列表
46326
- * @author liufan
46327
- * @date 2022年5月25日
46380
+ /**
46381
+ * getPendedhistoryList
46382
+ * @desc:获取流程列表
46383
+ * @author liufan
46384
+ * @date 2022年5月25日
46328
46385
  **/
46329
46386
  getPendedhistoryList: function getPendedhistoryList() {
46330
46387
  var _this26 = this;
@@ -46356,12 +46413,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46356
46413
  },
46357
46414
 
46358
46415
  // 提交流程
46359
- /**
46360
- * subProcess
46361
- * @desc:提交流程
46362
- * @author liufan
46363
- * @param {String} formName 当前form表单ref值
46364
- * @date 2022年5月25日
46416
+ /**
46417
+ * subProcess
46418
+ * @desc:提交流程
46419
+ * @author liufan
46420
+ * @param {String} formName 当前form表单ref值
46421
+ * @date 2022年5月25日
46365
46422
  **/
46366
46423
  subProcess: function subProcess(val) {
46367
46424
  var _this27 = this;
@@ -49415,6 +49472,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49415
49472
  //
49416
49473
  //
49417
49474
  //
49475
+ //
49418
49476
 
49419
49477
 
49420
49478
 
@@ -49573,6 +49631,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49573
49631
  nextOtherOrgObjSelect: [],
49574
49632
  subProcessColumns: [],
49575
49633
  nextCurrentOrgObjSelect: [],
49634
+ nextCurrentOrgselectUserList: [],
49576
49635
  loading: null, // 加载中
49577
49636
  newTypeCode: '',
49578
49637
  NodeName: '', // 当前节点值
@@ -50335,11 +50394,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50335
50394
  });
50336
50395
  },
50337
50396
 
50338
- /**
50339
- * saveInfo
50340
- * @desc:暂存
50341
- * @author liufan
50342
- * @date 2022年9月9日
50397
+ /**
50398
+ * saveInfo
50399
+ * @desc:暂存
50400
+ * @author liufan
50401
+ * @date 2022年9月9日
50343
50402
  **/
50344
50403
  saveInfo: function saveInfo(type, btn) {
50345
50404
  var _this14 = this;
@@ -50401,11 +50460,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50401
50460
  });
50402
50461
  },
50403
50462
 
50404
- /**
50405
- * rejectBtn
50406
- * @desc:点击驳回
50407
- * @author liufan
50408
- * @date 2022年5月25日
50463
+ /**
50464
+ * rejectBtn
50465
+ * @desc:点击驳回
50466
+ * @author liufan
50467
+ * @date 2022年5月25日
50409
50468
  **/
50410
50469
  rejectBtn: function rejectBtn() {
50411
50470
  var _this16 = this;
@@ -50423,11 +50482,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50423
50482
  }
50424
50483
  },
50425
50484
 
50426
- /**
50427
- * taskReadBtn
50428
- * @desc:点击分阅
50429
- * @author liufan
50430
- * @date 2022年5月25日
50485
+ /**
50486
+ * taskReadBtn
50487
+ * @desc:点击分阅
50488
+ * @author liufan
50489
+ * @date 2022年5月25日
50431
50490
  **/
50432
50491
  taskReadBtn: function taskReadBtn() {
50433
50492
  var _this17 = this;
@@ -50446,11 +50505,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50446
50505
  }
50447
50506
  },
50448
50507
 
50449
- /**
50450
- * getFind
50451
- * @desc:获取通知方式
50452
- * @author liufan
50453
- * @date 2022年5月25日
50508
+ /**
50509
+ * getFind
50510
+ * @desc:获取通知方式
50511
+ * @author liufan
50512
+ * @date 2022年5月25日
50454
50513
  **/
50455
50514
  getFind: function getFind() {
50456
50515
  var _this18 = this;
@@ -50517,12 +50576,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50517
50576
  });
50518
50577
  },
50519
50578
 
50520
- /**
50521
- * endFlows
50522
- * @desc:直接办结
50523
- * @author liufan
50524
- * @param {Object} res 直接办结数据
50525
- * @date 2022年5月25日
50579
+ /**
50580
+ * endFlows
50581
+ * @desc:直接办结
50582
+ * @author liufan
50583
+ * @param {Object} res 直接办结数据
50584
+ * @date 2022年5月25日
50526
50585
  **/
50527
50586
  endFlows: function endFlows(res) {
50528
50587
  var _this20 = this;
@@ -50577,12 +50636,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50577
50636
  }).catch(function (e) {});
50578
50637
  },
50579
50638
 
50580
- /**
50581
- * goView
50582
- * @desc:更多流程按钮操作
50583
- * @author liufan
50584
- * @param {Object} res 当前点击操作按钮数据
50585
- * @date 2022年5月25日
50639
+ /**
50640
+ * goView
50641
+ * @desc:更多流程按钮操作
50642
+ * @author liufan
50643
+ * @param {Object} res 当前点击操作按钮数据
50644
+ * @date 2022年5月25日
50586
50645
  **/
50587
50646
  goView: function goView(res) {
50588
50647
  // 驳回并办结:rejectAndEndHtml
@@ -50669,11 +50728,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50669
50728
  // isCanStartSubFlow
50670
50729
  },
50671
50730
 
50672
- /**
50673
- * toTakeAdvice
50674
- * @desc:征求意见
50675
- * @author liufan
50676
- * @date 2022年9月29日
50731
+ /**
50732
+ * toTakeAdvice
50733
+ * @desc:征求意见
50734
+ * @author liufan
50735
+ * @date 2022年9月29日
50677
50736
  **/
50678
50737
  toTakeAdvice: function toTakeAdvice(res) {
50679
50738
  var _this22 = this;
@@ -50717,11 +50776,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50717
50776
  });
50718
50777
  },
50719
50778
 
50720
- /**
50721
- * toStartDraf
50722
- * @desc: 稿件递送、联合审核、复核
50723
- * @author liufan
50724
- * @date 2022年9月29日
50779
+ /**
50780
+ * toStartDraf
50781
+ * @desc: 稿件递送、联合审核、复核
50782
+ * @author liufan
50783
+ * @date 2022年9月29日
50725
50784
  **/
50726
50785
  toStartDraf: function toStartDraf(res) {
50727
50786
  var _this24 = this;
@@ -50735,11 +50794,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50735
50794
  }
50736
50795
  },
50737
50796
 
50738
- /**
50739
- * toSendMsg
50740
- * @desc:核稿通知
50741
- * @author liufan
50742
- * @date 2022年9月29日
50797
+ /**
50798
+ * toSendMsg
50799
+ * @desc:核稿通知
50800
+ * @author liufan
50801
+ * @date 2022年9月29日
50743
50802
  **/
50744
50803
  toSendMsg: function toSendMsg(res) {
50745
50804
  var _this25 = this;
@@ -50753,11 +50812,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50753
50812
  }
50754
50813
  },
50755
50814
 
50756
- /**
50757
- * toTaskReadAndEnd
50758
- * @desc:分阅并办结
50759
- * @author liufan
50760
- * @date 2022年9月29日
50815
+ /**
50816
+ * toTaskReadAndEnd
50817
+ * @desc:分阅并办结
50818
+ * @author liufan
50819
+ * @date 2022年9月29日
50761
50820
  **/
50762
50821
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50763
50822
  var _this26 = this;
@@ -50775,11 +50834,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50775
50834
  }
50776
50835
  },
50777
50836
 
50778
- /**
50779
- * rejectAndEnd
50780
- * @desc:驳回并办结
50781
- * @author liufan
50782
- * @date 2022年9月29日
50837
+ /**
50838
+ * rejectAndEnd
50839
+ * @desc:驳回并办结
50840
+ * @author liufan
50841
+ * @date 2022年9月29日
50783
50842
  **/
50784
50843
  rejectAndEnd: function rejectAndEnd(res) {
50785
50844
  var _this27 = this;
@@ -50835,11 +50894,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50835
50894
  });
50836
50895
  },
50837
50896
 
50838
- /**
50839
- * toTransfer
50840
- * @desc:转办
50841
- * @author liufan
50842
- * @date 2022年9月29日
50897
+ /**
50898
+ * toTransfer
50899
+ * @desc:转办
50900
+ * @author liufan
50901
+ * @date 2022年9月29日
50843
50902
  **/
50844
50903
  toTransfer: function toTransfer(res) {
50845
50904
  var _this29 = this;
@@ -50858,11 +50917,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50858
50917
  this.nextNode.customLimitTime = val;
50859
50918
  },
50860
50919
 
50861
- /**
50862
- * getNodeInfo
50863
- * @desc:获取节点信息
50864
- * @author liufan
50865
- * @date 2022年5月25日
50920
+ /**
50921
+ * getNodeInfo
50922
+ * @desc:获取节点信息
50923
+ * @author liufan
50924
+ * @date 2022年5月25日
50866
50925
  **/
50867
50926
  getNodeInfo: function getNodeInfo() {
50868
50927
  var _this30 = this;
@@ -50888,6 +50947,26 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50888
50947
  if (_this30.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
50889
50948
  _this30.nextNode.customLimitTime = _this30.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
50890
50949
  }
50950
+ if (_this30.currentOrgSelectorParams.department && !_this30.currentOrgSelectorParams.department.roleid && _this30.selectorParams.roleid && data.nodeExtAttr.deptRoleCode) {
50951
+ _this30.currentOrgSelectorParams.department.roleid = data.nodeExtAttr.deptRoleCode;
50952
+ }
50953
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
50954
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
50955
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
50956
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i], showid: x, stype: 'department' });
50957
+ });
50958
+ }
50959
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
50960
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
50961
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i], showid: x, stype: 'employee' });
50962
+ });
50963
+ }
50964
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
50965
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
50966
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i], showid: x, stype: 'enterprise' });
50967
+ });
50968
+ }
50969
+ }
50891
50970
  if (data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
50892
50971
  _this30.params.only_filid = true;
50893
50972
  }
@@ -50973,12 +51052,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50973
51052
  });
50974
51053
  },
50975
51054
 
50976
- /**
50977
- * selecNext
50978
- * @desc:下步节点变化时更新数据
50979
- * @author liufan
50980
- * @param {String} val 当前选中值
50981
- * @date 2022年5月25日
51055
+ /**
51056
+ * selecNext
51057
+ * @desc:下步节点变化时更新数据
51058
+ * @author liufan
51059
+ * @param {String} val 当前选中值
51060
+ * @date 2022年5月25日
50982
51061
  **/
50983
51062
  selecNext: function selecNext(val, type, isDef) {
50984
51063
  var _this31 = this;
@@ -51118,11 +51197,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51118
51197
  }
51119
51198
  },
51120
51199
 
51121
- /**
51122
- * isMultiple
51123
- * @desc:是否多选
51124
- * @author liufan
51125
- * @date 2022年9月13日
51200
+ /**
51201
+ * isMultiple
51202
+ * @desc:是否多选
51203
+ * @author liufan
51204
+ * @date 2022年9月13日
51126
51205
  **/
51127
51206
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51128
51207
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51154,11 +51233,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51154
51233
  }
51155
51234
  },
51156
51235
 
51157
- /**
51158
- * getHedInfo
51159
- * @desc:获取审核页面数据
51160
- * @author liufan
51161
- * @date 2022年5月25日
51236
+ /**
51237
+ * getHedInfo
51238
+ * @desc:获取审核页面数据
51239
+ * @author liufan
51240
+ * @date 2022年5月25日
51162
51241
  **/
51163
51242
  getHedInfo: function getHedInfo() {
51164
51243
  var _this32 = this;
@@ -51240,7 +51319,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51240
51319
  _this32.currentOrgSelectorTabs.map(function (x, i) {
51241
51320
  _this32.currentOrgSelectorParams[x] = {
51242
51321
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
51243
- only_filid: true
51322
+ only_filid: true,
51323
+ roleid: _this32.selectorParams.roleid
51244
51324
  };
51245
51325
  });
51246
51326
  }
@@ -51476,13 +51556,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51476
51556
  });
51477
51557
  },
51478
51558
 
51479
- /**
51480
- * closeProcess
51481
- * @desc:关闭弹窗
51482
- * @author liufan
51483
- * @param {boolean} val 当前是否办理流程
51484
- * @param {String} type 当前点击的弹窗类型
51485
- * @date 2022年5月25日
51559
+ /**
51560
+ * closeProcess
51561
+ * @desc:关闭弹窗
51562
+ * @author liufan
51563
+ * @param {boolean} val 当前是否办理流程
51564
+ * @param {String} type 当前点击的弹窗类型
51565
+ * @date 2022年5月25日
51486
51566
  **/
51487
51567
  closeProcess: function closeProcess(val, type, closeParent) {
51488
51568
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51502,23 +51582,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51502
51582
  }
51503
51583
  },
51504
51584
 
51505
- /**
51506
- * selectChange
51507
- * @desc:常用语选择
51508
- * @author liufan
51509
- * @param {String} val 选中值
51510
- * @date 2022年5月25日
51585
+ /**
51586
+ * selectChange
51587
+ * @desc:常用语选择
51588
+ * @author liufan
51589
+ * @param {String} val 选中值
51590
+ * @date 2022年5月25日
51511
51591
  **/
51512
51592
  selectChange: function selectChange(val) {
51513
51593
  this.value = val;
51514
51594
  },
51515
51595
 
51516
- /**
51517
- * upDate
51518
- * @desc:修改常用语
51519
- * @author liufan
51520
- * @param {Object} val 修改值
51521
- * @date 2022年5月25日
51596
+ /**
51597
+ * upDate
51598
+ * @desc:修改常用语
51599
+ * @author liufan
51600
+ * @param {Object} val 修改值
51601
+ * @date 2022年5月25日
51522
51602
  **/
51523
51603
  upDate: function upDate(val) {
51524
51604
  this.FormData.id = val.id;
@@ -51526,11 +51606,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51526
51606
  },
51527
51607
 
51528
51608
 
51529
- /**
51530
- * getProcess
51531
- * @desc:获取选择流程
51532
- * @author liufan
51533
- * @date 2022年5月25日
51609
+ /**
51610
+ * getProcess
51611
+ * @desc:获取选择流程
51612
+ * @author liufan
51613
+ * @date 2022年5月25日
51534
51614
  **/
51535
51615
  getProcess: function getProcess(val) {
51536
51616
  var _this33 = this;
@@ -51590,11 +51670,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51590
51670
  });
51591
51671
  },
51592
51672
 
51593
- /**
51594
- * getPendedhistoryList
51595
- * @desc:获取流程列表
51596
- * @author liufan
51597
- * @date 2022年5月25日
51673
+ /**
51674
+ * getPendedhistoryList
51675
+ * @desc:获取流程列表
51676
+ * @author liufan
51677
+ * @date 2022年5月25日
51598
51678
  **/
51599
51679
  getPendedhistoryList: function getPendedhistoryList() {
51600
51680
  var _this34 = this;
@@ -51665,12 +51745,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51665
51745
  beforeSubProcess: function beforeSubProcess() {},
51666
51746
 
51667
51747
  // 提交流程
51668
- /**
51669
- * subProcess
51670
- * @desc:提交流程
51671
- * @author liufan
51672
- * @param {String} formName 当前form表单ref值
51673
- * @date 2022年5月25日
51748
+ /**
51749
+ * subProcess
51750
+ * @desc:提交流程
51751
+ * @author liufan
51752
+ * @param {String} formName 当前form表单ref值
51753
+ * @date 2022年5月25日
51674
51754
  **/
51675
51755
  subProcess: function subProcess(val, type) {
51676
51756
  var _this36 = this;
@@ -52153,8 +52233,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52153
52233
 
52154
52234
  var flow_src_main_component = normalizeComponent(
52155
52235
  packages_flow_src_mainvue_type_script_lang_js_,
52156
- mainvue_type_template_id_56a92ecc_render,
52157
- mainvue_type_template_id_56a92ecc_staticRenderFns,
52236
+ mainvue_type_template_id_3f77c73e_render,
52237
+ mainvue_type_template_id_3f77c73e_staticRenderFns,
52158
52238
  false,
52159
52239
  null,
52160
52240
  null,
@@ -70674,10 +70754,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70674
70754
  this.$refs.user.handleSelect(res);
70675
70755
  },
70676
70756
 
70677
- /**
70678
- * @desc:匹配路由
70679
- * @author huangbo
70680
- * @date 2024年9月7日
70757
+ /**
70758
+ * @desc:匹配路由
70759
+ * @author huangbo
70760
+ * @date 2024年9月7日
70681
70761
  **/
70682
70762
  hasRouter: function hasRouter(res, url, code) {
70683
70763
  if (!url) {
@@ -70721,10 +70801,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70721
70801
  return false;
70722
70802
  },
70723
70803
 
70724
- /**
70725
- * @desc:获取初始数据
70726
- * @author huangbo
70727
- * @date 2024年9月7日
70804
+ /**
70805
+ * @desc:获取初始数据
70806
+ * @author huangbo
70807
+ * @date 2024年9月7日
70728
70808
  **/
70729
70809
  init: function init(results, first) {
70730
70810
  this.setConfig(results);
@@ -70733,10 +70813,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70733
70813
  }
70734
70814
  },
70735
70815
 
70736
- /**
70737
- * @desc:设置用户配置及信息
70738
- * @author huangbo
70739
- * @date 2024年9月7日
70816
+ /**
70817
+ * @desc:设置用户配置及信息
70818
+ * @author huangbo
70819
+ * @date 2024年9月7日
70740
70820
  **/
70741
70821
  setConfig: function setConfig(results) {
70742
70822
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70904,10 +70984,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70904
70984
  }
70905
70985
  },
70906
70986
 
70907
- /**
70908
- * @desc:获取所有应用
70909
- * @author huangbo
70910
- * @date 2024年9月7日
70987
+ /**
70988
+ * @desc:获取所有应用
70989
+ * @author huangbo
70990
+ * @date 2024年9月7日
70911
70991
  **/
70912
70992
  getApplications: function getApplications() {
70913
70993
  var _this2 = this;
@@ -70955,10 +71035,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70955
71035
  });
70956
71036
  },
70957
71037
 
70958
- /**
70959
- * @desc:获取菜单列表
70960
- * @author huangbo
70961
- * @date 2024年9月7日
71038
+ /**
71039
+ * @desc:获取菜单列表
71040
+ * @author huangbo
71041
+ * @date 2024年9月7日
70962
71042
  **/
70963
71043
  getMenus: function getMenus(loading) {
70964
71044
  var _this3 = this;
@@ -70991,10 +71071,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70991
71071
  });
70992
71072
  },
70993
71073
 
70994
- /**
70995
- * @desc:处理菜单列表
70996
- * @author huangbo
70997
- * @date 2024年9月7日
71074
+ /**
71075
+ * @desc:处理菜单列表
71076
+ * @author huangbo
71077
+ * @date 2024年9月7日
70998
71078
  **/
70999
71079
  renderMenus: function renderMenus(res) {
71000
71080
  this.menus = res;
@@ -71090,10 +71170,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71090
71170
  }
71091
71171
  },
71092
71172
 
71093
- /**
71094
- * @desc:设置页面加载类型
71095
- * @author huangbo
71096
- * @date 2024年9月7日
71173
+ /**
71174
+ * @desc:设置页面加载类型
71175
+ * @author huangbo
71176
+ * @date 2024年9月7日
71097
71177
  **/
71098
71178
  setIframeType: function setIframeType(res) {
71099
71179
  var url = res.url;
@@ -71149,10 +71229,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71149
71229
  return res;
71150
71230
  },
71151
71231
 
71152
- /**
71153
- * @desc:获取菜单
71154
- * @author huangbo
71155
- * @date 2024年9月7日
71232
+ /**
71233
+ * @desc:获取菜单
71234
+ * @author huangbo
71235
+ * @date 2024年9月7日
71156
71236
  **/
71157
71237
  getMenu: function getMenu(menus, res, key) {
71158
71238
  if (Array.isArray(menus)) {
@@ -71181,10 +71261,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71181
71261
  return false;
71182
71262
  },
71183
71263
 
71184
- /**
71185
- * @desc:获取菜单第一条数据
71186
- * @author huangbo
71187
- * @date 2024年9月7日
71264
+ /**
71265
+ * @desc:获取菜单第一条数据
71266
+ * @author huangbo
71267
+ * @date 2024年9月7日
71188
71268
  **/
71189
71269
  getFirst: function getFirst(obj) {
71190
71270
  if (!obj) {
@@ -71203,10 +71283,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71203
71283
  }
71204
71284
  },
71205
71285
 
71206
- /**
71207
- * @desc:遍历设置菜单气泡提醒
71208
- * @author huangbo
71209
- * @date 2024年9月7日
71286
+ /**
71287
+ * @desc:遍历设置菜单气泡提醒
71288
+ * @author huangbo
71289
+ * @date 2024年9月7日
71210
71290
  **/
71211
71291
  setTips: function setTips(obj) {
71212
71292
  var _this4 = this;
@@ -71277,10 +71357,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71277
71357
  }
71278
71358
  },
71279
71359
 
71280
- /**
71281
- * @desc:获取气泡提醒
71282
- * @author huangbo
71283
- * @date 2024年9月7日
71360
+ /**
71361
+ * @desc:获取气泡提醒
71362
+ * @author huangbo
71363
+ * @date 2024年9月7日
71284
71364
  **/
71285
71365
  getBadge: function getBadge(res) {
71286
71366
  var num = res.tips || 0;
@@ -71294,10 +71374,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71294
71374
  };
71295
71375
  },
71296
71376
 
71297
- /**
71298
- * @desc:开启weosocket
71299
- * @author huangbo
71300
- * @date 2024年9月7日
71377
+ /**
71378
+ * @desc:开启weosocket
71379
+ * @author huangbo
71380
+ * @date 2024年9月7日
71301
71381
  **/
71302
71382
  initWebSocket: function initWebSocket() {
71303
71383
  var _this6 = this;
@@ -71346,10 +71426,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71346
71426
  });
71347
71427
  },
71348
71428
 
71349
- /**
71350
- * @desc:显示用户信息
71351
- * @author huangbo
71352
- * @date 2024年9月7日
71429
+ /**
71430
+ * @desc:显示用户信息
71431
+ * @author huangbo
71432
+ * @date 2024年9月7日
71353
71433
  **/
71354
71434
  showUserInfo: function showUserInfo() {
71355
71435
  if (this.showUser === false) {
@@ -71357,19 +71437,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71357
71437
  }
71358
71438
  },
71359
71439
 
71360
- /**
71361
- * @desc:删除更多应用菜单点击
71362
- * @author huangbo
71363
- * @date 2024年9月7日
71440
+ /**
71441
+ * @desc:删除更多应用菜单点击
71442
+ * @author huangbo
71443
+ * @date 2024年9月7日
71364
71444
  **/
71365
71445
  handleDelete: function handleDelete(index) {
71366
71446
  this.newApps.splice(index, 1);
71367
71447
  },
71368
71448
 
71369
- /**
71370
- * @desc:储存更多应用菜单点击
71371
- * @author huangbo
71372
- * @date 2024年9月7日
71449
+ /**
71450
+ * @desc:储存更多应用菜单点击
71451
+ * @author huangbo
71452
+ * @date 2024年9月7日
71373
71453
  **/
71374
71454
  handlerClickApps: function handlerClickApps(res) {
71375
71455
  if (res.permission === false) {
@@ -71382,10 +71462,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71382
71462
  this.handlerClickApp(res);
71383
71463
  },
71384
71464
 
71385
- /**
71386
- * @desc:侧边应用菜单点击
71387
- * @author huangbo
71388
- * @date 2024年9月7日
71465
+ /**
71466
+ * @desc:侧边应用菜单点击
71467
+ * @author huangbo
71468
+ * @date 2024年9月7日
71389
71469
  **/
71390
71470
  handlerClickApp: function handlerClickApp(res) {
71391
71471
  this.showMsg = false;
@@ -71474,10 +71554,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71474
71554
  }
71475
71555
  },
71476
71556
 
71477
- /**
71478
- * @desc:显示Drawer界面
71479
- * @author huangbo
71480
- * @date 2024年9月7日
71557
+ /**
71558
+ * @desc:显示Drawer界面
71559
+ * @author huangbo
71560
+ * @date 2024年9月7日
71481
71561
  **/
71482
71562
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71483
71563
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71497,19 +71577,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71497
71577
  }
71498
71578
  },
71499
71579
 
71500
- /**
71501
- * @desc:关闭Drawer界面
71502
- * @author huangbo
71503
- * @date 2024年9月7日
71580
+ /**
71581
+ * @desc:关闭Drawer界面
71582
+ * @author huangbo
71583
+ * @date 2024年9月7日
71504
71584
  **/
71505
71585
  handleCloseDrawer: function handleCloseDrawer() {
71506
71586
  this.drawer = { visible: false };
71507
71587
  },
71508
71588
 
71509
- /**
71510
- * @desc:菜单点击
71511
- * @author huangbo
71512
- * @date 2024年9月7日
71589
+ /**
71590
+ * @desc:菜单点击
71591
+ * @author huangbo
71592
+ * @date 2024年9月7日
71513
71593
  **/
71514
71594
  handlerClickMenu: function handlerClickMenu(res) {
71515
71595
  utils_util.ajax({
@@ -71558,19 +71638,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71558
71638
  },
71559
71639
 
71560
71640
 
71561
- /**
71562
- * @desc:用户详情请求成功
71563
- * @author huangbo
71564
- * @date 2024年9月7日
71641
+ /**
71642
+ * @desc:用户详情请求成功
71643
+ * @author huangbo
71644
+ * @date 2024年9月7日
71565
71645
  **/
71566
71646
  handleSuccess: function handleSuccess(res) {
71567
71647
  this.simpleUserInfo = res.simpleUserInfo;
71568
71648
  },
71569
71649
 
71570
- /**
71571
- * @desc:修改用户配置
71572
- * @author huangbo
71573
- * @date 2024年9月7日
71650
+ /**
71651
+ * @desc:修改用户配置
71652
+ * @author huangbo
71653
+ * @date 2024年9月7日
71574
71654
  **/
71575
71655
  handleChangeConfig: function handleChangeConfig(name, res) {
71576
71656
  if (name == 'userHeadUrl') {
@@ -71586,10 +71666,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71586
71666
  }
71587
71667
  },
71588
71668
 
71589
- /**
71590
- * @desc:关闭webSocket
71591
- * @author huangbo
71592
- * @date 2024年9月7日
71669
+ /**
71670
+ * @desc:关闭webSocket
71671
+ * @author huangbo
71672
+ * @date 2024年9月7日
71593
71673
  **/
71594
71674
  handlerClose: function handlerClose() {
71595
71675
  if (this.webSocket) {
@@ -71597,10 +71677,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71597
71677
  }
71598
71678
  },
71599
71679
 
71600
- /**
71601
- * @desc:刷新选中iframe页签
71602
- * @author huangbo
71603
- * @date 2024年9月7日
71680
+ /**
71681
+ * @desc:刷新选中iframe页签
71682
+ * @author huangbo
71683
+ * @date 2024年9月7日
71604
71684
  **/
71605
71685
  handleRefresh: function handleRefresh(arg) {
71606
71686
  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');
@@ -71637,10 +71717,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71637
71717
  }
71638
71718
  },
71639
71719
 
71640
- /**
71641
- * @desc:删除iframe
71642
- * @author huangbo
71643
- * @date 2024年9月7日
71720
+ /**
71721
+ * @desc:删除iframe
71722
+ * @author huangbo
71723
+ * @date 2024年9月7日
71644
71724
  **/
71645
71725
  handleRemove: function handleRemove(name) {
71646
71726
  var len = this.tabs.length - 1;
@@ -71657,10 +71737,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71657
71737
  }
71658
71738
  },
71659
71739
 
71660
- /**
71661
- * @desc:tabs鼠标右键事件
71662
- * @author huangbo
71663
- * @date 2024年9月7日
71740
+ /**
71741
+ * @desc:tabs鼠标右键事件
71742
+ * @author huangbo
71743
+ * @date 2024年9月7日
71664
71744
  **/
71665
71745
  handleContextmenu: function handleContextmenu(tabs, e) {
71666
71746
  var disabled = {};
@@ -71685,10 +71765,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71685
71765
  window.addEventListener('click', this.closeTabsEvents);
71686
71766
  },
71687
71767
 
71688
- /**
71689
- * @desc:tabs页签事件
71690
- * @author huangbo
71691
- * @date 2024年9月7日
71768
+ /**
71769
+ * @desc:tabs页签事件
71770
+ * @author huangbo
71771
+ * @date 2024年9月7日
71692
71772
  **/
71693
71773
  handleTabsEvents: function handleTabsEvents(num) {
71694
71774
  if (this.pane !== null) {
@@ -71699,10 +71779,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71699
71779
  },
71700
71780
 
71701
71781
 
71702
- /**
71703
- * @desc:关闭页签事件面板
71704
- * @author huangbo
71705
- * @date 2024年9月7日
71782
+ /**
71783
+ * @desc:关闭页签事件面板
71784
+ * @author huangbo
71785
+ * @date 2024年9月7日
71706
71786
  **/
71707
71787
  closeTabsEvents: function closeTabsEvents(e) {
71708
71788
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71712,10 +71792,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71712
71792
  },
71713
71793
 
71714
71794
 
71715
- /**
71716
- * @desc:tabs页签点击事件
71717
- * @author huangbo
71718
- * @date 2024年9月7日
71795
+ /**
71796
+ * @desc:tabs页签点击事件
71797
+ * @author huangbo
71798
+ * @date 2024年9月7日
71719
71799
  **/
71720
71800
  handleTabClick: function handleTabClick() {
71721
71801
  this.active = '';
@@ -71723,10 +71803,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71723
71803
  this.showMenu = false;
71724
71804
  },
71725
71805
 
71726
- /**
71727
- * @desc:handler工具栏点击事件
71728
- * @author huangbo
71729
- * @date 2024年9月7日
71806
+ /**
71807
+ * @desc:handler工具栏点击事件
71808
+ * @author huangbo
71809
+ * @date 2024年9月7日
71730
71810
  **/
71731
71811
  handleClick: function handleClick(res) {
71732
71812
  var type = res.type,
@@ -71807,10 +71887,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71807
71887
  this.$emit('handler-click', res);
71808
71888
  },
71809
71889
 
71810
- /**
71811
- * @desc:退出登录
71812
- * @author huangbo
71813
- * @date 2024年9月7日
71890
+ /**
71891
+ * @desc:退出登录
71892
+ * @author huangbo
71893
+ * @date 2024年9月7日
71814
71894
  **/
71815
71895
  handleQuit: function handleQuit() {
71816
71896
  var _this7 = this;
@@ -71891,10 +71971,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71891
71971
  }).catch(function (e) {});
71892
71972
  },
71893
71973
 
71894
- /**
71895
- * @desc:主题、消息回调
71896
- * @author huangbo
71897
- * @date 2024年9月7日
71974
+ /**
71975
+ * @desc:主题、消息回调
71976
+ * @author huangbo
71977
+ * @date 2024年9月7日
71898
71978
  **/
71899
71979
  handleChange: function handleChange(res) {
71900
71980
  var type = res.type,
@@ -71910,10 +71990,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71910
71990
  }
71911
71991
  },
71912
71992
 
71913
- /**
71914
- * @desc:菜单布局样式切换
71915
- * @author huangbo
71916
- * @date 2024年9月7日
71993
+ /**
71994
+ * @desc:菜单布局样式切换
71995
+ * @author huangbo
71996
+ * @date 2024年9月7日
71917
71997
  **/
71918
71998
  handleLayout: function handleLayout(res, active) {
71919
71999
  if (active) {
@@ -71923,10 +72003,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71923
72003
  this.$emit('chang-layout', res, active);
71924
72004
  },
71925
72005
 
71926
- /**
71927
- * @desc:消息修改总数
71928
- * @author huangbo
71929
- * @date 2024年9月7日
72006
+ /**
72007
+ * @desc:消息修改总数
72008
+ * @author huangbo
72009
+ * @date 2024年9月7日
71930
72010
  **/
71931
72011
  handleMenuTips: function handleMenuTips(id, num) {
71932
72012
  if (num) {
@@ -71937,10 +72017,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71937
72017
  }
71938
72018
  },
71939
72019
 
71940
- /**
71941
- * @desc:处理即时消息
71942
- * @author huangbo
71943
- * @date 2024年9月7日
72020
+ /**
72021
+ * @desc:处理即时消息
72022
+ * @author huangbo
72023
+ * @date 2024年9月7日
71944
72024
  **/
71945
72025
  handleOpened: function handleOpened(res) {
71946
72026
  var _this8 = this;
@@ -75966,8 +76046,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75966
76046
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75967
76047
  },
75968
76048
 
75969
- /**
75970
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76049
+ /**
76050
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75971
76051
  */
75972
76052
  queryChildMenuData: function queryChildMenuData() {
75973
76053
  var _this2 = this;
@@ -76086,8 +76166,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76086
76166
  }))();
76087
76167
  },
76088
76168
 
76089
- /**
76090
- * getVoteMeetingNum: 查询会议数量
76169
+ /**
76170
+ * getVoteMeetingNum: 查询会议数量
76091
76171
  */
76092
76172
  getVoteMeetingNum: function getVoteMeetingNum() {
76093
76173
  var _this5 = this;
@@ -76112,8 +76192,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76112
76192
  });
76113
76193
  },
76114
76194
 
76115
- /**
76116
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76195
+ /**
76196
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76117
76197
  */
76118
76198
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76119
76199
  var _this6 = this;
@@ -76138,8 +76218,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76138
76218
  },
76139
76219
 
76140
76220
 
76141
- /**
76142
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76221
+ /**
76222
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76143
76223
  */
76144
76224
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76145
76225
  var _this7 = this;
@@ -76167,8 +76247,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76167
76247
  });
76168
76248
  },
76169
76249
 
76170
- /**
76171
- * getIndexCount: 查询待办任务数量
76250
+ /**
76251
+ * getIndexCount: 查询待办任务数量
76172
76252
  */
76173
76253
  getIndexCount: function getIndexCount() {
76174
76254
  var _this8 = this;
@@ -76199,10 +76279,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76199
76279
  this.$refs.user.handleSelect(res);
76200
76280
  },
76201
76281
 
76202
- /**
76203
- * @desc:匹配路由
76204
- * @author huangbo
76205
- * @date 2024年9月7日
76282
+ /**
76283
+ * @desc:匹配路由
76284
+ * @author huangbo
76285
+ * @date 2024年9月7日
76206
76286
  **/
76207
76287
  hasRouter: function hasRouter(res, url, code) {
76208
76288
  if (!url) {
@@ -76246,10 +76326,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76246
76326
  return false;
76247
76327
  },
76248
76328
 
76249
- /**
76250
- * @desc:获取初始数据
76251
- * @author huangbo
76252
- * @date 2024年9月7日
76329
+ /**
76330
+ * @desc:获取初始数据
76331
+ * @author huangbo
76332
+ * @date 2024年9月7日
76253
76333
  **/
76254
76334
  init: function init(results) {
76255
76335
  this.setConfig(results);
@@ -76260,10 +76340,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76260
76340
  // }
76261
76341
  },
76262
76342
 
76263
- /**
76264
- * @desc:设置用户配置及信息
76265
- * @author huangbo
76266
- * @date 2024年9月7日
76343
+ /**
76344
+ * @desc:设置用户配置及信息
76345
+ * @author huangbo
76346
+ * @date 2024年9月7日
76267
76347
  **/
76268
76348
  setConfig: function setConfig(results) {
76269
76349
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76427,8 +76507,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76427
76507
  }
76428
76508
  },
76429
76509
 
76430
- /**
76431
- * @desc:获取用户自定义菜单
76510
+ /**
76511
+ * @desc:获取用户自定义菜单
76432
76512
  **/
76433
76513
  getUseCommonMenu: function getUseCommonMenu() {
76434
76514
  var _this9 = this;
@@ -76458,10 +76538,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76458
76538
  });
76459
76539
  },
76460
76540
 
76461
- /**
76462
- * @desc:获取所有应用
76463
- * @author huangbo
76464
- * @date 2024年9月7日
76541
+ /**
76542
+ * @desc:获取所有应用
76543
+ * @author huangbo
76544
+ * @date 2024年9月7日
76465
76545
  **/
76466
76546
  getApplications: function getApplications() {
76467
76547
  var _this10 = this;
@@ -76509,10 +76589,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76509
76589
  });
76510
76590
  },
76511
76591
 
76512
- /**
76513
- * @desc:获取菜单列表
76514
- * @author huangbo
76515
- * @date 2024年9月7日
76592
+ /**
76593
+ * @desc:获取菜单列表
76594
+ * @author huangbo
76595
+ * @date 2024年9月7日
76516
76596
  **/
76517
76597
  getMenus: function getMenus(loading) {
76518
76598
  var _this11 = this;
@@ -76539,10 +76619,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76539
76619
  });
76540
76620
  },
76541
76621
 
76542
- /**
76543
- * @desc:处理菜单列表
76544
- * @author huangbo
76545
- * @date 2024年9月7日
76622
+ /**
76623
+ * @desc:处理菜单列表
76624
+ * @author huangbo
76625
+ * @date 2024年9月7日
76546
76626
  **/
76547
76627
  renderMenus: function renderMenus(res) {
76548
76628
  // // console.log(res, 'renderMenus');
@@ -76588,9 +76668,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76588
76668
  // console.log(this.currentPage, 'currentPage');
76589
76669
  },
76590
76670
 
76591
- /**
76592
- * 更新myRemind中各项的权限状态
76593
- * @param {Array} menus - 完整的菜单列表
76671
+ /**
76672
+ * 更新myRemind中各项的权限状态
76673
+ * @param {Array} menus - 完整的菜单列表
76594
76674
  */
76595
76675
  updateRemindPermission: function updateRemindPermission(menus) {
76596
76676
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76618,10 +76698,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76618
76698
  });
76619
76699
  },
76620
76700
 
76621
- /**
76622
- * @desc:设置页面加载类型
76623
- * @author huangbo
76624
- * @date 2024年9月7日
76701
+ /**
76702
+ * @desc:设置页面加载类型
76703
+ * @author huangbo
76704
+ * @date 2024年9月7日
76625
76705
  **/
76626
76706
  setIframeType: function setIframeType(res) {
76627
76707
  var url = res.url;
@@ -76678,10 +76758,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76678
76758
  return res;
76679
76759
  },
76680
76760
 
76681
- /**
76682
- * @desc:获取菜单
76683
- * @author huangbo
76684
- * @date 2024年9月7日
76761
+ /**
76762
+ * @desc:获取菜单
76763
+ * @author huangbo
76764
+ * @date 2024年9月7日
76685
76765
  **/
76686
76766
  getMenu: function getMenu(menus, res, key) {
76687
76767
  if (Array.isArray(menus)) {
@@ -76710,10 +76790,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76710
76790
  return false;
76711
76791
  },
76712
76792
 
76713
- /**
76714
- * @desc:获取菜单第一条数据
76715
- * @author huangbo
76716
- * @date 2024年9月7日
76793
+ /**
76794
+ * @desc:获取菜单第一条数据
76795
+ * @author huangbo
76796
+ * @date 2024年9月7日
76717
76797
  **/
76718
76798
  getFirst: function getFirst(obj) {
76719
76799
  if (!obj) {
@@ -76732,10 +76812,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76732
76812
  }
76733
76813
  },
76734
76814
 
76735
- /**
76736
- * @desc:遍历设置菜单气泡提醒
76737
- * @author huangbo
76738
- * @date 2024年9月7日
76815
+ /**
76816
+ * @desc:遍历设置菜单气泡提醒
76817
+ * @author huangbo
76818
+ * @date 2024年9月7日
76739
76819
  **/
76740
76820
  setTips: function setTips(obj) {
76741
76821
  var _this12 = this;
@@ -76800,10 +76880,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76800
76880
  }
76801
76881
  },
76802
76882
 
76803
- /**
76804
- * @desc:获取气泡提醒
76805
- * @author huangbo
76806
- * @date 2024年9月7日
76883
+ /**
76884
+ * @desc:获取气泡提醒
76885
+ * @author huangbo
76886
+ * @date 2024年9月7日
76807
76887
  **/
76808
76888
  getBadge: function getBadge(res) {
76809
76889
  var num = res.tips || 0;
@@ -76817,10 +76897,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76817
76897
  };
76818
76898
  },
76819
76899
 
76820
- /**
76821
- * @desc:开启weosocket
76822
- * @author huangbo
76823
- * @date 2024年9月7日
76900
+ /**
76901
+ * @desc:开启weosocket
76902
+ * @author huangbo
76903
+ * @date 2024年9月7日
76824
76904
  **/
76825
76905
  initWebSocket: function initWebSocket() {
76826
76906
  var _this14 = this;
@@ -76888,10 +76968,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76888
76968
  });
76889
76969
  },
76890
76970
 
76891
- /**
76892
- * @desc:显示用户信息
76893
- * @author huangbo
76894
- * @date 2024年9月7日
76971
+ /**
76972
+ * @desc:显示用户信息
76973
+ * @author huangbo
76974
+ * @date 2024年9月7日
76895
76975
  **/
76896
76976
  showUserInfo: function showUserInfo() {
76897
76977
  if (this.showUser === false) {
@@ -76899,19 +76979,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76899
76979
  }
76900
76980
  },
76901
76981
 
76902
- /**
76903
- * @desc:删除更多应用菜单点击
76904
- * @author huangbo
76905
- * @date 2024年9月7日
76982
+ /**
76983
+ * @desc:删除更多应用菜单点击
76984
+ * @author huangbo
76985
+ * @date 2024年9月7日
76906
76986
  **/
76907
76987
  handleDelete: function handleDelete(index) {
76908
76988
  this.newApps.splice(index, 1);
76909
76989
  },
76910
76990
 
76911
- /**
76912
- * @desc:显示Drawer界面
76913
- * @author huangbo
76914
- * @date 2024年9月7日
76991
+ /**
76992
+ * @desc:显示Drawer界面
76993
+ * @author huangbo
76994
+ * @date 2024年9月7日
76915
76995
  **/
76916
76996
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76917
76997
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76931,28 +77011,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76931
77011
  }
76932
77012
  },
76933
77013
 
76934
- /**
76935
- * @desc:关闭Drawer界面
76936
- * @author huangbo
76937
- * @date 2024年9月7日
77014
+ /**
77015
+ * @desc:关闭Drawer界面
77016
+ * @author huangbo
77017
+ * @date 2024年9月7日
76938
77018
  **/
76939
77019
  handleCloseDrawer: function handleCloseDrawer() {
76940
77020
  this.drawer = { visible: false };
76941
77021
  },
76942
77022
 
76943
- /**
76944
- * @desc:用户详情请求成功
76945
- * @author huangbo
76946
- * @date 2024年9月7日
77023
+ /**
77024
+ * @desc:用户详情请求成功
77025
+ * @author huangbo
77026
+ * @date 2024年9月7日
76947
77027
  **/
76948
77028
  handleSuccess: function handleSuccess(res) {
76949
77029
  this.simpleUserInfo = res.simpleUserInfo;
76950
77030
  },
76951
77031
 
76952
- /**
76953
- * @desc:修改用户配置
76954
- * @author huangbo
76955
- * @date 2024年9月7日
77032
+ /**
77033
+ * @desc:修改用户配置
77034
+ * @author huangbo
77035
+ * @date 2024年9月7日
76956
77036
  **/
76957
77037
  handleChangeConfig: function handleChangeConfig(name, res) {
76958
77038
  if (name == 'userHeadUrl') {
@@ -76968,10 +77048,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76968
77048
  }
76969
77049
  },
76970
77050
 
76971
- /**
76972
- * @desc:关闭webSocket
76973
- * @author huangbo
76974
- * @date 2024年9月7日
77051
+ /**
77052
+ * @desc:关闭webSocket
77053
+ * @author huangbo
77054
+ * @date 2024年9月7日
76975
77055
  **/
76976
77056
  handlerClose: function handlerClose() {
76977
77057
  if (this.webSocket) {
@@ -76982,10 +77062,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76982
77062
  this.handleRefresh(1);
76983
77063
  },
76984
77064
 
76985
- /**
76986
- * @desc:刷新选中iframe页签
76987
- * @author huangbo
76988
- * @date 2024年9月7日
77065
+ /**
77066
+ * @desc:刷新选中iframe页签
77067
+ * @author huangbo
77068
+ * @date 2024年9月7日
76989
77069
  **/
76990
77070
  handleRefresh: function handleRefresh(arg) {
76991
77071
  if (arg !== 1) {
@@ -77031,10 +77111,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77031
77111
  }
77032
77112
  },
77033
77113
 
77034
- /**
77035
- * @desc:删除iframe
77036
- * @author huangbo
77037
- * @date 2024年9月7日
77114
+ /**
77115
+ * @desc:删除iframe
77116
+ * @author huangbo
77117
+ * @date 2024年9月7日
77038
77118
  **/
77039
77119
  handleRemove: function handleRemove(name) {
77040
77120
  var len = this.tabs.length - 1;
@@ -77051,10 +77131,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77051
77131
  }
77052
77132
  },
77053
77133
 
77054
- /**
77055
- * @desc:tabs鼠标右键事件
77056
- * @author huangbo
77057
- * @date 2024年9月7日
77134
+ /**
77135
+ * @desc:tabs鼠标右键事件
77136
+ * @author huangbo
77137
+ * @date 2024年9月7日
77058
77138
  **/
77059
77139
  handleContextmenu: function handleContextmenu(tabs, e) {
77060
77140
  var disabled = {};
@@ -77079,10 +77159,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77079
77159
  window.addEventListener('click', this.closeTabsEvents);
77080
77160
  },
77081
77161
 
77082
- /**
77083
- * @desc:tabs页签事件
77084
- * @author huangbo
77085
- * @date 2024年9月7日
77162
+ /**
77163
+ * @desc:tabs页签事件
77164
+ * @author huangbo
77165
+ * @date 2024年9月7日
77086
77166
  **/
77087
77167
  handleTabsEvents: function handleTabsEvents(num) {
77088
77168
  if (this.pane !== null) {
@@ -77093,10 +77173,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77093
77173
  },
77094
77174
 
77095
77175
 
77096
- /**
77097
- * @desc:关闭页签事件面板
77098
- * @author huangbo
77099
- * @date 2024年9月7日
77176
+ /**
77177
+ * @desc:关闭页签事件面板
77178
+ * @author huangbo
77179
+ * @date 2024年9月7日
77100
77180
  **/
77101
77181
  closeTabsEvents: function closeTabsEvents(e) {
77102
77182
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77106,10 +77186,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77106
77186
  },
77107
77187
 
77108
77188
 
77109
- /**
77110
- * @desc:tabs页签点击事件
77111
- * @author huangbo
77112
- * @date 2024年9月7日
77189
+ /**
77190
+ * @desc:tabs页签点击事件
77191
+ * @author huangbo
77192
+ * @date 2024年9月7日
77113
77193
  **/
77114
77194
  handleTabClick: function handleTabClick() {
77115
77195
  this.active = '';
@@ -77117,10 +77197,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77117
77197
  this.showMenu = false;
77118
77198
  },
77119
77199
 
77120
- /**
77121
- * @desc:handler工具栏点击事件
77122
- * @author huangbo
77123
- * @date 2024年9月7日
77200
+ /**
77201
+ * @desc:handler工具栏点击事件
77202
+ * @author huangbo
77203
+ * @date 2024年9月7日
77124
77204
  **/
77125
77205
  handleClick: function handleClick(res) {
77126
77206
  var type = res.type,
@@ -77210,10 +77290,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77210
77290
  this.$emit('handler-click', res);
77211
77291
  },
77212
77292
 
77213
- /**
77214
- * @desc:退出登录
77215
- * @author huangbo
77216
- * @date 2024年9月7日
77293
+ /**
77294
+ * @desc:退出登录
77295
+ * @author huangbo
77296
+ * @date 2024年9月7日
77217
77297
  **/
77218
77298
  handleQuit: function handleQuit() {
77219
77299
  var _this15 = this;
@@ -77288,10 +77368,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77288
77368
  }).catch(function (e) {});
77289
77369
  },
77290
77370
 
77291
- /**
77292
- * @desc:主题、消息回调
77293
- * @author huangbo
77294
- * @date 2024年9月7日
77371
+ /**
77372
+ * @desc:主题、消息回调
77373
+ * @author huangbo
77374
+ * @date 2024年9月7日
77295
77375
  **/
77296
77376
  handleChange: function handleChange(res) {
77297
77377
  var type = res.type,
@@ -77307,10 +77387,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77307
77387
  }
77308
77388
  },
77309
77389
 
77310
- /**
77311
- * @desc:菜单布局样式切换
77312
- * @author huangbo
77313
- * @date 2024年9月7日
77390
+ /**
77391
+ * @desc:菜单布局样式切换
77392
+ * @author huangbo
77393
+ * @date 2024年9月7日
77314
77394
  **/
77315
77395
  handleLayout: function handleLayout(res, active) {
77316
77396
  if (active) {
@@ -77320,10 +77400,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77320
77400
  this.$emit('chang-layout', res, active);
77321
77401
  },
77322
77402
 
77323
- /**
77324
- * @desc:消息修改总数
77325
- * @author huangbo
77326
- * @date 2024年9月7日
77403
+ /**
77404
+ * @desc:消息修改总数
77405
+ * @author huangbo
77406
+ * @date 2024年9月7日
77327
77407
  **/
77328
77408
  handleMenuTips: function handleMenuTips(id, num) {
77329
77409
  if (num) {
@@ -77334,10 +77414,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77334
77414
  }
77335
77415
  },
77336
77416
 
77337
- /**
77338
- * @desc:处理即时消息
77339
- * @author huangbo
77340
- * @date 2024年9月7日
77417
+ /**
77418
+ * @desc:处理即时消息
77419
+ * @author huangbo
77420
+ * @date 2024年9月7日
77341
77421
  **/
77342
77422
  handleOpened: function handleOpened(res) {
77343
77423
  var _this16 = this;
@@ -77353,14 +77433,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77353
77433
  }
77354
77434
  },
77355
77435
 
77356
- /**
77357
- * @desc:菜单点击事件
77358
- * @author huangbo
77359
- * @date 2024年9月7日
77360
- * @param {*} res 菜单点击事件参数
77361
- * @param {*} method 菜单点击事件方法
77362
- * 1.顶部菜单点击跳转已经实现
77363
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77436
+ /**
77437
+ * @desc:菜单点击事件
77438
+ * @author huangbo
77439
+ * @date 2024年9月7日
77440
+ * @param {*} res 菜单点击事件参数
77441
+ * @param {*} method 菜单点击事件方法
77442
+ * 1.顶部菜单点击跳转已经实现
77443
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77364
77444
  **/
77365
77445
  handleSelect: function handleSelect(res) {
77366
77446
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84775,19 +84855,19 @@ var QRCode = __webpack_require__(28);
84775
84855
  //设置logo大小
84776
84856
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84777
84857
  //设置获取的logo将其变为圆角以及添加白色背景
84778
- /* ctx.fillStyle = "#fff";
84779
- ctx.beginPath();
84780
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84781
- let w = 46; //圆角宽
84782
- let x = logoPosition - 5;
84783
- let y = logoPosition - 5;
84784
- let r = 5; //圆角半径
84785
- ctx.moveTo(x + r, y);
84786
- ctx.arcTo(x + w, y, x + w, y + h, r);
84787
- ctx.arcTo(x + w, y + h, x, y + h, r);
84788
- ctx.arcTo(x, y + h, x, y, r);
84789
- ctx.arcTo(x, y, x + w, y, r);
84790
- ctx.closePath();
84858
+ /* ctx.fillStyle = "#fff";
84859
+ ctx.beginPath();
84860
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84861
+ let w = 46; //圆角宽
84862
+ let x = logoPosition - 5;
84863
+ let y = logoPosition - 5;
84864
+ let r = 5; //圆角半径
84865
+ ctx.moveTo(x + r, y);
84866
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84867
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84868
+ ctx.arcTo(x, y + h, x, y, r);
84869
+ ctx.arcTo(x, y, x + w, y, r);
84870
+ ctx.closePath();
84791
84871
  ctx.fill(); */
84792
84872
  logo.onload = function () {
84793
84873
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102997,7 +103077,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102997
103077
  }
102998
103078
 
102999
103079
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103000
- version: '0.8.17',
103080
+ version: '0.8.19',
103001
103081
  install: install,
103002
103082
  Button: packages_button,
103003
103083
  ButtonGroup: button_group,