eoss-ui 0.6.77 → 0.6.78

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 (246) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1400 -972
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +935 -507
  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/theme-chalk/flow.css +1 -1
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/package.json +160 -160
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/button-group/src/main.vue +298 -298
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/main.vue +412 -412
  18. package/packages/calogin/src/plugin.js +915 -915
  19. package/packages/card/index.js +5 -5
  20. package/packages/card/src/main.vue +156 -156
  21. package/packages/cascader/index.js +5 -5
  22. package/packages/cascader/src/main.vue +168 -168
  23. package/packages/checkbox-group/index.js +5 -5
  24. package/packages/checkbox-group/src/main.vue +333 -333
  25. package/packages/clients/index.js +5 -5
  26. package/packages/clients/src/main.vue +151 -151
  27. package/packages/data-table/index.js +5 -5
  28. package/packages/data-table/src/children.vue +39 -39
  29. package/packages/data-table/src/column.vue +989 -989
  30. package/packages/data-table/src/main.vue +1822 -1822
  31. package/packages/data-table/src/sizer.vue +195 -195
  32. package/packages/data-table-form/index.js +5 -5
  33. package/packages/data-table-form/src/checkbox.vue +101 -101
  34. package/packages/data-table-form/src/colgroup.vue +17 -17
  35. package/packages/data-table-form/src/main.vue +181 -181
  36. package/packages/data-table-form/src/radio.vue +65 -65
  37. package/packages/data-table-form/src/table.vue +233 -233
  38. package/packages/data-table-form/src/tbody.vue +336 -336
  39. package/packages/data-table-form/src/thead.vue +68 -68
  40. package/packages/date-picker/index.js +5 -5
  41. package/packages/date-picker/src/main.vue +236 -236
  42. package/packages/dialog/index.js +5 -5
  43. package/packages/enable-drag/index.js +5 -5
  44. package/packages/enterprise/index.js +5 -5
  45. package/packages/enterprise/src/main.vue +66 -66
  46. package/packages/error-page/index.js +5 -5
  47. package/packages/error-page/src/main.vue +44 -44
  48. package/packages/flow/index.js +5 -5
  49. package/packages/flow/src/component/Circulate.vue +370 -363
  50. package/packages/flow/src/component/CommonOpinions.vue +364 -346
  51. package/packages/flow/src/component/CustomPreset.vue +322 -322
  52. package/packages/flow/src/component/FileList.vue +99 -99
  53. package/packages/flow/src/component/Preset.vue +255 -255
  54. package/packages/flow/src/component/SendMsg.vue +241 -241
  55. package/packages/flow/src/component/TimeLimit.vue +190 -190
  56. package/packages/flow/src/component/taskUnionExamine.vue +627 -627
  57. package/packages/flow/src/form.vue +121 -121
  58. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  59. package/packages/flow/src/main.vue +3564 -3445
  60. package/packages/flow/src/processForm.vue +1177 -1096
  61. package/packages/flow/src/processReject.vue +294 -294
  62. package/packages/flow/src/reset.vue +906 -905
  63. package/packages/flow/src/startTaskRead.vue +677 -659
  64. package/packages/flow/src/supervise.vue +149 -149
  65. package/packages/flow/src/table.vue +58 -58
  66. package/packages/flow-group/index.js +5 -5
  67. package/packages/flow-group/src/main.vue +688 -688
  68. package/packages/flow-list/index.js +5 -5
  69. package/packages/flow-list/src/main.vue +1770 -1770
  70. package/packages/form/index.js +5 -5
  71. package/packages/form/src/main.vue +3797 -3797
  72. package/packages/form/src/table.vue +1502 -1502
  73. package/packages/handle-user/index.js +5 -5
  74. package/packages/handle-user/src/main.vue +138 -138
  75. package/packages/handler/index.js +5 -5
  76. package/packages/handler/src/main.vue +493 -493
  77. package/packages/icon/index.js +5 -5
  78. package/packages/icon/src/main.vue +101 -101
  79. package/packages/icons/index.js +5 -5
  80. package/packages/icons/src/main.vue +81 -81
  81. package/packages/input/index.js +5 -5
  82. package/packages/input/src/main.vue +356 -356
  83. package/packages/input-number/index.js +5 -5
  84. package/packages/input-number/src/main.vue +106 -106
  85. package/packages/label/index.js +5 -5
  86. package/packages/label/src/main.vue +457 -457
  87. package/packages/layout/index.js +5 -5
  88. package/packages/layout/src/item.vue +152 -152
  89. package/packages/layout/src/main.vue +31 -31
  90. package/packages/login/index.js +5 -5
  91. package/packages/login/src/main.vue +2001 -2001
  92. package/packages/login/src/resetPassword.vue +562 -562
  93. package/packages/main/index.js +5 -5
  94. package/packages/main/src/default/message.vue +249 -249
  95. package/packages/main/src/default/notice.vue +157 -157
  96. package/packages/main/src/default/userinfo.vue +503 -503
  97. package/packages/main/src/public/online.vue +89 -89
  98. package/packages/main/src/public/search.vue +458 -458
  99. package/packages/main/src/public/settings.vue +221 -221
  100. package/packages/main/src/simplicity/apps.vue +388 -388
  101. package/packages/main/src/simplicity/avatar.vue +82 -82
  102. package/packages/main/src/simplicity/handler.vue +259 -259
  103. package/packages/main/src/simplicity/index.vue +2102 -2102
  104. package/packages/main/src/simplicity/lists.vue +84 -84
  105. package/packages/main/src/simplicity/menu-list.vue +135 -135
  106. package/packages/main/src/simplicity/message.vue +259 -259
  107. package/packages/main/src/simplicity/notice.vue +190 -190
  108. package/packages/main/src/simplicity/router-page.vue +45 -45
  109. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  110. package/packages/main/src/simplicity/user.vue +260 -260
  111. package/packages/main/src/simplicity/userinfo.vue +312 -312
  112. package/packages/menu/index.js +5 -5
  113. package/packages/menu/src/main.vue +584 -584
  114. package/packages/nav/index.js +5 -5
  115. package/packages/nav/src/main.vue +351 -351
  116. package/packages/notify/index.js +5 -5
  117. package/packages/notify/src/main.vue +538 -538
  118. package/packages/page/index.js +5 -5
  119. package/packages/page/src/main.vue +167 -167
  120. package/packages/pagination/index.js +5 -5
  121. package/packages/pagination/src/main.vue +96 -96
  122. package/packages/player/index.js +5 -5
  123. package/packages/player/src/main.vue +194 -194
  124. package/packages/qr-code/index.js +5 -5
  125. package/packages/qr-code/src/main.vue +170 -170
  126. package/packages/radio-group/index.js +6 -6
  127. package/packages/radio-group/src/main.vue +319 -319
  128. package/packages/retrial-auth/index.js +5 -5
  129. package/packages/retrial-auth/src/main.vue +280 -280
  130. package/packages/select/index.js +5 -5
  131. package/packages/select/src/main.vue +778 -778
  132. package/packages/select-ganged/index.js +5 -5
  133. package/packages/select-ganged/src/main.vue +724 -724
  134. package/packages/selector/index.js +5 -5
  135. package/packages/selector/src/main.vue +729 -729
  136. package/packages/selector-panel/index.js +5 -5
  137. package/packages/selector-panel/src/main.vue +1027 -1027
  138. package/packages/selector-panel/src/selection.vue +170 -170
  139. package/packages/selector-panel/src/tree.vue +129 -129
  140. package/packages/sizer/index.js +5 -5
  141. package/packages/sizer/src/main.vue +254 -254
  142. package/packages/steps/index.js +5 -5
  143. package/packages/steps/src/main.vue +181 -181
  144. package/packages/switch/index.js +5 -5
  145. package/packages/switch/src/main.vue +154 -154
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/lib/flow.css +1 -1
  152. package/packages/theme-chalk/lib/index.css +1 -1
  153. package/packages/theme-chalk/src/base.scss +261 -261
  154. package/packages/theme-chalk/src/button-group.scss +176 -176
  155. package/packages/theme-chalk/src/button.scss +24 -24
  156. package/packages/theme-chalk/src/calendar.scss +113 -113
  157. package/packages/theme-chalk/src/card.scss +99 -99
  158. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  159. package/packages/theme-chalk/src/clients.scss +87 -87
  160. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  161. package/packages/theme-chalk/src/data-table.scss +293 -293
  162. package/packages/theme-chalk/src/date-picker.scss +7 -7
  163. package/packages/theme-chalk/src/dialog.scss +77 -77
  164. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  165. package/packages/theme-chalk/src/enterprise.scss +5 -5
  166. package/packages/theme-chalk/src/error-page.scss +18 -18
  167. package/packages/theme-chalk/src/flow-group.scss +110 -110
  168. package/packages/theme-chalk/src/flow-list.scss +39 -39
  169. package/packages/theme-chalk/src/flow.scss +348 -343
  170. package/packages/theme-chalk/src/form.scss +499 -499
  171. package/packages/theme-chalk/src/handle-user.scss +40 -40
  172. package/packages/theme-chalk/src/handler.scss +143 -143
  173. package/packages/theme-chalk/src/icon.scss +1792 -1792
  174. package/packages/theme-chalk/src/icons.scss +99 -99
  175. package/packages/theme-chalk/src/input.scss +9 -9
  176. package/packages/theme-chalk/src/label.scss +24 -24
  177. package/packages/theme-chalk/src/layout.scss +46 -46
  178. package/packages/theme-chalk/src/login.scss +984 -984
  179. package/packages/theme-chalk/src/main.scss +663 -663
  180. package/packages/theme-chalk/src/menu.scss +222 -222
  181. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  182. package/packages/theme-chalk/src/nav.scss +111 -111
  183. package/packages/theme-chalk/src/page.scss +3 -3
  184. package/packages/theme-chalk/src/pagination.scss +29 -29
  185. package/packages/theme-chalk/src/player.scss +9 -9
  186. package/packages/theme-chalk/src/qr-code.scss +17 -17
  187. package/packages/theme-chalk/src/radio-group.scss +9 -9
  188. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  189. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  190. package/packages/theme-chalk/src/select.scss +8 -8
  191. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  192. package/packages/theme-chalk/src/selector.scss +91 -91
  193. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  194. package/packages/theme-chalk/src/sizer.scss +36 -36
  195. package/packages/theme-chalk/src/steps.scss +88 -88
  196. package/packages/theme-chalk/src/switch.scss +3 -3
  197. package/packages/theme-chalk/src/table-form.scss +1 -1
  198. package/packages/theme-chalk/src/tabs.scss +87 -87
  199. package/packages/theme-chalk/src/tips.scss +7 -7
  200. package/packages/theme-chalk/src/toolbar.scss +179 -179
  201. package/packages/theme-chalk/src/tree-group.scss +72 -72
  202. package/packages/theme-chalk/src/tree.scss +165 -165
  203. package/packages/theme-chalk/src/upload.scss +172 -172
  204. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  205. package/packages/tips/index.js +5 -5
  206. package/packages/tips/src/main.vue +141 -141
  207. package/packages/toolbar/index.js +5 -5
  208. package/packages/toolbar/src/main.vue +430 -430
  209. package/packages/tree/index.js +5 -5
  210. package/packages/tree-group/index.js +5 -5
  211. package/packages/upload/index.js +5 -5
  212. package/packages/upload/src/main.vue +1348 -1348
  213. package/packages/upload/src/picture.js +15 -15
  214. package/packages/wujie/index.js +5 -5
  215. package/packages/wujie/src/main.vue +145 -145
  216. package/packages/wxlogin/index.js +5 -5
  217. package/packages/wxlogin/src/main.vue +128 -128
  218. package/src/config/api.js +294 -294
  219. package/src/config/image.js +2 -2
  220. package/src/index.js +163 -163
  221. package/src/utils/bus.js +3 -3
  222. package/src/utils/date-util.js +312 -312
  223. package/src/utils/http.js +50 -50
  224. package/src/utils/rules.js +18 -18
  225. package/src/utils/store.js +21 -21
  226. package/src/utils/webSocket.js +107 -107
  227. package/packages/.DS_Store +0 -0
  228. package/packages/autocomplete/.DS_Store +0 -0
  229. package/packages/calogin/.DS_Store +0 -0
  230. package/packages/date-picker/.DS_Store +0 -0
  231. package/packages/date-picker/src/.DS_Store +0 -0
  232. package/packages/flow/.DS_Store +0 -0
  233. package/packages/flow-list/.DS_Store +0 -0
  234. package/packages/form/.DS_Store +0 -0
  235. package/packages/login/.DS_Store +0 -0
  236. package/packages/main/.DS_Store +0 -0
  237. package/packages/main/src/.DS_Store +0 -0
  238. package/packages/menu/.DS_Store +0 -0
  239. package/packages/scrollbar/.DS_Store +0 -0
  240. package/packages/select/.DS_Store +0 -0
  241. package/packages/selector/.DS_Store +0 -0
  242. package/packages/selector-panel/.DS_Store +0 -0
  243. package/packages/theme-chalk/src/.DS_Store +0 -0
  244. package/packages/upload/.DS_Store +0 -0
  245. package/src/.DS_Store +0 -0
  246. package/src/utils/.DS_Store +0 -0
@@ -5949,8 +5949,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5949
5949
 
5950
5950
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5951
5951
 
5952
- /**
5953
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5952
+ /**
5953
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5954
5954
  */
5955
5955
  var CA_ExtInterface = function () {
5956
5956
  function CA_ExtInterface() {
@@ -5963,11 +5963,11 @@ var CA_ExtInterface = function () {
5963
5963
  this.init();
5964
5964
  }
5965
5965
 
5966
- /**
5967
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5968
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5969
- * @param {Object} target - 目标对象
5970
- * @param {Object} options - 新的选项对象
5966
+ /**
5967
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5968
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5969
+ * @param {Object} target - 目标对象
5970
+ * @param {Object} options - 新的选项对象
5971
5971
  */
5972
5972
 
5973
5973
 
@@ -5982,8 +5982,8 @@ var CA_ExtInterface = function () {
5982
5982
  }
5983
5983
  };
5984
5984
 
5985
- /**
5986
- * 检查当前会话的 WebSocket URL
5985
+ /**
5986
+ * 检查当前会话的 WebSocket URL
5987
5987
  */
5988
5988
 
5989
5989
 
@@ -5997,8 +5997,8 @@ var CA_ExtInterface = function () {
5997
5997
  }
5998
5998
  };
5999
5999
 
6000
- /**
6001
- * 检查是否使用 ActiveX
6000
+ /**
6001
+ * 检查是否使用 ActiveX
6002
6002
  */
6003
6003
 
6004
6004
 
@@ -6010,11 +6010,11 @@ var CA_ExtInterface = function () {
6010
6010
  }
6011
6011
  };
6012
6012
 
6013
- /**
6014
- * 扩展发送消息并等待响应
6015
- * @param {string} operatorCmd - 操作命令
6016
- * @param {string} sendMsg - 发送的消息
6017
- * @returns {string} 响应消息
6013
+ /**
6014
+ * 扩展发送消息并等待响应
6015
+ * @param {string} operatorCmd - 操作命令
6016
+ * @param {string} sendMsg - 发送的消息
6017
+ * @returns {string} 响应消息
6018
6018
  */
6019
6019
 
6020
6020
 
@@ -6024,11 +6024,11 @@ var CA_ExtInterface = function () {
6024
6024
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6025
6025
  };
6026
6026
 
6027
- /**
6028
- * 发送消息并等待响应
6029
- * @param {string} wsurl - WebSocket URL
6030
- * @param {string} sendMsg - 发送的消息
6031
- * @returns {string} 响应消息
6027
+ /**
6028
+ * 发送消息并等待响应
6029
+ * @param {string} wsurl - WebSocket URL
6030
+ * @param {string} sendMsg - 发送的消息
6031
+ * @returns {string} 响应消息
6032
6032
  */
6033
6033
 
6034
6034
 
@@ -6052,9 +6052,9 @@ var CA_ExtInterface = function () {
6052
6052
  return ResultMsg;
6053
6053
  };
6054
6054
 
6055
- /**
6056
- * 配置选项
6057
- * @param {Object} extendOption - 扩展选项
6055
+ /**
6056
+ * 配置选项
6057
+ * @param {Object} extendOption - 扩展选项
6058
6058
  */
6059
6059
 
6060
6060
 
@@ -6064,8 +6064,8 @@ var CA_ExtInterface = function () {
6064
6064
  }
6065
6065
  };
6066
6066
 
6067
- /**
6068
- * 初始化
6067
+ /**
6068
+ * 初始化
6069
6069
  */
6070
6070
 
6071
6071
 
@@ -6073,9 +6073,9 @@ var CA_ExtInterface = function () {
6073
6073
  this.isUseActioveX();
6074
6074
  };
6075
6075
 
6076
- /**
6077
- * 返回客户端的版本
6078
- * @returns {string} 客户端版本
6076
+ /**
6077
+ * 返回客户端的版本
6078
+ * @returns {string} 客户端版本
6079
6079
  */
6080
6080
 
6081
6081
 
@@ -6088,13 +6088,13 @@ var CA_ExtInterface = function () {
6088
6088
  }
6089
6089
  };
6090
6090
 
6091
- /**
6092
- * 下载客户端程序并安装
6093
- * @param {string} bstrURL - 下载地址
6094
- * @param {string} bstrHashValue - 哈希值
6095
- * @param {boolean} bSync - 是否同步安装
6096
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6097
- * @returns {number} 安装结果
6091
+ /**
6092
+ * 下载客户端程序并安装
6093
+ * @param {string} bstrURL - 下载地址
6094
+ * @param {string} bstrHashValue - 哈希值
6095
+ * @param {boolean} bSync - 是否同步安装
6096
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6097
+ * @returns {number} 安装结果
6098
6098
  */
6099
6099
 
6100
6100
 
@@ -6108,11 +6108,11 @@ var CA_ExtInterface = function () {
6108
6108
  }
6109
6109
  };
6110
6110
 
6111
- /**
6112
- * 获取硬件指纹信息
6113
- * @param {number} dwSign - 签名
6114
- * @param {string} strGateWayIP - 网关 IP
6115
- * @returns {string} 硬件指纹信息
6111
+ /**
6112
+ * 获取硬件指纹信息
6113
+ * @param {number} dwSign - 签名
6114
+ * @param {string} strGateWayIP - 网关 IP
6115
+ * @returns {string} 硬件指纹信息
6116
6116
  */
6117
6117
 
6118
6118
 
@@ -6126,12 +6126,12 @@ var CA_ExtInterface = function () {
6126
6126
  }
6127
6127
  };
6128
6128
 
6129
- /**
6130
- * 设置转发策略和代填策略
6131
- * @param {string} strProxyPolicy - 转发策略
6132
- * @param {string} strSSOPolicy - 代填策略
6133
- * @param {string} strGatewayAddress - 网关地址
6134
- * @returns {number} 设置结果
6129
+ /**
6130
+ * 设置转发策略和代填策略
6131
+ * @param {string} strProxyPolicy - 转发策略
6132
+ * @param {string} strSSOPolicy - 代填策略
6133
+ * @param {string} strGatewayAddress - 网关地址
6134
+ * @returns {number} 设置结果
6135
6135
  */
6136
6136
 
6137
6137
 
@@ -6145,11 +6145,11 @@ var CA_ExtInterface = function () {
6145
6145
  }
6146
6146
  };
6147
6147
 
6148
- /**
6149
- * 启动认证信息模块
6150
- * @param {string} strFileName - 文件名
6151
- * @param {string} strXmlData - XML 数据
6152
- * @returns {string} 认证信息
6148
+ /**
6149
+ * 启动认证信息模块
6150
+ * @param {string} strFileName - 文件名
6151
+ * @param {string} strXmlData - XML 数据
6152
+ * @returns {string} 认证信息
6153
6153
  */
6154
6154
 
6155
6155
 
@@ -6163,10 +6163,10 @@ var CA_ExtInterface = function () {
6163
6163
  }
6164
6164
  };
6165
6165
 
