eoss-ui 0.8.8 → 0.8.10

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 (242) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +884 -823
  3. package/lib/flow.js +267 -259
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/flow.css +1 -1
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/lib/theme-chalk/login.css +1 -1
  10. package/lib/tree.js +77 -24
  11. package/package.json +1 -1
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/plugin.js +915 -915
  18. package/packages/card/index.js +5 -5
  19. package/packages/card/src/main.vue +156 -156
  20. package/packages/cascader/index.js +5 -5
  21. package/packages/cascader/src/main.vue +168 -168
  22. package/packages/checkbox-group/index.js +5 -5
  23. package/packages/checkbox-group/src/main.vue +333 -333
  24. package/packages/clients/index.js +5 -5
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +46 -46
  27. package/packages/data-table/src/main.vue +1876 -1876
  28. package/packages/data-table/src/sizer.vue +195 -195
  29. package/packages/data-table-form/index.js +5 -5
  30. package/packages/data-table-form/src/checkbox.vue +101 -101
  31. package/packages/data-table-form/src/colgroup.vue +17 -17
  32. package/packages/data-table-form/src/main.vue +181 -181
  33. package/packages/data-table-form/src/radio.vue +65 -65
  34. package/packages/data-table-form/src/table.vue +233 -233
  35. package/packages/data-table-form/src/tbody.vue +336 -336
  36. package/packages/data-table-form/src/thead.vue +68 -68
  37. package/packages/date-picker/index.js +5 -5
  38. package/packages/date-picker/src/main.vue +236 -236
  39. package/packages/dialog/index.js +5 -5
  40. package/packages/enable-drag/index.js +5 -5
  41. package/packages/enterprise/index.js +5 -5
  42. package/packages/enterprise/src/main.vue +66 -66
  43. package/packages/error-page/index.js +5 -5
  44. package/packages/error-page/src/main.vue +44 -44
  45. package/packages/flow/index.js +5 -5
  46. package/packages/flow/src/component/Circulate.vue +419 -419
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/TimeLimit.vue +190 -190
  49. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  50. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  51. package/packages/flow/src/main.vue +4201 -4201
  52. package/packages/flow/src/processForm.vue +1717 -1717
  53. package/packages/flow/src/processReject.vue +311 -311
  54. package/packages/flow/src/reset.vue +952 -952
  55. package/packages/flow/src/startTaskRead.vue +698 -698
  56. package/packages/flow/src/supervise.vue +162 -162
  57. package/packages/flow-group/index.js +5 -5
  58. package/packages/flow-group/src/main.vue +750 -750
  59. package/packages/flow-list/index.js +5 -5
  60. package/packages/form/index.js +5 -5
  61. package/packages/handle-user/index.js +5 -5
  62. package/packages/handle-user/src/main.vue +137 -137
  63. package/packages/handler/index.js +5 -5
  64. package/packages/handler/src/main.vue +499 -499
  65. package/packages/icon/index.js +5 -5
  66. package/packages/icons/index.js +5 -5
  67. package/packages/icons/src/main.vue +81 -81
  68. package/packages/input/index.js +5 -5
  69. package/packages/input/src/main.vue +356 -356
  70. package/packages/input-number/index.js +5 -5
  71. package/packages/input-number/src/main.vue +106 -106
  72. package/packages/label/index.js +5 -5
  73. package/packages/label/src/main.vue +457 -457
  74. package/packages/layout/index.js +5 -5
  75. package/packages/layout/src/item.vue +152 -152
  76. package/packages/layout/src/main.vue +31 -31
  77. package/packages/login/index.js +5 -5
  78. package/packages/login/src/main.vue +2088 -2088
  79. package/packages/main/index.js +5 -5
  80. package/packages/main/src/default/message.vue +249 -249
  81. package/packages/main/src/default/notice.vue +157 -157
  82. package/packages/main/src/default/userinfo.vue +513 -513
  83. package/packages/main/src/simplicity/index.vue +2335 -2335
  84. package/packages/main/src/simplicity/lists.vue +84 -84
  85. package/packages/main/src/simplicity/router-page.vue +45 -45
  86. package/packages/main/src/simplicity/userinfo.vue +408 -408
  87. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  88. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  89. package/packages/menu/index.js +5 -5
  90. package/packages/nav/index.js +5 -5
  91. package/packages/notify/index.js +5 -5
  92. package/packages/notify/src/main.vue +538 -538
  93. package/packages/page/index.js +5 -5
  94. package/packages/page/src/main.vue +167 -167
  95. package/packages/pagination/index.js +5 -5
  96. package/packages/pagination/src/main.vue +96 -96
  97. package/packages/player/index.js +5 -5
  98. package/packages/player/src/main.vue +194 -194
  99. package/packages/qr-code/index.js +5 -5
  100. package/packages/qr-code/src/main.vue +170 -170
  101. package/packages/radio-group/index.js +6 -6
  102. package/packages/radio-group/src/main.vue +319 -319
  103. package/packages/retrial-auth/index.js +5 -5
  104. package/packages/retrial-auth/src/main.vue +299 -299
  105. package/packages/select/index.js +5 -5
  106. package/packages/select-ganged/index.js +5 -5
  107. package/packages/select-ganged/src/main.vue +724 -724
  108. package/packages/selector/index.js +5 -5
  109. package/packages/selector-panel/index.js +5 -5
  110. package/packages/selector-panel/src/tree.vue +129 -129
  111. package/packages/sizer/index.js +5 -5
  112. package/packages/sizer/src/main.vue +254 -254
  113. package/packages/steps/index.js +5 -5
  114. package/packages/steps/src/main.vue +181 -181
  115. package/packages/switch/index.js +5 -5
  116. package/packages/table-form/index.js +5 -5
  117. package/packages/tabs/index.js +5 -5
  118. package/packages/tabs/src/main.vue +788 -788
  119. package/packages/tabs-panel/index.js +5 -5
  120. package/packages/tabs-panel/src/main.vue +29 -29
  121. package/packages/theme-chalk/lib/base.css +1 -0
  122. package/packages/theme-chalk/lib/button-group.css +1 -0
  123. package/packages/theme-chalk/lib/button.css +1 -0
  124. package/packages/theme-chalk/lib/calendar.css +1 -0
  125. package/packages/theme-chalk/lib/calogin.css +0 -0
  126. package/packages/theme-chalk/lib/card.css +1 -0
  127. package/packages/theme-chalk/lib/cascader.css +0 -0
  128. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  129. package/packages/theme-chalk/lib/clients.css +1 -0
  130. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  131. package/packages/theme-chalk/lib/data-table.css +1 -0
  132. package/packages/theme-chalk/lib/date-picker.css +1 -0
  133. package/packages/theme-chalk/lib/dialog.css +1 -0
  134. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  135. package/packages/theme-chalk/lib/enterprise.css +1 -0
  136. package/packages/theme-chalk/lib/error-page.css +1 -0
  137. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  138. package/packages/theme-chalk/lib/flow-group.css +1 -0
  139. package/packages/theme-chalk/lib/flow-list.css +1 -0
  140. package/packages/theme-chalk/lib/flow.css +1 -0
  141. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  142. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  143. package/packages/theme-chalk/lib/form.css +1 -0
  144. package/packages/theme-chalk/lib/handle-user.css +1 -0
  145. package/packages/theme-chalk/lib/handler.css +1 -0
  146. package/packages/theme-chalk/lib/icon.css +1 -0
  147. package/packages/theme-chalk/lib/icons.css +1 -0
  148. package/packages/theme-chalk/lib/index.css +1 -0
  149. package/packages/theme-chalk/lib/input-number.css +0 -0
  150. package/packages/theme-chalk/lib/input.css +1 -0
  151. package/packages/theme-chalk/lib/label.css +1 -0
  152. package/packages/theme-chalk/lib/layout.css +1 -0
  153. package/packages/theme-chalk/lib/login.css +1 -0
  154. package/packages/theme-chalk/lib/main.css +1 -0
  155. package/packages/theme-chalk/lib/menu.css +1 -0
  156. package/packages/theme-chalk/lib/nav.css +1 -0
  157. package/packages/theme-chalk/lib/notify.css +0 -0
  158. package/packages/theme-chalk/lib/page.css +1 -0
  159. package/packages/theme-chalk/lib/pagination.css +1 -0
  160. package/packages/theme-chalk/lib/player.css +1 -0
  161. package/packages/theme-chalk/lib/qr-code.css +1 -0
  162. package/packages/theme-chalk/lib/radio-group.css +1 -0
  163. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  164. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  165. package/packages/theme-chalk/lib/select.css +1 -0
  166. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  167. package/packages/theme-chalk/lib/selector.css +1 -0
  168. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  169. package/packages/theme-chalk/lib/simplicity.css +1 -0
  170. package/packages/theme-chalk/lib/sizer.css +1 -0
  171. package/packages/theme-chalk/lib/steps.css +1 -0
  172. package/packages/theme-chalk/lib/switch.css +1 -0
  173. package/packages/theme-chalk/lib/table-form.css +0 -0
  174. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  175. package/packages/theme-chalk/lib/tabs.css +1 -0
  176. package/packages/theme-chalk/lib/tips.css +1 -0
  177. package/packages/theme-chalk/lib/toolbar.css +1 -0
  178. package/packages/theme-chalk/lib/tree-group.css +1 -0
  179. package/packages/theme-chalk/lib/tree.css +1 -0
  180. package/packages/theme-chalk/lib/upload.css +1 -0
  181. package/packages/theme-chalk/lib/wujie.css +0 -0
  182. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  183. package/packages/theme-chalk/src/base.scss +261 -261
  184. package/packages/theme-chalk/src/button-group.scss +176 -176
  185. package/packages/theme-chalk/src/button.scss +24 -24
  186. package/packages/theme-chalk/src/calendar.scss +113 -113
  187. package/packages/theme-chalk/src/card.scss +99 -99
  188. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  189. package/packages/theme-chalk/src/clients.scss +87 -87
  190. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  191. package/packages/theme-chalk/src/date-picker.scss +7 -7
  192. package/packages/theme-chalk/src/dialog.scss +77 -77
  193. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  194. package/packages/theme-chalk/src/enterprise.scss +5 -5
  195. package/packages/theme-chalk/src/error-page.scss +18 -18
  196. package/packages/theme-chalk/src/flow-group.scss +110 -110
  197. package/packages/theme-chalk/src/flow.scss +373 -373
  198. package/packages/theme-chalk/src/handle-user.scss +40 -40
  199. package/packages/theme-chalk/src/icons.scss +99 -99
  200. package/packages/theme-chalk/src/input.scss +9 -9
  201. package/packages/theme-chalk/src/label.scss +24 -24
  202. package/packages/theme-chalk/src/layout.scss +46 -46
  203. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  204. package/packages/theme-chalk/src/nav.scss +111 -111
  205. package/packages/theme-chalk/src/page.scss +3 -3
  206. package/packages/theme-chalk/src/pagination.scss +29 -29
  207. package/packages/theme-chalk/src/player.scss +9 -9
  208. package/packages/theme-chalk/src/qr-code.scss +17 -17
  209. package/packages/theme-chalk/src/radio-group.scss +9 -9
  210. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  211. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  212. package/packages/theme-chalk/src/select.scss +8 -8
  213. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  214. package/packages/theme-chalk/src/sizer.scss +36 -36
  215. package/packages/theme-chalk/src/steps.scss +88 -88
  216. package/packages/theme-chalk/src/switch.scss +3 -3
  217. package/packages/theme-chalk/src/table-form.scss +1 -1
  218. package/packages/theme-chalk/src/tabs.scss +87 -87
  219. package/packages/theme-chalk/src/tips.scss +7 -7
  220. package/packages/theme-chalk/src/toolbar.scss +179 -179
  221. package/packages/theme-chalk/src/tree-group.scss +72 -72
  222. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  223. package/packages/tips/index.js +5 -5
  224. package/packages/toolbar/index.js +5 -5
  225. package/packages/toolbar/src/main.vue +430 -430
  226. package/packages/tree/index.js +5 -5
  227. package/packages/tree/src/main.vue +66 -5
  228. package/packages/tree-group/index.js +5 -5
  229. package/packages/upload/index.js +5 -5
  230. package/packages/upload/src/main.vue +1344 -1344
  231. package/packages/upload/src/picture.js +15 -15
  232. package/packages/wujie/index.js +5 -5
  233. package/packages/wxlogin/index.js +5 -5
  234. package/packages/wxlogin/src/main.vue +128 -128
  235. package/src/config/image.js +2 -2
  236. package/src/index.js +1 -1
  237. package/src/utils/bus.js +3 -3
  238. package/src/utils/date-util.js +312 -312
  239. package/src/utils/http.js +50 -50
  240. package/src/utils/store.js +21 -21
  241. package/src/utils/webSocket.js +107 -107
  242. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -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
 
