eoss-ui 0.8.2 → 0.8.3

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 (229) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +677 -663
  3. package/lib/flow.js +142 -128
  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/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/plugin.js +915 -915
  16. package/packages/card/index.js +5 -5
  17. package/packages/card/src/main.vue +156 -156
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +168 -168
  20. package/packages/checkbox-group/index.js +5 -5
  21. package/packages/checkbox-group/src/main.vue +333 -333
  22. package/packages/clients/index.js +5 -5
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +46 -46
  25. package/packages/data-table/src/main.vue +1847 -1847
  26. package/packages/data-table/src/sizer.vue +195 -195
  27. package/packages/data-table-form/index.js +5 -5
  28. package/packages/data-table-form/src/checkbox.vue +101 -101
  29. package/packages/data-table-form/src/colgroup.vue +17 -17
  30. package/packages/data-table-form/src/main.vue +181 -181
  31. package/packages/data-table-form/src/radio.vue +65 -65
  32. package/packages/data-table-form/src/table.vue +233 -233
  33. package/packages/data-table-form/src/tbody.vue +336 -336
  34. package/packages/data-table-form/src/thead.vue +68 -68
  35. package/packages/date-picker/index.js +5 -5
  36. package/packages/date-picker/src/main.vue +236 -236
  37. package/packages/dialog/index.js +5 -5
  38. package/packages/enable-drag/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  45. package/packages/flow/src/component/TimeLimit.vue +190 -190
  46. package/packages/flow/src/main.vue +4165 -4146
  47. package/packages/flow-group/index.js +5 -5
  48. package/packages/flow-group/src/main.vue +750 -750
  49. package/packages/flow-list/index.js +5 -5
  50. package/packages/form/index.js +5 -5
  51. package/packages/handle-user/index.js +5 -5
  52. package/packages/handle-user/src/main.vue +137 -137
  53. package/packages/handler/index.js +5 -5
  54. package/packages/handler/src/main.vue +499 -499
  55. package/packages/icon/index.js +5 -5
  56. package/packages/icons/index.js +5 -5
  57. package/packages/icons/src/main.vue +81 -81
  58. package/packages/input/index.js +5 -5
  59. package/packages/input/src/main.vue +356 -356
  60. package/packages/input-number/index.js +5 -5
  61. package/packages/input-number/src/main.vue +106 -106
  62. package/packages/label/index.js +5 -5
  63. package/packages/label/src/main.vue +457 -457
  64. package/packages/layout/index.js +5 -5
  65. package/packages/layout/src/item.vue +152 -152
  66. package/packages/layout/src/main.vue +31 -31
  67. package/packages/login/index.js +5 -5
  68. package/packages/login/src/main.vue +2088 -2088
  69. package/packages/main/index.js +5 -5
  70. package/packages/main/src/default/message.vue +249 -249
  71. package/packages/main/src/default/notice.vue +157 -157
  72. package/packages/main/src/default/userinfo.vue +513 -513
  73. package/packages/main/src/simplicity/index.vue +2335 -2335
  74. package/packages/main/src/simplicity/lists.vue +84 -84
  75. package/packages/main/src/simplicity/router-page.vue +45 -45
  76. package/packages/main/src/simplicity/userinfo.vue +408 -408
  77. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  78. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  79. package/packages/menu/index.js +5 -5
  80. package/packages/nav/index.js +5 -5
  81. package/packages/notify/index.js +5 -5
  82. package/packages/notify/src/main.vue +538 -538
  83. package/packages/page/index.js +5 -5
  84. package/packages/page/src/main.vue +167 -167
  85. package/packages/pagination/index.js +5 -5
  86. package/packages/pagination/src/main.vue +96 -96
  87. package/packages/player/index.js +5 -5
  88. package/packages/player/src/main.vue +194 -194
  89. package/packages/qr-code/index.js +5 -5
  90. package/packages/qr-code/src/main.vue +170 -170
  91. package/packages/radio-group/index.js +6 -6
  92. package/packages/radio-group/src/main.vue +319 -319
  93. package/packages/retrial-auth/index.js +5 -5
  94. package/packages/retrial-auth/src/main.vue +299 -299
  95. package/packages/select/index.js +5 -5
  96. package/packages/select-ganged/index.js +5 -5
  97. package/packages/select-ganged/src/main.vue +724 -724
  98. package/packages/selector/index.js +5 -5
  99. package/packages/selector-panel/index.js +5 -5
  100. package/packages/selector-panel/src/tree.vue +129 -129
  101. package/packages/sizer/index.js +5 -5
  102. package/packages/sizer/src/main.vue +254 -254
  103. package/packages/steps/index.js +5 -5
  104. package/packages/steps/src/main.vue +181 -181
  105. package/packages/switch/index.js +5 -5
  106. package/packages/table-form/index.js +5 -5
  107. package/packages/tabs/index.js +5 -5
  108. package/packages/tabs/src/main.vue +788 -788
  109. package/packages/tabs-panel/index.js +5 -5
  110. package/packages/tabs-panel/src/main.vue +29 -29
  111. package/packages/theme-chalk/gulpfile.js +25 -0
  112. package/packages/theme-chalk/src/base.scss +261 -261
  113. package/packages/theme-chalk/src/button-group.scss +176 -176
  114. package/packages/theme-chalk/src/button.scss +24 -24
  115. package/packages/theme-chalk/src/calendar.scss +113 -113
  116. package/packages/theme-chalk/src/card.scss +99 -99
  117. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  118. package/packages/theme-chalk/src/clients.scss +87 -87
  119. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  120. package/packages/theme-chalk/src/date-picker.scss +7 -7
  121. package/packages/theme-chalk/src/dialog.scss +77 -77
  122. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  123. package/packages/theme-chalk/src/enterprise.scss +5 -5
  124. package/packages/theme-chalk/src/error-page.scss +18 -18
  125. package/packages/theme-chalk/src/flow-group.scss +110 -110
  126. package/packages/theme-chalk/src/handle-user.scss +40 -40
  127. package/packages/theme-chalk/src/icons.scss +99 -99
  128. package/packages/theme-chalk/src/input.scss +9 -9
  129. package/packages/theme-chalk/src/label.scss +24 -24
  130. package/packages/theme-chalk/src/layout.scss +46 -46
  131. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  132. package/packages/theme-chalk/src/nav.scss +111 -111
  133. package/packages/theme-chalk/src/page.scss +3 -3
  134. package/packages/theme-chalk/src/pagination.scss +29 -29
  135. package/packages/theme-chalk/src/player.scss +9 -9
  136. package/packages/theme-chalk/src/qr-code.scss +17 -17
  137. package/packages/theme-chalk/src/radio-group.scss +9 -9
  138. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  139. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  140. package/packages/theme-chalk/src/select.scss +8 -8
  141. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  142. package/packages/theme-chalk/src/sizer.scss +36 -36
  143. package/packages/theme-chalk/src/steps.scss +88 -88
  144. package/packages/theme-chalk/src/switch.scss +3 -3
  145. package/packages/theme-chalk/src/table-form.scss +1 -1
  146. package/packages/theme-chalk/src/tabs.scss +87 -87
  147. package/packages/theme-chalk/src/tips.scss +7 -7
  148. package/packages/theme-chalk/src/toolbar.scss +179 -179
  149. package/packages/theme-chalk/src/tree-group.scss +72 -72
  150. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  151. package/packages/tips/index.js +5 -5
  152. package/packages/toolbar/index.js +5 -5
  153. package/packages/tree/index.js +5 -5
  154. package/packages/tree-group/index.js +5 -5
  155. package/packages/upload/index.js +5 -5
  156. package/packages/upload/src/main.vue +1344 -1344
  157. package/packages/upload/src/picture.js +15 -15
  158. package/packages/wujie/index.js +5 -5
  159. package/packages/wxlogin/index.js +5 -5
  160. package/packages/wxlogin/src/main.vue +128 -128
  161. package/src/config/image.js +2 -2
  162. package/src/index.js +1 -1
  163. package/src/utils/bus.js +3 -3
  164. package/src/utils/date-util.js +312 -312
  165. package/src/utils/http.js +50 -50
  166. package/src/utils/store.js +21 -21
  167. package/src/utils/webSocket.js +107 -107
  168. package/packages/theme-chalk/lib/base.css +0 -1
  169. package/packages/theme-chalk/lib/button-group.css +0 -1
  170. package/packages/theme-chalk/lib/button.css +0 -1
  171. package/packages/theme-chalk/lib/calendar.css +0 -1
  172. package/packages/theme-chalk/lib/calogin.css +0 -0
  173. package/packages/theme-chalk/lib/card.css +0 -1
  174. package/packages/theme-chalk/lib/cascader.css +0 -0
  175. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  176. package/packages/theme-chalk/lib/clients.css +0 -1
  177. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  178. package/packages/theme-chalk/lib/data-table.css +0 -1
  179. package/packages/theme-chalk/lib/date-picker.css +0 -1
  180. package/packages/theme-chalk/lib/dialog.css +0 -1
  181. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  182. package/packages/theme-chalk/lib/enterprise.css +0 -1
  183. package/packages/theme-chalk/lib/error-page.css +0 -1
  184. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  185. package/packages/theme-chalk/lib/flow-group.css +0 -1
  186. package/packages/theme-chalk/lib/flow-list.css +0 -1
  187. package/packages/theme-chalk/lib/flow.css +0 -1
  188. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  189. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  190. package/packages/theme-chalk/lib/form.css +0 -1
  191. package/packages/theme-chalk/lib/handle-user.css +0 -1
  192. package/packages/theme-chalk/lib/handler.css +0 -1
  193. package/packages/theme-chalk/lib/icon.css +0 -1
  194. package/packages/theme-chalk/lib/icons.css +0 -1
  195. package/packages/theme-chalk/lib/index.css +0 -1
  196. package/packages/theme-chalk/lib/input-number.css +0 -0
  197. package/packages/theme-chalk/lib/input.css +0 -1
  198. package/packages/theme-chalk/lib/label.css +0 -1
  199. package/packages/theme-chalk/lib/layout.css +0 -1
  200. package/packages/theme-chalk/lib/login.css +0 -1
  201. package/packages/theme-chalk/lib/main.css +0 -1
  202. package/packages/theme-chalk/lib/menu.css +0 -1
  203. package/packages/theme-chalk/lib/nav.css +0 -1
  204. package/packages/theme-chalk/lib/notify.css +0 -0
  205. package/packages/theme-chalk/lib/page.css +0 -1
  206. package/packages/theme-chalk/lib/pagination.css +0 -1
  207. package/packages/theme-chalk/lib/player.css +0 -1
  208. package/packages/theme-chalk/lib/qr-code.css +0 -1
  209. package/packages/theme-chalk/lib/radio-group.css +0 -1
  210. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  211. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  212. package/packages/theme-chalk/lib/select.css +0 -1
  213. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  214. package/packages/theme-chalk/lib/selector.css +0 -1
  215. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  216. package/packages/theme-chalk/lib/simplicity.css +0 -1
  217. package/packages/theme-chalk/lib/sizer.css +0 -1
  218. package/packages/theme-chalk/lib/steps.css +0 -1
  219. package/packages/theme-chalk/lib/switch.css +0 -1
  220. package/packages/theme-chalk/lib/table-form.css +0 -0
  221. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  222. package/packages/theme-chalk/lib/tabs.css +0 -1
  223. package/packages/theme-chalk/lib/tips.css +0 -1
  224. package/packages/theme-chalk/lib/toolbar.css +0 -1
  225. package/packages/theme-chalk/lib/tree-group.css +0 -1
  226. package/packages/theme-chalk/lib/tree.css +0 -1
  227. package/packages/theme-chalk/lib/upload.css +0 -1
  228. package/packages/theme-chalk/lib/wujie.css +0 -0
  229. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -6902,8 +6902,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6902
