eoss-ui 0.8.1 → 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 (234) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +721 -695
  3. package/lib/flow.js +143 -128
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +294 -291
  6. package/lib/qr-code.js +13 -13
  7. package/lib/select.js +5 -2
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/lib/theme-chalk/login.css +1 -1
  10. package/lib/tree-group.js +22 -17
  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 +1847 -1847
  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/FreeCirculation.vue +245 -245
  47. package/packages/flow/src/component/TimeLimit.vue +190 -190
  48. package/packages/flow/src/main.vue +4165 -4145
  49. package/packages/flow-group/index.js +5 -5
  50. package/packages/flow-group/src/main.vue +750 -750
  51. package/packages/flow-list/index.js +5 -5
  52. package/packages/form/index.js +5 -5
  53. package/packages/handle-user/index.js +5 -5
  54. package/packages/handle-user/src/main.vue +137 -137
  55. package/packages/handler/index.js +5 -5
  56. package/packages/handler/src/main.vue +499 -499
  57. package/packages/icon/index.js +5 -5
  58. package/packages/icons/index.js +5 -5
  59. package/packages/icons/src/main.vue +81 -81
  60. package/packages/input/index.js +5 -5
  61. package/packages/input/src/main.vue +356 -356
  62. package/packages/input-number/index.js +5 -5
  63. package/packages/input-number/src/main.vue +106 -106
  64. package/packages/label/index.js +5 -5
  65. package/packages/label/src/main.vue +457 -457
  66. package/packages/layout/index.js +5 -5
  67. package/packages/layout/src/item.vue +152 -152
  68. package/packages/layout/src/main.vue +31 -31
  69. package/packages/login/index.js +5 -5
  70. package/packages/login/src/main.vue +2088 -2088
  71. package/packages/main/index.js +5 -5
  72. package/packages/main/src/default/index.vue +5 -2
  73. package/packages/main/src/default/message.vue +249 -249
  74. package/packages/main/src/default/notice.vue +157 -157
  75. package/packages/main/src/default/userinfo.vue +513 -513
  76. package/packages/main/src/simplicity/index.vue +2335 -2335
  77. package/packages/main/src/simplicity/lists.vue +84 -84
  78. package/packages/main/src/simplicity/router-page.vue +45 -45
  79. package/packages/main/src/simplicity/userinfo.vue +408 -408
  80. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  81. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  82. package/packages/menu/index.js +5 -5
  83. package/packages/nav/index.js +5 -5
  84. package/packages/notify/index.js +5 -5
  85. package/packages/notify/src/main.vue +538 -538
  86. package/packages/page/index.js +5 -5
  87. package/packages/page/src/main.vue +167 -167
  88. package/packages/pagination/index.js +5 -5
  89. package/packages/pagination/src/main.vue +96 -96
  90. package/packages/player/index.js +5 -5
  91. package/packages/player/src/main.vue +194 -194
  92. package/packages/qr-code/index.js +5 -5
  93. package/packages/qr-code/src/main.vue +170 -170
  94. package/packages/radio-group/index.js +6 -6
  95. package/packages/radio-group/src/main.vue +319 -319
  96. package/packages/retrial-auth/index.js +5 -5
  97. package/packages/retrial-auth/src/main.vue +299 -299
  98. package/packages/select/index.js +5 -5
  99. package/packages/select/src/main.vue +5 -2
  100. package/packages/select-ganged/index.js +5 -5
  101. package/packages/select-ganged/src/main.vue +724 -724
  102. package/packages/selector/index.js +5 -5
  103. package/packages/selector-panel/index.js +5 -5
  104. package/packages/selector-panel/src/tree.vue +129 -129
  105. package/packages/sizer/index.js +5 -5
  106. package/packages/sizer/src/main.vue +254 -254
  107. package/packages/steps/index.js +5 -5
  108. package/packages/steps/src/main.vue +181 -181
  109. package/packages/switch/index.js +5 -5
  110. package/packages/table-form/index.js +5 -5
  111. package/packages/tabs/index.js +5 -5
  112. package/packages/tabs/src/main.vue +788 -788
  113. package/packages/tabs-panel/index.js +5 -5
  114. package/packages/tabs-panel/src/main.vue +29 -29
  115. package/packages/theme-chalk/gulpfile.js +25 -0
  116. package/packages/theme-chalk/src/base.scss +261 -261
  117. package/packages/theme-chalk/src/button-group.scss +176 -176
  118. package/packages/theme-chalk/src/button.scss +24 -24
  119. package/packages/theme-chalk/src/calendar.scss +113 -113
  120. package/packages/theme-chalk/src/card.scss +99 -99
  121. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  122. package/packages/theme-chalk/src/clients.scss +87 -87
  123. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  124. package/packages/theme-chalk/src/date-picker.scss +7 -7
  125. package/packages/theme-chalk/src/dialog.scss +77 -77
  126. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  127. package/packages/theme-chalk/src/enterprise.scss +5 -5
  128. package/packages/theme-chalk/src/error-page.scss +18 -18
  129. package/packages/theme-chalk/src/flow-group.scss +110 -110
  130. package/packages/theme-chalk/src/handle-user.scss +40 -40
  131. package/packages/theme-chalk/src/icons.scss +99 -99
  132. package/packages/theme-chalk/src/input.scss +9 -9
  133. package/packages/theme-chalk/src/label.scss +24 -24
  134. package/packages/theme-chalk/src/layout.scss +46 -46
  135. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  136. package/packages/theme-chalk/src/nav.scss +111 -111
  137. package/packages/theme-chalk/src/page.scss +3 -3
  138. package/packages/theme-chalk/src/pagination.scss +29 -29
  139. package/packages/theme-chalk/src/player.scss +9 -9
  140. package/packages/theme-chalk/src/qr-code.scss +17 -17
  141. package/packages/theme-chalk/src/radio-group.scss +9 -9
  142. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  143. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  144. package/packages/theme-chalk/src/select.scss +8 -8
  145. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  146. package/packages/theme-chalk/src/sizer.scss +36 -36
  147. package/packages/theme-chalk/src/steps.scss +88 -88
  148. package/packages/theme-chalk/src/switch.scss +3 -3
  149. package/packages/theme-chalk/src/table-form.scss +1 -1
  150. package/packages/theme-chalk/src/tabs.scss +87 -87
  151. package/packages/theme-chalk/src/tips.scss +7 -7
  152. package/packages/theme-chalk/src/toolbar.scss +179 -179
  153. package/packages/theme-chalk/src/tree-group.scss +72 -72
  154. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  155. package/packages/tips/index.js +5 -5
  156. package/packages/toolbar/index.js +5 -5
  157. package/packages/tree/index.js +5 -5
  158. package/packages/tree-group/index.js +5 -5
  159. package/packages/tree-group/src/main.vue +14 -9
  160. package/packages/upload/index.js +5 -5
  161. package/packages/upload/src/main.vue +1344 -1344
  162. package/packages/upload/src/picture.js +15 -15
  163. package/packages/wujie/index.js +5 -5
  164. package/packages/wxlogin/index.js +5 -5
  165. package/packages/wxlogin/src/main.vue +128 -128
  166. package/src/config/image.js +2 -2
  167. package/src/index.js +1 -1
  168. package/src/utils/bus.js +3 -3
  169. package/src/utils/date-util.js +312 -312
  170. package/src/utils/http.js +50 -50
  171. package/src/utils/store.js +21 -21
  172. package/src/utils/webSocket.js +107 -107
  173. package/packages/theme-chalk/lib/base.css +0 -1
  174. package/packages/theme-chalk/lib/button-group.css +0 -1
  175. package/packages/theme-chalk/lib/button.css +0 -1
  176. package/packages/theme-chalk/lib/calendar.css +0 -1
  177. package/packages/theme-chalk/lib/calogin.css +0 -0
  178. package/packages/theme-chalk/lib/card.css +0 -1
  179. package/packages/theme-chalk/lib/cascader.css +0 -0
  180. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  181. package/packages/theme-chalk/lib/clients.css +0 -1
  182. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  183. package/packages/theme-chalk/lib/data-table.css +0 -1
  184. package/packages/theme-chalk/lib/date-picker.css +0 -1
  185. package/packages/theme-chalk/lib/dialog.css +0 -1
  186. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  187. package/packages/theme-chalk/lib/enterprise.css +0 -1
  188. package/packages/theme-chalk/lib/error-page.css +0 -1
  189. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  190. package/packages/theme-chalk/lib/flow-group.css +0 -1
  191. package/packages/theme-chalk/lib/flow-list.css +0 -1
  192. package/packages/theme-chalk/lib/flow.css +0 -1
  193. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  194. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  195. package/packages/theme-chalk/lib/form.css +0 -1
  196. package/packages/theme-chalk/lib/handle-user.css +0 -1
  197. package/packages/theme-chalk/lib/handler.css +0 -1
  198. package/packages/theme-chalk/lib/icon.css +0 -1
  199. package/packages/theme-chalk/lib/icons.css +0 -1
  200. package/packages/theme-chalk/lib/index.css +0 -1
  201. package/packages/theme-chalk/lib/input-number.css +0 -0
  202. package/packages/theme-chalk/lib/input.css +0 -1
  203. package/packages/theme-chalk/lib/label.css +0 -1
  204. package/packages/theme-chalk/lib/layout.css +0 -1
  205. package/packages/theme-chalk/lib/login.css +0 -1
  206. package/packages/theme-chalk/lib/main.css +0 -1
  207. package/packages/theme-chalk/lib/menu.css +0 -1
  208. package/packages/theme-chalk/lib/nav.css +0 -1
  209. package/packages/theme-chalk/lib/notify.css +0 -0
  210. package/packages/theme-chalk/lib/page.css +0 -1
  211. package/packages/theme-chalk/lib/pagination.css +0 -1
  212. package/packages/theme-chalk/lib/player.css +0 -1
  213. package/packages/theme-chalk/lib/qr-code.css +0 -1
  214. package/packages/theme-chalk/lib/radio-group.css +0 -1
  215. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  216. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  217. package/packages/theme-chalk/lib/select.css +0 -1
  218. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  219. package/packages/theme-chalk/lib/selector.css +0 -1
  220. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  221. package/packages/theme-chalk/lib/simplicity.css +0 -1
  222. package/packages/theme-chalk/lib/sizer.css +0 -1
  223. package/packages/theme-chalk/lib/steps.css +0 -1
  224. package/packages/theme-chalk/lib/switch.css +0 -1
  225. package/packages/theme-chalk/lib/table-form.css +0 -0
  226. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  227. package/packages/theme-chalk/lib/tabs.css +0 -1
  228. package/packages/theme-chalk/lib/tips.css +0 -1
  229. package/packages/theme-chalk/lib/toolbar.css +0 -1
  230. package/packages/theme-chalk/lib/tree-group.css +0 -1
  231. package/packages/theme-chalk/lib/tree.css +0 -1
  232. package/packages/theme-chalk/lib/upload.css +0 -1
  233. package/packages/theme-chalk/lib/wujie.css +0 -0
  234. 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=910bb440&