@@ -28417,8 +28417,8 @@ form_src_main.install = function (Vue) {
28417
28417
  };
28418
28418
 
28419
28419
  /* 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=2dffee80&
28421
- var mainvue_type_template_id_2dffee80_render = function () {
28420
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=70db76e0&
28421
+ var mainvue_type_template_id_70db76e0_render = function () {
28422
28422
  var _vm = this
28423
28423
  var _h = _vm.$createElement
28424
28424
  var _c = _vm._self._c || _h
@@ -28545,7 +28545,9 @@ var mainvue_type_template_id_2dffee80_render = function () {
28545
28545
  {
28546
28546
  class:
28547
28547
  "es-info " +
28548
- (_vm.formLabelPosition == "left" ? "form-left" : ""),
28548
+ (_vm.formLabelPosition == "left"
28549
+ ? "form-left"
28550
+ : "form-right"),
28549
28551
  },
28550
28552
  [
28551
28553
  _c(
@@ -28997,7 +28999,9 @@ var mainvue_type_template_id_2dffee80_render = function () {
28997
28999
  ref: "esContent",
28998
29000
  class:
28999
29001
  "es-info " +
29000
- (_vm.formLabelPosition == "left" ? "form-left" : ""),
29002
+ (_vm.formLabelPosition == "left"
29003
+ ? "form-left"
29004
+ : "form-right"),
29001
29005
  },
29002
29006
  [
29003
29007
  _c(
@@ -31472,11 +31476,11 @@ var mainvue_type_template_id_2dffee80_render = function () {
31472
31476
  )
31473
31477
  : _vm._e()
31474
31478
  }
31475
- var mainvue_type_template_id_2dffee80_staticRenderFns = []
31476
- mainvue_type_template_id_2dffee80_render._withStripped = true
31479
+ var mainvue_type_template_id_70db76e0_staticRenderFns = []
31480
+ mainvue_type_template_id_70db76e0_render._withStripped = true
31477
31481
 
31478
31482
 
31479
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2dffee80&
31483
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=70db76e0&
31480
31484
 
31481
31485
  // 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&
31482
31486
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32527,8 +32531,8 @@ var CommonOpinions_component = normalizeComponent(
32527
32531
  )
32528
32532
 
32529
32533
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32530
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
32531
- var processFormvue_type_template_id_17d61097_render = function () {
32534
+ // 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=a2ba210a&
32535
+ var processFormvue_type_template_id_a2ba210a_render = function () {
32532
32536
  var _vm = this
32533
32537
  var _h = _vm.$createElement
32534
32538
  var _c = _vm._self._c || _h
@@ -33075,8 +33079,12 @@ var processFormvue_type_template_id_17d61097_render = function () {
33075
33079
  {
33076
33080
  name: "show",
33077
33081
  rawName: "v-show",
33078
- value: _vm.showBtn && _vm.nextNode.noticeList.length > 0,
33079
- expression: "showBtn && nextNode.noticeList.length > 0",
33082
+ value:
33083
+ _vm.showBtn &&
33084
+ _vm.nextNode.noticeList.length > 0 &&
33085
+ !_vm.hideMessage,
33086
+ expression:
33087
+ "showBtn && nextNode.noticeList.length > 0 && !hideMessage",
33080
33088
  },
33081
33089
  ],
33082
33090
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -33358,11 +33366,11 @@ var processFormvue_type_template_id_17d61097_render = function () {
33358
33366
  1
33359
33367
  )
33360
33368
  }
33361
- var processFormvue_type_template_id_17d61097_staticRenderFns = []
33362
- processFormvue_type_template_id_17d61097_render._withStripped = true
33369
+ var processFormvue_type_template_id_a2ba210a_staticRenderFns = []
33370
+ processFormvue_type_template_id_a2ba210a_render._withStripped = true
33363
33371
 
33364
33372
 
33365
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
33373
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
33366
33374
 
33367
33375
  // 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&
33368
33376
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -36296,11 +36304,11 @@ var processFormvue_type_script_lang_js_components;
36296
36304
  });
36297
36305
  },
36298
36306
 
36299
- /**
36300
- * isMultiple
36301
- * @desc:是否多选
36302
- * @author liufan
36303
- * @date 2022年9月13日
36307
+ /**
36308
+ * isMultiple
36309
+ * @desc:是否多选
36310
+ * @author liufan
36311
+ * @date 2022年9月13日
36304
36312
  **/
36305
36313
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36306
36314
  var multiple = false;
@@ -36476,8 +36484,8 @@ var processFormvue_type_script_lang_js_components;
36476
36484
 
36477
36485
  var processForm_component = normalizeComponent(
36478
36486
  src_processFormvue_type_script_lang_js_,
36479
- processFormvue_type_template_id_17d61097_render,
36480
- processFormvue_type_template_id_17d61097_staticRenderFns,
36487
+ processFormvue_type_template_id_a2ba210a_render,
36488
+ processFormvue_type_template_id_a2ba210a_staticRenderFns,
36481
36489
  false,
36482
36490
  null,
36483
36491
  null,
@@ -40537,11 +40545,11 @@ var resetvue_type_script_lang_js_components;
40537
40545
  });
40538
40546
  },
40539
40547
 
40540
- /**
40541
- * isMultiple
40542
- * @desc:是否多选
40543
- * @author liufan
40544
- * @date 2022年9月13日
40548
+ /**
40549
+ * isMultiple
40550
+ * @desc:是否多选
40551
+ * @author liufan
40552
+ * @date 2022年9月13日
40545
40553
  **/
40546
40554
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40547
40555
  var multiple = false;
@@ -45189,11 +45197,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45189
45197
  });
45190
45198
  },
45191
45199
 
45192
- /**
45193
- * saveInfo
45194
- * @desc:暂存
45195
- * @author liufan
45196
- * @date 2022年9月9日
45200
+ /**
45201
+ * saveInfo
45202
+ * @desc:暂存
45203
+ * @author liufan
45204
+ * @date 2022年9月9日
45197
45205
  **/
45198
45206
  saveInfo: function saveInfo(type, btn) {
45199
45207
  var _this6 = this;
@@ -45255,11 +45263,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45255
45263
  });
45256
45264
  },
45257
45265
 
45258
- /**
45259
- * rejectBtn
45260
- * @desc:点击驳回
45261
- * @author liufan
45262
- * @date 2022年5月25日
45266
+ /**
45267
+ * rejectBtn
45268
+ * @desc:点击驳回
45269
+ * @author liufan
45270
+ * @date 2022年5月25日
45263
45271
  **/
45264
45272
  rejectBtn: function rejectBtn() {
45265
45273
  var _this8 = this;
@@ -45277,11 +45285,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45277
45285
  }
45278
45286
  },
45279
45287
 
45280
- /**
45281
- * taskReadBtn
45282
- * @desc:点击分阅
45283
- * @author liufan
45284
- * @date 2022年5月25日
45288
+ /**
45289
+ * taskReadBtn
45290
+ * @desc:点击分阅
45291
+ * @author liufan
45292
+ * @date 2022年5月25日
45285
45293
  **/
45286
45294
  taskReadBtn: function taskReadBtn() {
45287
45295
  var _this9 = this;
@@ -45300,11 +45308,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45300
45308
  }
45301
45309
  },
45302
45310
 
45303
- /**
45304
- * getFind
45305
- * @desc:获取通知方式
45306
- * @author liufan
45307
- * @date 2022年5月25日
45311
+ /**
45312
+ * getFind
45313
+ * @desc:获取通知方式
45314
+ * @author liufan
45315
+ * @date 2022年5月25日
45308
45316
  **/
45309
45317
  getFind: function getFind() {
45310
45318
  var _this10 = this;
@@ -45360,12 +45368,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45360
45368
  });
45361
45369
  },
45362
45370
 
45363
- /**
45364
- * endFlows
45365
- * @desc:直接办结
45366
- * @author liufan
45367
- * @param {Object} res 直接办结数据
45368
- * @date 2022年5月25日
45371
+ /**
45372
+ * endFlows
45373
+ * @desc:直接办结
45374
+ * @author liufan
45375
+ * @param {Object} res 直接办结数据
45376
+ * @date 2022年5月25日
45369
45377
  **/
45370
45378
  endFlows: function endFlows(res) {
45371
45379
  var _this12 = this;
@@ -45419,12 +45427,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45419
45427
  }).catch(function (e) {});
45420
45428
  },
45421
45429
 
45422
- /**
45423
- * goView
45424
- * @desc:更多流程按钮操作
45425
- * @author liufan
45426
- * @param {Object} res 当前点击操作按钮数据
45427
- * @date 2022年5月25日
45430
+ /**
45431
+ * goView
45432
+ * @desc:更多流程按钮操作
45433
+ * @author liufan
45434
+ * @param {Object} res 当前点击操作按钮数据
45435
+ * @date 2022年5月25日
45428
45436
  **/
45429
45437
  goView: function goView(res) {
45430
45438
  // 驳回并办结:rejectAndEndHtml
@@ -45509,11 +45517,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45509
45517
  // isCanStartSubFlow
45510
45518
  },
45511
45519
 
45512
- /**
45513
- * toTakeAdvice
45514
- * @desc:征求意见
45515
- * @author liufan
45516
- * @date 2022年9月29日
45520
+ /**
45521
+ * toTakeAdvice
45522
+ * @desc:征求意见
45523
+ * @author liufan
45524
+ * @date 2022年9月29日
45517
45525
  **/
45518
45526
  toTakeAdvice: function toTakeAdvice(res) {
45519
45527
  var _this14 = this;
@@ -45557,11 +45565,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45557
45565
  });
45558
45566
  },
45559
45567
 
45560
- /**
45561
- * toStartDraf
45562
- * @desc: 稿件递送、联合审核、复核
45563
- * @author liufan
45564
- * @date 2022年9月29日
45568
+ /**
45569
+ * toStartDraf
45570
+ * @desc: 稿件递送、联合审核、复核
45571
+ * @author liufan
45572
+ * @date 2022年9月29日
45565
45573
  **/
