eoss-ui 0.6.88 → 0.6.90

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 (249) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +933 -859
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +364 -305
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +132 -132
  7. package/lib/qr-code.js +13 -13
  8. package/lib/selector.js +99 -84
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/selector.css +1 -1
  11. package/package.json +160 -160
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +298 -298
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/index.js +5 -5
  18. package/packages/calogin/src/main.vue +412 -412
  19. package/packages/calogin/src/plugin.js +915 -915
  20. package/packages/card/index.js +5 -5
  21. package/packages/card/src/main.vue +156 -156
  22. package/packages/cascader/index.js +5 -5
  23. package/packages/cascader/src/main.vue +168 -168
  24. package/packages/checkbox-group/index.js +5 -5
  25. package/packages/checkbox-group/src/main.vue +333 -333
  26. package/packages/clients/index.js +5 -5
  27. package/packages/clients/src/main.vue +151 -151
  28. package/packages/data-table/index.js +5 -5
  29. package/packages/data-table/src/children.vue +39 -39
  30. package/packages/data-table/src/column.vue +990 -990
  31. package/packages/data-table/src/main.vue +1822 -1822
  32. package/packages/data-table/src/sizer.vue +195 -195
  33. package/packages/data-table-form/index.js +5 -5
  34. package/packages/data-table-form/src/checkbox.vue +101 -101
  35. package/packages/data-table-form/src/colgroup.vue +17 -17
  36. package/packages/data-table-form/src/main.vue +181 -181
  37. package/packages/data-table-form/src/radio.vue +65 -65
  38. package/packages/data-table-form/src/table.vue +233 -233
  39. package/packages/data-table-form/src/tbody.vue +336 -336
  40. package/packages/data-table-form/src/thead.vue +68 -68
  41. package/packages/date-picker/index.js +5 -5
  42. package/packages/date-picker/src/main.vue +236 -236
  43. package/packages/dialog/index.js +5 -5
  44. package/packages/enable-drag/index.js +5 -5
  45. package/packages/enterprise/index.js +5 -5
  46. package/packages/enterprise/src/main.vue +66 -66
  47. package/packages/error-page/index.js +5 -5
  48. package/packages/error-page/src/main.vue +44 -44
  49. package/packages/flow/index.js +5 -5
  50. package/packages/flow/src/component/Circulate.vue +400 -400
  51. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  52. package/packages/flow/src/component/CustomPreset.vue +322 -322
  53. package/packages/flow/src/component/FileList.vue +99 -99
  54. package/packages/flow/src/component/Preset.vue +255 -255
  55. package/packages/flow/src/component/SendMsg.vue +241 -241
  56. package/packages/flow/src/component/TimeLimit.vue +190 -190
  57. package/packages/flow/src/component/taskUnionExamine.vue +640 -640
  58. package/packages/flow/src/form.vue +121 -121
  59. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  60. package/packages/flow/src/main.vue +3659 -3657
  61. package/packages/flow/src/processForm.vue +1245 -1245
  62. package/packages/flow/src/processReject.vue +296 -296
  63. package/packages/flow/src/reset.vue +941 -918
  64. package/packages/flow/src/selectUser.vue +1 -1
  65. package/packages/flow/src/startTaskRead.vue +684 -684
  66. package/packages/flow/src/supervise.vue +152 -152
  67. package/packages/flow/src/table.vue +58 -58
  68. package/packages/flow-group/index.js +5 -5
  69. package/packages/flow-group/src/main.vue +692 -692
  70. package/packages/flow-list/index.js +5 -5
  71. package/packages/flow-list/src/main.vue +1770 -1770
  72. package/packages/form/index.js +5 -5
  73. package/packages/form/src/main.vue +3814 -3814
  74. package/packages/form/src/table.vue +1508 -1508
  75. package/packages/handle-user/index.js +5 -5
  76. package/packages/handle-user/src/main.vue +138 -138
  77. package/packages/handler/index.js +5 -5
  78. package/packages/handler/src/main.vue +493 -493
  79. package/packages/icon/index.js +5 -5
  80. package/packages/icon/src/main.vue +101 -101
  81. package/packages/icons/index.js +5 -5
  82. package/packages/icons/src/main.vue +81 -81
  83. package/packages/input/index.js +5 -5
  84. package/packages/input/src/main.vue +356 -356
  85. package/packages/input-number/index.js +5 -5
  86. package/packages/input-number/src/main.vue +106 -106
  87. package/packages/label/index.js +5 -5
  88. package/packages/label/src/main.vue +457 -457
  89. package/packages/layout/index.js +5 -5
  90. package/packages/layout/src/item.vue +152 -152
  91. package/packages/layout/src/main.vue +31 -31
  92. package/packages/login/index.js +5 -5
  93. package/packages/login/src/main.vue +1998 -1998
  94. package/packages/login/src/resetPassword.vue +562 -562
  95. package/packages/main/index.js +5 -5
  96. package/packages/main/src/default/message.vue +249 -249
  97. package/packages/main/src/default/notice.vue +157 -157
  98. package/packages/main/src/default/userinfo.vue +503 -503
  99. package/packages/main/src/public/online.vue +89 -89
  100. package/packages/main/src/public/search.vue +458 -458
  101. package/packages/main/src/public/settings.vue +221 -221
  102. package/packages/main/src/simplicity/apps.vue +388 -388
  103. package/packages/main/src/simplicity/avatar.vue +82 -82
  104. package/packages/main/src/simplicity/handler.vue +259 -259
  105. package/packages/main/src/simplicity/index.vue +2102 -2102
  106. package/packages/main/src/simplicity/lists.vue +84 -84
  107. package/packages/main/src/simplicity/menu-list.vue +135 -135
  108. package/packages/main/src/simplicity/message.vue +259 -259
  109. package/packages/main/src/simplicity/notice.vue +190 -190
  110. package/packages/main/src/simplicity/router-page.vue +45 -45
  111. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  112. package/packages/main/src/simplicity/user.vue +260 -260
  113. package/packages/main/src/simplicity/userinfo.vue +308 -308
  114. package/packages/menu/index.js +5 -5
  115. package/packages/menu/src/main.vue +584 -584
  116. package/packages/nav/index.js +5 -5
  117. package/packages/nav/src/main.vue +351 -351
  118. package/packages/notify/index.js +5 -5
  119. package/packages/notify/src/main.vue +538 -538
  120. package/packages/page/index.js +5 -5
  121. package/packages/page/src/main.vue +167 -167
  122. package/packages/pagination/index.js +5 -5
  123. package/packages/pagination/src/main.vue +96 -96
  124. package/packages/player/index.js +5 -5
  125. package/packages/player/src/main.vue +194 -194
  126. package/packages/qr-code/index.js +5 -5
  127. package/packages/qr-code/src/main.vue +170 -170
  128. package/packages/radio-group/index.js +6 -6
  129. package/packages/radio-group/src/main.vue +319 -319
  130. package/packages/retrial-auth/index.js +5 -5
  131. package/packages/retrial-auth/src/main.vue +280 -280
  132. package/packages/select/index.js +5 -5
  133. package/packages/select/src/main.vue +778 -778
  134. package/packages/select-ganged/index.js +5 -5
  135. package/packages/select-ganged/src/main.vue +724 -724
  136. package/packages/selector/index.js +5 -5
  137. package/packages/selector/src/main.vue +747 -745
  138. package/packages/selector-panel/index.js +5 -5
  139. package/packages/selector-panel/src/main.vue +1027 -1027
  140. package/packages/selector-panel/src/selection.vue +170 -170
  141. package/packages/selector-panel/src/tree.vue +129 -129
  142. package/packages/sizer/index.js +5 -5
  143. package/packages/sizer/src/main.vue +254 -254
  144. package/packages/steps/index.js +5 -5
  145. package/packages/steps/src/main.vue +181 -181
  146. package/packages/switch/index.js +5 -5
  147. package/packages/switch/src/main.vue +154 -154
  148. package/packages/table-form/index.js +5 -5
  149. package/packages/tabs/index.js +5 -5
  150. package/packages/tabs/src/main.vue +788 -788
  151. package/packages/tabs-panel/index.js +5 -5
  152. package/packages/tabs-panel/src/main.vue +29 -29
  153. package/packages/theme-chalk/lib/index.css +1 -1
  154. package/packages/theme-chalk/lib/selector.css +1 -1
  155. package/packages/theme-chalk/src/base.scss +261 -261
  156. package/packages/theme-chalk/src/button-group.scss +176 -176
  157. package/packages/theme-chalk/src/button.scss +24 -24
  158. package/packages/theme-chalk/src/calendar.scss +113 -113
  159. package/packages/theme-chalk/src/card.scss +99 -99
  160. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  161. package/packages/theme-chalk/src/clients.scss +87 -87
  162. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  163. package/packages/theme-chalk/src/data-table.scss +293 -293
  164. package/packages/theme-chalk/src/date-picker.scss +7 -7
  165. package/packages/theme-chalk/src/dialog.scss +77 -77
  166. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  167. package/packages/theme-chalk/src/enterprise.scss +5 -5
  168. package/packages/theme-chalk/src/error-page.scss +18 -18
  169. package/packages/theme-chalk/src/flow-group.scss +110 -110
  170. package/packages/theme-chalk/src/flow-list.scss +39 -39
  171. package/packages/theme-chalk/src/flow.scss +348 -348
  172. package/packages/theme-chalk/src/form.scss +499 -499
  173. package/packages/theme-chalk/src/handle-user.scss +40 -40
  174. package/packages/theme-chalk/src/handler.scss +143 -143
  175. package/packages/theme-chalk/src/icon.scss +1817 -1817
  176. package/packages/theme-chalk/src/icons.scss +99 -99
  177. package/packages/theme-chalk/src/input.scss +9 -9
  178. package/packages/theme-chalk/src/label.scss +24 -24
  179. package/packages/theme-chalk/src/layout.scss +46 -46
  180. package/packages/theme-chalk/src/login.scss +984 -984
  181. package/packages/theme-chalk/src/main.scss +663 -663
  182. package/packages/theme-chalk/src/menu.scss +222 -222
  183. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  184. package/packages/theme-chalk/src/nav.scss +111 -111
  185. package/packages/theme-chalk/src/page.scss +3 -3
  186. package/packages/theme-chalk/src/pagination.scss +29 -29
  187. package/packages/theme-chalk/src/player.scss +9 -9
  188. package/packages/theme-chalk/src/qr-code.scss +17 -17
  189. package/packages/theme-chalk/src/radio-group.scss +9 -9
  190. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  191. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  192. package/packages/theme-chalk/src/select.scss +8 -8
  193. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  194. package/packages/theme-chalk/src/selector.scss +92 -91
  195. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  196. package/packages/theme-chalk/src/sizer.scss +36 -36
  197. package/packages/theme-chalk/src/steps.scss +88 -88
  198. package/packages/theme-chalk/src/switch.scss +3 -3
  199. package/packages/theme-chalk/src/table-form.scss +1 -1
  200. package/packages/theme-chalk/src/tabs.scss +87 -87
  201. package/packages/theme-chalk/src/tips.scss +7 -7
  202. package/packages/theme-chalk/src/toolbar.scss +179 -179
  203. package/packages/theme-chalk/src/tree-group.scss +72 -72
  204. package/packages/theme-chalk/src/tree.scss +165 -165
  205. package/packages/theme-chalk/src/upload.scss +172 -172
  206. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  207. package/packages/tips/index.js +5 -5
  208. package/packages/tips/src/main.vue +141 -141
  209. package/packages/toolbar/index.js +5 -5
  210. package/packages/toolbar/src/main.vue +430 -430
  211. package/packages/tree/index.js +5 -5
  212. package/packages/tree-group/index.js +5 -5
  213. package/packages/upload/index.js +5 -5
  214. package/packages/upload/src/main.vue +1348 -1348
  215. package/packages/upload/src/picture.js +15 -15
  216. package/packages/wujie/index.js +5 -5
  217. package/packages/wujie/src/main.vue +145 -145
  218. package/packages/wxlogin/index.js +5 -5
  219. package/packages/wxlogin/src/main.vue +128 -128
  220. package/src/config/api.js +294 -294
  221. package/src/config/image.js +2 -2
  222. package/src/index.js +163 -163
  223. package/src/utils/bus.js +3 -3
  224. package/src/utils/date-util.js +312 -312
  225. package/src/utils/http.js +50 -50
  226. package/src/utils/rules.js +18 -18
  227. package/src/utils/store.js +21 -21
  228. package/src/utils/webSocket.js +107 -107
  229. package/packages/.DS_Store +0 -0
  230. package/packages/autocomplete/.DS_Store +0 -0
  231. package/packages/calogin/.DS_Store +0 -0
  232. package/packages/date-picker/.DS_Store +0 -0
  233. package/packages/date-picker/src/.DS_Store +0 -0
  234. package/packages/flow/.DS_Store +0 -0
  235. package/packages/flow/src/.DS_Store +0 -0
  236. package/packages/flow-list/.DS_Store +0 -0
  237. package/packages/form/.DS_Store +0 -0
  238. package/packages/login/.DS_Store +0 -0
  239. package/packages/main/.DS_Store +0 -0
  240. package/packages/main/src/.DS_Store +0 -0
  241. package/packages/menu/.DS_Store +0 -0
  242. package/packages/scrollbar/.DS_Store +0 -0
  243. package/packages/select/.DS_Store +0 -0
  244. package/packages/selector/.DS_Store +0 -0
  245. package/packages/selector-panel/.DS_Store +0 -0
  246. package/packages/theme-chalk/src/.DS_Store +0 -0
  247. package/packages/upload/.DS_Store +0 -0
  248. package/src/.DS_Store +0 -0
  249. package/src/utils/.DS_Store +0 -0
@@ -5961,8 +5961,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5961
5961
 
5962
5962
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5963
5963
 
5964
- /**
5965
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5964
+ /**
5965
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5966
5966
  */
5967
5967
  var CA_ExtInterface = function () {
5968
5968
  function CA_ExtInterface() {
@@ -5975,11 +5975,11 @@ var CA_ExtInterface = function () {
5975
5975
  this.init();
5976
5976
  }
5977
5977
 
5978
- /**
5979
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
- * @param {Object} target - 目标对象
5982
- * @param {Object} options - 新的选项对象
5978
+ /**
5979
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
+ * @param {Object} target - 目标对象
5982
+ * @param {Object} options - 新的选项对象
5983
5983
  */
5984
5984
 
5985
5985
 
@@ -5994,8 +5994,8 @@ var CA_ExtInterface = function () {
5994
5994
  }
5995
5995
  };
5996
5996
 
5997
- /**
5998
- * 检查当前会话的 WebSocket URL
5997
+ /**
5998
+ * 检查当前会话的 WebSocket URL
5999
5999
  */
6000
6000
 
6001
6001
 
@@ -6009,8 +6009,8 @@ var CA_ExtInterface = function () {
6009
6009
  }
6010
6010
  };
6011
6011
 