6902
 
6903
6903
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6904
6904
 
6905
- /**
6906
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6905
+ /**
6906
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6907
6907
  */
6908
6908
  var CA_ExtInterface = function () {
6909
6909
  function CA_ExtInterface() {
@@ -6916,11 +6916,11 @@ var CA_ExtInterface = function () {
6916
6916
  this.init();
6917
6917
  }
6918
6918
 
6919
- /**
6920
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
- * @param {Object} target - 目标对象
6923
- * @param {Object} options - 新的选项对象
6919
+ /**
6920
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
+ * @param {Object} target - 目标对象
6923
+ * @param {Object} options - 新的选项对象
6924
6924
  */
6925
6925
 
6926
6926
 
@@ -6935,8 +6935,8 @@ var CA_ExtInterface = function () {
6935
6935
  }
6936
6936
  };
6937
6937
 
6938
- /**
6939
- * 检查当前会话的 WebSocket URL
6938
+ /**
6939
+ * 检查当前会话的 WebSocket URL
6940
6940
  */
6941
6941
 
6942
6942
 
@@ -6950,8 +6950,8 @@ var CA_ExtInterface = function () {
6950
6950
  }
6951
6951
  };
6952
6952
 
6953
- /**
6954
- * 检查是否使用 ActiveX
6953
+ /**
6954
+ * 检查是否使用 ActiveX
6955
6955
  */
6956
6956
 
6957
6957
 
@@ -6963,11 +6963,11 @@ var CA_ExtInterface = function () {
6963
6963
  }
6964
6964
  };
6965
6965
 
6966
- /**
6967
- * 扩展发送消息并等待响应
6968
- * @param {string} operatorCmd - 操作命令
6969
- * @param {string} sendMsg - 发送的消息
6970
- * @returns {string} 响应消息
6966
+ /**
6967
+ * 扩展发送消息并等待响应
6968
+ * @param {string} operatorCmd - 操作命令
6969
+ * @param {string} sendMsg - 发送的消息
6970
+ * @returns {string} 响应消息
6971
6971
  */
6972
6972
 
6973
6973
 
@@ -6977,11 +6977,11 @@ var CA_ExtInterface = function () {
6977
6977
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6978
6978
  };
6979
6979
 
6980
- /**
6981
- * 发送消息并等待响应
6982
- * @param {string} wsurl - WebSocket URL
6983
- * @param {string} sendMsg - 发送的消息
6984
- * @returns {string} 响应消息
6980
+ /**
6981
+ * 发送消息并等待响应
6982
+ * @param {string} wsurl - WebSocket URL
6983
+ * @param {string} sendMsg - 发送的消息
6984
+ * @returns {string} 响应消息
6985
6985
  */
6986
6986
 
6987
6987
 
@@ -7005,9 +7005,9 @@ var CA_ExtInterface = function () {
7005
7005
  return ResultMsg;
7006
7006
  };
7007
7007
 
7008
- /**
7009
- * 配置选项
7010
- * @param {Object} extendOption - 扩展选项
7008
+ /**
7009
+ * 配置选项
7010
+ * @param {Object} extendOption - 扩展选项
7011
7011
  */
7012
7012
 
7013
7013
 
@@ -7017,8 +7017,8 @@ var CA_ExtInterface = function () {
7017
7017
  }
7018
7018
  };
7019
7019
 
7020
- /**
7021
- * 初始化
7020
+ /**
7021
+ * 初始化
7022
7022
  */
7023
7023
 
7024
7024
 
@@ -7026,9 +7026,9 @@ var CA_ExtInterface = function () {
7026
7026
  this.isUseActioveX();
7027
7027
  };
7028
7028
 
7029
- /**
7030
- * 返回客户端的版本
7031
- * @returns {string} 客户端版本
7029
+ /**
7030
+ * 返回客户端的版本
7031
+ * @returns {string} 客户端版本
7032
7032
  */
7033
7033
 
7034
7034
 
@@ -7041,13 +7041,13 @@ var CA_ExtInterface = function () {
7041
7041
  }
7042
7042
  };
7043
7043
 
7044
- /**
7045
- * 下载客户端程序并安装
7046
- * @param {string} bstrURL - 下载地址
7047
- * @param {string} bstrHashValue - 哈希值
7048
- * @param {boolean} bSync - 是否同步安装
7049
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
- * @returns {number} 安装结果
7044
+ /**
7045
+ * 下载客户端程序并安装
7046
+ * @param {string} bstrURL - 下载地址
7047
+ * @param {string} bstrHashValue - 哈希值
7048
+ * @param {boolean} bSync - 是否同步安装
7049
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
+ * @returns {number} 安装结果
7051
7051
  */
7052
7052
 
7053
7053
 
@@ -7061,11 +7061,11 @@ var CA_ExtInterface = function () {
7061
7061
  }
7062
7062
  };
7063
7063
 
7064
- /**
7065
- * 获取硬件指纹信息
7066
- * @param {number} dwSign - 签名
7067
- * @param {string} strGateWayIP - 网关 IP
7068
- * @returns {string} 硬件指纹信息
7064
+ /**
7065
+ * 获取硬件指纹信息
7066
+ * @param {number} dwSign - 签名
7067
+ * @param {string} strGateWayIP - 网关 IP
7068
+ * @returns {string} 硬件指纹信息
7069
7069
  */
7070
7070
 
7071
7071
 
@@ -7079,12 +7079,12 @@ var CA_ExtInterface = function () {
7079
7079
  }
7080
7080
  };
7081
7081
 
7082
- /**
7083
- * 设置转发策略和代填策略
7084
- * @param {string} strProxyPolicy - 转发策略
7085
- * @param {string} strSSOPolicy - 代填策略
7086
- * @param {string} strGatewayAddress - 网关地址
7087
- * @returns {number} 设置结果
7082
+ /**
7083
+ * 设置转发策略和代填策略
7084
+ * @param {string} strProxyPolicy - 转发策略
7085
+ * @param {string} strSSOPolicy - 代填策略
7086
+ * @param {string} strGatewayAddress - 网关地址
7087
+ * @returns {number} 设置结果
7088
7088
  */
7089
7089
 
7090
7090
 
@@ -7098,11 +7098,11 @@ var CA_ExtInterface = function () {
7098
7098
  }
7099
7099
  };
7100
7100
 
7101
- /**
7102
- * 启动认证信息模块
7103
- * @param {string} strFileName - 文件名
7104
- * @param {string} strXmlData - XML 数据
7105
- * @returns {string} 认证信息
7101
+ /**
7102
+ * 启动认证信息模块
7103
+ * @param {string} strFileName - 文件名
7104
+ * @param {string} strXmlData - XML 数据
7105
+ * @returns {string} 认证信息
7106
7106
  */
7107
7107
 
7108
7108
 
@@ -7116,10 +7116,10 @@ var CA_ExtInterface = function () {
7116
7116
  }
7117
7117
  };
7118
7118
 
7119
- /**
7120
- * 打开 BS 应用
7121
- * @param {string} strUrl - 应用 URL
7122
- * @returns {number} 打开结果
7119
+ /**
7120
+ * 打开 BS 应用
7121
+ * @param {string} strUrl - 应用 URL
7122
+ * @returns {number} 打开结果
7123
7123
  */
7124
7124
 
7125
7125
 
@@ -7133,12 +7133,12 @@ var CA_ExtInterface = function () {
7133
7133
  }
7134
7134
  };
7135
7135
 
7136
- /**
7137
- * 打开 CS 应用
7138
- * @param {string} strGatewayAddress - 网关地址
7139
- * @param {string} strAppFlag - 应用标识
7140
- * @param {string} strAppPath - 应用路径
7141
- * @returns {number} 打开结果
7136
+ /**
7137
+ * 打开 CS 应用
7138
+ * @param {string} strGatewayAddress - 网关地址
7139
+ * @param {string} strAppFlag - 应用标识
7140
+ * @param {string} strAppPath - 应用路径
7141
+ * @returns {number} 打开结果
7142
7142
  */
7143
7143
 
7144
7144
 
@@ -7152,13 +7152,13 @@ var CA_ExtInterface = function () {
7152
7152
  }
7153
7153
  };
7154
7154
 
7155
- /**
7156
- * 设置自动更新策略
7157
- * @param {string} strGatewayAddress - 网关地址
7158
- * @param {number} nGatewayPort - 网关端口
7159
- * @param {string} strUserToken - 用户令牌
7160
- * @param {number} updatedelay - 更新延迟
7161
- * @returns {number} 设置结果
7155
+ /**
7156
+ * 设置自动更新策略
7157
+ * @param {string} strGatewayAddress - 网关地址
7158
+ * @param {number} nGatewayPort - 网关端口
7159
+ * @param {string} strUserToken - 用户令牌
7160
+ * @param {number} updatedelay - 更新延迟
7161
+ * @returns {number} 设置结果
7162
7162
  */
7163
7163
 
7164
7164
 
@@ -7172,10 +7172,10 @@ var CA_ExtInterface = function () {
7172
7172
  }
7173
7173
  };
7174
7174
 
7175
- /**
7176
- * 获取客户端 IP
7177
- * @param {string} strGatewayIP - 网关 IP
7178
- * @returns {string} 客户端 IP
7175
+ /**
7176
+ * 获取客户端 IP
7177
+ * @param {string} strGatewayIP - 网关 IP
7178
+ * @returns {string} 客户端 IP
7179
7179
  */
7180
7180
 
7181
7181
 
@@ -7189,10 +7189,10 @@ var CA_ExtInterface = function () {
7189
7189
  }
7190
7190
  };
7191
7191
 
7192
- /**
7193
- * 登出网关
7194
- * @param {string} strServerIP - 服务器 IP
7195
- * @returns {number} 登出结果
7192
+ /**
7193
+ * 登出网关
7194
+ * @param {string} strServerIP - 服务器 IP
7195
+ * @returns {number} 登出结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,11 +7206,11 @@ var CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 运行安装包
7211
- * @param {number} lRunType - 运行类型
7212
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
- * @returns {number} 运行结果
7209
+ /**
7210
+ * 运行安装包
7211
+ * @param {number} lRunType - 运行类型
7212
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
+ * @returns {number} 运行结果
7214
7214
  */
7215
7215
 
7216
7216
 
@@ -7224,9 +7224,9 @@ var CA_ExtInterface = function () {
7224
7224
  }
7225
7225
  };
7226
7226
 
7227
- /**
7228
- * 获取下载进度
7229
- * @returns {number} 下载进度
7227
+ /**
7228
+ * 获取下载进度
7229
+ * @returns {number} 下载进度
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,9 +7240,9 @@ var CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 是否安装完成
7245
- * @returns {boolean} 安装完成状态
7243
+ /**
7244
+ * 是否安装完成
7245
+ * @returns {boolean} 安装完成状态
7246
7246
  */
7247
7247
 
7248
7248
 
@@ -7256,11 +7256,11 @@ var CA_ExtInterface = function () {
7256
7256
  }
7257
7257
  };
7258
7258
 
7259
- /**
7260
- * 初始化签包对象
7261
- * @param {string} strAlgType - 算法类型
7262
- * @param {string} strAuxParam - 辅助参数
7263
- * @returns {number} 初始化结果
7259
+ /**
7260
+ * 初始化签包对象
7261
+ * @param {string} strAlgType - 算法类型
7262
+ * @param {string} strAuxParam - 辅助参数
7263
+ * @returns {number} 初始化结果
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,10 +7274,10 @@ var CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 设置摘要算法
7279
- * @param {string} strDigestAlg - 摘要算法
7280
- * @returns {number} 设置结果
7277
+ /**
7278
+ * 设置摘要算法
7279
+ * @param {string} strDigestAlg - 摘要算法
7280
+ * @returns {number} 设置结果
7281
7281
  */
