eoss-ui 0.7.56 → 0.7.57

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 (244) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +757 -756
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +289 -288
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +140 -140
  7. package/lib/qr-code.js +13 -13
  8. package/package.json +160 -160
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/button-group/src/main.vue +346 -346
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/main.vue +412 -412
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/clients/src/main.vue +151 -151
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +39 -39
  27. package/packages/data-table/src/column.vue +992 -992
  28. package/packages/data-table/src/main.vue +1840 -1840
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/Circulate.vue +413 -413
  48. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  49. package/packages/flow/src/component/CustomPreset.vue +322 -322
  50. package/packages/flow/src/component/FileList.vue +97 -97
  51. package/packages/flow/src/component/FreeCirculation.vue +241 -241
  52. package/packages/flow/src/component/Preset.vue +255 -255
  53. package/packages/flow/src/component/SendMsg.vue +242 -242
  54. package/packages/flow/src/component/TimeLimit.vue +190 -190
  55. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  56. package/packages/flow/src/form.vue +121 -121
  57. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  58. package/packages/flow/src/main.vue +3878 -3878
  59. package/packages/flow/src/processForm.vue +1365 -1365
  60. package/packages/flow/src/processReject.vue +309 -309
  61. package/packages/flow/src/reset.vue +942 -942
  62. package/packages/flow/src/startTaskRead.vue +693 -692
  63. package/packages/flow/src/supervise.vue +159 -159
  64. package/packages/flow/src/table.vue +58 -58
  65. package/packages/flow-group/index.js +5 -5
  66. package/packages/flow-group/src/main.vue +717 -717
  67. package/packages/flow-list/index.js +5 -5
  68. package/packages/flow-list/src/main.vue +1801 -1801
  69. package/packages/form/index.js +5 -5
  70. package/packages/form/src/main.vue +3901 -3901
  71. package/packages/form/src/table.vue +1512 -1512
  72. package/packages/handle-user/index.js +5 -5
  73. package/packages/handle-user/src/main.vue +137 -137
  74. package/packages/handler/index.js +5 -5
  75. package/packages/handler/src/main.vue +496 -496
  76. package/packages/icon/index.js +5 -5
  77. package/packages/icon/src/main.vue +104 -104
  78. package/packages/icons/index.js +5 -5
  79. package/packages/icons/src/main.vue +81 -81
  80. package/packages/input/index.js +5 -5
  81. package/packages/input/src/main.vue +356 -356
  82. package/packages/input-number/index.js +5 -5
  83. package/packages/input-number/src/main.vue +106 -106
  84. package/packages/label/index.js +5 -5
  85. package/packages/label/src/main.vue +457 -457
  86. package/packages/layout/index.js +5 -5
  87. package/packages/layout/src/item.vue +152 -152
  88. package/packages/layout/src/main.vue +31 -31
  89. package/packages/login/index.js +5 -5
  90. package/packages/login/src/main.vue +2082 -2082
  91. package/packages/login/src/resetPassword.vue +557 -557
  92. package/packages/main/index.js +5 -5
  93. package/packages/main/src/default/message.vue +249 -249
  94. package/packages/main/src/default/notice.vue +157 -157
  95. package/packages/main/src/default/userinfo.vue +503 -503
  96. package/packages/main/src/public/online.vue +89 -89
  97. package/packages/main/src/public/search.vue +464 -464
  98. package/packages/main/src/public/settings.vue +227 -227
  99. package/packages/main/src/simplicity/apps.vue +388 -388
  100. package/packages/main/src/simplicity/avatar.vue +82 -82
  101. package/packages/main/src/simplicity/handler.vue +160 -160
  102. package/packages/main/src/simplicity/index.vue +2307 -2307
  103. package/packages/main/src/simplicity/lists.vue +84 -84
  104. package/packages/main/src/simplicity/menu-list.vue +135 -135
  105. package/packages/main/src/simplicity/message.vue +293 -293
  106. package/packages/main/src/simplicity/notice.vue +222 -222
  107. package/packages/main/src/simplicity/router-page.vue +45 -45
  108. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  109. package/packages/main/src/simplicity/user.vue +259 -259
  110. package/packages/main/src/simplicity/userinfo.vue +401 -401
  111. package/packages/menu/index.js +5 -5
  112. package/packages/menu/src/main.vue +595 -595
  113. package/packages/nav/index.js +5 -5
  114. package/packages/nav/src/main.vue +351 -351
  115. package/packages/notify/index.js +5 -5
  116. package/packages/notify/src/main.vue +538 -538
  117. package/packages/page/index.js +5 -5
  118. package/packages/page/src/main.vue +167 -167
  119. package/packages/pagination/index.js +5 -5
  120. package/packages/pagination/src/main.vue +96 -96
  121. package/packages/player/index.js +5 -5
  122. package/packages/player/src/main.vue +194 -194
  123. package/packages/qr-code/index.js +5 -5
  124. package/packages/qr-code/src/main.vue +170 -170
  125. package/packages/radio-group/index.js +6 -6
  126. package/packages/radio-group/src/main.vue +319 -319
  127. package/packages/retrial-auth/index.js +5 -5
  128. package/packages/retrial-auth/src/main.vue +280 -280
  129. package/packages/select/index.js +5 -5
  130. package/packages/select/src/main.vue +782 -782
  131. package/packages/select-ganged/index.js +5 -5
  132. package/packages/select-ganged/src/main.vue +724 -724
  133. package/packages/selector/index.js +5 -5
  134. package/packages/selector/src/main.vue +761 -761
  135. package/packages/selector-panel/index.js +5 -5
  136. package/packages/selector-panel/src/main.vue +1027 -1027
  137. package/packages/selector-panel/src/selection.vue +170 -170
  138. package/packages/selector-panel/src/tree.vue +129 -129
  139. package/packages/sizer/index.js +5 -5
  140. package/packages/sizer/src/main.vue +254 -254
  141. package/packages/steps/index.js +5 -5
  142. package/packages/steps/src/main.vue +181 -181
  143. package/packages/switch/index.js +5 -5
  144. package/packages/switch/src/main.vue +170 -170
  145. package/packages/table-form/index.js +5 -5
  146. package/packages/tabs/index.js +5 -5
  147. package/packages/tabs/src/main.vue +788 -788
  148. package/packages/tabs-panel/index.js +5 -5
  149. package/packages/tabs-panel/src/main.vue +29 -29
  150. package/packages/theme-chalk/src/base.scss +261 -261
  151. package/packages/theme-chalk/src/button-group.scss +176 -176
  152. package/packages/theme-chalk/src/button.scss +24 -24
  153. package/packages/theme-chalk/src/calendar.scss +113 -113
  154. package/packages/theme-chalk/src/card.scss +99 -99
  155. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  156. package/packages/theme-chalk/src/clients.scss +87 -87
  157. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  158. package/packages/theme-chalk/src/data-table.scss +297 -297
  159. package/packages/theme-chalk/src/date-picker.scss +7 -7
  160. package/packages/theme-chalk/src/dialog.scss +77 -77
  161. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  162. package/packages/theme-chalk/src/enterprise.scss +5 -5
  163. package/packages/theme-chalk/src/error-page.scss +18 -18
  164. package/packages/theme-chalk/src/flow-group.scss +110 -110
  165. package/packages/theme-chalk/src/flow-list.scss +39 -39
  166. package/packages/theme-chalk/src/flow.scss +351 -351
  167. package/packages/theme-chalk/src/form.scss +501 -501
  168. package/packages/theme-chalk/src/handle-user.scss +40 -40
  169. package/packages/theme-chalk/src/handler.scss +148 -148
  170. package/packages/theme-chalk/src/icon.scss +1608 -1608
  171. package/packages/theme-chalk/src/icons.scss +99 -99
  172. package/packages/theme-chalk/src/input.scss +9 -9
  173. package/packages/theme-chalk/src/label.scss +24 -24
  174. package/packages/theme-chalk/src/layout.scss +46 -46
  175. package/packages/theme-chalk/src/login.scss +1006 -1006
  176. package/packages/theme-chalk/src/main.scss +663 -663
  177. package/packages/theme-chalk/src/menu.scss +224 -224
  178. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  179. package/packages/theme-chalk/src/nav.scss +111 -111
  180. package/packages/theme-chalk/src/page.scss +3 -3
  181. package/packages/theme-chalk/src/pagination.scss +29 -29
  182. package/packages/theme-chalk/src/player.scss +9 -9
  183. package/packages/theme-chalk/src/qr-code.scss +17 -17
  184. package/packages/theme-chalk/src/radio-group.scss +9 -9
  185. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  186. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  187. package/packages/theme-chalk/src/select.scss +8 -8
  188. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  189. package/packages/theme-chalk/src/selector.scss +114 -114
  190. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  191. package/packages/theme-chalk/src/sizer.scss +36 -36
  192. package/packages/theme-chalk/src/steps.scss +88 -88
  193. package/packages/theme-chalk/src/switch.scss +3 -3
  194. package/packages/theme-chalk/src/table-form.scss +1 -1
  195. package/packages/theme-chalk/src/tabs.scss +87 -87
  196. package/packages/theme-chalk/src/tips.scss +7 -7
  197. package/packages/theme-chalk/src/toolbar.scss +179 -179
  198. package/packages/theme-chalk/src/tree-group.scss +72 -72
  199. package/packages/theme-chalk/src/tree.scss +165 -165
  200. package/packages/theme-chalk/src/upload.scss +172 -172
  201. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  202. package/packages/tips/index.js +5 -5
  203. package/packages/tips/src/main.vue +141 -141
  204. package/packages/toolbar/index.js +5 -5
  205. package/packages/toolbar/src/main.vue +430 -430
  206. package/packages/tree/index.js +5 -5
  207. package/packages/tree-group/index.js +5 -5
  208. package/packages/upload/index.js +5 -5
  209. package/packages/upload/src/main.vue +1344 -1344
  210. package/packages/upload/src/picture.js +15 -15
  211. package/packages/wujie/index.js +5 -5
  212. package/packages/wujie/src/main.vue +145 -145
  213. package/packages/wxlogin/index.js +5 -5
  214. package/packages/wxlogin/src/main.vue +128 -128
  215. package/src/config/api.js +317 -317
  216. package/src/config/image.js +2 -2
  217. package/src/index.js +163 -163
  218. package/src/utils/bus.js +3 -3
  219. package/src/utils/date-util.js +312 -312
  220. package/src/utils/http.js +50 -50
  221. package/src/utils/rules.js +18 -18
  222. package/src/utils/store.js +21 -21
  223. package/src/utils/webSocket.js +107 -107
  224. package/packages/.DS_Store +0 -0
  225. package/packages/calogin/.DS_Store +0 -0
  226. package/packages/date-picker/.DS_Store +0 -0
  227. package/packages/date-picker/src/.DS_Store +0 -0
  228. package/packages/dialog/.DS_Store +0 -0
  229. package/packages/flow/.DS_Store +0 -0
  230. package/packages/flow/src/.DS_Store +0 -0
  231. package/packages/flow-list/.DS_Store +0 -0
  232. package/packages/form/.DS_Store +0 -0
  233. package/packages/icon/.DS_Store +0 -0
  234. package/packages/login/.DS_Store +0 -0
  235. package/packages/main/.DS_Store +0 -0
  236. package/packages/main/src/.DS_Store +0 -0
  237. package/packages/menu/.DS_Store +0 -0
  238. package/packages/select/.DS_Store +0 -0
  239. package/packages/selector/.DS_Store +0 -0
  240. package/packages/selector-panel/.DS_Store +0 -0
  241. package/packages/theme-chalk/src/.DS_Store +0 -0
  242. package/packages/upload/.DS_Store +0 -0
  243. package/src/.DS_Store +0 -0
  244. package/src/utils/.DS_Store +0 -0
@@ -6126,8 +6126,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6126
6126
 
6127
6127
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6128
6128
 
6129
- /**
6130
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6129
+ /**
6130
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6131
6131
  */
6132
6132
  var CA_ExtInterface = function () {
6133
6133
  function CA_ExtInterface() {
@@ -6140,11 +6140,11 @@ var CA_ExtInterface = function () {
6140
6140
  this.init();
6141
6141
  }
6142
6142
 
6143
- /**
6144
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6145
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6146
- * @param {Object} target - 目标对象
6147
- * @param {Object} options - 新的选项对象
6143
+ /**
6144
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6145
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6146
+ * @param {Object} target - 目标对象
6147
+ * @param {Object} options - 新的选项对象
6148
6148
  */
6149
6149
 
6150
6150
 
@@ -6159,8 +6159,8 @@ var CA_ExtInterface = function () {
6159
6159
  }
6160
6160
  };
6161
6161
 
6162
- /**
6163
- * 检查当前会话的 WebSocket URL
6162
+ /**
6163
+ * 检查当前会话的 WebSocket URL
6164
6164
  */
6165
6165
 
6166
6166
 
@@ -6174,8 +6174,8 @@ var CA_ExtInterface = function () {
6174
6174
  }
6175
6175
  };