6166
- /**
6167
- * 打开 BS 应用
6168
- * @param {string} strUrl - 应用 URL
6169
- * @returns {number} 打开结果
6166
+ /**
6167
+ * 打开 BS 应用
6168
+ * @param {string} strUrl - 应用 URL
6169
+ * @returns {number} 打开结果
6170
6170
  */
6171
6171
 
6172
6172
 
@@ -6180,12 +6180,12 @@ var CA_ExtInterface = function () {
6180
6180
  }
6181
6181
  };
6182
6182
 
6183
- /**
6184
- * 打开 CS 应用
6185
- * @param {string} strGatewayAddress - 网关地址
6186
- * @param {string} strAppFlag - 应用标识
6187
- * @param {string} strAppPath - 应用路径
6188
- * @returns {number} 打开结果
6183
+ /**
6184
+ * 打开 CS 应用
6185
+ * @param {string} strGatewayAddress - 网关地址
6186
+ * @param {string} strAppFlag - 应用标识
6187
+ * @param {string} strAppPath - 应用路径
6188
+ * @returns {number} 打开结果
6189
6189
  */
6190
6190
 
6191
6191
 
@@ -6199,13 +6199,13 @@ var CA_ExtInterface = function () {
6199
6199
  }
6200
6200
  };
6201
6201
 
6202
- /**
6203
- * 设置自动更新策略
6204
- * @param {string} strGatewayAddress - 网关地址
6205
- * @param {number} nGatewayPort - 网关端口
6206
- * @param {string} strUserToken - 用户令牌
6207
- * @param {number} updatedelay - 更新延迟
6208
- * @returns {number} 设置结果
6202
+ /**
6203
+ * 设置自动更新策略
6204
+ * @param {string} strGatewayAddress - 网关地址
6205
+ * @param {number} nGatewayPort - 网关端口
6206
+ * @param {string} strUserToken - 用户令牌
6207
+ * @param {number} updatedelay - 更新延迟
6208
+ * @returns {number} 设置结果
6209
6209
  */
6210
6210
 
6211
6211
 
@@ -6219,10 +6219,10 @@ var CA_ExtInterface = function () {
6219
6219
  }
6220
6220
  };
6221
6221
 
6222
- /**
6223
- * 获取客户端 IP
6224
- * @param {string} strGatewayIP - 网关 IP
6225
- * @returns {string} 客户端 IP
6222
+ /**
6223
+ * 获取客户端 IP
6224
+ * @param {string} strGatewayIP - 网关 IP
6225
+ * @returns {string} 客户端 IP
6226
6226
  */
6227
6227
 
6228
6228
 
@@ -6236,10 +6236,10 @@ var CA_ExtInterface = function () {
6236
6236
  }
6237
6237
  };
6238
6238
 
6239
- /**
6240
- * 登出网关
6241
- * @param {string} strServerIP - 服务器 IP
6242
- * @returns {number} 登出结果
6239
+ /**
6240
+ * 登出网关
6241
+ * @param {string} strServerIP - 服务器 IP
6242
+ * @returns {number} 登出结果
6243
6243
  */
6244
6244
 
6245
6245
 
@@ -6253,11 +6253,11 @@ var CA_ExtInterface = function () {
6253
6253
  }
6254
6254
  };
6255
6255
 
6256
- /**
6257
- * 运行安装包
6258
- * @param {number} lRunType - 运行类型
6259
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6260
- * @returns {number} 运行结果
6256
+ /**
6257
+ * 运行安装包
6258
+ * @param {number} lRunType - 运行类型
6259
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6260
+ * @returns {number} 运行结果
6261
6261
  */
6262
6262
 
6263
6263
 
@@ -6271,9 +6271,9 @@ var CA_ExtInterface = function () {
6271
6271
  }
6272
6272
  };
6273
6273
 
6274
- /**
6275
- * 获取下载进度
6276
- * @returns {number} 下载进度
6274
+ /**
6275
+ * 获取下载进度
6276
+ * @returns {number} 下载进度
6277
6277
  */
6278
6278
 
6279
6279
 
@@ -6287,9 +6287,9 @@ var CA_ExtInterface = function () {
6287
6287
  }
6288
6288
  };
6289
6289
 
6290
- /**
6291
- * 是否安装完成
6292
- * @returns {boolean} 安装完成状态
6290
+ /**
6291
+ * 是否安装完成
6292
+ * @returns {boolean} 安装完成状态
6293
6293
  */
6294
6294
 
6295
6295
 
@@ -6303,11 +6303,11 @@ var CA_ExtInterface = function () {
6303
6303
  }
6304
6304
  };
6305
6305
 
6306
- /**
6307
- * 初始化签包对象
6308
- * @param {string} strAlgType - 算法类型
6309
- * @param {string} strAuxParam - 辅助参数
6310
- * @returns {number} 初始化结果
6306
+ /**
6307
+ * 初始化签包对象
6308
+ * @param {string} strAlgType - 算法类型
6309
+ * @param {string} strAuxParam - 辅助参数
6310
+ * @returns {number} 初始化结果
6311
6311
  */
6312
6312
 
6313
6313
 
@@ -6321,10 +6321,10 @@ var CA_ExtInterface = function () {
6321
6321
  }
6322
6322
  };
6323
6323
 
6324
- /**
6325
- * 设置摘要算法
6326
- * @param {string} strDigestAlg - 摘要算法
6327
- * @returns {number} 设置结果
6324
+ /**
6325
+ * 设置摘要算法
6326
+ * @param {string} strDigestAlg - 摘要算法
6327
+ * @returns {number} 设置结果
6328
6328
  */
6329
6329
 
6330
6330
 
@@ -6338,10 +6338,10 @@ var CA_ExtInterface = function () {
6338
6338
  }
6339
6339
  };
6340
6340
 
6341
- /**
6342
- * 设置单证书是否弹出对话框
6343
- * @param {number} isChoose - 是否弹出对话框
6344
- * @returns {number} 设置结果
6341
+ /**
6342
+ * 设置单证书是否弹出对话框
6343
+ * @param {number} isChoose - 是否弹出对话框
6344
+ * @returns {number} 设置结果
6345
6345
  */
6346
6346
 
6347
6347
 
@@ -6355,11 +6355,11 @@ var CA_ExtInterface = function () {
6355
6355
  }
6356
6356
  };
6357
6357
 
6358
- /**
6359
- * 添加证书过滤条件
6360
- * @param {number} ulType - 过滤类型
6361
- * @param {string} strValue - 过滤值
6362
- * @returns {number} 添加结果
6358
+ /**
6359
+ * 添加证书过滤条件
6360
+ * @param {number} ulType - 过滤类型
6361
+ * @param {string} strValue - 过滤值
6362
+ * @returns {number} 添加结果
6363
6363
  */
6364
6364
 
6365
6365
 
@@ -6373,9 +6373,9 @@ var CA_ExtInterface = function () {
6373
6373
  }
6374
6374
  };
6375
6375
 
6376
- /**
6377
- * 清除所有过滤条件
6378
- * @returns {number} 清除结果
6376
+ /**
6377
+ * 清除所有过滤条件
6378
+ * @returns {number} 清除结果
6379
6379
  */
6380
6380
 
6381
6381
 
@@ -6389,10 +6389,10 @@ var CA_ExtInterface = function () {
6389
6389
  }
6390
6390
  };
6391
6391
 
6392
- /**
6393
- * P1 签名
6394
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6395
- * @returns {string} 签名结果
6392
+ /**
6393
+ * P1 签名
6394
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6395
+ * @returns {string} 签名结果
6396
6396
  */
6397
6397
 
6398
6398
 
@@ -6406,10 +6406,10 @@ var CA_ExtInterface = function () {
6406
6406
  }
6407
6407
  };
6408
6408
 
6409
- /**
6410
- * P1 签名字符串
6411
- * @param {string} strValue - 待签名的字符串
6412
- * @returns {string} 签名结果
6409
+ /**
6410
+ * P1 签名字符串
6411
+ * @param {string} strValue - 待签名的字符串
6412
+ * @returns {string} 签名结果
6413
6413
  */
6414
6414
 
6415
6415
 
@@ -6423,12 +6423,12 @@ var CA_ExtInterface = function () {
6423
6423
  }
6424
6424
  };
6425
6425
 
6426
- /**
6427
- * P7 签名
6428
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6429
- * @param {boolean} isDetach - 是否分离签名
6430
- * @param {boolean} isIncludeCert - 是否包含证书
6431
- * @returns {string} 签名结果
6426
+ /**
6427
+ * P7 签名
6428
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6429
+ * @param {boolean} isDetach - 是否分离签名
6430
+ * @param {boolean} isIncludeCert - 是否包含证书
6431
+ * @returns {string} 签名结果
6432
6432
  */
6433
6433
 
6434
6434
 
@@ -6442,12 +6442,12 @@ var CA_ExtInterface = function () {
6442
6442
  }
6443
6443
  };
6444
6444
 
6445
- /**
6446
- * P7 签名字符串
6447
- * @param {string} strValue - 待签名的字符串
6448
- * @param {boolean} isDetach - 是否分离签名
6449
- * @param {boolean} isIncludeCert - 是否包含证书
6450
- * @returns {string} 签名结果
6445
+ /**
6446
+ * P7 签名字符串
6447
+ * @param {string} strValue - 待签名的字符串
6448
+ * @param {boolean} isDetach - 是否分离签名
6449
+ * @param {boolean} isIncludeCert - 是否包含证书
6450
+ * @returns {string} 签名结果
6451
6451
  */
6452
6452
 
6453
6453
 
@@ -6461,9 +6461,9 @@ var CA_ExtInterface = function () {
6461
6461
  }
6462
6462
  };
6463
6463
 
6464
- /**
6465
- * 释放签名对象
6466
- * @returns {number} 释放结果
6464
+ /**
6465
+ * 释放签名对象
6466
+ * @returns {number} 释放结果
6467
6467
  */
6468
6468
 
6469
6469
 
@@ -6477,9 +6477,9 @@ var CA_ExtInterface = function () {
6477
6477
  }
6478
6478
  };
6479
6479
 
6480
- /**
6481
- * 获取签名版本
6482
- * @returns {string} 签名版本
6480
+ /**
6481
+ * 获取签名版本
6482
+ * @returns {string} 签名版本
6483
6483
  */
6484
6484
 
6485
6485
 
@@ -6493,9 +6493,9 @@ var CA_ExtInterface = function () {
6493
6493
  }
6494
6494
  };
6495
6495
 
6496
- /**
6497
- * 获取签名证书
6498
- * @returns {string} 签名证书
6496
+ /**
6497
+ * 获取签名证书
6498
+ * @returns {string} 签名证书
6499
6499
  */
6500
6500
 
6501
6501
 
@@ -6509,9 +6509,9 @@ var CA_ExtInterface = function () {
6509
6509
  }
6510
6510
  };
6511
6511
 
6512
- /**
6513
- * 获取错误码
6514
- * @returns {number} 错误码
6512
+ /**
6513
+ * 获取错误码
6514
+ * @returns {number} 错误码
6515
6515
  */
6516
6516
 
6517
6517
 
@@ -6525,9 +6525,9 @@ var CA_ExtInterface = function () {
6525
6525
  }
6526
6526
  };
6527
6527
 
6528
- /**
6529
- * 获取错误信息
6530
- * @returns {string} 错误信息
6528
+ /**
6529
+ * 获取错误信息
6530
+ * @returns {string} 错误信息
6531
6531
  */
6532
6532
 
6533
6533
 
@@ -6541,9 +6541,9 @@ var CA_ExtInterface = function () {
6541
6541
  }
6542
6542
  };
6543
6543
 
6544
- /**
6545
- * 销毁认证对象
6546
- * @returns {number} 销毁结果
6544
+ /**
6545
+ * 销毁认证对象
6546
+ * @returns {number} 销毁结果
6547
6547
  */
6548
6548
 
6549
6549
 
@@ -6557,9 +6557,9 @@ var CA_ExtInterface = function () {
6557
6557
  }
6558
6558
  };
6559
6559
 
6560
- /**
6561
- * 获取证书类型
6562
- * @returns {string} 证书类型
6560
+ /**
6561
+ * 获取证书类型
6562
+ * @returns {string} 证书类型
6563
6563
  */
6564
6564
 
6565
6565
 
@@ -6573,9 +6573,9 @@ var CA_ExtInterface = function () {
6573
6573
  }
6574
6574
  };
6575
6575
 
6576
- /**
6577
- * 获取签名摘要算法
6578
- * @returns {string} 签名摘要算法
6576
+ /**
6577
+ * 获取签名摘要算法
6578
+ * @returns {string} 签名摘要算法
6579
6579
  */
6580
6580
 
6581
6581
 
@@ -6589,11 +6589,11 @@ var CA_ExtInterface = function () {
6589
6589
  }
6590
6590
  };
6591
6591
 
6592
- /**
6593
- * 使能调用序列
6594
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6595
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6596
- * @returns {number} 使能结果
6592
+ /**
6593
+ * 使能调用序列
6594
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6595
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6596
+ * @returns {number} 使能结果
6597
6597
  */
6598
6598
 
6599
6599
 
@@ -6607,9 +6607,9 @@ var CA_ExtInterface = function () {
6607
6607
  }
6608
6608
  };
6609
6609
 
6610
- /**
6611
- * 清空调用序列结果
6612
- * @returns {number} 清空调用序列结果
6610
+ /**
6611
+ * 清空调用序列结果
6612
+ * @returns {number} 清空调用序列结果
6613
6613
  */
6614
6614
 
6615
6615
 
@@ -6623,9 +6623,9 @@ var CA_ExtInterface = function () {
6623
6623
  }
6624
6624
  };
6625
6625
 
6626
- /**
6627
- * 获取调用序列结果
6628
- * @returns {string} 调用序列结果
6626
+ /**
6627
+ * 获取调用序列结果
6628
+ * @returns {string} 调用序列结果
6629
6629
  */
6630
6630
 
6631
6631
 
@@ -6639,12 +6639,12 @@ var CA_ExtInterface = function () {
6639
6639
  }
6640
6640
  };
6641
6641
 
6642
- /**
6643
- * 客户端安全策略检查
6644
- * @param {string} strGatewayAddress - 网关地址
6645
- * @param {number} usGatewayPort - 网关端口
6646
- * @param {string} strSecurityPolicys - 安全策略
6647
- * @returns {boolean} 检查结果
6642
+ /**
6643
+ * 客户端安全策略检查
6644
+ * @param {string} strGatewayAddress - 网关地址
6645
+ * @param {number} usGatewayPort - 网关端口
6646
+ * @param {string} strSecurityPolicys - 安全策略
6647
+ * @returns {boolean} 检查结果
6648
6648
  */
6649
6649
 
6650
6650
 
@@ -6658,9 +6658,9 @@ var CA_ExtInterface = function () {
6658
6658
  }
6659
6659
  };
6660
6660
 
6661
- /**
6662
- * 获取通讯协议版本
6663
- * @returns {string} 通讯协议版本
6661
+ /**
6662
+ * 获取通讯协议版本
6663
+ * @returns {string} 通讯协议版本
6664
6664
  */
6665
6665
 
6666
6666
 
@@ -6674,13 +6674,13 @@ var CA_ExtInterface = function () {
6674
6674
  }
6675
6675
  };
6676
6676
 
6677
- /**
6678
- * 修改 Key 的 Pin 码
6679
- * @param {string} strCertSn - 证书序列号
6680
- * @param {number} lPinCodeType - Pin 码类型
6681
- * @param {string} strCurPinCode - 当前 Pin 码
6682
- * @param {string} strNewPinCode - 新 Pin 码
6683
- * @returns {number} 修改结果
6677
+ /**
6678
+ * 修改 Key 的 Pin 码
6679
+ * @param {string} strCertSn - 证书序列号
6680
+ * @param {number} lPinCodeType - Pin 码类型
6681
+ * @param {string} strCurPinCode - 当前 Pin 码
6682
+ * @param {string} strNewPinCode - 新 Pin 码
6683
+ * @returns {number} 修改结果
6684
6684
  */
6685
6685
 
6686
6686
 
@@ -6694,10 +6694,10 @@ var CA_ExtInterface = function () {
6694
6694
  }
6695
6695
  };
6696
6696
 
6697
- /**
6698
- * 等待策略设置完毕
6699
- * @param {string} strGatewayAddress - 网关地址
6700
- * @returns {number} 等待结果
6697
+ /**
6698
+ * 等待策略设置完毕
6699
+ * @param {string} strGatewayAddress - 网关地址
6700
+ * @returns {number} 等待结果
6701
6701
  */
6702
6702
 
6703
6703
 
@@ -6711,10 +6711,10 @@ var CA_ExtInterface = function () {
6711
6711
  }
6712
6712
  };
6713
6713
 
6714
- /**
6715
- * 获取会话 Token
6716
- * @param {string} strGatewayAddress - 网关地址
6717
- * @returns {string} 会话 Token
6714
+ /**
6715
+ * 获取会话 Token
6716
+ * @param {string} strGatewayAddress - 网关地址
6717
+ * @returns {string} 会话 Token
6718
6718
  */
6719
6719
 
6720
6720
 
@@ -6728,9 +6728,9 @@ var CA_ExtInterface = function () {
6728
6728
  }
6729
6729
  };
6730
6730
 
6731
- /**
6732
- * 获取控件版本
6733
- * @returns {string} 控件版本
6731
+ /**
6732
+ * 获取控件版本
6733
+ * @returns {string} 控件版本
6734
6734
  */
6735
6735
 
6736
6736
 
@@ -6744,10 +6744,10 @@ var CA_ExtInterface = function () {
6744
6744
  }
6745
6745
  };
6746
6746
 
6747
- /**
6748
- * 设置语言资源
6749
- * @param {string} strLanguage - 语言资源
6750
- * @returns {number} 设置结果
6747
+ /**
6748
+ * 设置语言资源
6749
+ * @param {string} strLanguage - 语言资源
6750
+ * @returns {number} 设置结果
6751
6751
  */
6752
6752
 
6753
6753
 
@@ -6761,12 +6761,12 @@ var CA_ExtInterface = function () {
6761
6761
  }
6762
6762
  };
6763
6763
 
6764
- /**
6765
- * 获取用户属性
6766
- * @param {string} strGatewayAddress - 网关地址
6767
- * @param {string} strAppFlag - 应用标识
6768
- * @param {string} strAttributeName - 属性名称
6769
- * @returns {string} 用户属性值
6764
+ /**
6765
+ * 获取用户属性
6766
+ * @param {string} strGatewayAddress - 网关地址
6767
+ * @param {string} strAppFlag - 应用标识
6768
+ * @param {string} strAttributeName - 属性名称
6769
+ * @returns {string} 用户属性值
6770
6770
  */
6771
6771
 
6772
6772
 
@@ -6780,9 +6780,9 @@ var CA_ExtInterface = function () {
6780
6780
  }
6781
6781
  };
6782
6782
 
6783
- /**
6784
- * 获取签名加密 PIN 码
6785
- * @returns {string} 签名加密 PIN 码
6783
+ /**
6784
+ * 获取签名加密 PIN 码
6785
+ * @returns {string} 签名加密 PIN 码
6786
6786
  */
6787
6787
 
6788
6788
 
@@ -6795,20 +6795,20 @@ var CA_ExtInterface = function () {
6795
6795
  return result.value;
6796
6796
  }
6797
6797
  };
6798
- /*
6799
- *曙光四川CA
6800
- *'SOF_GetUserList' 证书列表
6801
- *'SOF_ExportUserCert' 导出证书
6802
- *'SOF_GetCertInfo': 获取证书信息
6803
- *'SOF_GenRandom': 生成随机数
6804
- *'SOF_SignData': 获取证书签名
6805
- *'SOF_Login': 登录证书
6806
- *'SOF_GetPinRetryCount': 剩余次数
6798
+ /*
6799
+ *曙光四川CA
6800
+ *'SOF_GetUserList' 证书列表
6801
+ *'SOF_ExportUserCert' 导出证书
6802
+ *'SOF_GetCertInfo': 获取证书信息
6803
+ *'SOF_GenRandom': 生成随机数
6804
+ *'SOF_SignData': 获取证书签名
6805
+ *'SOF_Login': 登录证书
6806
+ *'SOF_GetPinRetryCount': 剩余次数
6807
6807
  */