28357
- var mainvue_type_template_id_910bb440_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_910bb440_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_910bb440_render = function () {
31371
31372
  )
31372
31373
  : _vm._e()
31373
31374
  }
31374
- var mainvue_type_template_id_910bb440_staticRenderFns = []
31375
- mainvue_type_template_id_910bb440_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=910bb440&
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 () {
@@ -49140,6 +49141,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49140
49141
  //
49141
49142
  //
49142
49143
  //
49144
+ //
49145
+ //
49143
49146
 
49144
49147
 
49145
49148
 
@@ -50035,11 +50038,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50035
50038
  });
50036
50039
  },
50037
50040
 
50038
- /**
50039
- * saveInfo
50040
- * @desc:暂存
50041
- * @author liufan
50042
- * @date 2022年9月9日
50041
+ /**
50042
+ * saveInfo
50043
+ * @desc:暂存
50044
+ * @author liufan
50045
+ * @date 2022年9月9日
50043
50046
  **/
50044
50047
  saveInfo: function saveInfo(type, btn) {
50045
50048
  var _this13 = this;
@@ -50101,11 +50104,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50101
50104
  });
50102
50105
  },
50103
50106
 
50104
- /**
50105
- * rejectBtn
50106
- * @desc:点击驳回
50107
- * @author liufan
50108
- * @date 2022年5月25日
50107
+ /**
50108
+ * rejectBtn
50109
+ * @desc:点击驳回
50110
+ * @author liufan
50111
+ * @date 2022年5月25日
50109
50112
  **/
50110
50113
  rejectBtn: function rejectBtn() {
50111
50114
  var _this15 = this;
@@ -50123,11 +50126,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50123
50126
  }
50124
50127
  },
50125
50128
 
50126
- /**
50127
- * taskReadBtn
50128
- * @desc:点击分阅
50129
- * @author liufan
50130
- * @date 2022年5月25日
50129
+ /**
50130
+ * taskReadBtn
50131
+ * @desc:点击分阅
50132
+ * @author liufan
50133
+ * @date 2022年5月25日
50131
50134
  **/
50132
50135
  taskReadBtn: function taskReadBtn() {
50133
50136
  var _this16 = this;
@@ -50146,11 +50149,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50146
50149
  }
50147
50150
  },
50148
50151
 
50149
- /**
50150
- * getFind
50151
- * @desc:获取通知方式
50152
- * @author liufan
50153
- * @date 2022年5月25日
50152
+ /**
50153
+ * getFind
50154
+ * @desc:获取通知方式
50155
+ * @author liufan
50156
+ * @date 2022年5月25日
50154
50157
  **/
50155
50158
  getFind: function getFind() {
50156
50159
  var _this17 = this;
@@ -50216,12 +50219,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50216
50219
  });
50217
50220
  },
50218
50221
 
50219
- /**
50220
- * endFlows
50221
- * @desc:直接办结
50222
- * @author liufan
50223
- * @param {Object} res 直接办结数据
50224
- * @date 2022年5月25日
50222
+ /**
50223
+ * endFlows
50224
+ * @desc:直接办结
50225
+ * @author liufan
50226
+ * @param {Object} res 直接办结数据
50227
+ * @date 2022年5月25日
50225
50228
  **/
50226
50229
  endFlows: function endFlows(res) {
50227
50230
  var _this19 = this;
@@ -50276,12 +50279,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50276
50279
  }).catch(function (e) {});
50277
50280
  },
50278
50281
 
50279
- /**
50280
- * goView
50281
- * @desc:更多流程按钮操作
50282
- * @author liufan
50283
- * @param {Object} res 当前点击操作按钮数据
50284
- * @date 2022年5月25日
50282
+ /**
50283
+ * goView
50284
+ * @desc:更多流程按钮操作
50285
+ * @author liufan
50286
+ * @param {Object} res 当前点击操作按钮数据
50287
+ * @date 2022年5月25日
50285
50288
  **/
50286
50289
  goView: function goView(res) {
50287
50290
  // 驳回并办结:rejectAndEndHtml
@@ -50368,11 +50371,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50368
50371
  // isCanStartSubFlow
50369
50372
  },
50370
50373
 
50371
- /**
50372
- * toTakeAdvice
50373
- * @desc:征求意见
50374
- * @author liufan
50375
- * @date 2022年9月29日
50374
+ /**
50375
+ * toTakeAdvice
50376
+ * @desc:征求意见
50377
+ * @author liufan
50378
+ * @date 2022年9月29日
50376
50379
  **/
50377
50380
  toTakeAdvice: function toTakeAdvice(res) {
50378
50381
  var _this21 = this;
@@ -50416,11 +50419,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50416
50419
  });
50417
50420
  },
50418
50421
 
50419
- /**
50420
- * toStartDraf
50421
- * @desc: 稿件递送、联合审核、复核
50422
- * @author liufan
50423
- * @date 2022年9月29日
50422
+ /**
50423
+ * toStartDraf
50424
+ * @desc: 稿件递送、联合审核、复核
50425
+ * @author liufan
50426
+ * @date 2022年9月29日
50424
50427
  **/
50425
50428
  toStartDraf: function toStartDraf(res) {
50426
50429
  var _this23 = this;
@@ -50434,11 +50437,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50434
50437
  }
50435
50438
  },
50436
50439
 
50437
- /**
50438
- * toSendMsg
50439
- * @desc:核稿通知
50440
- * @author liufan
50441
- * @date 2022年9月29日
50440
+ /**
50441
+ * toSendMsg
50442
+ * @desc:核稿通知
50443
+ * @author liufan
50444
+ * @date 2022年9月29日
50442
50445
  **/
50443
50446
  toSendMsg: function toSendMsg(res) {
50444
50447
  var _this24 = this;
@@ -50452,11 +50455,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50452
50455
  }
50453
50456
  },
50454
50457
 
50455
- /**
50456
- * toTaskReadAndEnd
50457
- * @desc:分阅并办结
50458
- * @author liufan
50459
- * @date 2022年9月29日
50458
+ /**
50459
+ * toTaskReadAndEnd
50460
+ * @desc:分阅并办结
50461
+ * @author liufan
50462
+ * @date 2022年9月29日
50460
50463
  **/
50461
50464
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50462
50465
  var _this25 = this;
@@ -50474,11 +50477,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50474
50477
  }
50475
50478
  },
50476
50479
 
50477
- /**
50478
- * rejectAndEnd
50479
- * @desc:驳回并办结
50480
- * @author liufan
50481
- * @date 2022年9月29日
50480
+ /**
50481
+ * rejectAndEnd
50482
+ * @desc:驳回并办结
50483
+ * @author liufan
50484
+ * @date 2022年9月29日
50482
50485
  **/