45566
45574
  toStartDraf: function toStartDraf(res) {
45567
45575
  var _this16 = this;
@@ -45575,11 +45583,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45575
45583
  }
45576
45584
  },
45577
45585
 
45578
- /**
45579
- * toSendMsg
45580
- * @desc:核稿通知
45581
- * @author liufan
45582
- * @date 2022年9月29日
45586
+ /**
45587
+ * toSendMsg
45588
+ * @desc:核稿通知
45589
+ * @author liufan
45590
+ * @date 2022年9月29日
45583
45591
  **/
45584
45592
  toSendMsg: function toSendMsg(res) {
45585
45593
  var _this17 = this;
@@ -45593,11 +45601,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45593
45601
  }
45594
45602
  },
45595
45603
 
45596
- /**
45597
- * toTaskReadAndEnd
45598
- * @desc:分阅并办结
45599
- * @author liufan
45600
- * @date 2022年9月29日
45604
+ /**
45605
+ * toTaskReadAndEnd
45606
+ * @desc:分阅并办结
45607
+ * @author liufan
45608
+ * @date 2022年9月29日
45601
45609
  **/
45602
45610
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45603
45611
  var _this18 = this;
@@ -45615,11 +45623,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45615
45623
  }
45616
45624
  },
45617
45625
 
45618
- /**
45619
- * rejectAndEnd
45620
- * @desc:驳回并办结
45621
- * @author liufan
45622
- * @date 2022年9月29日
45626
+ /**
45627
+ * rejectAndEnd
45628
+ * @desc:驳回并办结
45629
+ * @author liufan
45630
+ * @date 2022年9月29日
45623
45631
  **/
45624
45632
  rejectAndEnd: function rejectAndEnd(res) {
45625
45633
  var _this19 = this;
@@ -45674,11 +45682,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45674
45682
  });
45675
45683
  },
45676
45684
 
45677
- /**
45678
- * toTransfer
45679
- * @desc:转办
45680
- * @author liufan
45681
- * @date 2022年9月29日
45685
+ /**
45686
+ * toTransfer
45687
+ * @desc:转办
45688
+ * @author liufan
45689
+ * @date 2022年9月29日
45682
45690
  **/
45683
45691
  toTransfer: function toTransfer(res) {
45684
45692
  var _this21 = this;
@@ -45694,11 +45702,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45694
45702
  }
45695
45703
  },
45696
45704
 
45697
- /**
45698
- * getNodeInfo
45699
- * @desc:获取节点信息
45700
- * @author liufan
45701
- * @date 2022年5月25日
45705
+ /**
45706
+ * getNodeInfo
45707
+ * @desc:获取节点信息
45708
+ * @author liufan
45709
+ * @date 2022年5月25日
45702
45710
  **/
45703
45711
  getNodeInfo: function getNodeInfo() {
45704
45712
  var _this22 = this;
@@ -45797,12 +45805,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45797
45805
  });
45798
45806
  },
45799
45807
 
45800
- /**
45801
- * selecNext
45802
- * @desc:下步节点变化时更新数据
45803
- * @author liufan
45804
- * @param {String} val 当前选中值
45805
- * @date 2022年5月25日
45808
+ /**
45809
+ * selecNext
45810
+ * @desc:下步节点变化时更新数据
45811
+ * @author liufan
45812
+ * @param {String} val 当前选中值
45813
+ * @date 2022年5月25日
45806
45814
  **/
45807
45815
  selecNext: function selecNext(val, type, isDef) {
45808
45816
  var _this23 = this;
@@ -45911,11 +45919,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45911
45919
  if (isDef !== true) this.getNodeInfo();
45912
45920
  },
45913
45921
 
45914
- /**
45915
- * isMultiple
45916
- * @desc:是否多选
45917
- * @author liufan
45918
- * @date 2022年9月13日
45922
+ /**
45923
+ * isMultiple
45924
+ * @desc:是否多选
45925
+ * @author liufan
45926
+ * @date 2022年9月13日
45919
45927
  **/
45920
45928
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45921
45929
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45947,11 +45955,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45947
45955
  }
45948
45956
  },
45949
45957
 
45950
- /**
45951
- * getHedInfo
45952
- * @desc:获取审核页面数据
45953
- * @author liufan
45954
- * @date 2022年5月25日
45958
+ /**
45959
+ * getHedInfo
45960
+ * @desc:获取审核页面数据
45961
+ * @author liufan
45962
+ * @date 2022年5月25日
45955
45963
  **/
45956
45964
  getHedInfo: function getHedInfo() {
45957
45965
  var _this24 = this;
@@ -46187,13 +46195,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46187
46195
  });
46188
46196
  },
46189
46197
 
46190
- /**
46191
- * closeProcess
46192
- * @desc:关闭弹窗
46193
- * @author liufan
46194
- * @param {boolean} val 当前是否办理流程
46195
- * @param {String} type 当前点击的弹窗类型
46196
- * @date 2022年5月25日
46198
+ /**
46199
+ * closeProcess
46200
+ * @desc:关闭弹窗
46201
+ * @author liufan
46202
+ * @param {boolean} val 当前是否办理流程
46203
+ * @param {String} type 当前点击的弹窗类型
46204
+ * @date 2022年5月25日
46197
46205
  **/
46198
46206
  closeProcess: function closeProcess(val, type, closeParent) {
46199
46207
  if (closeParent) {
@@ -46210,23 +46218,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46210
46218
  }
46211
46219
  },
46212
46220
 
46213
- /**
46214
- * selectChange
46215
- * @desc:常用语选择
46216
- * @author liufan
46217
- * @param {String} val 选中值
46218
- * @date 2022年5月25日
46221
+ /**
46222
+ * selectChange
46223
+ * @desc:常用语选择
46224
+ * @author liufan
46225
+ * @param {String} val 选中值
46226
+ * @date 2022年5月25日
46219
46227
  **/
46220
46228
  selectChange: function selectChange(val) {
46221
46229
  this.value = val;
46222
46230
  },
46223
46231
 
46224
- /**
46225
- * upDate
46226
- * @desc:修改常用语
46227
- * @author liufan
46228
- * @param {Object} val 修改值
46229
- * @date 2022年5月25日
46232
+ /**
46233
+ * upDate
46234
+ * @desc:修改常用语
46235
+ * @author liufan
46236
+ * @param {Object} val 修改值
46237
+ * @date 2022年5月25日
46230
46238
  **/
46231
46239
  upDate: function upDate(val) {
46232
46240
  this.FormData.id = val.id;
@@ -46234,11 +46242,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46234
46242
  },
46235
46243
 
46236
46244
 
46237
- /**
46238
- * getProcess
46239
- * @desc:获取选择流程
46240
- * @author liufan
46241
- * @date 2022年5月25日
46245
+ /**
46246
+ * getProcess
46247
+ * @desc:获取选择流程
46248
+ * @author liufan
46249
+ * @date 2022年5月25日
46242
46250
  **/
46243
46251
  getProcess: function getProcess() {
46244
46252
  var _this25 = this;
@@ -46292,11 +46300,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46292
46300
  });
46293
46301
  },
46294
46302
 
46295
- /**
46296
- * getPendedhistoryList
46297
- * @desc:获取流程列表
46298
- * @author liufan
46299
- * @date 2022年5月25日
46303
+ /**
46304
+ * getPendedhistoryList
46305
+ * @desc:获取流程列表
46306
+ * @author liufan
46307
+ * @date 2022年5月25日
46300
46308
  **/
46301
46309
  getPendedhistoryList: function getPendedhistoryList() {
46302
46310
  var _this26 = this;
@@ -46328,12 +46336,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46328
46336
  },
46329
46337
 
46330
46338
  // 提交流程
46331
- /**
46332
- * subProcess
46333
- * @desc:提交流程
46334
- * @author liufan
46335
- * @param {String} formName 当前form表单ref值
46336
- * @date 2022年5月25日
46339
+ /**
46340
+ * subProcess
46341
+ * @desc:提交流程
46342
+ * @author liufan
46343
+ * @param {String} formName 当前form表单ref值
46344
+ * @date 2022年5月25日
46337
46345
  **/
46338
46346
  subProcess: function subProcess(val) {
46339
46347
  var _this27 = this;
@@ -50286,11 +50294,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50286
50294
  });
50287
50295
  },
50288
50296
 
50289
- /**
50290
- * saveInfo
50291
- * @desc:暂存
50292
- * @author liufan
50293
- * @date 2022年9月9日
50297
+ /**
50298
+ * saveInfo
50299
+ * @desc:暂存
50300
+ * @author liufan
50301
+ * @date 2022年9月9日
50294
50302
  **/
50295
50303
  saveInfo: function saveInfo(type, btn) {
50296
50304
  var _this13 = this;
@@ -50352,11 +50360,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50352
50360
  });
50353
50361
  },
50354
50362
 
50355
- /**
50356
- * rejectBtn
50357
- * @desc:点击驳回
50358
- * @author liufan
50359
- * @date 2022年5月25日
50363
+ /**
50364
+ * rejectBtn
50365
+ * @desc:点击驳回
50366
+ * @author liufan
50367
+ * @date 2022年5月25日
50360
50368
  **/
50361
50369
  rejectBtn: function rejectBtn() {
50362
50370
  var _this15 = this;
@@ -50374,11 +50382,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50374
50382
  }
50375
50383
  },
50376
50384
 
50377
- /**
50378
- * taskReadBtn
50379
- * @desc:点击分阅
50380
- * @author liufan
50381
- * @date 2022年5月25日
50385
+ /**
50386
+ * taskReadBtn
50387
+ * @desc:点击分阅
50388
+ * @author liufan
50389
+ * @date 2022年5月25日
50382
50390
  **/
50383
50391
  taskReadBtn: function taskReadBtn() {
50384
50392
  var _this16 = this;
@@ -50397,11 +50405,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50397
50405
  }
50398
50406
  },
50399
50407
 
50400
- /**
50401
- * getFind
50402
- * @desc:获取通知方式
50403
- * @author liufan
50404
- * @date 2022年5月25日
50408
+ /**
50409
+ * getFind
50410
+ * @desc:获取通知方式
50411
+ * @author liufan
50412
+ * @date 2022年5月25日
50405
50413
  **/
50406
50414
  getFind: function getFind() {
50407
50415
  var _this17 = this;
@@ -50468,12 +50476,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50468
50476
  });
50469
50477
  },
50470
50478
 
50471
- /**
50472
- * endFlows
50473
- * @desc:直接办结
50474
- * @author liufan
50475
- * @param {Object} res 直接办结数据
50476
- * @date 2022年5月25日
50479
+ /**
50480
+ * endFlows
50481
+ * @desc:直接办结
50482
+ * @author liufan
50483
+ * @param {Object} res 直接办结数据
50484
+ * @date 2022年5月25日
50477
50485
  **/
50478
50486
  endFlows: function endFlows(res) {
50479
50487
  var _this19 = this;
@@ -50528,12 +50536,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50528
50536
  }).catch(function (e) {});
50529
50537
  },
50530
50538
 
50531
- /**
50532
- * goView
50533
- * @desc:更多流程按钮操作
50534
- * @author liufan
50535
- * @param {Object} res 当前点击操作按钮数据
50536
- * @date 2022年5月25日
50539
+ /**
50540
+ * goView
50541
+ * @desc:更多流程按钮操作
50542
+ * @author liufan
50543
+ * @param {Object} res 当前点击操作按钮数据
50544
+ * @date 2022年5月25日
50537
50545
  **/