6176
6176
 
6177
- /**
6178
- * 检查是否使用 ActiveX
6177
+ /**
6178
+ * 检查是否使用 ActiveX
6179
6179
  */
6180
6180
 
6181
6181
 
@@ -6187,11 +6187,11 @@ var CA_ExtInterface = function () {
6187
6187
  }
6188
6188
  };
6189
6189
 
6190
- /**
6191
- * 扩展发送消息并等待响应
6192
- * @param {string} operatorCmd - 操作命令
6193
- * @param {string} sendMsg - 发送的消息
6194
- * @returns {string} 响应消息
6190
+ /**
6191
+ * 扩展发送消息并等待响应
6192
+ * @param {string} operatorCmd - 操作命令
6193
+ * @param {string} sendMsg - 发送的消息
6194
+ * @returns {string} 响应消息
6195
6195
  */
6196
6196
 
6197
6197
 
@@ -6201,11 +6201,11 @@ var CA_ExtInterface = function () {
6201
6201
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6202
6202
  };
6203
6203
 
6204
- /**
6205
- * 发送消息并等待响应
6206
- * @param {string} wsurl - WebSocket URL
6207
- * @param {string} sendMsg - 发送的消息
6208
- * @returns {string} 响应消息
6204
+ /**
6205
+ * 发送消息并等待响应
6206
+ * @param {string} wsurl - WebSocket URL
6207
+ * @param {string} sendMsg - 发送的消息
6208
+ * @returns {string} 响应消息
6209
6209
  */
6210
6210
 
6211
6211
 
@@ -6229,9 +6229,9 @@ var CA_ExtInterface = function () {
6229
6229
  return ResultMsg;
6230
6230
  };
6231
6231
 
6232
- /**
6233
- * 配置选项
6234
- * @param {Object} extendOption - 扩展选项
6232
+ /**
6233
+ * 配置选项
6234
+ * @param {Object} extendOption - 扩展选项
6235
6235
  */
6236
6236
 
6237
6237
 
@@ -6241,8 +6241,8 @@ var CA_ExtInterface = function () {
6241
6241
  }
6242
6242
  };
6243
6243
 
6244
- /**
6245
- * 初始化
6244
+ /**
6245
+ * 初始化
6246
6246
  */
6247
6247
 
6248
6248
 
@@ -6250,9 +6250,9 @@ var CA_ExtInterface = function () {
6250
6250
  this.isUseActioveX();
6251
6251
  };
6252
6252
 
6253
- /**
6254
- * 返回客户端的版本
6255
- * @returns {string} 客户端版本
6253
+ /**
6254
+ * 返回客户端的版本
6255
+ * @returns {string} 客户端版本
6256
6256
  */
6257
6257
 
6258
6258
 
@@ -6265,13 +6265,13 @@ var CA_ExtInterface = function () {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- /**
6269
- * 下载客户端程序并安装
6270
- * @param {string} bstrURL - 下载地址
6271
- * @param {string} bstrHashValue - 哈希值
6272
- * @param {boolean} bSync - 是否同步安装
6273
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6274
- * @returns {number} 安装结果
6268
+ /**
6269
+ * 下载客户端程序并安装
6270
+ * @param {string} bstrURL - 下载地址
6271
+ * @param {string} bstrHashValue - 哈希值
6272
+ * @param {boolean} bSync - 是否同步安装
6273
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6274
+ * @returns {number} 安装结果
6275
6275
  */
6276
6276
 
6277
6277
 
@@ -6285,11 +6285,11 @@ var CA_ExtInterface = function () {
6285
6285
  }
6286
6286
  };
6287
6287
 
6288
- /**
6289
- * 获取硬件指纹信息
6290
- * @param {number} dwSign - 签名
6291
- * @param {string} strGateWayIP - 网关 IP
6292
- * @returns {string} 硬件指纹信息
6288
+ /**
6289
+ * 获取硬件指纹信息
6290
+ * @param {number} dwSign - 签名
6291
+ * @param {string} strGateWayIP - 网关 IP
6292
+ * @returns {string} 硬件指纹信息
6293
6293
  */
6294
6294
 
6295
6295
 
@@ -6303,12 +6303,12 @@ var CA_ExtInterface = function () {
6303
6303
  }
6304
6304
  };
6305
6305
 
6306
- /**
6307
- * 设置转发策略和代填策略
6308
- * @param {string} strProxyPolicy - 转发策略
6309
- * @param {string} strSSOPolicy - 代填策略
6310
- * @param {string} strGatewayAddress - 网关地址
6311
- * @returns {number} 设置结果
6306
+ /**
6307
+ * 设置转发策略和代填策略
6308
+ * @param {string} strProxyPolicy - 转发策略
6309
+ * @param {string} strSSOPolicy - 代填策略
6310
+ * @param {string} strGatewayAddress - 网关地址
6311
+ * @returns {number} 设置结果
6312
6312
  */
6313
6313
 
6314
6314
 
@@ -6322,11 +6322,11 @@ var CA_ExtInterface = function () {
6322
6322
  }
6323
6323
  };
6324
6324
 
6325
- /**
6326
- * 启动认证信息模块
6327
- * @param {string} strFileName - 文件名
6328
- * @param {string} strXmlData - XML 数据
6329
- * @returns {string} 认证信息
6325
+ /**
6326
+ * 启动认证信息模块
6327
+ * @param {string} strFileName - 文件名
6328
+ * @param {string} strXmlData - XML 数据
6329
+ * @returns {string} 认证信息
6330
6330
  */
6331
6331
 
6332
6332
 
@@ -6340,10 +6340,10 @@ var CA_ExtInterface = function () {
6340
6340
  }
6341
6341
  };
6342
6342
 
6343
- /**
6344
- * 打开 BS 应用
6345
- * @param {string} strUrl - 应用 URL
6346
- * @returns {number} 打开结果
6343
+ /**
6344
+ * 打开 BS 应用
6345
+ * @param {string} strUrl - 应用 URL
6346
+ * @returns {number} 打开结果
6347
6347
  */
6348
6348
 
6349
6349
 
@@ -6357,12 +6357,12 @@ var CA_ExtInterface = function () {
6357
6357
  }
6358
6358
  };
6359
6359
 
6360
- /**
6361
- * 打开 CS 应用
6362
- * @param {string} strGatewayAddress - 网关地址
6363
- * @param {string} strAppFlag - 应用标识
6364
- * @param {string} strAppPath - 应用路径
6365
- * @returns {number} 打开结果
6360
+ /**
6361
+ * 打开 CS 应用
6362
+ * @param {string} strGatewayAddress - 网关地址
6363
+ * @param {string} strAppFlag - 应用标识
6364
+ * @param {string} strAppPath - 应用路径
6365
+ * @returns {number} 打开结果
6366
6366
  */
6367
6367
 
6368
6368
 
@@ -6376,13 +6376,13 @@ var CA_ExtInterface = function () {
6376
6376
  }
6377
6377
  };
6378
6378
 
6379
- /**
6380
- * 设置自动更新策略
6381
- * @param {string} strGatewayAddress - 网关地址
6382
- * @param {number} nGatewayPort - 网关端口
6383
- * @param {string} strUserToken - 用户令牌
6384
- * @param {number} updatedelay - 更新延迟
6385
- * @returns {number} 设置结果
6379
+ /**
6380
+ * 设置自动更新策略
6381
+ * @param {string} strGatewayAddress - 网关地址
6382
+ * @param {number} nGatewayPort - 网关端口
6383
+ * @param {string} strUserToken - 用户令牌
6384
+ * @param {number} updatedelay - 更新延迟
6385
+ * @returns {number} 设置结果
6386
6386
  */
6387
6387
 
6388
6388
 
@@ -6396,10 +6396,10 @@ var CA_ExtInterface = function () {
6396
6396
  }
6397
6397
  };
6398
6398
 
6399
- /**
6400
- * 获取客户端 IP
6401
- * @param {string} strGatewayIP - 网关 IP
6402
- * @returns {string} 客户端 IP
6399
+ /**
6400
+ * 获取客户端 IP
6401
+ * @param {string} strGatewayIP - 网关 IP
6402
+ * @returns {string} 客户端 IP
6403
6403
  */
6404
6404
 
6405
6405
 
@@ -6413,10 +6413,10 @@ var CA_ExtInterface = function () {
6413
6413
  }
6414
6414
  };
6415
6415
 
6416
- /**
6417
- * 登出网关
6418
- * @param {string} strServerIP - 服务器 IP
6419
- * @returns {number} 登出结果
6416
+ /**
6417
+ * 登出网关
6418
+ * @param {string} strServerIP - 服务器 IP
6419
+ * @returns {number} 登出结果
6420
6420
  */
6421
6421
 
6422
6422
 
@@ -6430,11 +6430,11 @@ var CA_ExtInterface = function () {
6430
6430
  }
6431
6431
  };
6432
6432
 
6433
- /**
6434
- * 运行安装包
6435
- * @param {number} lRunType - 运行类型
6436
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6437
- * @returns {number} 运行结果
6433
+ /**
6434
+ * 运行安装包
6435
+ * @param {number} lRunType - 运行类型
6436
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6437
+ * @returns {number} 运行结果
6438
6438
  */
6439
6439
 
6440
6440
 
@@ -6448,9 +6448,9 @@ var CA_ExtInterface = function () {
6448
6448
  }
6449
6449
  };
6450
6450
 
6451
- /**
6452
- * 获取下载进度
6453
- * @returns {number} 下载进度
6451
+ /**
6452
+ * 获取下载进度
6453
+ * @returns {number} 下载进度
6454
6454
  */
6455
6455
 
6456
6456
 
@@ -6464,9 +6464,9 @@ var CA_ExtInterface = function () {
6464
6464
  }
6465
6465
  };
6466
6466
 
6467
- /**
6468
- * 是否安装完成
6469
- * @returns {boolean} 安装完成状态
6467
+ /**
6468
+ * 是否安装完成
6469
+ * @returns {boolean} 安装完成状态
6470
6470
  */
6471
6471
 
6472
6472
 
@@ -6480,11 +6480,11 @@ var CA_ExtInterface = function () {
6480
6480
  }
6481
6481
  };
6482
6482
 
6483
- /**
6484
- * 初始化签包对象
6485
- * @param {string} strAlgType - 算法类型
6486
- * @param {string} strAuxParam - 辅助参数
6487
- * @returns {number} 初始化结果
6483
+ /**
6484
+ * 初始化签包对象
6485
+ * @param {string} strAlgType - 算法类型
6486
+ * @param {string} strAuxParam - 辅助参数
6487
+ * @returns {number} 初始化结果
6488
6488
  */
6489
6489
 
6490
6490
 
@@ -6498,10 +6498,10 @@ var CA_ExtInterface = function () {
6498
6498
  }
6499
6499
  };
6500
6500
 
6501
- /**
6502
- * 设置摘要算法
6503
- * @param {string} strDigestAlg - 摘要算法
6504
- * @returns {number} 设置结果
6501
+ /**
6502
+ * 设置摘要算法
6503
+ * @param {string} strDigestAlg - 摘要算法
6504
+ * @returns {number} 设置结果
6505
6505
  */
6506
6506
 
6507
6507
 
@@ -6515,10 +6515,10 @@ var CA_ExtInterface = function () {
6515
6515
  }
6516
6516
  };
6517
6517
 
6518
- /**
6519
- * 设置单证书是否弹出对话框
6520
- * @param {number} isChoose - 是否弹出对话框
6521
- * @returns {number} 设置结果
6518
+ /**
6519
+ * 设置单证书是否弹出对话框
6520
+ * @param {number} isChoose - 是否弹出对话框
6521
+ * @returns {number} 设置结果
6522
6522
  */
6523
6523
 
6524
6524
 
@@ -6532,11 +6532,11 @@ var CA_ExtInterface = function () {
6532
6532
  }
6533
6533
  };
6534
6534
 
6535
- /**
6536
- * 添加证书过滤条件
6537
- * @param {number} ulType - 过滤类型
6538
- * @param {string} strValue - 过滤值
6539
- * @returns {number} 添加结果
6535
+ /**
6536
+ * 添加证书过滤条件
6537
+ * @param {number} ulType - 过滤类型
6538
+ * @param {string} strValue - 过滤值
6539
+ * @returns {number} 添加结果
6540
6540
  */