6012
- /**
6013
- * 检查是否使用 ActiveX
6012
+ /**
6013
+ * 检查是否使用 ActiveX
6014
6014
  */
6015
6015
 
6016
6016
 
@@ -6022,11 +6022,11 @@ var CA_ExtInterface = function () {
6022
6022
  }
6023
6023
  };
6024
6024
 
6025
- /**
6026
- * 扩展发送消息并等待响应
6027
- * @param {string} operatorCmd - 操作命令
6028
- * @param {string} sendMsg - 发送的消息
6029
- * @returns {string} 响应消息
6025
+ /**
6026
+ * 扩展发送消息并等待响应
6027
+ * @param {string} operatorCmd - 操作命令
6028
+ * @param {string} sendMsg - 发送的消息
6029
+ * @returns {string} 响应消息
6030
6030
  */
6031
6031
 
6032
6032
 
@@ -6036,11 +6036,11 @@ var CA_ExtInterface = function () {
6036
6036
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6037
6037
  };
6038
6038
 
6039
- /**
6040
- * 发送消息并等待响应
6041
- * @param {string} wsurl - WebSocket URL
6042
- * @param {string} sendMsg - 发送的消息
6043
- * @returns {string} 响应消息
6039
+ /**
6040
+ * 发送消息并等待响应
6041
+ * @param {string} wsurl - WebSocket URL
6042
+ * @param {string} sendMsg - 发送的消息
6043
+ * @returns {string} 响应消息
6044
6044
  */
6045
6045
 
6046
6046
 
@@ -6064,9 +6064,9 @@ var CA_ExtInterface = function () {
6064
6064
  return ResultMsg;
6065
6065
  };
6066
6066
 
6067
- /**
6068
- * 配置选项
6069
- * @param {Object} extendOption - 扩展选项
6067
+ /**
6068
+ * 配置选项
6069
+ * @param {Object} extendOption - 扩展选项
6070
6070
  */
6071
6071
 
6072
6072
 
@@ -6076,8 +6076,8 @@ var CA_ExtInterface = function () {
6076
6076
  }
6077
6077
  };
6078
6078
 
6079
- /**
6080
- * 初始化
6079
+ /**
6080
+ * 初始化
6081
6081
  */
6082
6082
 
6083
6083
 
@@ -6085,9 +6085,9 @@ var CA_ExtInterface = function () {
6085
6085
  this.isUseActioveX();
6086
6086
  };
6087
6087
 
6088
- /**
6089
- * 返回客户端的版本
6090
- * @returns {string} 客户端版本
6088
+ /**
6089
+ * 返回客户端的版本
6090
+ * @returns {string} 客户端版本
6091
6091
  */
6092
6092
 
6093
6093
 
@@ -6100,13 +6100,13 @@ var CA_ExtInterface = function () {
6100
6100
  }
6101
6101
  };
6102
6102
 
6103
- /**
6104
- * 下载客户端程序并安装
6105
- * @param {string} bstrURL - 下载地址
6106
- * @param {string} bstrHashValue - 哈希值
6107
- * @param {boolean} bSync - 是否同步安装
6108
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
- * @returns {number} 安装结果
6103
+ /**
6104
+ * 下载客户端程序并安装
6105
+ * @param {string} bstrURL - 下载地址
6106
+ * @param {string} bstrHashValue - 哈希值
6107
+ * @param {boolean} bSync - 是否同步安装
6108
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
+ * @returns {number} 安装结果
6110
6110
  */
6111
6111
 
6112
6112
 
@@ -6120,11 +6120,11 @@ var CA_ExtInterface = function () {
6120
6120
  }
6121
6121
  };
6122
6122
 
6123
- /**
6124
- * 获取硬件指纹信息
6125
- * @param {number} dwSign - 签名
6126
- * @param {string} strGateWayIP - 网关 IP
6127
- * @returns {string} 硬件指纹信息
6123
+ /**
6124
+ * 获取硬件指纹信息
6125
+ * @param {number} dwSign - 签名
6126
+ * @param {string} strGateWayIP - 网关 IP
6127
+ * @returns {string} 硬件指纹信息
6128
6128
  */
6129
6129
 
6130
6130
 
@@ -6138,12 +6138,12 @@ var CA_ExtInterface = function () {
6138
6138
  }
6139
6139
  };
6140
6140
 
6141
- /**
6142
- * 设置转发策略和代填策略
6143
- * @param {string} strProxyPolicy - 转发策略
6144
- * @param {string} strSSOPolicy - 代填策略
6145
- * @param {string} strGatewayAddress - 网关地址
6146
- * @returns {number} 设置结果
6141
+ /**
6142
+ * 设置转发策略和代填策略
6143
+ * @param {string} strProxyPolicy - 转发策略
6144
+ * @param {string} strSSOPolicy - 代填策略
6145
+ * @param {string} strGatewayAddress - 网关地址
6146
+ * @returns {number} 设置结果
6147
6147
  */
6148
6148
 
6149
6149
 
@@ -6157,11 +6157,11 @@ var CA_ExtInterface = function () {
6157
6157
  }
6158
6158
  };
6159
6159
 
6160
- /**
6161
- * 启动认证信息模块
6162
- * @param {string} strFileName - 文件名
6163
- * @param {string} strXmlData - XML 数据
6164
- * @returns {string} 认证信息
6160
+ /**
6161
+ * 启动认证信息模块
6162
+ * @param {string} strFileName - 文件名
6163
+ * @param {string} strXmlData - XML 数据
6164
+ * @returns {string} 认证信息
6165
6165
  */
6166
6166
 
6167
6167
 
@@ -6175,10 +6175,10 @@ var CA_ExtInterface = function () {
6175
6175
  }
6176
6176
  };
6177
6177
 
6178
- /**
6179
- * 打开 BS 应用
6180
- * @param {string} strUrl - 应用 URL
6181
- * @returns {number} 打开结果
6178
+ /**
6179
+ * 打开 BS 应用
6180
+ * @param {string} strUrl - 应用 URL
6181
+ * @returns {number} 打开结果
6182
6182
  */
6183
6183
 
6184
6184
 
@@ -6192,12 +6192,12 @@ var CA_ExtInterface = function () {
6192
6192
  }
6193
6193
  };
6194
6194
 
6195
- /**
6196
- * 打开 CS 应用
6197
- * @param {string} strGatewayAddress - 网关地址
6198
- * @param {string} strAppFlag - 应用标识
6199
- * @param {string} strAppPath - 应用路径
6200
- * @returns {number} 打开结果
6195
+ /**
6196
+ * 打开 CS 应用
6197
+ * @param {string} strGatewayAddress - 网关地址
6198
+ * @param {string} strAppFlag - 应用标识
6199
+ * @param {string} strAppPath - 应用路径
6200
+ * @returns {number} 打开结果
6201
6201
  */
6202
6202
 
6203
6203
 
@@ -6211,13 +6211,13 @@ var CA_ExtInterface = function () {
6211
6211
  }
6212
6212
  };
6213
6213
 
6214
- /**
6215
- * 设置自动更新策略
6216
- * @param {string} strGatewayAddress - 网关地址
6217
- * @param {number} nGatewayPort - 网关端口
6218
- * @param {string} strUserToken - 用户令牌
6219
- * @param {number} updatedelay - 更新延迟
6220
- * @returns {number} 设置结果
6214
+ /**
6215
+ * 设置自动更新策略
6216
+ * @param {string} strGatewayAddress - 网关地址
6217
+ * @param {number} nGatewayPort - 网关端口
6218
+ * @param {string} strUserToken - 用户令牌
6219
+ * @param {number} updatedelay - 更新延迟
6220
+ * @returns {number} 设置结果
6221
6221
  */
6222
6222
 
6223
6223
 
@@ -6231,10 +6231,10 @@ var CA_ExtInterface = function () {
6231
6231
  }
6232
6232
  };
6233
6233
 
6234
- /**
6235
- * 获取客户端 IP
6236
- * @param {string} strGatewayIP - 网关 IP
6237
- * @returns {string} 客户端 IP
6234
+ /**
6235
+ * 获取客户端 IP
6236
+ * @param {string} strGatewayIP - 网关 IP
6237
+ * @returns {string} 客户端 IP
6238
6238
  */
6239
6239
 
6240
6240
 
@@ -6248,10 +6248,10 @@ var CA_ExtInterface = function () {
6248
6248
  }
6249
6249
  };
6250
6250
 
6251
- /**
6252
- * 登出网关
6253
- * @param {string} strServerIP - 服务器 IP
6254
- * @returns {number} 登出结果
6251
+ /**
6252
+ * 登出网关
6253
+ * @param {string} strServerIP - 服务器 IP
6254
+ * @returns {number} 登出结果
6255
6255
  */
6256
6256
 
6257
6257
 
@@ -6265,11 +6265,11 @@ var CA_ExtInterface = function () {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- /**
6269
- * 运行安装包
6270
- * @param {number} lRunType - 运行类型
6271
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
- * @returns {number} 运行结果
6268
+ /**
6269
+ * 运行安装包
6270
+ * @param {number} lRunType - 运行类型
6271
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
+ * @returns {number} 运行结果
6273
6273
  */
6274
6274
 
6275
6275
 
@@ -6283,9 +6283,9 @@ var CA_ExtInterface = function () {
6283
6283
  }
6284
6284
  };
6285
6285
 
6286
- /**
6287
- * 获取下载进度
6288
- * @returns {number} 下载进度
6286
+ /**
6287
+ * 获取下载进度
6288
+ * @returns {number} 下载进度
6289
6289
  */
6290
6290
 
6291
6291
 
@@ -6299,9 +6299,9 @@ var CA_ExtInterface = function () {
6299
6299
  }
6300
6300
  };
6301
6301
 
6302
- /**
6303
- * 是否安装完成
6304
- * @returns {boolean} 安装完成状态
6302
+ /**
6303
+ * 是否安装完成
6304
+ * @returns {boolean} 安装完成状态
6305
6305
  */
6306
6306
 
6307
6307
 
@@ -6315,11 +6315,11 @@ var CA_ExtInterface = function () {
6315
6315
  }
6316
6316
  };
6317
6317
 
6318
- /**
6319
- * 初始化签包对象
6320
- * @param {string} strAlgType - 算法类型
6321
- * @param {string} strAuxParam - 辅助参数
6322
- * @returns {number} 初始化结果
6318
+ /**
6319
+ * 初始化签包对象
6320
+ * @param {string} strAlgType - 算法类型
6321
+ * @param {string} strAuxParam - 辅助参数
6322
+ * @returns {number} 初始化结果
6323
6323
  */
6324
6324
 
6325
6325
 
@@ -6333,10 +6333,10 @@ var CA_ExtInterface = function () {
6333
6333
  }
6334
6334
  };
6335
6335
 
6336
- /**
6337
- * 设置摘要算法
6338
- * @param {string} strDigestAlg - 摘要算法
6339
- * @returns {number} 设置结果
6336
+ /**
6337
+ * 设置摘要算法
6338
+ * @param {string} strDigestAlg - 摘要算法
6339
+ * @returns {number} 设置结果
6340
6340
  */
6341
6341
 
6342
6342
 
@@ -6350,10 +6350,10 @@ var CA_ExtInterface = function () {
6350
6350
  }
6351
6351
  };
6352
6352
 
6353
- /**
6354
- * 设置单证书是否弹出对话框
6355
- * @param {number} isChoose - 是否弹出对话框
6356
- * @returns {number} 设置结果
6353
+ /**
6354
+ * 设置单证书是否弹出对话框
6355
+ * @param {number} isChoose - 是否弹出对话框
6356
+ * @returns {number} 设置结果
6357
6357
  */
6358
6358
 
6359
6359
 
@@ -6367,11 +6367,11 @@ var CA_ExtInterface = function () {
6367
6367
  }
6368
6368
  };
6369
6369
 
6370
- /**
6371
- * 添加证书过滤条件
6372
- * @param {number} ulType - 过滤类型
6373
- * @param {string} strValue - 过滤值
6374
- * @returns {number} 添加结果
6370
+ /**
6371
+ * 添加证书过滤条件
6372
+ * @param {number} ulType - 过滤类型
6373
+ * @param {string} strValue - 过滤值
6374
+ * @returns {number} 添加结果
6375
6375
  */
6376
6376
 
6377
6377
 
@@ -6385,9 +6385,9 @@ var CA_ExtInterface = function () {
6385
6385
  }
6386
6386
  };
6387
6387
 
6388
- /**
6389
- * 清除所有过滤条件
6390
- * @returns {number} 清除结果
6388
+ /**
6389
+ * 清除所有过滤条件
6390
+ * @returns {number} 清除结果
6391
6391
  */
6392
6392
 
6393
6393
 
@@ -6401,10 +6401,10 @@ var CA_ExtInterface = function () {
6401
6401
  }
6402
6402
  };
6403
6403
 
6404
- /**
6405
- * P1 签名
6406
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
- * @returns {string} 签名结果
6404
+ /**
6405
+ * P1 签名
6406
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
+ * @returns {string} 签名结果
6408
6408
  */
6409
6409
 
6410
6410
 
@@ -6418,10 +6418,10 @@ var CA_ExtInterface = function () {
6418
6418
  }
6419
6419
  };
6420
6420
 
6421
- /**
6422
- * P1 签名字符串
6423
- * @param {string} strValue - 待签名的字符串
6424
- * @returns {string} 签名结果
6421
+ /**
6422
+ * P1 签名字符串
6423
+ * @param {string} strValue - 待签名的字符串
6424
+ * @returns {string} 签名结果
6425
6425
  */
6426
6426
 
6427
6427
 
@@ -6435,12 +6435,12 @@ var CA_ExtInterface = function () {
6435
6435
  }
6436
6436
  };
6437
6437
 
6438
- /**
6439
- * P7 签名
6440
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
- * @param {boolean} isDetach - 是否分离签名
6442
- * @param {boolean} isIncludeCert - 是否包含证书
6443
- * @returns {string} 签名结果
6438
+ /**
6439
+ * P7 签名
6440
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
+ * @param {boolean} isDetach - 是否分离签名
6442
+ * @param {boolean} isIncludeCert - 是否包含证书
6443
+ * @returns {string} 签名结果
6444
6444
  */
6445
6445
 
6446
6446
 
@@ -6454,12 +6454,12 @@ var CA_ExtInterface = function () {
6454
6454
  }
6455
6455
  };
6456
6456
 
6457
- /**
6458
- * P7 签名字符串
6459
- * @param {string} strValue - 待签名的字符串
6460
- * @param {boolean} isDetach - 是否分离签名
6461
- * @param {boolean} isIncludeCert - 是否包含证书
6462
- * @returns {string} 签名结果
6457
+ /**
6458
+ * P7 签名字符串
6459
+ * @param {string} strValue - 待签名的字符串
6460
+ * @param {boolean} isDetach - 是否分离签名
6461
+ * @param {boolean} isIncludeCert - 是否包含证书
6462
+ * @returns {string} 签名结果
6463
6463
  */