50538
50546
  goView: function goView(res) {
50539
50547
  // 驳回并办结:rejectAndEndHtml
@@ -50620,11 +50628,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50620
50628
  // isCanStartSubFlow
50621
50629
  },
50622
50630
 
50623
- /**
50624
- * toTakeAdvice
50625
- * @desc:征求意见
50626
- * @author liufan
50627
- * @date 2022年9月29日
50631
+ /**
50632
+ * toTakeAdvice
50633
+ * @desc:征求意见
50634
+ * @author liufan
50635
+ * @date 2022年9月29日
50628
50636
  **/
50629
50637
  toTakeAdvice: function toTakeAdvice(res) {
50630
50638
  var _this21 = this;
@@ -50668,11 +50676,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50668
50676
  });
50669
50677
  },
50670
50678
 
50671
- /**
50672
- * toStartDraf
50673
- * @desc: 稿件递送、联合审核、复核
50674
- * @author liufan
50675
- * @date 2022年9月29日
50679
+ /**
50680
+ * toStartDraf
50681
+ * @desc: 稿件递送、联合审核、复核
50682
+ * @author liufan
50683
+ * @date 2022年9月29日
50676
50684
  **/
50677
50685
  toStartDraf: function toStartDraf(res) {
50678
50686
  var _this23 = this;
@@ -50686,11 +50694,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50686
50694
  }
50687
50695
  },
50688
50696
 
50689
- /**
50690
- * toSendMsg
50691
- * @desc:核稿通知
50692
- * @author liufan
50693
- * @date 2022年9月29日
50697
+ /**
50698
+ * toSendMsg
50699
+ * @desc:核稿通知
50700
+ * @author liufan
50701
+ * @date 2022年9月29日
50694
50702
  **/
50695
50703
  toSendMsg: function toSendMsg(res) {
50696
50704
  var _this24 = this;
@@ -50704,11 +50712,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50704
50712
  }
50705
50713
  },
50706
50714
 
50707
- /**
50708
- * toTaskReadAndEnd
50709
- * @desc:分阅并办结
50710
- * @author liufan
50711
- * @date 2022年9月29日
50715
+ /**
50716
+ * toTaskReadAndEnd
50717
+ * @desc:分阅并办结
50718
+ * @author liufan
50719
+ * @date 2022年9月29日
50712
50720
  **/
50713
50721
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50714
50722
  var _this25 = this;
@@ -50726,11 +50734,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50726
50734
  }
50727
50735
  },
50728
50736
 
50729
- /**
50730
- * rejectAndEnd
50731
- * @desc:驳回并办结
50732
- * @author liufan
50733
- * @date 2022年9月29日
50737
+ /**
50738
+ * rejectAndEnd
50739
+ * @desc:驳回并办结
50740
+ * @author liufan
50741
+ * @date 2022年9月29日
50734
50742
  **/
50735
50743
  rejectAndEnd: function rejectAndEnd(res) {
50736
50744
  var _this26 = this;
@@ -50786,11 +50794,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50786
50794
  });
50787
50795
  },
50788
50796
 
50789
- /**
50790
- * toTransfer
50791
- * @desc:转办
50792
- * @author liufan
50793
- * @date 2022年9月29日
50797
+ /**
50798
+ * toTransfer
50799
+ * @desc:转办
50800
+ * @author liufan
50801
+ * @date 2022年9月29日
50794
50802
  **/
50795
50803
  toTransfer: function toTransfer(res) {
50796
50804
  var _this28 = this;
@@ -50809,11 +50817,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50809
50817
  this.nextNode.customLimitTime = val;
50810
50818
  },
50811
50819
 
50812
- /**
50813
- * getNodeInfo
50814
- * @desc:获取节点信息
50815
- * @author liufan
50816
- * @date 2022年5月25日
50820
+ /**
50821
+ * getNodeInfo
50822
+ * @desc:获取节点信息
50823
+ * @author liufan
50824
+ * @date 2022年5月25日
50817
50825
  **/
50818
50826
  getNodeInfo: function getNodeInfo() {
50819
50827
  var _this29 = this;
@@ -50924,12 +50932,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50924
50932
  });
50925
50933
  },
50926
50934
 
50927
- /**
50928
- * selecNext
50929
- * @desc:下步节点变化时更新数据
50930
- * @author liufan
50931
- * @param {String} val 当前选中值
50932
- * @date 2022年5月25日
50935
+ /**
50936
+ * selecNext
50937
+ * @desc:下步节点变化时更新数据
50938
+ * @author liufan
50939
+ * @param {String} val 当前选中值
50940
+ * @date 2022年5月25日
50933
50941
  **/
50934
50942
  selecNext: function selecNext(val, type, isDef) {
50935
50943
  var _this30 = this;
@@ -51069,11 +51077,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51069
51077
  }
51070
51078
  },
51071
51079
 
51072
- /**
51073
- * isMultiple
51074
- * @desc:是否多选
51075
- * @author liufan
51076
- * @date 2022年9月13日
51080
+ /**
51081
+ * isMultiple
51082
+ * @desc:是否多选
51083
+ * @author liufan
51084
+ * @date 2022年9月13日
51077
51085
  **/
51078
51086
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51079
51087
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51105,11 +51113,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51105
51113
  }
51106
51114
  },
51107
51115
 
51108
- /**
51109
- * getHedInfo
51110
- * @desc:获取审核页面数据
51111
- * @author liufan
51112
- * @date 2022年5月25日
51116
+ /**
51117
+ * getHedInfo
51118
+ * @desc:获取审核页面数据
51119
+ * @author liufan
51120
+ * @date 2022年5月25日
51113
51121
  **/
51114
51122
  getHedInfo: function getHedInfo() {
51115
51123
  var _this31 = this;
@@ -51425,13 +51433,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51425
51433
  });
51426
51434
  },
51427
51435
 
51428
- /**
51429
- * closeProcess
51430
- * @desc:关闭弹窗
51431
- * @author liufan
51432
- * @param {boolean} val 当前是否办理流程
51433
- * @param {String} type 当前点击的弹窗类型
51434
- * @date 2022年5月25日
51436
+ /**
51437
+ * closeProcess
51438
+ * @desc:关闭弹窗
51439
+ * @author liufan
51440
+ * @param {boolean} val 当前是否办理流程
51441
+ * @param {String} type 当前点击的弹窗类型
51442
+ * @date 2022年5月25日
51435
51443
  **/
51436
51444
  closeProcess: function closeProcess(val, type, closeParent) {
51437
51445
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51451,23 +51459,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51451
51459
  }
51452
51460
  },
51453
51461
 
51454
- /**
51455
- * selectChange
51456
- * @desc:常用语选择
51457
- * @author liufan
51458
- * @param {String} val 选中值
51459
- * @date 2022年5月25日
51462
+ /**
51463
+ * selectChange
51464
+ * @desc:常用语选择
51465
+ * @author liufan
51466
+ * @param {String} val 选中值
51467
+ * @date 2022年5月25日
51460
51468
  **/
51461
51469
  selectChange: function selectChange(val) {
51462
51470
  this.value = val;
51463
51471
  },
51464
51472
 
51465
- /**
51466
- * upDate
51467
- * @desc:修改常用语
51468
- * @author liufan
51469
- * @param {Object} val 修改值
51470
- * @date 2022年5月25日
51473
+ /**
51474
+ * upDate
51475
+ * @desc:修改常用语
51476
+ * @author liufan
51477
+ * @param {Object} val 修改值
51478
+ * @date 2022年5月25日
51471
51479
  **/
51472
51480
  upDate: function upDate(val) {
51473
51481
  this.FormData.id = val.id;
@@ -51475,11 +51483,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51475
51483
  },
51476
51484
 
51477
51485
 
51478
- /**
51479
- * getProcess
51480
- * @desc:获取选择流程
51481
- * @author liufan
51482
- * @date 2022年5月25日
51486
+ /**
51487
+ * getProcess
51488
+ * @desc:获取选择流程
51489
+ * @author liufan
51490
+ * @date 2022年5月25日
51483
51491
  **/
51484
51492
  getProcess: function getProcess(val) {
51485
51493
  var _this32 = this;
@@ -51539,11 +51547,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51539
51547
  });
51540
51548
  },
51541
51549
 
51542
- /**
51543
- * getPendedhistoryList
51544
- * @desc:获取流程列表
51545
- * @author liufan
51546
- * @date 2022年5月25日
51550
+ /**
51551
+ * getPendedhistoryList
51552
+ * @desc:获取流程列表
51553
+ * @author liufan
51554
+ * @date 2022年5月25日
51547
51555
  **/
51548
51556
  getPendedhistoryList: function getPendedhistoryList() {
51549
51557
  var _this33 = this;
@@ -51614,12 +51622,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51614
51622
  beforeSubProcess: function beforeSubProcess() {},
51615
51623
 
51616
51624
  // 提交流程
51617
- /**
51618
- * subProcess
51619
- * @desc:提交流程
51620
- * @author liufan
51621
- * @param {String} formName 当前form表单ref值
51622
- * @date 2022年5月25日
51625
+ /**
51626
+ * subProcess
51627
+ * @desc:提交流程
51628
+ * @author liufan
51629
+ * @param {String} formName 当前form表单ref值
51630
+ * @date 2022年5月25日
51623
51631
  **/
51624
51632
  subProcess: function subProcess(val, type) {
51625
51633
  var _this35 = this;
@@ -52098,8 +52106,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52098
52106
 
52099
52107
  var flow_src_main_component = normalizeComponent(
52100
52108
  packages_flow_src_mainvue_type_script_lang_js_,
52101
- mainvue_type_template_id_2dffee80_render,
52102
- mainvue_type_template_id_2dffee80_staticRenderFns,
52109
+ mainvue_type_template_id_70db76e0_render,
52110
+ mainvue_type_template_id_70db76e0_staticRenderFns,
52103
52111
  false,
52104
52112
  null,
52105
52113
  null,
@@ -70619,10 +70627,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70619
70627
  this.$refs.user.handleSelect(res);
70620
70628
  },
70621
70629
 
70622
- /**
70623
- * @desc:匹配路由
70624
- * @author huangbo
70625
- * @date 2024年9月7日
70630
+ /**
70631
+ * @desc:匹配路由
70632
+ * @author huangbo
70633
+ * @date 2024年9月7日
70626
70634
  **/
70627
70635
  hasRouter: function hasRouter(res, url, code) {
70628
70636
  if (!url) {
@@ -70666,10 +70674,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70666
70674
  return false;
70667
70675
  },
70668
70676
 
70669
- /**
70670
- * @desc:获取初始数据
70671
- * @author huangbo
70672
- * @date 2024年9月7日
70677
+ /**
70678
+ * @desc:获取初始数据
70679
+ * @author huangbo
70680
+ * @date 2024年9月7日
70673
70681
  **/
70674
70682
  init: function init(results, first) {
70675
70683
  this.setConfig(results);
@@ -70678,10 +70686,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70678
70686
  }
70679
70687
  },
70680
70688
 
70681
- /**
70682
- * @desc:设置用户配置及信息
70683
- * @author huangbo
70684
- * @date 2024年9月7日
70689
+ /**
70690
+ * @desc:设置用户配置及信息
70691
+ * @author huangbo
70692
+ * @date 2024年9月7日
70685
70693
  **/
70686
70694
  setConfig: function setConfig(results) {
70687
70695
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70849,10 +70857,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70849
70857
  }
70850
70858
  },
70851
70859
 
70852
- /**
70853
- * @desc:获取所有应用
70854
- * @author huangbo
70855
- * @date 2024年9月7日
70860
+ /**
70861
+ * @desc:获取所有应用
70862
+ * @author huangbo
70863
+ * @date 2024年9月7日
70856
70864
  **/
70857
70865
  getApplications: function getApplications() {
70858
70866
  var _this2 = this;
@@ -70900,10 +70908,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70900
70908
  });