6808
- /**
6809
- *
6810
- * 获取webSocket消息
6811
- * @returns {string}
6808
+ /**
6809
+ *
6810
+ * 获取webSocket消息
6811
+ * @returns {string}
6812
6812
  */
6813
6813
 
6814
6814
 
@@ -6844,10 +6844,10 @@ var CA_ExtInterface = function () {
6844
6844
  };
6845
6845
  });
6846
6846
  };
6847
- /**
6848
- *
6849
- * base64解码
6850
- * @returns {string} base64解码后的字符串
6847
+ /**
6848
+ *
6849
+ * base64解码
6850
+ * @returns {string} base64解码后的字符串
6851
6851
  */
6852
6852
 
6853
6853
 
@@ -6882,10 +6882,10 @@ var CA_ExtInterface = function () {
6882
6882
  val = this.utf8_decode(val);
6883
6883
  return val;
6884
6884
  };
6885
- /**
6886
- *
6887
- * base64编码
6888
- * @returns {string} base64编码后的字符串
6885
+ /**
6886
+ *
6887
+ * base64编码
6888
+ * @returns {string} base64编码后的字符串
6889
6889
  */
6890
6890
 
6891
6891
 
@@ -6918,10 +6918,10 @@ var CA_ExtInterface = function () {
6918
6918
  }
6919
6919
  return val;
6920
6920
  };
6921
- /**
6922
- *
6923
- * utf8解码
6924
- * @returns {string} utf8解码后的字符串
6921
+ /**
6922
+ *
6923
+ * utf8解码
6924
+ * @returns {string} utf8解码后的字符串
6925
6925
  */
6926
6926
 
6927
6927
 
@@ -6950,10 +6950,10 @@ var CA_ExtInterface = function () {
6950
6950
  }
6951
6951
  return string;
6952
6952
  };
6953
- /**
6954
- *
6955
- * utf8编码
6956
- * @returns {string} utf8编码后的字符串
6953
+ /**
6954
+ *
6955
+ * utf8编码
6956
+ * @returns {string} utf8编码后的字符串
6957
6957
  */
6958
6958
 
6959
6959
 
@@ -27180,8 +27180,8 @@ form_src_main.install = function (Vue) {
27180
27180
  };
27181
27181
 
27182
27182
  /* harmony default export */ var packages_form = (form_src_main);