6464
6464
 
6465
6465
 
@@ -6473,9 +6473,9 @@ var CA_ExtInterface = function () {
6473
6473
  }
6474
6474
  };
6475
6475
 
6476
- /**
6477
- * 释放签名对象
6478
- * @returns {number} 释放结果
6476
+ /**
6477
+ * 释放签名对象
6478
+ * @returns {number} 释放结果
6479
6479
  */
6480
6480
 
6481
6481
 
@@ -6489,9 +6489,9 @@ var CA_ExtInterface = function () {
6489
6489
  }
6490
6490
  };
6491
6491
 
6492
- /**
6493
- * 获取签名版本
6494
- * @returns {string} 签名版本
6492
+ /**
6493
+ * 获取签名版本
6494
+ * @returns {string} 签名版本
6495
6495
  */
6496
6496
 
6497
6497
 
@@ -6505,9 +6505,9 @@ var CA_ExtInterface = function () {
6505
6505
  }
6506
6506
  };
6507
6507
 
6508
- /**
6509
- * 获取签名证书
6510
- * @returns {string} 签名证书
6508
+ /**
6509
+ * 获取签名证书
6510
+ * @returns {string} 签名证书
6511
6511
  */
6512
6512
 
6513
6513
 
@@ -6521,9 +6521,9 @@ var CA_ExtInterface = function () {
6521
6521
  }
6522
6522
  };
6523
6523
 
6524
- /**
6525
- * 获取错误码
6526
- * @returns {number} 错误码
6524
+ /**
6525
+ * 获取错误码
6526
+ * @returns {number} 错误码
6527
6527
  */
6528
6528
 
6529
6529
 
@@ -6537,9 +6537,9 @@ var CA_ExtInterface = function () {
6537
6537
  }
6538
6538
  };
6539
6539
 
6540
- /**
6541
- * 获取错误信息
6542
- * @returns {string} 错误信息
6540
+ /**
6541
+ * 获取错误信息
6542
+ * @returns {string} 错误信息
6543
6543
  */
6544
6544
 
6545
6545
 
@@ -6553,9 +6553,9 @@ var CA_ExtInterface = function () {
6553
6553
  }
6554
6554
  };
6555
6555
 
6556
- /**
6557
- * 销毁认证对象
6558
- * @returns {number} 销毁结果
6556
+ /**
6557
+ * 销毁认证对象
6558
+ * @returns {number} 销毁结果
6559
6559
  */
6560
6560
 
6561
6561
 
@@ -6569,9 +6569,9 @@ var CA_ExtInterface = function () {
6569
6569
  }
6570
6570
  };
6571
6571
 
6572
- /**
6573
- * 获取证书类型
6574
- * @returns {string} 证书类型
6572
+ /**
6573
+ * 获取证书类型
6574
+ * @returns {string} 证书类型
6575
6575
  */
6576
6576
 
6577
6577
 
@@ -6585,9 +6585,9 @@ var CA_ExtInterface = function () {
6585
6585
  }
6586
6586
  };
6587
6587
 
6588
- /**
6589
- * 获取签名摘要算法
6590
- * @returns {string} 签名摘要算法
6588
+ /**
6589
+ * 获取签名摘要算法
6590
+ * @returns {string} 签名摘要算法
6591
6591
  */
6592
6592
 
6593
6593
 
@@ -6601,11 +6601,11 @@ var CA_ExtInterface = function () {
6601
6601
  }
6602
6602
  };
6603
6603
 
6604
- /**
6605
- * 使能调用序列
6606
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
- * @returns {number} 使能结果
6604
+ /**
6605
+ * 使能调用序列
6606
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
+ * @returns {number} 使能结果
6609
6609
  */
6610
6610
 
6611
6611
 
@@ -6619,9 +6619,9 @@ var CA_ExtInterface = function () {
6619
6619
  }
6620
6620
  };
6621
6621
 
6622
- /**
6623
- * 清空调用序列结果
6624
- * @returns {number} 清空调用序列结果
6622
+ /**
6623
+ * 清空调用序列结果
6624
+ * @returns {number} 清空调用序列结果
6625
6625
  */
6626
6626
 
6627
6627
 
@@ -6635,9 +6635,9 @@ var CA_ExtInterface = function () {
6635
6635
  }
6636
6636
  };
6637
6637
 
6638
- /**
6639
- * 获取调用序列结果
6640
- * @returns {string} 调用序列结果
6638
+ /**
6639
+ * 获取调用序列结果
6640
+ * @returns {string} 调用序列结果
6641
6641
  */
6642
6642
 
6643
6643
 
@@ -6651,12 +6651,12 @@ var CA_ExtInterface = function () {
6651
6651
  }
6652
6652
  };
6653
6653
 
6654
- /**
6655
- * 客户端安全策略检查
6656
- * @param {string} strGatewayAddress - 网关地址
6657
- * @param {number} usGatewayPort - 网关端口
6658
- * @param {string} strSecurityPolicys - 安全策略
6659
- * @returns {boolean} 检查结果
6654
+ /**
6655
+ * 客户端安全策略检查
6656
+ * @param {string} strGatewayAddress - 网关地址
6657
+ * @param {number} usGatewayPort - 网关端口
6658
+ * @param {string} strSecurityPolicys - 安全策略
6659
+ * @returns {boolean} 检查结果
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,13 +6686,13 @@ var CA_ExtInterface = function () {
6686
6686
  }
6687
6687
  };
6688
6688
 
6689
- /**
6690
- * 修改 Key 的 Pin 码
6691
- * @param {string} strCertSn - 证书序列号
6692
- * @param {number} lPinCodeType - Pin 码类型
6693
- * @param {string} strCurPinCode - 当前 Pin 码
6694
- * @param {string} strNewPinCode - 新 Pin 码
6695
- * @returns {number} 修改结果
6689
+ /**
6690
+ * 修改 Key 的 Pin 码
6691
+ * @param {string} strCertSn - 证书序列号
6692
+ * @param {number} lPinCodeType - Pin 码类型
6693
+ * @param {string} strCurPinCode - 当前 Pin 码
6694
+ * @param {string} strNewPinCode - 新 Pin 码
6695
+ * @returns {number} 修改结果
6696
6696
  */
6697
6697
 
6698
6698
 
@@ -6706,10 +6706,10 @@ var CA_ExtInterface = function () {
6706
6706
  }
6707
6707
  };
6708
6708
 
6709
- /**
6710
- * 等待策略设置完毕
6711
- * @param {string} strGatewayAddress - 网关地址
6712
- * @returns {number} 等待结果
6709
+ /**
6710
+ * 等待策略设置完毕
6711
+ * @param {string} strGatewayAddress - 网关地址
6712
+ * @returns {number} 等待结果
6713
6713
  */
6714
6714
 
6715
6715
 
@@ -6723,10 +6723,10 @@ var CA_ExtInterface = function () {
6723
6723
  }
6724
6724
  };
6725
6725
 
6726
- /**
6727
- * 获取会话 Token
6728
- * @param {string} strGatewayAddress - 网关地址
6729
- * @returns {string} 会话 Token
6726
+ /**
6727
+ * 获取会话 Token
6728
+ * @param {string} strGatewayAddress - 网关地址
6729
+ * @returns {string} 会话 Token
6730
6730
  */
6731
6731
 
6732
6732
 
@@ -6740,9 +6740,9 @@ var CA_ExtInterface = function () {
6740
6740
  }
6741
6741
  };
6742
6742
 
6743
- /**
6744
- * 获取控件版本
6745
- * @returns {string} 控件版本
6743
+ /**
6744
+ * 获取控件版本
6745
+ * @returns {string} 控件版本
6746
6746
  */
6747
6747
 
6748
6748
 
@@ -6756,10 +6756,10 @@ var CA_ExtInterface = function () {
6756
6756
  }
6757
6757
  };
6758
6758
 
6759
- /**
6760
- * 设置语言资源
6761
- * @param {string} strLanguage - 语言资源
6762
- * @returns {number} 设置结果
6759
+ /**
6760
+ * 设置语言资源
6761
+ * @param {string} strLanguage - 语言资源
6762
+ * @returns {number} 设置结果
6763
6763
  */
6764
6764
 
6765
6765
 
@@ -6773,12 +6773,12 @@ var CA_ExtInterface = function () {
6773
6773
  }
6774
6774
  };
6775
6775
 
6776
- /**
6777
- * 获取用户属性
6778
- * @param {string} strGatewayAddress - 网关地址
6779
- * @param {string} strAppFlag - 应用标识
6780
- * @param {string} strAttributeName - 属性名称
6781
- * @returns {string} 用户属性值
6776
+ /**
6777
+ * 获取用户属性
6778
+ * @param {string} strGatewayAddress - 网关地址
6779
+ * @param {string} strAppFlag - 应用标识
6780
+ * @param {string} strAttributeName - 属性名称
6781
+ * @returns {string} 用户属性值
6782
6782
  */
6783
6783
 
6784
6784
 
@@ -6792,9 +6792,9 @@ var CA_ExtInterface = function () {
6792
6792
  }
6793
6793
  };
6794
6794
 
6795
- /**
6796
- * 获取签名加密 PIN 码
6797
- * @returns {string} 签名加密 PIN 码
6795
+ /**
6796
+ * 获取签名加密 PIN 码
6797
+ * @returns {string} 签名加密 PIN 码
6798
6798
  */
6799
6799
 
6800
6800
 
@@ -6807,20 +6807,20 @@ var CA_ExtInterface = function () {
6807
6807
  return result.value;
6808
6808
  }
6809
6809
  };
6810
- /*
6811
- *曙光四川CA
6812
- *'SOF_GetUserList' 证书列表
6813
- *'SOF_ExportUserCert' 导出证书
6814
- *'SOF_GetCertInfo': 获取证书信息
6815
- *'SOF_GenRandom': 生成随机数
6816
- *'SOF_SignData': 获取证书签名
6817
- *'SOF_Login': 登录证书
6818
- *'SOF_GetPinRetryCount': 剩余次数
6810
+ /*
6811
+ *曙光四川CA
6812
+ *'SOF_GetUserList' 证书列表
6813
+ *'SOF_ExportUserCert' 导出证书
6814
+ *'SOF_GetCertInfo': 获取证书信息
6815
+ *'SOF_GenRandom': 生成随机数
6816
+ *'SOF_SignData': 获取证书签名
6817
+ *'SOF_Login': 登录证书
6818
+ *'SOF_GetPinRetryCount': 剩余次数
6819
6819
  */
6820
- /**
6821
- *
6822
- * 获取webSocket消息
6823
- * @returns {string}
6820
+ /**
6821
+ *
6822
+ * 获取webSocket消息
6823
+ * @returns {string}
6824
6824
  */
6825
6825
 
6826
6826
 
@@ -6856,10 +6856,10 @@ var CA_ExtInterface = function () {
6856
6856
  };
6857
6857
  });
6858
6858
  };
6859
- /**
6860
- *
6861
- * base64解码
6862
- * @returns {string} base64解码后的字符串
6859
+ /**
6860
+ *
6861
+ * base64解码
6862
+ * @returns {string} base64解码后的字符串
6863
6863
  */
6864
6864
 
6865
6865
 
@@ -6894,10 +6894,10 @@ var CA_ExtInterface = function () {
6894
6894
  val = this.utf8_decode(val);
6895
6895
  return val;
6896
6896
  };
6897
- /**
6898
- *
6899
- * base64编码
6900
- * @returns {string} base64编码后的字符串
6897
+ /**
6898
+ *
6899
+ * base64编码
6900
+ * @returns {string} base64编码后的字符串
6901
6901
  */
6902
6902
 
6903
6903
 
@@ -6930,10 +6930,10 @@ var CA_ExtInterface = function () {
6930
6930
  }
6931
6931
  return val;
6932
6932
  };
6933
- /**
6934
- *
6935
- * utf8解码
6936
- * @returns {string} utf8解码后的字符串
6933
+ /**
6934
+ *
6935
+ * utf8解码
6936
+ * @returns {string} utf8解码后的字符串
6937
6937
  */
6938
6938
 
6939
6939
 
@@ -6962,10 +6962,10 @@ var CA_ExtInterface = function () {
6962
6962
  }
6963
6963
  return string;
6964
6964
  };
6965
- /**
6966
- *
6967
- * utf8编码
6968
- * @returns {string} utf8编码后的字符串
6965
+ /**
6966
+ *
6967
+ * utf8编码
6968
+ * @returns {string} utf8编码后的字符串
6969
6969
  */
6970
6970
 
6971
6971
 
@@ -27139,8 +27139,8 @@ form_src_main.install = function (Vue) {
27139
27139
  };
27140
27140
 
27141
27141
  /* harmony default export */ var packages_form = (form_src_main);
27142
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
27143
- var mainvue_type_template_id_6b9f2034_render = function () {
27142
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=57bbb308&
27143
+ var mainvue_type_template_id_57bbb308_render = function () {
27144
27144
  var _vm = this
27145
27145
  var _h = _vm.$createElement
27146
27146
  var _c = _vm._self._c || _h
@@ -27365,7 +27365,10 @@ var mainvue_type_template_id_6b9f2034_render = function () {
27365
27365
  _c(
27366
27366
  "el-button",
27367
27367
  {
27368
- staticStyle: { width: "100%" },
27368
+ staticStyle: {
27369
+ width: "calc(100% - 18px)",
27370
+ margin: "8px auto",
27371
+ },
27369
27372
  attrs: { type: "primary" },
27370
27373
  on: {
27371
27374
  click: function ($event) {
@@ -30011,11 +30014,11 @@ var mainvue_type_template_id_6b9f2034_render = function () {
30011
30014
  )
30012
30015
  : _vm._e()
30013
30016
  }
30014
- var mainvue_type_template_id_6b9f2034_staticRenderFns = []
30015
- mainvue_type_template_id_6b9f2034_render._withStripped = true
30017
+ var mainvue_type_template_id_57bbb308_staticRenderFns = []
30018
+ mainvue_type_template_id_57bbb308_render._withStripped = true
30016
30019
 
30017
30020
 
30018
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
30021
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=57bbb308&
30019
30022
 
30020
30023
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=19364a89&
30021
30024
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -30859,21 +30862,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30859
30862
  return validSate;
30860
30863
  },
30861
30864
 
30862
- /**
30863
- * changeOpinion
30864
- * @desc:监听意见变化
30865
- * @author liufan
30866
- * @date 2022年10月28日
30865
+ /**
30866
+ * changeOpinion
30867
+ * @desc:监听意见变化
30868
+ * @author liufan
30869
+ * @date 2022年10月28日
30867
30870
  **/
30868
30871
  changeOpinion: function changeOpinion() {
30869
30872
  this.$emit('change', this.form.value);
30870
30873
  },
30871
30874
 
30872
- /**
30873
- * getCommonOpion
30874
- * @desc:获取意见
30875
- * @author liufan
30876
- * @date 2022年5月25日
30875
+ /**
30876
+ * getCommonOpion
30877
+ * @desc:获取意见
30878
+ * @author liufan
30879
+ * @date 2022年5月25日
30877
30880
  **/
30878
30881
  getCommonOpion: function getCommonOpion() {
30879
30882
  var _this = this;
@@ -30902,24 +30905,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30902
30905
  });
30903
30906
  },
30904
30907
 
30905
- /**
30906
- * upDate
30907
- * @desc:修改常用语
30908
- * @author liufan
30909
- * @param {Object} val 修改值
30910
- * @date 2022年5月25日
30908
+ /**
30909
+ * upDate
30910
+ * @desc:修改常用语
30911
+ * @author liufan
30912
+ * @param {Object} val 修改值
30913
+ * @date 2022年5月25日
30911
30914
  **/
30912
30915
  upDate: function upDate(val) {
30913
30916
  this.FormData.id = val.id;
30914
30917
  this.addVisible = true;
30915
30918
  },
30916
30919
 
30917
- /**
30918
- * selectChange
30919
- * @desc:常用语选择
30920
- * @author liufan
30921
- * @param {String} val 选中值
30922
- * @date 2022年5月25日
30920
+ /**
30921
+ * selectChange
30922
+ * @desc:常用语选择
30923
+ * @author liufan
30924
+ * @param {String} val 选中值
30925
+ * @date 2022年5月25日
30923
30926
  **/
30924
30927
  selectChange: function selectChange(val) {
30925
30928
  var _this2 = this;
@@ -30938,12 +30941,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30938
30941
  });
30939
30942
  },
30940
30943
 
30941
- /**
30942
- * del
30943
- * @desc:删除常用语
30944
- * @author liufan
30945
- * @param {Object} val 删除的数据
30946
- * @date 2022年5月25日
30944
+ /**
30945
+ * del
30946
+ * @desc:删除常用语
30947
+ * @author liufan
30948
+ * @param {Object} val 删除的数据
30949
+ * @date 2022年5月25日
30947
30950
  **/
30948
30951
  del: function del(val) {
30949
30952
  var _this3 = this;
@@ -30985,12 +30988,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30985
30988
  }).catch(function (e) {});