7282
7282
 
7283
7283
 
@@ -7291,10 +7291,10 @@ var CA_ExtInterface = function () {
7291
7291
  }
7292
7292
  };
7293
7293
 
7294
- /**
7295
- * 设置单证书是否弹出对话框
7296
- * @param {number} isChoose - 是否弹出对话框
7297
- * @returns {number} 设置结果
7294
+ /**
7295
+ * 设置单证书是否弹出对话框
7296
+ * @param {number} isChoose - 是否弹出对话框
7297
+ * @returns {number} 设置结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,11 +7308,11 @@ var CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 添加证书过滤条件
7313
- * @param {number} ulType - 过滤类型
7314
- * @param {string} strValue - 过滤值
7315
- * @returns {number} 添加结果
7311
+ /**
7312
+ * 添加证书过滤条件
7313
+ * @param {number} ulType - 过滤类型
7314
+ * @param {string} strValue - 过滤值
7315
+ * @returns {number} 添加结果
7316
7316
  */
7317
7317
 
7318
7318
 
@@ -7326,9 +7326,9 @@ var CA_ExtInterface = function () {
7326
7326
  }
7327
7327
  };
7328
7328
 
7329
- /**
7330
- * 清除所有过滤条件
7331
- * @returns {number} 清除结果
7329
+ /**
7330
+ * 清除所有过滤条件
7331
+ * @returns {number} 清除结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,10 +7342,10 @@ var CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * P1 签名
7347
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
- * @returns {string} 签名结果
7345
+ /**
7346
+ * P1 签名
7347
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
+ * @returns {string} 签名结果
7349
7349
  */
7350
7350
 
7351
7351
 
@@ -7359,10 +7359,10 @@ var CA_ExtInterface = function () {
7359
7359
  }
7360
7360
  };
7361
7361
 
7362
- /**
7363
- * P1 签名字符串
7364
- * @param {string} strValue - 待签名的字符串
7365
- * @returns {string} 签名结果
7362
+ /**
7363
+ * P1 签名字符串
7364
+ * @param {string} strValue - 待签名的字符串
7365
+ * @returns {string} 签名结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,12 +7376,12 @@ var CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P7 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @param {boolean} isDetach - 是否分离签名
7383
- * @param {boolean} isIncludeCert - 是否包含证书
7384
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P7 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @param {boolean} isDetach - 是否分离签名
7383
+ * @param {boolean} isIncludeCert - 是否包含证书
7384
+ * @returns {string} 签名结果
7385
7385
  */
7386
7386
 
7387
7387
 
@@ -7395,12 +7395,12 @@ var CA_ExtInterface = function () {
7395
7395
  }
7396
7396
  };
7397
7397
 
7398
- /**
7399
- * P7 签名字符串
7400
- * @param {string} strValue - 待签名的字符串
7401
- * @param {boolean} isDetach - 是否分离签名
7402
- * @param {boolean} isIncludeCert - 是否包含证书
7403
- * @returns {string} 签名结果
7398
+ /**
7399
+ * P7 签名字符串
7400
+ * @param {string} strValue - 待签名的字符串
7401
+ * @param {boolean} isDetach - 是否分离签名
7402
+ * @param {boolean} isIncludeCert - 是否包含证书
7403
+ * @returns {string} 签名结果
7404
7404
  */
7405
7405
 
7406
7406
 
@@ -7414,9 +7414,9 @@ var CA_ExtInterface = function () {
7414
7414
  }
7415
7415
  };
7416
7416
 
7417
- /**
7418
- * 释放签名对象
7419
- * @returns {number} 释放结果
7417
+ /**
7418
+ * 释放签名对象
7419
+ * @returns {number} 释放结果
7420
7420
  */
7421
7421
 
7422
7422
 
@@ -7430,9 +7430,9 @@ var CA_ExtInterface = function () {
7430
7430
  }
7431
7431
  };
7432
7432
 
7433
- /**
7434
- * 获取签名版本
7435
- * @returns {string} 签名版本
7433
+ /**
7434
+ * 获取签名版本
7435
+ * @returns {string} 签名版本
7436
7436
  */
7437
7437
 
7438
7438
 
@@ -7446,9 +7446,9 @@ var CA_ExtInterface = function () {
7446
7446
  }
7447
7447
  };
7448
7448
 
7449
- /**
7450
- * 获取签名证书
7451
- * @returns {string} 签名证书
7449
+ /**
7450
+ * 获取签名证书
7451
+ * @returns {string} 签名证书
7452
7452
  */
7453
7453
 
7454
7454
 
@@ -7462,9 +7462,9 @@ var CA_ExtInterface = function () {
7462
7462
  }
7463
7463
  };
7464
7464
 
7465
- /**
7466
- * 获取错误码
7467
- * @returns {number} 错误码
7465
+ /**
7466
+ * 获取错误码
7467
+ * @returns {number} 错误码
7468
7468
  */
7469
7469
 
7470
7470
 
@@ -7478,9 +7478,9 @@ var CA_ExtInterface = function () {
7478
7478
  }
7479
7479
  };
7480
7480
 
7481
- /**
7482
- * 获取错误信息
7483
- * @returns {string} 错误信息
7481
+ /**
7482
+ * 获取错误信息
7483
+ * @returns {string} 错误信息
7484
7484
  */
7485
7485
 
7486
7486
 
@@ -7494,9 +7494,9 @@ var CA_ExtInterface = function () {
7494
7494
  }
7495
7495
  };
7496
7496
 
7497
- /**
7498
- * 销毁认证对象
7499
- * @returns {number} 销毁结果
7497
+ /**
7498
+ * 销毁认证对象
7499
+ * @returns {number} 销毁结果
7500
7500
  */
7501
7501
 
7502
7502
 
@@ -7510,9 +7510,9 @@ var CA_ExtInterface = function () {
7510
7510
  }
7511
7511
  };
7512
7512
 
7513
- /**
7514
- * 获取证书类型
7515
- * @returns {string} 证书类型
7513
+ /**
7514
+ * 获取证书类型
7515
+ * @returns {string} 证书类型
7516
7516
  */
7517
7517
 
7518
7518
 
@@ -7526,9 +7526,9 @@ var CA_ExtInterface = function () {
7526
7526
  }
7527
7527
  };
7528
7528
 
7529
- /**
7530
- * 获取签名摘要算法
7531
- * @returns {string} 签名摘要算法
7529
+ /**
7530
+ * 获取签名摘要算法
7531
+ * @returns {string} 签名摘要算法
7532
7532
  */
7533
7533
 
7534
7534
 
@@ -7542,11 +7542,11 @@ var CA_ExtInterface = function () {
7542
7542
  }
7543
7543
  };
7544
7544
 
7545
- /**
7546
- * 使能调用序列
7547
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
- * @returns {number} 使能结果
7545
+ /**
7546
+ * 使能调用序列
7547
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
+ * @returns {number} 使能结果
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 清空调用序列结果
7565
- * @returns {number} 清空调用序列结果
7563
+ /**
7564
+ * 清空调用序列结果
7565
+ * @returns {number} 清空调用序列结果
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,9 +7576,9 @@ var CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 获取调用序列结果
7581
- * @returns {string} 调用序列结果
7579
+ /**
7580
+ * 获取调用序列结果
7581
+ * @returns {string} 调用序列结果
7582
7582
  */
7583
7583
 
7584
7584
 
@@ -7592,12 +7592,12 @@ var CA_ExtInterface = function () {
7592
7592
  }
7593
7593
  };
7594
7594
 
7595
- /**
7596
- * 客户端安全策略检查
7597
- * @param {string} strGatewayAddress - 网关地址
7598
- * @param {number} usGatewayPort - 网关端口
7599
- * @param {string} strSecurityPolicys - 安全策略
7600
- * @returns {boolean} 检查结果
7595
+ /**
7596
+ * 客户端安全策略检查
7597
+ * @param {string} strGatewayAddress - 网关地址
7598
+ * @param {number} usGatewayPort - 网关端口
7599
+ * @param {string} strSecurityPolicys - 安全策略
7600
+ * @returns {boolean} 检查结果
7601
7601
  */
7602
7602
 
7603
7603
 
@@ -7611,9 +7611,9 @@ var CA_ExtInterface = function () {
7611
7611
  }
7612
7612
  };
7613
7613
 
7614
- /**
7615
- * 获取通讯协议版本
7616
- * @returns {string} 通讯协议版本
7614
+ /**
7615
+ * 获取通讯协议版本
7616
+ * @returns {string} 通讯协议版本
7617
7617
  */
7618
7618
 
7619
7619
 
@@ -7627,13 +7627,13 @@ var CA_ExtInterface = function () {
7627
7627
  }
7628
7628
  };
7629
7629
 
7630
- /**
7631
- * 修改 Key 的 Pin 码
7632
- * @param {string} strCertSn - 证书序列号
7633
- * @param {number} lPinCodeType - Pin 码类型
7634
- * @param {string} strCurPinCode - 当前 Pin 码
7635
- * @param {string} strNewPinCode - 新 Pin 码
7636
- * @returns {number} 修改结果
7630
+ /**
7631
+ * 修改 Key 的 Pin 码
7632
+ * @param {string} strCertSn - 证书序列号
7633
+ * @param {number} lPinCodeType - Pin 码类型
7634
+ * @param {string} strCurPinCode - 当前 Pin 码
7635
+ * @param {string} strNewPinCode - 新 Pin 码
7636
+ * @returns {number} 修改结果
7637
7637
  */
7638
7638
 
7639
7639
 
@@ -7647,10 +7647,10 @@ var CA_ExtInterface = function () {
7647
7647
  }
7648
7648
  };
7649
7649
 
7650
- /**
7651
- * 等待策略设置完毕
7652
- * @param {string} strGatewayAddress - 网关地址
7653
- * @returns {number} 等待结果
7650
+ /**
7651
+ * 等待策略设置完毕
7652
+ * @param {string} strGatewayAddress - 网关地址
7653
+ * @returns {number} 等待结果
7654
7654
  */
7655
7655
 
7656
7656
 
@@ -7664,10 +7664,10 @@ var CA_ExtInterface = function () {
7664
7664
  }
7665
7665
  };
7666
7666
 
7667
- /**
7668
- * 获取会话 Token
7669
- * @param {string} strGatewayAddress - 网关地址
7670
- * @returns {string} 会话 Token
7667
+ /**
7668
+ * 获取会话 Token
7669
+ * @param {string} strGatewayAddress - 网关地址
7670
+ * @returns {string} 会话 Token
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,9 +7681,9 @@ var CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 获取控件版本
7686
- * @returns {string} 控件版本
7684
+ /**
7685
+ * 获取控件版本
7686
+ * @returns {string} 控件版本
7687
7687
  */
7688
7688
 
7689
7689
 
@@ -7697,10 +7697,10 @@ var CA_ExtInterface = function () {
7697
7697
  }
7698
7698
  };
7699
7699
 
7700
- /**
7701
- * 设置语言资源
7702
- * @param {string} strLanguage - 语言资源
7703
- * @returns {number} 设置结果
7700
+ /**
7701
+ * 设置语言资源
7702
+ * @param {string} strLanguage - 语言资源
7703
+ * @returns {number} 设置结果
7704
7704
  */
7705
7705
 
7706
7706
 
@@ -7714,12 +7714,12 @@ var CA_ExtInterface = function () {
7714
7714
  }
7715
7715
  };
7716
7716
 