70901
70909
  },
70902
70910
 
70903
- /**
70904
- * @desc:获取菜单列表
70905
- * @author huangbo
70906
- * @date 2024年9月7日
70911
+ /**
70912
+ * @desc:获取菜单列表
70913
+ * @author huangbo
70914
+ * @date 2024年9月7日
70907
70915
  **/
70908
70916
  getMenus: function getMenus(loading) {
70909
70917
  var _this3 = this;
@@ -70936,10 +70944,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70936
70944
  });
70937
70945
  },
70938
70946
 
70939
- /**
70940
- * @desc:处理菜单列表
70941
- * @author huangbo
70942
- * @date 2024年9月7日
70947
+ /**
70948
+ * @desc:处理菜单列表
70949
+ * @author huangbo
70950
+ * @date 2024年9月7日
70943
70951
  **/
70944
70952
  renderMenus: function renderMenus(res) {
70945
70953
  this.menus = res;
@@ -71035,10 +71043,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71035
71043
  }
71036
71044
  },
71037
71045
 
71038
- /**
71039
- * @desc:设置页面加载类型
71040
- * @author huangbo
71041
- * @date 2024年9月7日
71046
+ /**
71047
+ * @desc:设置页面加载类型
71048
+ * @author huangbo
71049
+ * @date 2024年9月7日
71042
71050
  **/
71043
71051
  setIframeType: function setIframeType(res) {
71044
71052
  var url = res.url;
@@ -71094,10 +71102,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71094
71102
  return res;
71095
71103
  },
71096
71104
 
71097
- /**
71098
- * @desc:获取菜单
71099
- * @author huangbo
71100
- * @date 2024年9月7日
71105
+ /**
71106
+ * @desc:获取菜单
71107
+ * @author huangbo
71108
+ * @date 2024年9月7日
71101
71109
  **/
71102
71110
  getMenu: function getMenu(menus, res, key) {
71103
71111
  if (Array.isArray(menus)) {
@@ -71126,10 +71134,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71126
71134
  return false;
71127
71135
  },
71128
71136
 
71129
- /**
71130
- * @desc:获取菜单第一条数据
71131
- * @author huangbo
71132
- * @date 2024年9月7日
71137
+ /**
71138
+ * @desc:获取菜单第一条数据
71139
+ * @author huangbo
71140
+ * @date 2024年9月7日
71133
71141
  **/
71134
71142
  getFirst: function getFirst(obj) {
71135
71143
  if (!obj) {
@@ -71148,10 +71156,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71148
71156
  }
71149
71157
  },
71150
71158
 
71151
- /**
71152
- * @desc:遍历设置菜单气泡提醒
71153
- * @author huangbo
71154
- * @date 2024年9月7日
71159
+ /**
71160
+ * @desc:遍历设置菜单气泡提醒
71161
+ * @author huangbo
71162
+ * @date 2024年9月7日
71155
71163
  **/
71156
71164
  setTips: function setTips(obj) {
71157
71165
  var _this4 = this;
@@ -71222,10 +71230,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71222
71230
  }
71223
71231
  },
71224
71232
 
71225
- /**
71226
- * @desc:获取气泡提醒
71227
- * @author huangbo
71228
- * @date 2024年9月7日
71233
+ /**
71234
+ * @desc:获取气泡提醒
71235
+ * @author huangbo
71236
+ * @date 2024年9月7日
71229
71237
  **/
71230
71238
  getBadge: function getBadge(res) {
71231
71239
  var num = res.tips || 0;
@@ -71239,10 +71247,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71239
71247
  };
71240
71248
  },
71241
71249
 
71242
- /**
71243
- * @desc:开启weosocket
71244
- * @author huangbo
71245
- * @date 2024年9月7日
71250
+ /**
71251
+ * @desc:开启weosocket
71252
+ * @author huangbo
71253
+ * @date 2024年9月7日
71246
71254
  **/
71247
71255
  initWebSocket: function initWebSocket() {
71248
71256
  var _this6 = this;
@@ -71291,10 +71299,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71291
71299
  });
71292
71300
  },
71293
71301
 
71294
- /**
71295
- * @desc:显示用户信息
71296
- * @author huangbo
71297
- * @date 2024年9月7日
71302
+ /**
71303
+ * @desc:显示用户信息
71304
+ * @author huangbo
71305
+ * @date 2024年9月7日
71298
71306
  **/
71299
71307
  showUserInfo: function showUserInfo() {
71300
71308
  if (this.showUser === false) {
@@ -71302,19 +71310,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71302
71310
  }
71303
71311
  },
71304
71312
 
71305
- /**
71306
- * @desc:删除更多应用菜单点击
71307
- * @author huangbo
71308
- * @date 2024年9月7日
71313
+ /**
71314
+ * @desc:删除更多应用菜单点击
71315
+ * @author huangbo
71316
+ * @date 2024年9月7日
71309
71317
  **/
71310
71318
  handleDelete: function handleDelete(index) {
71311
71319
  this.newApps.splice(index, 1);
71312
71320
  },
71313
71321
 
71314
- /**
71315
- * @desc:储存更多应用菜单点击
71316
- * @author huangbo
71317
- * @date 2024年9月7日
71322
+ /**
71323
+ * @desc:储存更多应用菜单点击
71324
+ * @author huangbo
71325
+ * @date 2024年9月7日
71318
71326
  **/
71319
71327
  handlerClickApps: function handlerClickApps(res) {
71320
71328
  if (res.permission === false) {
@@ -71327,10 +71335,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71327
71335
  this.handlerClickApp(res);
71328
71336
  },
71329
71337
 
71330
- /**
71331
- * @desc:侧边应用菜单点击
71332
- * @author huangbo
71333
- * @date 2024年9月7日
71338
+ /**
71339
+ * @desc:侧边应用菜单点击
71340
+ * @author huangbo
71341
+ * @date 2024年9月7日
71334
71342
  **/
71335
71343
  handlerClickApp: function handlerClickApp(res) {
71336
71344
  this.showMsg = false;
@@ -71419,10 +71427,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71419
71427
  }
71420
71428
  },
71421
71429
 
71422
- /**
71423
- * @desc:显示Drawer界面
71424
- * @author huangbo
71425
- * @date 2024年9月7日
71430
+ /**
71431
+ * @desc:显示Drawer界面
71432
+ * @author huangbo
71433
+ * @date 2024年9月7日
71426
71434
  **/
71427
71435
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71428
71436
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71442,19 +71450,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71442
71450
  }
71443
71451
  },
71444
71452
 
71445
- /**
71446
- * @desc:关闭Drawer界面
71447
- * @author huangbo
71448
- * @date 2024年9月7日
71453
+ /**
71454
+ * @desc:关闭Drawer界面
71455
+ * @author huangbo
71456
+ * @date 2024年9月7日
71449
71457
  **/
71450
71458
  handleCloseDrawer: function handleCloseDrawer() {
71451
71459
  this.drawer = { visible: false };
71452
71460
  },
71453
71461
 
71454
- /**
71455
- * @desc:菜单点击
71456
- * @author huangbo
71457
- * @date 2024年9月7日
71462
+ /**
71463
+ * @desc:菜单点击
71464
+ * @author huangbo
71465
+ * @date 2024年9月7日
71458
71466
  **/
71459
71467
  handlerClickMenu: function handlerClickMenu(res) {
71460
71468
  utils_util.ajax({
@@ -71503,19 +71511,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71503
71511
  },
71504
71512
 
71505
71513
 
71506
- /**
71507
- * @desc:用户详情请求成功
71508
- * @author huangbo
71509
- * @date 2024年9月7日
71514
+ /**
71515
+ * @desc:用户详情请求成功
71516
+ * @author huangbo
71517
+ * @date 2024年9月7日
71510
71518
  **/
71511
71519
  handleSuccess: function handleSuccess(res) {
71512
71520
  this.simpleUserInfo = res.simpleUserInfo;
71513
71521
  },
71514
71522
 
71515
- /**
71516
- * @desc:修改用户配置
71517
- * @author huangbo
71518
- * @date 2024年9月7日
71523
+ /**
71524
+ * @desc:修改用户配置
71525
+ * @author huangbo
71526
+ * @date 2024年9月7日
71519
71527
  **/
71520
71528
  handleChangeConfig: function handleChangeConfig(name, res) {
71521
71529
  if (name == 'userHeadUrl') {
@@ -71531,10 +71539,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71531
71539
  }
71532
71540
  },
71533
71541
 
71534
- /**
71535
- * @desc:关闭webSocket
71536
- * @author huangbo
71537
- * @date 2024年9月7日
71542
+ /**
71543
+ * @desc:关闭webSocket
71544
+ * @author huangbo
71545
+ * @date 2024年9月7日
71538
71546
  **/
71539
71547
  handlerClose: function handlerClose() {
71540
71548
  if (this.webSocket) {
@@ -71542,10 +71550,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71542
71550
  }
71543
71551
  },
71544
71552
 
71545
- /**
71546
- * @desc:刷新选中iframe页签
71547
- * @author huangbo
71548
- * @date 2024年9月7日
71553
+ /**
71554
+ * @desc:刷新选中iframe页签
71555
+ * @author huangbo
71556
+ * @date 2024年9月7日
71549
71557
  **/
71550
71558
  handleRefresh: function handleRefresh(arg) {
71551
71559
  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');
@@ -71582,10 +71590,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71582
71590
  }
71583
71591
  },
71584
71592
 
71585
- /**
71586
- * @desc:删除iframe
71587
- * @author huangbo
71588
- * @date 2024年9月7日
71593
+ /**
71594
+ * @desc:删除iframe
71595
+ * @author huangbo
71596
+ * @date 2024年9月7日
71589
71597
  **/
71590
71598
  handleRemove: function handleRemove(name) {
71591
71599
  var len = this.tabs.length - 1;
@@ -71602,10 +71610,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71602
71610
  }
71603
71611
  },
71604
71612
 
71605
- /**
71606
- * @desc:tabs鼠标右键事件
71607
- * @author huangbo
71608
- * @date 2024年9月7日
71613
+ /**
71614
+ * @desc:tabs鼠标右键事件
71615
+ * @author huangbo
71616
+ * @date 2024年9月7日
71609
71617
  **/
71610
71618
  handleContextmenu: function handleContextmenu(tabs, e) {
71611
71619
  var disabled = {};
@@ -71630,10 +71638,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71630
71638
  window.addEventListener('click', this.closeTabsEvents);
71631
71639
  },
71632
71640
 
71633
- /**
71634
- * @desc:tabs页签事件
71635
- * @author huangbo
71636
- * @date 2024年9月7日
71641
+ /**
71642
+ * @desc:tabs页签事件
71643
+ * @author huangbo
71644
+ * @date 2024年9月7日
71637
71645
  **/