50483
50486
  rejectAndEnd: function rejectAndEnd(res) {
50484
50487
  var _this26 = this;
@@ -50534,11 +50537,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50534
50537
  });
50535
50538
  },
50536
50539
 
50537
- /**
50538
- * toTransfer
50539
- * @desc:转办
50540
- * @author liufan
50541
- * @date 2022年9月29日
50540
+ /**
50541
+ * toTransfer
50542
+ * @desc:转办
50543
+ * @author liufan
50544
+ * @date 2022年9月29日
50542
50545
  **/
50543
50546
  toTransfer: function toTransfer(res) {
50544
50547
  var _this28 = this;
@@ -50557,11 +50560,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50557
50560
  this.nextNode.customLimitTime = val;
50558
50561
  },
50559
50562
 
50560
- /**
50561
- * getNodeInfo
50562
- * @desc:获取节点信息
50563
- * @author liufan
50564
- * @date 2022年5月25日
50563
+ /**
50564
+ * getNodeInfo
50565
+ * @desc:获取节点信息
50566
+ * @author liufan
50567
+ * @date 2022年5月25日
50565
50568
  **/
50566
50569
  getNodeInfo: function getNodeInfo() {
50567
50570
  var _this29 = this;
@@ -50672,22 +50675,24 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50672
50675
  });
50673
50676
  },
50674
50677
 
50675
- /**
50676
- * selecNext
50677
- * @desc:下步节点变化时更新数据
50678
- * @author liufan
50679
- * @param {String} val 当前选中值
50680
- * @date 2022年5月25日
50678
+ /**
50679
+ * selecNext
50680
+ * @desc:下步节点变化时更新数据
50681
+ * @author liufan
50682
+ * @param {String} val 当前选中值
50683
+ * @date 2022年5月25日
50681
50684
  **/
50682
50685
  selecNext: function selecNext(val, type, isDef) {
50683
50686
  var _this30 = this;
50684
50687
 
50685
- console.log(val, 'selecNext');
50686
50688
  var isNextNode = false;
50687
- if (type) {
50688
- isNextNode = this.operationList.filter(function (x) {
50689
+ if (type && val && this.operationList.length > 0) {
50690
+ var arr = this.operationList.filter(function (x) {
50689
50691
  return x.key == val;
50690
- })[0].isNextNode;
50692
+ });
50693
+ if (arr.length > 0) {
50694
+ isNextNode = arr[0].isNextNode;
50695
+ }
50691
50696
  }
50692
50697
  this.loading = utils_util.loading(this.$loading, '加载中...');
50693
50698
  if (this.multiple) {
@@ -50711,7 +50716,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50711
50716
  this.isShowNode = false;
50712
50717
  this.isMainSubProcess = false;
50713
50718
  this.isNodeShowProcess = false;
50714
- this.endFlow = false;
50719
+ if (!isDef) {
50720
+ this.endFlow = false;
50721
+ }
50715
50722
  this.nextNode.nextNodeId = '';
50716
50723
  this.nextNode.isReturnSubmitter = 0;
50717
50724
  this.nextNode.isUndertakeReply = 0;
@@ -50806,15 +50813,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50806
50813
  return;
50807
50814
  } else {}
50808
50815
  }
50809
-
50810
- this.getNodeInfo();
50816
+ if (this.endFlow && isDef) {
50817
+ this.loading.close();
50818
+ } else {
50819
+ this.getNodeInfo();
50820
+ }
50811
50821
  },
50812
50822
 
50813
- /**
50814
- * isMultiple
50815
- * @desc:是否多选
50816
- * @author liufan
50817
- * @date 2022年9月13日
50823
+ /**
50824
+ * isMultiple
50825
+ * @desc:是否多选
50826
+ * @author liufan
50827
+ * @date 2022年9月13日
50818
50828
  **/
50819
50829
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50820
50830
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50846,11 +50856,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50846
50856
  }
50847
50857
  },
50848
50858
 
50849
- /**
50850
- * getHedInfo
50851
- * @desc:获取审核页面数据
50852
- * @author liufan
50853
- * @date 2022年5月25日
50859
+ /**
50860
+ * getHedInfo
50861
+ * @desc:获取审核页面数据
50862
+ * @author liufan
50863
+ * @date 2022年5月25日
50854
50864
  **/
50855
50865
  getHedInfo: function getHedInfo() {
50856
50866
  var _this31 = this;
@@ -50992,7 +51002,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50992
51002
  if (!_this31.isFlow) _this31.getFile(_this31.pendingId, attachedCode);
50993
51003
  if (nextNodeList && nextNodeList.length != 0) {
50994
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
+ }
50995
51009
  }
51010
+
50996
51011
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this31.removeUsers = canRemoveSignUserList;
50997
51012
  if (taskOperations && taskOperations.length != 0) {
50998
51013
  var isSelected = false;
@@ -51161,13 +51176,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51161
51176
  });
51162
51177
  },
51163
51178
 
51164
- /**
51165
- * closeProcess
51166
- * @desc:关闭弹窗
51167
- * @author liufan
51168
- * @param {boolean} val 当前是否办理流程
51169
- * @param {String} type 当前点击的弹窗类型
51170
- * @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日
51171
51186
  **/
51172
51187
  closeProcess: function closeProcess(val, type, closeParent) {
51173
51188
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51187,23 +51202,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51187
51202
  }
51188
51203
  },
51189
51204
 
51190
- /**
51191
- * selectChange
51192
- * @desc:常用语选择
51193
- * @author liufan
51194
- * @param {String} val 选中值
51195
- * @date 2022年5月25日
51205
+ /**
51206
+ * selectChange
51207
+ * @desc:常用语选择
51208
+ * @author liufan
51209
+ * @param {String} val 选中值
51210
+ * @date 2022年5月25日
51196
51211
  **/
51197
51212
  selectChange: function selectChange(val) {
51198
51213
  this.value = val;
51199
51214
  },
51200
51215
 
51201
- /**
51202
- * upDate
51203
- * @desc:修改常用语
51204
- * @author liufan
51205
- * @param {Object} val 修改值
51206
- * @date 2022年5月25日
51216
+ /**
51217
+ * upDate
51218
+ * @desc:修改常用语
51219
+ * @author liufan
51220
+ * @param {Object} val 修改值
51221
+ * @date 2022年5月25日
51207
51222
  **/
51208
51223
  upDate: function upDate(val) {
51209
51224
  this.FormData.id = val.id;
@@ -51211,11 +51226,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51211
51226
  },
51212
51227
 
51213
51228
 
51214
- /**
51215
- * getProcess
51216
- * @desc:获取选择流程
51217
- * @author liufan
51218
- * @date 2022年5月25日
51229
+ /**
51230
+ * getProcess
51231
+ * @desc:获取选择流程
51232
+ * @author liufan
51233
+ * @date 2022年5月25日
51219
51234
  **/
51220
51235
  getProcess: function getProcess(val) {
51221
51236
  var _this32 = this;
@@ -51275,11 +51290,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51275
51290
  });
51276
51291
  },
51277
51292
 
51278
- /**
51279
- * getPendedhistoryList
51280
- * @desc:获取流程列表
51281
- * @author liufan
51282
- * @date 2022年5月25日
51293
+ /**
51294
+ * getPendedhistoryList
51295
+ * @desc:获取流程列表
51296
+ * @author liufan
51297
+ * @date 2022年5月25日
51283
51298
  **/