6541
6541
 
6542
6542
 
@@ -6550,9 +6550,9 @@ var CA_ExtInterface = function () {
6550
6550
  }
6551
6551
  };
6552
6552
 
6553
- /**
6554
- * 清除所有过滤条件
6555
- * @returns {number} 清除结果
6553
+ /**
6554
+ * 清除所有过滤条件
6555
+ * @returns {number} 清除结果
6556
6556
  */
6557
6557
 
6558
6558
 
@@ -6566,10 +6566,10 @@ var CA_ExtInterface = function () {
6566
6566
  }
6567
6567
  };
6568
6568
 
6569
- /**
6570
- * P1 签名
6571
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6572
- * @returns {string} 签名结果
6569
+ /**
6570
+ * P1 签名
6571
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6572
+ * @returns {string} 签名结果
6573
6573
  */
6574
6574
 
6575
6575
 
@@ -6583,10 +6583,10 @@ var CA_ExtInterface = function () {
6583
6583
  }
6584
6584
  };
6585
6585
 
6586
- /**
6587
- * P1 签名字符串
6588
- * @param {string} strValue - 待签名的字符串
6589
- * @returns {string} 签名结果
6586
+ /**
6587
+ * P1 签名字符串
6588
+ * @param {string} strValue - 待签名的字符串
6589
+ * @returns {string} 签名结果
6590
6590
  */
6591
6591
 
6592
6592
 
@@ -6600,12 +6600,12 @@ var CA_ExtInterface = function () {
6600
6600
  }
6601
6601
  };
6602
6602
 
6603
- /**
6604
- * P7 签名
6605
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6606
- * @param {boolean} isDetach - 是否分离签名
6607
- * @param {boolean} isIncludeCert - 是否包含证书
6608
- * @returns {string} 签名结果
6603
+ /**
6604
+ * P7 签名
6605
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6606
+ * @param {boolean} isDetach - 是否分离签名
6607
+ * @param {boolean} isIncludeCert - 是否包含证书
6608
+ * @returns {string} 签名结果
6609
6609
  */
6610
6610
 
6611
6611
 
@@ -6619,12 +6619,12 @@ var CA_ExtInterface = function () {
6619
6619
  }
6620
6620
  };
6621
6621
 
6622
- /**
6623
- * P7 签名字符串
6624
- * @param {string} strValue - 待签名的字符串
6625
- * @param {boolean} isDetach - 是否分离签名
6626
- * @param {boolean} isIncludeCert - 是否包含证书
6627
- * @returns {string} 签名结果
6622
+ /**
6623
+ * P7 签名字符串
6624
+ * @param {string} strValue - 待签名的字符串
6625
+ * @param {boolean} isDetach - 是否分离签名
6626
+ * @param {boolean} isIncludeCert - 是否包含证书
6627
+ * @returns {string} 签名结果
6628
6628
  */
6629
6629
 
6630
6630
 
@@ -6638,9 +6638,9 @@ var CA_ExtInterface = function () {
6638
6638
  }
6639
6639
  };
6640
6640
 
6641
- /**
6642
- * 释放签名对象
6643
- * @returns {number} 释放结果
6641
+ /**
6642
+ * 释放签名对象
6643
+ * @returns {number} 释放结果
6644
6644
  */
6645
6645
 
6646
6646
 
@@ -6654,9 +6654,9 @@ var CA_ExtInterface = function () {
6654
6654
  }
6655
6655
  };
6656
6656
 
6657
- /**
6658
- * 获取签名版本
6659
- * @returns {string} 签名版本
6657
+ /**
6658
+ * 获取签名版本
6659
+ * @returns {string} 签名版本
6660
6660
  */
6661
6661
 
6662
6662
 
@@ -6670,9 +6670,9 @@ var CA_ExtInterface = function () {
6670
6670
  }
6671
6671
  };
6672
6672
 
6673
- /**
6674
- * 获取签名证书
6675
- * @returns {string} 签名证书
6673
+ /**
6674
+ * 获取签名证书
6675
+ * @returns {string} 签名证书
6676
6676
  */
6677
6677
 
6678
6678
 
@@ -6686,9 +6686,9 @@ var CA_ExtInterface = function () {
6686
6686
  }
6687
6687
  };
6688
6688
 
6689
- /**
6690
- * 获取错误码
6691
- * @returns {number} 错误码
6689
+ /**
6690
+ * 获取错误码
6691
+ * @returns {number} 错误码
6692
6692
  */
6693
6693
 
6694
6694
 
@@ -6702,9 +6702,9 @@ var CA_ExtInterface = function () {
6702
6702
  }
6703
6703
  };
6704
6704
 
6705
- /**
6706
- * 获取错误信息
6707
- * @returns {string} 错误信息
6705
+ /**
6706
+ * 获取错误信息
6707
+ * @returns {string} 错误信息
6708
6708
  */
6709
6709
 
6710
6710
 
@@ -6718,9 +6718,9 @@ var CA_ExtInterface = function () {
6718
6718
  }
6719
6719
  };
6720
6720
 
6721
- /**
6722
- * 销毁认证对象
6723
- * @returns {number} 销毁结果
6721
+ /**
6722
+ * 销毁认证对象
6723
+ * @returns {number} 销毁结果
6724
6724
  */
6725
6725
 
6726
6726
 
@@ -6734,9 +6734,9 @@ var CA_ExtInterface = function () {
6734
6734
  }
6735
6735
  };
6736
6736
 
6737
- /**
6738
- * 获取证书类型
6739
- * @returns {string} 证书类型
6737
+ /**
6738
+ * 获取证书类型
6739
+ * @returns {string} 证书类型
6740
6740
  */
6741
6741
 
6742
6742
 
@@ -6750,9 +6750,9 @@ var CA_ExtInterface = function () {
6750
6750
  }
6751
6751
  };
6752
6752
 
6753
- /**
6754
- * 获取签名摘要算法
6755
- * @returns {string} 签名摘要算法
6753
+ /**
6754
+ * 获取签名摘要算法
6755
+ * @returns {string} 签名摘要算法
6756
6756
  */
6757
6757
 
6758
6758
 
@@ -6766,11 +6766,11 @@ var CA_ExtInterface = function () {
6766
6766
  }
6767
6767
  };
6768
6768
 
6769
- /**
6770
- * 使能调用序列
6771
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6772
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6773
- * @returns {number} 使能结果
6769
+ /**
6770
+ * 使能调用序列
6771
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6772
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6773
+ * @returns {number} 使能结果
6774
6774
  */
6775
6775
 
6776
6776
 
@@ -6784,9 +6784,9 @@ var CA_ExtInterface = function () {
6784
6784
  }
6785
6785
  };
6786
6786
 
6787
- /**
6788
- * 清空调用序列结果
6789
- * @returns {number} 清空调用序列结果
6787
+ /**
6788
+ * 清空调用序列结果
6789
+ * @returns {number} 清空调用序列结果
6790
6790
  */
6791
6791
 
6792
6792
 
@@ -6800,9 +6800,9 @@ var CA_ExtInterface = function () {
6800
6800
  }
6801
6801
  };
6802
6802
 
6803
- /**
6804
- * 获取调用序列结果
6805
- * @returns {string} 调用序列结果
6803
+ /**
6804
+ * 获取调用序列结果
6805
+ * @returns {string} 调用序列结果
6806
6806
  */
6807
6807
 
6808
6808
 
@@ -6816,12 +6816,12 @@ var CA_ExtInterface = function () {
6816
6816
  }
6817
6817
  };
6818
6818
 
6819
- /**
6820
- * 客户端安全策略检查
6821
- * @param {string} strGatewayAddress - 网关地址
6822
- * @param {number} usGatewayPort - 网关端口
6823
- * @param {string} strSecurityPolicys - 安全策略
6824
- * @returns {boolean} 检查结果
6819
+ /**
6820
+ * 客户端安全策略检查
6821
+ * @param {string} strGatewayAddress - 网关地址
6822
+ * @param {number} usGatewayPort - 网关端口
6823
+ * @param {string} strSecurityPolicys - 安全策略
6824
+ * @returns {boolean} 检查结果
6825
6825
  */
6826
6826
 
6827
6827
 
@@ -6835,9 +6835,9 @@ var CA_ExtInterface = function () {
6835
6835
  }
6836
6836
  };
6837
6837
 
6838
- /**
6839
- * 获取通讯协议版本
6840
- * @returns {string} 通讯协议版本
6838
+ /**
6839
+ * 获取通讯协议版本
6840
+ * @returns {string} 通讯协议版本
6841
6841
  */
6842
6842
 
6843
6843
 
@@ -6851,13 +6851,13 @@ var CA_ExtInterface = function () {
6851
6851
  }
6852
6852
  };
6853
6853
 
6854
- /**
6855
- * 修改 Key 的 Pin 码
6856
- * @param {string} strCertSn - 证书序列号
6857
- * @param {number} lPinCodeType - Pin 码类型
6858
- * @param {string} strCurPinCode - 当前 Pin 码
6859
- * @param {string} strNewPinCode - 新 Pin 码
6860
- * @returns {number} 修改结果
6854
+ /**
6855
+ * 修改 Key 的 Pin 码
6856
+ * @param {string} strCertSn - 证书序列号
6857
+ * @param {number} lPinCodeType - Pin 码类型
6858
+ * @param {string} strCurPinCode - 当前 Pin 码
6859
+ * @param {string} strNewPinCode - 新 Pin 码
6860
+ * @returns {number} 修改结果
6861
6861
  */
6862
6862
 
6863
6863
 
@@ -6871,10 +6871,10 @@ var CA_ExtInterface = function () {
6871
6871
  }
6872
6872
  };
6873
6873
 
6874
- /**
6875
- * 等待策略设置完毕
6876
- * @param {string} strGatewayAddress - 网关地址
6877
- * @returns {number} 等待结果
6874
+ /**
6875
+ * 等待策略设置完毕
6876
+ * @param {string} strGatewayAddress - 网关地址
6877
+ * @returns {number} 等待结果
6878
6878
  */
6879
6879
 
6880
6880
 
@@ -6888,10 +6888,10 @@ var CA_ExtInterface = function () {
6888
6888
  }
6889
6889
  };
6890
6890
 
6891
- /**
6892
- * 获取会话 Token
6893
- * @param {string} strGatewayAddress - 网关地址
6894
- * @returns {string} 会话 Token
6891
+ /**
6892
+ * 获取会话 Token
6893
+ * @param {string} strGatewayAddress - 网关地址
6894
+ * @returns {string} 会话 Token
6895
6895
  */
6896
6896
 
6897
6897
 
@@ -6905,9 +6905,9 @@ var CA_ExtInterface = function () {
6905
6905
  }
6906
6906
  };
6907
6907
 
6908
- /**
6909
- * 获取控件版本
6910
- * @returns {string} 控件版本
6908
+ /**
6909
+ * 获取控件版本
6910
+ * @returns {string} 控件版本
6911
6911
  */
6912
6912
 
6913
6913
 
@@ -6921,10 +6921,10 @@ var CA_ExtInterface = function () {
6921
6921
  }
6922
6922
  };
6923
6923
 
6924
- /**
6925
- * 设置语言资源
6926
- * @param {string} strLanguage - 语言资源
6927
- * @returns {number} 设置结果
6924
+ /**
6925
+ * 设置语言资源
6926
+ * @param {string} strLanguage - 语言资源
6927
+ * @returns {number} 设置结果
6928
6928
  */
6929
6929
 
6930
6930
 
@@ -6938,12 +6938,12 @@ var CA_ExtInterface = function () {
6938
6938
  }
6939
6939
  };
6940
6940
 
6941
- /**
6942
- * 获取用户属性
6943
- * @param {string} strGatewayAddress - 网关地址
6944
- * @param {string} strAppFlag - 应用标识
6945
- * @param {string} strAttributeName - 属性名称
6946
- * @returns {string} 用户属性值
6941
+ /**
6942
+ * 获取用户属性
6943
+ * @param {string} strGatewayAddress - 网关地址
6944
+ * @param {string} strAppFlag - 应用标识
6945
+ * @param {string} strAttributeName - 属性名称
6946
+ * @returns {string} 用户属性值
6947
6947
  */
6948
6948
 
6949
6949
 
@@ -6957,9 +6957,9 @@ var CA_ExtInterface = function () {
6957
6957
  }
6958
6958
  };
6959
6959
 
6960
- /**
6961
- * 获取签名加密 PIN 码
6962
- * @returns {string} 签名加密 PIN 码
6960
+ /**
6961
+ * 获取签名加密 PIN 码
6962
+ * @returns {string} 签名加密 PIN 码
6963
6963
  */