71638
71646
  handleTabsEvents: function handleTabsEvents(num) {
71639
71647
  if (this.pane !== null) {
@@ -71644,10 +71652,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71644
71652
  },
71645
71653
 
71646
71654
 
71647
- /**
71648
- * @desc:关闭页签事件面板
71649
- * @author huangbo
71650
- * @date 2024年9月7日
71655
+ /**
71656
+ * @desc:关闭页签事件面板
71657
+ * @author huangbo
71658
+ * @date 2024年9月7日
71651
71659
  **/
71652
71660
  closeTabsEvents: function closeTabsEvents(e) {
71653
71661
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71657,10 +71665,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71657
71665
  },
71658
71666
 
71659
71667
 
71660
- /**
71661
- * @desc:tabs页签点击事件
71662
- * @author huangbo
71663
- * @date 2024年9月7日
71668
+ /**
71669
+ * @desc:tabs页签点击事件
71670
+ * @author huangbo
71671
+ * @date 2024年9月7日
71664
71672
  **/
71665
71673
  handleTabClick: function handleTabClick() {
71666
71674
  this.active = '';
@@ -71668,10 +71676,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71668
71676
  this.showMenu = false;
71669
71677
  },
71670
71678
 
71671
- /**
71672
- * @desc:handler工具栏点击事件
71673
- * @author huangbo
71674
- * @date 2024年9月7日
71679
+ /**
71680
+ * @desc:handler工具栏点击事件
71681
+ * @author huangbo
71682
+ * @date 2024年9月7日
71675
71683
  **/
71676
71684
  handleClick: function handleClick(res) {
71677
71685
  var type = res.type,
@@ -71752,10 +71760,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71752
71760
  this.$emit('handler-click', res);
71753
71761
  },
71754
71762
 
71755
- /**
71756
- * @desc:退出登录
71757
- * @author huangbo
71758
- * @date 2024年9月7日
71763
+ /**
71764
+ * @desc:退出登录
71765
+ * @author huangbo
71766
+ * @date 2024年9月7日
71759
71767
  **/
71760
71768
  handleQuit: function handleQuit() {
71761
71769
  var _this7 = this;
@@ -71836,10 +71844,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71836
71844
  }).catch(function (e) {});
71837
71845
  },
71838
71846
 
71839
- /**
71840
- * @desc:主题、消息回调
71841
- * @author huangbo
71842
- * @date 2024年9月7日
71847
+ /**
71848
+ * @desc:主题、消息回调
71849
+ * @author huangbo
71850
+ * @date 2024年9月7日
71843
71851
  **/
71844
71852
  handleChange: function handleChange(res) {
71845
71853
  var type = res.type,
@@ -71855,10 +71863,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71855
71863
  }
71856
71864
  },
71857
71865
 
71858
- /**
71859
- * @desc:菜单布局样式切换
71860
- * @author huangbo
71861
- * @date 2024年9月7日
71866
+ /**
71867
+ * @desc:菜单布局样式切换
71868
+ * @author huangbo
71869
+ * @date 2024年9月7日
71862
71870
  **/
71863
71871
  handleLayout: function handleLayout(res, active) {
71864
71872
  if (active) {
@@ -71868,10 +71876,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71868
71876
  this.$emit('chang-layout', res, active);
71869
71877
  },
71870
71878
 
71871
- /**
71872
- * @desc:消息修改总数
71873
- * @author huangbo
71874
- * @date 2024年9月7日
71879
+ /**
71880
+ * @desc:消息修改总数
71881
+ * @author huangbo
71882
+ * @date 2024年9月7日
71875
71883
  **/
71876
71884
  handleMenuTips: function handleMenuTips(id, num) {
71877
71885
  if (num) {
@@ -71882,10 +71890,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71882
71890
  }
71883
71891
  },
71884
71892
 
71885
- /**
71886
- * @desc:处理即时消息
71887
- * @author huangbo
71888
- * @date 2024年9月7日
71893
+ /**
71894
+ * @desc:处理即时消息
71895
+ * @author huangbo
71896
+ * @date 2024年9月7日
71889
71897
  **/
71890
71898
  handleOpened: function handleOpened(res) {
71891
71899
  var _this8 = this;
@@ -75911,8 +75919,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75911
75919
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75912
75920
  },
75913
75921
 
75914
- /**
75915
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75922
+ /**
75923
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75916
75924
  */
75917
75925
  queryChildMenuData: function queryChildMenuData() {
75918
75926
  var _this2 = this;
@@ -76031,8 +76039,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76031
76039
  }))();
76032
76040
  },
76033
76041
 
76034
- /**
76035
- * getVoteMeetingNum: 查询会议数量
76042
+ /**
76043
+ * getVoteMeetingNum: 查询会议数量
76036
76044
  */
76037
76045
  getVoteMeetingNum: function getVoteMeetingNum() {
76038
76046
  var _this5 = this;
@@ -76057,8 +76065,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76057
76065
  });
76058
76066
  },
76059
76067
 
76060
- /**
76061
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76068
+ /**
76069
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76062
76070
  */
76063
76071
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76064
76072
  var _this6 = this;
@@ -76083,8 +76091,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76083
76091
  },
76084
76092
 
76085
76093
 
76086
- /**
76087
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76094
+ /**
76095
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76088
76096
  */
76089
76097
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76090
76098
  var _this7 = this;
@@ -76112,8 +76120,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76112
76120
  });
76113
76121
  },
76114
76122
 
76115
- /**
76116
- * getIndexCount: 查询待办任务数量
76123
+ /**
76124
+ * getIndexCount: 查询待办任务数量
76117
76125
  */
76118
76126
  getIndexCount: function getIndexCount() {
76119
76127
  var _this8 = this;
@@ -76144,10 +76152,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76144
76152
  this.$refs.user.handleSelect(res);
76145
76153
  },
76146
76154
 
76147
- /**
76148
- * @desc:匹配路由
76149
- * @author huangbo
76150
- * @date 2024年9月7日
76155
+ /**
76156
+ * @desc:匹配路由
76157
+ * @author huangbo
76158
+ * @date 2024年9月7日
76151
76159
  **/
76152
76160
  hasRouter: function hasRouter(res, url, code) {
76153
76161
  if (!url) {
@@ -76191,10 +76199,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76191
76199
  return false;
76192
76200
  },
76193
76201
 
76194
- /**
76195
- * @desc:获取初始数据
76196
- * @author huangbo
76197
- * @date 2024年9月7日
76202
+ /**
76203
+ * @desc:获取初始数据
76204
+ * @author huangbo
76205
+ * @date 2024年9月7日
76198
76206
  **/
76199
76207
  init: function init(results) {
76200
76208
  this.setConfig(results);
@@ -76205,10 +76213,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76205
76213
  // }
76206
76214
  },
76207
76215
 
76208
- /**
76209
- * @desc:设置用户配置及信息
76210
- * @author huangbo
76211
- * @date 2024年9月7日
76216
+ /**
76217
+ * @desc:设置用户配置及信息
76218
+ * @author huangbo
76219
+ * @date 2024年9月7日
76212
76220
  **/
76213
76221
  setConfig: function setConfig(results) {
76214
76222
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76372,8 +76380,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76372
76380
  }
76373
76381
  },
76374
76382
 
76375
- /**
76376
- * @desc:获取用户自定义菜单
76383
+ /**
76384
+ * @desc:获取用户自定义菜单
76377
76385
  **/
76378
76386
  getUseCommonMenu: function getUseCommonMenu() {
76379
76387
  var _this9 = this;
@@ -76403,10 +76411,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76403
76411
  });
76404
76412
  },
76405
76413
 
76406
- /**
76407
- * @desc:获取所有应用
76408
- * @author huangbo
76409
- * @date 2024年9月7日
76414
+ /**
76415
+ * @desc:获取所有应用
76416
+ * @author huangbo
76417
+ * @date 2024年9月7日
76410
76418
  **/
76411
76419
  getApplications: function getApplications() {
76412
76420
  var _this10 = this;
@@ -76454,10 +76462,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76454
76462
  });
76455
76463
  },
76456
76464
 
76457
- /**
76458
- * @desc:获取菜单列表
76459
- * @author huangbo
76460
- * @date 2024年9月7日
76465
+ /**
76466
+ * @desc:获取菜单列表
76467
+ * @author huangbo
76468
+ * @date 2024年9月7日
76461
76469
  **/
76462
76470
  getMenus: function getMenus(loading) {
76463
76471
  var _this11 = this;
@@ -76484,10 +76492,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76484
76492
  });
76485
76493
  },
76486
76494
 
76487
- /**
76488
- * @desc:处理菜单列表
76489
- * @author huangbo
76490
- * @date 2024年9月7日
76495
+ /**
76496
+ * @desc:处理菜单列表
76497
+ * @author huangbo
76498
+ * @date 2024年9月7日
76491
76499
  **/
76492
76500
  renderMenus: function renderMenus(res) {
76493
76501
  // // console.log(res, 'renderMenus');
@@ -76533,9 +76541,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76533
76541
  // console.log(this.currentPage, 'currentPage');
76534
76542
  },
76535
76543
 
76536
- /**
76537
- * 更新myRemind中各项的权限状态
76538
- * @param {Array} menus - 完整的菜单列表
76544
+ /**
76545
+ * 更新myRemind中各项的权限状态
76546
+ * @param {Array} menus - 完整的菜单列表
76539
76547
  */
76540
76548
  updateRemindPermission: function updateRemindPermission(menus) {
76541
76549
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76563,10 +76571,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76563
76571
  });
76564
76572
  },
76565
76573
 
76566
- /**
76567
- * @desc:设置页面加载类型
76568
- * @author huangbo
76569
- * @date 2024年9月7日
76574
+ /**
76575
+ * @desc:设置页面加载类型
76576
+ * @author huangbo
76577
+ * @date 2024年9月7日
76570
76578
  **/
76571
76579
  setIframeType: function setIframeType(res) {
76572
76580
  var url = res.url;
@@ -76623,10 +76631,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76623
76631
  return res;
76624
76632
  },
76625
76633
 
76626
- /**
76627
- * @desc:获取菜单
76628
- * @author huangbo
76629
- * @date 2024年9月7日
76634
+ /**
76635
+ * @desc:获取菜单
76636
+ * @author huangbo
76637
+ * @date 2024年9月7日
76630
76638
  **/
76631
76639
  getMenu: function getMenu(menus, res, key) {
76632
76640
  if (Array.isArray(menus)) {
@@ -76655,10 +76663,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76655
76663
  return false;
76656
76664
  },
76657
76665
 
76658
- /**
76659
- * @desc:获取菜单第一条数据
76660
- * @author huangbo
76661
- * @date 2024年9月7日
76666
+ /**
76667
+ * @desc:获取菜单第一条数据
76668
+ * @author huangbo
76669
+ * @date 2024年9月7日
76662
76670
  **/
76663
76671
  getFirst: function getFirst(obj) {
76664
76672
  if (!obj) {
@@ -76677,10 +76685,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76677
76685
  }
76678
76686
  },
76679
76687
 
76680
- /**
76681
- * @desc:遍历设置菜单气泡提醒
76682
- * @author huangbo
76683
- * @date 2024年9月7日
76688
+ /**
76689
+ * @desc:遍历设置菜单气泡提醒
76690
+ * @author huangbo
76691
+ * @date 2024年9月7日
76684
76692
  **/
76685
76693
  setTips: function setTips(obj) {
76686
76694
  var _this12 = this;
@@ -76745,10 +76753,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76745
76753
  }
76746
76754
  },
