eoss-ui 0.8.25 → 0.8.26

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 (262) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/calendar.js +2 -2
  3. package/lib/calogin.js +236 -235
  4. package/lib/card.js +2 -2
  5. package/lib/checkbox-group.js +3 -2
  6. package/lib/clients.js +2 -2
  7. package/lib/dialog.js +2 -2
  8. package/lib/enable-drag.js +2 -2
  9. package/lib/enterprise.js +2 -2
  10. package/lib/eoss-ui.common.js +1245 -793
  11. package/lib/error-page.js +2 -2
  12. package/lib/flow.js +246 -246
  13. package/lib/form.js +566 -105
  14. package/lib/index.js +1 -1
  15. package/lib/layout.js +2 -2
  16. package/lib/login.js +3 -2
  17. package/lib/main.js +293 -293
  18. package/lib/qr-code.js +13 -13
  19. package/lib/theme-chalk/form.css +1 -1
  20. package/lib/theme-chalk/index.css +1 -1
  21. package/lib/theme-chalk/login.css +1 -1
  22. package/lib/upload.js +3 -2
  23. package/package.json +162 -162
  24. package/packages/button/index.js +5 -5
  25. package/packages/button/src/main.vue +418 -418
  26. package/packages/button-group/index.js +5 -5
  27. package/packages/calendar/index.js +5 -5
  28. package/packages/calogin/index.js +5 -5
  29. package/packages/calogin/src/plugin.js +915 -915
  30. package/packages/card/index.js +5 -5
  31. package/packages/card/src/main.vue +156 -156
  32. package/packages/cascader/index.js +5 -5
  33. package/packages/cascader/src/main.vue +168 -168
  34. package/packages/checkbox-group/index.js +5 -5
  35. package/packages/checkbox-group/src/main.vue +333 -333
  36. package/packages/clients/index.js +5 -5
  37. package/packages/data-table/index.js +5 -5
  38. package/packages/data-table/src/children.vue +46 -46
  39. package/packages/data-table/src/main.vue +1876 -1876
  40. package/packages/data-table/src/sizer.vue +195 -195
  41. package/packages/data-table-form/index.js +5 -5
  42. package/packages/data-table-form/src/checkbox.vue +101 -101
  43. package/packages/data-table-form/src/colgroup.vue +17 -17
  44. package/packages/data-table-form/src/main.vue +181 -181
  45. package/packages/data-table-form/src/radio.vue +65 -65
  46. package/packages/data-table-form/src/table.vue +233 -233
  47. package/packages/data-table-form/src/tbody.vue +336 -336
  48. package/packages/data-table-form/src/thead.vue +68 -68
  49. package/packages/date-picker/index.js +5 -5
  50. package/packages/date-picker/src/main.vue +236 -236
  51. package/packages/dialog/index.js +5 -5
  52. package/packages/enable-drag/index.js +5 -5
  53. package/packages/enterprise/index.js +5 -5
  54. package/packages/enterprise/src/main.vue +66 -66
  55. package/packages/error-page/index.js +5 -5
  56. package/packages/error-page/src/main.vue +44 -44
  57. package/packages/flow/index.js +5 -5
  58. package/packages/flow/src/component/Circulate.vue +420 -420
  59. package/packages/flow/src/component/CustomPreset.vue +324 -324
  60. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  61. package/packages/flow/src/component/Preset.vue +257 -257
  62. package/packages/flow/src/component/TimeLimit.vue +190 -190
  63. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  64. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  65. package/packages/flow/src/main.vue +4248 -4248
  66. package/packages/flow/src/processForm.vue +1806 -1806
  67. package/packages/flow/src/processReject.vue +311 -311
  68. package/packages/flow/src/reset.vue +952 -952
  69. package/packages/flow/src/startTaskRead.vue +698 -698
  70. package/packages/flow/src/supervise.vue +162 -162
  71. package/packages/flow-group/index.js +5 -5
  72. package/packages/flow-group/src/main.vue +750 -750
  73. package/packages/flow-list/index.js +5 -5
  74. package/packages/form/index.js +5 -5
  75. package/packages/form/src/1.json +17 -0
  76. package/packages/form/src/form-tab-item-render.vue +145 -0
  77. package/packages/form/src/main.vue +46 -0
  78. package/packages/handle-user/index.js +5 -5
  79. package/packages/handle-user/src/main.vue +137 -137
  80. package/packages/handler/index.js +5 -5
  81. package/packages/handler/src/main.vue +499 -499
  82. package/packages/icon/index.js +5 -5
  83. package/packages/icons/index.js +5 -5
  84. package/packages/icons/src/main.vue +81 -81
  85. package/packages/input/index.js +5 -5
  86. package/packages/input/src/main.vue +356 -356
  87. package/packages/input-number/index.js +5 -5
  88. package/packages/input-number/src/main.vue +106 -106
  89. package/packages/label/index.js +5 -5
  90. package/packages/label/src/main.vue +457 -457
  91. package/packages/layout/index.js +5 -5
  92. package/packages/layout/src/item.vue +152 -152
  93. package/packages/layout/src/main.vue +31 -31
  94. package/packages/login/index.js +5 -5
  95. package/packages/login/src/main.vue +2088 -2088
  96. package/packages/main/index.js +5 -5
  97. package/packages/main/src/default/message.vue +249 -249
  98. package/packages/main/src/default/notice.vue +157 -157
  99. package/packages/main/src/default/userinfo.vue +513 -513
  100. package/packages/main/src/simplicity/index.vue +2403 -2403
  101. package/packages/main/src/simplicity/lists.vue +84 -84
  102. package/packages/main/src/simplicity/router-page.vue +45 -45
  103. package/packages/main/src/simplicity/userinfo.vue +408 -408
  104. package/packages/main/src/simplicityTop/index.vue +2688 -2688
  105. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  106. package/packages/menu/index.js +5 -5
  107. package/packages/menu/src/main.vue +597 -597
  108. package/packages/nav/index.js +5 -5
  109. package/packages/notify/index.js +5 -5
  110. package/packages/notify/src/main.vue +538 -538
  111. package/packages/page/index.js +5 -5
  112. package/packages/page/src/main.vue +167 -167
  113. package/packages/pagination/index.js +5 -5
  114. package/packages/pagination/src/main.vue +96 -96
  115. package/packages/player/index.js +5 -5
  116. package/packages/player/src/main.vue +194 -194
  117. package/packages/qr-code/index.js +5 -5
  118. package/packages/qr-code/src/main.vue +170 -170
  119. package/packages/radio-group/index.js +6 -6
  120. package/packages/radio-group/src/main.vue +319 -319
  121. package/packages/retrial-auth/index.js +5 -5
  122. package/packages/retrial-auth/src/main.vue +299 -299
  123. package/packages/select/index.js +5 -5
  124. package/packages/select-ganged/index.js +5 -5
  125. package/packages/select-ganged/src/main.vue +724 -724
  126. package/packages/selector/index.js +5 -5
  127. package/packages/selector-panel/index.js +5 -5
  128. package/packages/selector-panel/src/tree.vue +129 -129
  129. package/packages/sizer/index.js +5 -5
  130. package/packages/sizer/src/main.vue +257 -257
  131. package/packages/steps/index.js +5 -5
  132. package/packages/steps/src/main.vue +181 -181
  133. package/packages/switch/index.js +5 -5
  134. package/packages/table-form/index.js +5 -5
  135. package/packages/tabs/index.js +5 -5
  136. package/packages/tabs/src/main.vue +788 -788
  137. package/packages/tabs-panel/index.js +5 -5
  138. package/packages/tabs-panel/src/main.vue +29 -29
  139. package/packages/theme-chalk/lib/base.css +1 -0
  140. package/packages/theme-chalk/lib/button-group.css +1 -0
  141. package/packages/theme-chalk/lib/button.css +1 -0
  142. package/packages/theme-chalk/lib/calendar.css +1 -0
  143. package/packages/theme-chalk/lib/calogin.css +0 -0
  144. package/packages/theme-chalk/lib/card.css +1 -0
  145. package/packages/theme-chalk/lib/cascader.css +0 -0
  146. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  147. package/packages/theme-chalk/lib/clients.css +1 -0
  148. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  149. package/packages/theme-chalk/lib/data-table.css +1 -0
  150. package/packages/theme-chalk/lib/date-picker.css +1 -0
  151. package/packages/theme-chalk/lib/dialog.css +1 -0
  152. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  153. package/packages/theme-chalk/lib/enterprise.css +1 -0
  154. package/packages/theme-chalk/lib/error-page.css +1 -0
  155. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  156. package/packages/theme-chalk/lib/flow-group.css +1 -0
  157. package/packages/theme-chalk/lib/flow-list.css +1 -0
  158. package/packages/theme-chalk/lib/flow.css +1 -0
  159. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  160. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  161. package/packages/theme-chalk/lib/form.css +1 -0
  162. package/packages/theme-chalk/lib/handle-user.css +1 -0
  163. package/packages/theme-chalk/lib/handler.css +1 -0
  164. package/packages/theme-chalk/lib/icon.css +1 -0
  165. package/packages/theme-chalk/lib/icons.css +1 -0
  166. package/packages/theme-chalk/lib/index.css +1 -0
  167. package/packages/theme-chalk/lib/input-number.css +0 -0
  168. package/packages/theme-chalk/lib/input.css +1 -0
  169. package/packages/theme-chalk/lib/label.css +1 -0
  170. package/packages/theme-chalk/lib/layout.css +1 -0
  171. package/packages/theme-chalk/lib/login.css +1 -0
  172. package/packages/theme-chalk/lib/main.css +1 -0
  173. package/packages/theme-chalk/lib/menu.css +1 -0
  174. package/packages/theme-chalk/lib/nav.css +1 -0
  175. package/packages/theme-chalk/lib/notify.css +0 -0
  176. package/packages/theme-chalk/lib/page.css +1 -0
  177. package/packages/theme-chalk/lib/pagination.css +1 -0
  178. package/packages/theme-chalk/lib/player.css +1 -0
  179. package/packages/theme-chalk/lib/qr-code.css +1 -0
  180. package/packages/theme-chalk/lib/radio-group.css +1 -0
  181. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  182. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  183. package/packages/theme-chalk/lib/select.css +1 -0
  184. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  185. package/packages/theme-chalk/lib/selector.css +1 -0
  186. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  187. package/packages/theme-chalk/lib/simplicity.css +1 -0
  188. package/packages/theme-chalk/lib/sizer.css +1 -0
  189. package/packages/theme-chalk/lib/steps.css +1 -0
  190. package/packages/theme-chalk/lib/switch.css +1 -0
  191. package/packages/theme-chalk/lib/table-form.css +0 -0
  192. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  193. package/packages/theme-chalk/lib/tabs.css +1 -0
  194. package/packages/theme-chalk/lib/tips.css +1 -0
  195. package/packages/theme-chalk/lib/toolbar.css +1 -0
  196. package/packages/theme-chalk/lib/tree-group.css +1 -0
  197. package/packages/theme-chalk/lib/tree.css +1 -0
  198. package/packages/theme-chalk/lib/upload.css +1 -0
  199. package/packages/theme-chalk/lib/wujie.css +0 -0
  200. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  201. package/packages/theme-chalk/src/base.scss +261 -261
  202. package/packages/theme-chalk/src/button-group.scss +176 -176
  203. package/packages/theme-chalk/src/button.scss +24 -24
  204. package/packages/theme-chalk/src/calendar.scss +113 -113
  205. package/packages/theme-chalk/src/card.scss +99 -99
  206. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  207. package/packages/theme-chalk/src/clients.scss +87 -87
  208. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  209. package/packages/theme-chalk/src/date-picker.scss +7 -7
  210. package/packages/theme-chalk/src/dialog.scss +77 -77
  211. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  212. package/packages/theme-chalk/src/enterprise.scss +5 -5
  213. package/packages/theme-chalk/src/error-page.scss +18 -18
  214. package/packages/theme-chalk/src/flow-group.scss +110 -110
  215. package/packages/theme-chalk/src/flow.scss +376 -376
  216. package/packages/theme-chalk/src/form.scss +3 -0
  217. package/packages/theme-chalk/src/handle-user.scss +40 -40
  218. package/packages/theme-chalk/src/icons.scss +99 -99
  219. package/packages/theme-chalk/src/input.scss +9 -9
  220. package/packages/theme-chalk/src/label.scss +24 -24
  221. package/packages/theme-chalk/src/layout.scss +46 -46
  222. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  223. package/packages/theme-chalk/src/nav.scss +111 -111
  224. package/packages/theme-chalk/src/page.scss +3 -3
  225. package/packages/theme-chalk/src/pagination.scss +29 -29
  226. package/packages/theme-chalk/src/player.scss +9 -9
  227. package/packages/theme-chalk/src/qr-code.scss +17 -17
  228. package/packages/theme-chalk/src/radio-group.scss +9 -9
  229. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  230. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  231. package/packages/theme-chalk/src/select.scss +8 -8
  232. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  233. package/packages/theme-chalk/src/sizer.scss +36 -36
  234. package/packages/theme-chalk/src/steps.scss +88 -88
  235. package/packages/theme-chalk/src/switch.scss +3 -3
  236. package/packages/theme-chalk/src/table-form.scss +1 -1
  237. package/packages/theme-chalk/src/tabs.scss +87 -87
  238. package/packages/theme-chalk/src/tips.scss +7 -7
  239. package/packages/theme-chalk/src/toolbar.scss +179 -179
  240. package/packages/theme-chalk/src/tree-group.scss +72 -72
  241. package/packages/theme-chalk/src/tree.scss +167 -167
  242. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  243. package/packages/tips/index.js +5 -5
  244. package/packages/toolbar/index.js +5 -5
  245. package/packages/toolbar/src/main.vue +430 -430
  246. package/packages/tree/index.js +5 -5
  247. package/packages/tree-group/index.js +5 -5
  248. package/packages/upload/index.js +5 -5
  249. package/packages/upload/src/main.vue +1813 -1813
  250. package/packages/upload/src/picture.js +15 -15
  251. package/packages/wujie/index.js +5 -5
  252. package/packages/wxlogin/index.js +5 -5
  253. package/packages/wxlogin/src/main.vue +128 -128
  254. package/src/config/api.js +356 -356
  255. package/src/config/image.js +2 -2
  256. package/src/index.js +1 -1
  257. package/src/utils/bus.js +3 -3
  258. package/src/utils/date-util.js +312 -312
  259. package/src/utils/http.js +50 -50
  260. package/src/utils/store.js +21 -21
  261. package/src/utils/webSocket.js +107 -107
  262. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -6928,8 +6928,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6928
6928
 
6929
6929
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6930
6930
 
6931
- /**
6932
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6931
+ /**
6932
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6933
6933
  */