6964
6964
 
6965
6965
 
@@ -6972,20 +6972,20 @@ var CA_ExtInterface = function () {
6972
6972
  return result.value;
6973
6973
  }
6974
6974
  };
6975
- /*
6976
- *曙光四川CA
6977
- *'SOF_GetUserList' 证书列表
6978
- *'SOF_ExportUserCert' 导出证书
6979
- *'SOF_GetCertInfo': 获取证书信息
6980
- *'SOF_GenRandom': 生成随机数
6981
- *'SOF_SignData': 获取证书签名
6982
- *'SOF_Login': 登录证书
6983
- *'SOF_GetPinRetryCount': 剩余次数
6975
+ /*
6976
+ *曙光四川CA
6977
+ *'SOF_GetUserList' 证书列表
6978
+ *'SOF_ExportUserCert' 导出证书
6979
+ *'SOF_GetCertInfo': 获取证书信息
6980
+ *'SOF_GenRandom': 生成随机数
6981
+ *'SOF_SignData': 获取证书签名
6982
+ *'SOF_Login': 登录证书
6983
+ *'SOF_GetPinRetryCount': 剩余次数
6984
6984
  */
6985
- /**
6986
- *
6987
- * 获取webSocket消息
6988
- * @returns {string}
6985
+ /**
6986
+ *
6987
+ * 获取webSocket消息
6988
+ * @returns {string}
6989
6989
  */
6990
6990
 
6991
6991
 
@@ -7021,10 +7021,10 @@ var CA_ExtInterface = function () {
7021
7021
  };
7022
7022
  });
7023
7023
  };
7024
- /**
7025
- *
7026
- * base64解码
7027
- * @returns {string} base64解码后的字符串
7024
+ /**
7025
+ *
7026
+ * base64解码
7027
+ * @returns {string} base64解码后的字符串
7028
7028
  */
7029
7029
 
7030
7030
 
@@ -7059,10 +7059,10 @@ var CA_ExtInterface = function () {
7059
7059
  val = this.utf8_decode(val);
7060
7060
  return val;
7061
7061
  };
7062
- /**
7063
- *
7064
- * base64编码
7065
- * @returns {string} base64编码后的字符串
7062
+ /**
7063
+ *
7064
+ * base64编码
7065
+ * @returns {string} base64编码后的字符串
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7095,10 +7095,10 @@ var CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  return val;
7097
7097
  };
7098
- /**
7099
- *
7100
- * utf8解码
7101
- * @returns {string} utf8解码后的字符串
7098
+ /**
7099
+ *
7100
+ * utf8解码
7101
+ * @returns {string} utf8解码后的字符串
7102
7102
  */
7103
7103
 
7104
7104
 
@@ -7127,10 +7127,10 @@ var CA_ExtInterface = function () {
7127
7127
  }
7128
7128
  return string;
7129
7129
  };
7130
- /**
7131
- *
7132
- * utf8编码
7133
- * @returns {string} utf8编码后的字符串
7130
+ /**
7131
+ *
7132
+ * utf8编码
7133
+ * @returns {string} utf8编码后的字符串
7134
7134
  */
7135
7135
 
7136
7136
 
@@ -31315,21 +31315,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31315
31315
  return validSate;
31316
31316
  },
31317
31317
 
31318
- /**
31319
- * changeOpinion
31320
- * @desc:监听意见变化
31321
- * @author liufan
31322
- * @date 2022年10月28日
31318
+ /**
31319
+ * changeOpinion
31320
+ * @desc:监听意见变化
31321
+ * @author liufan
31322
+ * @date 2022年10月28日
31323
31323
  **/
31324
31324
  changeOpinion: function changeOpinion() {
31325
31325
  this.$emit('change', this.form.value);
31326
31326
  },
31327
31327
 
31328
- /**
31329
- * getCommonOpion
31330
- * @desc:获取意见
31331
- * @author liufan
31332
- * @date 2022年5月25日
31328
+ /**
31329
+ * getCommonOpion
31330
+ * @desc:获取意见
31331
+ * @author liufan
31332
+ * @date 2022年5月25日
31333
31333
  **/
31334
31334
  getCommonOpion: function getCommonOpion() {
31335
31335
  var _this = this;
@@ -31358,24 +31358,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31358
31358
  });
31359
31359
  },
31360
31360
 
31361
- /**
31362
- * upDate
31363
- * @desc:修改常用语
31364
- * @author liufan
31365
- * @param {Object} val 修改值
31366
- * @date 2022年5月25日
31361
+ /**
31362
+ * upDate
31363
+ * @desc:修改常用语
31364
+ * @author liufan
31365
+ * @param {Object} val 修改值
31366
+ * @date 2022年5月25日
31367
31367
  **/
31368
31368
  upDate: function upDate(val) {
31369
31369
  this.FormData.id = val.id;
31370
31370
  this.addVisible = true;
31371
31371
  },
31372
31372
 
31373
- /**
31374
- * selectChange
31375
- * @desc:常用语选择
31376
- * @author liufan
31377
- * @param {String} val 选中值
31378
- * @date 2022年5月25日
31373
+ /**
31374
+ * selectChange
31375
+ * @desc:常用语选择
31376
+ * @author liufan
31377
+ * @param {String} val 选中值
31378
+ * @date 2022年5月25日
31379
31379
  **/
31380
31380
  selectChange: function selectChange(val) {
31381
31381
  var _this2 = this;
@@ -31394,12 +31394,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31394
31394
  });
31395
31395
  },
31396
31396
 
31397
- /**
31398
- * del
31399
- * @desc:删除常用语
31400
- * @author liufan
31401
- * @param {Object} val 删除的数据
31402
- * @date 2022年5月25日
31397
+ /**
31398
+ * del
31399
+ * @desc:删除常用语
31400
+ * @author liufan
31401
+ * @param {Object} val 删除的数据
31402
+ * @date 2022年5月25日
31403
31403
  **/
31404
31404
  del: function del(val) {
31405
31405
  var _this3 = this;
@@ -31441,12 +31441,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31441
31441
  }).catch(function (e) {});
31442
31442
  },
31443
31443
 
31444
- /**
31445
- * submit
31446
- * @desc:新增/编辑意见保存
31447
- * @author liufan
31448
- * @param {Object} val 保存数据
31449
- * @date 2022年5月25日
31444
+ /**
31445
+ * submit
31446
+ * @desc:新增/编辑意见保存
31447
+ * @author liufan
31448
+ * @param {Object} val 保存数据
31449
+ * @date 2022年5月25日
31450
31450
  **/
31451
31451
  submit: function submit(val) {
31452
31452
  var _this4 = this;
@@ -34912,11 +34912,11 @@ var processFormvue_type_script_lang_js_components;
34912
34912
  });
34913
34913
  },
34914
34914
 
34915
- /**
34916
- * isMultiple
34917
- * @desc:是否多选
34918
- * @author liufan
34919
- * @date 2022年9月13日
34915
+ /**
34916
+ * isMultiple
34917
+ * @desc:是否多选
34918
+ * @author liufan
34919
+ * @date 2022年9月13日
34920
34920
  **/
34921
34921
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34922
34922
  var multiple = false;
@@ -36699,8 +36699,8 @@ var processReject_component = normalizeComponent(
36699
36699
  )
36700
36700
 
36701
36701
  /* harmony default export */ var processReject = (processReject_component.exports);
36702
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
36703
- var startTaskReadvue_type_template_id_3d56ed51_render = function () {
36702
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c06bc6e&
36703
+ var startTaskReadvue_type_template_id_0c06bc6e_render = function () {
36704
36704
  var _vm = this
36705
36705
  var _h = _vm.$createElement
36706
36706
  var _c = _vm._self._c || _h
@@ -37122,11 +37122,11 @@ var startTaskReadvue_type_template_id_3d56ed51_render = function () {
37122
37122
  1
37123
37123
  )
37124
37124
  }
37125
- var startTaskReadvue_type_template_id_3d56ed51_staticRenderFns = []
37126
- startTaskReadvue_type_template_id_3d56ed51_render._withStripped = true
37125
+ var startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns = []
37126
+ startTaskReadvue_type_template_id_0c06bc6e_render._withStripped = true
37127
37127
 
37128
37128
 
37129
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
37129
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c06bc6e&
37130
37130
 
37131
37131
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
37132
37132
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -37420,7 +37420,8 @@ var startTaskReadvue_type_script_lang_js_components;
37420
37420
  businessId: this.param.businessId,
37421
37421
  businessName: this.param.businessName,
37422
37422
  bCode: this.param.bCode,
37423
- bName: this.param.bName
37423
+ bName: this.param.bName,
37424
+ appId: this.param.appId
37424
37425
  };
37425
37426
  } else {
37426
37427
  params.appId = this.readParams.appId;
@@ -37851,8 +37852,8 @@ var startTaskReadvue_type_script_lang_js_components;
37851
37852
 
37852
37853
  var startTaskRead_component = normalizeComponent(
37853
37854
  src_startTaskReadvue_type_script_lang_js_,
37854
- startTaskReadvue_type_template_id_3d56ed51_render,
37855
- startTaskReadvue_type_template_id_3d56ed51_staticRenderFns,
37855
+ startTaskReadvue_type_template_id_0c06bc6e_render,
37856
+ startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns,
37856
37857
  false,
37857
37858
  null,
37858
37859
  null,
@@ -39116,11 +39117,11 @@ var resetvue_type_script_lang_js_components;
39116
39117
  });
39117
39118
  },
39118
39119
 
39119
- /**
39120
- * isMultiple
39121
- * @desc:是否多选
39122
- * @author liufan
39123
- * @date 2022年9月13日
39120
+ /**
39121
+ * isMultiple
39122
+ * @desc:是否多选
39123
+ * @author liufan
39124
+ * @date 2022年9月13日
39124
39125
  **/
39125
39126
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39126
39127
  var multiple = false;
@@ -43692,11 +43693,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43692
43693
  });
43693
43694
  },
43694
43695
 
43695
- /**
43696
- * saveInfo
43697
- * @desc:暂存
43698
- * @author liufan
43699
- * @date 2022年9月9日
43696
+ /**
43697
+ * saveInfo
43698
+ * @desc:暂存
43699
+ * @author liufan
43700
+ * @date 2022年9月9日
43700
43701
  **/
43701
43702
  saveInfo: function saveInfo(type, btn) {
43702
43703
  var _this6 = this;
@@ -43758,11 +43759,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43758
43759
  });
43759
43760
  },
43760
43761
 
43761
- /**
43762
- * rejectBtn
43763
- * @desc:点击驳回
43764
- * @author liufan
43765
- * @date 2022年5月25日
43762
+ /**
43763
+ * rejectBtn
43764
+ * @desc:点击驳回
43765
+ * @author liufan
43766
+ * @date 2022年5月25日
43766
43767
  **/
43767
43768
  rejectBtn: function rejectBtn() {
43768
43769
  var _this8 = this;
@@ -43780,11 +43781,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43780
43781
  }
43781
43782
  },
43782
43783
 
43783
- /**
43784
- * taskReadBtn
43785
- * @desc:点击分阅
43786
- * @author liufan
43787
- * @date 2022年5月25日
43784
+ /**
43785
+ * taskReadBtn
43786
+ * @desc:点击分阅
43787
+ * @author liufan
43788
+ * @date 2022年5月25日
43788
43789
  **/
43789
43790
  taskReadBtn: function taskReadBtn() {
43790
43791
  var _this9 = this;
@@ -43803,11 +43804,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43803
43804
  }
43804
43805
  },
43805
43806
 
43806
- /**
43807
- * getFind
43808
- * @desc:获取通知方式
43809
- * @author liufan
43810
- * @date 2022年5月25日
43807
+ /**
43808
+ * getFind
43809
+ * @desc:获取通知方式
43810
+ * @author liufan
43811
+ * @date 2022年5月25日
43811
43812
  **/
43812
43813
  getFind: function getFind() {
43813
43814
  var _this10 = this;
@@ -43862,12 +43863,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43862
43863
  });
43863
43864
  },
43864
43865
 
43865
- /**
43866
- * endFlows
43867
- * @desc:直接办结
43868
- * @author liufan
43869
- * @param {Object} res 直接办结数据
43870
- * @date 2022年5月25日
43866
+ /**
43867
+ * endFlows
43868
+ * @desc:直接办结
43869
+ * @author liufan
43870
+ * @param {Object} res 直接办结数据
43871
+ * @date 2022年5月25日
43871
43872
  **/