76747
76755
 
76748
- /**
76749
- * @desc:获取气泡提醒
76750
- * @author huangbo
76751
- * @date 2024年9月7日
76756
+ /**
76757
+ * @desc:获取气泡提醒
76758
+ * @author huangbo
76759
+ * @date 2024年9月7日
76752
76760
  **/
76753
76761
  getBadge: function getBadge(res) {
76754
76762
  var num = res.tips || 0;
@@ -76762,10 +76770,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76762
76770
  };
76763
76771
  },
76764
76772
 
76765
- /**
76766
- * @desc:开启weosocket
76767
- * @author huangbo
76768
- * @date 2024年9月7日
76773
+ /**
76774
+ * @desc:开启weosocket
76775
+ * @author huangbo
76776
+ * @date 2024年9月7日
76769
76777
  **/
76770
76778
  initWebSocket: function initWebSocket() {
76771
76779
  var _this14 = this;
@@ -76833,10 +76841,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76833
76841
  });
76834
76842
  },
76835
76843
 
76836
- /**
76837
- * @desc:显示用户信息
76838
- * @author huangbo
76839
- * @date 2024年9月7日
76844
+ /**
76845
+ * @desc:显示用户信息
76846
+ * @author huangbo
76847
+ * @date 2024年9月7日
76840
76848
  **/
76841
76849
  showUserInfo: function showUserInfo() {
76842
76850
  if (this.showUser === false) {
@@ -76844,19 +76852,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76844
76852
  }
76845
76853
  },
76846
76854
 
76847
- /**
76848
- * @desc:删除更多应用菜单点击
76849
- * @author huangbo
76850
- * @date 2024年9月7日
76855
+ /**
76856
+ * @desc:删除更多应用菜单点击
76857
+ * @author huangbo
76858
+ * @date 2024年9月7日
76851
76859
  **/
76852
76860
  handleDelete: function handleDelete(index) {
76853
76861
  this.newApps.splice(index, 1);
76854
76862
  },
76855
76863
 
76856
- /**
76857
- * @desc:显示Drawer界面
76858
- * @author huangbo
76859
- * @date 2024年9月7日
76864
+ /**
76865
+ * @desc:显示Drawer界面
76866
+ * @author huangbo
76867
+ * @date 2024年9月7日
76860
76868
  **/
76861
76869
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76862
76870
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76876,28 +76884,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76876
76884
  }
76877
76885
  },
76878
76886
 
76879
- /**
76880
- * @desc:关闭Drawer界面
76881
- * @author huangbo
76882
- * @date 2024年9月7日
76887
+ /**
76888
+ * @desc:关闭Drawer界面
76889
+ * @author huangbo
76890
+ * @date 2024年9月7日
76883
76891
  **/
76884
76892
  handleCloseDrawer: function handleCloseDrawer() {
76885
76893
  this.drawer = { visible: false };
76886
76894
  },
76887
76895
 
76888
- /**
76889
- * @desc:用户详情请求成功
76890
- * @author huangbo
76891
- * @date 2024年9月7日
76896
+ /**
76897
+ * @desc:用户详情请求成功
76898
+ * @author huangbo
76899
+ * @date 2024年9月7日
76892
76900
  **/
76893
76901
  handleSuccess: function handleSuccess(res) {
76894
76902
  this.simpleUserInfo = res.simpleUserInfo;
76895
76903
  },
76896
76904
 
76897
- /**
76898
- * @desc:修改用户配置
76899
- * @author huangbo
76900
- * @date 2024年9月7日
76905
+ /**
76906
+ * @desc:修改用户配置
76907
+ * @author huangbo
76908
+ * @date 2024年9月7日
76901
76909
  **/
76902
76910
  handleChangeConfig: function handleChangeConfig(name, res) {
76903
76911
  if (name == 'userHeadUrl') {
@@ -76913,10 +76921,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76913
76921
  }
76914
76922
  },
76915
76923
 
76916
- /**
76917
- * @desc:关闭webSocket
76918
- * @author huangbo
76919
- * @date 2024年9月7日
76924
+ /**
76925
+ * @desc:关闭webSocket
76926
+ * @author huangbo
76927
+ * @date 2024年9月7日
76920
76928
  **/
76921
76929
  handlerClose: function handlerClose() {
76922
76930
  if (this.webSocket) {
@@ -76927,10 +76935,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76927
76935
  this.handleRefresh(1);
76928
76936
  },
76929
76937
 
76930
- /**
76931
- * @desc:刷新选中iframe页签
76932
- * @author huangbo
76933
- * @date 2024年9月7日
76938
+ /**
76939
+ * @desc:刷新选中iframe页签
76940
+ * @author huangbo
76941
+ * @date 2024年9月7日
76934
76942
  **/
76935
76943
  handleRefresh: function handleRefresh(arg) {
76936
76944
  if (arg !== 1) {
@@ -76976,10 +76984,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76976
76984
  }
76977
76985
  },
76978
76986
 
76979
- /**
76980
- * @desc:删除iframe
76981
- * @author huangbo
76982
- * @date 2024年9月7日
76987
+ /**
76988
+ * @desc:删除iframe
76989
+ * @author huangbo
76990
+ * @date 2024年9月7日
76983
76991
  **/
76984
76992
  handleRemove: function handleRemove(name) {
76985
76993
  var len = this.tabs.length - 1;
@@ -76996,10 +77004,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76996
77004
  }
76997
77005
  },
76998
77006
 
76999
- /**
77000
- * @desc:tabs鼠标右键事件
77001
- * @author huangbo
77002
- * @date 2024年9月7日
77007
+ /**
77008
+ * @desc:tabs鼠标右键事件
77009
+ * @author huangbo
77010
+ * @date 2024年9月7日
77003
77011
  **/
77004
77012
  handleContextmenu: function handleContextmenu(tabs, e) {
77005
77013
  var disabled = {};
@@ -77024,10 +77032,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77024
77032
  window.addEventListener('click', this.closeTabsEvents);
77025
77033
  },
77026
77034
 
77027
- /**
77028
- * @desc:tabs页签事件
77029
- * @author huangbo
77030
- * @date 2024年9月7日
77035
+ /**
77036
+ * @desc:tabs页签事件
77037
+ * @author huangbo
77038
+ * @date 2024年9月7日
77031
77039
  **/
77032
77040
  handleTabsEvents: function handleTabsEvents(num) {
77033
77041
  if (this.pane !== null) {
@@ -77038,10 +77046,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77038
77046
  },
77039
77047
 
77040
77048
 
77041
- /**
77042
- * @desc:关闭页签事件面板
77043
- * @author huangbo
77044
- * @date 2024年9月7日
77049
+ /**
77050
+ * @desc:关闭页签事件面板
77051
+ * @author huangbo
77052
+ * @date 2024年9月7日
77045
77053
  **/
77046
77054
  closeTabsEvents: function closeTabsEvents(e) {
77047
77055
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77051,10 +77059,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77051
77059
  },
77052
77060
 
77053
77061
 
77054
- /**
77055
- * @desc:tabs页签点击事件
77056
- * @author huangbo
77057
- * @date 2024年9月7日
77062
+ /**
77063
+ * @desc:tabs页签点击事件
77064
+ * @author huangbo
77065
+ * @date 2024年9月7日
77058
77066
  **/
77059
77067
  handleTabClick: function handleTabClick() {
77060
77068
  this.active = '';
@@ -77062,10 +77070,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77062
77070
  this.showMenu = false;
77063
77071
  },
77064
77072
 
77065
- /**
77066
- * @desc:handler工具栏点击事件
77067
- * @author huangbo
77068
- * @date 2024年9月7日
77073
+ /**
77074
+ * @desc:handler工具栏点击事件
77075
+ * @author huangbo
77076
+ * @date 2024年9月7日
77069
77077
  **/
77070
77078
  handleClick: function handleClick(res) {
77071
77079
  var type = res.type,
@@ -77155,10 +77163,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77155
77163
  this.$emit('handler-click', res);
77156
77164
  },
77157
77165
 
77158
- /**
77159
- * @desc:退出登录
77160
- * @author huangbo
77161
- * @date 2024年9月7日
77166
+ /**
77167
+ * @desc:退出登录
77168
+ * @author huangbo
77169
+ * @date 2024年9月7日
77162
77170
  **/
77163
77171
  handleQuit: function handleQuit() {
77164
77172
  var _this15 = this;
@@ -77233,10 +77241,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77233
77241
  }).catch(function (e) {});
77234
77242
  },
77235
77243
 
77236
- /**
77237
- * @desc:主题、消息回调
77238
- * @author huangbo
77239
- * @date 2024年9月7日
77244
+ /**
77245
+ * @desc:主题、消息回调
77246
+ * @author huangbo
77247
+ * @date 2024年9月7日
77240
77248
  **/
77241
77249
  handleChange: function handleChange(res) {
77242
77250
  var type = res.type,
@@ -77252,10 +77260,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77252
77260
  }
77253
77261
  },
77254
77262
 
77255
- /**
77256
- * @desc:菜单布局样式切换
77257
- * @author huangbo
77258
- * @date 2024年9月7日
77263
+ /**
77264
+ * @desc:菜单布局样式切换
77265
+ * @author huangbo
77266
+ * @date 2024年9月7日
77259
77267
  **/
77260
77268
  handleLayout: function handleLayout(res, active) {
77261
77269
  if (active) {
@@ -77265,10 +77273,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77265
77273
  this.$emit('chang-layout', res, active);
77266
77274
  },
77267
77275
 
77268
- /**
77269
- * @desc:消息修改总数
77270
- * @author huangbo
77271
- * @date 2024年9月7日
77276
+ /**
77277
+ * @desc:消息修改总数
77278
+ * @author huangbo
77279
+ * @date 2024年9月7日
77272
77280
  **/
77273
77281
  handleMenuTips: function handleMenuTips(id, num) {
77274
77282
  if (num) {
@@ -77279,10 +77287,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77279
77287
  }
77280
77288
  },
77281
77289
 
77282
- /**
77283
- * @desc:处理即时消息
77284
- * @author huangbo
77285
- * @date 2024年9月7日
77290
+ /**
77291
+ * @desc:处理即时消息
77292
+ * @author huangbo
77293
+ * @date 2024年9月7日
77286
77294
  **/
77287
77295
  handleOpened: function handleOpened(res) {
77288
77296
  var _this16 = this;
@@ -77298,14 +77306,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77298
77306
  }
77299
77307
  },
77300
77308
 
77301
- /**
77302
- * @desc:菜单点击事件
77303
- * @author huangbo
77304
- * @date 2024年9月7日
77305
- * @param {*} res 菜单点击事件参数
77306
- * @param {*} method 菜单点击事件方法
77307
- * 1.顶部菜单点击跳转已经实现
77308
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77309
+ /**
77310
+ * @desc:菜单点击事件
77311
+ * @author huangbo
77312
+ * @date 2024年9月7日
77313
+ * @param {*} res 菜单点击事件参数
77314
+ * @param {*} method 菜单点击事件方法
77315
+ * 1.顶部菜单点击跳转已经实现
77316
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77309
77317
  **/