6934
6934
  var plugin_CA_ExtInterface = function () {
6935
6935
  function CA_ExtInterface() {
@@ -6942,11 +6942,11 @@ var plugin_CA_ExtInterface = function () {
6942
6942
  this.init();
6943
6943
  }
6944
6944
 
6945
- /**
6946
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
- * @param {Object} target - 目标对象
6949
- * @param {Object} options - 新的选项对象
6945
+ /**
6946
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
+ * @param {Object} target - 目标对象
6949
+ * @param {Object} options - 新的选项对象
6950
6950
  */
6951
6951
 
6952
6952
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查当前会话的 WebSocket URL
6964
+ /**
6965
+ * 检查当前会话的 WebSocket URL
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6976,8 +6976,8 @@ var plugin_CA_ExtInterface = function () {
6976
6976
  }
6977
6977
  };
6978
6978
 
6979
- /**
6980
- * 检查是否使用 ActiveX
6979
+ /**
6980
+ * 检查是否使用 ActiveX
6981
6981
  */
6982
6982
 
6983
6983
 
@@ -6989,11 +6989,11 @@ var plugin_CA_ExtInterface = function () {
6989
6989
  }
6990
6990
  };
6991
6991
 
6992
- /**
6993
- * 扩展发送消息并等待响应
6994
- * @param {string} operatorCmd - 操作命令
6995
- * @param {string} sendMsg - 发送的消息
6996
- * @returns {string} 响应消息
6992
+ /**
6993
+ * 扩展发送消息并等待响应
6994
+ * @param {string} operatorCmd - 操作命令
6995
+ * @param {string} sendMsg - 发送的消息
6996
+ * @returns {string} 响应消息
6997
6997
  */
6998
6998
 
6999
6999
 
@@ -7026,11 +7026,11 @@ var plugin_CA_ExtInterface = function () {
7026
7026
  return sendAndWaitMessageEx;
7027
7027
  }();
7028
7028
 
7029
- /**
7030
- * 发送消息并等待响应
7031
- * @param {string} wsurl - WebSocket URL
7032
- * @param {string} sendMsg - 发送的消息
7033
- * @returns {string} 响应消息
7029
+ /**
7030
+ * 发送消息并等待响应
7031
+ * @param {string} wsurl - WebSocket URL
7032
+ * @param {string} sendMsg - 发送的消息
7033
+ * @returns {string} 响应消息
7034
7034
  */
7035
7035
 
7036
7036
 
@@ -7054,9 +7054,9 @@ var plugin_CA_ExtInterface = function () {
7054
7054
  }
7055
7055
  };
7056
7056
 
7057
- /**
7058
- * 配置选项
7059
- * @param {Object} extendOption - 扩展选项
7057
+ /**
7058
+ * 配置选项
7059
+ * @param {Object} extendOption - 扩展选项
7060
7060
  */
7061
7061
 
7062
7062
 
@@ -7066,8 +7066,8 @@ var plugin_CA_ExtInterface = function () {
7066
7066
  }
7067
7067
  };
7068
7068
 
7069
- /**
7070
- * 初始化
7069
+ /**
7070
+ * 初始化
7071
7071
  */
7072
7072
 
7073
7073
 
@@ -7075,9 +7075,9 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  this.isUseActioveX();
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 返回客户端的版本
7080
- * @returns {string} 客户端版本
7078
+ /**
7079
+ * 返回客户端的版本
7080
+ * @returns {string} 客户端版本
7081
7081
  */
7082
7082
 
7083
7083
 
@@ -7090,13 +7090,13 @@ var plugin_CA_ExtInterface = function () {
7090
7090
  }
7091
7091
  };
7092
7092
 
7093
- /**
7094
- * 下载客户端程序并安装
7095
- * @param {string} bstrURL - 下载地址
7096
- * @param {string} bstrHashValue - 哈希值
7097
- * @param {boolean} bSync - 是否同步安装
7098
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
- * @returns {number} 安装结果
7093
+ /**
7094
+ * 下载客户端程序并安装
7095
+ * @param {string} bstrURL - 下载地址
7096
+ * @param {string} bstrHashValue - 哈希值
7097
+ * @param {boolean} bSync - 是否同步安装
7098
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
+ * @returns {number} 安装结果
7100
7100
  */
7101
7101
 
7102
7102
 
@@ -7110,11 +7110,11 @@ var plugin_CA_ExtInterface = function () {
7110
7110
  }
7111
7111
  };
7112
7112
 
7113
- /**
7114
- * 获取硬件指纹信息
7115
- * @param {number} dwSign - 签名
7116
- * @param {string} strGateWayIP - 网关 IP
7117
- * @returns {string} 硬件指纹信息
7113
+ /**
7114
+ * 获取硬件指纹信息
7115
+ * @param {number} dwSign - 签名
7116
+ * @param {string} strGateWayIP - 网关 IP
7117
+ * @returns {string} 硬件指纹信息
7118
7118
  */
7119
7119
 
7120
7120
 
@@ -7128,12 +7128,12 @@ var plugin_CA_ExtInterface = function () {
7128
7128
  }
7129
7129
  };
7130
7130
 
7131
- /**
7132
- * 设置转发策略和代填策略
7133
- * @param {string} strProxyPolicy - 转发策略
7134
- * @param {string} strSSOPolicy - 代填策略
7135
- * @param {string} strGatewayAddress - 网关地址
7136
- * @returns {number} 设置结果
7131
+ /**
7132
+ * 设置转发策略和代填策略
7133
+ * @param {string} strProxyPolicy - 转发策略
7134
+ * @param {string} strSSOPolicy - 代填策略
7135
+ * @param {string} strGatewayAddress - 网关地址
7136
+ * @returns {number} 设置结果
7137
7137
  */
7138
7138
 
7139
7139
 
@@ -7147,11 +7147,11 @@ var plugin_CA_ExtInterface = function () {
7147
7147
  }
7148
7148
  };
7149
7149
 
7150
- /**
7151
- * 启动认证信息模块
7152
- * @param {string} strFileName - 文件名
7153
- * @param {string} strXmlData - XML 数据
7154
- * @returns {string} 认证信息
7150
+ /**
7151
+ * 启动认证信息模块
7152
+ * @param {string} strFileName - 文件名
7153
+ * @param {string} strXmlData - XML 数据
7154
+ * @returns {string} 认证信息
7155
7155
  */
7156
7156
 
7157
7157
 
@@ -7165,10 +7165,10 @@ var plugin_CA_ExtInterface = function () {
7165
7165
  }
7166
7166
  };
7167
7167
 
7168
- /**
7169
- * 打开 BS 应用
7170
- * @param {string} strUrl - 应用 URL
7171
- * @returns {number} 打开结果
7168
+ /**
7169
+ * 打开 BS 应用
7170
+ * @param {string} strUrl - 应用 URL
7171
+ * @returns {number} 打开结果
7172
7172
  */
7173
7173
 
7174
7174
 
@@ -7182,12 +7182,12 @@ var plugin_CA_ExtInterface = function () {
7182
7182
  }
7183
7183
  };
7184
7184
 
7185
- /**
7186
- * 打开 CS 应用
7187
- * @param {string} strGatewayAddress - 网关地址
7188
- * @param {string} strAppFlag - 应用标识
7189
- * @param {string} strAppPath - 应用路径
7190
- * @returns {number} 打开结果
7185
+ /**
7186
+ * 打开 CS 应用
7187
+ * @param {string} strGatewayAddress - 网关地址
7188
+ * @param {string} strAppFlag - 应用标识
7189
+ * @param {string} strAppPath - 应用路径
7190
+ * @returns {number} 打开结果
7191
7191
  */
7192
7192
 
7193
7193
 
@@ -7201,13 +7201,13 @@ var plugin_CA_ExtInterface = function () {
7201
7201
  }
7202
7202
  };
7203
7203
 
7204
- /**
7205
- * 设置自动更新策略
7206
- * @param {string} strGatewayAddress - 网关地址
7207
- * @param {number} nGatewayPort - 网关端口
7208
- * @param {string} strUserToken - 用户令牌
7209
- * @param {number} updatedelay - 更新延迟
7210
- * @returns {number} 设置结果
7204
+ /**
7205
+ * 设置自动更新策略
7206
+ * @param {string} strGatewayAddress - 网关地址
7207
+ * @param {number} nGatewayPort - 网关端口
7208
+ * @param {string} strUserToken - 用户令牌
7209
+ * @param {number} updatedelay - 更新延迟
7210
+ * @returns {number} 设置结果
7211
7211
  */
7212
7212
 
7213
7213
 
@@ -7221,10 +7221,10 @@ var plugin_CA_ExtInterface = function () {
7221
7221
  }
7222
7222
  };
7223
7223
 
7224
- /**
7225
- * 获取客户端 IP
7226
- * @param {string} strGatewayIP - 网关 IP
7227
- * @returns {string} 客户端 IP
7224
+ /**
7225
+ * 获取客户端 IP
7226
+ * @param {string} strGatewayIP - 网关 IP
7227
+ * @returns {string} 客户端 IP
7228
7228
  */
7229
7229
 
7230
7230
 
@@ -7238,10 +7238,10 @@ var plugin_CA_ExtInterface = function () {
7238
7238
  }
7239
7239
  };
7240
7240
 
7241
- /**
7242
- * 登出网关
7243
- * @param {string} strServerIP - 服务器 IP
7244
- * @returns {number} 登出结果
7241
+ /**
7242
+ * 登出网关
7243
+ * @param {string} strServerIP - 服务器 IP
7244
+ * @returns {number} 登出结果
7245
7245
  */
7246
7246
 
7247
7247
 
@@ -7255,11 +7255,11 @@ var plugin_CA_ExtInterface = function () {
7255
7255
  }
7256
7256
  };
7257
7257
 
7258
- /**
7259
- * 运行安装包
7260
- * @param {number} lRunType - 运行类型
7261
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
- * @returns {number} 运行结果
7258
+ /**
7259
+ * 运行安装包
7260
+ * @param {number} lRunType - 运行类型
7261
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
+ * @returns {number} 运行结果
7263
7263
  */
7264
7264
 
7265
7265
 
@@ -7273,9 +7273,9 @@ var plugin_CA_ExtInterface = function () {
7273
7273
  }
7274
7274
  };
7275
7275
 
7276
- /**
7277
- * 获取下载进度
7278
- * @returns {number} 下载进度
7276
+ /**
7277
+ * 获取下载进度
7278
+ * @returns {number} 下载进度
7279
7279
  */
7280
7280
 
7281
7281
 
@@ -7289,9 +7289,9 @@ var plugin_CA_ExtInterface = function () {
7289
7289
  }
7290
7290
  };
7291
7291
 
7292
- /**
7293
- * 是否安装完成
7294
- * @returns {boolean} 安装完成状态
7292
+ /**
7293
+ * 是否安装完成
7294
+ * @returns {boolean} 安装完成状态
7295
7295
  */
7296
7296
 
7297
7297
 
@@ -7305,11 +7305,11 @@ var plugin_CA_ExtInterface = function () {
7305
7305
  }
7306
7306
  };
7307
7307
 
7308
- /**
7309
- * 初始化签包对象
7310
- * @param {string} strAlgType - 算法类型
7311
- * @param {string} strAuxParam - 辅助参数
7312
- * @returns {number} 初始化结果
7308
+ /**
7309
+ * 初始化签包对象
7310
+ * @param {string} strAlgType - 算法类型
7311
+ * @param {string} strAuxParam - 辅助参数
7312
+ * @returns {number} 初始化结果
7313
7313
  */
7314
7314
 
7315
7315
 
@@ -7323,10 +7323,10 @@ var plugin_CA_ExtInterface = function () {
7323
7323
  }
7324
7324
  };
7325
7325
 
7326
- /**
7327
- * 设置摘要算法
7328
- * @param {string} strDigestAlg - 摘要算法
7329
- * @returns {number} 设置结果
7326
+ /**
7327
+ * 设置摘要算法
7328
+ * @param {string} strDigestAlg - 摘要算法
7329
+ * @returns {number} 设置结果
7330
7330
  */
7331
7331
 
7332
7332
 
@@ -7340,10 +7340,10 @@ var plugin_CA_ExtInterface = function () {
7340
7340
  }
7341
7341
  };
7342
7342
 
7343
- /**
7344
- * 设置单证书是否弹出对话框
7345
- * @param {number} isChoose - 是否弹出对话框
7346
- * @returns {number} 设置结果
7343
+ /**
7344
+ * 设置单证书是否弹出对话框
7345
+ * @param {number} isChoose - 是否弹出对话框
7346
+ * @returns {number} 设置结果
7347
7347
  */
7348
7348
 
7349
7349
 
@@ -7357,11 +7357,11 @@ var plugin_CA_ExtInterface = function () {
7357
7357
  }
7358
7358
  };
7359
7359
 
7360
- /**
7361
- * 添加证书过滤条件
7362
- * @param {number} ulType - 过滤类型
7363
- * @param {string} strValue - 过滤值
7364
- * @returns {number} 添加结果
7360
+ /**
7361
+ * 添加证书过滤条件
7362
+ * @param {number} ulType - 过滤类型
7363
+ * @param {string} strValue - 过滤值
7364
+ * @returns {number} 添加结果
7365
7365
  */
7366
7366
 
7367
7367
 
@@ -7375,9 +7375,9 @@ var plugin_CA_ExtInterface = function () {
7375
7375
  }
7376
7376
  };
7377
7377
 
7378
- /**
7379
- * 清除所有过滤条件
7380
- * @returns {number} 清除结果
7378
+ /**
7379
+ * 清除所有过滤条件
7380
+ * @returns {number} 清除结果
7381
7381
  */
7382
7382
 
7383
7383
 
@@ -7391,10 +7391,10 @@ var plugin_CA_ExtInterface = function () {
7391
7391
  }
7392
7392
  };
7393
7393
 
7394
- /**
7395
- * P1 签名
7396
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
- * @returns {string} 签名结果
7394
+ /**
7395
+ * P1 签名
7396
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
+ * @returns {string} 签名结果
7398
7398
  */
7399
7399
 
7400
7400
 
@@ -7408,10 +7408,10 @@ var plugin_CA_ExtInterface = function () {
7408
7408
  }
7409
7409
  };
7410
7410
 
7411
- /**
7412
- * P1 签名字符串
7413
- * @param {string} strValue - 待签名的字符串
7414
- * @returns {string} 签名结果
7411
+ /**
7412
+ * P1 签名字符串
7413
+ * @param {string} strValue - 待签名的字符串
7414
+ * @returns {string} 签名结果
7415
7415
  */
7416
7416
 
7417
7417
 
@@ -7425,12 +7425,12 @@ var plugin_CA_ExtInterface = function () {
7425
7425
  }
7426
7426
  };
7427
7427
 
7428
- /**
7429
- * P7 签名
7430
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
- * @param {boolean} isDetach - 是否分离签名
7432
- * @param {boolean} isIncludeCert - 是否包含证书
7433
- * @returns {string} 签名结果
7428
+ /**
7429
+ * P7 签名
7430
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
+ * @param {boolean} isDetach - 是否分离签名
7432
+ * @param {boolean} isIncludeCert - 是否包含证书
7433
+ * @returns {string} 签名结果
7434
7434
  */
7435
7435
 
7436
7436
 
@@ -7444,12 +7444,12 @@ var plugin_CA_ExtInterface = function () {
7444
7444
  }
7445
7445
  };
7446
7446
 
7447
- /**
7448
- * P7 签名字符串
7449
- * @param {string} strValue - 待签名的字符串
7450
- * @param {boolean} isDetach - 是否分离签名
7451
- * @param {boolean} isIncludeCert - 是否包含证书
7452
- * @returns {string} 签名结果
7447
+ /**
7448
+ * P7 签名字符串
7449
+ * @param {string} strValue - 待签名的字符串
7450
+ * @param {boolean} isDetach - 是否分离签名
7451
+ * @param {boolean} isIncludeCert - 是否包含证书
7452
+ * @returns {string} 签名结果
7453
7453
  */
7454
7454
 
7455
7455
 
@@ -7463,9 +7463,9 @@ var plugin_CA_ExtInterface = function () {
7463
7463
  }
7464
7464
  };
7465
7465
 
7466
- /**
7467
- * 释放签名对象
7468
- * @returns {number} 释放结果
7466
+ /**
7467
+ * 释放签名对象
7468
+ * @returns {number} 释放结果
7469
7469
  */
7470
7470
 
7471
7471
 
@@ -7479,9 +7479,9 @@ var plugin_CA_ExtInterface = function () {
7479
7479
  }
7480
7480
  };