7717
- /**
7718
- * 获取用户属性
7719
- * @param {string} strGatewayAddress - 网关地址
7720
- * @param {string} strAppFlag - 应用标识
7721
- * @param {string} strAttributeName - 属性名称
7722
- * @returns {string} 用户属性值
7717
+ /**
7718
+ * 获取用户属性
7719
+ * @param {string} strGatewayAddress - 网关地址
7720
+ * @param {string} strAppFlag - 应用标识
7721
+ * @param {string} strAttributeName - 属性名称
7722
+ * @returns {string} 用户属性值
7723
7723
  */
7724
7724
 
7725
7725
 
@@ -7733,9 +7733,9 @@ var CA_ExtInterface = function () {
7733
7733
  }
7734
7734
  };
7735
7735
 
7736
- /**
7737
- * 获取签名加密 PIN 码
7738
- * @returns {string} 签名加密 PIN 码
7736
+ /**
7737
+ * 获取签名加密 PIN 码
7738
+ * @returns {string} 签名加密 PIN 码
7739
7739
  */
7740
7740
 
7741
7741
 
@@ -7748,20 +7748,20 @@ var CA_ExtInterface = function () {
7748
7748
  return result.value;
7749
7749
  }
7750
7750
  };
7751
- /*
7752
- *曙光四川CA
7753
- *'SOF_GetUserList' 证书列表
7754
- *'SOF_ExportUserCert' 导出证书
7755
- *'SOF_GetCertInfo': 获取证书信息
7756
- *'SOF_GenRandom': 生成随机数
7757
- *'SOF_SignData': 获取证书签名
7758
- *'SOF_Login': 登录证书
7759
- *'SOF_GetPinRetryCount': 剩余次数
7751
+ /*
7752
+ *曙光四川CA
7753
+ *'SOF_GetUserList' 证书列表
7754
+ *'SOF_ExportUserCert' 导出证书
7755
+ *'SOF_GetCertInfo': 获取证书信息
7756
+ *'SOF_GenRandom': 生成随机数
7757
+ *'SOF_SignData': 获取证书签名
7758
+ *'SOF_Login': 登录证书
7759
+ *'SOF_GetPinRetryCount': 剩余次数
7760
7760
  */
7761
- /**
7762
- *
7763
- * 获取webSocket消息
7764
- * @returns {string}
7761
+ /**
7762
+ *
7763
+ * 获取webSocket消息
7764
+ * @returns {string}
7765
7765
  */
7766
7766
 
7767
7767
 
@@ -7797,10 +7797,10 @@ var CA_ExtInterface = function () {
7797
7797
  };
7798
7798
  });
7799
7799
  };
7800
- /**
7801
- *
7802
- * base64解码
7803
- * @returns {string} base64解码后的字符串
7800
+ /**
7801
+ *
7802
+ * base64解码
7803
+ * @returns {string} base64解码后的字符串
7804
7804
  */
7805
7805
 
7806
7806
 
@@ -7835,10 +7835,10 @@ var CA_ExtInterface = function () {
7835
7835
  val = this.utf8_decode(val);
7836
7836
  return val;
7837
7837
  };
7838
- /**
7839
- *
7840
- * base64编码
7841
- * @returns {string} base64编码后的字符串
7838
+ /**
7839
+ *
7840
+ * base64编码
7841
+ * @returns {string} base64编码后的字符串
7842
7842
  */
7843
7843
 
7844
7844
 
@@ -7871,10 +7871,10 @@ var CA_ExtInterface = function () {
7871
7871
  }
7872
7872
  return val;
7873
7873
  };
7874
- /**
7875
- *
7876
- * utf8解码
7877
- * @returns {string} utf8解码后的字符串
7874
+ /**
7875
+ *
7876
+ * utf8解码
7877
+ * @returns {string} utf8解码后的字符串
7878
7878
  */
7879
7879
 
7880
7880
 
@@ -7903,10 +7903,10 @@ var CA_ExtInterface = function () {
7903
7903
  }
7904
7904
  return string;
7905
7905
  };
7906
- /**
7907
- *
7908
- * utf8编码
7909
- * @returns {string} utf8编码后的字符串
7906
+ /**
7907
+ *
7908
+ * utf8编码
7909
+ * @returns {string} utf8编码后的字符串
7910
7910
  */
7911
7911
 
7912
7912
 
@@ -28353,8 +28353,8 @@ form_src_main.install = function (Vue) {
28353
28353
  };
28354
28354
 
28355
28355
  /* harmony default export */ var packages_form = (form_src_main);
28356
- // 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=5f7f1248&
28357
- var mainvue_type_template_id_5f7f1248_render = function () {
28356
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=6a1416d2&
28357
+ var mainvue_type_template_id_6a1416d2_render = function () {
28358
28358
  var _vm = this
28359
28359
  var _h = _vm.$createElement
28360
28360
  var _c = _vm._self._c || _h
@@ -30525,7 +30525,8 @@ var mainvue_type_template_id_5f7f1248_render = function () {
30525
30525
  : _vm._e(),
30526
30526
  (_vm.nodeInfos.length > 0 ||
30527
30527
  _vm.nodeInfo.option.length > 0 ||
30528
- _vm.operationList.length > 0) &&
30528
+ _vm.operationList.length > 0 ||
30529
+ _vm.endFlow) &&
30529
30530
  _vm.btnList.length <= 2
30530
30531
  ? _c(
30531
30532
  "div",
@@ -31371,11 +31372,11 @@ var mainvue_type_template_id_5f7f1248_render = function () {
31371
31372
  )
31372
31373
  : _vm._e()
31373
31374
  }
31374
- var mainvue_type_template_id_5f7f1248_staticRenderFns = []
31375
- mainvue_type_template_id_5f7f1248_render._withStripped = true
31375
+ var mainvue_type_template_id_6a1416d2_staticRenderFns = []
31376
+ mainvue_type_template_id_6a1416d2_render._withStripped = true
31376
31377
 
31377
31378
 
31378
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f7f1248&
31379
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6a1416d2&
31379
31380
 
31380
31381
  // 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&
31381
31382
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -49141,6 +49142,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49141
49142
  //
49142
49143
  //
49143
49144
  //
49145
+ //
49144
49146
 
49145
49147
 
49146
49148
 
@@ -50036,11 +50038,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50036
50038
  });
50037
50039
  },
50038
50040
 
50039
- /**
50040
- * saveInfo
50041
- * @desc:暂存
50042
- * @author liufan
50043
- * @date 2022年9月9日
50041
+ /**
50042
+ * saveInfo
50043
+ * @desc:暂存
50044
+ * @author liufan
50045
+ * @date 2022年9月9日
50044
50046
  **/
50045
50047
  saveInfo: function saveInfo(type, btn) {
50046
50048
  var _this13 = this;
@@ -50102,11 +50104,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50102
50104
  });
50103
50105
  },
50104
50106
 
50105
- /**
50106
- * rejectBtn
50107
- * @desc:点击驳回
50108
- * @author liufan
50109
- * @date 2022年5月25日
50107
+ /**
50108
+ * rejectBtn
50109
+ * @desc:点击驳回
50110
+ * @author liufan
50111
+ * @date 2022年5月25日
50110
50112
  **/
50111
50113
  rejectBtn: function rejectBtn() {
50112
50114
  var _this15 = this;
@@ -50124,11 +50126,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50124
50126
  }
50125
50127
  },
50126
50128
 
50127
- /**
50128
- * taskReadBtn
50129
- * @desc:点击分阅
50130
- * @author liufan
50131
- * @date 2022年5月25日
50129
+ /**
50130
+ * taskReadBtn
50131
+ * @desc:点击分阅
50132
+ * @author liufan
50133
+ * @date 2022年5月25日
50132
50134
  **/
50133
50135
  taskReadBtn: function taskReadBtn() {
50134
50136
  var _this16 = this;
@@ -50147,11 +50149,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50147
50149
  }
50148
50150
  },
50149
50151
 
50150
- /**
50151
- * getFind
50152
- * @desc:获取通知方式
50153
- * @author liufan
50154
- * @date 2022年5月25日
50152
+ /**
50153
+ * getFind
50154
+ * @desc:获取通知方式
50155
+ * @author liufan
50156
+ * @date 2022年5月25日
50155
50157
  **/
50156
50158
  getFind: function getFind() {
50157
50159
  var _this17 = this;
@@ -50217,12 +50219,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50217
50219
  });
50218
50220
  },
50219
50221
 
50220
- /**
50221
- * endFlows
50222
- * @desc:直接办结
50223
- * @author liufan
50224
- * @param {Object} res 直接办结数据
50225
- * @date 2022年5月25日
50222
+ /**
50223
+ * endFlows
50224
+ * @desc:直接办结
50225
+ * @author liufan
50226
+ * @param {Object} res 直接办结数据
50227
+ * @date 2022年5月25日
50226
50228
  **/
50227
50229
  endFlows: function endFlows(res) {
50228
50230
  var _this19 = this;
@@ -50277,12 +50279,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50277
50279
  }).catch(function (e) {});
50278
50280
  },
50279
50281
 
50280
- /**
50281
- * goView
50282
- * @desc:更多流程按钮操作
50283
- * @author liufan
50284
- * @param {Object} res 当前点击操作按钮数据
50285
- * @date 2022年5月25日
50282
+ /**
50283
+ * goView
50284
+ * @desc:更多流程按钮操作
50285
+ * @author liufan
50286
+ * @param {Object} res 当前点击操作按钮数据
50287
+ * @date 2022年5月25日
50286
50288
  **/
50287
50289
  goView: function goView(res) {
50288
50290
  // 驳回并办结:rejectAndEndHtml
@@ -50369,11 +50371,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50369
50371
  // isCanStartSubFlow
50370
50372
  },
50371
50373
 
50372
- /**
50373
- * toTakeAdvice
50374
- * @desc:征求意见
50375
- * @author liufan
50376
- * @date 2022年9月29日
50374
+ /**
50375
+ * toTakeAdvice
50376
+ * @desc:征求意见
50377
+ * @author liufan
50378
+ * @date 2022年9月29日
50377
50379
  **/
50378
50380
  toTakeAdvice: function toTakeAdvice(res) {
50379
50381
  var _this21 = this;
@@ -50417,11 +50419,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50417
50419
  });
50418
50420
  },
50419
50421
 
50420
- /**
50421
- * toStartDraf
50422
- * @desc: 稿件递送、联合审核、复核
50423
- * @author liufan
50424
- * @date 2022年9月29日
50422
+ /**
50423
+ * toStartDraf
50424
+ * @desc: 稿件递送、联合审核、复核
50425
+ * @author liufan
50426
+ * @date 2022年9月29日
50425
50427
  **/
50426
50428
  toStartDraf: function toStartDraf(res) {
50427
50429
  var _this23 = this;
@@ -50435,11 +50437,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50435
50437
  }
50436
50438
  },
50437
50439
 
50438
- /**
50439
- * toSendMsg
50440
- * @desc:核稿通知
50441
- * @author liufan
50442
- * @date 2022年9月29日
50440
+ /**
50441
+ * toSendMsg
50442
+ * @desc:核稿通知
50443
+ * @author liufan
50444
+ * @date 2022年9月29日
50443
50445
  **/
50444
50446
  toSendMsg: function toSendMsg(res) {
50445
50447
  var _this24 = this;
@@ -50453,11 +50455,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50453
50455
  }
50454
50456
  },
50455
50457
 
50456
- /**
50457
- * toTaskReadAndEnd
50458
- * @desc:分阅并办结
50459
- * @author liufan
50460
- * @date 2022年9月29日
50458
+ /**
50459
+ * toTaskReadAndEnd
50460
+ * @desc:分阅并办结
50461
+ * @author liufan
50462
+ * @date 2022年9月29日
50461
50463
  **/
50462
50464
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50463
50465
  var _this25 = this;