30986
30989
  },
30987
30990
 
30988
- /**
30989
- * submit
30990
- * @desc:新增/编辑意见保存
30991
- * @author liufan
30992
- * @param {Object} val 保存数据
30993
- * @date 2022年5月25日
30991
+ /**
30992
+ * submit
30993
+ * @desc:新增/编辑意见保存
30994
+ * @author liufan
30995
+ * @param {Object} val 保存数据
30996
+ * @date 2022年5月25日
30994
30997
  **/
30995
30998
  submit: function submit(val) {
30996
30999
  var _this4 = this;
@@ -31819,8 +31822,8 @@ processFormvue_type_template_id_3d800ae1_render._withStripped = true
31819
31822
 
31820
31823
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
31821
31824
 
31822
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
31823
- var selectUservue_type_template_id_3588d66f_render = function () {
31825
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
31826
+ var selectUservue_type_template_id_319fd53c_render = function () {
31824
31827
  var _vm = this
31825
31828
  var _h = _vm.$createElement
31826
31829
  var _c = _vm._self._c || _h
@@ -31933,7 +31936,7 @@ var selectUservue_type_template_id_3588d66f_render = function () {
31933
31936
  types: _vm.types,
31934
31937
  tabs: _vm.tabs,
31935
31938
  title: _vm.title,
31936
- max: "5",
31939
+ "collapse-tags": 3,
31937
31940
  mix: _vm.mix,
31938
31941
  min: _vm.isUnionSeal ? 1 : 0,
31939
31942
  disabled:
@@ -31968,11 +31971,11 @@ var selectUservue_type_template_id_3588d66f_render = function () {
31968
31971
  2
31969
31972
  )
31970
31973
  }
31971
- var selectUservue_type_template_id_3588d66f_staticRenderFns = []
31972
- selectUservue_type_template_id_3588d66f_render._withStripped = true
31974
+ var selectUservue_type_template_id_319fd53c_staticRenderFns = []
31975
+ selectUservue_type_template_id_319fd53c_render._withStripped = true
31973
31976
 
31974
31977
 
31975
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
31978
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
31976
31979
 
31977
31980
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
31978
31981
  var selectUservue_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; };
@@ -32466,8 +32469,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32466
32469
 
32467
32470
  var selectUser_component = normalizeComponent(
32468
32471
  src_selectUservue_type_script_lang_js_,
32469
- selectUservue_type_template_id_3588d66f_render,
32470
- selectUservue_type_template_id_3588d66f_staticRenderFns,
32472
+ selectUservue_type_template_id_319fd53c_render,
32473
+ selectUservue_type_template_id_319fd53c_staticRenderFns,
32471
32474
  false,
32472
32475
  null,
32473
32476
  null,
@@ -34320,11 +34323,11 @@ var processFormvue_type_script_lang_js_components;
34320
34323
  });
34321
34324
  },
34322
34325
 
34323
- /**
34324
- * isMultiple
34325
- * @desc:是否多选
34326
- * @author liufan
34327
- * @date 2022年9月13日
34326
+ /**
34327
+ * isMultiple
34328
+ * @desc:是否多选
34329
+ * @author liufan
34330
+ * @date 2022年9月13日
34328
34331
  **/
34329
34332
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34330
34333
  var multiple = false;
@@ -37237,8 +37240,8 @@ var startTaskRead_component = normalizeComponent(
37237
37240
  )
37238
37241
 
37239
37242
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
37240
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
37241
- var resetvue_type_template_id_73aacad2_render = function () {
37243
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=56dca055&
37244
+ var resetvue_type_template_id_56dca055_render = function () {
37242
37245
  var _vm = this
37243
37246
  var _h = _vm.$createElement
37244
37247
  var _c = _vm._self._c || _h
@@ -37568,6 +37571,35 @@ var resetvue_type_template_id_73aacad2_render = function () {
37568
37571
  1
37569
37572
  )
37570
37573
  : _vm._e(),
37574
+ _vm.currentNodeEnableItemHandleDescription &&
37575
+ _vm.nextNode.nodeInfo.length != 0
37576
+ ? _c(
37577
+ "el-form-item",
37578
+ {
37579
+ attrs: {
37580
+ prop: "nextItemHandleDescription",
37581
+ label: "办理说明",
37582
+ },
37583
+ },
37584
+ [
37585
+ _c("el-input", {
37586
+ attrs: {
37587
+ placeholder: "请输入办理说明",
37588
+ type: "textarea",
37589
+ autosize: { minRows: 2 },
37590
+ },
37591
+ model: {
37592
+ value: _vm.nextItemHandleDescription,
37593
+ callback: function ($$v) {
37594
+ _vm.nextItemHandleDescription = $$v
37595
+ },
37596
+ expression: "nextItemHandleDescription",
37597
+ },
37598
+ }),
37599
+ ],
37600
+ 1
37601
+ )
37602
+ : _vm._e(),
37571
37603
  _c(
37572
37604
  "el-form-item",
37573
37605
  { attrs: { prop: "noticeType", label: "通知方式" } },
@@ -37685,11 +37717,11 @@ var resetvue_type_template_id_73aacad2_render = function () {
37685
37717
  1
37686
37718
  )
37687
37719
  }
37688
- var resetvue_type_template_id_73aacad2_staticRenderFns = []
37689
- resetvue_type_template_id_73aacad2_render._withStripped = true
37720
+ var resetvue_type_template_id_56dca055_staticRenderFns = []
37721
+ resetvue_type_template_id_56dca055_render._withStripped = true
37690
37722
 
37691
37723
 
37692
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
37724
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=56dca055&
37693
37725
 
37694
37726
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
37695
37727
  var resetvue_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; };
@@ -37917,6 +37949,21 @@ var resetvue_type_script_lang_js_components;
37917
37949
  //
37918
37950
  //
37919
37951
  //
37952
+ //
37953
+ //
37954
+ //
37955
+ //
37956
+ //
37957
+ //
37958
+ //
37959
+ //
37960
+ //
37961
+ //
37962
+ //
37963
+ //
37964
+ //
37965
+ //
37966
+ //
37920
37967
 
37921
37968
 
37922
37969
 
@@ -37946,7 +37993,9 @@ var resetvue_type_script_lang_js_components;
37946
37993
  loading: false,
37947
37994
  isCustomUser: 0,
37948
37995
  selectUser: false,
37996
+ nextItemHandleDescription: '',
37949
37997
  nextNodeCheckType: 'select',
37998
+ currentNodeEnableItemHandleDescription: false,
37950
37999
  multiple: false,
37951
38000
  showNoticeType: false,
37952
38001
  readMultiple: true,
@@ -38261,8 +38310,12 @@ var resetvue_type_script_lang_js_components;
38261
38310
  nextOrgId: !_this4.isShowNextUser ? _this4.multiple ? _this4.mixOrgIdList && _this4.mixOrgIdList.join('|') : nextOrgId : '',
38262
38311
  handleExplain: handleExplain,
38263
38312
  presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
38264
- opinion: _this4.newOpinion || newOpinion
38313
+ opinion: _this4.newOpinion || newOpinion,
38314
+ nextItemHandleDescription: _this4.nextItemHandleDescription
38265
38315
  }, _this4.subParams);
38316
+ if (!_this4.currentNodeEnableItemHandleDescription) {
38317
+ delete params.nextItemHandleDescription;
38318
+ }
38266
38319
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
38267
38320
  utils_util["a" /* default */].ajax({
38268
38321
  url: _this4.type == 'reset' ? api["Ab" /* resetProcess */] : api["Lb" /* taskContinuation */],
@@ -38310,6 +38363,9 @@ var resetvue_type_script_lang_js_components;
38310
38363
 
38311
38364
  _this5.loading = false;
38312
38365
  if (status === 'success') {
38366
+ if (_this5.type == 'reset') {
38367
+ _this5.currentNodeEnableItemHandleDescription = nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
38368
+ }
38313
38369
  _this5.nextNode.userInfo = nextUserList;
38314
38370
  _this5.countersignaturetypeCode = countersignaturetypeCode;
38315
38371
  _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
@@ -38428,11 +38484,11 @@ var resetvue_type_script_lang_js_components;
38428
38484
  });
38429
38485
  },
38430
38486
 
38431
- /**
38432
- * isMultiple
38433
- * @desc:是否多选
38434
- * @author liufan
38435
- * @date 2022年9月13日
38487
+ /**
38488
+ * isMultiple
38489
+ * @desc:是否多选
38490
+ * @author liufan
38491
+ * @date 2022年9月13日
38436
38492
  **/
38437
38493
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38438
38494
  var multiple = false;
@@ -38566,8 +38622,8 @@ var resetvue_type_script_lang_js_components;
38566
38622
 
38567
38623
  var reset_component = normalizeComponent(
38568
38624
  src_resetvue_type_script_lang_js_,
38569
- resetvue_type_template_id_73aacad2_render,
38570
- resetvue_type_template_id_73aacad2_staticRenderFns,
38625
+ resetvue_type_template_id_56dca055_render,
38626
+ resetvue_type_template_id_56dca055_staticRenderFns,
38571
38627
  false,
38572
38628
  null,
38573
38629
  null,
@@ -42834,11 +42890,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42834
42890
  });
42835
42891
  },
42836
42892
 
42837
- /**
42838
- * saveInfo
42839
- * @desc:暂存
42840
- * @author liufan
42841
- * @date 2022年9月9日
42893
+ /**
42894
+ * saveInfo
42895
+ * @desc:暂存
42896
+ * @author liufan
42897
+ * @date 2022年9月9日
42842
42898
  **/
42843
42899
  saveInfo: function saveInfo(type, btn) {
42844
42900
  var _this6 = this;
@@ -42900,11 +42956,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42900
42956
  });
42901
42957
  },
42902
42958
 
42903
- /**
42904
- * rejectBtn
42905
- * @desc:点击驳回
42906
- * @author liufan
42907
- * @date 2022年5月25日
42959
+ /**
42960
+ * rejectBtn
42961
+ * @desc:点击驳回
42962
+ * @author liufan
42963
+ * @date 2022年5月25日
42908
42964
  **/
42909
42965
  rejectBtn: function rejectBtn() {
42910
42966
  var _this8 = this;
@@ -42922,11 +42978,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42922
42978
  }
42923
42979
  },
42924
42980
 
42925
- /**
42926
- * taskReadBtn
42927
- * @desc:点击分阅
42928
- * @author liufan
42929
- * @date 2022年5月25日
42981
+ /**
42982
+ * taskReadBtn
42983
+ * @desc:点击分阅
42984
+ * @author liufan
42985
+ * @date 2022年5月25日
42930
42986
  **/
42931
42987
  taskReadBtn: function taskReadBtn() {
42932
42988
  var _this9 = this;
@@ -42945,11 +43001,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42945
43001
  }
42946
43002
  },
42947
43003
 
42948
- /**
42949
- * getFind
42950
- * @desc:获取通知方式
42951
- * @author liufan
42952
- * @date 2022年5月25日
43004
+ /**
43005
+ * getFind
43006
+ * @desc:获取通知方式
43007
+ * @author liufan
43008
+ * @date 2022年5月25日
42953
43009
  **/
42954
43010
  getFind: function getFind() {
42955
43011
  var _this10 = this;
@@ -43004,12 +43060,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43004
43060
  });
43005
43061
  },
43006
43062
 
43007
- /**
43008
- * endFlows
43009
- * @desc:直接办结
43010
- * @author liufan
43011
- * @param {Object} res 直接办结数据
43012
- * @date 2022年5月25日
43063
+ /**
43064
+ * endFlows
43065
+ * @desc:直接办结
43066
+ * @author liufan
43067
+ * @param {Object} res 直接办结数据
43068
+ * @date 2022年5月25日
43013
43069
  **/
43014
43070
  endFlows: function endFlows(res) {
43015
43071
  var _this12 = this;
@@ -43063,12 +43119,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43063
43119
  }).catch(function (e) {});
43064
43120
  },
43065
43121
 
43066
- /**
43067
- * goView
43068
- * @desc:更多流程按钮操作
43069
- * @author liufan
43070
- * @param {Object} res 当前点击操作按钮数据
43071
- * @date 2022年5月25日
43122
+ /**
43123
+ * goView
43124
+ * @desc:更多流程按钮操作
43125
+ * @author liufan
43126
+ * @param {Object} res 当前点击操作按钮数据
43127
+ * @date 2022年5月25日
43072
43128
  **/
43073
43129
  goView: function goView(res) {
43074
43130
  // 驳回并办结:rejectAndEndHtml
@@ -43153,11 +43209,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43153
43209
  // isCanStartSubFlow
43154
43210
  },
43155
43211
 
43156
- /**
43157
- * toTakeAdvice
43158
- * @desc:征求意见
43159
- * @author liufan
43160
- * @date 2022年9月29日
43212
+ /**
43213
+ * toTakeAdvice
43214
+ * @desc:征求意见
43215
+ * @author liufan
43216
+ * @date 2022年9月29日
43161
43217
  **/