7481
7481
 
7482
- /**
7483
- * 获取签名版本
7484
- * @returns {string} 签名版本
7482
+ /**
7483
+ * 获取签名版本
7484
+ * @returns {string} 签名版本
7485
7485
  */
7486
7486
 
7487
7487
 
@@ -7495,9 +7495,9 @@ var plugin_CA_ExtInterface = function () {
7495
7495
  }
7496
7496
  };
7497
7497
 
7498
- /**
7499
- * 获取签名证书
7500
- * @returns {string} 签名证书
7498
+ /**
7499
+ * 获取签名证书
7500
+ * @returns {string} 签名证书
7501
7501
  */
7502
7502
 
7503
7503
 
@@ -7511,9 +7511,9 @@ var plugin_CA_ExtInterface = function () {
7511
7511
  }
7512
7512
  };
7513
7513
 
7514
- /**
7515
- * 获取错误码
7516
- * @returns {number} 错误码
7514
+ /**
7515
+ * 获取错误码
7516
+ * @returns {number} 错误码
7517
7517
  */
7518
7518
 
7519
7519
 
@@ -7527,9 +7527,9 @@ var plugin_CA_ExtInterface = function () {
7527
7527
  }
7528
7528
  };
7529
7529
 
7530
- /**
7531
- * 获取错误信息
7532
- * @returns {string} 错误信息
7530
+ /**
7531
+ * 获取错误信息
7532
+ * @returns {string} 错误信息
7533
7533
  */
7534
7534
 
7535
7535
 
@@ -7543,9 +7543,9 @@ var plugin_CA_ExtInterface = function () {
7543
7543
  }
7544
7544
  };
7545
7545
 
7546
- /**
7547
- * 销毁认证对象
7548
- * @returns {number} 销毁结果
7546
+ /**
7547
+ * 销毁认证对象
7548
+ * @returns {number} 销毁结果
7549
7549
  */
7550
7550
 
7551
7551
 
@@ -7559,9 +7559,9 @@ var plugin_CA_ExtInterface = function () {
7559
7559
  }
7560
7560
  };
7561
7561
 
7562
- /**
7563
- * 获取证书类型
7564
- * @returns {string} 证书类型
7562
+ /**
7563
+ * 获取证书类型
7564
+ * @returns {string} 证书类型
7565
7565
  */
7566
7566
 
7567
7567
 
@@ -7575,9 +7575,9 @@ var plugin_CA_ExtInterface = function () {
7575
7575
  }
7576
7576
  };
7577
7577
 
7578
- /**
7579
- * 获取签名摘要算法
7580
- * @returns {string} 签名摘要算法
7578
+ /**
7579
+ * 获取签名摘要算法
7580
+ * @returns {string} 签名摘要算法
7581
7581
  */
7582
7582
 
7583
7583
 
@@ -7591,11 +7591,11 @@ var plugin_CA_ExtInterface = function () {
7591
7591
  }
7592
7592
  };
7593
7593
 
7594
- /**
7595
- * 使能调用序列
7596
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
- * @returns {number} 使能结果
7594
+ /**
7595
+ * 使能调用序列
7596
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
+ * @returns {number} 使能结果
7599
7599
  */
7600
7600
 
7601
7601
 
@@ -7609,9 +7609,9 @@ var plugin_CA_ExtInterface = function () {
7609
7609
  }
7610
7610
  };
7611
7611
 
7612
- /**
7613
- * 清空调用序列结果
7614
- * @returns {number} 清空调用序列结果
7612
+ /**
7613
+ * 清空调用序列结果
7614
+ * @returns {number} 清空调用序列结果
7615
7615
  */
7616
7616
 
7617
7617
 
@@ -7625,9 +7625,9 @@ var plugin_CA_ExtInterface = function () {
7625
7625
  }
7626
7626
  };
7627
7627
 
7628
- /**
7629
- * 获取调用序列结果
7630
- * @returns {string} 调用序列结果
7628
+ /**
7629
+ * 获取调用序列结果
7630
+ * @returns {string} 调用序列结果
7631
7631
  */
7632
7632
 
7633
7633
 
@@ -7641,12 +7641,12 @@ var plugin_CA_ExtInterface = function () {
7641
7641
  }
7642
7642
  };
7643
7643
 
7644
- /**
7645
- * 客户端安全策略检查
7646
- * @param {string} strGatewayAddress - 网关地址
7647
- * @param {number} usGatewayPort - 网关端口
7648
- * @param {string} strSecurityPolicys - 安全策略
7649
- * @returns {boolean} 检查结果
7644
+ /**
7645
+ * 客户端安全策略检查
7646
+ * @param {string} strGatewayAddress - 网关地址
7647
+ * @param {number} usGatewayPort - 网关端口
7648
+ * @param {string} strSecurityPolicys - 安全策略
7649
+ * @returns {boolean} 检查结果
7650
7650
  */
7651
7651
 
7652
7652
 
@@ -7660,9 +7660,9 @@ var plugin_CA_ExtInterface = function () {
7660
7660
  }
7661
7661
  };
7662
7662
 
7663
- /**
7664
- * 获取通讯协议版本
7665
- * @returns {string} 通讯协议版本
7663
+ /**
7664
+ * 获取通讯协议版本
7665
+ * @returns {string} 通讯协议版本
7666
7666
  */
7667
7667
 
7668
7668
 
@@ -7676,13 +7676,13 @@ var plugin_CA_ExtInterface = function () {
7676
7676
  }
7677
7677
  };
7678
7678
 
7679
- /**
7680
- * 修改 Key 的 Pin 码
7681
- * @param {string} strCertSn - 证书序列号
7682
- * @param {number} lPinCodeType - Pin 码类型
7683
- * @param {string} strCurPinCode - 当前 Pin 码
7684
- * @param {string} strNewPinCode - 新 Pin 码
7685
- * @returns {number} 修改结果
7679
+ /**
7680
+ * 修改 Key 的 Pin 码
7681
+ * @param {string} strCertSn - 证书序列号
7682
+ * @param {number} lPinCodeType - Pin 码类型
7683
+ * @param {string} strCurPinCode - 当前 Pin 码
7684
+ * @param {string} strNewPinCode - 新 Pin 码
7685
+ * @returns {number} 修改结果
7686
7686
  */
7687
7687
 
7688
7688
 
@@ -7696,10 +7696,10 @@ var plugin_CA_ExtInterface = function () {
7696
7696
  }
7697
7697
  };
7698
7698
 
7699
- /**
7700
- * 等待策略设置完毕
7701
- * @param {string} strGatewayAddress - 网关地址
7702
- * @returns {number} 等待结果
7699
+ /**
7700
+ * 等待策略设置完毕
7701
+ * @param {string} strGatewayAddress - 网关地址
7702
+ * @returns {number} 等待结果
7703
7703
  */
7704
7704
 
7705
7705
 
@@ -7713,10 +7713,10 @@ var plugin_CA_ExtInterface = function () {
7713
7713
  }
7714
7714
  };
7715
7715
 
7716
- /**
7717
- * 获取会话 Token
7718
- * @param {string} strGatewayAddress - 网关地址
7719
- * @returns {string} 会话 Token
7716
+ /**
7717
+ * 获取会话 Token
7718
+ * @param {string} strGatewayAddress - 网关地址
7719
+ * @returns {string} 会话 Token
7720
7720
  */
7721
7721
 
7722
7722
 
@@ -7730,9 +7730,9 @@ var plugin_CA_ExtInterface = function () {
7730
7730
  }
7731
7731
  };
7732
7732
 
7733
- /**
7734
- * 获取控件版本
7735
- * @returns {string} 控件版本
7733
+ /**
7734
+ * 获取控件版本
7735
+ * @returns {string} 控件版本
7736
7736
  */
7737
7737
 
7738
7738
 
@@ -7746,10 +7746,10 @@ var plugin_CA_ExtInterface = function () {
7746
7746
  }
7747
7747
  };
7748
7748
 
7749
- /**
7750
- * 设置语言资源
7751
- * @param {string} strLanguage - 语言资源
7752
- * @returns {number} 设置结果
7749
+ /**
7750
+ * 设置语言资源
7751
+ * @param {string} strLanguage - 语言资源
7752
+ * @returns {number} 设置结果
7753
7753
  */
7754
7754
 
7755
7755
 
@@ -7763,12 +7763,12 @@ var plugin_CA_ExtInterface = function () {
7763
7763
  }
7764
7764
  };
7765
7765
 
7766
- /**
7767
- * 获取用户属性
7768
- * @param {string} strGatewayAddress - 网关地址
7769
- * @param {string} strAppFlag - 应用标识
7770
- * @param {string} strAttributeName - 属性名称
7771
- * @returns {string} 用户属性值
7766
+ /**
7767
+ * 获取用户属性
7768
+ * @param {string} strGatewayAddress - 网关地址
7769
+ * @param {string} strAppFlag - 应用标识
7770
+ * @param {string} strAttributeName - 属性名称
7771
+ * @returns {string} 用户属性值
7772
7772
  */
7773
7773
 
7774
7774
 
@@ -7782,9 +7782,9 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  }
7783
7783
  };
7784
7784
 
7785
- /**
7786
- * 获取签名加密 PIN 码
7787
- * @returns {string} 签名加密 PIN 码
7785
+ /**
7786
+ * 获取签名加密 PIN 码
7787
+ * @returns {string} 签名加密 PIN 码
7788
7788
  */
7789
7789
 
7790
7790
 
@@ -7797,20 +7797,20 @@ var plugin_CA_ExtInterface = function () {
7797
7797
  return result.value;
7798
7798
  }
7799
7799
  };
7800
- /*
7801
- *曙光四川CA
7802
- *'SOF_GetUserList' 证书列表
7803
- *'SOF_ExportUserCert' 导出证书
7804
- *'SOF_GetCertInfo': 获取证书信息
7805
- *'SOF_GenRandom': 生成随机数
7806
- *'SOF_SignData': 获取证书签名
7807
- *'SOF_Login': 登录证书
7808
- *'SOF_GetPinRetryCount': 剩余次数
7800
+ /*
7801
+ *曙光四川CA
7802
+ *'SOF_GetUserList' 证书列表
7803
+ *'SOF_ExportUserCert' 导出证书
7804
+ *'SOF_GetCertInfo': 获取证书信息
7805
+ *'SOF_GenRandom': 生成随机数
7806
+ *'SOF_SignData': 获取证书签名
7807
+ *'SOF_Login': 登录证书
7808
+ *'SOF_GetPinRetryCount': 剩余次数
7809
7809
  */
7810
- /**
7811
- *
7812
- * 获取webSocket消息
7813
- * @returns {string}
7810
+ /**
7811
+ *
7812
+ * 获取webSocket消息
7813
+ * @returns {string}
7814
7814
  */
7815
7815
 
7816
7816
 
@@ -7846,10 +7846,10 @@ var plugin_CA_ExtInterface = function () {
7846
7846
  };
7847
7847
  });
7848
7848
  };
7849
- /**
7850
- *
7851
- * base64解码
7852
- * @returns {string} base64解码后的字符串
7849
+ /**
7850
+ *
7851
+ * base64解码
7852
+ * @returns {string} base64解码后的字符串
7853
7853
  */
7854
7854
 
7855
7855
 
@@ -7884,10 +7884,10 @@ var plugin_CA_ExtInterface = function () {
7884
7884
  val = this.utf8_decode(val);
7885
7885
  return val;
7886
7886
  };
7887
- /**
7888
- *
7889
- * base64编码
7890
- * @returns {string} base64编码后的字符串
7887
+ /**
7888
+ *
7889
+ * base64编码
7890
+ * @returns {string} base64编码后的字符串
7891
7891
  */
7892
7892
 
7893
7893
 
@@ -7920,10 +7920,10 @@ var plugin_CA_ExtInterface = function () {
7920
7920
  }
7921
7921
  return val;
7922
7922
  };
7923
- /**
7924
- *
7925
- * utf8解码
7926
- * @returns {string} utf8解码后的字符串
7923
+ /**
7924
+ *
7925
+ * utf8解码
7926
+ * @returns {string} utf8解码后的字符串
7927
7927
  */
7928
7928
 
7929
7929
 
@@ -7952,10 +7952,10 @@ var plugin_CA_ExtInterface = function () {
7952
7952
  }
7953
7953
  return string;
7954
7954
  };
7955
- /**
7956
- *
7957
- * utf8编码
7958
- * @returns {string} utf8编码后的字符串
7955
+ /**
7956
+ *
7957
+ * utf8编码
7958
+ * @returns {string} utf8编码后的字符串
7959
7959
  */
7960
7960
 
7961
7961
 
@@ -18264,8 +18264,8 @@ error_page_src_main.install = function (Vue) {
18264
18264
  };
18265
18265
 
18266
18266
  /* harmony default export */ var error_page = (error_page_src_main);