43872
43873
  endFlows: function endFlows(res) {
43873
43874
  var _this12 = this;
@@ -43921,12 +43922,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43921
43922
  }).catch(function (e) {});
43922
43923
  },
43923
43924
 
43924
- /**
43925
- * goView
43926
- * @desc:更多流程按钮操作
43927
- * @author liufan
43928
- * @param {Object} res 当前点击操作按钮数据
43929
- * @date 2022年5月25日
43925
+ /**
43926
+ * goView
43927
+ * @desc:更多流程按钮操作
43928
+ * @author liufan
43929
+ * @param {Object} res 当前点击操作按钮数据
43930
+ * @date 2022年5月25日
43930
43931
  **/
43931
43932
  goView: function goView(res) {
43932
43933
  // 驳回并办结:rejectAndEndHtml
@@ -44011,11 +44012,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44011
44012
  // isCanStartSubFlow
44012
44013
  },
44013
44014
 
44014
- /**
44015
- * toTakeAdvice
44016
- * @desc:征求意见
44017
- * @author liufan
44018
- * @date 2022年9月29日
44015
+ /**
44016
+ * toTakeAdvice
44017
+ * @desc:征求意见
44018
+ * @author liufan
44019
+ * @date 2022年9月29日
44019
44020
  **/
44020
44021
  toTakeAdvice: function toTakeAdvice(res) {
44021
44022
  var _this14 = this;
@@ -44059,11 +44060,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44059
44060
  });
44060
44061
  },
44061
44062
 
44062
- /**
44063
- * toStartDraf
44064
- * @desc: 稿件递送、联合审核、复核
44065
- * @author liufan
44066
- * @date 2022年9月29日
44063
+ /**
44064
+ * toStartDraf
44065
+ * @desc: 稿件递送、联合审核、复核
44066
+ * @author liufan
44067
+ * @date 2022年9月29日
44067
44068
  **/
44068
44069
  toStartDraf: function toStartDraf(res) {
44069
44070
  var _this16 = this;
@@ -44077,11 +44078,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44077
44078
  }
44078
44079
  },
44079
44080
 
44080
- /**
44081
- * toSendMsg
44082
- * @desc:核稿通知
44083
- * @author liufan
44084
- * @date 2022年9月29日
44081
+ /**
44082
+ * toSendMsg
44083
+ * @desc:核稿通知
44084
+ * @author liufan
44085
+ * @date 2022年9月29日
44085
44086
  **/
44086
44087
  toSendMsg: function toSendMsg(res) {
44087
44088
  var _this17 = this;
@@ -44095,11 +44096,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44095
44096
  }
44096
44097
  },
44097
44098
 
44098
- /**
44099
- * toTaskReadAndEnd
44100
- * @desc:分阅并办结
44101
- * @author liufan
44102
- * @date 2022年9月29日
44099
+ /**
44100
+ * toTaskReadAndEnd
44101
+ * @desc:分阅并办结
44102
+ * @author liufan
44103
+ * @date 2022年9月29日
44103
44104
  **/
44104
44105
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44105
44106
  var _this18 = this;
@@ -44117,11 +44118,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44117
44118
  }
44118
44119
  },
44119
44120
 
44120
- /**
44121
- * rejectAndEnd
44122
- * @desc:驳回并办结
44123
- * @author liufan
44124
- * @date 2022年9月29日
44121
+ /**
44122
+ * rejectAndEnd
44123
+ * @desc:驳回并办结
44124
+ * @author liufan
44125
+ * @date 2022年9月29日
44125
44126
  **/
44126
44127
  rejectAndEnd: function rejectAndEnd(res) {
44127
44128
  var _this19 = this;
@@ -44176,11 +44177,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44176
44177
  });
44177
44178
  },
44178
44179
 
44179
- /**
44180
- * toTransfer
44181
- * @desc:转办
44182
- * @author liufan
44183
- * @date 2022年9月29日
44180
+ /**
44181
+ * toTransfer
44182
+ * @desc:转办
44183
+ * @author liufan
44184
+ * @date 2022年9月29日
44184
44185
  **/
44185
44186
  toTransfer: function toTransfer(res) {
44186
44187
  var _this21 = this;
@@ -44196,11 +44197,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44196
44197
  }
44197
44198
  },
44198
44199
 
44199
- /**
44200
- * getNodeInfo
44201
- * @desc:获取节点信息
44202
- * @author liufan
44203
- * @date 2022年5月25日
44200
+ /**
44201
+ * getNodeInfo
44202
+ * @desc:获取节点信息
44203
+ * @author liufan
44204
+ * @date 2022年5月25日
44204
44205
  **/
44205
44206
  getNodeInfo: function getNodeInfo() {
44206
44207
  var _this22 = this;
@@ -44299,12 +44300,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44299
44300
  });
44300
44301
  },
44301
44302
 
44302
- /**
44303
- * selecNext
44304
- * @desc:下步节点变化时更新数据
44305
- * @author liufan
44306
- * @param {String} val 当前选中值
44307
- * @date 2022年5月25日
44303
+ /**
44304
+ * selecNext
44305
+ * @desc:下步节点变化时更新数据
44306
+ * @author liufan
44307
+ * @param {String} val 当前选中值
44308
+ * @date 2022年5月25日
44308
44309
  **/
44309
44310
  selecNext: function selecNext(val, type, isDef) {
44310
44311
  var _this23 = this;
@@ -44413,11 +44414,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44413
44414
  if (isDef !== true) this.getNodeInfo();
44414
44415
  },
44415
44416
 
44416
- /**
44417
- * isMultiple
44418
- * @desc:是否多选
44419
- * @author liufan
44420
- * @date 2022年9月13日
44417
+ /**
44418
+ * isMultiple
44419
+ * @desc:是否多选
44420
+ * @author liufan
44421
+ * @date 2022年9月13日
44421
44422
  **/
44422
44423
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44423
44424
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44449,11 +44450,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44449
44450
  }
44450
44451
  },
44451
44452
 
44452
- /**
44453
- * getHedInfo
44454
- * @desc:获取审核页面数据
44455
- * @author liufan
44456
- * @date 2022年5月25日
44453
+ /**
44454
+ * getHedInfo
44455
+ * @desc:获取审核页面数据
44456
+ * @author liufan
44457
+ * @date 2022年5月25日
44457
44458
  **/
44458
44459
  getHedInfo: function getHedInfo() {
44459
44460
  var _this24 = this;
@@ -44689,13 +44690,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44689
44690
  });
44690
44691
  },
44691
44692
 
44692
- /**
44693
- * closeProcess
44694
- * @desc:关闭弹窗
44695
- * @author liufan
44696
- * @param {boolean} val 当前是否办理流程
44697
- * @param {String} type 当前点击的弹窗类型
44698
- * @date 2022年5月25日
44693
+ /**
44694
+ * closeProcess
44695
+ * @desc:关闭弹窗
44696
+ * @author liufan
44697
+ * @param {boolean} val 当前是否办理流程
44698
+ * @param {String} type 当前点击的弹窗类型
44699
+ * @date 2022年5月25日
44699
44700
  **/
44700
44701
  closeProcess: function closeProcess(val, type, closeParent) {
44701
44702
  if (closeParent) {
@@ -44712,23 +44713,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44712
44713
  }
44713
44714
  },
44714
44715
 
44715
- /**
44716
- * selectChange
44717
- * @desc:常用语选择
44718
- * @author liufan
44719
- * @param {String} val 选中值
44720
- * @date 2022年5月25日
44716
+ /**
44717
+ * selectChange
44718
+ * @desc:常用语选择
44719
+ * @author liufan
44720
+ * @param {String} val 选中值
44721
+ * @date 2022年5月25日
44721
44722
  **/
44722
44723
  selectChange: function selectChange(val) {
44723
44724
  this.value = val;
44724
44725
  },
44725
44726
 
44726
- /**
44727
- * upDate
44728
- * @desc:修改常用语
44729
- * @author liufan
44730
- * @param {Object} val 修改值
44731
- * @date 2022年5月25日
44727
+ /**
44728
+ * upDate
44729
+ * @desc:修改常用语
44730
+ * @author liufan
44731
+ * @param {Object} val 修改值
44732
+ * @date 2022年5月25日
44732
44733
  **/
44733
44734
  upDate: function upDate(val) {
44734
44735
  this.FormData.id = val.id;
@@ -44736,11 +44737,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44736
44737
  },
44737
44738
 
44738
44739
 
44739
- /**
44740
- * getProcess
44741
- * @desc:获取选择流程
44742
- * @author liufan
44743
- * @date 2022年5月25日
44740
+ /**
44741
+ * getProcess
44742
+ * @desc:获取选择流程
44743
+ * @author liufan
44744
+ * @date 2022年5月25日
44744
44745
  **/
44745
44746
  getProcess: function getProcess() {
44746
44747
  var _this25 = this;
@@ -44794,11 +44795,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44794
44795
  });
44795
44796
  },
44796
44797
 
44797
- /**
44798
- * getPendedhistoryList
44799
- * @desc:获取流程列表
44800
- * @author liufan
44801
- * @date 2022年5月25日
44798
+ /**
44799
+ * getPendedhistoryList
44800
+ * @desc:获取流程列表
44801
+ * @author liufan
44802
+ * @date 2022年5月25日
44802
44803
  **/
44803
44804
  getPendedhistoryList: function getPendedhistoryList() {
44804
44805
  var _this26 = this;
@@ -44830,12 +44831,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44830
44831
  },
44831
44832
 
44832
44833
  // 提交流程
44833
- /**
44834
- * subProcess
44835
- * @desc:提交流程
44836
- * @author liufan
44837
- * @param {String} formName 当前form表单ref值
44838
- * @date 2022年5月25日
44834
+ /**
44835
+ * subProcess
44836
+ * @desc:提交流程
44837
+ * @author liufan
44838
+ * @param {String} formName 当前form表单ref值
44839
+ * @date 2022年5月25日
44839
44840
  **/
44840
44841
  subProcess: function subProcess(val) {
44841
44842
  var _this27 = this;
@@ -48430,11 +48431,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48430
48431
  });
48431
48432
  },
48432
48433
 
48433
- /**
48434
- * saveInfo
48435
- * @desc:暂存
48436
- * @author liufan
48437
- * @date 2022年9月9日
48434
+ /**
48435
+ * saveInfo
48436
+ * @desc:暂存
48437
+ * @author liufan
48438
+ * @date 2022年9月9日
48438
48439
  **/
48439
48440
  saveInfo: function saveInfo(type, btn) {
48440
48441
  var _this11 = this;
@@ -48496,11 +48497,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48496
48497
  });
48497
48498
  },
48498
48499
 
48499
- /**
48500
- * rejectBtn
48501
- * @desc:点击驳回
48502
- * @author liufan
48503
- * @date 2022年5月25日
48500
+ /**
48501
+ * rejectBtn
48502
+ * @desc:点击驳回
48503
+ * @author liufan
48504
+ * @date 2022年5月25日
48504
48505
  **/
48505
48506
  rejectBtn: function rejectBtn() {
48506
48507
  var _this13 = this;
@@ -48518,11 +48519,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48518
48519
  }
48519
48520
  },
48520
48521
 
48521
- /**
48522
- * taskReadBtn
48523
- * @desc:点击分阅
48524
- * @author liufan
48525
- * @date 2022年5月25日
48522
+ /**
48523
+ * taskReadBtn
48524
+ * @desc:点击分阅
48525
+ * @author liufan
48526
+ * @date 2022年5月25日
48526
48527
  **/
48527
48528
  taskReadBtn: function taskReadBtn() {
48528
48529
  var _this14 = this;
@@ -48541,11 +48542,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48541
48542
  }
48542
48543
  },
48543
48544
 
48544
- /**
48545
- * getFind
48546
- * @desc:获取通知方式
48547
- * @author liufan
48548
- * @date 2022年5月25日
48545
+ /**
48546
+ * getFind
48547
+ * @desc:获取通知方式
48548
+ * @author liufan
48549
+ * @date 2022年5月25日
48549
48550
  **/
48550
48551
  getFind: function getFind() {
48551
48552
  var _this15 = this;
@@ -48611,12 +48612,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48611
48612
  });
48612
48613
  },
48613
48614
 
48614
- /**
48615
- * endFlows
48616
- * @desc:直接办结
48617
- * @author liufan
48618
- * @param {Object} res 直接办结数据
48619
- * @date 2022年5月25日
48615
+ /**
48616
+ * endFlows
48617
+ * @desc:直接办结
48618
+ * @author liufan
48619
+ * @param {Object} res 直接办结数据
48620
+ * @date 2022年5月25日
48620
48621
  **/