51284
51299
  getPendedhistoryList: function getPendedhistoryList() {
51285
51300
  var _this33 = this;
@@ -51350,12 +51365,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51350
51365
  beforeSubProcess: function beforeSubProcess() {},
51351
51366
 
51352
51367
  // 提交流程
51353
- /**
51354
- * subProcess
51355
- * @desc:提交流程
51356
- * @author liufan
51357
- * @param {String} formName 当前form表单ref值
51358
- * @date 2022年5月25日
51368
+ /**
51369
+ * subProcess
51370
+ * @desc:提交流程
51371
+ * @author liufan
51372
+ * @param {String} formName 当前form表单ref值
51373
+ * @date 2022年5月25日
51359
51374
  **/
51360
51375
  subProcess: function subProcess(val, type) {
51361
51376
  var _this35 = this;
@@ -51834,8 +51849,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51834
51849
 
51835
51850
  var flow_src_main_component = normalizeComponent(
51836
51851
  packages_flow_src_mainvue_type_script_lang_js_,
51837
- mainvue_type_template_id_910bb440_render,
51838
- mainvue_type_template_id_910bb440_staticRenderFns,
51852
+ mainvue_type_template_id_6a1416d2_render,
51853
+ mainvue_type_template_id_6a1416d2_staticRenderFns,
51839
51854
  false,
51840
51855
  null,
51841
51856
  null,
@@ -70355,10 +70370,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70355
70370
  this.$refs.user.handleSelect(res);
70356
70371
  },
70357
70372
 
70358
- /**
70359
- * @desc:匹配路由
70360
- * @author huangbo
70361
- * @date 2024年9月7日
70373
+ /**
70374
+ * @desc:匹配路由
70375
+ * @author huangbo
70376
+ * @date 2024年9月7日
70362
70377
  **/
70363
70378
  hasRouter: function hasRouter(res, url, code) {
70364
70379
  if (!url) {
@@ -70402,10 +70417,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70402
70417
  return false;
70403
70418
  },
70404
70419
 
70405
- /**
70406
- * @desc:获取初始数据
70407
- * @author huangbo
70408
- * @date 2024年9月7日
70420
+ /**
70421
+ * @desc:获取初始数据
70422
+ * @author huangbo
70423
+ * @date 2024年9月7日
70409
70424
  **/
70410
70425
  init: function init(results, first) {
70411
70426
  this.setConfig(results);
@@ -70414,10 +70429,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70414
70429
  }
70415
70430
  },
70416
70431
 
70417
- /**
70418
- * @desc:设置用户配置及信息
70419
- * @author huangbo
70420
- * @date 2024年9月7日
70432
+ /**
70433
+ * @desc:设置用户配置及信息
70434
+ * @author huangbo
70435
+ * @date 2024年9月7日
70421
70436
  **/
70422
70437
  setConfig: function setConfig(results) {
70423
70438
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70585,10 +70600,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70585
70600
  }
70586
70601
  },
70587
70602
 
70588
- /**
70589
- * @desc:获取所有应用
70590
- * @author huangbo
70591
- * @date 2024年9月7日
70603
+ /**
70604
+ * @desc:获取所有应用
70605
+ * @author huangbo
70606
+ * @date 2024年9月7日
70592
70607
  **/
70593
70608
  getApplications: function getApplications() {
70594
70609
  var _this2 = this;
@@ -70636,10 +70651,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70636
70651
  });
70637
70652
  },
70638
70653
 
70639
- /**
70640
- * @desc:获取菜单列表
70641
- * @author huangbo
70642
- * @date 2024年9月7日
70654
+ /**
70655
+ * @desc:获取菜单列表
70656
+ * @author huangbo
70657
+ * @date 2024年9月7日
70643
70658
  **/
70644
70659
  getMenus: function getMenus(loading) {
70645
70660
  var _this3 = this;
@@ -70672,10 +70687,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70672
70687
  });
70673
70688
  },
70674
70689
 
70675
- /**
70676
- * @desc:处理菜单列表
70677
- * @author huangbo
70678
- * @date 2024年9月7日
70690
+ /**
70691
+ * @desc:处理菜单列表
70692
+ * @author huangbo
70693
+ * @date 2024年9月7日
70679
70694
  **/
70680
70695
  renderMenus: function renderMenus(res) {
70681
70696
  this.menus = res;
@@ -70771,10 +70786,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70771
70786
  }
70772
70787
  },
70773
70788
 
70774
- /**
70775
- * @desc:设置页面加载类型
70776
- * @author huangbo
70777
- * @date 2024年9月7日
70789
+ /**
70790
+ * @desc:设置页面加载类型
70791
+ * @author huangbo
70792
+ * @date 2024年9月7日
70778
70793
  **/
70779
70794
  setIframeType: function setIframeType(res) {
70780
70795
  var url = res.url;
@@ -70830,10 +70845,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70830
70845
  return res;
70831
70846
  },
70832
70847
 
70833
- /**
70834
- * @desc:获取菜单
70835
- * @author huangbo
70836
- * @date 2024年9月7日
70848
+ /**
70849
+ * @desc:获取菜单
70850
+ * @author huangbo
70851
+ * @date 2024年9月7日
70837
70852
  **/
70838
70853
  getMenu: function getMenu(menus, res, key) {
70839
70854
  if (Array.isArray(menus)) {
@@ -70862,10 +70877,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70862
70877
  return false;
70863
70878
  },
70864
70879
 
70865
- /**
70866
- * @desc:获取菜单第一条数据
70867
- * @author huangbo
70868
- * @date 2024年9月7日
70880
+ /**
70881
+ * @desc:获取菜单第一条数据
70882
+ * @author huangbo
70883
+ * @date 2024年9月7日
70869
70884
  **/
70870
70885
  getFirst: function getFirst(obj) {
70871
70886
  if (!obj) {
@@ -70884,10 +70899,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70884
70899
  }
70885
70900
  },
70886
70901
 
70887
- /**
70888
- * @desc:遍历设置菜单气泡提醒
70889
- * @author huangbo
70890
- * @date 2024年9月7日
70902
+ /**
70903
+ * @desc:遍历设置菜单气泡提醒
70904
+ * @author huangbo
70905
+ * @date 2024年9月7日
70891
70906
  **/
70892
70907
  setTips: function setTips(obj) {
70893
70908
  var _this4 = this;
@@ -70958,10 +70973,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70958
70973
  }
70959
70974
  },
70960
70975
 
70961
- /**
70962
- * @desc:获取气泡提醒
70963
- * @author huangbo
70964
- * @date 2024年9月7日
70976
+ /**
70977
+ * @desc:获取气泡提醒
70978
+ * @author huangbo
70979
+ * @date 2024年9月7日
70965
70980
  **/
70966
70981
  getBadge: function getBadge(res) {
70967
70982
  var num = res.tips || 0;
@@ -70975,10 +70990,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70975
70990
  };
70976
70991
  },
70977
70992
 
70978
- /**
70979
- * @desc:开启weosocket
70980
- * @author huangbo
70981
- * @date 2024年9月7日
70993
+ /**
70994
+ * @desc:开启weosocket
70995
+ * @author huangbo
70996
+ * @date 2024年9月7日
70982
70997
  **/
70983
70998
  initWebSocket: function initWebSocket() {
70984
70999
  var _this6 = this;
@@ -71027,10 +71042,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71027
71042
  });
71028
71043
  },
71029
71044
 
71030
- /**
71031
- * @desc:显示用户信息
71032
- * @author huangbo
71033
- * @date 2024年9月7日
71045
+ /**
71046
+ * @desc:显示用户信息
71047
+ * @author huangbo
71048
+ * @date 2024年9月7日
71034
71049
  **/
71035
71050
  showUserInfo: function showUserInfo() {
71036
71051
  if (this.showUser === false) {
@@ -71038,19 +71053,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71038
71053
  }
71039
71054
  },
71040
71055
 
71041
- /**
71042
- * @desc:删除更多应用菜单点击
71043
- * @author huangbo
71044
- * @date 2024年9月7日
71056
+ /**
71057
+ * @desc:删除更多应用菜单点击
71058
+ * @author huangbo
71059
+ * @date 2024年9月7日
71045
71060
  **/
71046
71061
  handleDelete: function handleDelete(index) {
71047
71062
  this.newApps.splice(index, 1);
71048
71063
  },
71049
71064
 
71050
- /**
71051
- * @desc:储存更多应用菜单点击
71052
- * @author huangbo
71053
- * @date 2024年9月7日
71065
+ /**
71066
+ * @desc:储存更多应用菜单点击
71067
+ * @author huangbo
71068
+ * @date 2024年9月7日
71054
71069
  **/
71055
71070
  handlerClickApps: function handlerClickApps(res) {
71056
71071
  if (res.permission === false) {
@@ -71063,10 +71078,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71063
71078
  this.handlerClickApp(res);
71064
71079
  },
71065
71080
 
71066
- /**
71067
- * @desc:侧边应用菜单点击
71068
- * @author huangbo
71069
- * @date 2024年9月7日
71081
+ /**
71082
+ * @desc:侧边应用菜单点击
71083
+ * @author huangbo
71084
+ * @date 2024年9月7日
71070
71085
  **/
71071
71086
  handlerClickApp: function handlerClickApp(res) {
71072
71087
  this.showMsg = false;
@@ -71155,10 +71170,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71155
71170
  }
71156
71171
  },
71157
71172
 
71158
- /**
71159
- * @desc:显示Drawer界面
71160
- * @author huangbo
71161
- * @date 2024年9月7日
71173
+ /**
71174
+ * @desc:显示Drawer界面
71175
+ * @author huangbo
71176
+ * @date 2024年9月7日
71162
71177
  **/
71163
71178
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71164
71179
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71178,19 +71193,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71178
71193
  }
71179
71194
  },
71180
71195
 
71181
- /**
71182
- * @desc:关闭Drawer界面
71183
- * @author huangbo
71184
- * @date 2024年9月7日
71196
+ /**
71197
+ * @desc:关闭Drawer界面
71198
+ * @author huangbo
71199
+ * @date 2024年9月7日
71185
71200
  **/
71186
71201
  handleCloseDrawer: function handleCloseDrawer() {
71187
71202
  this.drawer = { visible: false };
71188
71203
  },
71189
71204
 