18267
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=26e121c2&
18268
- var mainvue_type_template_id_26e121c2_render = function () {
18267
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=2523114d&
18268
+ var mainvue_type_template_id_2523114d_render = function () {
18269
18269
  var _vm = this
18270
18270
  var _h = _vm.$createElement
18271
18271
  var _c = _vm._self._c || _h
@@ -20174,6 +20174,52 @@ var mainvue_type_template_id_26e121c2_render = function () {
20174
20174
  item.events
20175
20175
  )
20176
20176
  )
20177
+ : item.type ===
20178
+ "tabs"
20179
+ ? _c(
20180
+ "form-item-renderer",
20181
+ {
20182
+ attrs: {
20183
+ items:
20184
+ item,
20185
+ models:
20186
+ _vm.models,
20187
+ readonly:
20188
+ _vm.readonly,
20189
+ "show-label":
20190
+ _vm.showLabel,
20191
+ "label-width":
20192
+ _vm.labelWidth,
20193
+ hides:
20194
+ _vm.hides,
20195
+ "handle-excl-attribute":
20196
+ _vm.handleExclAttribute,
20197
+ "get-label":
20198
+ _vm.getLabel,
20199
+ "get-rules":
20200
+ _vm.getRules,
20201
+ "get-style":
20202
+ _vm.getStyle,
20203
+ "handle-blur":
20204
+ _vm.handleBlur,
20205
+ "handle-focus":
20206
+ _vm.handleFocus,
20207
+ "handle-change":
20208
+ _vm.handleChange,
20209
+ "handle-click":
20210
+ _vm.handleClick,
20211
+ "handle-data-change":
20212
+ _vm.handleDataChange,
20213
+ },
20214
+ on: {
20215
+ change:
20216
+ _vm.handleChange,
20217
+ blur: _vm.handleBlur,
20218
+ focus:
20219
+ _vm.handleFocus,
20220
+ },
20221
+ }
20222
+ )
20177
20223
  : _c(
20178
20224
  "es-input",
20179
20225
  _vm._b(
@@ -22898,6 +22944,39 @@ var mainvue_type_template_id_26e121c2_render = function () {
22898
22944
  item.events
22899
22945
  )
22900
22946
  )
22947
+ : item.type === "tabs"
22948
+ ? _c("form-item-renderer", {
22949
+ attrs: {
22950
+ items: item.contents,
22951
+ models: _vm.models,
22952
+ readonly: _vm.readonly,
22953
+ "show-label":
22954
+ _vm.showLabel,
22955
+ "label-width":
22956
+ _vm.labelWidth,
22957
+ hides: _vm.hides,
22958
+ "handle-excl-attribute":
22959
+ _vm.handleExclAttribute,
22960
+ "get-label": _vm.getLabel,
22961
+ "get-rules": _vm.getRules,
22962
+ "get-style": _vm.getStyle,
22963
+ "handle-blur":
22964
+ _vm.handleBlur,
22965
+ "handle-focus":
22966
+ _vm.handleFocus,
22967
+ "handle-change":
22968
+ _vm.handleChange,
22969
+ "handle-click":
22970
+ _vm.handleClick,
22971
+ "handle-data-change":
22972
+ _vm.handleDataChange,
22973
+ },
22974
+ on: {
22975
+ change: _vm.handleChange,
22976
+ blur: _vm.handleBlur,
22977
+ focus: _vm.handleFocus,
22978
+ },
22979
+ })
22901
22980
  : _c(
22902
22981
  "es-input",
22903
22982
  _vm._b(
@@ -24547,11 +24626,11 @@ var mainvue_type_template_id_26e121c2_render = function () {
24547
24626
  )
24548
24627
  : _vm._e()
24549
24628
  }
24550
- var mainvue_type_template_id_26e121c2_staticRenderFns = []
24551
- mainvue_type_template_id_26e121c2_render._withStripped = true
24629
+ var mainvue_type_template_id_2523114d_staticRenderFns = []
24630
+ mainvue_type_template_id_2523114d_render._withStripped = true
24552
24631
 
24553
24632
 
24554
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=26e121c2&
24633
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2523114d&
24555
24634
 
24556
24635
  // CONCATENATED MODULE: ./src/utils/rules.js
24557
24636
  // 手机号
@@ -24572,6 +24651,333 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
24572
24651
  ip: ip,
24573
24652
  bankCard: bankCard
24574
24653
  });
24654
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/form-tab-item-render.vue?vue&type=template&id=1601dce4&
24655
+ var form_tab_item_rendervue_type_template_id_1601dce4_render = function () {
24656
+ var _vm = this
24657
+ var _h = _vm.$createElement
24658
+ var _c = _vm._self._c || _h
24659
+ return _c(
24660
+ "el-tabs",
24661
+ _vm._b(
24662
+ {
24663
+ staticClass: "es-form-tabs",
24664
+ model: {
24665
+ value: _vm.activeName,
24666
+ callback: function ($$v) {
24667
+ _vm.activeName = $$v
24668
+ },
24669
+ expression: "activeName",
24670
+ },
24671
+ },
24672
+ "el-tabs",
24673
+ _vm.$attrs,
24674
+ false
24675
+ ),
24676
+ _vm._l(_vm.items, function (tab, index) {
24677
+ return _c(
24678
+ "el-tab-pane",
24679
+ { key: tab.name || index, attrs: { label: tab.title, name: tab.name } },
24680
+ [
24681
+ _vm._l(tab.contents, function (item, subIndex) {
24682
+ return [
24683
+ item.type === "caption" && !item.hide
24684
+ ? _c(
24685
+ "div",
24686
+ {
24687
+ key: "caption-" + subIndex,
24688
+ staticClass: "es-form-item-caption",
24689
+ },
24690
+ [_vm._v("\n " + _vm._s(item.text) + "\n ")]
24691
+ )
24692
+ : !item.hide
24693
+ ? _c(
24694
+ "el-form-item",
24695
+ {
24696
+ key: item.name || subIndex,
24697
+ style: _vm.getStyle ? _vm.getStyle(item) : {},
24698
+ attrs: {
24699
+ "label-width": _vm.getItemLabelWidth(item),
24700
+ prop: item.name,
24701
+ rules: _vm.getRules ? _vm.getRules(item) : [],
24702
+ },
24703
+ },
24704
+ [
24705
+ _vm.shouldShowLabel(item)
24706
+ ? _c(
24707
+ "es-label",
24708
+ _vm._b(
24709
+ { attrs: { slot: "label" }, slot: "label" },
24710
+ "es-label",
24711
+ _vm.getLabel ? _vm.getLabel(item.label) : {},
24712
+ false
24713
+ )
24714
+ )
24715
+ : _vm._e(),
24716
+ item.type == "table"
24717
+ ? _c(
24718
+ "es-data-table",
24719
+ _vm._g(
24720
+ _vm._b(
24721
+ {
24722
+ attrs: {
24723
+ data: _vm.models[item.name],
24724
+ full:
24725
+ item.height != undefined ||
24726
+ item.height != null,
24727
+ readonly:
24728
+ item.readonly !== undefined
24729
+ ? item.readonly
24730
+ : _vm.readonly,
24731
+ },
24732
+ on: {
24733
+ blur: function (val, data) {
24734
+ _vm.handleBlur(item, val, data)
24735
+ },
24736
+ focus: function (val, data) {
24737
+ _vm.handleFocus(item, val, data)
24738
+ },
24739
+ edit: function (val, data) {
24740
+ _vm.handleChange(item, val, data)
24741
+ },
24742
+ btnClick: _vm.handleClick,
24743
+ dataChange: _vm.handleDataChange,
24744
+ },
24745
+ },
24746
+ "es-data-table",
24747
+ _vm.handleExclAttribute({
24748
+ data: item,
24749
+ attrs: ["value", "events"],
24750
+ }),
24751
+ false
24752
+ ),
24753
+ item.events
24754
+ )
24755
+ )
24756
+ : _c(
24757
+ _vm.getComponentName(item.type),
24758
+ _vm._g(
24759
+ _vm._b(
24760
+ {
24761
+ tag: "component",
24762
+ attrs: {
24763
+ readonly:
24764
+ item.readonly !== undefined
24765
+ ? item.readonly
24766
+ : _vm.readonly,
24767
+ },
24768
+ on: {
24769
+ change: function (val) {
24770
+ return _vm.$emit("change", item, val)
24771
+ },
24772
+ },
24773
+ model: {
24774
+ value: _vm.models[item.name],
24775
+ callback: function ($$v) {
24776
+ _vm.$set(_vm.models, item.name, $$v)
24777
+ },
24778
+ expression: "models[item.name]",
24779
+ },
24780
+ },
24781
+ "component",
24782
+ _vm.handleExclAttribute
24783
+ ? _vm.handleExclAttribute({
24784
+ data: item,
24785
+ attrs: ["value", "events"],
24786
+ })
24787
+ : {},
24788
+ false
24789
+ ),
24790
+ item.events
24791
+ )
24792
+ ),
24793
+ ],
24794
+ 1
24795
+ )
24796
+ : _vm._e(),
24797
+ ]
24798
+ }),
24799
+ ],
24800
+ 2
24801
+ )
24802
+ }),
24803
+ 1
24804
+ )
24805
+ }
24806
+ var form_tab_item_rendervue_type_template_id_1601dce4_staticRenderFns = []
24807
+ form_tab_item_rendervue_type_template_id_1601dce4_render._withStripped = true
24808
+
24809
+
24810
+ // CONCATENATED MODULE: ./packages/form/src/form-tab-item-render.vue?vue&type=template&id=1601dce4&
24811
+
24812
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/form-tab-item-render.vue?vue&type=script&lang=js&
24813
+ //
24814
+ //
24815
+ //
24816
+ //
24817
+ //
24818
+ //
24819
+ //
24820
+ //
24821
+ //
24822
+ //
24823
+ //
24824
+ //
24825
+ //
24826
+ //
24827
+ //
24828
+ //
24829
+ //
24830
+ //
24831
+ //
24832
+ //
24833
+ //
24834
+ //
24835
+ //
24836
+ //
24837
+ //
24838
+ //
24839
+ //
24840
+ //
24841
+ //
24842
+ //
24843
+ //
24844
+ //
24845
+ //
24846
+ //
24847
+ //
24848
+ //
24849
+ //
24850
+ //
24851
+ //
24852
+ //
24853
+ //
24854
+ //
24855
+ //
24856
+ //
24857
+ //
24858
+ //
24859
+ //
24860
+ //
24861
+ //
24862
+ //
24863
+ //
24864
+ //
24865
+ //
24866
+ //
24867
+ //
24868
+ //
24869
+ //
24870
+ //
24871
+ //
24872
+ //
24873
+ //
24874
+ //
24875
+ //
24876
+ //
24877
+ //
24878
+ //
24879
+ //
24880
+ //
24881
+ //
24882
+ //
24883
+ //
24884
+ //
24885
+ //
24886
+ //
24887
+ //
24888
+ //
24889
+ //
24890
+ //
24891
+ //
24892
+ //
24893
+ //
24894
+ //
24895
+ //
24896
+ //
24897
+
24898
+ /* harmony default export */ var form_tab_item_rendervue_type_script_lang_js_ = ({
24899
+ name: 'FormTabItemRender',
24900
+ inheritAttrs: false, // 允许将 el-tabs 的属性透传
24901
+ props: {
24902
+ // 这里的 items 对应 JSON 中的 contents 数组,即 Tab Pane 列表
24903
+ items: { type: Array, default: function _default() {
24904
+ return [];
24905
+ } },
24906
+ models: { type: Object, default: function _default() {
24907
+ return {};
24908
+ } },
24909
+ readonly: Boolean,
24910
+ showLabel: Boolean,
24911
+ labelWidth: String,
24912
+ hides: { type: Array, default: function _default() {
24913
+ return [];
24914
+ } },
24915
+ // 工具方法
24916
+ handleExclAttribute: Function,
24917
+ getLabel: Function,
24918
+ getRules: Function,
24919
+ handleBlur: Function,
24920
+ handleFocus: Function,
24921
+ handleChange: Function,
24922
+ handleClick: Function,
24923
+ handleDataChange: Function,
24924
+ getStyle: Function
24925
+ },
24926
+ data: function data() {
24927
+ return {
24928
+ activeName: ''
24929
+ };
24930
+ },
24931
+ mounted: function mounted() {
24932
+ console.log('this.items', this.items);
24933
+ this.activeName = this.items[0].name;
24934
+ console.log('active', this.activeName);
24935
+ },
24936
+
24937
+ methods: {
24938
+ getComponentName: function getComponentName(type) {
24939
+ var map = {
24940
+ input: 'es-input',
24941
+ select: 'es-select',
24942
+ number: 'es-input-number',
24943
+ radio: 'es-radio-group',
24944
+ checkbox: 'es-checkbox-group',
24945
+ date: 'es-date-picker',
24946
+ table: 'es-data-table',
24947
+ textarea: 'es-input' // 假设 textarea 也是 es-input 带 type="textarea"
24948
+ };
24949
+ return map[type] || 'es-input';
24950
+ },
24951
+ shouldShowLabel: function shouldShowLabel(item) {
24952
+ return item.showLabel !== false && item.label && !item.labelHide && this.showLabel;
24953
+ },
24954
+ getItemLabelWidth: function getItemLabelWidth(item) {
24955
+ return this.shouldShowLabel(item) ? this.labelWidth : '0';
24956
+ }
24957
+ }
24958
+ });
24959
+ // CONCATENATED MODULE: ./packages/form/src/form-tab-item-render.vue?vue&type=script&lang=js&
24960
+ /* harmony default export */ var src_form_tab_item_rendervue_type_script_lang_js_ = (form_tab_item_rendervue_type_script_lang_js_);
24961
+ // CONCATENATED MODULE: ./packages/form/src/form-tab-item-render.vue
24962
+
24963
+
24964
+
24965
+
24966
+
24967
+ /* normalize component */
24968
+
24969
+ var form_tab_item_render_component = normalizeComponent(
24970
+ src_form_tab_item_rendervue_type_script_lang_js_,
24971
+ form_tab_item_rendervue_type_template_id_1601dce4_render,
24972
+ form_tab_item_rendervue_type_template_id_1601dce4_staticRenderFns,
24973
+ false,
24974
+ null,
24975
+ null,
24976
+ null
24977
+
24978
+ )
24979
+
24980
+ /* harmony default export */ var form_tab_item_render = (form_tab_item_render_component.exports);
24575
24981
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js&
24576
24982
 
24577
24983
 
@@ -27043,12 +27449,57 @@ function form_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
27043
27449
  //
27044
27450
  //
27045
27451
  //
27452
+ //
27453
+ //
27454
+ //
27455
+ //
27456
+ //
27457
+ //
27458
+ //
27459
+ //
27460
+ //
27461
+ //
27462
+ //
27463
+ //
27464
+ //
27465
+ //
27466
+ //
27467
+ //
27468
+ //
27469
+ //
27470
+ //
27471
+ //
27472
+ //
27473
+ //
27474
+ //
27475
+ //
27476
+ //
27477
+ //
27478
+ //
27479
+ //
27480
+ //
27481
+ //
27482
+ //
27483
+ //
27484
+ //
27485
+ //
27486
+ //
27487
+ //
27488
+ //
27489
+ //
27490
+ //
27491
+ //
27492
+ //
27493
+ //
27494
+ //
27495
+ //
27046
27496
 
27047
27497
 
27048
27498
 
27049
27499
 
27050
27500
 
27051
27501
  var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27502
+
27052
27503
  /* harmony default export */ var form_src_mainvue_type_script_lang_js_ = ({
27053
27504
  name: 'EsForm',
27054
27505
  inheritAttrs: false,
@@ -27072,6 +27523,7 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27072
27523
  default: ''
27073
27524
  }
27074
27525
  },
27526
+ components: { FormItemRenderer: form_tab_item_render },
27075
27527
  props: {
27076
27528
  viewCode: {
27077
27529
  type: String,
@@ -28415,8 +28867,8 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
28415
28867
 
28416
28868
  var form_src_main_component = normalizeComponent(
28417
28869
  packages_form_src_mainvue_type_script_lang_js_,
28418
- mainvue_type_template_id_26e121c2_render,
28419
- mainvue_type_template_id_26e121c2_staticRenderFns,
28870
+ mainvue_type_template_id_2523114d_render,
28871
+ mainvue_type_template_id_2523114d_staticRenderFns,
28420
28872
  false,
28421
28873
  null,
28422
28874
  null,
@@ -36383,11 +36835,11 @@ var processFormvue_type_script_lang_js_components;
36383
36835
  });
36384
36836
  },
36385
36837
 
36386
- /**
36387
- * isMultiple
36388
- * @desc:是否多选
36389
- * @author liufan
36390
- * @date 2022年9月13日
36838
+ /**
36839
+ * isMultiple
36840
+ * @desc:是否多选
36841
+ * @author liufan
36842
+ * @date 2022年9月13日
36391
36843
  **/
36392
36844
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36393
36845
  var multiple = false;
@@ -40637,11 +41089,11 @@ var resetvue_type_script_lang_js_components;
40637
41089
  });
40638
41090
  },
40639
41091
 
40640
- /**
40641
- * isMultiple
40642
- * @desc:是否多选
40643
- * @author liufan
40644
- * @date 2022年9月13日
41092
+ /**
41093
+ * isMultiple
41094
+ * @desc:是否多选
41095
+ * @author liufan
41096
+ * @date 2022年9月13日
40645
41097
  **/
40646
41098
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40647
41099
  var multiple = false;
@@ -45289,11 +45741,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45289
45741
  });
45290
45742
  },
45291
45743
 
45292
- /**
45293
- * saveInfo
45294
- * @desc:暂存
45295
- * @author liufan
45296
- * @date 2022年9月9日
45744
+ /**
45745
+ * saveInfo
45746
+ * @desc:暂存
45747
+ * @author liufan
45748
+ * @date 2022年9月9日
45297
45749
  **/
45298
45750
  saveInfo: function saveInfo(type, btn) {
45299
45751
  var _this6 = this;
@@ -45355,11 +45807,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45355
45807
  });
45356
45808
  },
45357
45809
 
45358
- /**
45359
- * rejectBtn
45360
- * @desc:点击驳回
45361
- * @author liufan
45362
- * @date 2022年5月25日
45810
+ /**
45811
+ * rejectBtn
45812
+ * @desc:点击驳回
45813
+ * @author liufan
45814
+ * @date 2022年5月25日
45363
45815
  **/