@@ -50475,11 +50477,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50475
50477
  }
50476
50478
  },
50477
50479
 
50478
- /**
50479
- * rejectAndEnd
50480
- * @desc:驳回并办结
50481
- * @author liufan
50482
- * @date 2022年9月29日
50480
+ /**
50481
+ * rejectAndEnd
50482
+ * @desc:驳回并办结
50483
+ * @author liufan
50484
+ * @date 2022年9月29日
50483
50485
  **/
50484
50486
  rejectAndEnd: function rejectAndEnd(res) {
50485
50487
  var _this26 = this;
@@ -50535,11 +50537,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50535
50537
  });
50536
50538
  },
50537
50539
 
50538
- /**
50539
- * toTransfer
50540
- * @desc:转办
50541
- * @author liufan
50542
- * @date 2022年9月29日
50540
+ /**
50541
+ * toTransfer
50542
+ * @desc:转办
50543
+ * @author liufan
50544
+ * @date 2022年9月29日
50543
50545
  **/
50544
50546
  toTransfer: function toTransfer(res) {
50545
50547
  var _this28 = this;
@@ -50558,11 +50560,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50558
50560
  this.nextNode.customLimitTime = val;
50559
50561
  },
50560
50562
 
50561
- /**
50562
- * getNodeInfo
50563
- * @desc:获取节点信息
50564
- * @author liufan
50565
- * @date 2022年5月25日
50563
+ /**
50564
+ * getNodeInfo
50565
+ * @desc:获取节点信息
50566
+ * @author liufan
50567
+ * @date 2022年5月25日
50566
50568
  **/
50567
50569
  getNodeInfo: function getNodeInfo() {
50568
50570
  var _this29 = this;
@@ -50673,22 +50675,24 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50673
50675
  });
50674
50676
  },
50675
50677
 
50676
- /**
50677
- * selecNext
50678
- * @desc:下步节点变化时更新数据
50679
- * @author liufan
50680
- * @param {String} val 当前选中值
50681
- * @date 2022年5月25日
50678
+ /**
50679
+ * selecNext
50680
+ * @desc:下步节点变化时更新数据
50681
+ * @author liufan
50682
+ * @param {String} val 当前选中值
50683
+ * @date 2022年5月25日
50682
50684
  **/
50683
50685
  selecNext: function selecNext(val, type, isDef) {
50684
50686
  var _this30 = this;
50685
50687
 
50686
- console.log(val, 'selecNext');
50687
50688
  var isNextNode = false;
50688
- if (type) {
50689
- isNextNode = this.operationList.filter(function (x) {
50689
+ if (type && val && this.operationList.length > 0) {
50690
+ var arr = this.operationList.filter(function (x) {
50690
50691
  return x.key == val;
50691
- })[0].isNextNode;
50692
+ });
50693
+ if (arr.length > 0) {
50694
+ isNextNode = arr[0].isNextNode;
50695
+ }
50692
50696
  }
50693
50697
  this.loading = utils_util.loading(this.$loading, '加载中...');
50694
50698
  if (this.multiple) {
@@ -50712,7 +50716,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50712
50716
  this.isShowNode = false;
50713
50717
  this.isMainSubProcess = false;
50714
50718
  this.isNodeShowProcess = false;
50715
- this.endFlow = false;
50719
+ if (!isDef) {
50720
+ this.endFlow = false;
50721
+ }
50716
50722
  this.nextNode.nextNodeId = '';
50717
50723
  this.nextNode.isReturnSubmitter = 0;
50718
50724
  this.nextNode.isUndertakeReply = 0;
@@ -50807,15 +50813,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50807
50813
  return;
50808
50814
  } else {}
50809
50815
  }
50810
-
50811
- this.getNodeInfo();
50816
+ if (this.endFlow && isDef) {
50817
+ this.loading.close();
50818
+ } else {
50819
+ this.getNodeInfo();
50820
+ }
50812
50821
  },
50813
50822
 
50814
- /**
50815
- * isMultiple
50816
- * @desc:是否多选
50817
- * @author liufan
50818
- * @date 2022年9月13日
50823
+ /**
50824
+ * isMultiple
50825
+ * @desc:是否多选
50826
+ * @author liufan
50827
+ * @date 2022年9月13日
50819
50828
  **/
50820
50829
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50821
50830
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50847,11 +50856,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50847
50856
  }
50848
50857
  },
50849
50858
 
50850
- /**
50851
- * getHedInfo
50852
- * @desc:获取审核页面数据
50853
- * @author liufan
50854
- * @date 2022年5月25日
50859
+ /**
50860
+ * getHedInfo
50861
+ * @desc:获取审核页面数据
50862
+ * @author liufan
50863
+ * @date 2022年5月25日
50855
50864
  **/
50856
50865
  getHedInfo: function getHedInfo() {
50857
50866
  var _this31 = this;
@@ -50993,7 +51002,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50993
51002
  if (!_this31.isFlow) _this31.getFile(_this31.pendingId, attachedCode);
50994
51003
  if (nextNodeList && nextNodeList.length != 0) {
50995
51004
  _this31.nextNodeList = nextNodeList;
51005
+ if (nextNodeList[0].nodeType === 'endEvent') {
51006
+ _this31.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51007
+ nextNodeList[0].nodeType === 'endEvent' ? _this31.endFlow = true : '';
51008
+ }
50996
51009
  }
51010
+
50997
51011
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this31.removeUsers = canRemoveSignUserList;
50998
51012
  if (taskOperations && taskOperations.length != 0) {
50999
51013
  var isSelected = false;
@@ -51162,13 +51176,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51162
51176
  });
51163
51177
  },
51164
51178
 
51165
- /**
51166
- * closeProcess
51167
- * @desc:关闭弹窗
51168
- * @author liufan
51169
- * @param {boolean} val 当前是否办理流程
51170
- * @param {String} type 当前点击的弹窗类型
51171
- * @date 2022年5月25日
51179
+ /**
51180
+ * closeProcess
51181
+ * @desc:关闭弹窗
51182
+ * @author liufan
51183
+ * @param {boolean} val 当前是否办理流程
51184
+ * @param {String} type 当前点击的弹窗类型
51185
+ * @date 2022年5月25日
51172
51186
  **/
51173
51187
  closeProcess: function closeProcess(val, type, closeParent) {
51174
51188
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51188,23 +51202,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51188
51202
  }
51189
51203
  },
51190
51204
 
51191
- /**
51192
- * selectChange
51193
- * @desc:常用语选择
51194
- * @author liufan
51195
- * @param {String} val 选中值
51196
- * @date 2022年5月25日
51205
+ /**
51206
+ * selectChange
51207
+ * @desc:常用语选择
51208
+ * @author liufan
51209
+ * @param {String} val 选中值
51210
+ * @date 2022年5月25日
51197
51211
  **/
51198
51212
  selectChange: function selectChange(val) {
51199
51213
  this.value = val;
51200
51214
  },
51201
51215
 
51202
- /**
51203
- * upDate
51204
- * @desc:修改常用语
51205
- * @author liufan
51206
- * @param {Object} val 修改值
51207
- * @date 2022年5月25日
51216
+ /**
51217
+ * upDate
51218
+ * @desc:修改常用语
51219
+ * @author liufan
51220
+ * @param {Object} val 修改值
51221
+ * @date 2022年5月25日
51208
51222
  **/
51209
51223
  upDate: function upDate(val) {
51210
51224
  this.FormData.id = val.id;
@@ -51212,11 +51226,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51212
51226
  },
51213
51227
 
51214
51228
 
51215
- /**
51216
- * getProcess
51217
- * @desc:获取选择流程
51218
- * @author liufan
51219
- * @date 2022年5月25日
51229
+ /**
51230
+ * getProcess
51231
+ * @desc:获取选择流程
51232
+ * @author liufan
51233
+ * @date 2022年5月25日
51220
51234
  **/
51221
51235
  getProcess: function getProcess(val) {
51222
51236
  var _this32 = this;
@@ -51276,11 +51290,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51276
51290
  });
51277
51291
  },
51278
51292
 
51279
- /**
51280
- * getPendedhistoryList
51281
- * @desc:获取流程列表
51282
- * @author liufan
51283
- * @date 2022年5月25日
51293
+ /**
51294
+ * getPendedhistoryList
51295
+ * @desc:获取流程列表
51296
+ * @author liufan
51297
+ * @date 2022年5月25日
51284
51298
  **/
51285
51299
  getPendedhistoryList: function getPendedhistoryList() {
51286
51300
  var _this33 = this;
@@ -51351,12 +51365,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51351
51365
  beforeSubProcess: function beforeSubProcess() {},
51352
51366
 
51353
51367
  // 提交流程
51354
- /**
51355
- * subProcess
51356
- * @desc:提交流程
51357
- * @author liufan
51358
- * @param {String} formName 当前form表单ref值
51359
- * @date 2022年5月25日
51368
+ /**
51369
+ * subProcess
51370
+ * @desc:提交流程
51371
+ * @author liufan
51372
+ * @param {String} formName 当前form表单ref值
51373
+ * @date 2022年5月25日
51360
51374
  **/
51361
51375
  subProcess: function subProcess(val, type) {
51362
51376
  var _this35 = this;
@@ -51835,8 +51849,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51835
51849
 
51836
51850
  var flow_src_main_component = normalizeComponent(
51837
51851
  packages_flow_src_mainvue_type_script_lang_js_,
51838
- mainvue_type_template_id_5f7f1248_render,
51839
- mainvue_type_template_id_5f7f1248_staticRenderFns,
51852
+ mainvue_type_template_id_6a1416d2_render,
51853
+ mainvue_type_template_id_6a1416d2_staticRenderFns,
51840
51854
  false,
51841
51855
  null,
51842
51856
  null,
@@ -70356,10 +70370,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70356
70370
  this.$refs.user.handleSelect(res);
70357
70371
  },
70358
70372
 
70359
- /**
70360
- * @desc:匹配路由
70361
- * @author huangbo
70362
- * @date 2024年9月7日
70373
+ /**
70374
+ * @desc:匹配路由
70375
+ * @author huangbo
70376
+ * @date 2024年9月7日
70363
70377
  **/
70364
70378
  hasRouter: function hasRouter(res, url, code) {
70365
70379
  if (!url) {
@@ -70403,10 +70417,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70403
70417
  return false;
70404
70418
  },
70405
70419
 
70406
- /**
70407
- * @desc:获取初始数据
70408
- * @author huangbo
70409
- * @date 2024年9月7日
70420
+ /**
70421
+ * @desc:获取初始数据
70422
+ * @author huangbo
70423
+ * @date 2024年9月7日
70410
70424
  **/
70411
70425
  init: function init(results, first) {
70412
70426
  this.setConfig(results);
@@ -70415,10 +70429,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70415
70429
  }
70416
70430
  },
70417
70431
 
70418
- /**
70419
- * @desc:设置用户配置及信息
70420
- * @author huangbo
70421
- * @date 2024年9月7日
70432
+ /**
70433
+ * @desc:设置用户配置及信息
70434
+ * @author huangbo
70435
+ * @date 2024年9月7日
70422
70436
  **/
70423
70437
  setConfig: function setConfig(results) {
70424
70438
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70586,10 +70600,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70586
70600
  }
70587
70601
  },
70588
70602
 
70589
- /**
70590
- * @desc:获取所有应用
70591
- * @author huangbo
70592
- * @date 2024年9月7日
70603
+ /**
70604
+ * @desc:获取所有应用
70605
+ * @author huangbo
70606
+ * @date 2024年9月7日
70593
70607
  **/
70594
70608
  getApplications: function getApplications() {
70595
70609
  var _this2 = this;
@@ -70637,10 +70651,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70637
70651
  });
70638
70652
  },