43162
43218
  toTakeAdvice: function toTakeAdvice(res) {
43163
43219
  var _this14 = this;
@@ -43201,11 +43257,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43201
43257
  });
43202
43258
  },
43203
43259
 
43204
- /**
43205
- * toStartDraf
43206
- * @desc: 稿件递送、联合审核、复核
43207
- * @author liufan
43208
- * @date 2022年9月29日
43260
+ /**
43261
+ * toStartDraf
43262
+ * @desc: 稿件递送、联合审核、复核
43263
+ * @author liufan
43264
+ * @date 2022年9月29日
43209
43265
  **/
43210
43266
  toStartDraf: function toStartDraf(res) {
43211
43267
  var _this16 = this;
@@ -43219,11 +43275,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43219
43275
  }
43220
43276
  },
43221
43277
 
43222
- /**
43223
- * toSendMsg
43224
- * @desc:核稿通知
43225
- * @author liufan
43226
- * @date 2022年9月29日
43278
+ /**
43279
+ * toSendMsg
43280
+ * @desc:核稿通知
43281
+ * @author liufan
43282
+ * @date 2022年9月29日
43227
43283
  **/
43228
43284
  toSendMsg: function toSendMsg(res) {
43229
43285
  var _this17 = this;
@@ -43237,11 +43293,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43237
43293
  }
43238
43294
  },
43239
43295
 
43240
- /**
43241
- * toTaskReadAndEnd
43242
- * @desc:分阅并办结
43243
- * @author liufan
43244
- * @date 2022年9月29日
43296
+ /**
43297
+ * toTaskReadAndEnd
43298
+ * @desc:分阅并办结
43299
+ * @author liufan
43300
+ * @date 2022年9月29日
43245
43301
  **/
43246
43302
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43247
43303
  var _this18 = this;
@@ -43259,11 +43315,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43259
43315
  }
43260
43316
  },
43261
43317
 
43262
- /**
43263
- * rejectAndEnd
43264
- * @desc:驳回并办结
43265
- * @author liufan
43266
- * @date 2022年9月29日
43318
+ /**
43319
+ * rejectAndEnd
43320
+ * @desc:驳回并办结
43321
+ * @author liufan
43322
+ * @date 2022年9月29日
43267
43323
  **/
43268
43324
  rejectAndEnd: function rejectAndEnd(res) {
43269
43325
  var _this19 = this;
@@ -43318,11 +43374,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43318
43374
  });
43319
43375
  },
43320
43376
 
43321
- /**
43322
- * toTransfer
43323
- * @desc:转办
43324
- * @author liufan
43325
- * @date 2022年9月29日
43377
+ /**
43378
+ * toTransfer
43379
+ * @desc:转办
43380
+ * @author liufan
43381
+ * @date 2022年9月29日
43326
43382
  **/
43327
43383
  toTransfer: function toTransfer(res) {
43328
43384
  var _this21 = this;
@@ -43338,11 +43394,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43338
43394
  }
43339
43395
  },
43340
43396
 
43341
- /**
43342
- * getNodeInfo
43343
- * @desc:获取节点信息
43344
- * @author liufan
43345
- * @date 2022年5月25日
43397
+ /**
43398
+ * getNodeInfo
43399
+ * @desc:获取节点信息
43400
+ * @author liufan
43401
+ * @date 2022年5月25日
43346
43402
  **/
43347
43403
  getNodeInfo: function getNodeInfo() {
43348
43404
  var _this22 = this;
@@ -43441,12 +43497,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43441
43497
  });
43442
43498
  },
43443
43499
 
43444
- /**
43445
- * selecNext
43446
- * @desc:下步节点变化时更新数据
43447
- * @author liufan
43448
- * @param {String} val 当前选中值
43449
- * @date 2022年5月25日
43500
+ /**
43501
+ * selecNext
43502
+ * @desc:下步节点变化时更新数据
43503
+ * @author liufan
43504
+ * @param {String} val 当前选中值
43505
+ * @date 2022年5月25日
43450
43506
  **/
43451
43507
  selecNext: function selecNext(val, type, isDef) {
43452
43508
  var _this23 = this;
@@ -43555,11 +43611,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43555
43611
  if (isDef !== true) this.getNodeInfo();
43556
43612
  },
43557
43613
 
43558
- /**
43559
- * isMultiple
43560
- * @desc:是否多选
43561
- * @author liufan
43562
- * @date 2022年9月13日
43614
+ /**
43615
+ * isMultiple
43616
+ * @desc:是否多选
43617
+ * @author liufan
43618
+ * @date 2022年9月13日
43563
43619
  **/
43564
43620
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43565
43621
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43591,11 +43647,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43591
43647
  }
43592
43648
  },
43593
43649
 
43594
- /**
43595
- * getHedInfo
43596
- * @desc:获取审核页面数据
43597
- * @author liufan
43598
- * @date 2022年5月25日
43650
+ /**
43651
+ * getHedInfo
43652
+ * @desc:获取审核页面数据
43653
+ * @author liufan
43654
+ * @date 2022年5月25日
43599
43655
  **/
43600
43656
  getHedInfo: function getHedInfo() {
43601
43657
  var _this24 = this;
@@ -43831,13 +43887,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43831
43887
  });
43832
43888
  },
43833
43889
 
43834
- /**
43835
- * closeProcess
43836
- * @desc:关闭弹窗
43837
- * @author liufan
43838
- * @param {boolean} val 当前是否办理流程
43839
- * @param {String} type 当前点击的弹窗类型
43840
- * @date 2022年5月25日
43890
+ /**
43891
+ * closeProcess
43892
+ * @desc:关闭弹窗
43893
+ * @author liufan
43894
+ * @param {boolean} val 当前是否办理流程
43895
+ * @param {String} type 当前点击的弹窗类型
43896
+ * @date 2022年5月25日
43841
43897
  **/
43842
43898
  closeProcess: function closeProcess(val, type, closeParent) {
43843
43899
  if (closeParent) {
@@ -43854,23 +43910,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43854
43910
  }
43855
43911
  },
43856
43912
 
43857
- /**
43858
- * selectChange
43859
- * @desc:常用语选择
43860
- * @author liufan
43861
- * @param {String} val 选中值
43862
- * @date 2022年5月25日
43913
+ /**
43914
+ * selectChange
43915
+ * @desc:常用语选择
43916
+ * @author liufan
43917
+ * @param {String} val 选中值
43918
+ * @date 2022年5月25日
43863
43919
  **/
43864
43920
  selectChange: function selectChange(val) {
43865
43921
  this.value = val;
43866
43922
  },
43867
43923
 
43868
- /**
43869
- * upDate
43870
- * @desc:修改常用语
43871
- * @author liufan
43872
- * @param {Object} val 修改值
43873
- * @date 2022年5月25日
43924
+ /**
43925
+ * upDate
43926
+ * @desc:修改常用语
43927
+ * @author liufan
43928
+ * @param {Object} val 修改值
43929
+ * @date 2022年5月25日
43874
43930
  **/
43875
43931
  upDate: function upDate(val) {
43876
43932
  this.FormData.id = val.id;
@@ -43878,11 +43934,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43878
43934
  },
43879
43935
 
43880
43936
 
43881
- /**
43882
- * getProcess
43883
- * @desc:获取选择流程
43884
- * @author liufan
43885
- * @date 2022年5月25日
43937
+ /**
43938
+ * getProcess
43939
+ * @desc:获取选择流程
43940
+ * @author liufan
43941
+ * @date 2022年5月25日
43886
43942
  **/
43887
43943
  getProcess: function getProcess() {
43888
43944
  var _this25 = this;
@@ -43936,11 +43992,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43936
43992
  });
43937
43993
  },
43938
43994
 
43939
- /**
43940
- * getPendedhistoryList
43941
- * @desc:获取流程列表
43942
- * @author liufan
43943
- * @date 2022年5月25日
43995
+ /**
43996
+ * getPendedhistoryList
43997
+ * @desc:获取流程列表
43998
+ * @author liufan
43999
+ * @date 2022年5月25日
43944
44000
  **/
43945
44001
  getPendedhistoryList: function getPendedhistoryList() {
43946
44002
  var _this26 = this;
@@ -43972,12 +44028,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43972
44028
  },
43973
44029
 
43974
44030
  // 提交流程
43975
- /**
43976
- * subProcess
43977
- * @desc:提交流程
43978
- * @author liufan
43979
- * @param {String} formName 当前form表单ref值
43980
- * @date 2022年5月25日
44031
+ /**
44032
+ * subProcess
44033
+ * @desc:提交流程
44034
+ * @author liufan
44035
+ * @param {String} formName 当前form表单ref值
44036
+ * @date 2022年5月25日
43981
44037
  **/
43982
44038
  subProcess: function subProcess(val) {
43983
44039
  var _this27 = this;
@@ -46721,7 +46777,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46721
46777
  businessId = _taskExamineInfo.businessId,
46722
46778
  appId = _taskExamineInfo.appId,
46723
46779
  processDefinitionId = _taskExamineInfo.processDefinitionId,
46724
- pendingId = _taskExamineInfo.pendingId;
46780
+ pendingId = _taskExamineInfo.pendingId,
46781
+ isSubFlow = _taskExamineInfo.isSubFlow;
46725
46782
 
46726
46783
  var params = {
46727
46784
  businessId: businessId,
@@ -46729,6 +46786,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46729
46786
  processDefinitionId: processDefinitionId,
46730
46787
  pendingId: pendingId,
46731
46788
  opinion: this.value,
46789
+ isSubFlow: isSubFlow,
46732
46790
  taskAction: 'complete'
46733
46791
  };
46734
46792
  this.taskParams = params;
@@ -47056,11 +47114,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47056
47114
  });
47057
47115
  },
47058
47116
 
47059
- /**
47060
- * saveInfo
47061
- * @desc:暂存
47062
- * @author liufan
47063
- * @date 2022年9月9日
47117
+ /**
47118
+ * saveInfo
47119
+ * @desc:暂存
47120
+ * @author liufan
47121
+ * @date 2022年9月9日
47064
47122
  **/
47065
47123
  saveInfo: function saveInfo(type, btn) {
47066
47124
  var _this9 = this;
@@ -47122,11 +47180,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47122
47180
  });
47123
47181
  },
47124
47182
 
47125
- /**
47126
- * rejectBtn
47127
- * @desc:点击驳回
47128
- * @author liufan
47129
- * @date 2022年5月25日
47183
+ /**
47184
+ * rejectBtn
47185
+ * @desc:点击驳回
47186
+ * @author liufan
47187
+ * @date 2022年5月25日
47130
47188
  **/
47131
47189
  rejectBtn: function rejectBtn() {
47132
47190
  var _this11 = this;
@@ -47144,11 +47202,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47144
47202
  }
47145
47203
  },
47146
47204
 
47147
- /**
47148
- * taskReadBtn
47149
- * @desc:点击分阅
47150
- * @author liufan
47151
- * @date 2022年5月25日
47205
+ /**
47206
+ * taskReadBtn
47207
+ * @desc:点击分阅
47208
+ * @author liufan
47209
+ * @date 2022年5月25日
47152
47210
  **/
47153
47211
  taskReadBtn: function taskReadBtn() {
47154
47212
  var _this12 = this;
@@ -47167,11 +47225,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47167
47225
  }
47168
47226
  },
47169
47227
 
47170
- /**
47171
- * getFind
47172
- * @desc:获取通知方式
47173
- * @author liufan
47174
- * @date 2022年5月25日
47228
+ /**
47229
+ * getFind
47230
+ * @desc:获取通知方式
47231
+ * @author liufan
47232
+ * @date 2022年5月25日
47175
47233
  **/
47176
47234
  getFind: function getFind() {
47177
47235
  var _this13 = this;
@@ -47237,12 +47295,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47237
47295
  });
47238
47296
  },
47239
47297
 
47240
- /**
47241
- * endFlows
47242
- * @desc:直接办结
47243
- * @author liufan
47244
- * @param {Object} res 直接办结数据
47245
- * @date 2022年5月25日
47298
+ /**
47299
+ * endFlows
47300
+ * @desc:直接办结
47301
+ * @author liufan
47302
+ * @param {Object} res 直接办结数据
47303
+ * @date 2022年5月25日
47246
47304
  **/
47247
47305
  endFlows: function endFlows(res) {
47248
47306
  var _this15 = this;
@@ -47297,12 +47355,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47297
47355
  }).catch(function (e) {});
47298
47356
  },
47299
47357
 
47300
- /**
47301
- * goView
47302
- * @desc:更多流程按钮操作
47303
- * @author liufan
47304
- * @param {Object} res 当前点击操作按钮数据
47305
- * @date 2022年5月25日
47358
+ /**
47359
+ * goView
47360
+ * @desc:更多流程按钮操作
47361
+ * @author liufan
47362
+ * @param {Object} res 当前点击操作按钮数据
47363
+ * @date 2022年5月25日
47306
47364
  **/
47307
47365
  goView: function goView(res) {
47308
47366
  // 驳回并办结:rejectAndEndHtml
@@ -47387,11 +47445,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47387
47445
  // isCanStartSubFlow
47388
47446
  },
47389
47447
 
47390
- /**
47391
- * toTakeAdvice
47392
- * @desc:征求意见
47393
- * @author liufan
47394
- * @date 2022年9月29日
47448
+ /**
47449
+ * toTakeAdvice
47450
+ * @desc:征求意见
47451
+ * @author liufan
47452
+ * @date 2022年9月29日
47395
47453
  **/
47396
47454
  toTakeAdvice: function toTakeAdvice(res) {
47397
47455
  var _this17 = this;
@@ -47435,11 +47493,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47435
47493
  });
47436
47494
  },
47437
47495
 
47438
- /**
47439
- * toStartDraf
47440
- * @desc: 稿件递送、联合审核、复核
47441
- * @author liufan
47442
- * @date 2022年9月29日
47496
+ /**
47497
+ * toStartDraf
47498
+ * @desc: 稿件递送、联合审核、复核
47499
+ * @author liufan
47500
+ * @date 2022年9月29日
47443
47501
  **/
47444
47502
  toStartDraf: function toStartDraf(res) {
47445
47503
  var _this19 = this;
@@ -47453,11 +47511,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47453
47511
  }
47454
47512
  },
47455
47513
 
47456
- /**
47457
- * toSendMsg
47458
- * @desc:核稿通知
47459
- * @author liufan
47460
- * @date 2022年9月29日
47514
+ /**
47515
+ * toSendMsg
47516
+ * @desc:核稿通知
47517
+ * @author liufan
47518
+ * @date 2022年9月29日
47461
47519
  **/
47462
47520
  toSendMsg: function toSendMsg(res) {
47463
47521
  var _this20 = this;
@@ -47471,11 +47529,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47471
47529
  }
47472
47530
  },
47473
47531
 