45364
45816
  rejectBtn: function rejectBtn() {
45365
45817
  var _this8 = this;
@@ -45377,11 +45829,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45377
45829
  }
45378
45830
  },
45379
45831
 
45380
- /**
45381
- * taskReadBtn
45382
- * @desc:点击分阅
45383
- * @author liufan
45384
- * @date 2022年5月25日
45832
+ /**
45833
+ * taskReadBtn
45834
+ * @desc:点击分阅
45835
+ * @author liufan
45836
+ * @date 2022年5月25日
45385
45837
  **/
45386
45838
  taskReadBtn: function taskReadBtn() {
45387
45839
  var _this9 = this;
@@ -45400,11 +45852,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45400
45852
  }
45401
45853
  },
45402
45854
 
45403
- /**
45404
- * getFind
45405
- * @desc:获取通知方式
45406
- * @author liufan
45407
- * @date 2022年5月25日
45855
+ /**
45856
+ * getFind
45857
+ * @desc:获取通知方式
45858
+ * @author liufan
45859
+ * @date 2022年5月25日
45408
45860
  **/
45409
45861
  getFind: function getFind() {
45410
45862
  var _this10 = this;
@@ -45460,12 +45912,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45460
45912
  });
45461
45913
  },
45462
45914
 
45463
- /**
45464
- * endFlows
45465
- * @desc:直接办结
45466
- * @author liufan
45467
- * @param {Object} res 直接办结数据
45468
- * @date 2022年5月25日
45915
+ /**
45916
+ * endFlows
45917
+ * @desc:直接办结
45918
+ * @author liufan
45919
+ * @param {Object} res 直接办结数据
45920
+ * @date 2022年5月25日
45469
45921
  **/
45470
45922
  endFlows: function endFlows(res) {
45471
45923
  var _this12 = this;
@@ -45519,12 +45971,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45519
45971
  }).catch(function (e) {});
45520
45972
  },
45521
45973
 
45522
- /**
45523
- * goView
45524
- * @desc:更多流程按钮操作
45525
- * @author liufan
45526
- * @param {Object} res 当前点击操作按钮数据
45527
- * @date 2022年5月25日
45974
+ /**
45975
+ * goView
45976
+ * @desc:更多流程按钮操作
45977
+ * @author liufan
45978
+ * @param {Object} res 当前点击操作按钮数据
45979
+ * @date 2022年5月25日
45528
45980
  **/
45529
45981
  goView: function goView(res) {
45530
45982
  // 驳回并办结:rejectAndEndHtml
@@ -45609,11 +46061,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45609
46061
  // isCanStartSubFlow
45610
46062
  },
45611
46063
 
45612
- /**
45613
- * toTakeAdvice
45614
- * @desc:征求意见
45615
- * @author liufan
45616
- * @date 2022年9月29日
46064
+ /**
46065
+ * toTakeAdvice
46066
+ * @desc:征求意见
46067
+ * @author liufan
46068
+ * @date 2022年9月29日
45617
46069
  **/
45618
46070
  toTakeAdvice: function toTakeAdvice(res) {
45619
46071
  var _this14 = this;
@@ -45657,11 +46109,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45657
46109
  });
45658
46110
  },
45659
46111
 
45660
- /**
45661
- * toStartDraf
45662
- * @desc: 稿件递送、联合审核、复核
45663
- * @author liufan
45664
- * @date 2022年9月29日
46112
+ /**
46113
+ * toStartDraf
46114
+ * @desc: 稿件递送、联合审核、复核
46115
+ * @author liufan
46116
+ * @date 2022年9月29日
45665
46117
  **/
45666
46118
  toStartDraf: function toStartDraf(res) {
45667
46119
  var _this16 = this;
@@ -45675,11 +46127,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45675
46127
  }
45676
46128
  },
45677
46129
 
45678
- /**
45679
- * toSendMsg
45680
- * @desc:核稿通知
45681
- * @author liufan
45682
- * @date 2022年9月29日
46130
+ /**
46131
+ * toSendMsg
46132
+ * @desc:核稿通知
46133
+ * @author liufan
46134
+ * @date 2022年9月29日
45683
46135
  **/
45684
46136
  toSendMsg: function toSendMsg(res) {
45685
46137
  var _this17 = this;
@@ -45693,11 +46145,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45693
46145
  }
45694
46146
  },
45695
46147
 
45696
- /**
45697
- * toTaskReadAndEnd
45698
- * @desc:分阅并办结
45699
- * @author liufan
45700
- * @date 2022年9月29日
46148
+ /**
46149
+ * toTaskReadAndEnd
46150
+ * @desc:分阅并办结
46151
+ * @author liufan
46152
+ * @date 2022年9月29日
45701
46153
  **/
45702
46154
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45703
46155
  var _this18 = this;
@@ -45715,11 +46167,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45715
46167
  }
45716
46168
  },
45717
46169
 
45718
- /**
45719
- * rejectAndEnd
45720
- * @desc:驳回并办结
45721
- * @author liufan
45722
- * @date 2022年9月29日
46170
+ /**
46171
+ * rejectAndEnd
46172
+ * @desc:驳回并办结
46173
+ * @author liufan
46174
+ * @date 2022年9月29日
45723
46175
  **/
45724
46176
  rejectAndEnd: function rejectAndEnd(res) {
45725
46177
  var _this19 = this;
@@ -45774,11 +46226,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45774
46226
  });
45775
46227
  },
45776
46228
 
45777
- /**
45778
- * toTransfer
45779
- * @desc:转办
45780
- * @author liufan
45781
- * @date 2022年9月29日
46229
+ /**
46230
+ * toTransfer
46231
+ * @desc:转办
46232
+ * @author liufan
46233
+ * @date 2022年9月29日
45782
46234
  **/
45783
46235
  toTransfer: function toTransfer(res) {
45784
46236
  var _this21 = this;
@@ -45794,11 +46246,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45794
46246
  }
45795
46247
  },
45796
46248
 
45797
- /**
45798
- * getNodeInfo
45799
- * @desc:获取节点信息
45800
- * @author liufan
45801
- * @date 2022年5月25日
46249
+ /**
46250
+ * getNodeInfo
46251
+ * @desc:获取节点信息
46252
+ * @author liufan
46253
+ * @date 2022年5月25日
45802
46254
  **/
45803
46255
  getNodeInfo: function getNodeInfo() {
45804
46256
  var _this22 = this;
@@ -45897,12 +46349,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45897
46349
  });
45898
46350
  },
45899
46351
 
45900
- /**
45901
- * selecNext
45902
- * @desc:下步节点变化时更新数据
45903
- * @author liufan
45904
- * @param {String} val 当前选中值
45905
- * @date 2022年5月25日
46352
+ /**
46353
+ * selecNext
46354
+ * @desc:下步节点变化时更新数据
46355
+ * @author liufan
46356
+ * @param {String} val 当前选中值
46357
+ * @date 2022年5月25日
45906
46358
  **/
45907
46359
  selecNext: function selecNext(val, type, isDef) {
45908
46360
  var _this23 = this;
@@ -46011,11 +46463,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46011
46463
  if (isDef !== true) this.getNodeInfo();
46012
46464
  },
46013
46465
 
46014
- /**
46015
- * isMultiple
46016
- * @desc:是否多选
46017
- * @author liufan
46018
- * @date 2022年9月13日
46466
+ /**
46467
+ * isMultiple
46468
+ * @desc:是否多选
46469
+ * @author liufan
46470
+ * @date 2022年9月13日
46019
46471
  **/
46020
46472
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
46021
46473
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -46047,11 +46499,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46047
46499
  }
46048
46500
  },
46049
46501
 
46050
- /**
46051
- * getHedInfo
46052
- * @desc:获取审核页面数据
46053
- * @author liufan
46054
- * @date 2022年5月25日
46502
+ /**
46503
+ * getHedInfo
46504
+ * @desc:获取审核页面数据
46505
+ * @author liufan
46506
+ * @date 2022年5月25日
46055
46507
  **/
46056
46508
  getHedInfo: function getHedInfo() {
46057
46509
  var _this24 = this;
@@ -46287,13 +46739,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46287
46739
  });
46288
46740
  },
46289
46741
 
46290
- /**
46291
- * closeProcess
46292
- * @desc:关闭弹窗
46293
- * @author liufan
46294
- * @param {boolean} val 当前是否办理流程
46295
- * @param {String} type 当前点击的弹窗类型
46296
- * @date 2022年5月25日
46742
+ /**
46743
+ * closeProcess
46744
+ * @desc:关闭弹窗
46745
+ * @author liufan
46746
+ * @param {boolean} val 当前是否办理流程
46747
+ * @param {String} type 当前点击的弹窗类型
46748
+ * @date 2022年5月25日
46297
46749
  **/
46298
46750
  closeProcess: function closeProcess(val, type, closeParent) {
46299
46751
  if (closeParent) {
@@ -46310,23 +46762,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46310
46762
  }
46311
46763
  },
46312
46764
 
46313
- /**
46314
- * selectChange
46315
- * @desc:常用语选择
46316
- * @author liufan
46317
- * @param {String} val 选中值
46318
- * @date 2022年5月25日
46765
+ /**
46766
+ * selectChange
46767
+ * @desc:常用语选择
46768
+ * @author liufan
46769
+ * @param {String} val 选中值
46770
+ * @date 2022年5月25日
46319
46771
  **/
46320
46772
  selectChange: function selectChange(val) {
46321
46773
  this.value = val;
46322
46774
  },
46323
46775
 
46324
- /**
46325
- * upDate
46326
- * @desc:修改常用语
46327
- * @author liufan
46328
- * @param {Object} val 修改值
46329
- * @date 2022年5月25日
46776
+ /**
46777
+ * upDate
46778
+ * @desc:修改常用语
46779
+ * @author liufan
46780
+ * @param {Object} val 修改值
46781
+ * @date 2022年5月25日
46330
46782
  **/
46331
46783
  upDate: function upDate(val) {
46332
46784
  this.FormData.id = val.id;
@@ -46334,11 +46786,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46334
46786
  },
46335
46787
 
46336
46788
 
46337
- /**
46338
- * getProcess
46339
- * @desc:获取选择流程
46340
- * @author liufan
46341
- * @date 2022年5月25日
46789
+ /**
46790
+ * getProcess
46791
+ * @desc:获取选择流程
46792
+ * @author liufan
46793
+ * @date 2022年5月25日
46342
46794
  **/
46343
46795
  getProcess: function getProcess() {
46344
46796
  var _this25 = this;
@@ -46392,11 +46844,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46392
46844
  });
46393
46845
  },
46394
46846
 
46395
- /**
46396
- * getPendedhistoryList
46397
- * @desc:获取流程列表
46398
- * @author liufan
46399
- * @date 2022年5月25日
46847
+ /**
46848
+ * getPendedhistoryList
46849
+ * @desc:获取流程列表
46850
+ * @author liufan
46851
+ * @date 2022年5月25日
46400
46852
  **/
46401
46853
  getPendedhistoryList: function getPendedhistoryList() {
46402
46854
  var _this26 = this;
@@ -46428,12 +46880,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46428
46880
  },
46429
46881
 
46430
46882
  // 提交流程
46431
- /**
46432
- * subProcess
46433
- * @desc:提交流程
46434
- * @author liufan
46435
- * @param {String} formName 当前form表单ref值
46436
- * @date 2022年5月25日
46883
+ /**
46884
+ * subProcess
46885
+ * @desc:提交流程
46886
+ * @author liufan
46887
+ * @param {String} formName 当前form表单ref值
46888
+ * @date 2022年5月25日
46437
46889
  **/
46438
46890
  subProcess: function subProcess(val) {
46439
46891
  var _this27 = this;
@@ -50409,11 +50861,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50409
50861
  });
50410
50862
  },
50411
50863
 
50412
- /**
50413
- * saveInfo
50414
- * @desc:暂存
50415
- * @author liufan
50416
- * @date 2022年9月9日
50864
+ /**
50865
+ * saveInfo
50866
+ * @desc:暂存
50867
+ * @author liufan
50868
+ * @date 2022年9月9日
50417
50869
  **/
50418
50870
  saveInfo: function saveInfo(type, btn) {
50419
50871
  var _this14 = this;
@@ -50475,11 +50927,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50475
50927
  });
50476
50928
  },
50477
50929
 
50478
- /**
50479
- * rejectBtn
50480
- * @desc:点击驳回
50481
- * @author liufan
50482
- * @date 2022年5月25日
50930
+ /**
50931
+ * rejectBtn
50932
+ * @desc:点击驳回
50933
+ * @author liufan
50934
+ * @date 2022年5月25日
50483
50935
  **/
50484
50936
  rejectBtn: function rejectBtn() {
50485
50937
  var _this16 = this;
@@ -50497,11 +50949,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50497
50949
  }
50498
50950
  },
50499
50951
 
50500
- /**
50501
- * taskReadBtn
50502
- * @desc:点击分阅
50503
- * @author liufan
50504
- * @date 2022年5月25日
50952
+ /**
50953
+ * taskReadBtn
50954
+ * @desc:点击分阅
50955
+ * @author liufan
50956
+ * @date 2022年5月25日
50505
50957
  **/
50506
50958
  taskReadBtn: function taskReadBtn() {
50507
50959
  var _this17 = this;
@@ -50520,11 +50972,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50520
50972
  }
50521
50973
  },
50522
50974
 
50523
- /**
50524
- * getFind
50525
- * @desc:获取通知方式
50526
- * @author liufan
50527
- * @date 2022年5月25日
50975
+ /**
50976
+ * getFind
50977
+ * @desc:获取通知方式
50978
+ * @author liufan
50979
+ * @date 2022年5月25日
50528
50980
  **/
50529
50981
  getFind: function getFind() {
50530
50982
  var _this18 = this;
@@ -50591,12 +51043,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50591
51043
  });
50592
51044
  },
50593
51045
 
50594
- /**
50595
- * endFlows
50596
- * @desc:直接办结
50597
- * @author liufan
50598
- * @param {Object} res 直接办结数据
50599
- * @date 2022年5月25日
51046
+ /**
51047
+ * endFlows
51048
+ * @desc:直接办结
51049
+ * @author liufan
51050
+ * @param {Object} res 直接办结数据
51051
+ * @date 2022年5月25日
50600
51052
  **/
50601
51053
  endFlows: function endFlows(res) {
50602
51054
  var _this20 = this;
@@ -50651,12 +51103,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50651
51103
  }).catch(function (e) {});
50652
51104
  },
50653
51105
 
50654
- /**
50655
- * goView
50656
- * @desc:更多流程按钮操作
50657
- * @author liufan
50658
- * @param {Object} res 当前点击操作按钮数据
50659
- * @date 2022年5月25日
51106
+ /**
51107
+ * goView
51108
+ * @desc:更多流程按钮操作
51109
+ * @author liufan
51110
+ * @param {Object} res 当前点击操作按钮数据
51111
+ * @date 2022年5月25日
50660
51112
  **/
50661
51113
  goView: function goView(res) {
50662
51114
  // 驳回并办结:rejectAndEndHtml
@@ -50743,11 +51195,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50743
51195
  // isCanStartSubFlow
50744
51196
  },
50745
51197
 
50746
- /**
50747
- * toTakeAdvice
50748
- * @desc:征求意见
50749
- * @author liufan
50750
- * @date 2022年9月29日
51198
+ /**
51199
+ * toTakeAdvice
51200
+ * @desc:征求意见
51201
+ * @author liufan
51202
+ * @date 2022年9月29日
50751
51203
  **/
50752
51204
  toTakeAdvice: function toTakeAdvice(res) {
50753
51205
  var _this22 = this;
@@ -50791,11 +51243,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50791
51243
  });
50792
51244
  },