70639
70653
 
70640
- /**
70641
- * @desc:获取菜单列表
70642
- * @author huangbo
70643
- * @date 2024年9月7日
70654
+ /**
70655
+ * @desc:获取菜单列表
70656
+ * @author huangbo
70657
+ * @date 2024年9月7日
70644
70658
  **/
70645
70659
  getMenus: function getMenus(loading) {
70646
70660
  var _this3 = this;
@@ -70673,10 +70687,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70673
70687
  });
70674
70688
  },
70675
70689
 
70676
- /**
70677
- * @desc:处理菜单列表
70678
- * @author huangbo
70679
- * @date 2024年9月7日
70690
+ /**
70691
+ * @desc:处理菜单列表
70692
+ * @author huangbo
70693
+ * @date 2024年9月7日
70680
70694
  **/
70681
70695
  renderMenus: function renderMenus(res) {
70682
70696
  this.menus = res;
@@ -70772,10 +70786,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70772
70786
  }
70773
70787
  },
70774
70788
 
70775
- /**
70776
- * @desc:设置页面加载类型
70777
- * @author huangbo
70778
- * @date 2024年9月7日
70789
+ /**
70790
+ * @desc:设置页面加载类型
70791
+ * @author huangbo
70792
+ * @date 2024年9月7日
70779
70793
  **/
70780
70794
  setIframeType: function setIframeType(res) {
70781
70795
  var url = res.url;
@@ -70831,10 +70845,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70831
70845
  return res;
70832
70846
  },
70833
70847
 
70834
- /**
70835
- * @desc:获取菜单
70836
- * @author huangbo
70837
- * @date 2024年9月7日
70848
+ /**
70849
+ * @desc:获取菜单
70850
+ * @author huangbo
70851
+ * @date 2024年9月7日
70838
70852
  **/
70839
70853
  getMenu: function getMenu(menus, res, key) {
70840
70854
  if (Array.isArray(menus)) {
@@ -70863,10 +70877,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70863
70877
  return false;
70864
70878
  },
70865
70879
 
70866
- /**
70867
- * @desc:获取菜单第一条数据
70868
- * @author huangbo
70869
- * @date 2024年9月7日
70880
+ /**
70881
+ * @desc:获取菜单第一条数据
70882
+ * @author huangbo
70883
+ * @date 2024年9月7日
70870
70884
  **/
70871
70885
  getFirst: function getFirst(obj) {
70872
70886
  if (!obj) {
@@ -70885,10 +70899,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70885
70899
  }
70886
70900
  },
70887
70901
 
70888
- /**
70889
- * @desc:遍历设置菜单气泡提醒
70890
- * @author huangbo
70891
- * @date 2024年9月7日
70902
+ /**
70903
+ * @desc:遍历设置菜单气泡提醒
70904
+ * @author huangbo
70905
+ * @date 2024年9月7日
70892
70906
  **/
70893
70907
  setTips: function setTips(obj) {
70894
70908
  var _this4 = this;
@@ -70959,10 +70973,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70959
70973
  }
70960
70974
  },
70961
70975
 
70962
- /**
70963
- * @desc:获取气泡提醒
70964
- * @author huangbo
70965
- * @date 2024年9月7日
70976
+ /**
70977
+ * @desc:获取气泡提醒
70978
+ * @author huangbo
70979
+ * @date 2024年9月7日
70966
70980
  **/
70967
70981
  getBadge: function getBadge(res) {
70968
70982
  var num = res.tips || 0;
@@ -70976,10 +70990,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70976
70990
  };
70977
70991
  },
70978
70992
 
70979
- /**
70980
- * @desc:开启weosocket
70981
- * @author huangbo
70982
- * @date 2024年9月7日
70993
+ /**
70994
+ * @desc:开启weosocket
70995
+ * @author huangbo
70996
+ * @date 2024年9月7日
70983
70997
  **/
70984
70998
  initWebSocket: function initWebSocket() {
70985
70999
  var _this6 = this;
@@ -71028,10 +71042,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71028
71042
  });
71029
71043
  },
71030
71044
 
71031
- /**
71032
- * @desc:显示用户信息
71033
- * @author huangbo
71034
- * @date 2024年9月7日
71045
+ /**
71046
+ * @desc:显示用户信息
71047
+ * @author huangbo
71048
+ * @date 2024年9月7日
71035
71049
  **/
71036
71050
  showUserInfo: function showUserInfo() {
71037
71051
  if (this.showUser === false) {
@@ -71039,19 +71053,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71039
71053
  }
71040
71054
  },
71041
71055
 
71042
- /**
71043
- * @desc:删除更多应用菜单点击
71044
- * @author huangbo
71045
- * @date 2024年9月7日
71056
+ /**
71057
+ * @desc:删除更多应用菜单点击
71058
+ * @author huangbo
71059
+ * @date 2024年9月7日
71046
71060
  **/
71047
71061
  handleDelete: function handleDelete(index) {
71048
71062
  this.newApps.splice(index, 1);
71049
71063
  },
71050
71064
 
71051
- /**
71052
- * @desc:储存更多应用菜单点击
71053
- * @author huangbo
71054
- * @date 2024年9月7日
71065
+ /**
71066
+ * @desc:储存更多应用菜单点击
71067
+ * @author huangbo
71068
+ * @date 2024年9月7日
71055
71069
  **/
71056
71070
  handlerClickApps: function handlerClickApps(res) {
71057
71071
  if (res.permission === false) {
@@ -71064,10 +71078,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71064
71078
  this.handlerClickApp(res);
71065
71079
  },
71066
71080
 
71067
- /**
71068
- * @desc:侧边应用菜单点击
71069
- * @author huangbo
71070
- * @date 2024年9月7日
71081
+ /**
71082
+ * @desc:侧边应用菜单点击
71083
+ * @author huangbo
71084
+ * @date 2024年9月7日
71071
71085
  **/
71072
71086
  handlerClickApp: function handlerClickApp(res) {
71073
71087
  this.showMsg = false;
@@ -71156,10 +71170,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71156
71170
  }
71157
71171
  },
71158
71172
 
71159
- /**
71160
- * @desc:显示Drawer界面
71161
- * @author huangbo
71162
- * @date 2024年9月7日
71173
+ /**
71174
+ * @desc:显示Drawer界面
71175
+ * @author huangbo
71176
+ * @date 2024年9月7日
71163
71177
  **/
71164
71178
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71165
71179
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71179,19 +71193,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71179
71193
  }
71180
71194
  },
71181
71195
 
71182
- /**
71183
- * @desc:关闭Drawer界面
71184
- * @author huangbo
71185
- * @date 2024年9月7日
71196
+ /**
71197
+ * @desc:关闭Drawer界面
71198
+ * @author huangbo
71199
+ * @date 2024年9月7日
71186
71200
  **/
71187
71201
  handleCloseDrawer: function handleCloseDrawer() {
71188
71202
  this.drawer = { visible: false };
71189
71203
  },
71190
71204
 
71191
- /**
71192
- * @desc:菜单点击
71193
- * @author huangbo
71194
- * @date 2024年9月7日
71205
+ /**
71206
+ * @desc:菜单点击
71207
+ * @author huangbo
71208
+ * @date 2024年9月7日
71195
71209
  **/
71196
71210
  handlerClickMenu: function handlerClickMenu(res) {
71197
71211
  utils_util.ajax({
@@ -71240,19 +71254,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71240
71254
  },
71241
71255
 
71242
71256
 
71243
- /**
71244
- * @desc:用户详情请求成功
71245
- * @author huangbo
71246
- * @date 2024年9月7日
71257
+ /**
71258
+ * @desc:用户详情请求成功
71259
+ * @author huangbo
71260
+ * @date 2024年9月7日
71247
71261
  **/
71248
71262
  handleSuccess: function handleSuccess(res) {
71249
71263
  this.simpleUserInfo = res.simpleUserInfo;
71250
71264
  },
71251
71265
 
71252
- /**
71253
- * @desc:修改用户配置
71254
- * @author huangbo
71255
- * @date 2024年9月7日
71266
+ /**
71267
+ * @desc:修改用户配置
71268
+ * @author huangbo
71269
+ * @date 2024年9月7日
71256
71270
  **/
71257
71271
  handleChangeConfig: function handleChangeConfig(name, res) {
71258
71272
  if (name == 'userHeadUrl') {
@@ -71268,10 +71282,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71268
71282
  }
71269
71283
  },
71270
71284
 
71271
- /**
71272
- * @desc:关闭webSocket
71273
- * @author huangbo
71274
- * @date 2024年9月7日
71285
+ /**
71286
+ * @desc:关闭webSocket
71287
+ * @author huangbo
71288
+ * @date 2024年9月7日
71275
71289
  **/
71276
71290
  handlerClose: function handlerClose() {
71277
71291
  if (this.webSocket) {
@@ -71279,10 +71293,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71279
71293
  }
71280
71294
  },
71281
71295
 
71282
- /**
71283
- * @desc:刷新选中iframe页签
71284
- * @author huangbo
71285
- * @date 2024年9月7日
71296
+ /**
71297
+ * @desc:刷新选中iframe页签
71298
+ * @author huangbo
71299
+ * @date 2024年9月7日
71286
71300
  **/
71287
71301
  handleRefresh: function handleRefresh(arg) {
71288
71302
  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');
@@ -71319,10 +71333,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71319
71333
  }
71320
71334
  },
71321
71335
 
71322
- /**
71323
- * @desc:删除iframe
71324
- * @author huangbo
71325
- * @date 2024年9月7日
71336
+ /**
71337
+ * @desc:删除iframe
71338
+ * @author huangbo
71339
+ * @date 2024年9月7日
71326
71340
  **/
71327
71341
  handleRemove: function handleRemove(name) {
71328
71342
  var len = this.tabs.length - 1;
@@ -71339,10 +71353,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71339
71353
  }
71340
71354
  },
71341
71355
 
71342
- /**
71343
- * @desc:tabs鼠标右键事件
71344
- * @author huangbo
71345
- * @date 2024年9月7日
71356
+ /**
71357
+ * @desc:tabs鼠标右键事件
71358
+ * @author huangbo
71359
+ * @date 2024年9月7日
71346
71360
  **/
71347
71361
  handleContextmenu: function handleContextmenu(tabs, e) {
71348
71362
  var disabled = {};
@@ -71367,10 +71381,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71367
71381
  window.addEventListener('click', this.closeTabsEvents);
71368
71382
  },
71369
71383
 
71370
- /**
71371
- * @desc:tabs页签事件
71372
- * @author huangbo
71373
- * @date 2024年9月7日
71384
+ /**
71385
+ * @desc:tabs页签事件
71386
+ * @author huangbo
71387
+ * @date 2024年9月7日
71374
71388
  **/