71190
- /**
71191
- * @desc:菜单点击
71192
- * @author huangbo
71193
- * @date 2024年9月7日
71205
+ /**
71206
+ * @desc:菜单点击
71207
+ * @author huangbo
71208
+ * @date 2024年9月7日
71194
71209
  **/
71195
71210
  handlerClickMenu: function handlerClickMenu(res) {
71196
71211
  utils_util.ajax({
@@ -71239,19 +71254,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71239
71254
  },
71240
71255
 
71241
71256
 
71242
- /**
71243
- * @desc:用户详情请求成功
71244
- * @author huangbo
71245
- * @date 2024年9月7日
71257
+ /**
71258
+ * @desc:用户详情请求成功
71259
+ * @author huangbo
71260
+ * @date 2024年9月7日
71246
71261
  **/
71247
71262
  handleSuccess: function handleSuccess(res) {
71248
71263
  this.simpleUserInfo = res.simpleUserInfo;
71249
71264
  },
71250
71265
 
71251
- /**
71252
- * @desc:修改用户配置
71253
- * @author huangbo
71254
- * @date 2024年9月7日
71266
+ /**
71267
+ * @desc:修改用户配置
71268
+ * @author huangbo
71269
+ * @date 2024年9月7日
71255
71270
  **/
71256
71271
  handleChangeConfig: function handleChangeConfig(name, res) {
71257
71272
  if (name == 'userHeadUrl') {
@@ -71267,10 +71282,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71267
71282
  }
71268
71283
  },
71269
71284
 
71270
- /**
71271
- * @desc:关闭webSocket
71272
- * @author huangbo
71273
- * @date 2024年9月7日
71285
+ /**
71286
+ * @desc:关闭webSocket
71287
+ * @author huangbo
71288
+ * @date 2024年9月7日
71274
71289
  **/
71275
71290
  handlerClose: function handlerClose() {
71276
71291
  if (this.webSocket) {
@@ -71278,10 +71293,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71278
71293
  }
71279
71294
  },
71280
71295
 
71281
- /**
71282
- * @desc:刷新选中iframe页签
71283
- * @author huangbo
71284
- * @date 2024年9月7日
71296
+ /**
71297
+ * @desc:刷新选中iframe页签
71298
+ * @author huangbo
71299
+ * @date 2024年9月7日
71285
71300
  **/
71286
71301
  handleRefresh: function handleRefresh(arg) {
71287
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');
@@ -71318,10 +71333,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71318
71333
  }
71319
71334
  },
71320
71335
 
71321
- /**
71322
- * @desc:删除iframe
71323
- * @author huangbo
71324
- * @date 2024年9月7日
71336
+ /**
71337
+ * @desc:删除iframe
71338
+ * @author huangbo
71339
+ * @date 2024年9月7日
71325
71340
  **/
71326
71341
  handleRemove: function handleRemove(name) {
71327
71342
  var len = this.tabs.length - 1;
@@ -71338,10 +71353,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71338
71353
  }
71339
71354
  },
71340
71355
 
71341
- /**
71342
- * @desc:tabs鼠标右键事件
71343
- * @author huangbo
71344
- * @date 2024年9月7日
71356
+ /**
71357
+ * @desc:tabs鼠标右键事件
71358
+ * @author huangbo
71359
+ * @date 2024年9月7日
71345
71360
  **/
71346
71361
  handleContextmenu: function handleContextmenu(tabs, e) {
71347
71362
  var disabled = {};
@@ -71366,10 +71381,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71366
71381
  window.addEventListener('click', this.closeTabsEvents);
71367
71382
  },
71368
71383
 
71369
- /**
71370
- * @desc:tabs页签事件
71371
- * @author huangbo
71372
- * @date 2024年9月7日
71384
+ /**
71385
+ * @desc:tabs页签事件
71386
+ * @author huangbo
71387
+ * @date 2024年9月7日
71373
71388
  **/
71374
71389
  handleTabsEvents: function handleTabsEvents(num) {
71375
71390
  if (this.pane !== null) {
@@ -71380,10 +71395,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71380
71395
  },
71381
71396
 
71382
71397
 
71383
- /**
71384
- * @desc:关闭页签事件面板
71385
- * @author huangbo
71386
- * @date 2024年9月7日
71398
+ /**
71399
+ * @desc:关闭页签事件面板
71400
+ * @author huangbo
71401
+ * @date 2024年9月7日
71387
71402
  **/
71388
71403
  closeTabsEvents: function closeTabsEvents(e) {
71389
71404
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71393,10 +71408,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71393
71408
  },
71394
71409
 
71395
71410
 
71396
- /**
71397
- * @desc:tabs页签点击事件
71398
- * @author huangbo
71399
- * @date 2024年9月7日
71411
+ /**
71412
+ * @desc:tabs页签点击事件
71413
+ * @author huangbo
71414
+ * @date 2024年9月7日
71400
71415
  **/
71401
71416
  handleTabClick: function handleTabClick() {
71402
71417
  this.active = '';
@@ -71404,10 +71419,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71404
71419
  this.showMenu = false;
71405
71420
  },
71406
71421
 
71407
- /**
71408
- * @desc:handler工具栏点击事件
71409
- * @author huangbo
71410
- * @date 2024年9月7日
71422
+ /**
71423
+ * @desc:handler工具栏点击事件
71424
+ * @author huangbo
71425
+ * @date 2024年9月7日
71411
71426
  **/
71412
71427
  handleClick: function handleClick(res) {
71413
71428
  var type = res.type,
@@ -71488,10 +71503,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71488
71503
  this.$emit('handler-click', res);
71489
71504
  },
71490
71505
 
71491
- /**
71492
- * @desc:退出登录
71493
- * @author huangbo
71494
- * @date 2024年9月7日
71506
+ /**
71507
+ * @desc:退出登录
71508
+ * @author huangbo
71509
+ * @date 2024年9月7日
71495
71510
  **/
71496
71511
  handleQuit: function handleQuit() {
71497
71512
  var _this7 = this;
@@ -71572,10 +71587,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71572
71587
  }).catch(function (e) {});
71573
71588
  },
71574
71589
 
71575
- /**
71576
- * @desc:主题、消息回调
71577
- * @author huangbo
71578
- * @date 2024年9月7日
71590
+ /**
71591
+ * @desc:主题、消息回调
71592
+ * @author huangbo
71593
+ * @date 2024年9月7日
71579
71594
  **/
71580
71595
  handleChange: function handleChange(res) {
71581
71596
  var type = res.type,
@@ -71591,10 +71606,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71591
71606
  }
71592
71607
  },
71593
71608
 
71594
- /**
71595
- * @desc:菜单布局样式切换
71596
- * @author huangbo
71597
- * @date 2024年9月7日
71609
+ /**
71610
+ * @desc:菜单布局样式切换
71611
+ * @author huangbo
71612
+ * @date 2024年9月7日
71598
71613
  **/
71599
71614
  handleLayout: function handleLayout(res, active) {
71600
71615
  if (active) {
@@ -71604,10 +71619,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71604
71619
  this.$emit('chang-layout', res, active);
71605
71620
  },
71606
71621
 
71607
- /**
71608
- * @desc:消息修改总数
71609
- * @author huangbo
71610
- * @date 2024年9月7日
71622
+ /**
71623
+ * @desc:消息修改总数
71624
+ * @author huangbo
71625
+ * @date 2024年9月7日
71611
71626
  **/
71612
71627
  handleMenuTips: function handleMenuTips(id, num) {
71613
71628
  if (num) {
@@ -71618,10 +71633,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71618
71633
  }
71619
71634
  },
71620
71635
 
71621
- /**
71622
- * @desc:处理即时消息
71623
- * @author huangbo
71624
- * @date 2024年9月7日
71636
+ /**
71637
+ * @desc:处理即时消息
71638
+ * @author huangbo
71639
+ * @date 2024年9月7日
71625
71640
  **/
71626
71641
  handleOpened: function handleOpened(res) {
71627
71642
  var _this8 = this;
@@ -75646,8 +75661,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75646
75661
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75647
75662
  },
75648
75663
 
75649
- /**
75650
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75664
+ /**
75665
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75651
75666
  */
75652
75667
  queryChildMenuData: function queryChildMenuData() {
75653
75668
  var _this2 = this;
@@ -75766,8 +75781,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75766
75781
  }))();
75767
75782
  },
75768
75783
 
75769
- /**
75770
- * getVoteMeetingNum: 查询会议数量
75784
+ /**
75785
+ * getVoteMeetingNum: 查询会议数量
75771
75786
  */
75772
75787
  getVoteMeetingNum: function getVoteMeetingNum() {
75773
75788
  var _this5 = this;
@@ -75792,8 +75807,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75792
75807
  });
75793
75808
  },
75794
75809
 
75795
- /**
75796
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75810
+ /**
75811
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75797
75812
  */
75798
75813
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75799
75814
  var _this6 = this;
@@ -75818,8 +75833,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75818
75833
  },
75819
75834
 
75820
75835
 