47474
- /**
47475
- * toTaskReadAndEnd
47476
- * @desc:分阅并办结
47477
- * @author liufan
47478
- * @date 2022年9月29日
47532
+ /**
47533
+ * toTaskReadAndEnd
47534
+ * @desc:分阅并办结
47535
+ * @author liufan
47536
+ * @date 2022年9月29日
47479
47537
  **/
47480
47538
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47481
47539
  var _this21 = this;
@@ -47493,11 +47551,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47493
47551
  }
47494
47552
  },
47495
47553
 
47496
- /**
47497
- * rejectAndEnd
47498
- * @desc:驳回并办结
47499
- * @author liufan
47500
- * @date 2022年9月29日
47554
+ /**
47555
+ * rejectAndEnd
47556
+ * @desc:驳回并办结
47557
+ * @author liufan
47558
+ * @date 2022年9月29日
47501
47559
  **/
47502
47560
  rejectAndEnd: function rejectAndEnd(res) {
47503
47561
  var _this22 = this;
@@ -47553,11 +47611,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47553
47611
  });
47554
47612
  },
47555
47613
 
47556
- /**
47557
- * toTransfer
47558
- * @desc:转办
47559
- * @author liufan
47560
- * @date 2022年9月29日
47614
+ /**
47615
+ * toTransfer
47616
+ * @desc:转办
47617
+ * @author liufan
47618
+ * @date 2022年9月29日
47561
47619
  **/
47562
47620
  toTransfer: function toTransfer(res) {
47563
47621
  var _this24 = this;
@@ -47573,11 +47631,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47573
47631
  }
47574
47632
  },
47575
47633
 
47576
- /**
47577
- * getNodeInfo
47578
- * @desc:获取节点信息
47579
- * @author liufan
47580
- * @date 2022年5月25日
47634
+ /**
47635
+ * getNodeInfo
47636
+ * @desc:获取节点信息
47637
+ * @author liufan
47638
+ * @date 2022年5月25日
47581
47639
  **/
47582
47640
  getNodeInfo: function getNodeInfo() {
47583
47641
  var _this25 = this;
@@ -47681,12 +47739,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47681
47739
  });
47682
47740
  },
47683
47741
 
47684
- /**
47685
- * selecNext
47686
- * @desc:下步节点变化时更新数据
47687
- * @author liufan
47688
- * @param {String} val 当前选中值
47689
- * @date 2022年5月25日
47742
+ /**
47743
+ * selecNext
47744
+ * @desc:下步节点变化时更新数据
47745
+ * @author liufan
47746
+ * @param {String} val 当前选中值
47747
+ * @date 2022年5月25日
47690
47748
  **/
47691
47749
  selecNext: function selecNext(val, type, isDef) {
47692
47750
  var _this26 = this;
@@ -47818,11 +47876,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47818
47876
  this.getNodeInfo();
47819
47877
  },
47820
47878
 
47821
- /**
47822
- * isMultiple
47823
- * @desc:是否多选
47824
- * @author liufan
47825
- * @date 2022年9月13日
47879
+ /**
47880
+ * isMultiple
47881
+ * @desc:是否多选
47882
+ * @author liufan
47883
+ * @date 2022年9月13日
47826
47884
  **/
47827
47885
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47828
47886
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47854,11 +47912,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47854
47912
  }
47855
47913
  },
47856
47914
 
47857
- /**
47858
- * getHedInfo
47859
- * @desc:获取审核页面数据
47860
- * @author liufan
47861
- * @date 2022年5月25日
47915
+ /**
47916
+ * getHedInfo
47917
+ * @desc:获取审核页面数据
47918
+ * @author liufan
47919
+ * @date 2022年5月25日
47862
47920
  **/
47863
47921
  getHedInfo: function getHedInfo() {
47864
47922
  var _this27 = this;
@@ -48145,13 +48203,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48145
48203
  });
48146
48204
  },
48147
48205
 
48148
- /**
48149
- * closeProcess
48150
- * @desc:关闭弹窗
48151
- * @author liufan
48152
- * @param {boolean} val 当前是否办理流程
48153
- * @param {String} type 当前点击的弹窗类型
48154
- * @date 2022年5月25日
48206
+ /**
48207
+ * closeProcess
48208
+ * @desc:关闭弹窗
48209
+ * @author liufan
48210
+ * @param {boolean} val 当前是否办理流程
48211
+ * @param {String} type 当前点击的弹窗类型
48212
+ * @date 2022年5月25日
48155
48213
  **/
48156
48214
  closeProcess: function closeProcess(val, type, closeParent) {
48157
48215
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48171,23 +48229,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48171
48229
  }
48172
48230
  },
48173
48231
 
48174
- /**
48175
- * selectChange
48176
- * @desc:常用语选择
48177
- * @author liufan
48178
- * @param {String} val 选中值
48179
- * @date 2022年5月25日
48232
+ /**
48233
+ * selectChange
48234
+ * @desc:常用语选择
48235
+ * @author liufan
48236
+ * @param {String} val 选中值
48237
+ * @date 2022年5月25日
48180
48238
  **/
48181
48239
  selectChange: function selectChange(val) {
48182
48240
  this.value = val;
48183
48241
  },
48184
48242
 
48185
- /**
48186
- * upDate
48187
- * @desc:修改常用语
48188
- * @author liufan
48189
- * @param {Object} val 修改值
48190
- * @date 2022年5月25日
48243
+ /**
48244
+ * upDate
48245
+ * @desc:修改常用语
48246
+ * @author liufan
48247
+ * @param {Object} val 修改值
48248
+ * @date 2022年5月25日
48191
48249
  **/
48192
48250
  upDate: function upDate(val) {
48193
48251
  this.FormData.id = val.id;
@@ -48195,11 +48253,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48195
48253
  },
48196
48254
 
48197
48255
 
48198
- /**
48199
- * getProcess
48200
- * @desc:获取选择流程
48201
- * @author liufan
48202
- * @date 2022年5月25日
48256
+ /**
48257
+ * getProcess
48258
+ * @desc:获取选择流程
48259
+ * @author liufan
48260
+ * @date 2022年5月25日
48203
48261
  **/
48204
48262
  getProcess: function getProcess(val) {
48205
48263
  var _this28 = this;
@@ -48255,11 +48313,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48255
48313
  });
48256
48314
  },
48257
48315
 
48258
- /**
48259
- * getPendedhistoryList
48260
- * @desc:获取流程列表
48261
- * @author liufan
48262
- * @date 2022年5月25日
48316
+ /**
48317
+ * getPendedhistoryList
48318
+ * @desc:获取流程列表
48319
+ * @author liufan
48320
+ * @date 2022年5月25日
48263
48321
  **/
48264
48322
  getPendedhistoryList: function getPendedhistoryList() {
48265
48323
  var _this29 = this;
@@ -48327,12 +48385,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48327
48385
  },
48328
48386
 
48329
48387
  // 提交流程
48330
- /**
48331
- * subProcess
48332
- * @desc:提交流程
48333
- * @author liufan
48334
- * @param {String} formName 当前form表单ref值
48335
- * @date 2022年5月25日
48388
+ /**
48389
+ * subProcess
48390
+ * @desc:提交流程
48391
+ * @author liufan
48392
+ * @param {String} formName 当前form表单ref值
48393
+ * @date 2022年5月25日
48336
48394
  **/
48337
48395
  subProcess: function subProcess(val, type) {
48338
48396
  var _this31 = this;
@@ -48446,7 +48504,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48446
48504
  switch (_context.prev = _context.next) {
48447
48505
  case 0:
48448
48506
  if (!valid) {
48449
- _context.next = 52;
48507
+ _context.next = 53;
48450
48508
  break;
48451
48509
  }
48452
48510
 
@@ -48553,14 +48611,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48553
48611
  }
48554
48612
 
48555
48613
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
48556
- _context.next = 33;
48614
+ _context.next = 34;
48557
48615
  break;
48558
48616
  }
48559
48617
 
48618
+ params.isSubFlow = _this33.taskExamineInfo.isSubFlow;
48560
48619
  _this33.taskParams = params;
48561
48620
  return _context.abrupt('return');
48562
48621
 
48563
- case 33:
48622
+ case 34:
48564
48623
  _this33.loading = utils_util["a" /* default */].loading(_this33.$loading, '提交中...');
48565
48624
  isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this33.currentNodeEnableItemHandleDescription;
48566
48625
 
@@ -48600,10 +48659,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48600
48659
  }
48601
48660
  }));
48602
48661
 
48603
- case 52:
48662
+ case 53:
48604
48663
  return _context.abrupt('return', false);
48605
48664
 
48606
- case 53:
48665
+ case 54:
48607
48666
  case 'end':
48608
48667
  return _context.stop();
48609
48668
  }
@@ -48664,8 +48723,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48664
48723
 
48665
48724
  var flow_src_main_component = normalizeComponent(
48666
48725
  packages_flow_src_mainvue_type_script_lang_js_,
48667
- mainvue_type_template_id_6b9f2034_render,
48668
- mainvue_type_template_id_6b9f2034_staticRenderFns,
48726
+ mainvue_type_template_id_57bbb308_render,
48727
+ mainvue_type_template_id_57bbb308_staticRenderFns,
48669
48728
  false,
48670
48729
  null,
48671
48730
  null,
@@ -52088,12 +52147,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52088
52147
  }
52089
52148
  },
52090
52149
 
52091
- /**
52092
- * handleFormSubmit
52093
- * @desc:删除节点点击事件
52094
- * @param {Object} formData 点击删除的form数据
52095
- * @author liufan
52096
- * @date 2022年11月29日
52150
+ /**
52151
+ * handleFormSubmit
52152
+ * @desc:删除节点点击事件
52153
+ * @param {Object} formData 点击删除的form数据
52154
+ * @author liufan
52155
+ * @date 2022年11月29日
52097
52156
  **/
52098
52157
  handleFormSubmit: function handleFormSubmit(formData) {
52099
52158
  var _this9 = this;
@@ -52124,48 +52183,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52124
52183
  });
52125
52184
  },
52126
52185
 
52127
- /**
52128
- * del
52129
- * @desc:展示删除弹窗
52130
- * @param {String} id 当前点击数据id
52131
- * @author liufan
52132
- * @date 2022年11月29日
52186
+ /**
52187
+ * del
52188
+ * @desc:展示删除弹窗
52189
+ * @param {String} id 当前点击数据id
52190
+ * @author liufan
52191
+ * @date 2022年11月29日
52133
52192
  **/
52134
52193
  del: function del(id) {
52135
52194
  this.historyId = id;
52136
52195
  this.showDel = true;
52137
52196
  },
52138
52197
 
52139
- /**
52140
- * handleCurrentChange
52141
- * @desc:监听页码变化
52142
- * @param {String} val 当前页
52143
- * @author liufan
52144
- * @date 2022年11月29日
52198
+ /**
52199
+ * handleCurrentChange
52200
+ * @desc:监听页码变化
52201
+ * @param {String} val 当前页
52202
+ * @author liufan
52203
+ * @date 2022年11月29日
52145
52204
  **/
52146
52205
  handleCurrentChange: function handleCurrentChange(val) {
52147
52206
  this.currentPage = val;
52148
52207
  this.getPressList();
52149
52208
  },
52150
52209
 
52151
- /**
52152
- * handleSizeChange
52153
- * @desc:监听每页数据显示数量变化
52154
- * @param {String} val 每页展示数量
52155
- * @author liufan
52156
- * @date 2022年11月29日
52210
+ /**
52211
+ * handleSizeChange
52212
+ * @desc:监听每页数据显示数量变化
52213
+ * @param {String} val 每页展示数量
52214
+ * @author liufan
52215
+ * @date 2022年11月29日
52157
52216
  **/
52158
52217
  handleSizeChange: function handleSizeChange(val) {
52159
52218
  this.pageSize = val;
52160
52219
  this.getPressList();
52161
52220
  },
52162
52221
 
52163
- /**
52164
- * sortChange
52165
- * @desc:监听排序变化
52166
- * @param {Object} info 需要排序的字段及排序方式
52167
- * @author liufan
52168
- * @date 2022年11月29日
52222
+ /**
52223
+ * sortChange
52224
+ * @desc:监听排序变化
52225
+ * @param {Object} info 需要排序的字段及排序方式
52226
+ * @author liufan
52227
+ * @date 2022年11月29日
52169
52228
  **/
52170
52229
  sortChange: function sortChange(info) {
52171
52230
  var prop = info.prop,
@@ -52176,11 +52235,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52176
52235
  this.getPressList();
52177
52236
  },
52178
52237
 
52179
- /**
52180
- * getPressList
52181
- * @desc:催办列表数据
52182
- * @author liufan
52183
- * @date 2022年11月29日
52238
+ /**
52239
+ * getPressList
52240
+ * @desc:催办列表数据
52241
+ * @author liufan
52242
+ * @date 2022年11月29日
52184
52243
  **/
52185
52244
  getPressList: function getPressList() {
52186
52245
  var _this10 = this;
@@ -52210,12 +52269,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52210
52269
  });
52211
52270
  },
52212
52271
 
52213
- /**
52214
- * goPress
52215
- * @desc:催办列表查看
52216
- * @param {String} id 催办列表id
52217
- * @author liufan
52218
- * @date 2022年11月29日
52272
+ /**
52273
+ * goPress
52274
+ * @desc:催办列表查看
52275
+ * @param {String} id 催办列表id
52276
+ * @author liufan
52277
+ * @date 2022年11月29日
52219
52278
  **/
52220
52279
  goPress: function goPress(id) {
52221
52280
  this.historyId = id;
@@ -52223,23 +52282,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52223
52282
  this.getPressList();
52224
52283
  },
52225
52284
 
52226
- /**
52227
- * showFile
52228
- * @desc:附件查看
52229
- * @param {String} ownId 附件id
52230
- * @author liufan
52231
- * @date 2022年11月29日
52285
+ /**
52286
+ * showFile
52287
+ * @desc:附件查看
52288
+ * @param {String} ownId 附件id
52289
+ * @author liufan
52290
+ * @date 2022年11月29日
52232
52291
  **/
52233
52292
  showFile: function showFile(ownId) {
52234
52293
  this.wfpendingid = ownId;
52235
52294
  this.showFileList = true;
52236
52295
  },
52237
52296
 
52238
- /**
52239
- * handleChange
52240
- * @desc:切换排序方式
52241
- * @author liufan
52242
- * @date 2022年11月22日
52297
+ /**
52298
+ * handleChange
52299
+ * @desc:切换排序方式
52300
+ * @author liufan
52301
+ * @date 2022年11月22日
52243
52302
  **/
52244
52303
  handleChange: function handleChange(key, value) {
52245
52304
  if (value) {
@@ -52289,11 +52348,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52289
52348
  }))();
52290
52349
  },
52291
52350
 
52292
- /**
52293
- * getFlowList
52294
- * @desc:获取流程列表
52295
- * @author liufan
52296
- * @date 2022年11月22日
52351
+ /**
52352
+ * getFlowList
52353
+ * @desc:获取流程列表
52354
+ * @author liufan
52355
+ * @date 2022年11月22日
52297
52356
  **/