27183
- // 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=89ea98c6&
27184
- var mainvue_type_template_id_89ea98c6_render = function () {
27183
+ // 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=1ebfbd3f&
27184
+ var mainvue_type_template_id_1ebfbd3f_render = function () {
27185
27185
  var _vm = this
27186
27186
  var _h = _vm.$createElement
27187
27187
  var _c = _vm._self._c || _h
@@ -27197,6 +27197,13 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27197
27197
  _vm.showCirculate
27198
27198
  ? _c(
27199
27199
  "div",
27200
+ {
27201
+ staticStyle: {
27202
+ height: "100%",
27203
+ display: "flex",
27204
+ "flex-direction": "column",
27205
+ },
27206
+ },
27200
27207
  [
27201
27208
  _c("div", { staticClass: "es-flow-top" }, [
27202
27209
  _c(
@@ -27280,6 +27287,7 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27280
27287
  attrs: {
27281
27288
  opinion: _vm.value,
27282
27289
  rows: _vm.rows,
27290
+ placeholder: _vm.pendingItemHandleDescription,
27283
27291
  required: _vm.isOpinionRequired == 1,
27284
27292
  isBanInputOpinion: _vm.isBanInputOpinion,
27285
27293
  nodeFixedOpinionSelectList:
@@ -27292,93 +27300,106 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27292
27300
  },
27293
27301
  }),
27294
27302
  _c(
27295
- "el-form",
27303
+ "div",
27296
27304
  {
27297
- ref: "form",
27298
- attrs: {
27299
- model: _vm.circulateForm,
27300
- "label-width": "120px",
27301
- "label-position": _vm.formLabelPosition,
27302
- },
27305
+ class:
27306
+ "es-info " +
27307
+ (_vm.formLabelPosition == "left" ? "form-left" : ""),
27303
27308
  },
27304
27309
  [
27305
27310
  _c(
27306
- "el-form-item",
27311
+ "el-form",
27307
27312
  {
27308
- staticStyle: { "margin-top": "20px" },
27309
- attrs: { prop: "nextNodeId", label: "下步节点" },
27313
+ ref: "form",
27314
+ attrs: {
27315
+ model: _vm.circulateForm,
27316
+ "label-width": "120px",
27317
+ "label-position": _vm.formLabelPosition,
27318
+ },
27310
27319
  },
27311
27320
  [
27312
- _vm.nextNodeCheckType == "select"
27313
- ? _c(
27314
- "el-select",
27315
- {
27316
- staticStyle: { width: "100% !important" },
27317
- attrs: { placeholder: "请选择下步节点" },
27318
- model: {
27319
- value: _vm.circulateForm.nextNodeId,
27320
- callback: function ($$v) {
27321
- _vm.$set(
27322
- _vm.circulateForm,
27323
- "nextNodeId",
27324
- $$v
27325
- )
27321
+ _c(
27322
+ "el-form-item",
27323
+ {
27324
+ staticStyle: { "margin-top": "20px" },
27325
+ attrs: { prop: "nextNodeId", label: "下步节点" },
27326
+ },
27327
+ [
27328
+ _vm.nextNodeCheckType == "select"
27329
+ ? _c(
27330
+ "el-select",
27331
+ {
27332
+ staticStyle: { width: "100% !important" },
27333
+ attrs: { placeholder: "请选择下步节点" },
27334
+ model: {
27335
+ value: _vm.circulateForm.nextNodeId,
27336
+ callback: function ($$v) {
27337
+ _vm.$set(
27338
+ _vm.circulateForm,
27339
+ "nextNodeId",
27340
+ $$v
27341
+ )
27342
+ },
27343
+ expression: "circulateForm.nextNodeId",
27344
+ },
27326
27345
  },
27327
- expression: "circulateForm.nextNodeId",
27328
- },
27329
- },
27330
- [
27331
- _c("el-option", {
27332
- attrs: { label: "传阅", value: "111" },
27333
- }),
27334
- ],
27335
- 1
27336
- )
27337
- : _vm.nextNodeCheckType == "radio"
27338
- ? _c("es-radio-group", {
27339
- attrs: {
27340
- data: [{ nodeId: "111", nodeName: "传阅" }],
27341
- "value-key": "nodeId",
27342
- "label-key": "nodeName",
27343
- },
27344
- model: {
27345
- value: _vm.circulateForm.nextNodeId,
27346
- callback: function ($$v) {
27347
- _vm.$set(
27348
- _vm.circulateForm,
27349
- "nextNodeId",
27350
- $$v
27351
- )
27352
- },
27353
- expression: "circulateForm.nextNodeId",
27354
- },
27355
- })
27356
- : _vm._e(),
27346
+ [
27347
+ _c("el-option", {
27348
+ attrs: { label: "传阅", value: "111" },
27349
+ }),
27350
+ ],
27351
+ 1
27352
+ )
27353
+ : _vm.nextNodeCheckType == "radio"
27354
+ ? _c("es-radio-group", {
27355
+ attrs: {
27356
+ data: [
27357
+ { nodeId: "111", nodeName: "传阅" },
27358
+ ],
27359
+ "value-key": "nodeId",
27360
+ "label-key": "nodeName",
27361
+ },
27362
+ model: {
27363
+ value: _vm.circulateForm.nextNodeId,
27364
+ callback: function ($$v) {
27365
+ _vm.$set(
27366
+ _vm.circulateForm,
27367
+ "nextNodeId",
27368
+ $$v
27369
+ )
27370
+ },
27371
+ expression: "circulateForm.nextNodeId",
27372
+ },
27373
+ })
27374
+ : _vm._e(),
27375
+ ],
27376
+ 1
27377
+ ),
27357
27378
  ],
27358
27379
  1
27359
27380
  ),
27381
+ _c("circulate", {
27382
+ ref: "circulate",
27383
+ staticStyle: { "margin-top": "10px" },
27384
+ attrs: {
27385
+ businessId: _vm.businessIds,
27386
+ "label-position": _vm.formLabelPosition,
27387
+ selectorParams: _vm.params,
27388
+ "pending-id": _vm.pendingId,
27389
+ showBtn: false,
27390
+ processDefinitionId: _vm.nodeInfo.nextNode,
27391
+ simpleTips: _vm.simpleTips,
27392
+ oldOption: _vm.value,
27393
+ },
27394
+ on: {
27395
+ cancel: function ($event) {
27396
+ _vm.closeProcess($event, "circulateVisible")
27397
+ },
27398
+ },
27399
+ }),
27360
27400
  ],
27361
27401
  1
27362
27402
  ),
27363
- _c("circulate", {
27364
- ref: "circulate",
27365
- staticStyle: { "margin-top": "10px" },
27366
- attrs: {
27367
- businessId: _vm.businessIds,
27368
- "label-position": _vm.formLabelPosition,
27369
- selectorParams: _vm.params,
27370
- "pending-id": _vm.pendingId,
27371
- showBtn: false,
27372
- processDefinitionId: _vm.nodeInfo.nextNode,
27373
- simpleTips: _vm.simpleTips,
27374
- oldOption: _vm.value,
27375
- },
27376
- on: {
27377
- cancel: function ($event) {
27378
- _vm.closeProcess($event, "circulateVisible")
27379
- },
27380
- },
27381
- }),
27382
27403
  _c(
27383
27404
  "el-button",
27384
27405
  {
@@ -27405,6 +27426,7 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27405
27426
  simpleTips: _vm.simpleTips,
27406
27427
  typeCode: "read",
27407
27428
  param: _vm.param,
27429
+ selectorConfig: _vm.selectorConfig,
27408
27430
  resetAppId: _vm.resetAppId,
27409
27431
  taskExamine: _vm.taskExamineInfo,
27410
27432
  "news-info": _vm.nextNode.notificationMsg,
@@ -27571,6 +27593,9 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27571
27593
  attrs: {
27572
27594
  opinion: _vm.value,
27573
27595
  rows: _vm.rows,
27596
+ pendingItemHandleDescription:
27597
+ _vm.pendingItemHandleDescription,
27598
+ placeholder: _vm.pendingItemHandleDescription,
27574
27599
  required: _vm.isOpinionRequired == 1,
27575
27600
  isBanInputOpinion: _vm.isBanInputOpinion,
27576
27601
  nodeFixedOpinionSelectList:
@@ -27688,7 +27713,9 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27688
27713
  },
27689
27714
  ],
27690
27715
  ref: "esContent",
27691
- staticClass: "es-info",
27716
+ class:
27717
+ "es-info " +
27718
+ (_vm.formLabelPosition == "left" ? "form-left" : ""),
27692
27719
  },
27693
27720
  [
27694
27721
  _c(
@@ -27698,7 +27725,10 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27698
27725
  staticClass: "demo-dynamic",
27699
27726
  attrs: {
27700
27727
  model: _vm.isFlow ? _vm.nodeInfo : _vm.nextNode,
27701
- "label-width": "120px",
27728
+ "label-width":
27729
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex
27730
+ ? "100px"
27731
+ : "120px",
27702
27732
  "label-position": _vm.formLabelPosition,
27703
27733
  },
27704
27734
  },
@@ -27764,7 +27794,9 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27764
27794
  key: items.id,
27765
27795
  attrs: {
27766
27796
  label: items.name,
27767
- disabled: items.disabled,
27797
+ disabled:
27798
+ _vm.flowListDisabled ||
27799
+ items.disabled,
27768
27800
  value: items.processDefId,
27769
27801
  },
27770
27802
  })
@@ -28824,6 +28856,50 @@ var mainvue_type_template_id_89ea98c6_render = function () {
28824
28856
  1
28825
28857
  )
28826
28858
  : _vm._e(),
28859
+ _vm.currentNodeEnableItemHandleDescription &&
28860
+ !_vm.isReject &&
28861
+ _vm.nodeInfos.length != 0 &&
28862
+ _vm.isShowNode &&
28863
+ _vm.isNextUser
28864
+ ? _c(
28865
+ "el-form-item",
28866
+ {
28867
+ attrs: {
28868
+ prop: "handleExplain",
28869
+ label: "下步说明",
28870
+ },
28871
+ },
28872
+ [
28873
+ _c("el-input", {
28874
+ attrs: {
28875
+ placeholder:
28876
+ "请输入下步说明",
28877
+ type: "textarea",
28878
+ autosize: {
28879
+ minRows: 2,
28880
+ },
28881
+ },
28882
+ model: {
28883
+ value:
28884
+ _vm.nextNode
28885
+ .nextItemHandleDescription,
28886
+ callback: function (
28887
+ $$v
28888
+ ) {
28889
+ _vm.$set(
28890
+ _vm.nextNode,
28891
+ "nextItemHandleDescription",
28892
+ $$v
28893
+ )
28894
+ },
28895
+ expression:
28896
+ "nextNode.nextItemHandleDescription",
28897
+ },
28898
+ }),
28899
+ ],
28900
+ 1
28901
+ )
28902
+ : _vm._e(),
28827
28903
  ],
28828
28904
  1
28829
28905
  ),
@@ -28888,6 +28964,68 @@ var mainvue_type_template_id_89ea98c6_render = function () {
28888
28964
  ],
28889
28965
  1
28890
28966
  ),
28967
+ _vm.isFlow &&
28968
+ _vm.nodeInfo.nextNode &&
28969
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex &&
28970
+ !_vm.directCreateCircularReadWhenFlowStarted
28971
+ ? _c("ProcessForm", {
28972
+ ref: "processFormIndex",
28973
+ attrs: {
28974
+ id:
28975
+ _vm.freeStartFlowParams.startFlowBusinessId ||
28976
+ _vm.businessIds,
28977
+ simpleTips: _vm.simpleTips,
28978
+ "is-free-start-flow":
28979
+ _vm.freeStartFlowParams.useScene ===
28980
+ "multiInsMidwayWithSubmitScene",
28981
+ "label-position": _vm.formLabelPosition,
28982
+ showBtn: false,
28983
+ "copy-history":
28984
+ _vm.freeStartFlowParams.pendedHistoryHandle,
28985
+ "process-definition-id":
28986
+ _vm.freeStartFlowNextNode ||
28987
+ _vm.nodeInfo.nextNode,
28988
+ opinion: _vm.value,
28989
+ taskExamineParam:
28990
+ _vm.freeStartFlowParams
28991
+ .newFlowStartNodeItemName,
28992
+ taskParams: _vm.taskParams,
28993
+ formType: _vm.processFormType,
28994
+ },
28995
+ on: {
28996
+ cancel: function ($event) {
28997
+ _vm.closeProcess(
28998
+ $event,
28999
+ "handleVisible",
29000
+ _vm.closeParent
29001
+ )
29002
+ },
29003
+ },
29004
+ })
29005
+ : _vm.isFlow &&
29006
+ _vm.nodeInfo.nextNode &&
29007
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex &&
29008
+ _vm.directCreateCircularReadWhenFlowStarted
29009
+ ? _c("circulate", {
29010
+ ref: "flowCirculate",
29011
+ attrs: {
29012
+ "label-position": _vm.formLabelPosition,
29013
+ businessId: _vm.businessId,
29014
+ startFlowPageEmbeddedIntoStartFlowIndex:
29015
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex,
29016
+ processDefinitionId: _vm.nodeInfo.nextNode,
29017
+ simpleTips: _vm.simpleTips,
29018
+ showBtn: false,
29019
+ selectorParams: _vm.params,
29020
+ oldOption: _vm.value,
29021
+ },
29022
+ on: {
29023
+ cancel: function ($event) {
29024
+ _vm.closeProcess($event, "circulateVisible")
29025
+ },
29026
+ },
29027
+ })
29028
+ : _vm._e(),
28891
29029
  !_vm.isFlow && _vm.isSpecial
28892
29030
  ? _c(
28893
29031
  "div",
@@ -29669,6 +29807,7 @@ var mainvue_type_template_id_89ea98c6_render = function () {
29669
29807
  "pending-id": _vm.pendingId,
29670
29808
  opinion: _vm.value,
29671
29809
  type: _vm.taskReadType,
29810
+ selectorConfig: _vm.selectorConfig,
29672
29811
  simpleTips: _vm.simpleTips,
29673
29812
  taskExamine: _vm.taskExamineInfo,
29674
29813
  "news-info": _vm.nextNode.notificationMsg,
@@ -29853,14 +29992,14 @@ var mainvue_type_template_id_89ea98c6_render = function () {
29853
29992
  )
29854
29993
  : _vm._e()
29855
29994
  }
29856
- var mainvue_type_template_id_89ea98c6_staticRenderFns = []
29857
- mainvue_type_template_id_89ea98c6_render._withStripped = true
29995
+ var mainvue_type_template_id_1ebfbd3f_staticRenderFns = []
29996
+ mainvue_type_template_id_1ebfbd3f_render._withStripped = true
29858
29997
 
29859
29998
 
29860
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=89ea98c6&
29999
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1ebfbd3f&
29861
30000
 
29862
- // 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=fdf49dec&
29863
- var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
30001
+ // 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&
30002
+ var CommonOpinionsvue_type_template_id_19364a89_render = function () {
29864
30003
  var _vm = this
29865
30004
  var _h = _vm.$createElement
29866
30005
  var _c = _vm._self._c || _h
@@ -29883,23 +30022,44 @@ var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
29883
30022
  "el-form-item",
29884
30023
  { attrs: { label: "", prop: "value" } },
29885
30024
  [
29886
- _c("el-input", {
29887
- attrs: {
29888
- disabled: _vm.isBanInputOpinion == "1" || _vm.disabled,
29889
- type: "textarea",
29890
- clear: "inp",
29891
- placeholder: "请输入意见",
29892
- rows: _vm.rows,
29893
- },
29894
- on: { change: _vm.changeOpinion },
29895
- model: {
29896
- value: _vm.form.value,
29897
- callback: function ($$v) {
29898
- _vm.$set(_vm.form, "value", $$v)
30025
+ _c(
30026
+ "el-tooltip",
30027
+ {
30028
+ attrs: {
30029
+ disabled:
30030
+ _vm.tooltipDisabled || !_vm.pendingItemHandleDescription,
30031
+ placement: "top",
29899
30032
  },
29900
- expression: "form.value",
29901
30033
  },
29902
- }),
30034
+ [
30035
+ _c("div", { attrs: { slot: "content" }, slot: "content" }, [
30036
+ _vm._v(_vm._s(_vm.pendingItemHandleDescription)),
30037
+ ]),
30038
+ _c("el-input", {
30039
+ attrs: {
30040
+ disabled: _vm.isBanInputOpinion == "1" || _vm.disabled,
30041
+ type: "textarea",
30042
+ clear: "inp",
30043
+ placeholder:
30044
+ _vm.pendingItemHandleDescription || "请输入意见",
30045
+ rows: _vm.rows,
30046
+ },
30047
+ on: {
30048
+ change: _vm.changeOpinion,
30049
+ blur: _vm.handleBlur,
30050
+ focus: _vm.handleFocus,
30051
+ },
30052
+ model: {
30053
+ value: _vm.form.value,
30054
+ callback: function ($$v) {
30055
+ _vm.$set(_vm.form, "value", $$v)
30056
+ },
30057
+ expression: "form.value",
30058
+ },
30059
+ }),
30060
+ ],
30061
+ 1
30062
+ ),
29903
30063
  ],
29904
30064
  1
29905
30065
  ),
@@ -30050,11 +30210,11 @@ var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
30050
30210
  1
30051
30211
  )
30052
30212
  }
30053
- var CommonOpinionsvue_type_template_id_fdf49dec_staticRenderFns = []
30054
- CommonOpinionsvue_type_template_id_fdf49dec_render._withStripped = true
30213
+ var CommonOpinionsvue_type_template_id_19364a89_staticRenderFns = []
30214
+ CommonOpinionsvue_type_template_id_19364a89_render._withStripped = true
30055
30215
 
30056
30216
 
30057
- // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=fdf49dec&
30217
+ // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=19364a89&
30058
30218
 
30059
30219
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/table.vue?vue&type=template&id=67f38db6&
30060
30220
  var tablevue_type_template_id_67f38db6_render = function () {
@@ -30584,6 +30744,11 @@ var CommonOpinionsvue_type_script_lang_js_components;
30584
30744
  //
30585
30745
  //
30586
30746
  //
30747
+ //
30748
+ //
30749
+ //
30750
+ //
30751
+ //
30587
30752
 
30588
30753
 
30589
30754
 
@@ -30595,6 +30760,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
30595
30760
  data: function data() {
30596
30761
  return {
30597
30762
  value: '',
30763
+ tooltipDisabled: false,
30598
30764
  form: {
30599
30765
  value: ''
30600
30766
  },
@@ -30622,6 +30788,10 @@ var CommonOpinionsvue_type_script_lang_js_components;
30622
30788
  type: String,
30623
30789
  default: ''
30624
30790
  },
30791
+ pendingItemHandleDescription: {
30792
+ type: String,
30793
+ default: ''
30794
+ },
30625
30795
  nodeFixedOpinionSelectList: {
30626
30796
  type: Array,
30627
30797
  default: function _default() {
@@ -30650,6 +30820,14 @@ var CommonOpinionsvue_type_script_lang_js_components;
30650
30820
  }
30651
30821
  },
30652
30822
  methods: {
30823
+ handleBlur: function handleBlur() {
30824
+ this.$emit('blur', this.form.value);
30825
+ this.tooltipDisabled = false;
30826
+ },
30827
+ handleFocus: function handleFocus() {
30828
+ this.$emit('focus', this.form.value);
30829
+ this.tooltipDisabled = true;
30830
+ },
30653
30831
  validate: function validate() {
30654
30832
  var validSate = true;
30655
30833
  this.$refs.ruleForm.validate(function (valid) {
@@ -30662,21 +30840,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30662
30840
  return validSate;
30663
30841
  },
30664
30842
 
30665
- /**
30666
- * changeOpinion
30667
- * @desc:监听意见变化
30668
- * @author liufan
30669
- * @date 2022年10月28日
30843
+ /**
30844
+ * changeOpinion
30845
+ * @desc:监听意见变化
30846
+ * @author liufan
30847
+ * @date 2022年10月28日
30670
30848
  **/
30671
30849
  changeOpinion: function changeOpinion() {
30672
30850
  this.$emit('change', this.form.value);
30673
30851
  },
30674
30852
 
30675
- /**
30676
- * getCommonOpion
30677
- * @desc:获取意见
30678
- * @author liufan
30679
- * @date 2022年5月25日
30853
+ /**
30854
+ * getCommonOpion
30855
+ * @desc:获取意见
30856
+ * @author liufan
30857
+ * @date 2022年5月25日
30680
30858
  **/
30681
30859
  getCommonOpion: function getCommonOpion() {
30682
30860
  var _this = this;
@@ -30705,24 +30883,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30705
30883
  });
30706
30884
  },
30707
30885
 
30708
- /**
30709
- * upDate
30710
- * @desc:修改常用语
30711
- * @author liufan
30712
- * @param {Object} val 修改值
30713
- * @date 2022年5月25日
30886
+ /**
30887
+ * upDate
30888
+ * @desc:修改常用语
30889
+ * @author liufan
30890
+ * @param {Object} val 修改值
30891
+ * @date 2022年5月25日
30714
30892
  **/
30715
30893
  upDate: function upDate(val) {
30716
30894
  this.FormData.id = val.id;
30717
30895
  this.addVisible = true;
30718
30896
  },
30719
30897
 
30720
- /**
30721
- * selectChange
30722
- * @desc:常用语选择
30723
- * @author liufan
30724
- * @param {String} val 选中值
30725
- * @date 2022年5月25日
30898
+ /**
30899
+ * selectChange
30900
+ * @desc:常用语选择
30901
+ * @author liufan
30902
+ * @param {String} val 选中值
30903
+ * @date 2022年5月25日
30726
30904
  **/
30727
30905
  selectChange: function selectChange(val) {
30728
30906
  var _this2 = this;
@@ -30741,12 +30919,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30741
30919
  });
30742
30920
  },
30743
30921
 
30744
- /**
30745
- * del
30746
- * @desc:删除常用语
30747
- * @author liufan
30748
- * @param {Object} val 删除的数据
30749
- * @date 2022年5月25日
30922
+ /**
30923
+ * del
30924
+ * @desc:删除常用语
30925
+ * @author liufan
30926
+ * @param {Object} val 删除的数据
30927
+ * @date 2022年5月25日
30750
30928
  **/
30751
30929
  del: function del(val) {
30752
30930
  var _this3 = this;
@@ -30788,12 +30966,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30788
30966
  }).catch(function (e) {});
30789
30967
  },
30790
30968
 
30791
- /**
30792
- * submit
30793
- * @desc:新增/编辑意见保存
30794
- * @author liufan
30795
- * @param {Object} val 保存数据
30796
- * @date 2022年5月25日
30969
+ /**
30970
+ * submit
30971
+ * @desc:新增/编辑意见保存
30972
+ * @author liufan
30973
+ * @param {Object} val 保存数据
30974
+ * @date 2022年5月25日
30797
30975
  **/
30798
30976
  submit: function submit(val) {
30799
30977
  var _this4 = this;
@@ -30848,8 +31026,8 @@ var CommonOpinionsvue_type_script_lang_js_components;
30848
31026
 
30849
31027
  var CommonOpinions_component = normalizeComponent(
30850
31028
  component_CommonOpinionsvue_type_script_lang_js_,
30851
- CommonOpinionsvue_type_template_id_fdf49dec_render,
30852
- CommonOpinionsvue_type_template_id_fdf49dec_staticRenderFns,
31029
+ CommonOpinionsvue_type_template_id_19364a89_render,
31030
+ CommonOpinionsvue_type_template_id_19364a89_staticRenderFns,
30853
31031
  false,
30854
31032
  null,
30855
31033
  null,
@@ -30858,8 +31036,8 @@ var CommonOpinions_component = normalizeComponent(
30858
31036
  )
30859
31037
 
30860
31038
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
30861
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=39873a24&
30862
- var processFormvue_type_template_id_39873a24_render = function () {
31039
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=972ab99a&
31040
+ var processFormvue_type_template_id_972ab99a_render = function () {
30863
31041
  var _vm = this
30864
31042
  var _h = _vm.$createElement
30865
31043
  var _c = _vm._self._c || _h
@@ -30890,18 +31068,17 @@ var processFormvue_type_template_id_39873a24_render = function () {
30890
31068
  attrs: {
30891
31069
  model: _vm.nextNode,
30892
31070
  "label-width": "100px",
30893
- "label-position": "left",
31071
+ "label-position": _vm.labelPosition,
30894
31072
  },
30895
31073
  },
30896
31074
  [
30897
31075
  _c(
30898
31076
  "div",
30899
31077
  {
30900
- staticStyle: {
30901
- height: "430px",
30902
- "overflow-y": "auto",
30903
- "margin-bottom": "10px",
30904
- },
31078
+ style:
31079
+ "height:" +
31080
+ (_vm.showBtn ? "430px" : "auto") +
31081
+ "; overflow-y: auto; margin-bottom: 10px",
30905
31082
  },
30906
31083
  [
30907
31084
  _c(
@@ -30984,27 +31161,49 @@ var processFormvue_type_template_id_39873a24_render = function () {
30984
31161
  },
30985
31162
  },
30986
31163
  [
30987
- _c(
30988
- "el-select",
30989
- {
30990
- attrs: { placeholder: "请选择下步操作" },
30991
- on: { change: _vm.selecNext },
30992
- model: {
30993
- value: _vm.nextNode.nextOperate,
30994
- callback: function ($$v) {
30995
- _vm.$set(_vm.nextNode, "nextOperate", $$v)
31164
+ _vm.nextOperateCheckType == "select"
31165
+ ? _c(
31166
+ "el-select",
31167
+ {
31168
+ attrs: { placeholder: "请选择下步操作" },
31169
+ on: { change: _vm.selecNext },
31170
+ model: {
31171
+ value: _vm.nextNode.nextOperate,
31172
+ callback: function ($$v) {
31173
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
31174
+ },
31175
+ expression: "nextNode.nextOperate",
31176
+ },
31177
+ },
31178
+ _vm._l(_vm.operationList, function (items) {
31179
+ return _c("el-option", {
31180
+ key: items.key,
31181
+ attrs: { label: items.value, value: items.key },
31182
+ })
31183
+ }),
31184
+ 1
31185
+ )
31186
+ : _vm.nextOperateCheckType == "radio"
31187
+ ? _c("es-radio-group", {
31188
+ attrs: {
31189
+ data: _vm.operationList,
31190
+ "value-key": "key",
31191
+ "label-key": "value",
31192
+ },
31193
+ on: {
31194
+ change: function ($event) {
31195
+ _vm.selecNext($event, true)
31196
+ },
31197
+ },
31198
+ model: {
31199
+ value: _vm.nextNode.nextOperate,
31200
+ callback: function ($$v) {
31201
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
31202
+ },
31203
+ expression: "nextNode.nextOperate",
30996
31204
  },
30997
- expression: "nextNode.nextOperate",
30998
- },
30999
- },
31000
- _vm._l(_vm.operationList, function (items) {
31001
- return _c("el-option", {
31002
- key: items.key,
31003
- attrs: { label: items.value, value: items.key },
31004
31205
  })
31005
- }),
31006
- 1
31007
- ),
31206
+ : _vm._e(),
31008
31207
  ],
31009
31208
  1
31010
31209
  )
@@ -31057,6 +31256,7 @@ var processFormvue_type_template_id_39873a24_render = function () {
31057
31256
  "value-key": "nodeId",
31058
31257
  "label-key": "nodeName",
31059
31258
  },
31259
+ on: { change: _vm.changeSel },
31060
31260
  model: {
31061
31261
  value: _vm.nextNode.nextNode,
31062
31262
  callback: function ($$v) {
@@ -31436,32 +31636,46 @@ var processFormvue_type_template_id_39873a24_render = function () {
31436
31636
  ],
31437
31637
  1
31438
31638
  ),
31439
- _c("el-form-item", { staticStyle: { "margin-bottom": "0px" } }, [
31440
- _c(
31441
- "div",
31442
- { staticStyle: { "text-align": "right" } },
31443
- [
31444
- _c(
31445
- "el-button",
31446
- {
31447
- attrs: { type: "primary", size: "small" },
31448
- on: {
31449
- click: function ($event) {
31450
- _vm.subProcess("nextNode")
31639
+ _c(
31640
+ "el-form-item",
31641
+ {
31642
+ directives: [
31643
+ {
31644
+ name: "show",
31645
+ rawName: "v-show",
31646
+ value: _vm.showBtn,
31647
+ expression: "showBtn",
31648
+ },
31649
+ ],
31650
+ staticStyle: { "margin-bottom": "0px" },
31651
+ },
31652
+ [
31653
+ _c(
31654
+ "div",
31655
+ { staticStyle: { "text-align": "right" } },
31656
+ [
31657
+ _c(
31658
+ "el-button",
31659
+ {
31660
+ attrs: { type: "primary", size: "small" },
31661
+ on: {
31662
+ click: function ($event) {
31663
+ _vm.subProcess("nextNode")
31664
+ },
31451
31665
  },
31452
31666
  },
31453
- },
31454
- [_vm._v("\n 确认\n ")]
31455
- ),
31456
- _c(
31457
- "el-button",
31458
- { attrs: { size: "small" }, on: { click: _vm.quit } },
31459
- [_vm._v(" 取消 ")]
31460
- ),
31461
- ],
31462
- 1
31463
- ),
31464
- ]),
31667
+ [_vm._v("\n 确认\n ")]
31668
+ ),
31669
+ _c(
31670
+ "el-button",
31671
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
31672
+ [_vm._v(" 取消 ")]
31673
+ ),
31674
+ ],
31675
+ 1
31676
+ ),
31677
+ ]
31678
+ ),
31465
31679
  ],
31466
31680
  1
31467
31681
  ),
@@ -31469,11 +31683,11 @@ var processFormvue_type_template_id_39873a24_render = function () {
31469
31683
  1
31470
31684
  )
31471
31685
  }
31472
- var processFormvue_type_template_id_39873a24_staticRenderFns = []
31473
- processFormvue_type_template_id_39873a24_render._withStripped = true
31686
+ var processFormvue_type_template_id_972ab99a_staticRenderFns = []
31687
+ processFormvue_type_template_id_972ab99a_render._withStripped = true
31474
31688
 
31475
31689
 
31476
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=39873a24&
31690
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=972ab99a&
31477
31691
 
31478
31692
  // 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=49031d93&
31479
31693
  var selectUservue_type_template_id_49031d93_render = function () {
@@ -33259,6 +33473,16 @@ var processFormvue_type_script_lang_js_components;
33259
33473
  //
33260
33474
  //
33261
33475
  //
33476
+ //
33477
+ //
33478
+ //
33479
+ //
33480
+ //
33481
+ //
33482
+ //
33483
+ //
33484
+ //
33485
+ //
33262
33486
 
33263
33487
 
33264
33488
 
@@ -33306,17 +33530,24 @@ var processFormvue_type_script_lang_js_components;
33306
33530
  taskExamineParam: {
33307
33531
  type: String,
33308
33532
  default: ''
33309
- }
33533
+ },
33534
+ labelPosition: {
33535
+ type: String,
33536
+ default: 'left'
33537
+ },
33538
+ showBtn: { type: Boolean, default: true }
33310
33539
  },
33311
33540
  data: function data() {
33312
33541
  return {
33313
33542
  loading: false,
33314
33543
  isCustomUser: 0,
33544
+ allLoading: null,
33315
33545
  selectUser: false,
33316
33546
  multiple: false,
33317
33547
  readMultiple: true,
33318
33548
  customPresetHintMessage: '', //流程预设标题
33319
33549
  nextNodeCheckType: 'select',
33550
+ nextOperateCheckType: 'select',
33320
33551
  notificationMessageReadOnly: false,
33321
33552
  readOnlyNotificationType: '',
33322
33553
  show: true,
@@ -33399,7 +33630,19 @@ var processFormvue_type_script_lang_js_components;
33399
33630
 
33400
33631
  watch: {
33401
33632
  processDefinitionId: function processDefinitionId(val) {
33633
+ Object.assign(this.$data, this.$options.data());
33634
+ this.getUserInfo();
33635
+ this.getNodeType();
33402
33636
  this.getStartFlow(val);
33637
+ if (this.copyHistory) {
33638
+ this.nextNode.newOpinion = this.opinion;
33639
+ } else if (this.formType != 'readTransfer') {
33640
+ this.newOpinion = this.opinion;
33641
+ }
33642
+ // this.getStartFlow(val);
33643
+ },
33644
+ opinion: function opinion(val) {
33645
+ this.newOpinion = this.opinion;
33403
33646
  }
33404
33647
  },
33405
33648
  computed: {
@@ -33524,7 +33767,11 @@ var processFormvue_type_script_lang_js_components;
33524
33767
  this.options = [];
33525
33768
  this.selectUserList = [];
33526
33769
  this.radioList = [];
33527
- this.loading = true;
33770
+ if (this.showBtn) {
33771
+ this.loading = true;
33772
+ } else {
33773
+ this.allLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
33774
+ }
33528
33775
  this.nextNode.nodeInfo = this.operationList[val].list;
33529
33776
  if (this.nextNode.nodeInfo.length > 0) {
33530
33777
  this.nextNode.nextNode = this.defaultNextNode || this.nextNode.nodeInfo[0].nodeId;
@@ -33556,7 +33803,11 @@ var processFormvue_type_script_lang_js_components;
33556
33803
  _this2.nextNode.noticeList = data;
33557
33804
  }
33558
33805
  }).catch(function (err) {
33559
- _this2.loading = false;
33806
+ if (_this2.showBtn) {
33807
+ _this2.loading = false;
33808
+ } else {
33809
+ _this2.allLoading.close();
33810
+ }
33560
33811
  if (err.message && err.message !== 'canceled') {
33561
33812
  _this2.$message.error(err.message);
33562
33813
  }
@@ -33577,7 +33828,11 @@ var processFormvue_type_script_lang_js_components;
33577
33828
  _this3.nextNode.noticeInfo = res.message;
33578
33829
  }
33579
33830
  }).catch(function (err) {
33580
- _this3.loading = false;
33831
+ if (_this3.showBtn) {
33832
+ _this3.loading = false;
33833
+ } else {
33834
+ _this3.allLoading.close();
33835
+ }
33581
33836
  if (err.message && err.message !== 'canceled') {
33582
33837
  _this3.$message.error(err.message);
33583
33838
  }
@@ -33617,7 +33872,11 @@ var processFormvue_type_script_lang_js_components;
33617
33872
  return _this4.$message.warning('请选择办理对象');
33618
33873
  }
33619
33874
  }
33620
- _this4.loading = true;
33875
+ if (_this4.showBtn) {
33876
+ _this4.loading = true;
33877
+ } else {
33878
+ _this4.allLoading = utils_util["a" /* default */].loading(_this4.$loading, '加载中...');
33879
+ }
33621
33880
  var newNextUser = [];
33622
33881
  if (_this4.multiple) {
33623
33882
  nextUser && nextUser.map(function (item) {
@@ -33651,7 +33910,9 @@ var processFormvue_type_script_lang_js_components;
33651
33910
  newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
33652
33911
  newParm.startFlowParamJson = params;
33653
33912
  newParm.startFlowParamJson.businessId = _this4.id; //this.id
33654
- newParm.startFlowParamJson.taskExamineParam = { startFlowFirstNodeName: _this4.taskExamineParam };
33913
+ newParm.startFlowParamJson.taskExamineParam = {
33914
+ startFlowFirstNodeName: _this4.taskExamineParam
33915
+ };
33655
33916
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
33656
33917
  for (var key in _this4.taskParams) {
33657
33918
  if (Array.isArray(_this4.taskParams[key])) {
@@ -33677,7 +33938,11 @@ var processFormvue_type_script_lang_js_components;
33677
33938
  var status = res.status,
33678
33939
  message = res.message;
33679
33940
 
33680
- _this4.loading = false;
33941
+ if (_this4.showBtn) {
33942
+ _this4.loading = false;
33943
+ } else {
33944
+ _this4.allLoading.close();
33945
+ }
33681
33946
  if (status === 'success' || res.rCode == 0) {
33682
33947
  _this4.quit(true);
33683
33948
  _this4.simpleTips && _this4.$message.success('操作成功');
@@ -33685,7 +33950,11 @@ var processFormvue_type_script_lang_js_components;
33685
33950
  _this4.$message.error(message || '系统错误,请联系管理员!');
33686
33951
  }
33687
33952
  }).catch(function (err) {
33688
- _this4.loading = false;
33953
+ if (_this4.showBtn) {
33954
+ _this4.loading = false;
33955
+ } else {
33956
+ _this4.allLoading.close();
33957
+ }
33689
33958
  if (err.message && err.message !== 'canceled') {
33690
33959
  _this4.$message.error(err.message);
33691
33960
  }
@@ -33713,7 +33982,11 @@ var processFormvue_type_script_lang_js_components;
33713
33982
  countersignaturetypeText = _res$data.countersignaturetypeText,
33714
33983
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
33715
33984
 
33716
- _this5.loading = false;
33985
+ if (_this5.showBtn) {
33986
+ _this5.loading = false;
33987
+ } else {
33988
+ _this5.allLoading.close();
33989
+ }
33717
33990
  if (status === 'success') {
33718
33991
  _this5.nextNode.userInfo = nextUserList;
33719
33992
  _this5.countersignaturetypeCode = countersignaturetypeCode;
@@ -33768,7 +34041,11 @@ var processFormvue_type_script_lang_js_components;
33768
34041
  }
33769
34042
  nodeId && _this5.$refs.selectUser[index].changeInfo();
33770
34043
  }).catch(function (err) {
33771
- _this5.loading = false;
34044
+ if (_this5.showBtn) {
34045
+ _this5.loading = false;
34046
+ } else {
34047
+ _this5.allLoading.close();
34048
+ }
33772
34049
  if (err.message && err.message !== 'canceled') {
33773
34050
  _this5.$message.error(err.message);
33774
34051
  }
@@ -33779,7 +34056,11 @@ var processFormvue_type_script_lang_js_components;
33779
34056
  this.options = [];
33780
34057
  this.selectUserList = [];
33781
34058
  this.radioList = [];
33782
- this.loading = true;
34059
+ if (this.showBtn) {
34060
+ this.loading = true;
34061
+ } else {
34062
+ this.allLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
34063
+ }
33783
34064
  this.getNodeInfos();
33784
34065
  },
33785
34066
 
@@ -33812,18 +34093,22 @@ var processFormvue_type_script_lang_js_components;
33812
34093
  _this6.$message.error(message || '系统错误,请联系管理员!');
33813
34094
  }
33814
34095
  }).catch(function (err) {
33815
- _this6.loading = false;
34096
+ if (_this6.showBtn) {
34097
+ _this6.loading = false;
34098
+ } else {
34099
+ _this6.allLoading.close();
34100
+ }
33816
34101
  if (err.message && err.message !== 'canceled') {
33817
34102
  _this6.$message.error(err.message);
33818
34103
  }
33819
34104
  });
33820
34105
  },
33821
34106
 
33822
- /**
33823
- * isMultiple
33824
- * @desc:是否多选
33825
- * @author liufan
33826
- * @date 2022年9月13日
34107
+ /**
34108
+ * isMultiple
34109
+ * @desc:是否多选
34110
+ * @author liufan
34111
+ * @date 2022年9月13日
33827
34112
  **/
33828
34113
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
33829
34114
  var multiple = false;
@@ -33862,7 +34147,11 @@ var processFormvue_type_script_lang_js_components;
33862
34147
  if (!processId) {
33863
34148
  return false;
33864
34149
  }
33865
- this.loading = true;
34150
+ if (this.showBtn) {
34151
+ this.loading = true;
34152
+ } else {
34153
+ this.allLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
34154
+ }
33866
34155
  this.businessId = this.id;
33867
34156
  var params = {
33868
34157
  processDefinitionId: processId, // processId || this.processDefinitionId,
@@ -33885,6 +34174,7 @@ var processFormvue_type_script_lang_js_components;
33885
34174
  _this7.quit();
33886
34175
  });
33887
34176
  data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
34177
+ data.nextOperateCheckType && (_this7.nextOperateCheckType = data.nextOperateCheckType);
33888
34178
  _this7.customPresetHintMessage = data.customPresetHintMessage;
33889
34179
  _this7.readOnlyNotificationType = data.readOnlyNotificationType;
33890
34180
  _this7.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
@@ -33956,7 +34246,11 @@ var processFormvue_type_script_lang_js_components;
33956
34246
  _this7.$message.error(message || '系统错误,请联系管理员!');
33957
34247
  }
33958
34248
  }).catch(function (err) {
33959
- _this7.loading = false;
34249
+ if (_this7.showBtn) {
34250
+ _this7.loading = false;
34251
+ } else {
34252
+ _this7.allLoading.close();
34253
+ }
33960
34254
  if (err.message && err.message !== 'canceled') {
33961
34255
  _this7.$message.error(err.message);
33962
34256
  }
@@ -33976,8 +34270,8 @@ var processFormvue_type_script_lang_js_components;
33976
34270
 
33977
34271
  var processForm_component = normalizeComponent(
33978
34272
  src_processFormvue_type_script_lang_js_,
33979
- processFormvue_type_template_id_39873a24_render,
33980
- processFormvue_type_template_id_39873a24_staticRenderFns,
34273
+ processFormvue_type_template_id_972ab99a_render,
34274
+ processFormvue_type_template_id_972ab99a_staticRenderFns,
33981
34275
  false,
33982
34276
  null,
33983
34277
  null,
@@ -35564,8 +35858,8 @@ var processReject_component = normalizeComponent(
35564
35858
  )
35565
35859
 
35566
35860
  /* harmony default export */ var processReject = (processReject_component.exports);
35567
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=f3f6be4e&
35568
- var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
35861
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=6faa6bf1&
35862
+ var startTaskReadvue_type_template_id_6faa6bf1_render = function () {
35569
35863
  var _vm = this
35570
35864
  var _h = _vm.$createElement
35571
35865
  var _c = _vm._self._c || _h
@@ -35664,16 +35958,18 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
35664
35958
  multiple: _vm.type != "transfer" ? _vm.multiple : false,
35665
35959
  mix: _vm.type != "transfer",
35666
35960
  selectUserList: _vm.selectUserList,
35667
- types:
35668
- _vm.type == "transfer"
35669
- ? ["employee", "persongroup"]
35670
- : [
35671
- "employee",
35672
- "enterprise",
35673
- "department",
35674
- "persongroup",
35675
- ],
35961
+ types: _vm.selectorTabs
35962
+ ? _vm.selectorTabs
35963
+ : _vm.type == "transfer"
35964
+ ? ["employee", "persongroup"]
35965
+ : [
35966
+ "employee",
35967
+ "enterprise",
35968
+ "department",
35969
+ "persongroup",
35970
+ ],
35676
35971
  tabs: _vm.tabs,
35972
+ params: _vm.selectorParams,
35677
35973
  where: { type: "user" },
35678
35974
  },
35679
35975
  on: {
@@ -35989,11 +36285,11 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
35989
36285
  1
35990
36286
  )
35991
36287
  }
35992
- var startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns = []
35993
- startTaskReadvue_type_template_id_f3f6be4e_render._withStripped = true
36288
+ var startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns = []
36289
+ startTaskReadvue_type_template_id_6faa6bf1_render._withStripped = true
35994
36290
 
35995
36291
 
35996
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=f3f6be4e&
36292
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=6faa6bf1&
35997
36293
 
35998
36294
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
35999
36295
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -36167,6 +36463,9 @@ var startTaskReadvue_type_script_lang_js_components;
36167
36463
  //
36168
36464
  //
36169
36465
  //
36466
+ //
36467
+ //
36468
+ //
36170
36469
 
36171
36470
 
36172
36471
 
@@ -36182,6 +36481,7 @@ var startTaskReadvue_type_script_lang_js_components;
36182
36481
  option: { type: String, default: '' },
36183
36482
  typeCode: { type: String, default: '' },
36184
36483
  resetAppId: { type: String, default: '' },
36484
+ selectorConfig: { type: [Object, undefined], default: undefined },
36185
36485
  param: { type: Object, default: function _default() {} },
36186
36486
  taskExamine: { type: Object, default: function _default() {} },
36187
36487
  readParams: {
@@ -36195,6 +36495,8 @@ var startTaskReadvue_type_script_lang_js_components;
36195
36495
  newsNoice: '',
36196
36496
  readOnlyNotificationType: '',
36197
36497
  notificationMessageReadOnly: false,
36498
+ selectorTabs: null,
36499
+ selectorParams: null,
36198
36500
  nextNode: {
36199
36501
  nextUser: [],
36200
36502
  userInfo: [],
@@ -36253,9 +36555,17 @@ var startTaskReadvue_type_script_lang_js_components;
36253
36555
  if (utils_util["a" /* default */].getStorage('mainConfig')) {
36254
36556
  this.orgId = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
36255
36557
  }
36558
+ if (this.selectorConfig) {
36559
+ this.getSelectorConfig();
36560
+ }
36256
36561
  },
36257
36562
 
36258
36563
  methods: {
36564
+ getSelectorConfig: function getSelectorConfig() {
36565
+ this.selectorTabs = this.selectorConfig.type.split(',');
36566
+ this.selectorParams = this.selectorConfig.params;
36567
+ },
36568
+
36259
36569
  //获取通知信息
36260
36570
  getMessage: function getMessage() {
36261
36571
  var _this = this;
@@ -36417,7 +36727,10 @@ var startTaskReadvue_type_script_lang_js_components;
36417
36727
 
36418
36728
  var params = {
36419
36729
  url: api["bc" /* toStartTaskRead */],
36420
- params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
36730
+ params: startTaskReadvue_type_script_lang_js_extends({
36731
+ pendingId: this.pendingId,
36732
+ taskAction: this.type
36733
+ }, this.param)
36421
36734
  };
36422
36735
  if (this.typeCode == 'read') {
36423
36736
  delete params.params.pendingId;
@@ -36686,8 +36999,8 @@ var startTaskReadvue_type_script_lang_js_components;
36686
36999
 
36687
37000
  var startTaskRead_component = normalizeComponent(
36688
37001
  src_startTaskReadvue_type_script_lang_js_,
36689
- startTaskReadvue_type_template_id_f3f6be4e_render,
36690
- startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns,
37002
+ startTaskReadvue_type_template_id_6faa6bf1_render,
37003
+ startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns,
36691
37004
  false,
36692
37005
  null,
36693
37006
  null,
@@ -36696,8 +37009,8 @@ var startTaskRead_component = normalizeComponent(
36696
37009
  )
36697
37010
 
36698
37011
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
36699
- // 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=5d246dae&
36700
- var resetvue_type_template_id_5d246dae_render = function () {
37012
+ // 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=803e1634&
37013
+ var resetvue_type_template_id_803e1634_render = function () {
36701
37014
  var _vm = this
36702
37015
  var _h = _vm.$createElement
36703
37016
  var _c = _vm._self._c || _h
@@ -37123,11 +37436,11 @@ var resetvue_type_template_id_5d246dae_render = function () {
37123
37436
  1
37124
37437
  )
37125
37438
  }
37126
- var resetvue_type_template_id_5d246dae_staticRenderFns = []
37127
- resetvue_type_template_id_5d246dae_render._withStripped = true
37439
+ var resetvue_type_template_id_803e1634_staticRenderFns = []
37440
+ resetvue_type_template_id_803e1634_render._withStripped = true
37128
37441
 
37129
37442
 
37130
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
37443
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=803e1634&
37131
37444
 
37132
37445
  // 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&
37133
37446
  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; };
@@ -37676,6 +37989,7 @@ var resetvue_type_script_lang_js_components;
37676
37989
  processDefinitionId: _this4.processDefinitionId,
37677
37990
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
37678
37991
  nextNodeId: nextNode,
37992
+ appId: _this4.appId,
37679
37993
  nextOperate: nextOperate,
37680
37994
  businessId: _this4.taskExamine.businessId,
37681
37995
  pendingId: _this4.taskExamine.pendingId,
@@ -37855,11 +38169,11 @@ var resetvue_type_script_lang_js_components;
37855
38169
  });
37856
38170
  },
37857
38171
 
37858
- /**
37859
- * isMultiple
37860
- * @desc:是否多选
37861
- * @author liufan
37862
- * @date 2022年9月13日
38172
+ /**
38173
+ * isMultiple
38174
+ * @desc:是否多选
38175
+ * @author liufan
38176
+ * @date 2022年9月13日
37863
38177
  **/
37864
38178
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
37865
38179
  var multiple = false;
@@ -37992,8 +38306,8 @@ var resetvue_type_script_lang_js_components;
37992
38306
 
37993
38307
  var reset_component = normalizeComponent(
37994
38308
  src_resetvue_type_script_lang_js_,
37995
- resetvue_type_template_id_5d246dae_render,
37996
- resetvue_type_template_id_5d246dae_staticRenderFns,
38309
+ resetvue_type_template_id_803e1634_render,
38310
+ resetvue_type_template_id_803e1634_staticRenderFns,
37997
38311
  false,
37998
38312
  null,
37999
38313
  null,
@@ -42241,11 +42555,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42241
42555
  });
42242
42556
  },
42243
42557
 
42244
- /**
42245
- * saveInfo
42246
- * @desc:暂存
42247
- * @author liufan
42248
- * @date 2022年9月9日
42558
+ /**
42559
+ * saveInfo
42560
+ * @desc:暂存
42561
+ * @author liufan
42562
+ * @date 2022年9月9日
42249
42563
  **/
42250
42564
  saveInfo: function saveInfo(type, btn) {
42251
42565
  var _this6 = this;
@@ -42307,11 +42621,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42307
42621
  });
42308
42622
  },
42309
42623
 
42310
- /**
42311
- * rejectBtn
42312
- * @desc:点击驳回
42313
- * @author liufan
42314
- * @date 2022年5月25日
42624
+ /**
42625
+ * rejectBtn
42626
+ * @desc:点击驳回
42627
+ * @author liufan
42628
+ * @date 2022年5月25日
42315
42629
  **/
42316
42630
  rejectBtn: function rejectBtn() {
42317
42631
  var _this8 = this;
@@ -42329,11 +42643,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42329
42643
  }
42330
42644
  },
42331
42645
 
42332
- /**
42333
- * taskReadBtn
42334
- * @desc:点击分阅
42335
- * @author liufan
42336
- * @date 2022年5月25日
42646
+ /**
42647
+ * taskReadBtn
42648
+ * @desc:点击分阅
42649
+ * @author liufan
42650
+ * @date 2022年5月25日
42337
42651
  **/
42338
42652
  taskReadBtn: function taskReadBtn() {
42339
42653
  var _this9 = this;
@@ -42352,11 +42666,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42352
42666
  }
42353
42667
  },
42354
42668
 
42355
- /**
42356
- * getFind
42357
- * @desc:获取通知方式
42358
- * @author liufan
42359
- * @date 2022年5月25日
42669
+ /**
42670
+ * getFind
42671
+ * @desc:获取通知方式
42672
+ * @author liufan
42673
+ * @date 2022年5月25日
42360
42674
  **/
42361
42675
  getFind: function getFind() {
42362
42676
  var _this10 = this;
@@ -42411,12 +42725,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42411
42725
  });
42412
42726
  },
42413
42727
 
42414
- /**
42415
- * endFlows
42416
- * @desc:直接办结
42417
- * @author liufan
42418
- * @param {Object} res 直接办结数据
42419
- * @date 2022年5月25日
42728
+ /**
42729
+ * endFlows
42730
+ * @desc:直接办结
42731
+ * @author liufan
42732
+ * @param {Object} res 直接办结数据
42733
+ * @date 2022年5月25日
42420
42734
  **/
42421
42735
  endFlows: function endFlows(res) {
42422
42736
  var _this12 = this;
@@ -42470,12 +42784,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42470
42784
  }).catch(function (e) {});
42471
42785
  },