75821
- /**
75822
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75836
+ /**
75837
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75823
75838
  */
75824
75839
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75825
75840
  var _this7 = this;
@@ -75847,8 +75862,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75847
75862
  });
75848
75863
  },
75849
75864
 
75850
- /**
75851
- * getIndexCount: 查询待办任务数量
75865
+ /**
75866
+ * getIndexCount: 查询待办任务数量
75852
75867
  */
75853
75868
  getIndexCount: function getIndexCount() {
75854
75869
  var _this8 = this;
@@ -75879,10 +75894,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75879
75894
  this.$refs.user.handleSelect(res);
75880
75895
  },
75881
75896
 
75882
- /**
75883
- * @desc:匹配路由
75884
- * @author huangbo
75885
- * @date 2024年9月7日
75897
+ /**
75898
+ * @desc:匹配路由
75899
+ * @author huangbo
75900
+ * @date 2024年9月7日
75886
75901
  **/
75887
75902
  hasRouter: function hasRouter(res, url, code) {
75888
75903
  if (!url) {
@@ -75926,10 +75941,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75926
75941
  return false;
75927
75942
  },
75928
75943
 
75929
- /**
75930
- * @desc:获取初始数据
75931
- * @author huangbo
75932
- * @date 2024年9月7日
75944
+ /**
75945
+ * @desc:获取初始数据
75946
+ * @author huangbo
75947
+ * @date 2024年9月7日
75933
75948
  **/
75934
75949
  init: function init(results) {
75935
75950
  this.setConfig(results);
@@ -75940,10 +75955,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75940
75955
  // }
75941
75956
  },
75942
75957
 
75943
- /**
75944
- * @desc:设置用户配置及信息
75945
- * @author huangbo
75946
- * @date 2024年9月7日
75958
+ /**
75959
+ * @desc:设置用户配置及信息
75960
+ * @author huangbo
75961
+ * @date 2024年9月7日
75947
75962
  **/
75948
75963
  setConfig: function setConfig(results) {
75949
75964
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76107,8 +76122,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76107
76122
  }
76108
76123
  },
76109
76124
 
76110
- /**
76111
- * @desc:获取用户自定义菜单
76125
+ /**
76126
+ * @desc:获取用户自定义菜单
76112
76127
  **/
76113
76128
  getUseCommonMenu: function getUseCommonMenu() {
76114
76129
  var _this9 = this;
@@ -76138,10 +76153,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76138
76153
  });
76139
76154
  },
76140
76155
 
76141
- /**
76142
- * @desc:获取所有应用
76143
- * @author huangbo
76144
- * @date 2024年9月7日
76156
+ /**
76157
+ * @desc:获取所有应用
76158
+ * @author huangbo
76159
+ * @date 2024年9月7日
76145
76160
  **/
76146
76161
  getApplications: function getApplications() {
76147
76162
  var _this10 = this;
@@ -76189,10 +76204,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76189
76204
  });
76190
76205
  },
76191
76206
 
76192
- /**
76193
- * @desc:获取菜单列表
76194
- * @author huangbo
76195
- * @date 2024年9月7日
76207
+ /**
76208
+ * @desc:获取菜单列表
76209
+ * @author huangbo
76210
+ * @date 2024年9月7日
76196
76211
  **/
76197
76212
  getMenus: function getMenus(loading) {
76198
76213
  var _this11 = this;
@@ -76219,10 +76234,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76219
76234
  });
76220
76235
  },
76221
76236
 
76222
- /**
76223
- * @desc:处理菜单列表
76224
- * @author huangbo
76225
- * @date 2024年9月7日
76237
+ /**
76238
+ * @desc:处理菜单列表
76239
+ * @author huangbo
76240
+ * @date 2024年9月7日
76226
76241
  **/
76227
76242
  renderMenus: function renderMenus(res) {
76228
76243
  // // console.log(res, 'renderMenus');
@@ -76268,9 +76283,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76268
76283
  // console.log(this.currentPage, 'currentPage');
76269
76284
  },
76270
76285
 
76271
- /**
76272
- * 更新myRemind中各项的权限状态
76273
- * @param {Array} menus - 完整的菜单列表
76286
+ /**
76287
+ * 更新myRemind中各项的权限状态
76288
+ * @param {Array} menus - 完整的菜单列表
76274
76289
  */
76275
76290
  updateRemindPermission: function updateRemindPermission(menus) {
76276
76291
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76298,10 +76313,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76298
76313
  });
76299
76314
  },
76300
76315
 
76301
- /**
76302
- * @desc:设置页面加载类型
76303
- * @author huangbo
76304
- * @date 2024年9月7日
76316
+ /**
76317
+ * @desc:设置页面加载类型
76318
+ * @author huangbo
76319
+ * @date 2024年9月7日
76305
76320
  **/
76306
76321
  setIframeType: function setIframeType(res) {
76307
76322
  var url = res.url;
@@ -76358,10 +76373,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76358
76373
  return res;
76359
76374
  },
76360
76375
 
76361
- /**
76362
- * @desc:获取菜单
76363
- * @author huangbo
76364
- * @date 2024年9月7日
76376
+ /**
76377
+ * @desc:获取菜单
76378
+ * @author huangbo
76379
+ * @date 2024年9月7日
76365
76380
  **/
76366
76381
  getMenu: function getMenu(menus, res, key) {
76367
76382
  if (Array.isArray(menus)) {
@@ -76390,10 +76405,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76390
76405
  return false;
76391
76406
  },
76392
76407
 
76393
- /**
76394
- * @desc:获取菜单第一条数据
76395
- * @author huangbo
76396
- * @date 2024年9月7日
76408
+ /**
76409
+ * @desc:获取菜单第一条数据
76410
+ * @author huangbo
76411
+ * @date 2024年9月7日
76397
76412
  **/
76398
76413
  getFirst: function getFirst(obj) {
76399
76414
  if (!obj) {
@@ -76412,10 +76427,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76412
76427
  }
76413
76428
  },
76414
76429
 
76415
- /**
76416
- * @desc:遍历设置菜单气泡提醒
76417
- * @author huangbo
76418
- * @date 2024年9月7日
76430
+ /**
76431
+ * @desc:遍历设置菜单气泡提醒
76432
+ * @author huangbo
76433
+ * @date 2024年9月7日
76419
76434
  **/
76420
76435
  setTips: function setTips(obj) {
76421
76436
  var _this12 = this;
@@ -76480,10 +76495,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76480
76495
  }
76481
76496
  },
76482
76497
 
76483
- /**
76484
- * @desc:获取气泡提醒
76485
- * @author huangbo
76486
- * @date 2024年9月7日
76498
+ /**
76499
+ * @desc:获取气泡提醒
76500
+ * @author huangbo
76501
+ * @date 2024年9月7日
76487
76502
  **/
76488
76503
  getBadge: function getBadge(res) {
76489
76504
  var num = res.tips || 0;
@@ -76497,10 +76512,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76497
76512
  };
76498
76513
  },
76499
76514
 
76500
- /**
76501
- * @desc:开启weosocket
76502
- * @author huangbo
76503
- * @date 2024年9月7日
76515
+ /**
76516
+ * @desc:开启weosocket
76517
+ * @author huangbo
76518
+ * @date 2024年9月7日
76504
76519
  **/
76505
76520
  initWebSocket: function initWebSocket() {
76506
76521
  var _this14 = this;
@@ -76568,10 +76583,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76568
76583
  });
76569
76584
  },
76570
76585
 
76571
- /**
76572
- * @desc:显示用户信息
76573
- * @author huangbo
76574
- * @date 2024年9月7日
76586
+ /**
76587
+ * @desc:显示用户信息
76588
+ * @author huangbo
76589
+ * @date 2024年9月7日
76575
76590
  **/
76576
76591
  showUserInfo: function showUserInfo() {
76577
76592
  if (this.showUser === false) {
@@ -76579,19 +76594,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76579
76594
  }
76580
76595
  },
76581
76596
 
76582
- /**
76583
- * @desc:删除更多应用菜单点击
76584
- * @author huangbo
76585
- * @date 2024年9月7日
76597
+ /**
76598
+ * @desc:删除更多应用菜单点击
76599
+ * @author huangbo
76600
+ * @date 2024年9月7日
76586
76601
  **/
76587
76602
  handleDelete: function handleDelete(index) {
76588
76603
  this.newApps.splice(index, 1);
76589
76604
  },
76590
76605
 
76591
- /**
76592
- * @desc:显示Drawer界面
76593
- * @author huangbo
76594
- * @date 2024年9月7日
76606
+ /**
76607
+ * @desc:显示Drawer界面
76608
+ * @author huangbo
76609
+ * @date 2024年9月7日
76595
76610
  **/
76596
76611
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76597
76612
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76611,28 +76626,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76611
76626
  }
76612
76627
  },
76613
76628
 