52298
52357
  getFlowList: function getFlowList() {
52299
52358
  var _this12 = this;
@@ -52365,12 +52424,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52365
52424
  });
52366
52425
  },
52367
52426
 
52368
- /**
52369
- * handleClick
52370
- * @desc:表单点击事件
52371
- * @param {Object} val 当前点击行数据及按钮
52372
- * @author liufan
52373
- * @date 2022年11月10日
52427
+ /**
52428
+ * handleClick
52429
+ * @desc:表单点击事件
52430
+ * @param {Object} val 当前点击行数据及按钮
52431
+ * @author liufan
52432
+ * @date 2022年11月10日
52374
52433
  **/
52375
52434
  handleClick: function handleClick(val) {
52376
52435
  var _this13 = this;
@@ -52416,13 +52475,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52416
52475
  }
52417
52476
  },
52418
52477
 
52419
- /**
52420
- * getCodeValue
52421
- * @desc:获取代码表过滤后的值
52422
- * @param {String} value 展示数据的代码值
52423
- * @param {String} type 代码表类型
52424
- * @author liufan
52425
- * @date 2022年11月10日
52478
+ /**
52479
+ * getCodeValue
52480
+ * @desc:获取代码表过滤后的值
52481
+ * @param {String} value 展示数据的代码值
52482
+ * @param {String} type 代码表类型
52483
+ * @author liufan
52484
+ * @date 2022年11月10日
52426
52485
  **/
52427
52486
  getCodeValue: function getCodeValue(value, type) {
52428
52487
  var val = this[type].filter(function (item) {
@@ -52431,12 +52490,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52431
52490
  return val[0].shortName;
52432
52491
  },
52433
52492
 
52434
- /**
52435
- * getSysInfo
52436
- * @desc:获取代码表
52437
- * @param {String} code 编码code值
52438
- * @author liufan
52439
- * @date 2022年11月10日
52493
+ /**
52494
+ * getSysInfo
52495
+ * @desc:获取代码表
52496
+ * @param {String} code 编码code值
52497
+ * @author liufan
52498
+ * @date 2022年11月10日
52440
52499
  **/
52441
52500
  getSysInfo: function getSysInfo(code) {
52442
52501
  var _this14 = this;
@@ -52458,11 +52517,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52458
52517
  }).catch(function (e) {});
52459
52518
  },
52460
52519
 
52461
- /**
52462
- * getListInfo
52463
- * @desc:获取预设列表数据
52464
- * @author liufan
52465
- * @date 2022年11月10日
52520
+ /**
52521
+ * getListInfo
52522
+ * @desc:获取预设列表数据
52523
+ * @author liufan
52524
+ * @date 2022年11月10日
52466
52525
  **/
52467
52526
  getListInfo: function getListInfo() {
52468
52527
  var _this15 = this;
@@ -61689,10 +61748,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61689
61748
  this.$emit('click', res);
61690
61749
  },
61691
61750
 
61692
- /**
61693
- * @desc:获取气泡提醒
61694
- * @author huangbo
61695
- * @date 2024年9月7日
61751
+ /**
61752
+ * @desc:获取气泡提醒
61753
+ * @author huangbo
61754
+ * @date 2024年9月7日
61696
61755
  **/