48621
48622
  endFlows: function endFlows(res) {
48622
48623
  var _this17 = this;
@@ -48671,12 +48672,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48671
48672
  }).catch(function (e) {});
48672
48673
  },
48673
48674
 
48674
- /**
48675
- * goView
48676
- * @desc:更多流程按钮操作
48677
- * @author liufan
48678
- * @param {Object} res 当前点击操作按钮数据
48679
- * @date 2022年5月25日
48675
+ /**
48676
+ * goView
48677
+ * @desc:更多流程按钮操作
48678
+ * @author liufan
48679
+ * @param {Object} res 当前点击操作按钮数据
48680
+ * @date 2022年5月25日
48680
48681
  **/
48681
48682
  goView: function goView(res) {
48682
48683
  // 驳回并办结:rejectAndEndHtml
@@ -48763,11 +48764,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48763
48764
  // isCanStartSubFlow
48764
48765
  },
48765
48766
 
48766
- /**
48767
- * toTakeAdvice
48768
- * @desc:征求意见
48769
- * @author liufan
48770
- * @date 2022年9月29日
48767
+ /**
48768
+ * toTakeAdvice
48769
+ * @desc:征求意见
48770
+ * @author liufan
48771
+ * @date 2022年9月29日
48771
48772
  **/
48772
48773
  toTakeAdvice: function toTakeAdvice(res) {
48773
48774
  var _this19 = this;
@@ -48811,11 +48812,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48811
48812
  });
48812
48813
  },
48813
48814
 
48814
- /**
48815
- * toStartDraf
48816
- * @desc: 稿件递送、联合审核、复核
48817
- * @author liufan
48818
- * @date 2022年9月29日
48815
+ /**
48816
+ * toStartDraf
48817
+ * @desc: 稿件递送、联合审核、复核
48818
+ * @author liufan
48819
+ * @date 2022年9月29日
48819
48820
  **/
48820
48821
  toStartDraf: function toStartDraf(res) {
48821
48822
  var _this21 = this;
@@ -48829,11 +48830,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48829
48830
  }
48830
48831
  },
48831
48832
 
48832
- /**
48833
- * toSendMsg
48834
- * @desc:核稿通知
48835
- * @author liufan
48836
- * @date 2022年9月29日
48833
+ /**
48834
+ * toSendMsg
48835
+ * @desc:核稿通知
48836
+ * @author liufan
48837
+ * @date 2022年9月29日
48837
48838
  **/
48838
48839
  toSendMsg: function toSendMsg(res) {
48839
48840
  var _this22 = this;
@@ -48847,11 +48848,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48847
48848
  }
48848
48849
  },
48849
48850
 
48850
- /**
48851
- * toTaskReadAndEnd
48852
- * @desc:分阅并办结
48853
- * @author liufan
48854
- * @date 2022年9月29日
48851
+ /**
48852
+ * toTaskReadAndEnd
48853
+ * @desc:分阅并办结
48854
+ * @author liufan
48855
+ * @date 2022年9月29日
48855
48856
  **/
48856
48857
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48857
48858
  var _this23 = this;
@@ -48869,11 +48870,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48869
48870
  }
48870
48871
  },
48871
48872
 
48872
- /**
48873
- * rejectAndEnd
48874
- * @desc:驳回并办结
48875
- * @author liufan
48876
- * @date 2022年9月29日
48873
+ /**
48874
+ * rejectAndEnd
48875
+ * @desc:驳回并办结
48876
+ * @author liufan
48877
+ * @date 2022年9月29日
48877
48878
  **/
48878
48879
  rejectAndEnd: function rejectAndEnd(res) {
48879
48880
  var _this24 = this;
@@ -48929,11 +48930,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48929
48930
  });
48930
48931
  },
48931
48932
 
48932
- /**
48933
- * toTransfer
48934
- * @desc:转办
48935
- * @author liufan
48936
- * @date 2022年9月29日
48933
+ /**
48934
+ * toTransfer
48935
+ * @desc:转办
48936
+ * @author liufan
48937
+ * @date 2022年9月29日
48937
48938
  **/
48938
48939
  toTransfer: function toTransfer(res) {
48939
48940
  var _this26 = this;
@@ -48952,11 +48953,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48952
48953
  this.nextNode.customLimitTime = val;
48953
48954
  },
48954
48955
 
48955
- /**
48956
- * getNodeInfo
48957
- * @desc:获取节点信息
48958
- * @author liufan
48959
- * @date 2022年5月25日
48956
+ /**
48957
+ * getNodeInfo
48958
+ * @desc:获取节点信息
48959
+ * @author liufan
48960
+ * @date 2022年5月25日
48960
48961
  **/
48961
48962
  getNodeInfo: function getNodeInfo() {
48962
48963
  var _this27 = this;
@@ -49063,12 +49064,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49063
49064
  });
49064
49065
  },
49065
49066
 
49066
- /**
49067
- * selecNext
49068
- * @desc:下步节点变化时更新数据
49069
- * @author liufan
49070
- * @param {String} val 当前选中值
49071
- * @date 2022年5月25日
49067
+ /**
49068
+ * selecNext
49069
+ * @desc:下步节点变化时更新数据
49070
+ * @author liufan
49071
+ * @param {String} val 当前选中值
49072
+ * @date 2022年5月25日
49072
49073
  **/
49073
49074
  selecNext: function selecNext(val, type, isDef) {
49074
49075
  var _this28 = this;
@@ -49200,11 +49201,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49200
49201
  this.getNodeInfo();
49201
49202
  },
49202
49203
 
49203
- /**
49204
- * isMultiple
49205
- * @desc:是否多选
49206
- * @author liufan
49207
- * @date 2022年9月13日
49204
+ /**
49205
+ * isMultiple
49206
+ * @desc:是否多选
49207
+ * @author liufan
49208
+ * @date 2022年9月13日
49208
49209
  **/
49209
49210
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49210
49211
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49236,11 +49237,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49236
49237
  }
49237
49238
  },
49238
49239
 
49239
- /**
49240
- * getHedInfo
49241
- * @desc:获取审核页面数据
49242
- * @author liufan
49243
- * @date 2022年5月25日
49240
+ /**
49241
+ * getHedInfo
49242
+ * @desc:获取审核页面数据
49243
+ * @author liufan
49244
+ * @date 2022年5月25日
49244
49245
  **/
49245
49246
  getHedInfo: function getHedInfo() {
49246
49247
  var _this29 = this;
@@ -49544,13 +49545,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49544
49545
  });
49545
49546
  },
49546
49547
 
49547
- /**
49548
- * closeProcess
49549
- * @desc:关闭弹窗
49550
- * @author liufan
49551
- * @param {boolean} val 当前是否办理流程
49552
- * @param {String} type 当前点击的弹窗类型
49553
- * @date 2022年5月25日
49548
+ /**
49549
+ * closeProcess
49550
+ * @desc:关闭弹窗
49551
+ * @author liufan
49552
+ * @param {boolean} val 当前是否办理流程
49553
+ * @param {String} type 当前点击的弹窗类型
49554
+ * @date 2022年5月25日
49554
49555
  **/
49555
49556
  closeProcess: function closeProcess(val, type, closeParent) {
49556
49557
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49570,23 +49571,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49570
49571
  }
49571
49572
  },
49572
49573
 
49573
- /**
49574
- * selectChange
49575
- * @desc:常用语选择
49576
- * @author liufan
49577
- * @param {String} val 选中值
49578
- * @date 2022年5月25日
49574
+ /**
49575
+ * selectChange
49576
+ * @desc:常用语选择
49577
+ * @author liufan
49578
+ * @param {String} val 选中值
49579
+ * @date 2022年5月25日
49579
49580
  **/
49580
49581
  selectChange: function selectChange(val) {
49581
49582
  this.value = val;
49582
49583
  },
49583
49584
 
49584
- /**
49585
- * upDate
49586
- * @desc:修改常用语
49587
- * @author liufan
49588
- * @param {Object} val 修改值
49589
- * @date 2022年5月25日
49585
+ /**
49586
+ * upDate
49587
+ * @desc:修改常用语
49588
+ * @author liufan
49589
+ * @param {Object} val 修改值
49590
+ * @date 2022年5月25日
49590
49591
  **/
49591
49592
  upDate: function upDate(val) {
49592
49593
  this.FormData.id = val.id;
@@ -49594,11 +49595,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49594
49595
  },
49595
49596
 
49596
49597
 
49597
- /**
49598
- * getProcess
49599
- * @desc:获取选择流程
49600
- * @author liufan
49601
- * @date 2022年5月25日
49598
+ /**
49599
+ * getProcess
49600
+ * @desc:获取选择流程
49601
+ * @author liufan
49602
+ * @date 2022年5月25日
49602
49603
  **/
49603
49604
  getProcess: function getProcess(val) {
49604
49605
  var _this30 = this;
@@ -49658,11 +49659,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49658
49659
  });
49659
49660
  },
49660
49661
 
49661
- /**
49662
- * getPendedhistoryList
49663
- * @desc:获取流程列表
49664
- * @author liufan
49665
- * @date 2022年5月25日
49662
+ /**
49663
+ * getPendedhistoryList
49664
+ * @desc:获取流程列表
49665
+ * @author liufan
49666
+ * @date 2022年5月25日
49666
49667
  **/
49667
49668
  getPendedhistoryList: function getPendedhistoryList() {
49668
49669
  var _this31 = this;
@@ -49730,12 +49731,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49730
49731
  },
49731
49732
 
49732
49733
  // 提交流程
49733
- /**
49734
- * subProcess
49735
- * @desc:提交流程
49736
- * @author liufan
49737
- * @param {String} formName 当前form表单ref值
49738
- * @date 2022年5月25日
49734
+ /**
49735
+ * subProcess
49736
+ * @desc:提交流程
49737
+ * @author liufan
49738
+ * @param {String} formName 当前form表单ref值
49739
+ * @date 2022年5月25日
49739
49740
  **/
49740
49741
  subProcess: function subProcess(val, type) {
49741
49742
  var _this33 = this;
@@ -53560,12 +53561,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53560
53561
  }
53561
53562
  },
53562
53563
 
53563
- /**
53564
- * handleFormSubmit
53565
- * @desc:删除节点点击事件
53566
- * @param {Object} formData 点击删除的form数据
53567
- * @author liufan
53568
- * @date 2022年11月29日
53564
+ /**
53565
+ * handleFormSubmit
53566
+ * @desc:删除节点点击事件
53567
+ * @param {Object} formData 点击删除的form数据
53568
+ * @author liufan
53569
+ * @date 2022年11月29日
53569
53570
  **/
53570
53571
  handleFormSubmit: function handleFormSubmit(formData) {
53571
53572
  var _this9 = this;
@@ -53601,12 +53602,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53601
53602
  });
53602
53603
  },
53603
53604
 
53604
- /**
53605
- * del
53606
- * @desc:展示删除弹窗
53607
- * @param {String} id 当前点击数据id
53608
- * @author liufan
53609
- * @date 2022年11月29日
53605
+ /**
53606
+ * del
53607
+ * @desc:展示删除弹窗
53608
+ * @param {String} id 当前点击数据id
53609
+ * @author liufan
53610
+ * @date 2022年11月29日
53610
53611
  **/
53611
53612
  del: function del(id, type) {
53612
53613
  this.modalType = type;
@@ -53614,36 +53615,36 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53614
53615
  this.showDel = true;
53615
53616
  },
53616
53617
 
53617
- /**
53618
- * handleCurrentChange
53619
- * @desc:监听页码变化
53620
- * @param {String} val 当前页
53621
- * @author liufan
53622
- * @date 2022年11月29日
53618
+ /**
53619
+ * handleCurrentChange
53620
+ * @desc:监听页码变化
53621
+ * @param {String} val 当前页
53622
+ * @author liufan
53623
+ * @date 2022年11月29日
53623
53624
  **/
53624
53625
  handleCurrentChange: function handleCurrentChange(val) {
53625
53626
  this.currentPage = val;
53626
53627
  this.getPressList();
53627
53628
  },
53628
53629
 
53629
- /**
53630
- * handleSizeChange
53631
- * @desc:监听每页数据显示数量变化
53632
- * @param {String} val 每页展示数量
53633
- * @author liufan
53634
- * @date 2022年11月29日
53630
+ /**
53631
+ * handleSizeChange
53632
+ * @desc:监听每页数据显示数量变化
53633
+ * @param {String} val 每页展示数量
53634
+ * @author liufan
53635
+ * @date 2022年11月29日
53635
53636
  **/
53636
53637
  handleSizeChange: function handleSizeChange(val) {
53637
53638
  this.pageSize = val;
53638
53639
  this.getPressList();
53639
53640
  },