76614
- /**
76615
- * @desc:关闭Drawer界面
76616
- * @author huangbo
76617
- * @date 2024年9月7日
76629
+ /**
76630
+ * @desc:关闭Drawer界面
76631
+ * @author huangbo
76632
+ * @date 2024年9月7日
76618
76633
  **/
76619
76634
  handleCloseDrawer: function handleCloseDrawer() {
76620
76635
  this.drawer = { visible: false };
76621
76636
  },
76622
76637
 
76623
- /**
76624
- * @desc:用户详情请求成功
76625
- * @author huangbo
76626
- * @date 2024年9月7日
76638
+ /**
76639
+ * @desc:用户详情请求成功
76640
+ * @author huangbo
76641
+ * @date 2024年9月7日
76627
76642
  **/
76628
76643
  handleSuccess: function handleSuccess(res) {
76629
76644
  this.simpleUserInfo = res.simpleUserInfo;
76630
76645
  },
76631
76646
 
76632
- /**
76633
- * @desc:修改用户配置
76634
- * @author huangbo
76635
- * @date 2024年9月7日
76647
+ /**
76648
+ * @desc:修改用户配置
76649
+ * @author huangbo
76650
+ * @date 2024年9月7日
76636
76651
  **/
76637
76652
  handleChangeConfig: function handleChangeConfig(name, res) {
76638
76653
  if (name == 'userHeadUrl') {
@@ -76648,10 +76663,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76648
76663
  }
76649
76664
  },
76650
76665
 
76651
- /**
76652
- * @desc:关闭webSocket
76653
- * @author huangbo
76654
- * @date 2024年9月7日
76666
+ /**
76667
+ * @desc:关闭webSocket
76668
+ * @author huangbo
76669
+ * @date 2024年9月7日
76655
76670
  **/
76656
76671
  handlerClose: function handlerClose() {
76657
76672
  if (this.webSocket) {
@@ -76662,10 +76677,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76662
76677
  this.handleRefresh(1);
76663
76678
  },
76664
76679
 
76665
- /**
76666
- * @desc:刷新选中iframe页签
76667
- * @author huangbo
76668
- * @date 2024年9月7日
76680
+ /**
76681
+ * @desc:刷新选中iframe页签
76682
+ * @author huangbo
76683
+ * @date 2024年9月7日
76669
76684
  **/
76670
76685
  handleRefresh: function handleRefresh(arg) {
76671
76686
  if (arg !== 1) {
@@ -76711,10 +76726,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76711
76726
  }
76712
76727
  },
76713
76728
 
76714
- /**
76715
- * @desc:删除iframe
76716
- * @author huangbo
76717
- * @date 2024年9月7日
76729
+ /**
76730
+ * @desc:删除iframe
76731
+ * @author huangbo
76732
+ * @date 2024年9月7日
76718
76733
  **/
76719
76734
  handleRemove: function handleRemove(name) {
76720
76735
  var len = this.tabs.length - 1;
@@ -76731,10 +76746,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76731
76746
  }
76732
76747
  },
76733
76748
 
76734
- /**
76735
- * @desc:tabs鼠标右键事件
76736
- * @author huangbo
76737
- * @date 2024年9月7日
76749
+ /**
76750
+ * @desc:tabs鼠标右键事件
76751
+ * @author huangbo
76752
+ * @date 2024年9月7日
76738
76753
  **/
76739
76754
  handleContextmenu: function handleContextmenu(tabs, e) {
76740
76755
  var disabled = {};
@@ -76759,10 +76774,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76759
76774
  window.addEventListener('click', this.closeTabsEvents);
76760
76775
  },
76761
76776
 
76762
- /**
76763
- * @desc:tabs页签事件
76764
- * @author huangbo
76765
- * @date 2024年9月7日
76777
+ /**
76778
+ * @desc:tabs页签事件
76779
+ * @author huangbo
76780
+ * @date 2024年9月7日
76766
76781
  **/
76767
76782
  handleTabsEvents: function handleTabsEvents(num) {
76768
76783
  if (this.pane !== null) {
@@ -76773,10 +76788,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76773
76788
  },
76774
76789
 
76775
76790
 
76776
- /**
76777
- * @desc:关闭页签事件面板
76778
- * @author huangbo
76779
- * @date 2024年9月7日
76791
+ /**
76792
+ * @desc:关闭页签事件面板
76793
+ * @author huangbo
76794
+ * @date 2024年9月7日
76780
76795
  **/
76781
76796
  closeTabsEvents: function closeTabsEvents(e) {
76782
76797
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76786,10 +76801,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76786
76801
  },
76787
76802
 
76788
76803
 
76789
- /**
76790
- * @desc:tabs页签点击事件
76791
- * @author huangbo
76792
- * @date 2024年9月7日
76804
+ /**
76805
+ * @desc:tabs页签点击事件
76806
+ * @author huangbo
76807
+ * @date 2024年9月7日
76793
76808
  **/
76794
76809
  handleTabClick: function handleTabClick() {
76795
76810
  this.active = '';
@@ -76797,10 +76812,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76797
76812
  this.showMenu = false;
76798
76813
  },
76799
76814
 
76800
- /**
76801
- * @desc:handler工具栏点击事件
76802
- * @author huangbo
76803
- * @date 2024年9月7日
76815
+ /**
76816
+ * @desc:handler工具栏点击事件
76817
+ * @author huangbo
76818
+ * @date 2024年9月7日
76804
76819
  **/
76805
76820
  handleClick: function handleClick(res) {
76806
76821
  var type = res.type,
@@ -76890,10 +76905,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76890
76905
  this.$emit('handler-click', res);
76891
76906
  },
76892
76907
 
76893
- /**
76894
- * @desc:退出登录
76895
- * @author huangbo
76896
- * @date 2024年9月7日
76908
+ /**
76909
+ * @desc:退出登录
76910
+ * @author huangbo
76911
+ * @date 2024年9月7日
76897
76912
  **/
76898
76913
  handleQuit: function handleQuit() {
76899
76914
  var _this15 = this;
@@ -76968,10 +76983,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76968
76983
  }).catch(function (e) {});
76969
76984
  },
76970
76985
 
76971
- /**
76972
- * @desc:主题、消息回调
76973
- * @author huangbo
76974
- * @date 2024年9月7日
76986
+ /**
76987
+ * @desc:主题、消息回调
76988
+ * @author huangbo
76989
+ * @date 2024年9月7日
76975
76990
  **/
76976
76991
  handleChange: function handleChange(res) {
76977
76992
  var type = res.type,
@@ -76987,10 +77002,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76987
77002
  }
76988
77003
  },
76989
77004
 
76990
- /**
76991
- * @desc:菜单布局样式切换
76992
- * @author huangbo
76993
- * @date 2024年9月7日
77005
+ /**
77006
+ * @desc:菜单布局样式切换
77007
+ * @author huangbo
77008
+ * @date 2024年9月7日
76994
77009
  **/
76995
77010
  handleLayout: function handleLayout(res, active) {
76996
77011
  if (active) {
@@ -77000,10 +77015,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77000
77015
  this.$emit('chang-layout', res, active);
77001
77016
  },
77002
77017
 
77003
- /**
77004
- * @desc:消息修改总数
77005
- * @author huangbo
77006
- * @date 2024年9月7日
77018
+ /**
77019
+ * @desc:消息修改总数
77020
+ * @author huangbo
77021
+ * @date 2024年9月7日
77007
77022
  **/
77008
77023
  handleMenuTips: function handleMenuTips(id, num) {
77009
77024
  if (num) {
@@ -77014,10 +77029,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77014
77029
  }
77015
77030
  },
77016
77031
 
77017
- /**
77018
- * @desc:处理即时消息
77019
- * @author huangbo
77020
- * @date 2024年9月7日
77032
+ /**
77033
+ * @desc:处理即时消息
77034
+ * @author huangbo
77035
+ * @date 2024年9月7日
77021
77036
  **/
77022
77037
  handleOpened: function handleOpened(res) {
77023
77038
  var _this16 = this;
@@ -77033,14 +77048,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77033
77048
  }
77034
77049
  },
77035
77050
 
77036
- /**
77037
- * @desc:菜单点击事件
77038
- * @author huangbo
77039
- * @date 2024年9月7日
77040
- * @param {*} res 菜单点击事件参数
77041
- * @param {*} method 菜单点击事件方法
77042
- * 1.顶部菜单点击跳转已经实现
77043
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77051
+ /**
77052
+ * @desc:菜单点击事件
77053
+ * @author huangbo
77054
+ * @date 2024年9月7日
77055
+ * @param {*} res 菜单点击事件参数
77056
+ * @param {*} method 菜单点击事件方法
77057
+ * 1.顶部菜单点击跳转已经实现
77058
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77044
77059
  **/