50793
51245
 
50794
- /**
50795
- * toStartDraf
50796
- * @desc: 稿件递送、联合审核、复核
50797
- * @author liufan
50798
- * @date 2022年9月29日
51246
+ /**
51247
+ * toStartDraf
51248
+ * @desc: 稿件递送、联合审核、复核
51249
+ * @author liufan
51250
+ * @date 2022年9月29日
50799
51251
  **/
50800
51252
  toStartDraf: function toStartDraf(res) {
50801
51253
  var _this24 = this;
@@ -50809,11 +51261,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50809
51261
  }
50810
51262
  },
50811
51263
 
50812
- /**
50813
- * toSendMsg
50814
- * @desc:核稿通知
50815
- * @author liufan
50816
- * @date 2022年9月29日
51264
+ /**
51265
+ * toSendMsg
51266
+ * @desc:核稿通知
51267
+ * @author liufan
51268
+ * @date 2022年9月29日
50817
51269
  **/
50818
51270
  toSendMsg: function toSendMsg(res) {
50819
51271
  var _this25 = this;
@@ -50827,11 +51279,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50827
51279
  }
50828
51280
  },
50829
51281
 
50830
- /**
50831
- * toTaskReadAndEnd
50832
- * @desc:分阅并办结
50833
- * @author liufan
50834
- * @date 2022年9月29日
51282
+ /**
51283
+ * toTaskReadAndEnd
51284
+ * @desc:分阅并办结
51285
+ * @author liufan
51286
+ * @date 2022年9月29日
50835
51287
  **/
50836
51288
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50837
51289
  var _this26 = this;
@@ -50849,11 +51301,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50849
51301
  }
50850
51302
  },
50851
51303
 
50852
- /**
50853
- * rejectAndEnd
50854
- * @desc:驳回并办结
50855
- * @author liufan
50856
- * @date 2022年9月29日
51304
+ /**
51305
+ * rejectAndEnd
51306
+ * @desc:驳回并办结
51307
+ * @author liufan
51308
+ * @date 2022年9月29日
50857
51309
  **/
50858
51310
  rejectAndEnd: function rejectAndEnd(res) {
50859
51311
  var _this27 = this;
@@ -50909,11 +51361,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50909
51361
  });
50910
51362
  },
50911
51363
 
50912
- /**
50913
- * toTransfer
50914
- * @desc:转办
50915
- * @author liufan
50916
- * @date 2022年9月29日
51364
+ /**
51365
+ * toTransfer
51366
+ * @desc:转办
51367
+ * @author liufan
51368
+ * @date 2022年9月29日
50917
51369
  **/
50918
51370
  toTransfer: function toTransfer(res) {
50919
51371
  var _this29 = this;
@@ -50932,11 +51384,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50932
51384
  this.nextNode.customLimitTime = val;
50933
51385
  },
50934
51386
 
50935
- /**
50936
- * getNodeInfo
50937
- * @desc:获取节点信息
50938
- * @author liufan
50939
- * @date 2022年5月25日
51387
+ /**
51388
+ * getNodeInfo
51389
+ * @desc:获取节点信息
51390
+ * @author liufan
51391
+ * @date 2022年5月25日
50940
51392
  **/
50941
51393
  getNodeInfo: function getNodeInfo() {
50942
51394
  var _this30 = this;
@@ -51067,12 +51519,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51067
51519
  });
51068
51520
  },
51069
51521
 
51070
- /**
51071
- * selecNext
51072
- * @desc:下步节点变化时更新数据
51073
- * @author liufan
51074
- * @param {String} val 当前选中值
51075
- * @date 2022年5月25日
51522
+ /**
51523
+ * selecNext
51524
+ * @desc:下步节点变化时更新数据
51525
+ * @author liufan
51526
+ * @param {String} val 当前选中值
51527
+ * @date 2022年5月25日
51076
51528
  **/
51077
51529
  selecNext: function selecNext(val, type, isDef) {
51078
51530
  var _this31 = this;
@@ -51212,11 +51664,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51212
51664
  }
51213
51665
  },
51214
51666
 
51215
- /**
51216
- * isMultiple
51217
- * @desc:是否多选
51218
- * @author liufan
51219
- * @date 2022年9月13日
51667
+ /**
51668
+ * isMultiple
51669
+ * @desc:是否多选
51670
+ * @author liufan
51671
+ * @date 2022年9月13日
51220
51672
  **/
51221
51673
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51222
51674
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51248,11 +51700,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51248
51700
  }
51249
51701
  },
51250
51702
 
51251
- /**
51252
- * getHedInfo
51253
- * @desc:获取审核页面数据
51254
- * @author liufan
51255
- * @date 2022年5月25日
51703
+ /**
51704
+ * getHedInfo
51705
+ * @desc:获取审核页面数据
51706
+ * @author liufan
51707
+ * @date 2022年5月25日
51256
51708
  **/
51257
51709
  getHedInfo: function getHedInfo() {
51258
51710
  var _this32 = this;
@@ -51569,13 +52021,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51569
52021
  });
51570
52022
  },
51571
52023
 
51572
- /**
51573
- * closeProcess
51574
- * @desc:关闭弹窗
51575
- * @author liufan
51576
- * @param {boolean} val 当前是否办理流程
51577
- * @param {String} type 当前点击的弹窗类型
51578
- * @date 2022年5月25日
52024
+ /**
52025
+ * closeProcess
52026
+ * @desc:关闭弹窗
52027
+ * @author liufan
52028
+ * @param {boolean} val 当前是否办理流程
52029
+ * @param {String} type 当前点击的弹窗类型
52030
+ * @date 2022年5月25日
51579
52031
  **/
51580
52032
  closeProcess: function closeProcess(val, type, closeParent) {
51581
52033
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51595,23 +52047,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51595
52047
  }
51596
52048
  },
51597
52049
 
51598
- /**
51599
- * selectChange
51600
- * @desc:常用语选择
51601
- * @author liufan
51602
- * @param {String} val 选中值
51603
- * @date 2022年5月25日
52050
+ /**
52051
+ * selectChange
52052
+ * @desc:常用语选择
52053
+ * @author liufan
52054
+ * @param {String} val 选中值
52055
+ * @date 2022年5月25日
51604
52056
  **/
51605
52057
  selectChange: function selectChange(val) {
51606
52058
  this.value = val;
51607
52059
  },
51608
52060
 
51609
- /**
51610
- * upDate
51611
- * @desc:修改常用语
51612
- * @author liufan
51613
- * @param {Object} val 修改值
51614
- * @date 2022年5月25日
52061
+ /**
52062
+ * upDate
52063
+ * @desc:修改常用语
52064
+ * @author liufan
52065
+ * @param {Object} val 修改值
52066
+ * @date 2022年5月25日
51615
52067
  **/
51616
52068
  upDate: function upDate(val) {
51617
52069
  this.FormData.id = val.id;
@@ -51619,11 +52071,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51619
52071
  },
51620
52072
 
51621
52073
 
51622
- /**
51623
- * getProcess
51624
- * @desc:获取选择流程
51625
- * @author liufan
51626
- * @date 2022年5月25日
52074
+ /**
52075
+ * getProcess
52076
+ * @desc:获取选择流程
52077
+ * @author liufan
52078
+ * @date 2022年5月25日
51627
52079
  **/
51628
52080
  getProcess: function getProcess(val) {
51629
52081
  var _this33 = this;
@@ -51683,11 +52135,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51683
52135
  });
51684
52136
  },
51685
52137
 
51686
- /**
51687
- * getPendedhistoryList
51688
- * @desc:获取流程列表
51689
- * @author liufan
51690
- * @date 2022年5月25日
52138
+ /**
52139
+ * getPendedhistoryList
52140
+ * @desc:获取流程列表
52141
+ * @author liufan
52142
+ * @date 2022年5月25日
51691
52143
  **/
51692
52144
  getPendedhistoryList: function getPendedhistoryList() {
51693
52145
  var _this34 = this;
@@ -51758,12 +52210,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51758
52210
  beforeSubProcess: function beforeSubProcess() {},
51759
52211
 
51760
52212
  // 提交流程
51761
- /**
51762
- * subProcess
51763
- * @desc:提交流程
51764
- * @author liufan
51765
- * @param {String} formName 当前form表单ref值
51766
- * @date 2022年5月25日
52213
+ /**
52214
+ * subProcess
52215
+ * @desc:提交流程
52216
+ * @author liufan
52217
+ * @param {String} formName 当前form表单ref值
52218
+ * @date 2022年5月25日
51767
52219
  **/
51768
52220
  subProcess: function subProcess(val, type) {
51769
52221
  var _this36 = this;
@@ -70769,10 +71221,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70769
71221
  this.$refs.user.handleSelect(res);
70770
71222
  },
70771
71223
 
70772
- /**
70773
- * @desc:匹配路由
70774
- * @author huangbo
70775
- * @date 2024年9月7日
71224
+ /**
71225
+ * @desc:匹配路由
71226
+ * @author huangbo
71227
+ * @date 2024年9月7日
70776
71228
  **/
70777
71229
  hasRouter: function hasRouter(res, url, code) {
70778
71230
  if (!url) {
@@ -70816,10 +71268,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70816
71268
  return false;
70817
71269
  },
70818
71270
 
70819
- /**
70820
- * @desc:获取初始数据
70821
- * @author huangbo
70822
- * @date 2024年9月7日
71271
+ /**
71272
+ * @desc:获取初始数据
71273
+ * @author huangbo
71274
+ * @date 2024年9月7日
70823
71275
  **/
70824
71276
  init: function init(results, first) {
70825
71277
  this.setConfig(results);
@@ -70828,10 +71280,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70828
71280
  }
70829
71281
  },
70830
71282
 
70831
- /**
70832
- * @desc:设置用户配置及信息
70833
- * @author huangbo
70834
- * @date 2024年9月7日
71283
+ /**
71284
+ * @desc:设置用户配置及信息
71285
+ * @author huangbo
71286
+ * @date 2024年9月7日
70835
71287
  **/
70836
71288
  setConfig: function setConfig(results) {
70837
71289
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70999,10 +71451,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70999
71451
  }
71000
71452
  },
71001
71453
 
71002
- /**
71003
- * @desc:获取所有应用
71004
- * @author huangbo
71005
- * @date 2024年9月7日
71454
+ /**
71455
+ * @desc:获取所有应用
71456
+ * @author huangbo
71457
+ * @date 2024年9月7日
71006
71458
  **/
71007
71459
  getApplications: function getApplications() {
71008
71460
  var _this2 = this;
@@ -71050,10 +71502,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71050
71502
  });
71051
71503
  },
71052
71504
 
71053
- /**
71054
- * @desc:获取菜单列表
71055
- * @author huangbo
71056
- * @date 2024年9月7日
71505
+ /**
71506
+ * @desc:获取菜单列表
71507
+ * @author huangbo
71508
+ * @date 2024年9月7日
71057
71509
  **/
71058
71510
  getMenus: function getMenus(loading) {
71059
71511
  var _this3 = this;
@@ -71086,10 +71538,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71086
71538
  });
71087
71539
  },
71088
71540
 
71089
- /**
71090
- * @desc:处理菜单列表
71091
- * @author huangbo
71092
- * @date 2024年9月7日
71541
+ /**
71542
+ * @desc:处理菜单列表
71543
+ * @author huangbo
71544
+ * @date 2024年9月7日
71093
71545
  **/
71094
71546
  renderMenus: function renderMenus(res) {
71095
71547
  this.menus = res;
@@ -71185,10 +71637,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71185
71637
  }
71186
71638
  },
71187
71639
 
71188
- /**
71189
- * @desc:设置页面加载类型
71190
- * @author huangbo
71191
- * @date 2024年9月7日
71640
+ /**
71641
+ * @desc:设置页面加载类型
71642
+ * @author huangbo
71643
+ * @date 2024年9月7日
71192
71644
  **/
71193
71645
  setIframeType: function setIframeType(res) {
71194
71646
  var url = res.url;
@@ -71244,10 +71696,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71244
71696
  return res;
71245
71697
  },
71246
71698
 
71247
- /**
71248
- * @desc:获取菜单
71249
- * @author huangbo
71250
- * @date 2024年9月7日
71699
+ /**
71700
+ * @desc:获取菜单
71701
+ * @author huangbo
71702
+ * @date 2024年9月7日
71251
71703
  **/
71252
71704
  getMenu: function getMenu(menus, res, key) {
71253
71705
  if (Array.isArray(menus)) {
@@ -71276,10 +71728,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71276
71728
  return false;
71277
71729
  },
71278
71730
 
71279
- /**
71280
- * @desc:获取菜单第一条数据
71281
- * @author huangbo
71282
- * @date 2024年9月7日
71731
+ /**
71732
+ * @desc:获取菜单第一条数据
71733
+ * @author huangbo
71734
+ * @date 2024年9月7日
71283
71735
  **/
71284
71736
  getFirst: function getFirst(obj) {
71285
71737
  if (!obj) {
@@ -71298,10 +71750,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71298
71750
  }
71299
71751
  },
71300
71752
 
71301
- /**
71302
- * @desc:遍历设置菜单气泡提醒
71303
- * @author huangbo
71304
- * @date 2024年9月7日
71753
+ /**
71754
+ * @desc:遍历设置菜单气泡提醒
71755
+ * @author huangbo
71756
+ * @date 2024年9月7日
71305
71757
  **/
71306
71758
  setTips: function setTips(obj) {
71307
71759
  var _this4 = this;
@@ -71372,10 +71824,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71372
71824
  }
71373
71825
  },
71374
71826
 
71375
- /**
71376
- * @desc:获取气泡提醒
71377
- * @author huangbo
71378
- * @date 2024年9月7日
71827
+ /**
71828
+ * @desc:获取气泡提醒
71829
+ * @author huangbo
71830
+ * @date 2024年9月7日
71379
71831
  **/
71380
71832
  getBadge: function getBadge(res) {
71381
71833
  var num = res.tips || 0;
@@ -71389,10 +71841,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71389
71841
  };
71390
71842
  },
71391
71843
 
71392
- /**
71393
- * @desc:开启weosocket
71394
- * @author huangbo
71395
- * @date 2024年9月7日
71844
+ /**
71845
+ * @desc:开启weosocket
71846
+ * @author huangbo
71847
+ * @date 2024年9月7日
71396
71848
  **/
71397
71849
  initWebSocket: function initWebSocket() {
71398
71850
  var _this6 = this;
@@ -71441,10 +71893,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71441
71893
  });
71442
71894
  },
71443
71895
 
71444
- /**
71445
- * @desc:显示用户信息
71446
- * @author huangbo
71447
- * @date 2024年9月7日
71896
+ /**
71897
+ * @desc:显示用户信息
71898
+ * @author huangbo
71899
+ * @date 2024年9月7日
71448
71900
  **/
71449
71901
  showUserInfo: function showUserInfo() {
71450
71902
  if (this.showUser === false) {
@@ -71452,19 +71904,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71452
71904
  }
71453
71905
  },
71454
71906
 
71455
- /**
71456
- * @desc:删除更多应用菜单点击
71457
- * @author huangbo
71458
- * @date 2024年9月7日
71907
+ /**
71908
+ * @desc:删除更多应用菜单点击
71909
+ * @author huangbo
71910
+ * @date 2024年9月7日
71459
71911
  **/
71460
71912
  handleDelete: function handleDelete(index) {
71461
71913
  this.newApps.splice(index, 1);
71462
71914
  },
71463
71915
 
71464
- /**
71465
- * @desc:储存更多应用菜单点击
71466
- * @author huangbo
71467
- * @date 2024年9月7日
71916
+ /**
71917
+ * @desc:储存更多应用菜单点击
71918
+ * @author huangbo
71919
+ * @date 2024年9月7日
71468
71920
  **/