42472
42786
 
42473
- /**
42474
- * goView
42475
- * @desc:更多流程按钮操作
42476
- * @author liufan
42477
- * @param {Object} res 当前点击操作按钮数据
42478
- * @date 2022年5月25日
42787
+ /**
42788
+ * goView
42789
+ * @desc:更多流程按钮操作
42790
+ * @author liufan
42791
+ * @param {Object} res 当前点击操作按钮数据
42792
+ * @date 2022年5月25日
42479
42793
  **/
42480
42794
  goView: function goView(res) {
42481
42795
  // 驳回并办结:rejectAndEndHtml
@@ -42560,11 +42874,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42560
42874
  // isCanStartSubFlow
42561
42875
  },
42562
42876
 
42563
- /**
42564
- * toTakeAdvice
42565
- * @desc:征求意见
42566
- * @author liufan
42567
- * @date 2022年9月29日
42877
+ /**
42878
+ * toTakeAdvice
42879
+ * @desc:征求意见
42880
+ * @author liufan
42881
+ * @date 2022年9月29日
42568
42882
  **/
42569
42883
  toTakeAdvice: function toTakeAdvice(res) {
42570
42884
  var _this14 = this;
@@ -42608,11 +42922,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42608
42922
  });
42609
42923
  },
42610
42924
 
42611
- /**
42612
- * toStartDraf
42613
- * @desc: 稿件递送、联合审核、复核
42614
- * @author liufan
42615
- * @date 2022年9月29日
42925
+ /**
42926
+ * toStartDraf
42927
+ * @desc: 稿件递送、联合审核、复核
42928
+ * @author liufan
42929
+ * @date 2022年9月29日
42616
42930
  **/
42617
42931
  toStartDraf: function toStartDraf(res) {
42618
42932
  var _this16 = this;
@@ -42626,11 +42940,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42626
42940
  }
42627
42941
  },
42628
42942
 
42629
- /**
42630
- * toSendMsg
42631
- * @desc:核稿通知
42632
- * @author liufan
42633
- * @date 2022年9月29日
42943
+ /**
42944
+ * toSendMsg
42945
+ * @desc:核稿通知
42946
+ * @author liufan
42947
+ * @date 2022年9月29日
42634
42948
  **/
42635
42949
  toSendMsg: function toSendMsg(res) {
42636
42950
  var _this17 = this;
@@ -42644,11 +42958,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42644
42958
  }
42645
42959
  },
42646
42960
 
42647
- /**
42648
- * toTaskReadAndEnd
42649
- * @desc:分阅并办结
42650
- * @author liufan
42651
- * @date 2022年9月29日
42961
+ /**
42962
+ * toTaskReadAndEnd
42963
+ * @desc:分阅并办结
42964
+ * @author liufan
42965
+ * @date 2022年9月29日
42652
42966
  **/
42653
42967
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
42654
42968
  var _this18 = this;
@@ -42666,11 +42980,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42666
42980
  }
42667
42981
  },
42668
42982
 
42669
- /**
42670
- * rejectAndEnd
42671
- * @desc:驳回并办结
42672
- * @author liufan
42673
- * @date 2022年9月29日
42983
+ /**
42984
+ * rejectAndEnd
42985
+ * @desc:驳回并办结
42986
+ * @author liufan
42987
+ * @date 2022年9月29日
42674
42988
  **/
42675
42989
  rejectAndEnd: function rejectAndEnd(res) {
42676
42990
  var _this19 = this;
@@ -42725,11 +43039,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42725
43039
  });
42726
43040
  },
42727
43041
 
42728
- /**
42729
- * toTransfer
42730
- * @desc:转办
42731
- * @author liufan
42732
- * @date 2022年9月29日
43042
+ /**
43043
+ * toTransfer
43044
+ * @desc:转办
43045
+ * @author liufan
43046
+ * @date 2022年9月29日
42733
43047
  **/
42734
43048
  toTransfer: function toTransfer(res) {
42735
43049
  var _this21 = this;
@@ -42745,11 +43059,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42745
43059
  }
42746
43060
  },
42747
43061
 
42748
- /**
42749
- * getNodeInfo
42750
- * @desc:获取节点信息
42751
- * @author liufan
42752
- * @date 2022年5月25日
43062
+ /**
43063
+ * getNodeInfo
43064
+ * @desc:获取节点信息
43065
+ * @author liufan
43066
+ * @date 2022年5月25日
42753
43067
  **/
42754
43068
  getNodeInfo: function getNodeInfo() {
42755
43069
  var _this22 = this;
@@ -42848,12 +43162,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42848
43162
  });
42849
43163
  },
42850
43164
 
42851
- /**
42852
- * selecNext
42853
- * @desc:下步节点变化时更新数据
42854
- * @author liufan
42855
- * @param {String} val 当前选中值
42856
- * @date 2022年5月25日
43165
+ /**
43166
+ * selecNext
43167
+ * @desc:下步节点变化时更新数据
43168
+ * @author liufan
43169
+ * @param {String} val 当前选中值
43170
+ * @date 2022年5月25日
42857
43171
  **/
42858
43172
  selecNext: function selecNext(val, type, isDef) {
42859
43173
  var _this23 = this;
@@ -42962,11 +43276,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42962
43276
  if (isDef !== true) this.getNodeInfo();
42963
43277
  },
42964
43278
 
42965
- /**
42966
- * isMultiple
42967
- * @desc:是否多选
42968
- * @author liufan
42969
- * @date 2022年9月13日
43279
+ /**
43280
+ * isMultiple
43281
+ * @desc:是否多选
43282
+ * @author liufan
43283
+ * @date 2022年9月13日
42970
43284
  **/