77310
77318
  handleSelect: function handleSelect(res) {
77311
77319
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84713,19 +84721,19 @@ var QRCode = __webpack_require__(28);
84713
84721
  //设置logo大小
84714
84722
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84715
84723
  //设置获取的logo将其变为圆角以及添加白色背景
84716
- /* ctx.fillStyle = "#fff";
84717
- ctx.beginPath();
84718
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84719
- let w = 46; //圆角宽
84720
- let x = logoPosition - 5;
84721
- let y = logoPosition - 5;
84722
- let r = 5; //圆角半径
84723
- ctx.moveTo(x + r, y);
84724
- ctx.arcTo(x + w, y, x + w, y + h, r);
84725
- ctx.arcTo(x + w, y + h, x, y + h, r);
84726
- ctx.arcTo(x, y + h, x, y, r);
84727
- ctx.arcTo(x, y, x + w, y, r);
84728
- ctx.closePath();
84724
+ /* ctx.fillStyle = "#fff";
84725
+ ctx.beginPath();
84726
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84727
+ let w = 46; //圆角宽
84728
+ let x = logoPosition - 5;
84729
+ let y = logoPosition - 5;
84730
+ let r = 5; //圆角半径
84731
+ ctx.moveTo(x + r, y);
84732
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84733
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84734
+ ctx.arcTo(x, y + h, x, y, r);
84735
+ ctx.arcTo(x, y, x + w, y, r);
84736
+ ctx.closePath();
84729
84737
  ctx.fill(); */
84730
84738
  logo.onload = function () {
84731
84739
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -94217,8 +94225,8 @@ tips_src_main.install = function (Vue) {
94217
94225
  };
94218
94226
 
94219
94227
  /* harmony default export */ var packages_tips = (tips_src_main);
94220
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=39950d7e&
94221
- var mainvue_type_template_id_39950d7e_render = function () {
94228
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=78570bab&
94229
+ var mainvue_type_template_id_78570bab_render = function () {
94222
94230
  var _vm = this
94223
94231
  var _h = _vm.$createElement
94224
94232
  var _c = _vm._self._c || _h
@@ -94415,13 +94423,15 @@ var mainvue_type_template_id_39950d7e_render = function () {
94415
94423
  )
94416
94424
  : _vm._e()
94417
94425
  }
94418
- var mainvue_type_template_id_39950d7e_staticRenderFns = []
94419
- mainvue_type_template_id_39950d7e_render._withStripped = true
94426
+ var mainvue_type_template_id_78570bab_staticRenderFns = []
94427
+ mainvue_type_template_id_78570bab_render._withStripped = true
94420
94428
 
94421
94429
 
94422
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=39950d7e&
94430
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=78570bab&
94423
94431
 
94424
94432
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=script&lang=js&
94433
+ var tree_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
94434
+
94425
94435
  //
94426
94436
  //
94427
94437
  //
@@ -94627,6 +94637,11 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
94627
94637
  type: Boolean,
94628
94638
  default: false
94629
94639
  },
94640
+ //是否默认所有节点都是父节点
94641
+ enableSubNode: {
94642
+ type: Boolean,
94643
+ default: false
94644
+ },
94630
94645
  onChange: Function,
94631
94646
  onSearch: Function,
94632
94647
 
@@ -94855,7 +94870,11 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
94855
94870
  return item.id;
94856
94871
  }
94857
94872
  });
94858
- _this2.treeList = treeList;
94873
+ if (_this2.enableSubNode) {
94874
+ _this2.treeList = _this2.addSubNode(treeList);
94875
+ } else {
94876
+ _this2.treeList = treeList;
94877
+ }
94859
94878
  }
94860
94879
  }).catch(function (err) {
94861
94880
  _this2.loading = false;
@@ -94865,9 +94884,30 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
94865
94884
  });
94866
94885
  },
94867
94886
 
94887
+ //给每个树节点默认加subNode属性,递归执行
94888
+ addSubNode: function addSubNode(data) {
94889
+ var _this3 = this;
94890
+
94891
+ if (!data) return data;
94892
+ if (Array.isArray(data)) {
94893
+ return data.map(function (item) {
94894
+ return _this3.addSubNode(item);
94895
+ });
94896
+ }
94897
+ var result = tree_src_mainvue_type_script_lang_js_extends({}, data, { subNode: true });
94898
+ if (result.children && result.children.length > 0) {
94899
+ result.open = true;
94900
+ result.children = this.addSubNode(result.children);
94901
+ } else {
94902
+ result.open = false;
94903
+ }
94904
+ return result;
94905
+ },
94906
+
94907
+
94868
94908
  //请求子节点数据
94869
94909
  loadsub: function loadsub(data, node) {
94870
- var _this3 = this;
94910
+ var _this4 = this;
94871
94911
 
94872
94912
  if (data.state !== '' && (!data.children || data.children.length === 0)) {
94873
94913
  var params = utils_util.extend({}, this.param, this.where, {
@@ -94879,10 +94919,11 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
94879
94919
  if (this.parseParams) {
94880
94920
  params = this.parseParams({ data: data, params: params, node: node });
94881
94921
  }
94922
+ this.loading = true;
94882
94923
  if (this.onLoadsub) {
94883
94924
  this.onLoadsub({ data: data, params: params, node: node }).then(function (res) {
94884
- _this3.loading = false;
94885
- _this3.$set(data, 'children', JSON.parse(JSON.stringify(res)));
94925
+ _this4.loading = false;
94926
+ _this4.$set(data, 'children', JSON.parse(JSON.stringify(res)));
94886
94927
  }).catch(function (e) {});
94887
94928
  } else {
94888
94929
  utils_util.ajax({
@@ -94892,25 +94933,45 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
94892
94933
  params: params
94893
94934
  }).then(function (res) {
94894
94935
  if (res.rCode === 0) {
94895
- _this3.loading = false;
94896
- var results = _this3.parseData ? _this3.parseData(JSON.parse(JSON.stringify(res.results)), 'sub-results') : JSON.parse(JSON.stringify(res.results));
94897
- _this3.$emit('sub-results', results);
94936
+ _this4.loading = false;
94937
+ var results = _this4.parseData ? _this4.parseData(JSON.parse(JSON.stringify(res.results)), 'sub-results') : JSON.parse(JSON.stringify(res.results));
94938
+ _this4.$emit('sub-results', results);
94898
94939
  if (Array.isArray(results)) {
94899
- if (data.id === results[0].id) {
94900
- _this3.$set(data, 'children', results[0].children);
94940
+ if (results.length > 0 && data.id === results[0].id) {
94941
+ _this4.$set(data, 'children', results[0].children.map(function (item) {
94942
+ return tree_src_mainvue_type_script_lang_js_extends({}, item, {
94943
+ subNode: _this4.enableSubNode,
94944
+ open: false
94945
+ });
94946
+ }));
94947
+ } else if (results.length <= 0) {
94948
+ node.isLeaf = true;
94949
+ console.log('node', node);
94950
+ _this4.$set(data, 'children', []);
94901
94951
  } else {
94902
- _this3.$set(data, 'children', results);
94952
+ _this4.$set(data, 'children', results.map(function (item) {
94953
+ return tree_src_mainvue_type_script_lang_js_extends({}, item, {
94954
+ subNode: _this4.enableSubNode,
94955
+ open: false
94956
+ });
94957
+ }));
94903
94958
  }
94904
94959
  } else if (data.id === results.id) {
94905
- _this3.$set(data, 'children', results.children);
94960
+ _this4.$set(data, 'children', results.children.map(function (item) {
94961
+ return tree_src_mainvue_type_script_lang_js_extends({}, item, {
94962
+ subNode: _this4.enableSubNode,
94963
+ open: false
94964
+ });
94965
+ }));
94906
94966
  } else {
94907
94967
  console.error('tree数据格式错误');
94908
94968
  }
94909
94969
  }
94910
94970
  }).catch(function (err) {
94911
- _this3.loading = false;
94971
+ _this4.loading = false;
94972
+ console.log('errr', err);
94912
94973
  if (err.message && err.message !== 'canceled') {
94913
- _this3.$message.error(err.message);
94974
+ _this4.$message.error(err.message);
94914
94975
  }
94915
94976
  });
94916
94977
  }
@@ -94938,13 +94999,13 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
94938
94999
  this.$emit('load', node, resolve);
94939
95000
  },
94940
95001
  sortTree: function sortTree(arr) {
94941
- var _this4 = this;
95002
+ var _this5 = this;
94942
95003
 
94943
95004
  return arr.sort(function (a, b) {
94944
- if (_this4.order === 'asc' && a[_this4.sort]) {
94945
- return a[_this4.sort] - b[_this4.sort];
95005
+ if (_this5.order === 'asc' && a[_this5.sort]) {
95006
+ return a[_this5.sort] - b[_this5.sort];
94946
95007
  } else {
94947
- return b[_this4.sort] - a[_this4.sort];
95008
+ return b[_this5.sort] - a[_this5.sort];
94948
95009
  }
94949
95010
  });
94950
95011
  },
@@ -95005,7 +95066,7 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
95005
95066
  }
95006
95067
  },
95007
95068
  handleCheckChange: function handleCheckChange(data, checked, indeterminate) {
95008
- var _this5 = this;
95069
+ var _this6 = this;
95009
95070
 
95010
95071
  if (this.esPage && this.changeData) {
95011
95072
  var checkeds = this.getCheckedNodes();
@@ -95013,7 +95074,7 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
95013
95074
  if (utils_util.isObject(this.changeData)) {
95014
95075
  var _loop = function _loop(_i2) {
95015
95076
  changeData[_i2] = checkeds.map(function (item) {
95016
- return item[_this5.changeData[_i2]];
95077
+ return item[_this6.changeData[_i2]];
95017
95078
  });
95018
95079
  };
95019
95080
 
@@ -95023,7 +95084,7 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
95023
95084
  } else if (Array.isArray(this.changeData)) {
95024
95085
  this.changeData.forEach(function (item) {
95025
95086
  changeData[item] = checkeds.map(function (ele) {
95026
- return ele[_this5.changeData[i]];
95087
+ return ele[_this6.changeData[i]];
95027
95088
  });
95028
95089
  });
95029
95090
  } else {
@@ -95100,12 +95161,12 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
95100
95161
  return this.$refs.oaTree.insertAfter(data, refNode);
95101
95162
  },
95102
95163
  getKeys: function getKeys(data, result) {
95103
- var _this6 = this;
95164
+ var _this7 = this;
95104
95165
 
95105
95166
  data.forEach(function (item) {
95106
95167
  result.push(item.id);
95107
95168
  if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
95108
- _this6.getKeys(item.children, result);
95169
+ _this7.getKeys(item.children, result);
95109
95170
  }
95110
95171
  });
95111
95172
  },
@@ -95135,8 +95196,8 @@ mainvue_type_template_id_39950d7e_render._withStripped = true
95135
95196
 
95136
95197
  var tree_src_main_component = normalizeComponent(
95137
95198
  packages_tree_src_mainvue_type_script_lang_js_,
95138
- mainvue_type_template_id_39950d7e_render,
95139
- mainvue_type_template_id_39950d7e_staticRenderFns,
95199
+ mainvue_type_template_id_78570bab_render,
95200
+ mainvue_type_template_id_78570bab_staticRenderFns,
95140
95201
  false,
95141
95202
  null,
95142
95203
  null,
@@ -102882,7 +102943,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102882
102943
  }
102883
102944
 
102884
102945
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102885
- version: '0.8.8',
102946
+ version: '0.8.10',
102886
102947
  install: install,
102887
102948
  Button: packages_button,
102888
102949
  ButtonGroup: button_group,