71469
71921
  handlerClickApps: function handlerClickApps(res) {
71470
71922
  if (res.permission === false) {
@@ -71477,10 +71929,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71477
71929
  this.handlerClickApp(res);
71478
71930
  },
71479
71931
 
71480
- /**
71481
- * @desc:侧边应用菜单点击
71482
- * @author huangbo
71483
- * @date 2024年9月7日
71932
+ /**
71933
+ * @desc:侧边应用菜单点击
71934
+ * @author huangbo
71935
+ * @date 2024年9月7日
71484
71936
  **/
71485
71937
  handlerClickApp: function handlerClickApp(res) {
71486
71938
  this.showMsg = false;
@@ -71569,10 +72021,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71569
72021
  }
71570
72022
  },
71571
72023
 
71572
- /**
71573
- * @desc:显示Drawer界面
71574
- * @author huangbo
71575
- * @date 2024年9月7日
72024
+ /**
72025
+ * @desc:显示Drawer界面
72026
+ * @author huangbo
72027
+ * @date 2024年9月7日
71576
72028
  **/
71577
72029
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71578
72030
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71592,19 +72044,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71592
72044
  }
71593
72045
  },
71594
72046
 
71595
- /**
71596
- * @desc:关闭Drawer界面
71597
- * @author huangbo
71598
- * @date 2024年9月7日
72047
+ /**
72048
+ * @desc:关闭Drawer界面
72049
+ * @author huangbo
72050
+ * @date 2024年9月7日
71599
72051
  **/
71600
72052
  handleCloseDrawer: function handleCloseDrawer() {
71601
72053
  this.drawer = { visible: false };
71602
72054
  },
71603
72055
 
71604
- /**
71605
- * @desc:菜单点击
71606
- * @author huangbo
71607
- * @date 2024年9月7日
72056
+ /**
72057
+ * @desc:菜单点击
72058
+ * @author huangbo
72059
+ * @date 2024年9月7日
71608
72060
  **/
71609
72061
  handlerClickMenu: function handlerClickMenu(res) {
71610
72062
  utils_util.ajax({
@@ -71653,19 +72105,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71653
72105
  },
71654
72106
 
71655
72107
 
71656
- /**
71657
- * @desc:用户详情请求成功
71658
- * @author huangbo
71659
- * @date 2024年9月7日
72108
+ /**
72109
+ * @desc:用户详情请求成功
72110
+ * @author huangbo
72111
+ * @date 2024年9月7日
71660
72112
  **/
71661
72113
  handleSuccess: function handleSuccess(res) {
71662
72114
  this.simpleUserInfo = res.simpleUserInfo;
71663
72115
  },
71664
72116
 
71665
- /**
71666
- * @desc:修改用户配置
71667
- * @author huangbo
71668
- * @date 2024年9月7日
72117
+ /**
72118
+ * @desc:修改用户配置
72119
+ * @author huangbo
72120
+ * @date 2024年9月7日
71669
72121
  **/
71670
72122
  handleChangeConfig: function handleChangeConfig(name, res) {
71671
72123
  if (name == 'userHeadUrl') {
@@ -71681,10 +72133,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71681
72133
  }
71682
72134
  },
71683
72135
 
71684
- /**
71685
- * @desc:关闭webSocket
71686
- * @author huangbo
71687
- * @date 2024年9月7日
72136
+ /**
72137
+ * @desc:关闭webSocket
72138
+ * @author huangbo
72139
+ * @date 2024年9月7日
71688
72140
  **/
71689
72141
  handlerClose: function handlerClose() {
71690
72142
  if (this.webSocket) {
@@ -71692,10 +72144,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71692
72144
  }
71693
72145
  },
71694
72146
 
71695
- /**
71696
- * @desc:刷新选中iframe页签
71697
- * @author huangbo
71698
- * @date 2024年9月7日
72147
+ /**
72148
+ * @desc:刷新选中iframe页签
72149
+ * @author huangbo
72150
+ * @date 2024年9月7日
71699
72151
  **/
71700
72152
  handleRefresh: function handleRefresh(arg) {
71701
72153
  var _this7 = this;
@@ -71749,11 +72201,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71749
72201
  }
71750
72202
  },
71751
72203
 
71752
- /**
71753
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
71754
- * @param {String} baseUrl - 基础 URL
71755
- * @param {Object} routeInfo - 路由信息 { path, params, query }
71756
- * @returns {String} 拼接后的完整 URL
72204
+ /**
72205
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
72206
+ * @param {String} baseUrl - 基础 URL
72207
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
72208
+ * @returns {String} 拼接后的完整 URL
71757
72209
  **/
71758
72210
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
71759
72211
  var path = routeInfo.path,
@@ -71804,10 +72256,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71804
72256
  return baseUrlPrefix + fullPath;
71805
72257
  },
71806
72258
 
71807
- /**
71808
- * @desc:删除iframe
71809
- * @author huangbo
71810
- * @date 2024年9月7日
72259
+ /**
72260
+ * @desc:删除iframe
72261
+ * @author huangbo
72262
+ * @date 2024年9月7日
71811
72263
  **/
71812
72264
  handleRemove: function handleRemove(name) {
71813
72265
  var len = this.tabs.length - 1;
@@ -71824,10 +72276,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71824
72276
  }
71825
72277
  },
71826
72278
 
71827
- /**
71828
- * @desc:tabs鼠标右键事件
71829
- * @author huangbo
71830
- * @date 2024年9月7日
72279
+ /**
72280
+ * @desc:tabs鼠标右键事件
72281
+ * @author huangbo
72282
+ * @date 2024年9月7日
71831
72283
  **/
71832
72284
  handleContextmenu: function handleContextmenu(tabs, e) {
71833
72285
  var disabled = {};
@@ -71852,10 +72304,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71852
72304
  window.addEventListener('click', this.closeTabsEvents);
71853
72305
  },
71854
72306
 
71855
- /**
71856
- * @desc:tabs页签事件
71857
- * @author huangbo
71858
- * @date 2024年9月7日
72307
+ /**
72308
+ * @desc:tabs页签事件
72309
+ * @author huangbo
72310
+ * @date 2024年9月7日
71859
72311
  **/
71860
72312
  handleTabsEvents: function handleTabsEvents(num) {
71861
72313
  if (this.pane !== null) {
@@ -71866,10 +72318,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71866
72318
  },
71867
72319
 
71868
72320
 
71869
- /**
71870
- * @desc:关闭页签事件面板
71871
- * @author huangbo
71872
- * @date 2024年9月7日
72321
+ /**
72322
+ * @desc:关闭页签事件面板
72323
+ * @author huangbo
72324
+ * @date 2024年9月7日
71873
72325
  **/
71874
72326
  closeTabsEvents: function closeTabsEvents(e) {
71875
72327
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71879,10 +72331,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71879
72331
  },
71880
72332
 
71881
72333
 
71882
- /**
71883
- * @desc:tabs页签点击事件
71884
- * @author huangbo
71885
- * @date 2024年9月7日
72334
+ /**
72335
+ * @desc:tabs页签点击事件
72336
+ * @author huangbo
72337
+ * @date 2024年9月7日
71886
72338
  **/
71887
72339
  handleTabClick: function handleTabClick() {
71888
72340
  this.active = '';
@@ -71890,10 +72342,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71890
72342
  this.showMenu = false;
71891
72343
  },
71892
72344
 
71893
- /**
71894
- * @desc:handler工具栏点击事件
71895
- * @author huangbo
71896
- * @date 2024年9月7日
72345
+ /**
72346
+ * @desc:handler工具栏点击事件
72347
+ * @author huangbo
72348
+ * @date 2024年9月7日
71897
72349
  **/
71898
72350
  handleClick: function handleClick(res) {
71899
72351
  var type = res.type,
@@ -71974,10 +72426,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71974
72426
  this.$emit('handler-click', res);
71975
72427
  },
71976
72428
 
71977
- /**
71978
- * @desc:退出登录
71979
- * @author huangbo
71980
- * @date 2024年9月7日
72429
+ /**
72430
+ * @desc:退出登录
72431
+ * @author huangbo
72432
+ * @date 2024年9月7日
71981
72433
  **/
71982
72434
  handleQuit: function handleQuit() {
71983
72435
  var _this8 = this;
@@ -72058,10 +72510,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72058
72510
  }).catch(function (e) {});
72059
72511
  },
72060
72512
 
72061
- /**
72062
- * @desc:主题、消息回调
72063
- * @author huangbo
72064
- * @date 2024年9月7日
72513
+ /**
72514
+ * @desc:主题、消息回调
72515
+ * @author huangbo
72516
+ * @date 2024年9月7日
72065
72517
  **/
72066
72518
  handleChange: function handleChange(res) {
72067
72519
  var type = res.type,
@@ -72077,10 +72529,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72077
72529
  }
72078
72530
  },
72079
72531
 
72080
- /**
72081
- * @desc:菜单布局样式切换
72082
- * @author huangbo
72083
- * @date 2024年9月7日
72532
+ /**
72533
+ * @desc:菜单布局样式切换
72534
+ * @author huangbo
72535
+ * @date 2024年9月7日
72084
72536
  **/
72085
72537
  handleLayout: function handleLayout(res, active) {
72086
72538
  if (active) {
@@ -72090,10 +72542,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72090
72542
  this.$emit('chang-layout', res, active);
72091
72543
  },
72092
72544
 
72093
- /**
72094
- * @desc:消息修改总数
72095
- * @author huangbo
72096
- * @date 2024年9月7日
72545
+ /**
72546
+ * @desc:消息修改总数
72547
+ * @author huangbo
72548
+ * @date 2024年9月7日
72097
72549
  **/
72098
72550
  handleMenuTips: function handleMenuTips(id, num) {
72099
72551
  if (num) {
@@ -72104,10 +72556,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72104
72556
  }
72105
72557
  },
72106
72558
 
72107
- /**
72108
- * @desc:处理即时消息
72109
- * @author huangbo
72110
- * @date 2024年9月7日
72559
+ /**
72560
+ * @desc:处理即时消息
72561
+ * @author huangbo
72562
+ * @date 2024年9月7日
72111
72563
  **/
72112
72564
  handleOpened: function handleOpened(res) {
72113
72565
  var _this9 = this;
@@ -76135,8 +76587,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76135
76587
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
76136
76588
  },
76137
76589
 
76138
- /**
76139
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76590
+ /**
76591
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76140
76592
  */
76141
76593
  queryChildMenuData: function queryChildMenuData() {
76142
76594
  var _this2 = this;
@@ -76255,8 +76707,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76255
76707
  }))();
76256
76708
  },
76257
76709
 
76258
- /**
76259
- * getVoteMeetingNum: 查询会议数量
76710
+ /**
76711
+ * getVoteMeetingNum: 查询会议数量
76260
76712
  */
76261
76713
  getVoteMeetingNum: function getVoteMeetingNum() {
76262
76714
  var _this5 = this;
@@ -76281,8 +76733,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76281
76733
  });
76282
76734
  },
76283
76735
 
76284
- /**
76285
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76736
+ /**
76737
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76286
76738
  */
76287
76739
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76288
76740
  var _this6 = this;
@@ -76307,8 +76759,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76307
76759
  },
76308
76760
 
76309
76761
 
76310
- /**
76311
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76762
+ /**
76763
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76312
76764
  */
76313
76765
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76314
76766
  var _this7 = this;
@@ -76336,8 +76788,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76336
76788
  });
76337
76789
  },
76338
76790
 
76339
- /**
76340
- * getIndexCount: 查询待办任务数量
76791
+ /**
76792
+ * getIndexCount: 查询待办任务数量
76341
76793
  */
76342
76794
  getIndexCount: function getIndexCount() {
76343
76795
  var _this8 = this;
@@ -76368,10 +76820,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76368
76820
  this.$refs.user.handleSelect(res);
76369
76821
  },
76370
76822
 
76371
- /**
76372
- * @desc:匹配路由
76373
- * @author huangbo
76374
- * @date 2024年9月7日
76823
+ /**
76824
+ * @desc:匹配路由
76825
+ * @author huangbo
76826
+ * @date 2024年9月7日
76375
76827
  **/
76376
76828
  hasRouter: function hasRouter(res, url, code) {
76377
76829
  if (!url) {
@@ -76415,10 +76867,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76415
76867
  return false;
76416
76868
  },
76417
76869
 
76418
- /**
76419
- * @desc:获取初始数据
76420
- * @author huangbo
76421
- * @date 2024年9月7日
76870
+ /**
76871
+ * @desc:获取初始数据
76872
+ * @author huangbo
76873
+ * @date 2024年9月7日
76422
76874
  **/
76423
76875
  init: function init(results) {
76424
76876
  this.setConfig(results);
@@ -76429,10 +76881,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76429
76881
  // }
76430
76882
  },
76431
76883
 
76432
- /**
76433
- * @desc:设置用户配置及信息
76434
- * @author huangbo
76435
- * @date 2024年9月7日
76884
+ /**
76885
+ * @desc:设置用户配置及信息
76886
+ * @author huangbo
76887
+ * @date 2024年9月7日
76436
76888
  **/
76437
76889
  setConfig: function setConfig(results) {
76438
76890
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76596,8 +77048,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76596
77048
  }
76597
77049
  },
76598
77050
 
76599
- /**
76600
- * @desc:获取用户自定义菜单
77051
+ /**
77052
+ * @desc:获取用户自定义菜单
76601
77053
  **/
76602
77054
  getUseCommonMenu: function getUseCommonMenu() {
76603
77055
  var _this9 = this;
@@ -76627,10 +77079,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76627
77079
  });
76628
77080
  },
76629
77081
 
76630
- /**
76631
- * @desc:获取所有应用
76632
- * @author huangbo
76633
- * @date 2024年9月7日
77082
+ /**
77083
+ * @desc:获取所有应用
77084
+ * @author huangbo
77085
+ * @date 2024年9月7日
76634
77086
  **/
76635
77087
  getApplications: function getApplications() {
76636
77088
  var _this10 = this;
@@ -76678,10 +77130,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76678
77130
  });
76679
77131
  },
76680
77132
 
76681
- /**
76682
- * @desc:获取菜单列表
76683
- * @author huangbo
76684
- * @date 2024年9月7日
77133
+ /**
77134
+ * @desc:获取菜单列表
77135
+ * @author huangbo
77136
+ * @date 2024年9月7日
76685
77137
  **/
76686
77138
  getMenus: function getMenus(loading) {
76687
77139
  var _this11 = this;
@@ -76708,10 +77160,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76708
77160
  });
76709
77161
  },
76710
77162
 
76711
- /**
76712
- * @desc:处理菜单列表
76713
- * @author huangbo
76714
- * @date 2024年9月7日
77163
+ /**
77164
+ * @desc:处理菜单列表
77165
+ * @author huangbo
77166
+ * @date 2024年9月7日
76715
77167
  **/
76716
77168
  renderMenus: function renderMenus(res) {
76717
77169
  // // console.log(res, 'renderMenus');
@@ -76757,9 +77209,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76757
77209
  // console.log(this.currentPage, 'currentPage');
76758
77210
  },
76759
77211
 
76760
- /**
76761
- * 更新myRemind中各项的权限状态
76762
- * @param {Array} menus - 完整的菜单列表
77212
+ /**
77213
+ * 更新myRemind中各项的权限状态
77214
+ * @param {Array} menus - 完整的菜单列表
76763
77215
  */
76764
77216
  updateRemindPermission: function updateRemindPermission(menus) {
76765
77217
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76787,10 +77239,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76787
77239
  });
76788
77240
  },
76789
77241
 