42971
43285
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
42972
43286
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -42998,11 +43312,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42998
43312
  }
42999
43313
  },
43000
43314
 
43001
- /**
43002
- * getHedInfo
43003
- * @desc:获取审核页面数据
43004
- * @author liufan
43005
- * @date 2022年5月25日
43315
+ /**
43316
+ * getHedInfo
43317
+ * @desc:获取审核页面数据
43318
+ * @author liufan
43319
+ * @date 2022年5月25日
43006
43320
  **/
43007
43321
  getHedInfo: function getHedInfo() {
43008
43322
  var _this24 = this;
@@ -43238,13 +43552,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43238
43552
  });
43239
43553
  },
43240
43554
 
43241
- /**
43242
- * closeProcess
43243
- * @desc:关闭弹窗
43244
- * @author liufan
43245
- * @param {boolean} val 当前是否办理流程
43246
- * @param {String} type 当前点击的弹窗类型
43247
- * @date 2022年5月25日
43555
+ /**
43556
+ * closeProcess
43557
+ * @desc:关闭弹窗
43558
+ * @author liufan
43559
+ * @param {boolean} val 当前是否办理流程
43560
+ * @param {String} type 当前点击的弹窗类型
43561
+ * @date 2022年5月25日
43248
43562
  **/
43249
43563
  closeProcess: function closeProcess(val, type, closeParent) {
43250
43564
  if (closeParent) {
@@ -43261,23 +43575,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43261
43575
  }
43262
43576
  },
43263
43577
 
43264
- /**
43265
- * selectChange
43266
- * @desc:常用语选择
43267
- * @author liufan
43268
- * @param {String} val 选中值
43269
- * @date 2022年5月25日
43578
+ /**
43579
+ * selectChange
43580
+ * @desc:常用语选择
43581
+ * @author liufan
43582
+ * @param {String} val 选中值
43583
+ * @date 2022年5月25日
43270
43584
  **/
43271
43585
  selectChange: function selectChange(val) {
43272
43586
  this.value = val;
43273
43587
  },
43274
43588
 
43275
- /**
43276
- * upDate
43277
- * @desc:修改常用语
43278
- * @author liufan
43279
- * @param {Object} val 修改值
43280
- * @date 2022年5月25日
43589
+ /**
43590
+ * upDate
43591
+ * @desc:修改常用语
43592
+ * @author liufan
43593
+ * @param {Object} val 修改值
43594
+ * @date 2022年5月25日
43281
43595
  **/
43282
43596
  upDate: function upDate(val) {
43283
43597
  this.FormData.id = val.id;
@@ -43285,11 +43599,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43285
43599
  },
43286
43600
 
43287
43601
 
43288
- /**
43289
- * getProcess
43290
- * @desc:获取选择流程
43291
- * @author liufan
43292
- * @date 2022年5月25日
43602
+ /**
43603
+ * getProcess
43604
+ * @desc:获取选择流程
43605
+ * @author liufan
43606
+ * @date 2022年5月25日
43293
43607
  **/
43294
43608
  getProcess: function getProcess() {
43295
43609
  var _this25 = this;
@@ -43343,11 +43657,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43343
43657
  });
43344
43658
  },
43345
43659
 
43346
- /**
43347
- * getPendedhistoryList
43348
- * @desc:获取流程列表
43349
- * @author liufan
43350
- * @date 2022年5月25日
43660
+ /**
43661
+ * getPendedhistoryList
43662
+ * @desc:获取流程列表
43663
+ * @author liufan
43664
+ * @date 2022年5月25日
43351
43665
  **/
43352
43666
  getPendedhistoryList: function getPendedhistoryList() {
43353
43667
  var _this26 = this;
@@ -43379,12 +43693,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43379
43693
  },
43380
43694
 
43381
43695
  // 提交流程
43382
- /**
43383
- * subProcess
43384
- * @desc:提交流程
43385
- * @author liufan
43386
- * @param {String} formName 当前form表单ref值
43387
- * @date 2022年5月25日
43696
+ /**
43697
+ * subProcess
43698
+ * @desc:提交流程
43699
+ * @author liufan
43700
+ * @param {String} formName 当前form表单ref值
43701
+ * @date 2022年5月25日
43388
43702
  **/
43389
43703
  subProcess: function subProcess(val) {
43390
43704
  var _this27 = this;
@@ -43980,8 +44294,8 @@ var supervise_component = normalizeComponent(
43980
44294
  )
43981
44295
 
43982
44296
  /* harmony default export */ var supervise = (supervise_component.exports);
43983
- // 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/Circulate.vue?vue&type=template&id=e4a9ba50&
43984
- var Circulatevue_type_template_id_e4a9ba50_render = function () {
44297
+ // 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/Circulate.vue?vue&type=template&id=43730f28&
44298
+ var Circulatevue_type_template_id_43730f28_render = function () {
43985
44299
  var _vm = this
43986
44300
  var _h = _vm.$createElement
43987
44301
  var _c = _vm._self._c || _h
@@ -44005,7 +44319,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44005
44319
  ref: "infoList",
44006
44320
  attrs: {
44007
44321
  model: _vm.infoList,
44008
- "label-width": "120px",
44322
+ "label-width": "100px",
44009
44323
  "label-position": _vm.labelPosition,
44010
44324
  },
44011
44325
  },
@@ -44020,7 +44334,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44020
44334
  nextUser: _vm.infoList.nextCurrentOrgObj,
44021
44335
  multiple: _vm.newMultiple,
44022
44336
  mix: "",
44023
- types: ["department", "employee"],
44337
+ types: ["employee", "persongroup"],
44024
44338
  params: _vm.params,
44025
44339
  },
44026
44340
  on: {
@@ -44042,7 +44356,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44042
44356
  nextUser: _vm.infoList.nextOtherOrgObj,
44043
44357
  multiple: _vm.newMultiple,
44044
44358
  mix: "",
44045
- types: ["enterprise", "department"],
44359
+ types: ["enterprise", "filgroup"],
44046
44360
  params: _vm.otherParams,
44047
44361
  },
44048
44362
  on: {
@@ -44173,11 +44487,11 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44173
44487
  1
44174
44488
  )
44175
44489
  }
44176
- var Circulatevue_type_template_id_e4a9ba50_staticRenderFns = []
44177
- Circulatevue_type_template_id_e4a9ba50_render._withStripped = true
44490
+ var Circulatevue_type_template_id_43730f28_staticRenderFns = []
44491
+ Circulatevue_type_template_id_43730f28_render._withStripped = true
44178
44492
 
44179
44493
 
44180
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=e4a9ba50&
44494
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=43730f28&
44181
44495
 
44182
44496
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
44183
44497
  var Circulatevue_type_script_lang_js_components;
@@ -44289,7 +44603,8 @@ var Circulatevue_type_script_lang_js_components;
44289
44603
  labelPosition: {
44290
44604
  type: String,
44291
44605
  default: 'left'
44292
- }
44606
+ },
44607
+ startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
44293
44608
  },
44294
44609
  inheritAttrs: false,
44295
44610
  data: function data() {
@@ -44384,7 +44699,7 @@ var Circulatevue_type_script_lang_js_components;
44384
44699
  }
44385
44700
 
44386
44701
  var param = {
44387
- url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
44702
+ url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
44388
44703
  data: {
44389
44704
  opinion: opinion,
44390
44705
  businessId: businessId,
@@ -44398,10 +44713,12 @@ var Circulatevue_type_script_lang_js_components;
44398
44713
  headers: { Accept: 'application/json,text/plain' },
44399
44714
  method: 'POST'
44400
44715
  };
44401
- if (!this.showBtn) {
44716
+ if (!this.showBtn && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
44402
44717
  param.data.pendingId = this.pendingId;
44403
44718
  delete param.data.processDefinitionId;
44404
44719
  this.subLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44720
+ } else if (this.startFlowPageEmbeddedIntoStartFlowIndex) {
44721
+ this.subLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44405
44722
  } else {
44406
44723
  this.loading = true;
44407
44724
  }
@@ -44410,7 +44727,7 @@ var Circulatevue_type_script_lang_js_components;
44410
44727
  status = res.status,
44411
44728
  rCode = res.rCode;
44412
44729
 
44413
- if (!_this.showBtn) {
44730
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
44414
44731
  _this.subLoading.close();
44415
44732
  } else {
44416
44733
  _this.loading = false;
@@ -44422,7 +44739,11 @@ var Circulatevue_type_script_lang_js_components;
44422
44739
  _this.$message.error(message || '系统错误,请联系管理员!');
44423
44740
  }
44424
44741
  }).catch(function (err) {
44425
- _this.loading = false;
44742
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
44743
+ _this.subLoading.close();
44744
+ } else {
44745
+ _this.loading = false;
44746
+ }
44426
44747
  if (err.message && err.message !== 'canceled') {
44427
44748
  _this.$message.error(err.message);
44428
44749
  }
@@ -44545,8 +44866,8 @@ var Circulatevue_type_script_lang_js_components;
44545
44866
 
44546
44867
  var Circulate_component = normalizeComponent(
44547
44868
  component_Circulatevue_type_script_lang_js_,
44548
- Circulatevue_type_template_id_e4a9ba50_render,
44549
- Circulatevue_type_template_id_e4a9ba50_staticRenderFns,
44869
+ Circulatevue_type_template_id_43730f28_render,
44870
+ Circulatevue_type_template_id_43730f28_staticRenderFns,
44550
44871
  false,
44551
44872
  null,
44552
44873
  null,
@@ -45551,6 +45872,81 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45551
45872
  //
45552
45873
  //
45553
45874
  //
45875
+ //
45876
+ //
45877
+ //
45878
+ //
45879
+ //
45880
+ //
45881
+ //
45882
+ //
45883
+ //
45884
+ //
45885
+ //
45886
+ //
45887
+ //
45888
+ //
45889
+ //
45890
+ //
45891
+ //
45892
+ //
45893
+ //
45894
+ //
45895
+ //
45896
+ //
45897
+ //
45898
+ //
45899
+ //
45900
+ //
45901
+ //
45902
+ //
45903
+ //
45904
+ //
45905
+ //
45906
+ //
45907
+ //
45908
+ //
45909
+ //
45910
+ //
45911
+ //
45912
+ //
45913
+ //
45914
+ //
45915
+ //
45916
+ //
45917
+ //
45918
+ //
45919
+ //
45920
+ //
45921
+ //
45922
+ //
45923
+ //
45924
+ //
45925
+ //
45926
+ //
45927
+ //
45928
+ //
45929
+ //
45930
+ //
45931
+ //
45932
+ //
45933
+ //
45934
+ //
45935
+ //
45936
+ //
45937
+ //
45938
+ //
45939
+ //
45940
+ //
45941
+ //
45942
+ //
45943
+ //
45944
+ //
45945
+ //
45946
+ //
45947
+ //
45948
+ //
45949
+ //
45554
45950
 
45555
45951
 
45556
45952
 
@@ -45580,6 +45976,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45580
45976
  pendingId: { type: String, default: '' },
45581
45977
  nodeName: { type: String, default: '' },
45582
45978
  typeCode: { type: String, default: '' },
45979
+ selectorConfig: { type: [Object, undefined], default: undefined },
45583
45980
  flowTypeCode: { type: String, default: '' },
45584
45981
  defaultProcessKey: { type: String, default: '' },
45585
45982
  hideBtn: { type: Boolean, default: false },
@@ -45588,6 +45985,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45588
45985
  type: String,
45589
45986
  default: 'left'
45590
45987
  },
45988
+ flowListDisabled: {
45989
+ type: Boolean,
45990
+ default: false
45991
+ },
45591
45992
  btnList: {
45592
45993
  type: Array,
45593
45994
  default: function _default() {
@@ -45629,6 +46030,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45629
46030
  return _ref = {
45630
46031
  styles: {},
45631
46032
  optionsKey: 0,
46033
+ currentNodeEnableItemHandleDescription: false,
46034
+ startFlowPageEmbeddedIntoStartFlowIndex: false,
46035
+ pendingItemHandleDescription: '',
45632
46036
  currentOrgSelectorParams: { filid: '' },
45633
46037
  currentOrgSelectorTabs: ['employee', 'persongroup'],
45634
46038
  foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
@@ -45765,6 +46169,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45765
46169
  nextReadUserId: [], //分阅用户
45766
46170
  presetReadUserId: [], //自动分阅
45767
46171
  handleExplain: '', //办理意见
46172
+ nextItemHandleDescription: '', //下步说明
45768
46173
  notificationType: [], // 通知方式
45769
46174
  isLimitedTime: '2', // 是否限时办理
45770
46175
  mainSubId: ''
@@ -45921,15 +46326,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45921
46326
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
45922
46327
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
45923
46328
 
45924
- if (_this.directCreateCircularReadWhenFlowStarted) {
45925
- _this.nodeInfo.option.map(function (item) {
45926
- item.disabled = item.processDefId != processDefinitionId;
45927
- });
45928
- } else {
45929
- _this.nodeInfo.option.map(function (item) {
45930
- item.disabled = false;
45931
- });
45932
- }
46329
+ // if (this.directCreateCircularReadWhenFlowStarted) {
46330
+ // this.nodeInfo.option.map((item) => {
46331
+ // item.disabled = item.processDefId != processDefinitionId;
46332
+ // });
46333
+ // } else {
46334
+ // this.nodeInfo.option.map((item) => {
46335
+ // item.disabled = false;
46336
+ // });
46337
+ // }
45933
46338
  _this.optionsKey++;
45934
46339
  _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
45935
46340
  }
@@ -46169,7 +46574,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46169
46574
 
46170
46575
  var params = {
46171
46576
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
46172
- params: { readTransferHandleBusinessId: readTransferHandleBusinessId, readTransferHandleProcessKey: readTransferHandleProcessKey }
46577
+ params: {
46578
+ readTransferHandleBusinessId: readTransferHandleBusinessId,
46579
+ readTransferHandleProcessKey: readTransferHandleProcessKey,
46580
+ pendingId: this.pendingId
46581
+ }
46173
46582
  };
46174
46583
  utils_util["a" /* default */].ajax(params).then(function (res) {
46175
46584
  _this5.loading.close();
@@ -46281,11 +46690,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46281
46690
  });
46282
46691
  },
46283
46692
 
46284
- /**
46285
- * saveInfo
46286
- * @desc:暂存
46287
- * @author liufan
46288
- * @date 2022年9月9日
46693
+ /**
46694
+ * saveInfo
46695
+ * @desc:暂存
46696
+ * @author liufan
46697
+ * @date 2022年9月9日
46289
46698
  **/
46290
46699
  saveInfo: function saveInfo(type, btn) {
46291
46700
  var _this9 = this;
@@ -46347,11 +46756,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46347
46756
  });
46348
46757
  },
46349
46758
 
46350
- /**
46351
- * rejectBtn
46352
- * @desc:点击驳回
46353
- * @author liufan
46354
- * @date 2022年5月25日
46759
+ /**
46760
+ * rejectBtn
46761
+ * @desc:点击驳回
46762
+ * @author liufan
46763
+ * @date 2022年5月25日
46355
46764
  **/
46356
46765
  rejectBtn: function rejectBtn() {
46357
46766
  var _this11 = this;
@@ -46369,11 +46778,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46369
46778
  }
46370
46779
  },
46371
46780
 
46372
- /**
46373
- * taskReadBtn
46374
- * @desc:点击分阅
46375
- * @author liufan
46376
- * @date 2022年5月25日
46781
+ /**
46782
+ * taskReadBtn
46783
+ * @desc:点击分阅
46784
+ * @author liufan
46785
+ * @date 2022年5月25日
46377
46786
  **/
46378
46787
  taskReadBtn: function taskReadBtn() {
46379
46788
  var _this12 = this;
@@ -46392,11 +46801,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46392
46801
  }
46393
46802
  },
46394
46803
 
46395
- /**
46396
- * getFind
46397
- * @desc:获取通知方式
46398
- * @author liufan
46399
- * @date 2022年5月25日
46804
+ /**
46805
+ * getFind
46806
+ * @desc:获取通知方式
46807
+ * @author liufan
46808
+ * @date 2022年5月25日
46400
46809
  **/
46401
46810
  getFind: function getFind() {
46402
46811
  var _this13 = this;
@@ -46462,12 +46871,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46462
46871
  });
46463
46872
  },
46464
46873
 
46465
- /**
46466
- * endFlows
46467
- * @desc:直接办结
46468
- * @author liufan
46469
- * @param {Object} res 直接办结数据
46470
- * @date 2022年5月25日
46874
+ /**
46875
+ * endFlows
46876
+ * @desc:直接办结
46877
+ * @author liufan
46878
+ * @param {Object} res 直接办结数据
46879
+ * @date 2022年5月25日
46471
46880
  **/
46472
46881
  endFlows: function endFlows(res) {
46473
46882
  var _this15 = this;
@@ -46522,12 +46931,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46522
46931
  }).catch(function (e) {});
46523
46932
  },
46524
46933
 
46525
- /**
46526
- * goView
46527
- * @desc:更多流程按钮操作
46528
- * @author liufan
46529
- * @param {Object} res 当前点击操作按钮数据
46530
- * @date 2022年5月25日
46934
+ /**
46935
+ * goView
46936
+ * @desc:更多流程按钮操作
46937
+ * @author liufan
46938
+ * @param {Object} res 当前点击操作按钮数据
46939
+ * @date 2022年5月25日
46531
46940
  **/
46532
46941
  goView: function goView(res) {
46533
46942
  // 驳回并办结:rejectAndEndHtml
@@ -46612,11 +47021,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46612
47021
  // isCanStartSubFlow
46613
47022
  },
46614
47023
 
46615
- /**
46616
- * toTakeAdvice
46617
- * @desc:征求意见
46618
- * @author liufan
46619
- * @date 2022年9月29日
47024
+ /**
47025
+ * toTakeAdvice
47026
+ * @desc:征求意见
47027
+ * @author liufan
47028
+ * @date 2022年9月29日
46620
47029
  **/
46621
47030
  toTakeAdvice: function toTakeAdvice(res) {
46622
47031
  var _this17 = this;
@@ -46660,11 +47069,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46660
47069
  });
46661
47070
  },
46662
47071
 
46663
- /**
46664
- * toStartDraf
46665
- * @desc: 稿件递送、联合审核、复核
46666
- * @author liufan
46667
- * @date 2022年9月29日
47072
+ /**
47073
+ * toStartDraf
47074
+ * @desc: 稿件递送、联合审核、复核
47075
+ * @author liufan
47076
+ * @date 2022年9月29日
46668
47077
  **/
46669
47078
  toStartDraf: function toStartDraf(res) {
46670
47079
  var _this19 = this;
@@ -46678,11 +47087,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46678
47087
  }
46679
47088
  },
46680
47089
 
46681
- /**
46682
- * toSendMsg
46683
- * @desc:核稿通知
46684
- * @author liufan
46685
- * @date 2022年9月29日
47090
+ /**
47091
+ * toSendMsg
47092
+ * @desc:核稿通知
47093
+ * @author liufan
47094
+ * @date 2022年9月29日
46686
47095
  **/
46687
47096
  toSendMsg: function toSendMsg(res) {
46688
47097
  var _this20 = this;
@@ -46696,11 +47105,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46696
47105
  }
46697
47106
  },
46698
47107
 
46699
- /**
46700
- * toTaskReadAndEnd
46701
- * @desc:分阅并办结
46702
- * @author liufan
46703
- * @date 2022年9月29日
47108
+ /**
47109
+ * toTaskReadAndEnd
47110
+ * @desc:分阅并办结
47111
+ * @author liufan
47112
+ * @date 2022年9月29日
46704
47113
  **/
46705
47114
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
46706
47115
  var _this21 = this;
@@ -46718,11 +47127,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46718
47127
  }
46719
47128
  },
46720
47129
 
46721
- /**
46722
- * rejectAndEnd
46723
- * @desc:驳回并办结
46724
- * @author liufan
46725
- * @date 2022年9月29日
47130
+ /**
47131
+ * rejectAndEnd
47132
+ * @desc:驳回并办结
47133
+ * @author liufan
47134
+ * @date 2022年9月29日
46726
47135
  **/