77045
77060
  handleSelect: function handleSelect(res) {
77046
77061
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -77212,8 +77227,8 @@ var simplicityTop_component = normalizeComponent(
77212
77227
  )
77213
77228
 
77214
77229
  /* harmony default export */ var simplicityTop = (simplicityTop_component.exports);
77215
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=b6763862&
77216
- var defaultvue_type_template_id_b6763862_render = function () {
77230
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
77231
+ var defaultvue_type_template_id_96a9ec3e_render = function () {
77217
77232
  var _vm = this
77218
77233
  var _h = _vm.$createElement
77219
77234
  var _c = _vm._self._c || _h
@@ -77764,11 +77779,11 @@ var defaultvue_type_template_id_b6763862_render = function () {
77764
77779
  1
77765
77780
  )
77766
77781
  }
77767
- var defaultvue_type_template_id_b6763862_staticRenderFns = []
77768
- defaultvue_type_template_id_b6763862_render._withStripped = true
77782
+ var defaultvue_type_template_id_96a9ec3e_staticRenderFns = []
77783
+ defaultvue_type_template_id_96a9ec3e_render._withStripped = true
77769
77784
 
77770
77785
 
77771
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=b6763862&
77786
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
77772
77787
 
77773
77788
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=7e14e68e&
77774
77789
  var userinfovue_type_template_id_7e14e68e_render = function () {
@@ -80368,7 +80383,10 @@ var log = utils_util.getParams('console');
80368
80383
  } else {
80369
80384
  this.menu = res[0].children;
80370
80385
  this.title = res[0].text;
80371
- this.$emit('getOriginParentMenu', { title: res[0].text, id: res[0].id });
80386
+ this.$emit('getOriginParentMenu', {
80387
+ title: res[0].text,
80388
+ id: res[0].id
80389
+ });
80372
80390
  }
80373
80391
  if (!this.isDefault || this.isDefault && !this.homePage) {
80374
80392
  this.active = this.getFirst(this.menu[0]).id;
@@ -81220,8 +81238,8 @@ var log = utils_util.getParams('console');
81220
81238
 
81221
81239
  var default_component = normalizeComponent(
81222
81240
  src_defaultvue_type_script_lang_js_,
81223
- defaultvue_type_template_id_b6763862_render,
81224
- defaultvue_type_template_id_b6763862_staticRenderFns,
81241
+ defaultvue_type_template_id_96a9ec3e_render,
81242
+ defaultvue_type_template_id_96a9ec3e_staticRenderFns,
81225
81243
  false,
81226
81244
  null,
81227
81245
  null,
@@ -84445,19 +84463,19 @@ var QRCode = __webpack_require__(28);
84445
84463
  //设置logo大小
84446
84464
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84447
84465
  //设置获取的logo将其变为圆角以及添加白色背景
84448
- /* ctx.fillStyle = "#fff";
84449
- ctx.beginPath();
84450
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84451
- let w = 46; //圆角宽
84452
- let x = logoPosition - 5;
84453
- let y = logoPosition - 5;
84454
- let r = 5; //圆角半径
84455
- ctx.moveTo(x + r, y);
84456
- ctx.arcTo(x + w, y, x + w, y + h, r);
84457
- ctx.arcTo(x + w, y + h, x, y + h, r);
84458
- ctx.arcTo(x, y + h, x, y, r);
84459
- ctx.arcTo(x, y, x + w, y, r);
84460
- 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();
84461
84479
  ctx.fill(); */
84462
84480
  logo.onload = function () {
84463
84481
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85921,16 +85939,20 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85921
85939
  return value;
85922
85940
  }
85923
85941
  if (Array.isArray(data) && data.length) {
85942
+ var tempLabel = '';
85924
85943
  for (var i = 0; i < data.length; i++) {
85925
85944
  var _val = this.getLabel(value, data[i]);
85926
85945
  if (_val) {
85946
+ tempLabel = _val;
85927
85947
  return _val;
85928
85948
  }
85929
85949
  }
85950
+ if (!tempLabel) {
85951
+ return value;
85952
+ }
85930
85953
  }
85931
85954
  }
85932
85955
  }
85933
- return value;
85934
85956
  },
85935
85957
  reload: function reload() {
85936
85958
  this.getData.apply(this, arguments);
@@ -86059,7 +86081,6 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
86059
86081
  dom = [_label2 !== null ? _label2 : models];
86060
86082
  }
86061
86083
  console.log('dom', dom);
86062
- console.log('dom.join(this.symbol)', dom.join(this.symbol));
86063
86084
  return h('div', {
86064
86085
  class: [{
86065
86086
  'es-plain': this.plain,
@@ -94880,8 +94901,8 @@ tree_src_main.install = function (Vue) {
94880
94901
  };
94881
94902
 
94882
94903
  /* harmony default export */ var packages_tree = (tree_src_main);
94883
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=340aa9f8&
94884
- var mainvue_type_template_id_340aa9f8_render = function () {
94904
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=744e07c8&
94905
+ var mainvue_type_template_id_744e07c8_render = function () {
94885
94906
  var _vm = this
94886
94907
  var _h = _vm.$createElement
94887
94908
  var _c = _vm._self._c || _h
@@ -95244,11 +95265,11 @@ var mainvue_type_template_id_340aa9f8_render = function () {
95244
95265
  2
95245
95266
  )
95246
95267
  }
95247
- var mainvue_type_template_id_340aa9f8_staticRenderFns = []
95248
- mainvue_type_template_id_340aa9f8_render._withStripped = true
95268
+ var mainvue_type_template_id_744e07c8_staticRenderFns = []
95269
+ mainvue_type_template_id_744e07c8_render._withStripped = true
95249
95270
 
95250
95271
 
95251
- // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=340aa9f8&
95272
+ // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=744e07c8&
95252
95273
 
95253
95274
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=script&lang=js&
95254
95275
  var tree_group_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; };
@@ -95639,20 +95660,24 @@ var src_mainvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('s
95639
95660
  var params = {};
95640
95661
  if (Array.isArray(this.checkeds)) {
95641
95662
  if (this.syncKeys && utils_util.isObject(this.syncKeys)) {
95642
- var _loop = function _loop(i) {
95643
- params[i] = _this.checkeds.map(function (item) {
95644
- if (Object.prototype.hasOwnProperty.call(item, _this.syncKeys[i])) {
95645
- return item[_this.syncKeys[i]];
95646
- } else {
95647
- var data = JSON.parse(item.data.objdata);
95648
- return data[_this.syncKeys[i]];
95649
- }
95650
- }).join(',');
95651
- };
95663
+ (function () {
95664
+ var syncKeys = _this.tabs && _this.tabs.length ? _this.syncKeys[Number(_this.active)] || _this.syncKeys : _this.syncKeys;
95652
95665
 
95653
- for (var i in this.syncKeys) {
95654
- _loop(i);
95655
- }
95666
+ var _loop = function _loop(i) {
95667
+ params[i] = _this.checkeds.map(function (item) {
95668
+ if (Object.prototype.hasOwnProperty.call(item, syncKeys[i])) {
95669
+ return item[syncKeys[i]];
95670
+ } else {
95671
+ var data = JSON.parse(item.data.objdata);
95672
+ return data[syncKeys[i]];
95673
+ }
95674
+ }).join(',');
95675
+ };
95676
+
95677
+ for (var i in syncKeys) {
95678
+ _loop(i);
95679
+ }
95680
+ })();
95656
95681
  } else {
95657
95682
  params.id = this.checkeds.map(function (item) {
95658
95683
  return item.id;
@@ -95660,8 +95685,9 @@ var src_mainvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('s
95660
95685
  }
95661
95686
  } else {
95662
95687
  if (this.syncKeys && utils_util.isObject(this.syncKeys)) {
95663
- for (var i in this.syncKeys) {
95664
- params[i] = this.checkeds[this.syncKeys[i]];
95688
+ var syncKeys = this.tabs && this.tabs.length ? this.syncKeys[Number(this.active)] || this.syncKeys : this.syncKeys;
95689
+ for (var i in syncKeys) {
95690
+ params[i] = this.checkeds[syncKeys[i]];
95665
95691
  }
95666
95692
  } else {
95667
95693
  params.id = this.checkeds.id;
@@ -95802,8 +95828,8 @@ var src_mainvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('s
95802
95828
 
95803
95829
  var tree_group_src_main_component = normalizeComponent(
95804
95830
  packages_tree_group_src_mainvue_type_script_lang_js_,
95805
- mainvue_type_template_id_340aa9f8_render,
95806
- mainvue_type_template_id_340aa9f8_staticRenderFns,
95831
+ mainvue_type_template_id_744e07c8_render,
95832
+ mainvue_type_template_id_744e07c8_staticRenderFns,
95807
95833
  false,
95808
95834
  null,
95809
95835
  null,
@@ -102604,7 +102630,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102604
102630
  }
102605
102631
 
102606
102632
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102607
- version: '0.8.1',
102633
+ version: '0.8.3',
102608
102634
  install: install,
102609
102635
  Button: packages_button,
102610
102636
  ButtonGroup: button_group,