53640
53641
 
53641
- /**
53642
- * sortChange
53643
- * @desc:监听排序变化
53644
- * @param {Object} info 需要排序的字段及排序方式
53645
- * @author liufan
53646
- * @date 2022年11月29日
53642
+ /**
53643
+ * sortChange
53644
+ * @desc:监听排序变化
53645
+ * @param {Object} info 需要排序的字段及排序方式
53646
+ * @author liufan
53647
+ * @date 2022年11月29日
53647
53648
  **/
53648
53649
  sortChange: function sortChange(info) {
53649
53650
  var prop = info.prop,
@@ -53654,11 +53655,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53654
53655
  this.getPressList();
53655
53656
  },
53656
53657
 
53657
- /**
53658
- * getPressList
53659
- * @desc:催办列表数据
53660
- * @author liufan
53661
- * @date 2022年11月29日
53658
+ /**
53659
+ * getPressList
53660
+ * @desc:催办列表数据
53661
+ * @author liufan
53662
+ * @date 2022年11月29日
53662
53663
  **/
53663
53664
  getPressList: function getPressList() {
53664
53665
  var _this10 = this;
@@ -53688,12 +53689,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53688
53689
  });
53689
53690
  },
53690
53691
 
53691
- /**
53692
- * goPress
53693
- * @desc:催办列表查看
53694
- * @param {String} id 催办列表id
53695
- * @author liufan
53696
- * @date 2022年11月29日
53692
+ /**
53693
+ * goPress
53694
+ * @desc:催办列表查看
53695
+ * @param {String} id 催办列表id
53696
+ * @author liufan
53697
+ * @date 2022年11月29日
53697
53698
  **/
53698
53699
  goPress: function goPress(id) {
53699
53700
  this.historyId = id;
@@ -53701,23 +53702,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53701
53702
  this.getPressList();
53702
53703
  },
53703
53704
 
53704
- /**
53705
- * showFile
53706
- * @desc:附件查看
53707
- * @param {String} ownId 附件id
53708
- * @author liufan
53709
- * @date 2022年11月29日
53705
+ /**
53706
+ * showFile
53707
+ * @desc:附件查看
53708
+ * @param {String} ownId 附件id
53709
+ * @author liufan
53710
+ * @date 2022年11月29日
53710
53711
  **/
53711
53712
  showFile: function showFile(ownId) {
53712
53713
  this.wfpendingid = ownId;
53713
53714
  this.showFileList = true;
53714
53715
  },
53715
53716
 
53716
- /**
53717
- * handleChange
53718
- * @desc:切换排序方式
53719
- * @author liufan
53720
- * @date 2022年11月22日
53717
+ /**
53718
+ * handleChange
53719
+ * @desc:切换排序方式
53720
+ * @author liufan
53721
+ * @date 2022年11月22日
53721
53722
  **/
53722
53723
  handleChange: function handleChange(key, value) {
53723
53724
  if (value) {
@@ -53767,11 +53768,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53767
53768
  }))();
53768
53769
  },
53769
53770
 
53770
- /**
53771
- * getFlowList
53772
- * @desc:获取流程列表
53773
- * @author liufan
53774
- * @date 2022年11月22日
53771
+ /**
53772
+ * getFlowList
53773
+ * @desc:获取流程列表
53774
+ * @author liufan
53775
+ * @date 2022年11月22日
53775
53776
  **/
53776
53777
  getFlowList: function getFlowList(type) {
53777
53778
  var _this12 = this;
@@ -53845,12 +53846,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53845
53846
  });
53846
53847
  },
53847
53848
 
53848
- /**
53849
- * handleClick
53850
- * @desc:表单点击事件
53851
- * @param {Object} val 当前点击行数据及按钮
53852
- * @author liufan
53853
- * @date 2022年11月10日
53849
+ /**
53850
+ * handleClick
53851
+ * @desc:表单点击事件
53852
+ * @param {Object} val 当前点击行数据及按钮
53853
+ * @author liufan
53854
+ * @date 2022年11月10日
53854
53855
  **/
53855
53856
  handleClick: function handleClick(val) {
53856
53857
  var _this13 = this;
@@ -53896,13 +53897,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53896
53897
  }
53897
53898
  },
53898
53899
 
53899
- /**
53900
- * getCodeValue
53901
- * @desc:获取代码表过滤后的值
53902
- * @param {String} value 展示数据的代码值
53903
- * @param {String} type 代码表类型
53904
- * @author liufan
53905
- * @date 2022年11月10日
53900
+ /**
53901
+ * getCodeValue
53902
+ * @desc:获取代码表过滤后的值
53903
+ * @param {String} value 展示数据的代码值
53904
+ * @param {String} type 代码表类型
53905
+ * @author liufan
53906
+ * @date 2022年11月10日
53906
53907
  **/
53907
53908
  getCodeValue: function getCodeValue(value, type) {
53908
53909
  var val = this[type].filter(function (item) {
@@ -53911,12 +53912,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53911
53912
  return val[0].shortName;
53912
53913
  },
53913
53914
 
53914
- /**
53915
- * getSysInfo
53916
- * @desc:获取代码表
53917
- * @param {String} code 编码code值
53918
- * @author liufan
53919
- * @date 2022年11月10日
53915
+ /**
53916
+ * getSysInfo
53917
+ * @desc:获取代码表
53918
+ * @param {String} code 编码code值
53919
+ * @author liufan
53920
+ * @date 2022年11月10日
53920
53921
  **/
53921
53922
  getSysInfo: function getSysInfo(code) {
53922
53923
  var _this14 = this;
@@ -53938,11 +53939,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53938
53939
  }).catch(function (e) {});
53939
53940
  },
53940
53941
 
53941
- /**
53942
- * getListInfo
53943
- * @desc:获取预设列表数据
53944
- * @author liufan
53945
- * @date 2022年11月10日
53942
+ /**
53943
+ * getListInfo
53944
+ * @desc:获取预设列表数据
53945
+ * @author liufan
53946
+ * @date 2022年11月10日
53946
53947
  **/
53947
53948
  getListInfo: function getListInfo() {
53948
53949
  var _this15 = this;
@@ -63416,10 +63417,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
63416
63417
  this.$emit('click', res);
63417
63418
  },
63418
63419
 
63419
- /**
63420
- * @desc:获取气泡提醒
63421
- * @author huangbo
63422
- * @date 2024年9月7日
63420
+ /**
63421
+ * @desc:获取气泡提醒
63422
+ * @author huangbo
63423
+ * @date 2024年9月7日
63423
63424
  **/
63424
63425
  getBadge: function getBadge(res) {
63425
63426
  var num = res.tips || 0;
@@ -67720,10 +67721,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67720
67721
  this.$refs.user.handleSelect(res);
67721
67722
  },
67722
67723
 
67723
- /**
67724
- * @desc:匹配路由
67725
- * @author huangbo
67726
- * @date 2024年9月7日
67724
+ /**
67725
+ * @desc:匹配路由
67726
+ * @author huangbo
67727
+ * @date 2024年9月7日
67727
67728
  **/
67728
67729
  hasRouter: function hasRouter(res, url, code) {
67729
67730
  if (!url) {
@@ -67767,10 +67768,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67767
67768
  return false;
67768
67769
  },
67769
67770
 
67770
- /**
67771
- * @desc:获取初始数据
67772
- * @author huangbo
67773
- * @date 2024年9月7日
67771
+ /**
67772
+ * @desc:获取初始数据
67773
+ * @author huangbo
67774
+ * @date 2024年9月7日
67774
67775
  **/
67775
67776
  init: function init(results, first) {
67776
67777
  this.setConfig(results);
@@ -67779,10 +67780,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67779
67780
  }
67780
67781
  },
67781
67782
 
67782
- /**
67783
- * @desc:设置用户配置及信息
67784
- * @author huangbo
67785
- * @date 2024年9月7日
67783
+ /**
67784
+ * @desc:设置用户配置及信息
67785
+ * @author huangbo
67786
+ * @date 2024年9月7日
67786
67787
  **/
67787
67788
  setConfig: function setConfig(results) {
67788
67789
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67946,10 +67947,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67946
67947
  }
67947
67948
  },
67948
67949
 
67949
- /**
67950
- * @desc:获取所有应用
67951
- * @author huangbo
67952
- * @date 2024年9月7日
67950
+ /**
67951
+ * @desc:获取所有应用
67952
+ * @author huangbo
67953
+ * @date 2024年9月7日
67953
67954
  **/
67954
67955
  getApplications: function getApplications() {
67955
67956
  var _this2 = this;
@@ -67997,10 +67998,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67997
67998
  });
67998
67999
  },
67999
68000
 
68000
- /**
68001
- * @desc:获取菜单列表
68002
- * @author huangbo
68003
- * @date 2024年9月7日
68001
+ /**
68002
+ * @desc:获取菜单列表
68003
+ * @author huangbo
68004
+ * @date 2024年9月7日
68004
68005
  **/
68005
68006
  getMenus: function getMenus(loading) {
68006
68007
  var _this3 = this;
@@ -68033,10 +68034,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68033
68034
  });
68034
68035
  },
68035
68036
 
68036
- /**
68037
- * @desc:处理菜单列表
68038
- * @author huangbo
68039
- * @date 2024年9月7日
68037
+ /**
68038
+ * @desc:处理菜单列表
68039
+ * @author huangbo
68040
+ * @date 2024年9月7日
68040
68041
  **/
68041
68042
  renderMenus: function renderMenus(res) {
68042
68043
  this.menus = res;
@@ -68132,10 +68133,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68132
68133
  }
68133
68134
  },
68134
68135
 
68135
- /**
68136
- * @desc:设置页面加载类型
68137
- * @author huangbo
68138
- * @date 2024年9月7日
68136
+ /**
68137
+ * @desc:设置页面加载类型
68138
+ * @author huangbo
68139
+ * @date 2024年9月7日
68139
68140
  **/
68140
68141
  setIframeType: function setIframeType(res) {
68141
68142
  var url = res.url;
@@ -68191,10 +68192,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68191
68192
  return res;
68192
68193
  },
68193
68194
 
68194
- /**
68195
- * @desc:获取菜单
68196
- * @author huangbo
68197
- * @date 2024年9月7日
68195
+ /**
68196
+ * @desc:获取菜单
68197
+ * @author huangbo
68198
+ * @date 2024年9月7日
68198
68199
  **/
68199
68200
  getMenu: function getMenu(menus, res, key) {
68200
68201
  if (Array.isArray(menus)) {
@@ -68223,10 +68224,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68223
68224
  return false;
68224
68225
  },
68225
68226
 
68226
- /**
68227
- * @desc:获取菜单第一条数据
68228
- * @author huangbo
68229
- * @date 2024年9月7日
68227
+ /**
68228
+ * @desc:获取菜单第一条数据
68229
+ * @author huangbo
68230
+ * @date 2024年9月7日
68230
68231
  **/
68231
68232
  getFirst: function getFirst(obj) {
68232
68233
  if (!obj) {
@@ -68245,10 +68246,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68245
68246
  }
68246
68247
  },
68247
68248
 
68248
- /**
68249
- * @desc:遍历设置菜单气泡提醒
68250
- * @author huangbo
68251
- * @date 2024年9月7日
68249
+ /**
68250
+ * @desc:遍历设置菜单气泡提醒
68251
+ * @author huangbo
68252
+ * @date 2024年9月7日
68252
68253
  **/
68253
68254
  setTips: function setTips(obj) {
68254
68255
  var _this4 = this;
@@ -68311,10 +68312,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68311
68312
  }
68312
68313
  },
68313
68314
 
68314
- /**
68315
- * @desc:获取气泡提醒
68316
- * @author huangbo
68317
- * @date 2024年9月7日
68315
+ /**
68316
+ * @desc:获取气泡提醒
68317
+ * @author huangbo
68318
+ * @date 2024年9月7日
68318
68319
  **/
68319
68320
  getBadge: function getBadge(res) {
68320
68321
  var num = res.tips || 0;
@@ -68328,10 +68329,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68328
68329
  };
68329
68330
  },
68330
68331
 
68331
- /**
68332
- * @desc:开启weosocket
68333
- * @author huangbo
68334
- * @date 2024年9月7日
68332
+ /**
68333
+ * @desc:开启weosocket
68334
+ * @author huangbo
68335
+ * @date 2024年9月7日
68335
68336
  **/
68336
68337
  initWebSocket: function initWebSocket() {
68337
68338
  var _this6 = this;
@@ -68380,10 +68381,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68380
68381
  });
68381
68382
  },
68382
68383
 