46727
47136
  rejectAndEnd: function rejectAndEnd(res) {
46728
47137
  var _this22 = this;
@@ -46778,11 +47187,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46778
47187
  });
46779
47188
  },
46780
47189
 
46781
- /**
46782
- * toTransfer
46783
- * @desc:转办
46784
- * @author liufan
46785
- * @date 2022年9月29日
47190
+ /**
47191
+ * toTransfer
47192
+ * @desc:转办
47193
+ * @author liufan
47194
+ * @date 2022年9月29日
46786
47195
  **/
46787
47196
  toTransfer: function toTransfer(res) {
46788
47197
  var _this24 = this;
@@ -46798,11 +47207,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46798
47207
  }
46799
47208
  },
46800
47209
 
46801
- /**
46802
- * getNodeInfo
46803
- * @desc:获取节点信息
46804
- * @author liufan
46805
- * @date 2022年5月25日
47210
+ /**
47211
+ * getNodeInfo
47212
+ * @desc:获取节点信息
47213
+ * @author liufan
47214
+ * @date 2022年5月25日
46806
47215
  **/
46807
47216
  getNodeInfo: function getNodeInfo() {
46808
47217
  var _this25 = this;
@@ -46822,6 +47231,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46822
47231
 
46823
47232
  _this25.loading.close();
46824
47233
  if (status === 'success') {
47234
+ _this25.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
46825
47235
  _this25.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
46826
47236
  data.otherOrgDisabledObjId && (_this25.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
46827
47237
  data.currentOrgDisabledObjId && (_this25.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -46905,12 +47315,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46905
47315
  });
46906
47316
  },
46907
47317
 
46908
- /**
46909
- * selecNext
46910
- * @desc:下步节点变化时更新数据
46911
- * @author liufan
46912
- * @param {String} val 当前选中值
46913
- * @date 2022年5月25日
47318
+ /**
47319
+ * selecNext
47320
+ * @desc:下步节点变化时更新数据
47321
+ * @author liufan
47322
+ * @param {String} val 当前选中值
47323
+ * @date 2022年5月25日
46914
47324
  **/
46915
47325
  selecNext: function selecNext(val, type, isDef) {
46916
47326
  var _this26 = this;
@@ -47020,11 +47430,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47020
47430
  this.getNodeInfo();
47021
47431
  },
47022
47432
 
47023
- /**
47024
- * isMultiple
47025
- * @desc:是否多选
47026
- * @author liufan
47027
- * @date 2022年9月13日
47433
+ /**
47434
+ * isMultiple
47435
+ * @desc:是否多选
47436
+ * @author liufan
47437
+ * @date 2022年9月13日
47028
47438
  **/
47029
47439
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47030
47440
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47056,11 +47466,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47056
47466
  }
47057
47467
  },
47058
47468
 
47059
- /**
47060
- * getHedInfo
47061
- * @desc:获取审核页面数据
47062
- * @author liufan
47063
- * @date 2022年5月25日
47469
+ /**
47470
+ * getHedInfo
47471
+ * @desc:获取审核页面数据
47472
+ * @author liufan
47473
+ * @date 2022年5月25日
47064
47474
  **/
47065
47475
  getHedInfo: function getHedInfo() {
47066
47476
  var _this27 = this;
@@ -47091,6 +47501,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47091
47501
  nextNodeCheckType = _res$data2.nextNodeCheckType,
47092
47502
  pOrgId = _res$data2.pOrgId,
47093
47503
  currentOrgName = _res$data2.currentOrgName,
47504
+ pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
47094
47505
  currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
47095
47506
  otherOrgName = _res$data2.otherOrgName,
47096
47507
  taskExamine = _res$data2.taskExamine,
@@ -47113,18 +47524,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47113
47524
  }
47114
47525
  _this27.$emit('startTaskRead', res);
47115
47526
  _this27.$emit('start-task-read', res);
47527
+ _this27.pendingItemHandleDescription = pendingItemHandleDescription;
47116
47528
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
47117
47529
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
47118
47530
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
47119
47531
  _this27.currentOrgSelectorTabs.map(function (x, i) {
47120
- _this27.currentOrgSelectorParams[x] = { filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i] };
47532
+ _this27.currentOrgSelectorParams[x] = {
47533
+ filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i]
47534
+ };
47121
47535
  });
47122
47536
  }
47123
47537
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
47124
47538
  _this27.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
47125
47539
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
47126
47540
  _this27.foreignOrgSelectorTabs.map(function (x, i) {
47127
- _this27.foreignOrgSelectorParams[x] = { filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] };
47541
+ _this27.foreignOrgSelectorParams[x] = {
47542
+ filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
47543
+ };
47128
47544
  });
47129
47545
  }
47130
47546
  _this27.circularReadParamsMap = circularReadParamsMap || {};
@@ -47134,6 +47550,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47134
47550
  _this27.currentOrgName = currentOrgName;
47135
47551
  _this27.nextOperateCheckType = nextOperateCheckType;
47136
47552
  _this27.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
47553
+
47137
47554
  _this27.readOnlyNotificationType = readOnlyNotificationType;
47138
47555
  _this27.isSpecial = isSpecial;
47139
47556
  _this27.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
@@ -47326,13 +47743,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47326
47743
  });
47327
47744
  },
47328
47745
 
47329
- /**
47330
- * closeProcess
47331
- * @desc:关闭弹窗
47332
- * @author liufan
47333
- * @param {boolean} val 当前是否办理流程
47334
- * @param {String} type 当前点击的弹窗类型
47335
- * @date 2022年5月25日
47746
+ /**
47747
+ * closeProcess
47748
+ * @desc:关闭弹窗
47749
+ * @author liufan
47750
+ * @param {boolean} val 当前是否办理流程
47751
+ * @param {String} type 当前点击的弹窗类型
47752
+ * @date 2022年5月25日
47336
47753
  **/
47337
47754
  closeProcess: function closeProcess(val, type, closeParent) {
47338
47755
  if (closeParent) {
@@ -47352,23 +47769,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47352
47769
  }
47353
47770
  },
47354
47771
 
47355
- /**
47356
- * selectChange
47357
- * @desc:常用语选择
47358
- * @author liufan
47359
- * @param {String} val 选中值
47360
- * @date 2022年5月25日
47772
+ /**
47773
+ * selectChange
47774
+ * @desc:常用语选择
47775
+ * @author liufan
47776
+ * @param {String} val 选中值
47777
+ * @date 2022年5月25日
47361
47778
  **/
47362
47779
  selectChange: function selectChange(val) {
47363
47780
  this.value = val;
47364
47781
  },
47365
47782
 
47366
- /**
47367
- * upDate
47368
- * @desc:修改常用语
47369
- * @author liufan
47370
- * @param {Object} val 修改值
47371
- * @date 2022年5月25日
47783
+ /**
47784
+ * upDate
47785
+ * @desc:修改常用语
47786
+ * @author liufan
47787
+ * @param {Object} val 修改值
47788
+ * @date 2022年5月25日
47372
47789
  **/
47373
47790
  upDate: function upDate(val) {
47374
47791
  this.FormData.id = val.id;
@@ -47376,11 +47793,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47376
47793
  },
47377
47794
 
47378
47795
 
47379
- /**
47380
- * getProcess
47381
- * @desc:获取选择流程
47382
- * @author liufan
47383
- * @date 2022年5月25日
47796
+ /**
47797
+ * getProcess
47798
+ * @desc:获取选择流程
47799
+ * @author liufan
47800
+ * @date 2022年5月25日
47384
47801
  **/
47385
47802
  getProcess: function getProcess(val) {
47386
47803
  var _this28 = this;
@@ -47407,6 +47824,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47407
47824
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
47408
47825
  _this28.$message.error('流程不存在或未关联对应流程!');
47409
47826
  } else {
47827
+ _this28.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
47410
47828
  _this28.nodeInfo.option = data.definitionList;
47411
47829
  _this28.nodeInfo.nextNode = data.definitionList.filter(function (item) {
47412
47830
  return item.processDefKey == _this28.defaultProcessKey;
@@ -47435,11 +47853,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47435
47853
  });
47436
47854
  },
47437
47855
 
47438
- /**
47439
- * getPendedhistoryList
47440
- * @desc:获取流程列表
47441
- * @author liufan
47442
- * @date 2022年5月25日
47856
+ /**
47857
+ * getPendedhistoryList
47858
+ * @desc:获取流程列表
47859
+ * @author liufan
47860
+ * @date 2022年5月25日
47443
47861
  **/
47444
47862
  getPendedhistoryList: function getPendedhistoryList() {
47445
47863
  var _this29 = this;
@@ -47507,16 +47925,24 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47507
47925
  },
47508
47926
 
47509
47927
  // 提交流程
47510
- /**
47511
- * subProcess
47512
- * @desc:提交流程
47513
- * @author liufan
47514
- * @param {String} formName 当前form表单ref值
47515
- * @date 2022年5月25日
47928
+ /**
47929
+ * subProcess
47930
+ * @desc:提交流程
47931
+ * @author liufan
47932
+ * @param {String} formName 当前form表单ref值
47933
+ * @date 2022年5月25日
47516
47934
  **/
47517
47935
  subProcess: function subProcess(val, type) {
47518
47936
  var _this31 = this;
47519
47937
 
47938
+ if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
47939
+ if (this.directCreateCircularReadWhenFlowStarted) {
47940
+ this.$refs.flowCirculate.subMit();
47941
+ } else {
47942
+ this.$refs.processFormIndex.subProcess('nextNode');
47943
+ }
47944
+ return;
47945
+ }
47520
47946
  return this.$refs['nextNode'].validate(function (valid) {
47521
47947
  if (valid) {
47522
47948
  if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
@@ -47612,13 +48038,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47612
48038
 
47613
48039
  this.$refs['nextNode'].validate(function () {
47614
48040
  var _ref2 = flow_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
47615
- var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap;
48041
+ var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
47616
48042
  return regenerator_default.a.wrap(function _callee$(_context) {
47617
48043
  while (1) {
47618
48044
  switch (_context.prev = _context.next) {
47619
48045
  case 0:
47620
48046
  if (!valid) {
47621
- _context.next = 51;
48047
+ _context.next = 52;
47622
48048
  break;
47623
48049
  }
47624
48050
 
@@ -47732,7 +48158,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47732
48158
 
47733
48159
  case 33:
47734
48160
  _this33.loading = utils_util["a" /* default */].loading(_this33.$loading, '提交中...');
47735
- isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap;
48161
+ 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;
47736
48162
 
47737
48163
  params.isEndUserTask = isEndUserTask;
47738
48164
  params.choiceOrgId = choiceOrgId;
@@ -47749,7 +48175,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47749
48175
  if (currentNodeIsCircularReadNode) {
47750
48176
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
47751
48177
  }
47752
-
48178
+ if (!currentNodeEnableItemHandleDescription) {
48179
+ delete params.nextItemHandleDescription;
48180
+ }
47753
48181
  return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
47754
48182
  var status = res.status,
47755
48183
  message = res.message;
@@ -47768,10 +48196,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47768
48196
  }
47769
48197
  }));
47770
48198
 
47771
- case 51:
48199
+ case 52:
47772
48200
  return _context.abrupt('return', false);
47773
48201
 
47774
- case 52:
48202
+ case 53:
47775
48203
  case 'end':
47776
48204
  return _context.stop();
47777
48205
  }
@@ -47832,8 +48260,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47832
48260
 
47833
48261
  var flow_src_main_component = normalizeComponent(
47834
48262
  packages_flow_src_mainvue_type_script_lang_js_,
47835
- mainvue_type_template_id_89ea98c6_render,
47836
- mainvue_type_template_id_89ea98c6_staticRenderFns,
48263
+ mainvue_type_template_id_1ebfbd3f_render,
48264
+ mainvue_type_template_id_1ebfbd3f_staticRenderFns,
47837
48265
  false,
47838
48266
  null,
47839
48267
  null,
@@ -51251,12 +51679,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51251
51679
  }
51252
51680
  },
51253
51681
 
51254
- /**
51255
- * handleFormSubmit
51256
- * @desc:删除节点点击事件
51257
- * @param {Object} formData 点击删除的form数据
51258
- * @author liufan
51259
- * @date 2022年11月29日
51682
+ /**
51683
+ * handleFormSubmit
51684
+ * @desc:删除节点点击事件
51685
+ * @param {Object} formData 点击删除的form数据
51686
+ * @author liufan
51687
+ * @date 2022年11月29日
51260
51688
  **/
51261
51689
  handleFormSubmit: function handleFormSubmit(formData) {
51262
51690
  var _this9 = this;
@@ -51287,48 +51715,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51287
51715
  });
51288
51716
  },
51289
51717
 
51290
- /**
51291
- * del
51292
- * @desc:展示删除弹窗
51293
- * @param {String} id 当前点击数据id
51294
- * @author liufan
51295
- * @date 2022年11月29日
51718
+ /**
51719
+ * del
51720
+ * @desc:展示删除弹窗
51721
+ * @param {String} id 当前点击数据id
51722
+ * @author liufan
51723
+ * @date 2022年11月29日
51296
51724
  **/
51297
51725
  del: function del(id) {
51298
51726
  this.historyId = id;
51299
51727
  this.showDel = true;
51300
51728
  },
51301
51729
 
51302
- /**
51303
- * handleCurrentChange
51304
- * @desc:监听页码变化
51305
- * @param {String} val 当前页
51306
- * @author liufan
51307
- * @date 2022年11月29日
51730
+ /**
51731
+ * handleCurrentChange
51732
+ * @desc:监听页码变化
51733
+ * @param {String} val 当前页
51734
+ * @author liufan
51735
+ * @date 2022年11月29日
51308
51736
  **/
51309
51737
  handleCurrentChange: function handleCurrentChange(val) {
51310
51738
  this.currentPage = val;
51311
51739
  this.getPressList();
51312
51740
  },
51313
51741
 
51314
- /**
51315
- * handleSizeChange
51316
- * @desc:监听每页数据显示数量变化
51317
- * @param {String} val 每页展示数量
51318
- * @author liufan
51319
- * @date 2022年11月29日
51742
+ /**
51743
+ * handleSizeChange
51744
+ * @desc:监听每页数据显示数量变化
51745
+ * @param {String} val 每页展示数量
51746
+ * @author liufan
51747
+ * @date 2022年11月29日
51320
51748
  **/
51321
51749
  handleSizeChange: function handleSizeChange(val) {
51322
51750
  this.pageSize = val;
51323
51751
  this.getPressList();
51324
51752
  },
51325
51753
 
51326
- /**
51327
- * sortChange
51328
- * @desc:监听排序变化
51329
- * @param {Object} info 需要排序的字段及排序方式
51330
- * @author liufan
51331
- * @date 2022年11月29日
51754
+ /**
51755
+ * sortChange
51756
+ * @desc:监听排序变化
51757
+ * @param {Object} info 需要排序的字段及排序方式
51758
+ * @author liufan
51759
+ * @date 2022年11月29日
51332
51760
  **/
51333
51761
  sortChange: function sortChange(info) {
51334
51762
  var prop = info.prop,
@@ -51339,11 +51767,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51339
51767
  this.getPressList();
51340
51768
  },
51341
51769
 
51342
- /**
51343
- * getPressList
51344
- * @desc:催办列表数据
51345
- * @author liufan
51346
- * @date 2022年11月29日
51770
+ /**
51771
+ * getPressList
51772
+ * @desc:催办列表数据
51773
+ * @author liufan
51774
+ * @date 2022年11月29日
51347
51775
  **/
51348
51776
  getPressList: function getPressList() {
51349
51777
  var _this10 = this;
@@ -51373,12 +51801,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51373
51801
  });
51374
51802
  },
51375
51803
 
51376
- /**
51377
- * goPress
51378
- * @desc:催办列表查看
51379
- * @param {String} id 催办列表id
51380
- * @author liufan
51381
- * @date 2022年11月29日
51804
+ /**
51805
+ * goPress
51806
+ * @desc:催办列表查看
51807
+ * @param {String} id 催办列表id
51808
+ * @author liufan
51809
+ * @date 2022年11月29日
51382
51810
  **/
51383
51811
  goPress: function goPress(id) {
51384
51812
  this.historyId = id;
@@ -51386,23 +51814,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51386
51814
  this.getPressList();
51387
51815
  },
51388
51816
 
51389
- /**
51390
- * showFile
51391
- * @desc:附件查看
51392
- * @param {String} ownId 附件id
51393
- * @author liufan
51394
- * @date 2022年11月29日
51817
+ /**
51818
+ * showFile
51819
+ * @desc:附件查看
51820
+ * @param {String} ownId 附件id
51821
+ * @author liufan
51822
+ * @date 2022年11月29日
51395
51823
  **/
51396
51824
  showFile: function showFile(ownId) {
51397
51825
  this.wfpendingid = ownId;
51398
51826
  this.showFileList = true;
51399
51827
  },
51400
51828
 
51401
- /**
51402
- * handleChange
51403
- * @desc:切换排序方式
51404
- * @author liufan
51405
- * @date 2022年11月22日
51829
+ /**
51830
+ * handleChange
51831
+ * @desc:切换排序方式
51832
+ * @author liufan
51833
+ * @date 2022年11月22日
51406
51834
  **/
51407
51835
  handleChange: function handleChange(key, value) {
51408
51836
  if (value) {
@@ -51452,11 +51880,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51452
51880
  }))();
51453
51881
  },
51454
51882
 
51455
- /**
51456
- * getFlowList
51457
- * @desc:获取流程列表
51458
- * @author liufan
51459
- * @date 2022年11月22日
51883
+ /**
51884
+ * getFlowList
51885
+ * @desc:获取流程列表
51886
+ * @author liufan
51887
+ * @date 2022年11月22日
51460
51888
  **/
51461
51889
  getFlowList: function getFlowList() {
51462
51890
  var _this12 = this;
@@ -51528,12 +51956,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51528
51956
  });
51529
51957
  },
51530
51958
 
51531
- /**
51532
- * handleClick
51533
- * @desc:表单点击事件
51534
- * @param {Object} val 当前点击行数据及按钮
51535
- * @author liufan
51536
- * @date 2022年11月10日
51959
+ /**
51960
+ * handleClick
51961
+ * @desc:表单点击事件
51962
+ * @param {Object} val 当前点击行数据及按钮
51963
+ * @author liufan
51964
+ * @date 2022年11月10日
51537
51965
  **/
51538
51966
  handleClick: function handleClick(val) {
51539
51967
  var _this13 = this;
@@ -51579,13 +52007,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51579
52007
  }
51580
52008
  },
51581
52009
 
51582
- /**
51583
- * getCodeValue
51584
- * @desc:获取代码表过滤后的值
51585
- * @param {String} value 展示数据的代码值
51586
- * @param {String} type 代码表类型
51587
- * @author liufan
51588
- * @date 2022年11月10日
52010
+ /**
52011
+ * getCodeValue
52012
+ * @desc:获取代码表过滤后的值
52013
+ * @param {String} value 展示数据的代码值
52014
+ * @param {String} type 代码表类型
52015
+ * @author liufan
52016
+ * @date 2022年11月10日
51589
52017
  **/
51590
52018
  getCodeValue: function getCodeValue(value, type) {
51591
52019
  var val = this[type].filter(function (item) {
@@ -51594,12 +52022,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51594
52022
  return val[0].shortName;
51595
52023
  },
51596
52024
 
51597
- /**
51598
- * getSysInfo
51599
- * @desc:获取代码表
51600
- * @param {String} code 编码code值
51601
- * @author liufan
51602
- * @date 2022年11月10日
52025
+ /**
52026
+ * getSysInfo
52027
+ * @desc:获取代码表
52028
+ * @param {String} code 编码code值
52029
+ * @author liufan
52030
+ * @date 2022年11月10日
51603
52031
  **/
51604
52032
  getSysInfo: function getSysInfo(code) {
51605
52033
  var _this14 = this;
@@ -51621,11 +52049,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51621
52049
  }).catch(function (e) {});
51622
52050
  },
51623
52051
 