71375
71389
  handleTabsEvents: function handleTabsEvents(num) {
71376
71390
  if (this.pane !== null) {
@@ -71381,10 +71395,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71381
71395
  },
71382
71396
 
71383
71397
 
71384
- /**
71385
- * @desc:关闭页签事件面板
71386
- * @author huangbo
71387
- * @date 2024年9月7日
71398
+ /**
71399
+ * @desc:关闭页签事件面板
71400
+ * @author huangbo
71401
+ * @date 2024年9月7日
71388
71402
  **/
71389
71403
  closeTabsEvents: function closeTabsEvents(e) {
71390
71404
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71394,10 +71408,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71394
71408
  },
71395
71409
 
71396
71410
 
71397
- /**
71398
- * @desc:tabs页签点击事件
71399
- * @author huangbo
71400
- * @date 2024年9月7日
71411
+ /**
71412
+ * @desc:tabs页签点击事件
71413
+ * @author huangbo
71414
+ * @date 2024年9月7日
71401
71415
  **/
71402
71416
  handleTabClick: function handleTabClick() {
71403
71417
  this.active = '';
@@ -71405,10 +71419,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71405
71419
  this.showMenu = false;
71406
71420
  },
71407
71421
 
71408
- /**
71409
- * @desc:handler工具栏点击事件
71410
- * @author huangbo
71411
- * @date 2024年9月7日
71422
+ /**
71423
+ * @desc:handler工具栏点击事件
71424
+ * @author huangbo
71425
+ * @date 2024年9月7日
71412
71426
  **/
71413
71427
  handleClick: function handleClick(res) {
71414
71428
  var type = res.type,
@@ -71489,10 +71503,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71489
71503
  this.$emit('handler-click', res);
71490
71504
  },
71491
71505
 
71492
- /**
71493
- * @desc:退出登录
71494
- * @author huangbo
71495
- * @date 2024年9月7日
71506
+ /**
71507
+ * @desc:退出登录
71508
+ * @author huangbo
71509
+ * @date 2024年9月7日
71496
71510
  **/
71497
71511
  handleQuit: function handleQuit() {
71498
71512
  var _this7 = this;
@@ -71573,10 +71587,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71573
71587
  }).catch(function (e) {});
71574
71588
  },
71575
71589
 
71576
- /**
71577
- * @desc:主题、消息回调
71578
- * @author huangbo
71579
- * @date 2024年9月7日
71590
+ /**
71591
+ * @desc:主题、消息回调
71592
+ * @author huangbo
71593
+ * @date 2024年9月7日
71580
71594
  **/
71581
71595
  handleChange: function handleChange(res) {
71582
71596
  var type = res.type,
@@ -71592,10 +71606,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71592
71606
  }
71593
71607
  },
71594
71608
 
71595
- /**
71596
- * @desc:菜单布局样式切换
71597
- * @author huangbo
71598
- * @date 2024年9月7日
71609
+ /**
71610
+ * @desc:菜单布局样式切换
71611
+ * @author huangbo
71612
+ * @date 2024年9月7日
71599
71613
  **/
71600
71614
  handleLayout: function handleLayout(res, active) {
71601
71615
  if (active) {
@@ -71605,10 +71619,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71605
71619
  this.$emit('chang-layout', res, active);
71606
71620
  },
71607
71621
 
71608
- /**
71609
- * @desc:消息修改总数
71610
- * @author huangbo
71611
- * @date 2024年9月7日
71622
+ /**
71623
+ * @desc:消息修改总数
71624
+ * @author huangbo
71625
+ * @date 2024年9月7日
71612
71626
  **/
71613
71627
  handleMenuTips: function handleMenuTips(id, num) {
71614
71628
  if (num) {
@@ -71619,10 +71633,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71619
71633
  }
71620
71634
  },
71621
71635
 
71622
- /**
71623
- * @desc:处理即时消息
71624
- * @author huangbo
71625
- * @date 2024年9月7日
71636
+ /**
71637
+ * @desc:处理即时消息
71638
+ * @author huangbo
71639
+ * @date 2024年9月7日
71626
71640
  **/
71627
71641
  handleOpened: function handleOpened(res) {
71628
71642
  var _this8 = this;
@@ -75647,8 +75661,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75647
75661
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75648
75662
  },
75649
75663
 
75650
- /**
75651
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75664
+ /**
75665
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75652
75666
  */
75653
75667
  queryChildMenuData: function queryChildMenuData() {
75654
75668
  var _this2 = this;
@@ -75767,8 +75781,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75767
75781
  }))();
75768
75782
  },
75769
75783
 
75770
- /**
75771
- * getVoteMeetingNum: 查询会议数量
75784
+ /**
75785
+ * getVoteMeetingNum: 查询会议数量
75772
75786
  */
75773
75787
  getVoteMeetingNum: function getVoteMeetingNum() {
75774
75788
  var _this5 = this;
@@ -75793,8 +75807,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75793
75807
  });
75794
75808
  },
75795
75809
 
75796
- /**
75797
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75810
+ /**
75811
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75798
75812
  */
75799
75813
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75800
75814
  var _this6 = this;
@@ -75819,8 +75833,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75819
75833
  },
75820
75834
 
75821
75835
 
75822
- /**
75823
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75836
+ /**
75837
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75824
75838
  */
75825
75839
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75826
75840
  var _this7 = this;
@@ -75848,8 +75862,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75848
75862
  });
75849
75863
  },
75850
75864
 
75851
- /**
75852
- * getIndexCount: 查询待办任务数量
75865
+ /**
75866
+ * getIndexCount: 查询待办任务数量
75853
75867
  */
75854
75868
  getIndexCount: function getIndexCount() {
75855
75869
  var _this8 = this;
@@ -75880,10 +75894,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75880
75894
  this.$refs.user.handleSelect(res);
75881
75895
  },
75882
75896
 
75883
- /**
75884
- * @desc:匹配路由
75885
- * @author huangbo
75886
- * @date 2024年9月7日
75897
+ /**
75898
+ * @desc:匹配路由
75899
+ * @author huangbo
75900
+ * @date 2024年9月7日
75887
75901
  **/
75888
75902
  hasRouter: function hasRouter(res, url, code) {
75889
75903
  if (!url) {
@@ -75927,10 +75941,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75927
75941
  return false;
75928
75942
  },
75929
75943
 
75930
- /**
75931
- * @desc:获取初始数据
75932
- * @author huangbo
75933
- * @date 2024年9月7日
75944
+ /**
75945
+ * @desc:获取初始数据
75946
+ * @author huangbo
75947
+ * @date 2024年9月7日
75934
75948
  **/
75935
75949
  init: function init(results) {
75936
75950
  this.setConfig(results);
@@ -75941,10 +75955,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75941
75955
  // }
75942
75956
  },
75943
75957
 
75944
- /**
75945
- * @desc:设置用户配置及信息
75946
- * @author huangbo
75947
- * @date 2024年9月7日
75958
+ /**
75959
+ * @desc:设置用户配置及信息
75960
+ * @author huangbo
75961
+ * @date 2024年9月7日
75948
75962
  **/
75949
75963
  setConfig: function setConfig(results) {
75950
75964
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76108,8 +76122,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76108
76122
  }
76109
76123
  },
76110
76124
 
76111
- /**
76112
- * @desc:获取用户自定义菜单
76125
+ /**
76126
+ * @desc:获取用户自定义菜单
76113
76127
  **/
76114
76128
  getUseCommonMenu: function getUseCommonMenu() {
76115
76129
  var _this9 = this;
@@ -76139,10 +76153,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76139
76153
  });
76140
76154
  },
76141
76155
 
76142
- /**
76143
- * @desc:获取所有应用
76144
- * @author huangbo
76145
- * @date 2024年9月7日
76156
+ /**
76157
+ * @desc:获取所有应用
76158
+ * @author huangbo
76159
+ * @date 2024年9月7日
76146
76160
  **/
76147
76161
  getApplications: function getApplications() {
76148
76162
  var _this10 = this;
@@ -76190,10 +76204,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76190
76204
  });
76191
76205
  },
76192
76206
 
76193
- /**
76194
- * @desc:获取菜单列表
76195
- * @author huangbo
76196
- * @date 2024年9月7日
76207
+ /**
76208
+ * @desc:获取菜单列表
76209
+ * @author huangbo
76210
+ * @date 2024年9月7日
76197
76211
  **/
76198
76212
  getMenus: function getMenus(loading) {
76199
76213
  var _this11 = this;
@@ -76220,10 +76234,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76220
76234
  });
76221
76235
  },
76222
76236
 
76223
- /**
76224
- * @desc:处理菜单列表
76225
- * @author huangbo
76226
- * @date 2024年9月7日
76237
+ /**
76238
+ * @desc:处理菜单列表
76239
+ * @author huangbo
76240
+ * @date 2024年9月7日
76227
76241
  **/
76228
76242
  renderMenus: function renderMenus(res) {
76229
76243
  // // console.log(res, 'renderMenus');
@@ -76269,9 +76283,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76269
76283
  // console.log(this.currentPage, 'currentPage');
76270
76284
  },
76271
76285
 
76272
- /**
76273
- * 更新myRemind中各项的权限状态
76274
- * @param {Array} menus - 完整的菜单列表
76286
+ /**
76287
+ * 更新myRemind中各项的权限状态
76288
+ * @param {Array} menus - 完整的菜单列表
76275
76289
  */
76276
76290
  updateRemindPermission: function updateRemindPermission(menus) {
76277
76291
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76299,10 +76313,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76299
76313
  });
76300
76314
  },
76301
76315
 
76302
- /**
76303
- * @desc:设置页面加载类型
76304
- * @author huangbo
76305
- * @date 2024年9月7日
76316
+ /**
76317
+ * @desc:设置页面加载类型
76318
+ * @author huangbo
76319
+ * @date 2024年9月7日
76306
76320
  **/
76307
76321
  setIframeType: function setIframeType(res) {
76308
76322
  var url = res.url;
@@ -76359,10 +76373,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76359
76373
  return res;
76360
76374
  },
76361
76375
 
76362
- /**
76363
- * @desc:获取菜单
76364
- * @author huangbo
76365
- * @date 2024年9月7日
76376
+ /**
76377
+ * @desc:获取菜单
76378
+ * @author huangbo
76379
+ * @date 2024年9月7日
76366
76380
  **/
76367
76381
  getMenu: function getMenu(menus, res, key) {
76368
76382
  if (Array.isArray(menus)) {
@@ -76391,10 +76405,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76391
76405
  return false;
76392
76406
  },
76393
76407
 
76394
- /**
76395
- * @desc:获取菜单第一条数据
76396
- * @author huangbo
76397
- * @date 2024年9月7日
76408
+ /**
76409
+ * @desc:获取菜单第一条数据
76410
+ * @author huangbo
76411
+ * @date 2024年9月7日
76398
76412
  **/
76399
76413
  getFirst: function getFirst(obj) {
76400
76414
  if (!obj) {
@@ -76413,10 +76427,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76413
76427
  }
76414
76428
  },
76415
76429
 
76416
- /**
76417
- * @desc:遍历设置菜单气泡提醒
76418
- * @author huangbo
76419
- * @date 2024年9月7日
76430
+ /**
76431
+ * @desc:遍历设置菜单气泡提醒
76432
+ * @author huangbo
76433
+ * @date 2024年9月7日
76420
76434
  **/
76421
76435
  setTips: function setTips(obj) {
76422
76436
  var _this12 = this;
@@ -76481,10 +76495,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76481
76495
  }
76482
76496
  },
76483
76497
 
76484
- /**
76485
- * @desc:获取气泡提醒
76486
- * @author huangbo
76487
- * @date 2024年9月7日
76498
+ /**
76499
+ * @desc:获取气泡提醒
76500
+ * @author huangbo
76501
+ * @date 2024年9月7日
76488
76502
  **/
76489
76503
  getBadge: function getBadge(res) {
76490
76504
  var num = res.tips || 0;
@@ -76498,10 +76512,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76498
76512
  };
76499
76513
  },
76500
76514
 
76501
- /**
76502
- * @desc:开启weosocket
76503
- * @author huangbo
76504
- * @date 2024年9月7日
76515
+ /**
76516
+ * @desc:开启weosocket
76517
+ * @author huangbo
76518
+ * @date 2024年9月7日
76505
76519
  **/
76506
76520
  initWebSocket: function initWebSocket() {
76507
76521
  var _this14 = this;
@@ -76569,10 +76583,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76569
76583
  });
76570
76584
  },
76571
76585
 
76572
- /**
76573
- * @desc:显示用户信息
76574
- * @author huangbo
76575
- * @date 2024年9月7日
76586
+ /**
76587
+ * @desc:显示用户信息
76588
+ * @author huangbo
76589
+ * @date 2024年9月7日
76576
76590
  **/