76790
- /**
76791
- * @desc:设置页面加载类型
76792
- * @author huangbo
76793
- * @date 2024年9月7日
77242
+ /**
77243
+ * @desc:设置页面加载类型
77244
+ * @author huangbo
77245
+ * @date 2024年9月7日
76794
77246
  **/
76795
77247
  setIframeType: function setIframeType(res) {
76796
77248
  var url = res.url;
@@ -76847,10 +77299,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76847
77299
  return res;
76848
77300
  },
76849
77301
 
76850
- /**
76851
- * @desc:获取菜单
76852
- * @author huangbo
76853
- * @date 2024年9月7日
77302
+ /**
77303
+ * @desc:获取菜单
77304
+ * @author huangbo
77305
+ * @date 2024年9月7日
76854
77306
  **/
76855
77307
  getMenu: function getMenu(menus, res, key) {
76856
77308
  if (Array.isArray(menus)) {
@@ -76879,10 +77331,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76879
77331
  return false;
76880
77332
  },
76881
77333
 
76882
- /**
76883
- * @desc:获取菜单第一条数据
76884
- * @author huangbo
76885
- * @date 2024年9月7日
77334
+ /**
77335
+ * @desc:获取菜单第一条数据
77336
+ * @author huangbo
77337
+ * @date 2024年9月7日
76886
77338
  **/
76887
77339
  getFirst: function getFirst(obj) {
76888
77340
  if (!obj) {
@@ -76901,10 +77353,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76901
77353
  }
76902
77354
  },
76903
77355
 
76904
- /**
76905
- * @desc:遍历设置菜单气泡提醒
76906
- * @author huangbo
76907
- * @date 2024年9月7日
77356
+ /**
77357
+ * @desc:遍历设置菜单气泡提醒
77358
+ * @author huangbo
77359
+ * @date 2024年9月7日
76908
77360
  **/
76909
77361
  setTips: function setTips(obj) {
76910
77362
  var _this12 = this;
@@ -76969,10 +77421,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76969
77421
  }
76970
77422
  },
76971
77423
 
76972
- /**
76973
- * @desc:获取气泡提醒
76974
- * @author huangbo
76975
- * @date 2024年9月7日
77424
+ /**
77425
+ * @desc:获取气泡提醒
77426
+ * @author huangbo
77427
+ * @date 2024年9月7日
76976
77428
  **/
76977
77429
  getBadge: function getBadge(res) {
76978
77430
  var num = res.tips || 0;
@@ -76986,10 +77438,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76986
77438
  };
76987
77439
  },
76988
77440
 
76989
- /**
76990
- * @desc:开启weosocket
76991
- * @author huangbo
76992
- * @date 2024年9月7日
77441
+ /**
77442
+ * @desc:开启weosocket
77443
+ * @author huangbo
77444
+ * @date 2024年9月7日
76993
77445
  **/
76994
77446
  initWebSocket: function initWebSocket() {
76995
77447
  var _this14 = this;
@@ -77057,10 +77509,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77057
77509
  });
77058
77510
  },
77059
77511
 
77060
- /**
77061
- * @desc:显示用户信息
77062
- * @author huangbo
77063
- * @date 2024年9月7日
77512
+ /**
77513
+ * @desc:显示用户信息
77514
+ * @author huangbo
77515
+ * @date 2024年9月7日
77064
77516
  **/
77065
77517
  showUserInfo: function showUserInfo() {
77066
77518
  if (this.showUser === false) {
@@ -77068,19 +77520,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77068
77520
  }
77069
77521
  },
77070
77522
 
77071
- /**
77072
- * @desc:删除更多应用菜单点击
77073
- * @author huangbo
77074
- * @date 2024年9月7日
77523
+ /**
77524
+ * @desc:删除更多应用菜单点击
77525
+ * @author huangbo
77526
+ * @date 2024年9月7日
77075
77527
  **/
77076
77528
  handleDelete: function handleDelete(index) {
77077
77529
  this.newApps.splice(index, 1);
77078
77530
  },
77079
77531
 
77080
- /**
77081
- * @desc:显示Drawer界面
77082
- * @author huangbo
77083
- * @date 2024年9月7日
77532
+ /**
77533
+ * @desc:显示Drawer界面
77534
+ * @author huangbo
77535
+ * @date 2024年9月7日
77084
77536
  **/
77085
77537
  handlerSetDrawer: function handlerSetDrawer(res, type) {
77086
77538
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -77100,28 +77552,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77100
77552
  }
77101
77553
  },
77102
77554
 
77103
- /**
77104
- * @desc:关闭Drawer界面
77105
- * @author huangbo
77106
- * @date 2024年9月7日
77555
+ /**
77556
+ * @desc:关闭Drawer界面
77557
+ * @author huangbo
77558
+ * @date 2024年9月7日
77107
77559
  **/
77108
77560
  handleCloseDrawer: function handleCloseDrawer() {
77109
77561
  this.drawer = { visible: false };
77110
77562
  },
77111
77563
 
77112
- /**
77113
- * @desc:用户详情请求成功
77114
- * @author huangbo
77115
- * @date 2024年9月7日
77564
+ /**
77565
+ * @desc:用户详情请求成功
77566
+ * @author huangbo
77567
+ * @date 2024年9月7日
77116
77568
  **/
77117
77569
  handleSuccess: function handleSuccess(res) {
77118
77570
  this.simpleUserInfo = res.simpleUserInfo;
77119
77571
  },
77120
77572
 
77121
- /**
77122
- * @desc:修改用户配置
77123
- * @author huangbo
77124
- * @date 2024年9月7日
77573
+ /**
77574
+ * @desc:修改用户配置
77575
+ * @author huangbo
77576
+ * @date 2024年9月7日
77125
77577
  **/
77126
77578
  handleChangeConfig: function handleChangeConfig(name, res) {
77127
77579
  if (name == 'userHeadUrl') {
@@ -77137,10 +77589,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77137
77589
  }
77138
77590
  },
77139
77591
 
77140
- /**
77141
- * @desc:关闭webSocket
77142
- * @author huangbo
77143
- * @date 2024年9月7日
77592
+ /**
77593
+ * @desc:关闭webSocket
77594
+ * @author huangbo
77595
+ * @date 2024年9月7日
77144
77596
  **/
77145
77597
  handlerClose: function handlerClose() {
77146
77598
  if (this.webSocket) {
@@ -77151,10 +77603,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77151
77603
  this.handleRefresh(1);
77152
77604
  },
77153
77605
 
77154
- /**
77155
- * @desc:刷新选中iframe页签
77156
- * @author huangbo
77157
- * @date 2024年9月7日
77606
+ /**
77607
+ * @desc:刷新选中iframe页签
77608
+ * @author huangbo
77609
+ * @date 2024年9月7日
77158
77610
  **/
77159
77611
  handleRefresh: function handleRefresh(arg) {
77160
77612
  if (arg !== 1) {
@@ -77212,11 +77664,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77212
77664
  }
77213
77665
  },
77214
77666
 
77215
- /**
77216
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
77217
- * @param {String} baseUrl - 基础 URL
77218
- * @param {Object} routeInfo - 路由信息 { path, params, query }
77219
- * @returns {String} 拼接后的完整 URL
77667
+ /**
77668
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
77669
+ * @param {String} baseUrl - 基础 URL
77670
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
77671
+ * @returns {String} 拼接后的完整 URL
77220
77672
  **/
77221
77673
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
77222
77674
  var path = routeInfo.path,
@@ -77267,10 +77719,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77267
77719
  return baseUrlPrefix + fullPath;
77268
77720
  },
77269
77721
 
77270
- /**
77271
- * @desc:删除iframe
77272
- * @author huangbo
77273
- * @date 2024年9月7日
77722
+ /**
77723
+ * @desc:删除iframe
77724
+ * @author huangbo
77725
+ * @date 2024年9月7日
77274
77726
  **/
77275
77727
  handleRemove: function handleRemove(name) {
77276
77728
  var len = this.tabs.length - 1;
@@ -77287,10 +77739,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77287
77739
  }
77288
77740
  },
77289
77741
 
77290
- /**
77291
- * @desc:tabs鼠标右键事件
77292
- * @author huangbo
77293
- * @date 2024年9月7日
77742
+ /**
77743
+ * @desc:tabs鼠标右键事件
77744
+ * @author huangbo
77745
+ * @date 2024年9月7日
77294
77746
  **/
77295
77747
  handleContextmenu: function handleContextmenu(tabs, e) {
77296
77748
  var disabled = {};
@@ -77315,10 +77767,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77315
77767
  window.addEventListener('click', this.closeTabsEvents);
77316
77768
  },
77317
77769
 
77318
- /**
77319
- * @desc:tabs页签事件
77320
- * @author huangbo
77321
- * @date 2024年9月7日
77770
+ /**
77771
+ * @desc:tabs页签事件
77772
+ * @author huangbo
77773
+ * @date 2024年9月7日
77322
77774
  **/
77323
77775
  handleTabsEvents: function handleTabsEvents(num) {
77324
77776
  if (this.pane !== null) {
@@ -77329,10 +77781,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77329
77781
  },
77330
77782
 
77331
77783
 
77332
- /**
77333
- * @desc:关闭页签事件面板
77334
- * @author huangbo
77335
- * @date 2024年9月7日
77784
+ /**
77785
+ * @desc:关闭页签事件面板
77786
+ * @author huangbo
77787
+ * @date 2024年9月7日
77336
77788
  **/
77337
77789
  closeTabsEvents: function closeTabsEvents(e) {
77338
77790
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77342,10 +77794,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77342
77794
  },
77343
77795
 
77344
77796
 
77345
- /**
77346
- * @desc:tabs页签点击事件
77347
- * @author huangbo
77348
- * @date 2024年9月7日
77797
+ /**
77798
+ * @desc:tabs页签点击事件
77799
+ * @author huangbo
77800
+ * @date 2024年9月7日
77349
77801
  **/
77350
77802
  handleTabClick: function handleTabClick() {
77351
77803
  this.active = '';
@@ -77353,10 +77805,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77353
77805
  this.showMenu = false;
77354
77806
  },
77355
77807
 
77356
- /**
77357
- * @desc:handler工具栏点击事件
77358
- * @author huangbo
77359
- * @date 2024年9月7日
77808
+ /**
77809
+ * @desc:handler工具栏点击事件
77810
+ * @author huangbo
77811
+ * @date 2024年9月7日
77360
77812
  **/
77361
77813
  handleClick: function handleClick(res) {
77362
77814
  var type = res.type,
@@ -77446,10 +77898,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77446
77898
  this.$emit('handler-click', res);
77447
77899
  },
77448
77900
 
77449
- /**
77450
- * @desc:退出登录
77451
- * @author huangbo
77452
- * @date 2024年9月7日
77901
+ /**
77902
+ * @desc:退出登录
77903
+ * @author huangbo
77904
+ * @date 2024年9月7日
77453
77905
  **/
77454
77906
  handleQuit: function handleQuit() {
77455
77907
  var _this15 = this;
@@ -77524,10 +77976,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77524
77976
  }).catch(function (e) {});
77525
77977
  },
77526
77978
 
77527
- /**
77528
- * @desc:主题、消息回调
77529
- * @author huangbo
77530
- * @date 2024年9月7日
77979
+ /**
77980
+ * @desc:主题、消息回调
77981
+ * @author huangbo
77982
+ * @date 2024年9月7日
77531
77983
  **/
77532
77984
  handleChange: function handleChange(res) {
77533
77985
  var type = res.type,
@@ -77543,10 +77995,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77543
77995
  }
77544
77996
  },
77545
77997
 
77546
- /**
77547
- * @desc:菜单布局样式切换
77548
- * @author huangbo
77549
- * @date 2024年9月7日
77998
+ /**
77999
+ * @desc:菜单布局样式切换
78000
+ * @author huangbo
78001
+ * @date 2024年9月7日
77550
78002
  **/
77551
78003
  handleLayout: function handleLayout(res, active) {
77552
78004
  if (active) {
@@ -77556,10 +78008,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77556
78008
  this.$emit('chang-layout', res, active);
77557
78009
  },
77558
78010
 
77559
- /**
77560
- * @desc:消息修改总数
77561
- * @author huangbo
77562
- * @date 2024年9月7日
78011
+ /**
78012
+ * @desc:消息修改总数
78013
+ * @author huangbo
78014
+ * @date 2024年9月7日
77563
78015
  **/
77564
78016
  handleMenuTips: function handleMenuTips(id, num) {
77565
78017
  if (num) {
@@ -77570,10 +78022,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77570
78022
  }
77571
78023
  },
77572
78024
 
77573
- /**
77574
- * @desc:处理即时消息
77575
- * @author huangbo
77576
- * @date 2024年9月7日
78025
+ /**
78026
+ * @desc:处理即时消息
78027
+ * @author huangbo
78028
+ * @date 2024年9月7日
77577
78029
  **/
77578
78030
  handleOpened: function handleOpened(res) {
77579
78031
  var _this16 = this;
@@ -77589,14 +78041,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77589
78041
  }
77590
78042
  },
77591
78043
 
77592
- /**
77593
- * @desc:菜单点击事件
77594
- * @author huangbo
77595
- * @date 2024年9月7日
77596
- * @param {*} res 菜单点击事件参数
77597
- * @param {*} method 菜单点击事件方法
77598
- * 1.顶部菜单点击跳转已经实现
77599
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
78044
+ /**
78045
+ * @desc:菜单点击事件
78046
+ * @author huangbo
78047
+ * @date 2024年9月7日
78048
+ * @param {*} res 菜单点击事件参数
78049
+ * @param {*} method 菜单点击事件方法
78050
+ * 1.顶部菜单点击跳转已经实现
78051
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77600
78052
  **/
77601
78053
  handleSelect: function handleSelect(res) {
77602
78054
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -85011,19 +85463,19 @@ var QRCode = __webpack_require__(29);
85011
85463
  //设置logo大小
85012
85464
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
85013
85465
  //设置获取的logo将其变为圆角以及添加白色背景
85014
- /* ctx.fillStyle = "#fff";
85015
- ctx.beginPath();
85016
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85017
- let w = 46; //圆角宽
85018
- let x = logoPosition - 5;
85019
- let y = logoPosition - 5;
85020
- let r = 5; //圆角半径
85021
- ctx.moveTo(x + r, y);
85022
- ctx.arcTo(x + w, y, x + w, y + h, r);
85023
- ctx.arcTo(x + w, y + h, x, y + h, r);
85024
- ctx.arcTo(x, y + h, x, y, r);
85025
- ctx.arcTo(x, y, x + w, y, r);
85026
- ctx.closePath();
85466
+ /* ctx.fillStyle = "#fff";
85467
+ ctx.beginPath();
85468
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85469
+ let w = 46; //圆角宽
85470
+ let x = logoPosition - 5;
85471
+ let y = logoPosition - 5;
85472
+ let r = 5; //圆角半径
85473
+ ctx.moveTo(x + r, y);
85474
+ ctx.arcTo(x + w, y, x + w, y + h, r);
85475
+ ctx.arcTo(x + w, y + h, x, y + h, r);
85476
+ ctx.arcTo(x, y + h, x, y, r);
85477
+ ctx.arcTo(x, y, x + w, y, r);
85478
+ ctx.closePath();
85027
85479
  ctx.fill(); */
85028
85480
  logo.onload = function () {
85029
85481
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -103690,7 +104142,7 @@ if (typeof window !== 'undefined' && window.Vue) {
103690
104142
  }
103691
104143
 
103692
104144
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103693
- version: '0.8.25',
104145
+ version: '0.8.26',
103694
104146
  install: install,
103695
104147
  Button: packages_button,
103696
104148
  ButtonGroup: button_group,