51624
- /**
51625
- * getListInfo
51626
- * @desc:获取预设列表数据
51627
- * @author liufan
51628
- * @date 2022年11月10日
52052
+ /**
52053
+ * getListInfo
52054
+ * @desc:获取预设列表数据
52055
+ * @author liufan
52056
+ * @date 2022年11月10日
51629
52057
  **/
51630
52058
  getListInfo: function getListInfo() {
51631
52059
  var _this15 = this;
@@ -60849,10 +61277,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
60849
61277
  this.$emit('click', res);
60850
61278
  },
60851
61279
 
60852
- /**
60853
- * @desc:获取气泡提醒
60854
- * @author huangbo
60855
- * @date 2024年9月7日
61280
+ /**
61281
+ * @desc:获取气泡提醒
61282
+ * @author huangbo
61283
+ * @date 2024年9月7日
60856
61284
  **/
60857
61285
  getBadge: function getBadge(res) {
60858
61286
  var num = res.tips || 0;
@@ -64878,10 +65306,10 @@ var events = [function (tabs, index, that) {
64878
65306
  },
64879
65307
 
64880
65308
  methods: {
64881
- /**
64882
- * @desc:匹配路由
64883
- * @author huangbo
64884
- * @date 2024年9月7日
65309
+ /**
65310
+ * @desc:匹配路由
65311
+ * @author huangbo
65312
+ * @date 2024年9月7日
64885
65313
  **/
64886
65314
  hasRouter: function hasRouter(res, url, code) {
64887
65315
  if (!url) {
@@ -64925,10 +65353,10 @@ var events = [function (tabs, index, that) {
64925
65353
  return false;
64926
65354
  },
64927
65355
 
64928
- /**
64929
- * @desc:获取初始数据
64930
- * @author huangbo
64931
- * @date 2024年9月7日
65356
+ /**
65357
+ * @desc:获取初始数据
65358
+ * @author huangbo
65359
+ * @date 2024年9月7日
64932
65360
  **/
64933
65361
  init: function init(results, first) {
64934
65362
  this.setConfig(results);
@@ -64937,10 +65365,10 @@ var events = [function (tabs, index, that) {
64937
65365
  }
64938
65366
  },
64939
65367
 
64940
- /**
64941
- * @desc:设置用户配置及信息
64942
- * @author huangbo
64943
- * @date 2024年9月7日
65368
+ /**
65369
+ * @desc:设置用户配置及信息
65370
+ * @author huangbo
65371
+ * @date 2024年9月7日
64944
65372
  **/
64945
65373
  setConfig: function setConfig(results) {
64946
65374
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65074,10 +65502,10 @@ var events = [function (tabs, index, that) {
65074
65502
  }
65075
65503
  },
65076
65504
 
65077
- /**
65078
- * @desc:获取所有应用
65079
- * @author huangbo
65080
- * @date 2024年9月7日
65505
+ /**
65506
+ * @desc:获取所有应用
65507
+ * @author huangbo
65508
+ * @date 2024年9月7日
65081
65509
  **/
65082
65510
  getApplications: function getApplications() {
65083
65511
  var _this = this;
@@ -65125,10 +65553,10 @@ var events = [function (tabs, index, that) {
65125
65553
  });
65126
65554
  },
65127
65555
 
65128
- /**
65129
- * @desc:获取菜单列表
65130
- * @author huangbo
65131
- * @date 2024年9月7日
65556
+ /**
65557
+ * @desc:获取菜单列表
65558
+ * @author huangbo
65559
+ * @date 2024年9月7日
65132
65560
  **/
65133
65561
  getMenus: function getMenus(loading) {
65134
65562
  var _this2 = this;
@@ -65161,10 +65589,10 @@ var events = [function (tabs, index, that) {
65161
65589
  });
65162
65590
  },
65163
65591
 
65164
- /**
65165
- * @desc:处理菜单列表
65166
- * @author huangbo
65167
- * @date 2024年9月7日
65592
+ /**
65593
+ * @desc:处理菜单列表
65594
+ * @author huangbo
65595
+ * @date 2024年9月7日
65168
65596
  **/
65169
65597
  renderMenus: function renderMenus(res) {
65170
65598
  this.menus = res;
@@ -65260,10 +65688,10 @@ var events = [function (tabs, index, that) {
65260
65688
  }
65261
65689
  },
65262
65690
 
65263
- /**
65264
- * @desc:设置页面加载类型
65265
- * @author huangbo
65266
- * @date 2024年9月7日
65691
+ /**
65692
+ * @desc:设置页面加载类型
65693
+ * @author huangbo
65694
+ * @date 2024年9月7日
65267
65695
  **/
65268
65696
  setIframeType: function setIframeType(res) {
65269
65697
  var url = res.url;
@@ -65319,10 +65747,10 @@ var events = [function (tabs, index, that) {
65319
65747
  return res;
65320
65748
  },
65321
65749
 
65322
- /**
65323
- * @desc:获取菜单
65324
- * @author huangbo
65325
- * @date 2024年9月7日
65750
+ /**
65751
+ * @desc:获取菜单
65752
+ * @author huangbo
65753
+ * @date 2024年9月7日
65326
65754
  **/
65327
65755
  getMenu: function getMenu(menus, res, key) {
65328
65756
  if (Array.isArray(menus)) {
@@ -65351,10 +65779,10 @@ var events = [function (tabs, index, that) {
65351
65779
  return false;
65352
65780
  },
65353
65781
 
65354
- /**
65355
- * @desc:获取菜单第一条数据
65356
- * @author huangbo
65357
- * @date 2024年9月7日
65782
+ /**
65783
+ * @desc:获取菜单第一条数据
65784
+ * @author huangbo
65785
+ * @date 2024年9月7日
65358
65786
  **/
65359
65787
  getFirst: function getFirst(obj) {
65360
65788
  if (!obj) {
@@ -65373,10 +65801,10 @@ var events = [function (tabs, index, that) {
65373
65801
  }
65374
65802
  },
65375
65803
 
65376
- /**
65377
- * @desc:遍历设置菜单气泡提醒
65378
- * @author huangbo
65379
- * @date 2024年9月7日
65804
+ /**
65805
+ * @desc:遍历设置菜单气泡提醒
65806
+ * @author huangbo
65807
+ * @date 2024年9月7日
65380
65808
  **/
65381
65809
  setTips: function setTips(obj) {
65382
65810
  var _this3 = this;
@@ -65439,10 +65867,10 @@ var events = [function (tabs, index, that) {
65439
65867
  }
65440
65868
  },
65441
65869
 
65442
- /**
65443
- * @desc:获取气泡提醒
65444
- * @author huangbo
65445
- * @date 2024年9月7日
65870
+ /**
65871
+ * @desc:获取气泡提醒
65872
+ * @author huangbo
65873
+ * @date 2024年9月7日
65446
65874
  **/
65447
65875
  getBadge: function getBadge(res) {
65448
65876
  var num = res.tips || 0;
@@ -65456,10 +65884,10 @@ var events = [function (tabs, index, that) {
65456
65884
  };
65457
65885
  },
65458
65886
 
65459
- /**
65460
- * @desc:开启weosocket
65461
- * @author huangbo
65462
- * @date 2024年9月7日
65887
+ /**
65888
+ * @desc:开启weosocket
65889
+ * @author huangbo
65890
+ * @date 2024年9月7日
65463
65891
  **/
65464
65892
  initWebSocket: function initWebSocket() {
65465
65893
  var _this5 = this;
@@ -65508,10 +65936,10 @@ var events = [function (tabs, index, that) {
65508
65936
  });
65509
65937
  },
65510
65938
 
65511
- /**
65512
- * @desc:显示用户信息
65513
- * @author huangbo
65514
- * @date 2024年9月7日
65939
+ /**
65940
+ * @desc:显示用户信息
65941
+ * @author huangbo
65942
+ * @date 2024年9月7日
65515
65943
  **/
65516
65944
  showUserInfo: function showUserInfo() {
65517
65945
  if (this.showUser === false) {
@@ -65519,19 +65947,19 @@ var events = [function (tabs, index, that) {
65519
65947
  }
65520
65948
  },
65521
65949
 
65522
- /**
65523
- * @desc:删除更多应用菜单点击
65524
- * @author huangbo
65525
- * @date 2024年9月7日
65950
+ /**
65951
+ * @desc:删除更多应用菜单点击
65952
+ * @author huangbo
65953
+ * @date 2024年9月7日
65526
65954
  **/
65527
65955
  handleDelete: function handleDelete(index) {
65528
65956
  this.newApps.splice(index, 1);
65529
65957
  },
65530
65958
 
65531
- /**
65532
- * @desc:储存更多应用菜单点击
65533
- * @author huangbo
65534
- * @date 2024年9月7日
65959
+ /**
65960
+ * @desc:储存更多应用菜单点击
65961
+ * @author huangbo
65962
+ * @date 2024年9月7日
65535
65963
  **/
65536
65964
  handlerClickApps: function handlerClickApps(res) {
65537
65965
  if (res.permission === false) {
@@ -65544,10 +65972,10 @@ var events = [function (tabs, index, that) {
65544
65972
  this.handlerClickApp(res);
65545
65973
  },
65546
65974
 
65547
- /**
65548
- * @desc:侧边应用菜单点击
65549
- * @author huangbo
65550
- * @date 2024年9月7日
65975
+ /**
65976
+ * @desc:侧边应用菜单点击
65977
+ * @author huangbo
65978
+ * @date 2024年9月7日
65551
65979
  **/
65552
65980
  handlerClickApp: function handlerClickApp(res) {
65553
65981
  this.showMsg = false;
@@ -65636,10 +66064,10 @@ var events = [function (tabs, index, that) {
65636
66064
  }
65637
66065
  },
65638
66066
 
65639
- /**
65640
- * @desc:显示Drawer界面
65641
- * @author huangbo
65642
- * @date 2024年9月7日
66067
+ /**
66068
+ * @desc:显示Drawer界面
66069
+ * @author huangbo
66070
+ * @date 2024年9月7日
65643
66071
  **/
65644
66072
  handlerSetDrawer: function handlerSetDrawer(res, type) {
65645
66073
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -65659,19 +66087,19 @@ var events = [function (tabs, index, that) {
65659
66087
  }
65660
66088
  },
65661
66089
 
65662
- /**
65663
- * @desc:关闭Drawer界面
65664
- * @author huangbo
65665
- * @date 2024年9月7日
66090
+ /**
66091
+ * @desc:关闭Drawer界面
66092
+ * @author huangbo
66093
+ * @date 2024年9月7日
65666
66094
  **/
65667
66095
  handleCloseDrawer: function handleCloseDrawer() {
65668
66096
  this.drawer = { visible: false };
65669
66097
  },
65670
66098
 
65671
- /**
65672
- * @desc:菜单点击
65673
- * @author huangbo
65674
- * @date 2024年9月7日
66099
+ /**
66100
+ * @desc:菜单点击
66101
+ * @author huangbo
66102
+ * @date 2024年9月7日
65675
66103
  **/
65676
66104
  handlerClickMenu: function handlerClickMenu(res) {
65677
66105
  utils_util["a" /* default */].ajax({
@@ -65720,19 +66148,19 @@ var events = [function (tabs, index, that) {
65720
66148
  },
65721
66149
 
65722
66150
 
65723
- /**
65724
- * @desc:用户详情请求成功
65725
- * @author huangbo
65726
- * @date 2024年9月7日
66151
+ /**
66152
+ * @desc:用户详情请求成功
66153
+ * @author huangbo
66154
+ * @date 2024年9月7日
65727
66155
  **/
65728
66156
  handleSuccess: function handleSuccess(res) {
65729
66157
  this.simpleUserInfo = res.simpleUserInfo;
65730
66158
  },
65731
66159
 
65732
- /**
65733
- * @desc:修改用户配置
65734
- * @author huangbo
65735
- * @date 2024年9月7日
66160
+ /**
66161
+ * @desc:修改用户配置
66162
+ * @author huangbo
66163
+ * @date 2024年9月7日
65736
66164
  **/
65737
66165
  handleChangeConfig: function handleChangeConfig(name, res) {
65738
66166
  if (name == 'userHeadUrl') {
@@ -65748,10 +66176,10 @@ var events = [function (tabs, index, that) {
65748
66176
  }
65749
66177
  },
65750
66178
 
65751
- /**
65752
- * @desc:关闭webSocket
65753
- * @author huangbo
65754
- * @date 2024年9月7日
66179
+ /**
66180
+ * @desc:关闭webSocket
66181
+ * @author huangbo
66182
+ * @date 2024年9月7日
65755
66183
  **/
65756
66184
  handlerClose: function handlerClose() {
65757
66185
  if (this.webSocket) {
@@ -65759,10 +66187,10 @@ var events = [function (tabs, index, that) {
65759
66187
  }
65760
66188
  },
65761
66189
 
65762
- /**
65763
- * @desc:刷新选中iframe页签
65764
- * @author huangbo
65765
- * @date 2024年9月7日
66190
+ /**
66191
+ * @desc:刷新选中iframe页签
66192
+ * @author huangbo
66193
+ * @date 2024年9月7日
65766
66194
  **/
65767
66195
  handleRefresh: function handleRefresh() {
65768
66196
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -65783,10 +66211,10 @@ var events = [function (tabs, index, that) {
65783
66211
  }
65784
66212
  },
65785
66213
 
65786
- /**
65787
- * @desc:删除iframe
65788
- * @author huangbo
65789
- * @date 2024年9月7日
66214
+ /**
66215
+ * @desc:删除iframe
66216
+ * @author huangbo
66217
+ * @date 2024年9月7日
65790
66218
  **/
65791
66219
  handleRemove: function handleRemove(name) {
65792
66220
  var len = this.tabs.length - 1;
@@ -65803,10 +66231,10 @@ var events = [function (tabs, index, that) {
65803
66231
  }
65804
66232
  },
65805
66233
 
65806
- /**
65807
- * @desc:tabs鼠标右键事件
65808
- * @author huangbo
65809
- * @date 2024年9月7日
66234
+ /**
66235
+ * @desc:tabs鼠标右键事件
66236
+ * @author huangbo
66237
+ * @date 2024年9月7日
65810
66238
  **/
65811
66239
  handleContextmenu: function handleContextmenu(tabs, e) {
65812
66240
  var disabled = {};
@@ -65831,10 +66259,10 @@ var events = [function (tabs, index, that) {
65831
66259
  window.addEventListener('click', this.closeTabsEvents);
65832
66260
  },
65833
66261
 
65834
- /**
65835
- * @desc:tabs页签事件
65836
- * @author huangbo
65837
- * @date 2024年9月7日
66262
+ /**
66263
+ * @desc:tabs页签事件
66264
+ * @author huangbo
66265
+ * @date 2024年9月7日
65838
66266
  **/
65839
66267
  handleTabsEvents: function handleTabsEvents(num) {
65840
66268
  if (this.pane !== null) {
@@ -65852,10 +66280,10 @@ var events = [function (tabs, index, that) {
65852
66280
  window.removeEventListener('click', this.closeTabsEvents);
65853
66281
  },
65854
66282
 
65855
- /**
65856
- * @desc:handler工具栏点击事件
65857
- * @author huangbo
65858
- * @date 2024年9月7日
66283
+ /**
66284
+ * @desc:handler工具栏点击事件
66285
+ * @author huangbo
66286
+ * @date 2024年9月7日
65859
66287
  **/
65860
66288
  handleClick: function handleClick(res) {
65861
66289
  var type = res.type,
@@ -65933,10 +66361,10 @@ var events = [function (tabs, index, that) {
65933
66361
  this.$emit('handler-click', res);
65934
66362
  },
65935
66363
 
65936
- /**
65937
- * @desc:退出登录
65938
- * @author huangbo
65939
- * @date 2024年9月7日
66364
+ /**
66365
+ * @desc:退出登录
66366
+ * @author huangbo
66367
+ * @date 2024年9月7日
65940
66368
  **/
65941
66369
  handleQuit: function handleQuit() {
65942
66370
  var _this6 = this;
@@ -66011,10 +66439,10 @@ var events = [function (tabs, index, that) {
66011
66439
  }).catch(function (e) {});
66012
66440
  },
66013
66441
 
66014
- /**
66015
- * @desc:主题、消息回调
66016
- * @author huangbo
66017
- * @date 2024年9月7日
66442
+ /**
66443
+ * @desc:主题、消息回调
66444
+ * @author huangbo
66445
+ * @date 2024年9月7日
66018
66446
  **/
66019
66447
  handleChange: function handleChange(res) {
66020
66448
  var type = res.type,
@@ -66030,10 +66458,10 @@ var events = [function (tabs, index, that) {
66030
66458
  }
66031
66459
  },
66032
66460
 
66033
- /**
66034
- * @desc:菜单布局样式切换
66035
- * @author huangbo
66036
- * @date 2024年9月7日
66461
+ /**
66462
+ * @desc:菜单布局样式切换
66463
+ * @author huangbo
66464
+ * @date 2024年9月7日
66037
66465
  **/
66038
66466
  handleLayout: function handleLayout(res, active) {
66039
66467
  if (active) {
@@ -66042,10 +66470,10 @@ var events = [function (tabs, index, that) {
66042
66470
  this.$emit('chang-layout', res, active);
66043
66471
  },
66044
66472
 
66045
- /**
66046
- * @desc:消息修改总数
66047
- * @author huangbo
66048
- * @date 2024年9月7日
66473
+ /**
66474
+ * @desc:消息修改总数
66475
+ * @author huangbo
66476
+ * @date 2024年9月7日
66049
66477
  **/
66050
66478
  handleMenuTips: function handleMenuTips(id, num) {
66051
66479
  if (num) {
@@ -66056,10 +66484,10 @@ var events = [function (tabs, index, that) {
66056
66484
  }
66057
66485
  },
66058
66486
 
66059
- /**
66060
- * @desc:处理即时消息
66061
- * @author huangbo
66062
- * @date 2024年9月7日
66487
+ /**
66488
+ * @desc:处理即时消息
66489
+ * @author huangbo
66490
+ * @date 2024年9月7日
66063
66491
  **/
66064
66492
  handleOpened: function handleOpened(res) {
66065
66493
  var _this7 = this;
@@ -73222,19 +73650,19 @@ var QRCode = __webpack_require__(24);
73222
73650
  //设置logo大小
73223
73651
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
73224
73652
  //设置获取的logo将其变为圆角以及添加白色背景
73225
- /* ctx.fillStyle = "#fff";
73226
- ctx.beginPath();
73227
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
73228
- let w = 46; //圆角宽
73229
- let x = logoPosition - 5;
73230
- let y = logoPosition - 5;
73231
- let r = 5; //圆角半径
73232
- ctx.moveTo(x + r, y);
73233
- ctx.arcTo(x + w, y, x + w, y + h, r);
73234
- ctx.arcTo(x + w, y + h, x, y + h, r);
73235
- ctx.arcTo(x, y + h, x, y, r);
73236
- ctx.arcTo(x, y, x + w, y, r);
73237
- ctx.closePath();
73653
+ /* ctx.fillStyle = "#fff";
73654
+ ctx.beginPath();
73655
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
73656
+ let w = 46; //圆角宽
73657
+ let x = logoPosition - 5;
73658
+ let y = logoPosition - 5;
73659
+ let r = 5; //圆角半径
73660
+ ctx.moveTo(x + r, y);
73661
+ ctx.arcTo(x + w, y, x + w, y + h, r);
73662
+ ctx.arcTo(x + w, y + h, x, y + h, r);
73663
+ ctx.arcTo(x, y + h, x, y, r);
73664
+ ctx.arcTo(x, y, x + w, y, r);
73665
+ ctx.closePath();
73238
73666
  ctx.fill(); */
73239
73667
  logo.onload = function () {
73240
73668
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -91319,7 +91747,7 @@ if (typeof window !== 'undefined' && window.Vue) {
91319
91747
  }
91320
91748
 
91321
91749
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
91322
- version: '0.6.77',
91750
+ version: '0.6.78',
91323
91751
  install: install,
91324
91752
  Button: packages_button,
91325
91753
  ButtonGroup: button_group,