68383
- /**
68384
- * @desc:显示用户信息
68385
- * @author huangbo
68386
- * @date 2024年9月7日
68384
+ /**
68385
+ * @desc:显示用户信息
68386
+ * @author huangbo
68387
+ * @date 2024年9月7日
68387
68388
  **/
68388
68389
  showUserInfo: function showUserInfo() {
68389
68390
  if (this.showUser === false) {
@@ -68391,19 +68392,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68391
68392
  }
68392
68393
  },
68393
68394
 
68394
- /**
68395
- * @desc:删除更多应用菜单点击
68396
- * @author huangbo
68397
- * @date 2024年9月7日
68395
+ /**
68396
+ * @desc:删除更多应用菜单点击
68397
+ * @author huangbo
68398
+ * @date 2024年9月7日
68398
68399
  **/
68399
68400
  handleDelete: function handleDelete(index) {
68400
68401
  this.newApps.splice(index, 1);
68401
68402
  },
68402
68403
 
68403
- /**
68404
- * @desc:储存更多应用菜单点击
68405
- * @author huangbo
68406
- * @date 2024年9月7日
68404
+ /**
68405
+ * @desc:储存更多应用菜单点击
68406
+ * @author huangbo
68407
+ * @date 2024年9月7日
68407
68408
  **/
68408
68409
  handlerClickApps: function handlerClickApps(res) {
68409
68410
  if (res.permission === false) {
@@ -68416,10 +68417,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68416
68417
  this.handlerClickApp(res);
68417
68418
  },
68418
68419
 
68419
- /**
68420
- * @desc:侧边应用菜单点击
68421
- * @author huangbo
68422
- * @date 2024年9月7日
68420
+ /**
68421
+ * @desc:侧边应用菜单点击
68422
+ * @author huangbo
68423
+ * @date 2024年9月7日
68423
68424
  **/
68424
68425
  handlerClickApp: function handlerClickApp(res) {
68425
68426
  this.showMsg = false;
@@ -68508,10 +68509,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68508
68509
  }
68509
68510
  },
68510
68511
 
68511
- /**
68512
- * @desc:显示Drawer界面
68513
- * @author huangbo
68514
- * @date 2024年9月7日
68512
+ /**
68513
+ * @desc:显示Drawer界面
68514
+ * @author huangbo
68515
+ * @date 2024年9月7日
68515
68516
  **/
68516
68517
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68517
68518
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68531,19 +68532,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68531
68532
  }
68532
68533
  },
68533
68534
 
68534
- /**
68535
- * @desc:关闭Drawer界面
68536
- * @author huangbo
68537
- * @date 2024年9月7日
68535
+ /**
68536
+ * @desc:关闭Drawer界面
68537
+ * @author huangbo
68538
+ * @date 2024年9月7日
68538
68539
  **/
68539
68540
  handleCloseDrawer: function handleCloseDrawer() {
68540
68541
  this.drawer = { visible: false };
68541
68542
  },
68542
68543
 
68543
- /**
68544
- * @desc:菜单点击
68545
- * @author huangbo
68546
- * @date 2024年9月7日
68544
+ /**
68545
+ * @desc:菜单点击
68546
+ * @author huangbo
68547
+ * @date 2024年9月7日
68547
68548
  **/
68548
68549
  handlerClickMenu: function handlerClickMenu(res) {
68549
68550
  utils_util.ajax({
@@ -68592,19 +68593,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68592
68593
  },
68593
68594
 
68594
68595
 
68595
- /**
68596
- * @desc:用户详情请求成功
68597
- * @author huangbo
68598
- * @date 2024年9月7日
68596
+ /**
68597
+ * @desc:用户详情请求成功
68598
+ * @author huangbo
68599
+ * @date 2024年9月7日
68599
68600
  **/
68600
68601
  handleSuccess: function handleSuccess(res) {
68601
68602
  this.simpleUserInfo = res.simpleUserInfo;
68602
68603
  },
68603
68604
 
68604
- /**
68605
- * @desc:修改用户配置
68606
- * @author huangbo
68607
- * @date 2024年9月7日
68605
+ /**
68606
+ * @desc:修改用户配置
68607
+ * @author huangbo
68608
+ * @date 2024年9月7日
68608
68609
  **/
68609
68610
  handleChangeConfig: function handleChangeConfig(name, res) {
68610
68611
  if (name == 'userHeadUrl') {
@@ -68620,10 +68621,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68620
68621
  }
68621
68622
  },
68622
68623
 
68623
- /**
68624
- * @desc:关闭webSocket
68625
- * @author huangbo
68626
- * @date 2024年9月7日
68624
+ /**
68625
+ * @desc:关闭webSocket
68626
+ * @author huangbo
68627
+ * @date 2024年9月7日
68627
68628
  **/
68628
68629
  handlerClose: function handlerClose() {
68629
68630
  if (this.webSocket) {
@@ -68631,10 +68632,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68631
68632
  }
68632
68633
  },
68633
68634
 
68634
- /**
68635
- * @desc:刷新选中iframe页签
68636
- * @author huangbo
68637
- * @date 2024年9月7日
68635
+ /**
68636
+ * @desc:刷新选中iframe页签
68637
+ * @author huangbo
68638
+ * @date 2024年9月7日
68638
68639
  **/
68639
68640
  handleRefresh: function handleRefresh(arg) {
68640
68641
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -68671,10 +68672,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68671
68672
  }
68672
68673
  },
68673
68674
 
68674
- /**
68675
- * @desc:删除iframe
68676
- * @author huangbo
68677
- * @date 2024年9月7日
68675
+ /**
68676
+ * @desc:删除iframe
68677
+ * @author huangbo
68678
+ * @date 2024年9月7日
68678
68679
  **/
68679
68680
  handleRemove: function handleRemove(name) {
68680
68681
  var len = this.tabs.length - 1;
@@ -68691,10 +68692,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68691
68692
  }
68692
68693
  },
68693
68694
 
68694
- /**
68695
- * @desc:tabs鼠标右键事件
68696
- * @author huangbo
68697
- * @date 2024年9月7日
68695
+ /**
68696
+ * @desc:tabs鼠标右键事件
68697
+ * @author huangbo
68698
+ * @date 2024年9月7日
68698
68699
  **/
68699
68700
  handleContextmenu: function handleContextmenu(tabs, e) {
68700
68701
  var disabled = {};
@@ -68719,10 +68720,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68719
68720
  window.addEventListener('click', this.closeTabsEvents);
68720
68721
  },
68721
68722
 
68722
- /**
68723
- * @desc:tabs页签事件
68724
- * @author huangbo
68725
- * @date 2024年9月7日
68723
+ /**
68724
+ * @desc:tabs页签事件
68725
+ * @author huangbo
68726
+ * @date 2024年9月7日
68726
68727
  **/
68727
68728
  handleTabsEvents: function handleTabsEvents(num) {
68728
68729
  if (this.pane !== null) {
@@ -68733,10 +68734,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68733
68734
  },
68734
68735
 
68735
68736
 
68736
- /**
68737
- * @desc:关闭页签事件面板
68738
- * @author huangbo
68739
- * @date 2024年9月7日
68737
+ /**
68738
+ * @desc:关闭页签事件面板
68739
+ * @author huangbo
68740
+ * @date 2024年9月7日
68740
68741
  **/
68741
68742
  closeTabsEvents: function closeTabsEvents(e) {
68742
68743
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -68746,10 +68747,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68746
68747
  },
68747
68748
 
68748
68749
 
68749
- /**
68750
- * @desc:tabs页签点击事件
68751
- * @author huangbo
68752
- * @date 2024年9月7日
68750
+ /**
68751
+ * @desc:tabs页签点击事件
68752
+ * @author huangbo
68753
+ * @date 2024年9月7日
68753
68754
  **/
68754
68755
  handleTabClick: function handleTabClick() {
68755
68756
  this.active = '';
@@ -68757,10 +68758,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68757
68758
  this.showMenu = false;
68758
68759
  },
68759
68760
 
68760
- /**
68761
- * @desc:handler工具栏点击事件
68762
- * @author huangbo
68763
- * @date 2024年9月7日
68761
+ /**
68762
+ * @desc:handler工具栏点击事件
68763
+ * @author huangbo
68764
+ * @date 2024年9月7日
68764
68765
  **/
68765
68766
  handleClick: function handleClick(res) {
68766
68767
  var type = res.type,
@@ -68841,10 +68842,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68841
68842
  this.$emit('handler-click', res);
68842
68843
  },
68843
68844
 
68844
- /**
68845
- * @desc:退出登录
68846
- * @author huangbo
68847
- * @date 2024年9月7日
68845
+ /**
68846
+ * @desc:退出登录
68847
+ * @author huangbo
68848
+ * @date 2024年9月7日
68848
68849
  **/
68849
68850
  handleQuit: function handleQuit() {
68850
68851
  var _this7 = this;
@@ -68919,10 +68920,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68919
68920
  }).catch(function (e) {});
68920
68921
  },
68921
68922
 
68922
- /**
68923
- * @desc:主题、消息回调
68924
- * @author huangbo
68925
- * @date 2024年9月7日
68923
+ /**
68924
+ * @desc:主题、消息回调
68925
+ * @author huangbo
68926
+ * @date 2024年9月7日
68926
68927
  **/
68927
68928
  handleChange: function handleChange(res) {
68928
68929
  var type = res.type,
@@ -68938,10 +68939,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68938
68939
  }
68939
68940
  },
68940
68941
 
68941
- /**
68942
- * @desc:菜单布局样式切换
68943
- * @author huangbo
68944
- * @date 2024年9月7日
68942
+ /**
68943
+ * @desc:菜单布局样式切换
68944
+ * @author huangbo
68945
+ * @date 2024年9月7日
68945
68946
  **/
68946
68947
  handleLayout: function handleLayout(res, active) {
68947
68948
  if (active) {
@@ -68950,10 +68951,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68950
68951
  this.$emit('chang-layout', res, active);
68951
68952
  },
68952
68953
 
68953
- /**
68954
- * @desc:消息修改总数
68955
- * @author huangbo
68956
- * @date 2024年9月7日
68954
+ /**
68955
+ * @desc:消息修改总数
68956
+ * @author huangbo
68957
+ * @date 2024年9月7日
68957
68958
  **/
68958
68959
  handleMenuTips: function handleMenuTips(id, num) {
68959
68960
  if (num) {
@@ -68964,10 +68965,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68964
68965
  }
68965
68966
  },
68966
68967
 
68967
- /**
68968
- * @desc:处理即时消息
68969
- * @author huangbo
68970
- * @date 2024年9月7日
68968
+ /**
68969
+ * @desc:处理即时消息
68970
+ * @author huangbo
68971
+ * @date 2024年9月7日
68971
68972
  **/
68972
68973
  handleOpened: function handleOpened(res) {
68973
68974
  var _this8 = this;
@@ -76268,19 +76269,19 @@ var QRCode = __webpack_require__(21);
76268
76269
  //设置logo大小
76269
76270
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
76270
76271
  //设置获取的logo将其变为圆角以及添加白色背景
76271
- /* ctx.fillStyle = "#fff";
76272
- ctx.beginPath();
76273
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76274
- let w = 46; //圆角宽
76275
- let x = logoPosition - 5;
76276
- let y = logoPosition - 5;
76277
- let r = 5; //圆角半径
76278
- ctx.moveTo(x + r, y);
76279
- ctx.arcTo(x + w, y, x + w, y + h, r);
76280
- ctx.arcTo(x + w, y + h, x, y + h, r);
76281
- ctx.arcTo(x, y + h, x, y, r);
76282
- ctx.arcTo(x, y, x + w, y, r);
76283
- ctx.closePath();
76272
+ /* ctx.fillStyle = "#fff";
76273
+ ctx.beginPath();
76274
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76275
+ let w = 46; //圆角宽
76276
+ let x = logoPosition - 5;
76277
+ let y = logoPosition - 5;
76278
+ let r = 5; //圆角半径
76279
+ ctx.moveTo(x + r, y);
76280
+ ctx.arcTo(x + w, y, x + w, y + h, r);
76281
+ ctx.arcTo(x + w, y + h, x, y + h, r);
76282
+ ctx.arcTo(x, y + h, x, y, r);
76283
+ ctx.arcTo(x, y, x + w, y, r);
76284
+ ctx.closePath();
76284
76285
  ctx.fill(); */
76285
76286
  logo.onload = function () {
76286
76287
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -94381,7 +94382,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94381
94382
  }
94382
94383
 
94383
94384
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94384
- version: '0.7.56',
94385
+ version: '0.7.57',
94385
94386
  install: install,
94386
94387
  Button: packages_button,
94387
94388
  ButtonGroup: button_group,