61697
61756
  getBadge: function getBadge(res) {
61698
61757
  var num = res.tips || 0;
@@ -65692,10 +65751,10 @@ var events = [function (tabs, index, that) {
65692
65751
  },
65693
65752
 
65694
65753
  methods: {
65695
- /**
65696
- * @desc:匹配路由
65697
- * @author huangbo
65698
- * @date 2024年9月7日
65754
+ /**
65755
+ * @desc:匹配路由
65756
+ * @author huangbo
65757
+ * @date 2024年9月7日
65699
65758
  **/
65700
65759
  hasRouter: function hasRouter(res, url, code) {
65701
65760
  if (!url) {
@@ -65739,10 +65798,10 @@ var events = [function (tabs, index, that) {
65739
65798
  return false;
65740
65799
  },
65741
65800
 
65742
- /**
65743
- * @desc:获取初始数据
65744
- * @author huangbo
65745
- * @date 2024年9月7日
65801
+ /**
65802
+ * @desc:获取初始数据
65803
+ * @author huangbo
65804
+ * @date 2024年9月7日
65746
65805
  **/
65747
65806
  init: function init(results, first) {
65748
65807
  this.setConfig(results);
@@ -65751,10 +65810,10 @@ var events = [function (tabs, index, that) {
65751
65810
  }
65752
65811
  },
65753
65812
 
65754
- /**
65755
- * @desc:设置用户配置及信息
65756
- * @author huangbo
65757
- * @date 2024年9月7日
65813
+ /**
65814
+ * @desc:设置用户配置及信息
65815
+ * @author huangbo
65816
+ * @date 2024年9月7日
65758
65817
  **/
65759
65818
  setConfig: function setConfig(results) {
65760
65819
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65888,10 +65947,10 @@ var events = [function (tabs, index, that) {
65888
65947
  }
65889
65948
  },
65890
65949
 
65891
- /**
65892
- * @desc:获取所有应用
65893
- * @author huangbo
65894
- * @date 2024年9月7日
65950
+ /**
65951
+ * @desc:获取所有应用
65952
+ * @author huangbo
65953
+ * @date 2024年9月7日
65895
65954
  **/
65896
65955
  getApplications: function getApplications() {
65897
65956
  var _this = this;
@@ -65939,10 +65998,10 @@ var events = [function (tabs, index, that) {
65939
65998
  });
65940
65999
  },
65941
66000
 
65942
- /**
65943
- * @desc:获取菜单列表
65944
- * @author huangbo
65945
- * @date 2024年9月7日
66001
+ /**
66002
+ * @desc:获取菜单列表
66003
+ * @author huangbo
66004
+ * @date 2024年9月7日
65946
66005
  **/
65947
66006
  getMenus: function getMenus(loading) {
65948
66007
  var _this2 = this;
@@ -65975,10 +66034,10 @@ var events = [function (tabs, index, that) {
65975
66034
  });
65976
66035
  },
65977
66036
 
65978
- /**
65979
- * @desc:处理菜单列表
65980
- * @author huangbo
65981
- * @date 2024年9月7日
66037
+ /**
66038
+ * @desc:处理菜单列表
66039
+ * @author huangbo
66040
+ * @date 2024年9月7日
65982
66041
  **/
65983
66042
  renderMenus: function renderMenus(res) {
65984
66043
  this.menus = res;
@@ -66074,10 +66133,10 @@ var events = [function (tabs, index, that) {
66074
66133
  }
66075
66134
  },
66076
66135
 
66077
- /**
66078
- * @desc:设置页面加载类型
66079
- * @author huangbo
66080
- * @date 2024年9月7日
66136
+ /**
66137
+ * @desc:设置页面加载类型
66138
+ * @author huangbo
66139
+ * @date 2024年9月7日
66081
66140
  **/
66082
66141
  setIframeType: function setIframeType(res) {
66083
66142
  var url = res.url;
@@ -66133,10 +66192,10 @@ var events = [function (tabs, index, that) {
66133
66192
  return res;
66134
66193
  },
66135
66194
 
66136
- /**
66137
- * @desc:获取菜单
66138
- * @author huangbo
66139
- * @date 2024年9月7日
66195
+ /**
66196
+ * @desc:获取菜单
66197
+ * @author huangbo
66198
+ * @date 2024年9月7日
66140
66199
  **/
66141
66200
  getMenu: function getMenu(menus, res, key) {
66142
66201
  if (Array.isArray(menus)) {
@@ -66165,10 +66224,10 @@ var events = [function (tabs, index, that) {
66165
66224
  return false;
66166
66225
  },
66167
66226
 
66168
- /**
66169
- * @desc:获取菜单第一条数据
66170
- * @author huangbo
66171
- * @date 2024年9月7日
66227
+ /**
66228
+ * @desc:获取菜单第一条数据
66229
+ * @author huangbo
66230
+ * @date 2024年9月7日
66172
66231
  **/
66173
66232
  getFirst: function getFirst(obj) {
66174
66233
  if (!obj) {
@@ -66187,10 +66246,10 @@ var events = [function (tabs, index, that) {
66187
66246
  }
66188
66247
  },
66189
66248
 
66190
- /**
66191
- * @desc:遍历设置菜单气泡提醒
66192
- * @author huangbo
66193
- * @date 2024年9月7日
66249
+ /**
66250
+ * @desc:遍历设置菜单气泡提醒
66251
+ * @author huangbo
66252
+ * @date 2024年9月7日
66194
66253
  **/
66195
66254
  setTips: function setTips(obj) {
66196
66255
  var _this3 = this;
@@ -66253,10 +66312,10 @@ var events = [function (tabs, index, that) {
66253
66312
  }
66254
66313
  },
66255
66314
 
66256
- /**
66257
- * @desc:获取气泡提醒
66258
- * @author huangbo
66259
- * @date 2024年9月7日
66315
+ /**
66316
+ * @desc:获取气泡提醒
66317
+ * @author huangbo
66318
+ * @date 2024年9月7日
66260
66319
  **/
66261
66320
  getBadge: function getBadge(res) {
66262
66321
  var num = res.tips || 0;
@@ -66270,10 +66329,10 @@ var events = [function (tabs, index, that) {
66270
66329
  };
66271
66330
  },
66272
66331
 
66273
- /**
66274
- * @desc:开启weosocket
66275
- * @author huangbo
66276
- * @date 2024年9月7日
66332
+ /**
66333
+ * @desc:开启weosocket
66334
+ * @author huangbo
66335
+ * @date 2024年9月7日
66277
66336
  **/
66278
66337
  initWebSocket: function initWebSocket() {
66279
66338
  var _this5 = this;
@@ -66322,10 +66381,10 @@ var events = [function (tabs, index, that) {
66322
66381
  });
66323
66382
  },
66324
66383
 
66325
- /**
66326
- * @desc:显示用户信息
66327
- * @author huangbo
66328
- * @date 2024年9月7日
66384
+ /**
66385
+ * @desc:显示用户信息
66386
+ * @author huangbo
66387
+ * @date 2024年9月7日
66329
66388
  **/
66330
66389
  showUserInfo: function showUserInfo() {
66331
66390
  if (this.showUser === false) {
@@ -66333,19 +66392,19 @@ var events = [function (tabs, index, that) {
66333
66392
  }
66334
66393
  },
66335
66394
 
66336
- /**
66337
- * @desc:删除更多应用菜单点击
66338
- * @author huangbo
66339
- * @date 2024年9月7日
66395
+ /**
66396
+ * @desc:删除更多应用菜单点击
66397
+ * @author huangbo
66398
+ * @date 2024年9月7日
66340
66399
  **/
66341
66400
  handleDelete: function handleDelete(index) {
66342
66401
  this.newApps.splice(index, 1);
66343
66402
  },
66344
66403
 
66345
- /**
66346
- * @desc:储存更多应用菜单点击
66347
- * @author huangbo
66348
- * @date 2024年9月7日
66404
+ /**
66405
+ * @desc:储存更多应用菜单点击
66406
+ * @author huangbo
66407
+ * @date 2024年9月7日
66349
66408
  **/
66350
66409
  handlerClickApps: function handlerClickApps(res) {
66351
66410
  if (res.permission === false) {
@@ -66358,10 +66417,10 @@ var events = [function (tabs, index, that) {
66358
66417
  this.handlerClickApp(res);
66359
66418
  },
66360
66419
 
66361
- /**
66362
- * @desc:侧边应用菜单点击
66363
- * @author huangbo
66364
- * @date 2024年9月7日
66420
+ /**
66421
+ * @desc:侧边应用菜单点击
66422
+ * @author huangbo
66423
+ * @date 2024年9月7日
66365
66424
  **/
66366
66425
  handlerClickApp: function handlerClickApp(res) {
66367
66426
  this.showMsg = false;
@@ -66450,10 +66509,10 @@ var events = [function (tabs, index, that) {
66450
66509
  }
66451
66510
  },
66452
66511
 
66453
- /**
66454
- * @desc:显示Drawer界面
66455
- * @author huangbo
66456
- * @date 2024年9月7日
66512
+ /**
66513
+ * @desc:显示Drawer界面
66514
+ * @author huangbo
66515
+ * @date 2024年9月7日
66457
66516
  **/
66458
66517
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66459
66518
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66473,19 +66532,19 @@ var events = [function (tabs, index, that) {
66473
66532
  }
66474
66533
  },
66475
66534
 
66476
- /**
66477
- * @desc:关闭Drawer界面
66478
- * @author huangbo
66479
- * @date 2024年9月7日
66535
+ /**
66536
+ * @desc:关闭Drawer界面
66537
+ * @author huangbo
66538
+ * @date 2024年9月7日
66480
66539
  **/
66481
66540
  handleCloseDrawer: function handleCloseDrawer() {
66482
66541
  this.drawer = { visible: false };
66483
66542
  },
66484
66543
 
66485
- /**
66486
- * @desc:菜单点击
66487
- * @author huangbo
66488
- * @date 2024年9月7日
66544
+ /**
66545
+ * @desc:菜单点击
66546
+ * @author huangbo
66547
+ * @date 2024年9月7日
66489
66548
  **/
66490
66549
  handlerClickMenu: function handlerClickMenu(res) {
66491
66550
  utils_util["a" /* default */].ajax({
@@ -66534,19 +66593,19 @@ var events = [function (tabs, index, that) {
66534
66593
  },
66535
66594
 
66536
66595
 
66537
- /**
66538
- * @desc:用户详情请求成功
66539
- * @author huangbo
66540
- * @date 2024年9月7日
66596
+ /**
66597
+ * @desc:用户详情请求成功
66598
+ * @author huangbo
66599
+ * @date 2024年9月7日
66541
66600
  **/
66542
66601
  handleSuccess: function handleSuccess(res) {
66543
66602
  this.simpleUserInfo = res.simpleUserInfo;
66544
66603
  },
66545
66604
 
66546
- /**
66547
- * @desc:修改用户配置
66548
- * @author huangbo
66549
- * @date 2024年9月7日
66605
+ /**
66606
+ * @desc:修改用户配置
66607
+ * @author huangbo
66608
+ * @date 2024年9月7日
66550
66609
  **/
66551
66610
  handleChangeConfig: function handleChangeConfig(name, res) {
66552
66611
  if (name == 'userHeadUrl') {
@@ -66562,10 +66621,10 @@ var events = [function (tabs, index, that) {
66562
66621
  }
66563
66622
  },
66564
66623
 
66565
- /**
66566
- * @desc:关闭webSocket
66567
- * @author huangbo
66568
- * @date 2024年9月7日
66624
+ /**
66625
+ * @desc:关闭webSocket
66626
+ * @author huangbo
66627
+ * @date 2024年9月7日
66569
66628
  **/
66570
66629
  handlerClose: function handlerClose() {
66571
66630
  if (this.webSocket) {
@@ -66573,10 +66632,10 @@ var events = [function (tabs, index, that) {
66573
66632
  }
66574
66633
  },
66575
66634
 
66576
- /**
66577
- * @desc:刷新选中iframe页签
66578
- * @author huangbo
66579
- * @date 2024年9月7日
66635
+ /**
66636
+ * @desc:刷新选中iframe页签
66637
+ * @author huangbo
66638
+ * @date 2024年9月7日
66580
66639
  **/
66581
66640
  handleRefresh: function handleRefresh() {
66582
66641
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66597,10 +66656,10 @@ var events = [function (tabs, index, that) {
66597
66656
  }
66598
66657
  },
66599
66658
 
66600
- /**
66601
- * @desc:删除iframe
66602
- * @author huangbo
66603
- * @date 2024年9月7日
66659
+ /**
66660
+ * @desc:删除iframe
66661
+ * @author huangbo
66662
+ * @date 2024年9月7日
66604
66663
  **/
66605
66664
  handleRemove: function handleRemove(name) {
66606
66665
  var len = this.tabs.length - 1;
@@ -66617,10 +66676,10 @@ var events = [function (tabs, index, that) {
66617
66676
  }
66618
66677
  },
66619
66678
 
66620
- /**
66621
- * @desc:tabs鼠标右键事件
66622
- * @author huangbo
66623
- * @date 2024年9月7日
66679
+ /**
66680
+ * @desc:tabs鼠标右键事件
66681
+ * @author huangbo
66682
+ * @date 2024年9月7日
66624
66683
  **/
66625
66684
  handleContextmenu: function handleContextmenu(tabs, e) {
66626
66685
  var disabled = {};
@@ -66645,10 +66704,10 @@ var events = [function (tabs, index, that) {
66645
66704
  window.addEventListener('click', this.closeTabsEvents);
66646
66705
  },
66647
66706
 
66648
- /**
66649
- * @desc:tabs页签事件
66650
- * @author huangbo
66651
- * @date 2024年9月7日
66707
+ /**
66708
+ * @desc:tabs页签事件
66709
+ * @author huangbo
66710
+ * @date 2024年9月7日
66652
66711
  **/
66653
66712
  handleTabsEvents: function handleTabsEvents(num) {
66654
66713
  if (this.pane !== null) {
@@ -66666,10 +66725,10 @@ var events = [function (tabs, index, that) {
66666
66725
  window.removeEventListener('click', this.closeTabsEvents);
66667
66726
  },
66668
66727
 
66669
- /**
66670
- * @desc:handler工具栏点击事件
66671
- * @author huangbo
66672
- * @date 2024年9月7日
66728
+ /**
66729
+ * @desc:handler工具栏点击事件
66730
+ * @author huangbo
66731
+ * @date 2024年9月7日
66673
66732
  **/
66674
66733
  handleClick: function handleClick(res) {
66675
66734
  var type = res.type,
@@ -66747,10 +66806,10 @@ var events = [function (tabs, index, that) {
66747
66806
  this.$emit('handler-click', res);
66748
66807
  },
66749
66808
 
66750
- /**
66751
- * @desc:退出登录
66752
- * @author huangbo
66753
- * @date 2024年9月7日
66809
+ /**
66810
+ * @desc:退出登录
66811
+ * @author huangbo
66812
+ * @date 2024年9月7日
66754
66813
  **/
66755
66814
  handleQuit: function handleQuit() {
66756
66815
  var _this6 = this;
@@ -66825,10 +66884,10 @@ var events = [function (tabs, index, that) {
66825
66884
  }).catch(function (e) {});
66826
66885
  },
66827
66886
 
66828
- /**
66829
- * @desc:主题、消息回调
66830
- * @author huangbo
66831
- * @date 2024年9月7日
66887
+ /**
66888
+ * @desc:主题、消息回调
66889
+ * @author huangbo
66890
+ * @date 2024年9月7日
66832
66891
  **/
66833
66892
  handleChange: function handleChange(res) {
66834
66893
  var type = res.type,
@@ -66844,10 +66903,10 @@ var events = [function (tabs, index, that) {
66844
66903
  }
66845
66904
  },
66846
66905
 
66847
- /**
66848
- * @desc:菜单布局样式切换
66849
- * @author huangbo
66850
- * @date 2024年9月7日
66906
+ /**
66907
+ * @desc:菜单布局样式切换
66908
+ * @author huangbo
66909
+ * @date 2024年9月7日
66851
66910
  **/
66852
66911
  handleLayout: function handleLayout(res, active) {
66853
66912
  if (active) {
@@ -66856,10 +66915,10 @@ var events = [function (tabs, index, that) {
66856
66915
  this.$emit('chang-layout', res, active);
66857
66916
  },
66858
66917
 
66859
- /**
66860
- * @desc:消息修改总数
66861
- * @author huangbo
66862
- * @date 2024年9月7日
66918
+ /**
66919
+ * @desc:消息修改总数
66920
+ * @author huangbo
66921
+ * @date 2024年9月7日
66863
66922
  **/
66864
66923
  handleMenuTips: function handleMenuTips(id, num) {
66865
66924
  if (num) {
@@ -66870,10 +66929,10 @@ var events = [function (tabs, index, that) {
66870
66929
  }
66871
66930
  },
66872
66931
 
66873
- /**
66874
- * @desc:处理即时消息
66875
- * @author huangbo
66876
- * @date 2024年9月7日
66932
+ /**
66933
+ * @desc:处理即时消息
66934
+ * @author huangbo
66935
+ * @date 2024年9月7日
66877
66936
  **/
66878
66937
  handleOpened: function handleOpened(res) {
66879
66938
  var _this7 = this;
@@ -74038,19 +74097,19 @@ var QRCode = __webpack_require__(24);
74038
74097
  //设置logo大小
74039
74098
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74040
74099
  //设置获取的logo将其变为圆角以及添加白色背景
74041
- /* ctx.fillStyle = "#fff";
74042
- ctx.beginPath();
74043
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74044
- let w = 46; //圆角宽
74045
- let x = logoPosition - 5;
74046
- let y = logoPosition - 5;
74047
- let r = 5; //圆角半径
74048
- ctx.moveTo(x + r, y);
74049
- ctx.arcTo(x + w, y, x + w, y + h, r);
74050
- ctx.arcTo(x + w, y + h, x, y + h, r);
74051
- ctx.arcTo(x, y + h, x, y, r);
74052
- ctx.arcTo(x, y, x + w, y, r);
74053
- ctx.closePath();
74100
+ /* ctx.fillStyle = "#fff";
74101
+ ctx.beginPath();
74102
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74103
+ let w = 46; //圆角宽
74104
+ let x = logoPosition - 5;
74105
+ let y = logoPosition - 5;
74106
+ let r = 5; //圆角半径
74107
+ ctx.moveTo(x + r, y);
74108
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74109
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74110
+ ctx.arcTo(x, y + h, x, y, r);
74111
+ ctx.arcTo(x, y, x + w, y, r);
74112
+ ctx.closePath();
74054
74113
  ctx.fill(); */
74055
74114
  logo.onload = function () {
74056
74115
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -76424,8 +76483,8 @@ select_ganged_src_main.install = function (Vue) {
76424
76483
  };
76425
76484
 
76426
76485
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
76427
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=3cb8fed2&
76428
- var mainvue_type_template_id_3cb8fed2_render = function () {
76486
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=e8fa9958&
76487
+ var mainvue_type_template_id_e8fa9958_render = function () {
76429
76488
  var _vm = this
76430
76489
  var _h = _vm.$createElement
76431
76490
  var _c = _vm._self._c || _h
@@ -76504,45 +76563,53 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
76504
76563
  },
76505
76564
  },
76506
76565
  [
76507
- _c(
76508
- "el-tag",
76509
- {
76510
- attrs: {
76511
- closable:
76512
- !_vm.selectorDisabled &&
76513
- !_vm.readonly,
76514
- type: "info",
76515
- "disable-transitions": "",
76516
- },
76517
- on: {
76518
- close: function ($event) {
76519
- _vm.deleteTag(
76520
- $event,
76521
- _vm.selected[0]
76522
- )
76523
- },
76524
- },
76525
- },
76526
- [
76527
- _c(
76528
- "span",
76566
+ _vm._l(
76567
+ _vm.selected.slice(
76568
+ 0,
76569
+ _vm.collapseTags === true
76570
+ ? 1
76571
+ : _vm.collapseTags
76572
+ ),
76573
+ function (item, index) {
76574
+ return _c(
76575
+ "el-tag",
76529
76576
  {
76530
- staticClass:
76531
- "el-select__tags-text",
76577
+ key: _vm.getValueKey(item),
76578
+ attrs: {
76579
+ closable:
76580
+ !_vm.selectorDisabled &&
76581
+ !_vm.readonly,
76582
+ type: "info",
76583
+ "disable-transitions": "",
76584
+ },
76585
+ on: {
76586
+ close: function ($event) {
76587
+ _vm.deleteTag(
76588
+ $event,
76589
+ item,
76590
+ index
76591
+ )
76592
+ },
76593
+ },
76532
76594
  },
76533
76595
  [
76534
- _vm._v(
76535
- "\n " +
76536
- _vm._s(
76537
- _vm.getLabel(
76538
- _vm.selected[0]
76596
+ _c(
76597
+ "span",
76598
+ {
76599
+ staticClass:
76600
+ "el-select__tags-text",
76601
+ },
76602
+ [
76603
+ _vm._v(
76604
+ _vm._s(
76605
+ _vm.getLabel(item)
76539
76606
  )
76540
- ) +
76541
- "\n "
76607
+ ),
76608
+ ]
76542
76609
  ),
76543
76610
  ]
76544
- ),
76545
- ]
76611
+ )
76612
+ }
76546
76613
  ),
76547
76614
  _vm.selected.length > 1
76548
76615
  ? _c(
@@ -76567,7 +76634,12 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
76567
76634
  "+ " +
76568
76635
  _vm._s(
76569
76636
  _vm.selected
76570
- .length - 1
76637
+ .length -
76638
+ 1 -
76639
+ (_vm.collapseTags ===
76640
+ true
76641
+ ? 1
76642
+ : _vm.collapseTags)
76571
76643
  )
76572
76644
  ),
76573
76645
  ]
@@ -76576,60 +76648,60 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
76576
76648
  )
76577
76649
  : _vm._e(),
76578
76650
  ],
76579
- 1
76651
+ 2
76580
76652
  )
76581
- : _vm._e(),
76582
- _c(
76583
- "transition-group",
76584
- {
76585
- on: {
76586
- "after-leave": _vm.resetInputHeight,
76587
- },
76588
- },
76589
- _vm._l(
76590
- _vm.selected,
76591
- function (item, index) {
76592
- return _c(
76593
- "el-tag",
76594
- {
76595
- key: _vm.getValueKey(item),
76596
- attrs: {
76597
- closable:
76598
- !_vm.selectorDisabled &&
76599
- !_vm.readonly &&
76600
- _vm.selected.length > _vm.min,
76601
- type: "info",
76602
- "disable-transitions": "",
76603
- },
76604
- on: {
76605
- close: function ($event) {
76606
- _vm.deleteTag(
76607
- $event,
76608
- item,
76609
- index
76610
- )
76611
- },
76612
- },
76653
+ : _c(
76654
+ "transition-group",
76655
+ {
76656
+ on: {
76657
+ "after-leave": _vm.resetInputHeight,
76613
76658
  },
76614
- [
76615
- _c(
76616
- "span",
76659
+ },
76660
+ _vm._l(
76661
+ _vm.selected,
76662
+ function (item, index) {
76663
+ return _c(
76664
+ "el-tag",
76617
76665
  {
76618
- staticClass:
76619
- "el-select__tags-text",
76666
+ key: _vm.getValueKey(item),
76667
+ attrs: {
76668
+ closable:
76669
+ !_vm.selectorDisabled &&
76670
+ !_vm.readonly &&
76671
+ _vm.selected.length >
76672
+ _vm.min,
76673
+ type: "info",
76674
+ "disable-transitions": "",
76675
+ },
76676
+ on: {
76677
+ close: function ($event) {
76678
+ _vm.deleteTag(
76679
+ $event,
76680
+ item,
76681
+ index
76682
+ )
76683
+ },
76684
+ },
76620
76685
  },
76621
76686
  [
76622
- _vm._v(
76623
- _vm._s(_vm.getLabel(item))
76687
+ _c(
76688
+ "span",
76689
+ {
76690
+ staticClass:
76691
+ "el-select__tags-text",
76692
+ },
76693
+ [
76694
+ _vm._v(
76695
+ _vm._s(_vm.getLabel(item))
76696
+ ),
76697
+ ]
76624
76698
  ),
76625
76699
  ]
76626
- ),
76627
- ]
76628
- )
76629
- }
76630
- ),
76631
- 1
76632
- ),
76700
+ )
76701
+ }
76702
+ ),
76703
+ 1
76704
+ ),
76633
76705
  ],
76634
76706
  1
76635
76707
  )
@@ -77000,11 +77072,11 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
77000
77072
  )
77001
77073
  : _vm._e()
77002
77074
  }
77003
- var mainvue_type_template_id_3cb8fed2_staticRenderFns = []
77004
- mainvue_type_template_id_3cb8fed2_render._withStripped = true
77075
+ var mainvue_type_template_id_e8fa9958_staticRenderFns = []
77076
+ mainvue_type_template_id_e8fa9958_render._withStripped = true
77005
77077
 
77006
77078
 
77007
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=3cb8fed2&
77079
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=e8fa9958&
77008
77080
 
77009
77081
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
77010
77082
  var clickoutside_ = __webpack_require__(17);
@@ -77238,6 +77310,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77238
77310
  //
77239
77311
  //
77240
77312
  //
77313
+ //
77314
+ //
77241
77315
 
77242
77316
 
77243
77317
 
@@ -77320,7 +77394,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77320
77394
  },
77321
77395
  name: String,
77322
77396
  readonly: Boolean,
77323
- collapseTags: Boolean,
77397
+ collapseTags: [Boolean, Number],
77324
77398
  plain: Boolean,
77325
77399
  types: {
77326
77400
  type: Array,
@@ -77742,8 +77816,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77742
77816
 
77743
77817
  var selector_src_main_component = normalizeComponent(
77744
77818
  packages_selector_src_mainvue_type_script_lang_js_,
77745
- mainvue_type_template_id_3cb8fed2_render,
77746
- mainvue_type_template_id_3cb8fed2_staticRenderFns,
77819
+ mainvue_type_template_id_e8fa9958_render,
77820
+ mainvue_type_template_id_e8fa9958_staticRenderFns,
77747
77821
  false,
77748
77822
  null,
77749
77823
  null,
@@ -92112,7 +92186,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92112
92186
  }
92113
92187
 
92114
92188
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92115
- version: '0.6.88',
92189
+ version: '0.6.90',
92116
92190
  install: install,
92117
92191
  Button: packages_button,
92118
92192
  ButtonGroup: button_group,