76577
76591
  showUserInfo: function showUserInfo() {
76578
76592
  if (this.showUser === false) {
@@ -76580,19 +76594,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76580
76594
  }
76581
76595
  },
76582
76596
 
76583
- /**
76584
- * @desc:删除更多应用菜单点击
76585
- * @author huangbo
76586
- * @date 2024年9月7日
76597
+ /**
76598
+ * @desc:删除更多应用菜单点击
76599
+ * @author huangbo
76600
+ * @date 2024年9月7日
76587
76601
  **/
76588
76602
  handleDelete: function handleDelete(index) {
76589
76603
  this.newApps.splice(index, 1);
76590
76604
  },
76591
76605
 
76592
- /**
76593
- * @desc:显示Drawer界面
76594
- * @author huangbo
76595
- * @date 2024年9月7日
76606
+ /**
76607
+ * @desc:显示Drawer界面
76608
+ * @author huangbo
76609
+ * @date 2024年9月7日
76596
76610
  **/
76597
76611
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76598
76612
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76612,28 +76626,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76612
76626
  }
76613
76627
  },
76614
76628
 
76615
- /**
76616
- * @desc:关闭Drawer界面
76617
- * @author huangbo
76618
- * @date 2024年9月7日
76629
+ /**
76630
+ * @desc:关闭Drawer界面
76631
+ * @author huangbo
76632
+ * @date 2024年9月7日
76619
76633
  **/
76620
76634
  handleCloseDrawer: function handleCloseDrawer() {
76621
76635
  this.drawer = { visible: false };
76622
76636
  },
76623
76637
 
76624
- /**
76625
- * @desc:用户详情请求成功
76626
- * @author huangbo
76627
- * @date 2024年9月7日
76638
+ /**
76639
+ * @desc:用户详情请求成功
76640
+ * @author huangbo
76641
+ * @date 2024年9月7日
76628
76642
  **/
76629
76643
  handleSuccess: function handleSuccess(res) {
76630
76644
  this.simpleUserInfo = res.simpleUserInfo;
76631
76645
  },
76632
76646
 
76633
- /**
76634
- * @desc:修改用户配置
76635
- * @author huangbo
76636
- * @date 2024年9月7日
76647
+ /**
76648
+ * @desc:修改用户配置
76649
+ * @author huangbo
76650
+ * @date 2024年9月7日
76637
76651
  **/
76638
76652
  handleChangeConfig: function handleChangeConfig(name, res) {
76639
76653
  if (name == 'userHeadUrl') {
@@ -76649,10 +76663,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76649
76663
  }
76650
76664
  },
76651
76665
 
76652
- /**
76653
- * @desc:关闭webSocket
76654
- * @author huangbo
76655
- * @date 2024年9月7日
76666
+ /**
76667
+ * @desc:关闭webSocket
76668
+ * @author huangbo
76669
+ * @date 2024年9月7日
76656
76670
  **/
76657
76671
  handlerClose: function handlerClose() {
76658
76672
  if (this.webSocket) {
@@ -76663,10 +76677,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76663
76677
  this.handleRefresh(1);
76664
76678
  },
76665
76679
 
76666
- /**
76667
- * @desc:刷新选中iframe页签
76668
- * @author huangbo
76669
- * @date 2024年9月7日
76680
+ /**
76681
+ * @desc:刷新选中iframe页签
76682
+ * @author huangbo
76683
+ * @date 2024年9月7日
76670
76684
  **/
76671
76685
  handleRefresh: function handleRefresh(arg) {
76672
76686
  if (arg !== 1) {
@@ -76712,10 +76726,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76712
76726
  }
76713
76727
  },
76714
76728
 
76715
- /**
76716
- * @desc:删除iframe
76717
- * @author huangbo
76718
- * @date 2024年9月7日
76729
+ /**
76730
+ * @desc:删除iframe
76731
+ * @author huangbo
76732
+ * @date 2024年9月7日
76719
76733
  **/
76720
76734
  handleRemove: function handleRemove(name) {
76721
76735
  var len = this.tabs.length - 1;
@@ -76732,10 +76746,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76732
76746
  }
76733
76747
  },
76734
76748
 
76735
- /**
76736
- * @desc:tabs鼠标右键事件
76737
- * @author huangbo
76738
- * @date 2024年9月7日
76749
+ /**
76750
+ * @desc:tabs鼠标右键事件
76751
+ * @author huangbo
76752
+ * @date 2024年9月7日
76739
76753
  **/
76740
76754
  handleContextmenu: function handleContextmenu(tabs, e) {
76741
76755
  var disabled = {};
@@ -76760,10 +76774,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76760
76774
  window.addEventListener('click', this.closeTabsEvents);
76761
76775
  },
76762
76776
 
76763
- /**
76764
- * @desc:tabs页签事件
76765
- * @author huangbo
76766
- * @date 2024年9月7日
76777
+ /**
76778
+ * @desc:tabs页签事件
76779
+ * @author huangbo
76780
+ * @date 2024年9月7日
76767
76781
  **/
76768
76782
  handleTabsEvents: function handleTabsEvents(num) {
76769
76783
  if (this.pane !== null) {
@@ -76774,10 +76788,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76774
76788
  },
76775
76789
 
76776
76790
 
76777
- /**
76778
- * @desc:关闭页签事件面板
76779
- * @author huangbo
76780
- * @date 2024年9月7日
76791
+ /**
76792
+ * @desc:关闭页签事件面板
76793
+ * @author huangbo
76794
+ * @date 2024年9月7日
76781
76795
  **/
76782
76796
  closeTabsEvents: function closeTabsEvents(e) {
76783
76797
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76787,10 +76801,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76787
76801
  },
76788
76802
 
76789
76803
 
76790
- /**
76791
- * @desc:tabs页签点击事件
76792
- * @author huangbo
76793
- * @date 2024年9月7日
76804
+ /**
76805
+ * @desc:tabs页签点击事件
76806
+ * @author huangbo
76807
+ * @date 2024年9月7日
76794
76808
  **/
76795
76809
  handleTabClick: function handleTabClick() {
76796
76810
  this.active = '';
@@ -76798,10 +76812,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76798
76812
  this.showMenu = false;
76799
76813
  },
76800
76814
 
76801
- /**
76802
- * @desc:handler工具栏点击事件
76803
- * @author huangbo
76804
- * @date 2024年9月7日
76815
+ /**
76816
+ * @desc:handler工具栏点击事件
76817
+ * @author huangbo
76818
+ * @date 2024年9月7日
76805
76819
  **/
76806
76820
  handleClick: function handleClick(res) {
76807
76821
  var type = res.type,
@@ -76891,10 +76905,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76891
76905
  this.$emit('handler-click', res);
76892
76906
  },
76893
76907
 
76894
- /**
76895
- * @desc:退出登录
76896
- * @author huangbo
76897
- * @date 2024年9月7日
76908
+ /**
76909
+ * @desc:退出登录
76910
+ * @author huangbo
76911
+ * @date 2024年9月7日
76898
76912
  **/
76899
76913
  handleQuit: function handleQuit() {
76900
76914
  var _this15 = this;
@@ -76969,10 +76983,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76969
76983
  }).catch(function (e) {});
76970
76984
  },
76971
76985
 
76972
- /**
76973
- * @desc:主题、消息回调
76974
- * @author huangbo
76975
- * @date 2024年9月7日
76986
+ /**
76987
+ * @desc:主题、消息回调
76988
+ * @author huangbo
76989
+ * @date 2024年9月7日
76976
76990
  **/
76977
76991
  handleChange: function handleChange(res) {
76978
76992
  var type = res.type,
@@ -76988,10 +77002,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76988
77002
  }
76989
77003
  },
76990
77004
 
76991
- /**
76992
- * @desc:菜单布局样式切换
76993
- * @author huangbo
76994
- * @date 2024年9月7日
77005
+ /**
77006
+ * @desc:菜单布局样式切换
77007
+ * @author huangbo
77008
+ * @date 2024年9月7日
76995
77009
  **/
76996
77010
  handleLayout: function handleLayout(res, active) {
76997
77011
  if (active) {
@@ -77001,10 +77015,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77001
77015
  this.$emit('chang-layout', res, active);
77002
77016
  },
77003
77017
 
77004
- /**
77005
- * @desc:消息修改总数
77006
- * @author huangbo
77007
- * @date 2024年9月7日
77018
+ /**
77019
+ * @desc:消息修改总数
77020
+ * @author huangbo
77021
+ * @date 2024年9月7日
77008
77022
  **/
77009
77023
  handleMenuTips: function handleMenuTips(id, num) {
77010
77024
  if (num) {
@@ -77015,10 +77029,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77015
77029
  }
77016
77030
  },
77017
77031
 
77018
- /**
77019
- * @desc:处理即时消息
77020
- * @author huangbo
77021
- * @date 2024年9月7日
77032
+ /**
77033
+ * @desc:处理即时消息
77034
+ * @author huangbo
77035
+ * @date 2024年9月7日
77022
77036
  **/
77023
77037
  handleOpened: function handleOpened(res) {
77024
77038
  var _this16 = this;
@@ -77034,14 +77048,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77034
77048
  }
77035
77049
  },
77036
77050
 
77037
- /**
77038
- * @desc:菜单点击事件
77039
- * @author huangbo
77040
- * @date 2024年9月7日
77041
- * @param {*} res 菜单点击事件参数
77042
- * @param {*} method 菜单点击事件方法
77043
- * 1.顶部菜单点击跳转已经实现
77044
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77051
+ /**
77052
+ * @desc:菜单点击事件
77053
+ * @author huangbo
77054
+ * @date 2024年9月7日
77055
+ * @param {*} res 菜单点击事件参数
77056
+ * @param {*} method 菜单点击事件方法
77057
+ * 1.顶部菜单点击跳转已经实现
77058
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77045
77059
  **/
77046
77060
  handleSelect: function handleSelect(res) {
77047
77061
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84449,19 +84463,19 @@ var QRCode = __webpack_require__(28);
84449
84463
  //设置logo大小
84450
84464
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84451
84465
  //设置获取的logo将其变为圆角以及添加白色背景
84452
- /* ctx.fillStyle = "#fff";
84453
- ctx.beginPath();
84454
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84455
- let w = 46; //圆角宽
84456
- let x = logoPosition - 5;
84457
- let y = logoPosition - 5;
84458
- let r = 5; //圆角半径
84459
- ctx.moveTo(x + r, y);
84460
- ctx.arcTo(x + w, y, x + w, y + h, r);
84461
- ctx.arcTo(x + w, y + h, x, y + h, r);
84462
- ctx.arcTo(x, y + h, x, y, r);
84463
- ctx.arcTo(x, y, x + w, y, r);
84464
- ctx.closePath();
84466
+ /* ctx.fillStyle = "#fff";
84467
+ ctx.beginPath();
84468
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84469
+ let w = 46; //圆角宽
84470
+ let x = logoPosition - 5;
84471
+ let y = logoPosition - 5;
84472
+ let r = 5; //圆角半径
84473
+ ctx.moveTo(x + r, y);
84474
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84475
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84476
+ ctx.arcTo(x, y + h, x, y, r);
84477
+ ctx.arcTo(x, y, x + w, y, r);
84478
+ ctx.closePath();
84465
84479
  ctx.fill(); */
84466
84480
  logo.onload = function () {
84467
84481
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102616,7 +102630,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102616
102630
  }
102617
102631
 
102618
102632
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102619
- version: '0.8.2',
102633
+ version: '0.8.3',
102620
102634
  install: install,
102621
102635
  Button: packages_button,
102622
102636
  ButtonGroup: button_group,