eoss-ui 0.6.77 → 0.6.79

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 +1602 -995
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +1137 -530
  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 +1214 -1096
  61. package/packages/flow/src/processReject.vue +294 -294
  62. package/packages/flow/src/reset.vue +918 -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=b92af252&
27184
+ var mainvue_type_template_id_b92af252_render = function () {
27185
27185
  var _vm = this
27186
27186
  var _h = _vm.$createElement
27187
27187
  var _c = _vm._self._c || _h
@@ -27194,9 +27194,16 @@ var mainvue_type_template_id_89ea98c6_render = function () {
27194
27194
  style: _vm.styles,
27195
27195
  },
27196
27196
  [
27197
- _vm.showCirculate
27197
+ _vm.showCirculate && _vm.newTypeCode != "fenyue"
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,12 +27725,17 @@ 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
  },
27705
27735
  [
27706
- _vm.isFlow && _vm.nodeInfo.option.length > 0
27736
+ _vm.isFlow &&
27737
+ _vm.nodeInfo.option.length > 0 &&
27738
+ !_vm.flowListDisabled
27707
27739
  ? _c(
27708
27740
  "el-form-item",
27709
27741
  {
@@ -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_b92af252_staticRenderFns = []
29996
+ mainvue_type_template_id_b92af252_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=b92af252&
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=7d7a1c8e&
31040
+ var processFormvue_type_template_id_7d7a1c8e_render = function () {
30863
31041
  var _vm = this
30864
31042
  var _h = _vm.$createElement
30865
31043
  var _c = _vm._self._c || _h
@@ -30890,23 +31068,30 @@ 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(
30908
31085
  "el-form-item",
30909
31086
  {
31087
+ directives: [
31088
+ {
31089
+ name: "show",
31090
+ rawName: "v-show",
31091
+ value: _vm.showBtn,
31092
+ expression: "showBtn",
31093
+ },
31094
+ ],
30910
31095
  attrs: {
30911
31096
  prop: "nodeName",
30912
31097
  label: "当前节点",
@@ -30984,27 +31169,49 @@ var processFormvue_type_template_id_39873a24_render = function () {
30984
31169
  },
30985
31170
  },
30986
31171
  [
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)
31172
+ _vm.nextOperateCheckType == "select"
31173
+ ? _c(
31174
+ "el-select",
31175
+ {
31176
+ attrs: { placeholder: "请选择下步操作" },
31177
+ on: { change: _vm.selecNext },
31178
+ model: {
31179
+ value: _vm.nextNode.nextOperate,
31180
+ callback: function ($$v) {
31181
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
31182
+ },
31183
+ expression: "nextNode.nextOperate",
31184
+ },
31185
+ },
31186
+ _vm._l(_vm.operationList, function (items) {
31187
+ return _c("el-option", {
31188
+ key: items.key,
31189
+ attrs: { label: items.value, value: items.key },
31190
+ })
31191
+ }),
31192
+ 1
31193
+ )
31194
+ : _vm.nextOperateCheckType == "radio"
31195
+ ? _c("es-radio-group", {
31196
+ attrs: {
31197
+ data: _vm.operationList,
31198
+ "value-key": "key",
31199
+ "label-key": "value",
31200
+ },
31201
+ on: {
31202
+ change: function ($event) {
31203
+ _vm.selecNext($event, true)
31204
+ },
31205
+ },
31206
+ model: {
31207
+ value: _vm.nextNode.nextOperate,
31208
+ callback: function ($$v) {
31209
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
31210
+ },
31211
+ expression: "nextNode.nextOperate",
30996
31212
  },
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
31213
  })
31005
- }),
31006
- 1
31007
- ),
31214
+ : _vm._e(),
31008
31215
  ],
31009
31216
  1
31010
31217
  )
@@ -31057,6 +31264,7 @@ var processFormvue_type_template_id_39873a24_render = function () {
31057
31264
  "value-key": "nodeId",
31058
31265
  "label-key": "nodeName",
31059
31266
  },
31267
+ on: { change: _vm.changeSel },
31060
31268
  model: {
31061
31269
  value: _vm.nextNode.nextNode,
31062
31270
  callback: function ($$v) {
@@ -31296,7 +31504,17 @@ var processFormvue_type_template_id_39873a24_render = function () {
31296
31504
  : _vm._e(),
31297
31505
  _c(
31298
31506
  "el-form-item",
31299
- { attrs: { prop: "noticeType", label: "通知方式" } },
31507
+ {
31508
+ directives: [
31509
+ {
31510
+ name: "show",
31511
+ rawName: "v-show",
31512
+ value: _vm.showBtn,
31513
+ expression: "showBtn",
31514
+ },
31515
+ ],
31516
+ attrs: { prop: "noticeType", label: "通知方式" },
31517
+ },
31300
31518
  [
31301
31519
  _c(
31302
31520
  "el-checkbox-group",
@@ -31344,8 +31562,8 @@ var processFormvue_type_template_id_39873a24_render = function () {
31344
31562
  {
31345
31563
  name: "show",
31346
31564
  rawName: "v-show",
31347
- value: _vm.nextNode.noticeType.length != 0,
31348
- expression: "nextNode.noticeType.length != 0",
31565
+ value: _vm.nextNode.noticeType.length != 0 && _vm.showBtn,
31566
+ expression: "nextNode.noticeType.length != 0 && showBtn",
31349
31567
  },
31350
31568
  ],
31351
31569
  attrs: { prop: "nextNode", label: "通知消息" },
@@ -31436,44 +31654,150 @@ var processFormvue_type_template_id_39873a24_render = function () {
31436
31654
  ],
31437
31655
  1
31438
31656
  ),
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")
31657
+ _c(
31658
+ "el-form-item",
31659
+ {
31660
+ directives: [
31661
+ {
31662
+ name: "show",
31663
+ rawName: "v-show",
31664
+ value: _vm.showBtn,
31665
+ expression: "showBtn",
31666
+ },
31667
+ ],
31668
+ staticStyle: { "margin-bottom": "0px" },
31669
+ },
31670
+ [
31671
+ _c(
31672
+ "div",
31673
+ { staticStyle: { "text-align": "right" } },
31674
+ [
31675
+ _c(
31676
+ "el-button",
31677
+ {
31678
+ attrs: { type: "primary", size: "small" },
31679
+ on: {
31680
+ click: function ($event) {
31681
+ _vm.subProcess("nextNode")
31682
+ },
31451
31683
  },
31452
31684
  },
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
- ]),
31685
+ [_vm._v("\n 确认\n ")]
31686
+ ),
31687
+ _c(
31688
+ "el-button",
31689
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
31690
+ [_vm._v(" 取消 ")]
31691
+ ),
31692
+ ],
31693
+ 1
31694
+ ),
31695
+ ]
31696
+ ),
31465
31697
  ],
31466
31698
  1
31467
31699
  ),
31700
+ !_vm.showBtn
31701
+ ? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
31702
+ _c(
31703
+ "div",
31704
+ {
31705
+ staticClass: "news",
31706
+ on: {
31707
+ click: function ($event) {
31708
+ _vm.showNews = !_vm.showNews
31709
+ },
31710
+ },
31711
+ },
31712
+ [
31713
+ _c("span", { staticClass: "news-item" }, [_vm._v("消息通知")]),
31714
+ _c("span", { class: _vm.showNews ? "show" : "sj" }),
31715
+ ]
31716
+ ),
31717
+ _vm.showNews
31718
+ ? _c(
31719
+ "div",
31720
+ { ref: "messagebox", staticStyle: { transition: "1s" } },
31721
+ [
31722
+ _c(
31723
+ "el-checkbox-group",
31724
+ {
31725
+ model: {
31726
+ value: _vm.nextNode.noticeType,
31727
+ callback: function ($$v) {
31728
+ _vm.$set(_vm.nextNode, "noticeType", $$v)
31729
+ },
31730
+ expression: "nextNode.noticeType",
31731
+ },
31732
+ },
31733
+ _vm._l(_vm.nextNode.noticeList, function (item) {
31734
+ return _c(
31735
+ "el-checkbox",
31736
+ {
31737
+ key: item.cciValue,
31738
+ attrs: {
31739
+ label: item.cciValue,
31740
+ disabled: _vm.readOnlyNotificationType
31741
+ ? _vm.readOnlyNotificationType.indexOf(
31742
+ item.cciValue
31743
+ ) != -1
31744
+ : false,
31745
+ },
31746
+ },
31747
+ [
31748
+ _vm._v(
31749
+ "\n " +
31750
+ _vm._s(item.shortName) +
31751
+ "\n "
31752
+ ),
31753
+ ]
31754
+ )
31755
+ }),
31756
+ 1
31757
+ ),
31758
+ _c("es-input", {
31759
+ directives: [
31760
+ {
31761
+ name: "show",
31762
+ rawName: "v-show",
31763
+ value: _vm.showNews,
31764
+ expression: "showNews",
31765
+ },
31766
+ ],
31767
+ staticStyle: {
31768
+ "border-color": "#ccc",
31769
+ padding: "5px",
31770
+ "border-radius": "5px",
31771
+ "font-size": "13px",
31772
+ },
31773
+ attrs: {
31774
+ autosize: "",
31775
+ type: "textarea",
31776
+ readonly: _vm.notificationMessageReadOnly,
31777
+ },
31778
+ model: {
31779
+ value: _vm.nextNode.noticeInfo,
31780
+ callback: function ($$v) {
31781
+ _vm.$set(_vm.nextNode, "noticeInfo", $$v)
31782
+ },
31783
+ expression: "nextNode.noticeInfo",
31784
+ },
31785
+ }),
31786
+ ],
31787
+ 1
31788
+ )
31789
+ : _vm._e(),
31790
+ ])
31791
+ : _vm._e(),
31468
31792
  ],
31469
31793
  1
31470
31794
  )
31471
31795
  }
31472
- var processFormvue_type_template_id_39873a24_staticRenderFns = []
31473
- processFormvue_type_template_id_39873a24_render._withStripped = true
31796
+ var processFormvue_type_template_id_7d7a1c8e_staticRenderFns = []
31797
+ processFormvue_type_template_id_7d7a1c8e_render._withStripped = true
31474
31798
 
31475
31799
 
31476
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=39873a24&
31800
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=7d7a1c8e&
31477
31801
 
31478
31802
  // 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
31803
  var selectUservue_type_template_id_49031d93_render = function () {
@@ -33259,6 +33583,52 @@ var processFormvue_type_script_lang_js_components;
33259
33583
  //
33260
33584
  //
33261
33585
  //
33586
+ //
33587
+ //
33588
+ //
33589
+ //
33590
+ //
33591
+ //
33592
+ //
33593
+ //
33594
+ //
33595
+ //
33596
+ //
33597
+ //
33598
+ //
33599
+ //
33600
+ //
33601
+ //
33602
+ //
33603
+ //
33604
+ //
33605
+ //
33606
+ //
33607
+ //
33608
+ //
33609
+ //
33610
+ //
33611
+ //
33612
+ //
33613
+ //
33614
+ //
33615
+ //
33616
+ //
33617
+ //
33618
+ //
33619
+ //
33620
+ //
33621
+ //
33622
+ //
33623
+ //
33624
+ //
33625
+ //
33626
+ //
33627
+ //
33628
+ //
33629
+ //
33630
+ //
33631
+ //
33262
33632
 
33263
33633
 
33264
33634
 
@@ -33306,17 +33676,25 @@ var processFormvue_type_script_lang_js_components;
33306
33676
  taskExamineParam: {
33307
33677
  type: String,
33308
33678
  default: ''
33309
- }
33679
+ },
33680
+ labelPosition: {
33681
+ type: String,
33682
+ default: 'left'
33683
+ },
33684
+ showBtn: { type: Boolean, default: true }
33310
33685
  },
33311
33686
  data: function data() {
33312
33687
  return {
33313
33688
  loading: false,
33314
33689
  isCustomUser: 0,
33690
+ allLoading: null,
33315
33691
  selectUser: false,
33316
33692
  multiple: false,
33317
33693
  readMultiple: true,
33318
33694
  customPresetHintMessage: '', //流程预设标题
33319
33695
  nextNodeCheckType: 'select',
33696
+ nextOperateCheckType: 'select',
33697
+ showNews: false, // 是否展示通知信息
33320
33698
  notificationMessageReadOnly: false,
33321
33699
  readOnlyNotificationType: '',
33322
33700
  show: true,
@@ -33399,7 +33777,19 @@ var processFormvue_type_script_lang_js_components;
33399
33777
 
33400
33778
  watch: {
33401
33779
  processDefinitionId: function processDefinitionId(val) {
33780
+ Object.assign(this.$data, this.$options.data());
33781
+ this.getUserInfo();
33782
+ this.getNodeType();
33402
33783
  this.getStartFlow(val);
33784
+ if (this.copyHistory) {
33785
+ this.nextNode.newOpinion = this.opinion;
33786
+ } else if (this.formType != 'readTransfer') {
33787
+ this.newOpinion = this.opinion;
33788
+ }
33789
+ // this.getStartFlow(val);
33790
+ },
33791
+ opinion: function opinion(val) {
33792
+ this.newOpinion = this.opinion;
33403
33793
  }
33404
33794
  },
33405
33795
  computed: {
@@ -33524,7 +33914,11 @@ var processFormvue_type_script_lang_js_components;
33524
33914
  this.options = [];
33525
33915
  this.selectUserList = [];
33526
33916
  this.radioList = [];
33527
- this.loading = true;
33917
+ if (this.showBtn) {
33918
+ this.loading = true;
33919
+ } else {
33920
+ this.allLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
33921
+ }
33528
33922
  this.nextNode.nodeInfo = this.operationList[val].list;
33529
33923
  if (this.nextNode.nodeInfo.length > 0) {
33530
33924
  this.nextNode.nextNode = this.defaultNextNode || this.nextNode.nodeInfo[0].nodeId;
@@ -33556,7 +33950,11 @@ var processFormvue_type_script_lang_js_components;
33556
33950
  _this2.nextNode.noticeList = data;
33557
33951
  }
33558
33952
  }).catch(function (err) {
33559
- _this2.loading = false;
33953
+ if (_this2.showBtn) {
33954
+ _this2.loading = false;
33955
+ } else {
33956
+ _this2.allLoading.close();
33957
+ }
33560
33958
  if (err.message && err.message !== 'canceled') {
33561
33959
  _this2.$message.error(err.message);
33562
33960
  }
@@ -33577,7 +33975,11 @@ var processFormvue_type_script_lang_js_components;
33577
33975
  _this3.nextNode.noticeInfo = res.message;
33578
33976
  }
33579
33977
  }).catch(function (err) {
33580
- _this3.loading = false;
33978
+ if (_this3.showBtn) {
33979
+ _this3.loading = false;
33980
+ } else {
33981
+ _this3.allLoading.close();
33982
+ }
33581
33983
  if (err.message && err.message !== 'canceled') {
33582
33984
  _this3.$message.error(err.message);
33583
33985
  }
@@ -33617,7 +34019,11 @@ var processFormvue_type_script_lang_js_components;
33617
34019
  return _this4.$message.warning('请选择办理对象');
33618
34020
  }
33619
34021
  }
33620
- _this4.loading = true;
34022
+ if (_this4.showBtn) {
34023
+ _this4.loading = true;
34024
+ } else {
34025
+ _this4.allLoading = utils_util["a" /* default */].loading(_this4.$loading, '加载中...');
34026
+ }
33621
34027
  var newNextUser = [];
33622
34028
  if (_this4.multiple) {
33623
34029
  nextUser && nextUser.map(function (item) {
@@ -33651,7 +34057,9 @@ var processFormvue_type_script_lang_js_components;
33651
34057
  newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
33652
34058
  newParm.startFlowParamJson = params;
33653
34059
  newParm.startFlowParamJson.businessId = _this4.id; //this.id
33654
- newParm.startFlowParamJson.taskExamineParam = { startFlowFirstNodeName: _this4.taskExamineParam };
34060
+ newParm.startFlowParamJson.taskExamineParam = {
34061
+ startFlowFirstNodeName: _this4.taskExamineParam
34062
+ };
33655
34063
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
33656
34064
  for (var key in _this4.taskParams) {
33657
34065
  if (Array.isArray(_this4.taskParams[key])) {
@@ -33677,7 +34085,11 @@ var processFormvue_type_script_lang_js_components;
33677
34085
  var status = res.status,
33678
34086
  message = res.message;
33679
34087
 
33680
- _this4.loading = false;
34088
+ if (_this4.showBtn) {
34089
+ _this4.loading = false;
34090
+ } else {
34091
+ _this4.allLoading.close();
34092
+ }
33681
34093
  if (status === 'success' || res.rCode == 0) {
33682
34094
  _this4.quit(true);
33683
34095
  _this4.simpleTips && _this4.$message.success('操作成功');
@@ -33685,7 +34097,11 @@ var processFormvue_type_script_lang_js_components;
33685
34097
  _this4.$message.error(message || '系统错误,请联系管理员!');
33686
34098
  }
33687
34099
  }).catch(function (err) {
33688
- _this4.loading = false;
34100
+ if (_this4.showBtn) {
34101
+ _this4.loading = false;
34102
+ } else {
34103
+ _this4.allLoading.close();
34104
+ }
33689
34105
  if (err.message && err.message !== 'canceled') {
33690
34106
  _this4.$message.error(err.message);
33691
34107
  }
@@ -33713,7 +34129,11 @@ var processFormvue_type_script_lang_js_components;
33713
34129
  countersignaturetypeText = _res$data.countersignaturetypeText,
33714
34130
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
33715
34131
 
33716
- _this5.loading = false;
34132
+ if (_this5.showBtn) {
34133
+ _this5.loading = false;
34134
+ } else {
34135
+ _this5.allLoading.close();
34136
+ }
33717
34137
  if (status === 'success') {
33718
34138
  _this5.nextNode.userInfo = nextUserList;
33719
34139
  _this5.countersignaturetypeCode = countersignaturetypeCode;
@@ -33768,7 +34188,11 @@ var processFormvue_type_script_lang_js_components;
33768
34188
  }
33769
34189
  nodeId && _this5.$refs.selectUser[index].changeInfo();
33770
34190
  }).catch(function (err) {
33771
- _this5.loading = false;
34191
+ if (_this5.showBtn) {
34192
+ _this5.loading = false;
34193
+ } else {
34194
+ _this5.allLoading.close();
34195
+ }
33772
34196
  if (err.message && err.message !== 'canceled') {
33773
34197
  _this5.$message.error(err.message);
33774
34198
  }
@@ -33779,7 +34203,11 @@ var processFormvue_type_script_lang_js_components;
33779
34203
  this.options = [];
33780
34204
  this.selectUserList = [];
33781
34205
  this.radioList = [];
33782
- this.loading = true;
34206
+ if (this.showBtn) {
34207
+ this.loading = true;
34208
+ } else {
34209
+ this.allLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
34210
+ }
33783
34211
  this.getNodeInfos();
33784
34212
  },
33785
34213
 
@@ -33812,18 +34240,22 @@ var processFormvue_type_script_lang_js_components;
33812
34240
  _this6.$message.error(message || '系统错误,请联系管理员!');
33813
34241
  }
33814
34242
  }).catch(function (err) {
33815
- _this6.loading = false;
34243
+ if (_this6.showBtn) {
34244
+ _this6.loading = false;
34245
+ } else {
34246
+ _this6.allLoading.close();
34247
+ }
33816
34248
  if (err.message && err.message !== 'canceled') {
33817
34249
  _this6.$message.error(err.message);
33818
34250
  }
33819
34251
  });
33820
34252
  },
33821
34253
 
33822
- /**
33823
- * isMultiple
33824
- * @desc:是否多选
33825
- * @author liufan
33826
- * @date 2022年9月13日
34254
+ /**
34255
+ * isMultiple
34256
+ * @desc:是否多选
34257
+ * @author liufan
34258
+ * @date 2022年9月13日
33827
34259
  **/
33828
34260
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
33829
34261
  var multiple = false;
@@ -33862,7 +34294,11 @@ var processFormvue_type_script_lang_js_components;
33862
34294
  if (!processId) {
33863
34295
  return false;
33864
34296
  }
33865
- this.loading = true;
34297
+ if (this.showBtn) {
34298
+ this.loading = true;
34299
+ } else {
34300
+ this.allLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
34301
+ }
33866
34302
  this.businessId = this.id;
33867
34303
  var params = {
33868
34304
  processDefinitionId: processId, // processId || this.processDefinitionId,
@@ -33885,6 +34321,7 @@ var processFormvue_type_script_lang_js_components;
33885
34321
  _this7.quit();
33886
34322
  });
33887
34323
  data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
34324
+ data.nextOperateCheckType && (_this7.nextOperateCheckType = data.nextOperateCheckType);
33888
34325
  _this7.customPresetHintMessage = data.customPresetHintMessage;
33889
34326
  _this7.readOnlyNotificationType = data.readOnlyNotificationType;
33890
34327
  _this7.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
@@ -33956,7 +34393,11 @@ var processFormvue_type_script_lang_js_components;
33956
34393
  _this7.$message.error(message || '系统错误,请联系管理员!');
33957
34394
  }
33958
34395
  }).catch(function (err) {
33959
- _this7.loading = false;
34396
+ if (_this7.showBtn) {
34397
+ _this7.loading = false;
34398
+ } else {
34399
+ _this7.allLoading.close();
34400
+ }
33960
34401
  if (err.message && err.message !== 'canceled') {
33961
34402
  _this7.$message.error(err.message);
33962
34403
  }
@@ -33976,8 +34417,8 @@ var processFormvue_type_script_lang_js_components;
33976
34417
 
33977
34418
  var processForm_component = normalizeComponent(
33978
34419
  src_processFormvue_type_script_lang_js_,
33979
- processFormvue_type_template_id_39873a24_render,
33980
- processFormvue_type_template_id_39873a24_staticRenderFns,
34420
+ processFormvue_type_template_id_7d7a1c8e_render,
34421
+ processFormvue_type_template_id_7d7a1c8e_staticRenderFns,
33981
34422
  false,
33982
34423
  null,
33983
34424
  null,
@@ -35564,8 +36005,8 @@ var processReject_component = normalizeComponent(
35564
36005
  )
35565
36006
 
35566
36007
  /* 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 () {
36008
+ // 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&
36009
+ var startTaskReadvue_type_template_id_6faa6bf1_render = function () {
35569
36010
  var _vm = this
35570
36011
  var _h = _vm.$createElement
35571
36012
  var _c = _vm._self._c || _h
@@ -35664,16 +36105,18 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
35664
36105
  multiple: _vm.type != "transfer" ? _vm.multiple : false,
35665
36106
  mix: _vm.type != "transfer",
35666
36107
  selectUserList: _vm.selectUserList,
35667
- types:
35668
- _vm.type == "transfer"
35669
- ? ["employee", "persongroup"]
35670
- : [
35671
- "employee",
35672
- "enterprise",
35673
- "department",
35674
- "persongroup",
35675
- ],
36108
+ types: _vm.selectorTabs
36109
+ ? _vm.selectorTabs
36110
+ : _vm.type == "transfer"
36111
+ ? ["employee", "persongroup"]
36112
+ : [
36113
+ "employee",
36114
+ "enterprise",
36115
+ "department",
36116
+ "persongroup",
36117
+ ],
35676
36118
  tabs: _vm.tabs,
36119
+ params: _vm.selectorParams,
35677
36120
  where: { type: "user" },
35678
36121
  },
35679
36122
  on: {
@@ -35989,11 +36432,11 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
35989
36432
  1
35990
36433
  )
35991
36434
  }
35992
- var startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns = []
35993
- startTaskReadvue_type_template_id_f3f6be4e_render._withStripped = true
36435
+ var startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns = []
36436
+ startTaskReadvue_type_template_id_6faa6bf1_render._withStripped = true
35994
36437
 
35995
36438
 
35996
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=f3f6be4e&
36439
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=6faa6bf1&
35997
36440
 
35998
36441
  // 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
36442
  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 +36610,9 @@ var startTaskReadvue_type_script_lang_js_components;
36167
36610
  //
36168
36611
  //
36169
36612
  //
36613
+ //
36614
+ //
36615
+ //
36170
36616
 
36171
36617
 
36172
36618
 
@@ -36182,6 +36628,7 @@ var startTaskReadvue_type_script_lang_js_components;
36182
36628
  option: { type: String, default: '' },
36183
36629
  typeCode: { type: String, default: '' },
36184
36630
  resetAppId: { type: String, default: '' },
36631
+ selectorConfig: { type: [Object, undefined], default: undefined },
36185
36632
  param: { type: Object, default: function _default() {} },
36186
36633
  taskExamine: { type: Object, default: function _default() {} },
36187
36634
  readParams: {
@@ -36195,6 +36642,8 @@ var startTaskReadvue_type_script_lang_js_components;
36195
36642
  newsNoice: '',
36196
36643
  readOnlyNotificationType: '',
36197
36644
  notificationMessageReadOnly: false,
36645
+ selectorTabs: null,
36646
+ selectorParams: null,
36198
36647
  nextNode: {
36199
36648
  nextUser: [],
36200
36649
  userInfo: [],
@@ -36253,9 +36702,17 @@ var startTaskReadvue_type_script_lang_js_components;
36253
36702
  if (utils_util["a" /* default */].getStorage('mainConfig')) {
36254
36703
  this.orgId = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
36255
36704
  }
36705
+ if (this.selectorConfig) {
36706
+ this.getSelectorConfig();
36707
+ }
36256
36708
  },
36257
36709
 
36258
36710
  methods: {
36711
+ getSelectorConfig: function getSelectorConfig() {
36712
+ this.selectorTabs = this.selectorConfig.type.split(',');
36713
+ this.selectorParams = this.selectorConfig.params;
36714
+ },
36715
+
36259
36716
  //获取通知信息
36260
36717
  getMessage: function getMessage() {
36261
36718
  var _this = this;
@@ -36417,7 +36874,10 @@ var startTaskReadvue_type_script_lang_js_components;
36417
36874
 
36418
36875
  var params = {
36419
36876
  url: api["bc" /* toStartTaskRead */],
36420
- params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
36877
+ params: startTaskReadvue_type_script_lang_js_extends({
36878
+ pendingId: this.pendingId,
36879
+ taskAction: this.type
36880
+ }, this.param)
36421
36881
  };
36422
36882
  if (this.typeCode == 'read') {
36423
36883
  delete params.params.pendingId;
@@ -36686,8 +37146,8 @@ var startTaskReadvue_type_script_lang_js_components;
36686
37146
 
36687
37147
  var startTaskRead_component = normalizeComponent(
36688
37148
  src_startTaskReadvue_type_script_lang_js_,
36689
- startTaskReadvue_type_template_id_f3f6be4e_render,
36690
- startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns,
37149
+ startTaskReadvue_type_template_id_6faa6bf1_render,
37150
+ startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns,
36691
37151
  false,
36692
37152
  null,
36693
37153
  null,
@@ -36696,8 +37156,8 @@ var startTaskRead_component = normalizeComponent(
36696
37156
  )
36697
37157
 
36698
37158
  /* 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 () {
37159
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
37160
+ var resetvue_type_template_id_73aacad2_render = function () {
36701
37161
  var _vm = this
36702
37162
  var _h = _vm.$createElement
36703
37163
  var _c = _vm._self._c || _h
@@ -36799,27 +37259,48 @@ var resetvue_type_template_id_5d246dae_render = function () {
36799
37259
  },
36800
37260
  },
36801
37261
  [
36802
- _c(
36803
- "el-select",
36804
- {
36805
- attrs: { placeholder: "请选择下步节点" },
36806
- on: { change: _vm.changeSel },
36807
- model: {
36808
- value: _vm.nextNode.nextNode,
36809
- callback: function ($$v) {
36810
- _vm.$set(_vm.nextNode, "nextNode", $$v)
37262
+ _vm.nextNodeCheckType == "select"
37263
+ ? _c(
37264
+ "el-select",
37265
+ {
37266
+ attrs: { placeholder: "请选择下步节点" },
37267
+ on: { change: _vm.changeSel },
37268
+ model: {
37269
+ value: _vm.nextNode.nextNode,
37270
+ callback: function ($$v) {
37271
+ _vm.$set(_vm.nextNode, "nextNode", $$v)
37272
+ },
37273
+ expression: "nextNode.nextNode",
37274
+ },
37275
+ },
37276
+ _vm._l(_vm.nextNode.nodeInfo, function (items) {
37277
+ return _c("el-option", {
37278
+ key: items.nodeId,
37279
+ attrs: {
37280
+ label: items.nodeName,
37281
+ value: items.nodeId,
37282
+ },
37283
+ })
37284
+ }),
37285
+ 1
37286
+ )
37287
+ : _vm.nextNodeCheckType == "radio"
37288
+ ? _c("es-radio-group", {
37289
+ attrs: {
37290
+ data: _vm.nextNode.nodeInfo,
37291
+ "value-key": "nodeId",
37292
+ "label-key": "nodeName",
37293
+ },
37294
+ on: { change: _vm.changeSel },
37295
+ model: {
37296
+ value: _vm.nextNode.nextNode,
37297
+ callback: function ($$v) {
37298
+ _vm.$set(_vm.nextNode, "nextNode", $$v)
37299
+ },
37300
+ expression: "nextNode.nextNode",
36811
37301
  },
36812
- expression: "nextNode.nextNode",
36813
- },
36814
- },
36815
- _vm._l(_vm.nextNode.nodeInfo, function (items) {
36816
- return _c("el-option", {
36817
- key: items.nodeId,
36818
- attrs: { label: items.nodeName, value: items.nodeId },
36819
37302
  })
36820
- }),
36821
- 1
36822
- ),
37303
+ : _vm._e(),
36823
37304
  ],
36824
37305
  1
36825
37306
  ),
@@ -37123,11 +37604,11 @@ var resetvue_type_template_id_5d246dae_render = function () {
37123
37604
  1
37124
37605
  )
37125
37606
  }
37126
- var resetvue_type_template_id_5d246dae_staticRenderFns = []
37127
- resetvue_type_template_id_5d246dae_render._withStripped = true
37607
+ var resetvue_type_template_id_73aacad2_staticRenderFns = []
37608
+ resetvue_type_template_id_73aacad2_render._withStripped = true
37128
37609
 
37129
37610
 
37130
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
37611
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
37131
37612
 
37132
37613
  // 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
37614
  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; };
@@ -37346,6 +37827,15 @@ var resetvue_type_script_lang_js_components;
37346
37827
  //
37347
37828
  //
37348
37829
  //
37830
+ //
37831
+ //
37832
+ //
37833
+ //
37834
+ //
37835
+ //
37836
+ //
37837
+ //
37838
+ //
37349
37839
 
37350
37840
 
37351
37841
 
@@ -37375,6 +37865,7 @@ var resetvue_type_script_lang_js_components;
37375
37865
  loading: false,
37376
37866
  isCustomUser: 0,
37377
37867
  selectUser: false,
37868
+ nextNodeCheckType: 'select',
37378
37869
  multiple: false,
37379
37870
  showNoticeType: false,
37380
37871
  readMultiple: true,
@@ -37676,6 +38167,7 @@ var resetvue_type_script_lang_js_components;
37676
38167
  processDefinitionId: _this4.processDefinitionId,
37677
38168
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
37678
38169
  nextNodeId: nextNode,
38170
+ appId: _this4.appId,
37679
38171
  nextOperate: nextOperate,
37680
38172
  businessId: _this4.taskExamine.businessId,
37681
38173
  pendingId: _this4.taskExamine.pendingId,
@@ -37855,11 +38347,11 @@ var resetvue_type_script_lang_js_components;
37855
38347
  });
37856
38348
  },
37857
38349
 
37858
- /**
37859
- * isMultiple
37860
- * @desc:是否多选
37861
- * @author liufan
37862
- * @date 2022年9月13日
38350
+ /**
38351
+ * isMultiple
38352
+ * @desc:是否多选
38353
+ * @author liufan
38354
+ * @date 2022年9月13日
37863
38355
  **/
37864
38356
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
37865
38357
  var multiple = false;
@@ -37911,6 +38403,7 @@ var resetvue_type_script_lang_js_components;
37911
38403
  data = res.data;
37912
38404
 
37913
38405
  if (status == 'success') {
38406
+ data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
37914
38407
  _this7.pendtitle = data.pendtitle || data.taskExamine.businessName;
37915
38408
  _this7.customPresetHintMessage = data.customPresetHintMessage;
37916
38409
  _this7.readOnlyNotificationType = data.readOnlyNotificationType;
@@ -37992,8 +38485,8 @@ var resetvue_type_script_lang_js_components;
37992
38485
 
37993
38486
  var reset_component = normalizeComponent(
37994
38487
  src_resetvue_type_script_lang_js_,
37995
- resetvue_type_template_id_5d246dae_render,
37996
- resetvue_type_template_id_5d246dae_staticRenderFns,
38488
+ resetvue_type_template_id_73aacad2_render,
38489
+ resetvue_type_template_id_73aacad2_staticRenderFns,
37997
38490
  false,
37998
38491
  null,
37999
38492
  null,
@@ -42241,11 +42734,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42241
42734
  });
42242
42735
  },
42243
42736
 
42244
- /**
42245
- * saveInfo
42246
- * @desc:暂存
42247
- * @author liufan
42248
- * @date 2022年9月9日
42737
+ /**
42738
+ * saveInfo
42739
+ * @desc:暂存
42740
+ * @author liufan
42741
+ * @date 2022年9月9日
42249
42742
  **/
42250
42743
  saveInfo: function saveInfo(type, btn) {
42251
42744
  var _this6 = this;
@@ -42307,11 +42800,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42307
42800
  });
42308
42801
  },
42309
42802
 
42310
- /**
42311
- * rejectBtn
42312
- * @desc:点击驳回
42313
- * @author liufan
42314
- * @date 2022年5月25日
42803
+ /**
42804
+ * rejectBtn
42805
+ * @desc:点击驳回
42806
+ * @author liufan
42807
+ * @date 2022年5月25日
42315
42808
  **/
42316
42809
  rejectBtn: function rejectBtn() {
42317
42810
  var _this8 = this;
@@ -42329,11 +42822,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42329
42822
  }
42330
42823
  },
42331
42824
 
42332
- /**
42333
- * taskReadBtn
42334
- * @desc:点击分阅
42335
- * @author liufan
42336
- * @date 2022年5月25日
42825
+ /**
42826
+ * taskReadBtn
42827
+ * @desc:点击分阅
42828
+ * @author liufan
42829
+ * @date 2022年5月25日
42337
42830
  **/
42338
42831
  taskReadBtn: function taskReadBtn() {
42339
42832
  var _this9 = this;
@@ -42352,11 +42845,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42352
42845
  }
42353
42846
  },
42354
42847
 
42355
- /**
42356
- * getFind
42357
- * @desc:获取通知方式
42358
- * @author liufan
42359
- * @date 2022年5月25日
42848
+ /**
42849
+ * getFind
42850
+ * @desc:获取通知方式
42851
+ * @author liufan
42852
+ * @date 2022年5月25日
42360
42853
  **/
42361
42854
  getFind: function getFind() {
42362
42855
  var _this10 = this;
@@ -42411,12 +42904,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42411
42904
  });
42412
42905
  },
42413
42906
 
42414
- /**
42415
- * endFlows
42416
- * @desc:直接办结
42417
- * @author liufan
42418
- * @param {Object} res 直接办结数据
42419
- * @date 2022年5月25日
42907
+ /**
42908
+ * endFlows
42909
+ * @desc:直接办结
42910
+ * @author liufan
42911
+ * @param {Object} res 直接办结数据
42912
+ * @date 2022年5月25日
42420
42913
  **/
42421
42914
  endFlows: function endFlows(res) {
42422
42915
  var _this12 = this;
@@ -42470,12 +42963,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42470
42963
  }).catch(function (e) {});
42471
42964
  },
42472
42965
 
42473
- /**
42474
- * goView
42475
- * @desc:更多流程按钮操作
42476
- * @author liufan
42477
- * @param {Object} res 当前点击操作按钮数据
42478
- * @date 2022年5月25日
42966
+ /**
42967
+ * goView
42968
+ * @desc:更多流程按钮操作
42969
+ * @author liufan
42970
+ * @param {Object} res 当前点击操作按钮数据
42971
+ * @date 2022年5月25日
42479
42972
  **/
42480
42973
  goView: function goView(res) {
42481
42974
  // 驳回并办结:rejectAndEndHtml
@@ -42560,11 +43053,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42560
43053
  // isCanStartSubFlow
42561
43054
  },
42562
43055
 
42563
- /**
42564
- * toTakeAdvice
42565
- * @desc:征求意见
42566
- * @author liufan
42567
- * @date 2022年9月29日
43056
+ /**
43057
+ * toTakeAdvice
43058
+ * @desc:征求意见
43059
+ * @author liufan
43060
+ * @date 2022年9月29日
42568
43061
  **/
42569
43062
  toTakeAdvice: function toTakeAdvice(res) {
42570
43063
  var _this14 = this;
@@ -42608,11 +43101,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42608
43101
  });
42609
43102
  },
42610
43103
 
42611
- /**
42612
- * toStartDraf
42613
- * @desc: 稿件递送、联合审核、复核
42614
- * @author liufan
42615
- * @date 2022年9月29日
43104
+ /**
43105
+ * toStartDraf
43106
+ * @desc: 稿件递送、联合审核、复核
43107
+ * @author liufan
43108
+ * @date 2022年9月29日
42616
43109
  **/
42617
43110
  toStartDraf: function toStartDraf(res) {
42618
43111
  var _this16 = this;
@@ -42626,11 +43119,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42626
43119
  }
42627
43120
  },
42628
43121
 
42629
- /**
42630
- * toSendMsg
42631
- * @desc:核稿通知
42632
- * @author liufan
42633
- * @date 2022年9月29日
43122
+ /**
43123
+ * toSendMsg
43124
+ * @desc:核稿通知
43125
+ * @author liufan
43126
+ * @date 2022年9月29日
42634
43127
  **/
42635
43128
  toSendMsg: function toSendMsg(res) {
42636
43129
  var _this17 = this;
@@ -42644,11 +43137,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42644
43137
  }
42645
43138
  },
42646
43139
 
42647
- /**
42648
- * toTaskReadAndEnd
42649
- * @desc:分阅并办结
42650
- * @author liufan
42651
- * @date 2022年9月29日
43140
+ /**
43141
+ * toTaskReadAndEnd
43142
+ * @desc:分阅并办结
43143
+ * @author liufan
43144
+ * @date 2022年9月29日
42652
43145
  **/
42653
43146
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
42654
43147
  var _this18 = this;
@@ -42666,11 +43159,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42666
43159
  }
42667
43160
  },
42668
43161
 
42669
- /**
42670
- * rejectAndEnd
42671
- * @desc:驳回并办结
42672
- * @author liufan
42673
- * @date 2022年9月29日
43162
+ /**
43163
+ * rejectAndEnd
43164
+ * @desc:驳回并办结
43165
+ * @author liufan
43166
+ * @date 2022年9月29日
42674
43167
  **/
42675
43168
  rejectAndEnd: function rejectAndEnd(res) {
42676
43169
  var _this19 = this;
@@ -42725,11 +43218,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42725
43218
  });
42726
43219
  },
42727
43220
 
42728
- /**
42729
- * toTransfer
42730
- * @desc:转办
42731
- * @author liufan
42732
- * @date 2022年9月29日
43221
+ /**
43222
+ * toTransfer
43223
+ * @desc:转办
43224
+ * @author liufan
43225
+ * @date 2022年9月29日
42733
43226
  **/
42734
43227
  toTransfer: function toTransfer(res) {
42735
43228
  var _this21 = this;
@@ -42745,11 +43238,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42745
43238
  }
42746
43239
  },
42747
43240
 
42748
- /**
42749
- * getNodeInfo
42750
- * @desc:获取节点信息
42751
- * @author liufan
42752
- * @date 2022年5月25日
43241
+ /**
43242
+ * getNodeInfo
43243
+ * @desc:获取节点信息
43244
+ * @author liufan
43245
+ * @date 2022年5月25日
42753
43246
  **/
42754
43247
  getNodeInfo: function getNodeInfo() {
42755
43248
  var _this22 = this;
@@ -42848,12 +43341,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42848
43341
  });
42849
43342
  },
42850
43343
 
42851
- /**
42852
- * selecNext
42853
- * @desc:下步节点变化时更新数据
42854
- * @author liufan
42855
- * @param {String} val 当前选中值
42856
- * @date 2022年5月25日
43344
+ /**
43345
+ * selecNext
43346
+ * @desc:下步节点变化时更新数据
43347
+ * @author liufan
43348
+ * @param {String} val 当前选中值
43349
+ * @date 2022年5月25日
42857
43350
  **/
42858
43351
  selecNext: function selecNext(val, type, isDef) {
42859
43352
  var _this23 = this;
@@ -42962,11 +43455,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42962
43455
  if (isDef !== true) this.getNodeInfo();
42963
43456
  },
42964
43457
 
42965
- /**
42966
- * isMultiple
42967
- * @desc:是否多选
42968
- * @author liufan
42969
- * @date 2022年9月13日
43458
+ /**
43459
+ * isMultiple
43460
+ * @desc:是否多选
43461
+ * @author liufan
43462
+ * @date 2022年9月13日
42970
43463
  **/
42971
43464
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
42972
43465
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -42998,11 +43491,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42998
43491
  }
42999
43492
  },
43000
43493
 
43001
- /**
43002
- * getHedInfo
43003
- * @desc:获取审核页面数据
43004
- * @author liufan
43005
- * @date 2022年5月25日
43494
+ /**
43495
+ * getHedInfo
43496
+ * @desc:获取审核页面数据
43497
+ * @author liufan
43498
+ * @date 2022年5月25日
43006
43499
  **/
43007
43500
  getHedInfo: function getHedInfo() {
43008
43501
  var _this24 = this;
@@ -43238,13 +43731,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43238
43731
  });
43239
43732
  },
43240
43733
 
43241
- /**
43242
- * closeProcess
43243
- * @desc:关闭弹窗
43244
- * @author liufan
43245
- * @param {boolean} val 当前是否办理流程
43246
- * @param {String} type 当前点击的弹窗类型
43247
- * @date 2022年5月25日
43734
+ /**
43735
+ * closeProcess
43736
+ * @desc:关闭弹窗
43737
+ * @author liufan
43738
+ * @param {boolean} val 当前是否办理流程
43739
+ * @param {String} type 当前点击的弹窗类型
43740
+ * @date 2022年5月25日
43248
43741
  **/
43249
43742
  closeProcess: function closeProcess(val, type, closeParent) {
43250
43743
  if (closeParent) {
@@ -43261,23 +43754,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43261
43754
  }
43262
43755
  },
43263
43756
 
43264
- /**
43265
- * selectChange
43266
- * @desc:常用语选择
43267
- * @author liufan
43268
- * @param {String} val 选中值
43269
- * @date 2022年5月25日
43757
+ /**
43758
+ * selectChange
43759
+ * @desc:常用语选择
43760
+ * @author liufan
43761
+ * @param {String} val 选中值
43762
+ * @date 2022年5月25日
43270
43763
  **/
43271
43764
  selectChange: function selectChange(val) {
43272
43765
  this.value = val;
43273
43766
  },
43274
43767
 
43275
- /**
43276
- * upDate
43277
- * @desc:修改常用语
43278
- * @author liufan
43279
- * @param {Object} val 修改值
43280
- * @date 2022年5月25日
43768
+ /**
43769
+ * upDate
43770
+ * @desc:修改常用语
43771
+ * @author liufan
43772
+ * @param {Object} val 修改值
43773
+ * @date 2022年5月25日
43281
43774
  **/
43282
43775
  upDate: function upDate(val) {
43283
43776
  this.FormData.id = val.id;
@@ -43285,11 +43778,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43285
43778
  },
43286
43779
 
43287
43780
 
43288
- /**
43289
- * getProcess
43290
- * @desc:获取选择流程
43291
- * @author liufan
43292
- * @date 2022年5月25日
43781
+ /**
43782
+ * getProcess
43783
+ * @desc:获取选择流程
43784
+ * @author liufan
43785
+ * @date 2022年5月25日
43293
43786
  **/
43294
43787
  getProcess: function getProcess() {
43295
43788
  var _this25 = this;
@@ -43343,11 +43836,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43343
43836
  });
43344
43837
  },
43345
43838
 
43346
- /**
43347
- * getPendedhistoryList
43348
- * @desc:获取流程列表
43349
- * @author liufan
43350
- * @date 2022年5月25日
43839
+ /**
43840
+ * getPendedhistoryList
43841
+ * @desc:获取流程列表
43842
+ * @author liufan
43843
+ * @date 2022年5月25日
43351
43844
  **/
43352
43845
  getPendedhistoryList: function getPendedhistoryList() {
43353
43846
  var _this26 = this;
@@ -43379,12 +43872,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43379
43872
  },
43380
43873
 
43381
43874
  // 提交流程
43382
- /**
43383
- * subProcess
43384
- * @desc:提交流程
43385
- * @author liufan
43386
- * @param {String} formName 当前form表单ref值
43387
- * @date 2022年5月25日
43875
+ /**
43876
+ * subProcess
43877
+ * @desc:提交流程
43878
+ * @author liufan
43879
+ * @param {String} formName 当前form表单ref值
43880
+ * @date 2022年5月25日
43388
43881
  **/
43389
43882
  subProcess: function subProcess(val) {
43390
43883
  var _this27 = this;
@@ -43980,8 +44473,8 @@ var supervise_component = normalizeComponent(
43980
44473
  )
43981
44474
 
43982
44475
  /* 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 () {
44476
+ // 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&
44477
+ var Circulatevue_type_template_id_43730f28_render = function () {
43985
44478
  var _vm = this
43986
44479
  var _h = _vm.$createElement
43987
44480
  var _c = _vm._self._c || _h
@@ -44005,7 +44498,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44005
44498
  ref: "infoList",
44006
44499
  attrs: {
44007
44500
  model: _vm.infoList,
44008
- "label-width": "120px",
44501
+ "label-width": "100px",
44009
44502
  "label-position": _vm.labelPosition,
44010
44503
  },
44011
44504
  },
@@ -44020,7 +44513,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44020
44513
  nextUser: _vm.infoList.nextCurrentOrgObj,
44021
44514
  multiple: _vm.newMultiple,
44022
44515
  mix: "",
44023
- types: ["department", "employee"],
44516
+ types: ["employee", "persongroup"],
44024
44517
  params: _vm.params,
44025
44518
  },
44026
44519
  on: {
@@ -44042,7 +44535,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44042
44535
  nextUser: _vm.infoList.nextOtherOrgObj,
44043
44536
  multiple: _vm.newMultiple,
44044
44537
  mix: "",
44045
- types: ["enterprise", "department"],
44538
+ types: ["enterprise", "filgroup"],
44046
44539
  params: _vm.otherParams,
44047
44540
  },
44048
44541
  on: {
@@ -44173,11 +44666,11 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
44173
44666
  1
44174
44667
  )
44175
44668
  }
44176
- var Circulatevue_type_template_id_e4a9ba50_staticRenderFns = []
44177
- Circulatevue_type_template_id_e4a9ba50_render._withStripped = true
44669
+ var Circulatevue_type_template_id_43730f28_staticRenderFns = []
44670
+ Circulatevue_type_template_id_43730f28_render._withStripped = true
44178
44671
 
44179
44672
 
44180
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=e4a9ba50&
44673
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=43730f28&
44181
44674
 
44182
44675
  // 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
44676
  var Circulatevue_type_script_lang_js_components;
@@ -44289,7 +44782,8 @@ var Circulatevue_type_script_lang_js_components;
44289
44782
  labelPosition: {
44290
44783
  type: String,
44291
44784
  default: 'left'
44292
- }
44785
+ },
44786
+ startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
44293
44787
  },
44294
44788
  inheritAttrs: false,
44295
44789
  data: function data() {
@@ -44384,7 +44878,7 @@ var Circulatevue_type_script_lang_js_components;
44384
44878
  }
44385
44879
 
44386
44880
  var param = {
44387
- url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
44881
+ url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
44388
44882
  data: {
44389
44883
  opinion: opinion,
44390
44884
  businessId: businessId,
@@ -44398,10 +44892,12 @@ var Circulatevue_type_script_lang_js_components;
44398
44892
  headers: { Accept: 'application/json,text/plain' },
44399
44893
  method: 'POST'
44400
44894
  };
44401
- if (!this.showBtn) {
44895
+ if (!this.showBtn && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
44402
44896
  param.data.pendingId = this.pendingId;
44403
44897
  delete param.data.processDefinitionId;
44404
44898
  this.subLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44899
+ } else if (this.startFlowPageEmbeddedIntoStartFlowIndex) {
44900
+ this.subLoading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44405
44901
  } else {
44406
44902
  this.loading = true;
44407
44903
  }
@@ -44410,7 +44906,7 @@ var Circulatevue_type_script_lang_js_components;
44410
44906
  status = res.status,
44411
44907
  rCode = res.rCode;
44412
44908
 
44413
- if (!_this.showBtn) {
44909
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
44414
44910
  _this.subLoading.close();
44415
44911
  } else {
44416
44912
  _this.loading = false;
@@ -44422,7 +44918,11 @@ var Circulatevue_type_script_lang_js_components;
44422
44918
  _this.$message.error(message || '系统错误,请联系管理员!');
44423
44919
  }
44424
44920
  }).catch(function (err) {
44425
- _this.loading = false;
44921
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
44922
+ _this.subLoading.close();
44923
+ } else {
44924
+ _this.loading = false;
44925
+ }
44426
44926
  if (err.message && err.message !== 'canceled') {
44427
44927
  _this.$message.error(err.message);
44428
44928
  }
@@ -44545,8 +45045,8 @@ var Circulatevue_type_script_lang_js_components;
44545
45045
 
44546
45046
  var Circulate_component = normalizeComponent(
44547
45047
  component_Circulatevue_type_script_lang_js_,
44548
- Circulatevue_type_template_id_e4a9ba50_render,
44549
- Circulatevue_type_template_id_e4a9ba50_staticRenderFns,
45048
+ Circulatevue_type_template_id_43730f28_render,
45049
+ Circulatevue_type_template_id_43730f28_staticRenderFns,
44550
45050
  false,
44551
45051
  null,
44552
45052
  null,
@@ -45551,6 +46051,81 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45551
46051
  //
45552
46052
  //
45553
46053
  //
46054
+ //
46055
+ //
46056
+ //
46057
+ //
46058
+ //
46059
+ //
46060
+ //
46061
+ //
46062
+ //
46063
+ //
46064
+ //
46065
+ //
46066
+ //
46067
+ //
46068
+ //
46069
+ //
46070
+ //
46071
+ //
46072
+ //
46073
+ //
46074
+ //
46075
+ //
46076
+ //
46077
+ //
46078
+ //
46079
+ //
46080
+ //
46081
+ //
46082
+ //
46083
+ //
46084
+ //
46085
+ //
46086
+ //
46087
+ //
46088
+ //
46089
+ //
46090
+ //
46091
+ //
46092
+ //
46093
+ //
46094
+ //
46095
+ //
46096
+ //
46097
+ //
46098
+ //
46099
+ //
46100
+ //
46101
+ //
46102
+ //
46103
+ //
46104
+ //
46105
+ //
46106
+ //
46107
+ //
46108
+ //
46109
+ //
46110
+ //
46111
+ //
46112
+ //
46113
+ //
46114
+ //
46115
+ //
46116
+ //
46117
+ //
46118
+ //
46119
+ //
46120
+ //
46121
+ //
46122
+ //
46123
+ //
46124
+ //
46125
+ //
46126
+ //
46127
+ //
46128
+ //
45554
46129
 
45555
46130
 
45556
46131
 
@@ -45580,6 +46155,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45580
46155
  pendingId: { type: String, default: '' },
45581
46156
  nodeName: { type: String, default: '' },
45582
46157
  typeCode: { type: String, default: '' },
46158
+ selectorConfig: { type: [Object, undefined], default: undefined },
45583
46159
  flowTypeCode: { type: String, default: '' },
45584
46160
  defaultProcessKey: { type: String, default: '' },
45585
46161
  hideBtn: { type: Boolean, default: false },
@@ -45588,6 +46164,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45588
46164
  type: String,
45589
46165
  default: 'left'
45590
46166
  },
46167
+ flowListDisabled: {
46168
+ type: Boolean,
46169
+ default: false
46170
+ },
45591
46171
  btnList: {
45592
46172
  type: Array,
45593
46173
  default: function _default() {
@@ -45629,6 +46209,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45629
46209
  return _ref = {
45630
46210
  styles: {},
45631
46211
  optionsKey: 0,
46212
+ currentNodeEnableItemHandleDescription: false,
46213
+ startFlowPageEmbeddedIntoStartFlowIndex: false,
46214
+ pendingItemHandleDescription: '',
45632
46215
  currentOrgSelectorParams: { filid: '' },
45633
46216
  currentOrgSelectorTabs: ['employee', 'persongroup'],
45634
46217
  foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
@@ -45765,6 +46348,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45765
46348
  nextReadUserId: [], //分阅用户
45766
46349
  presetReadUserId: [], //自动分阅
45767
46350
  handleExplain: '', //办理意见
46351
+ nextItemHandleDescription: '', //下步说明
45768
46352
  notificationType: [], // 通知方式
45769
46353
  isLimitedTime: '2', // 是否限时办理
45770
46354
  mainSubId: ''
@@ -45921,15 +46505,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45921
46505
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
45922
46506
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
45923
46507
 
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
- }
46508
+ // if (this.directCreateCircularReadWhenFlowStarted) {
46509
+ // this.nodeInfo.option.map((item) => {
46510
+ // item.disabled = item.processDefId != processDefinitionId;
46511
+ // });
46512
+ // } else {
46513
+ // this.nodeInfo.option.map((item) => {
46514
+ // item.disabled = false;
46515
+ // });
46516
+ // }
45933
46517
  _this.optionsKey++;
45934
46518
  _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
45935
46519
  }
@@ -46169,7 +46753,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46169
46753
 
46170
46754
  var params = {
46171
46755
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
46172
- params: { readTransferHandleBusinessId: readTransferHandleBusinessId, readTransferHandleProcessKey: readTransferHandleProcessKey }
46756
+ params: {
46757
+ readTransferHandleBusinessId: readTransferHandleBusinessId,
46758
+ readTransferHandleProcessKey: readTransferHandleProcessKey,
46759
+ pendingId: this.pendingId
46760
+ }
46173
46761
  };
46174
46762
  utils_util["a" /* default */].ajax(params).then(function (res) {
46175
46763
  _this5.loading.close();
@@ -46281,11 +46869,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46281
46869
  });
46282
46870
  },
46283
46871
 
46284
- /**
46285
- * saveInfo
46286
- * @desc:暂存
46287
- * @author liufan
46288
- * @date 2022年9月9日
46872
+ /**
46873
+ * saveInfo
46874
+ * @desc:暂存
46875
+ * @author liufan
46876
+ * @date 2022年9月9日
46289
46877
  **/
46290
46878
  saveInfo: function saveInfo(type, btn) {
46291
46879
  var _this9 = this;
@@ -46347,11 +46935,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46347
46935
  });
46348
46936
  },
46349
46937
 
46350
- /**
46351
- * rejectBtn
46352
- * @desc:点击驳回
46353
- * @author liufan
46354
- * @date 2022年5月25日
46938
+ /**
46939
+ * rejectBtn
46940
+ * @desc:点击驳回
46941
+ * @author liufan
46942
+ * @date 2022年5月25日
46355
46943
  **/
46356
46944
  rejectBtn: function rejectBtn() {
46357
46945
  var _this11 = this;
@@ -46369,11 +46957,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46369
46957
  }
46370
46958
  },
46371
46959
 
46372
- /**
46373
- * taskReadBtn
46374
- * @desc:点击分阅
46375
- * @author liufan
46376
- * @date 2022年5月25日
46960
+ /**
46961
+ * taskReadBtn
46962
+ * @desc:点击分阅
46963
+ * @author liufan
46964
+ * @date 2022年5月25日
46377
46965
  **/
46378
46966
  taskReadBtn: function taskReadBtn() {
46379
46967
  var _this12 = this;
@@ -46392,11 +46980,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46392
46980
  }
46393
46981
  },
46394
46982
 
46395
- /**
46396
- * getFind
46397
- * @desc:获取通知方式
46398
- * @author liufan
46399
- * @date 2022年5月25日
46983
+ /**
46984
+ * getFind
46985
+ * @desc:获取通知方式
46986
+ * @author liufan
46987
+ * @date 2022年5月25日
46400
46988
  **/
46401
46989
  getFind: function getFind() {
46402
46990
  var _this13 = this;
@@ -46462,12 +47050,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46462
47050
  });
46463
47051
  },
46464
47052
 
46465
- /**
46466
- * endFlows
46467
- * @desc:直接办结
46468
- * @author liufan
46469
- * @param {Object} res 直接办结数据
46470
- * @date 2022年5月25日
47053
+ /**
47054
+ * endFlows
47055
+ * @desc:直接办结
47056
+ * @author liufan
47057
+ * @param {Object} res 直接办结数据
47058
+ * @date 2022年5月25日
46471
47059
  **/
46472
47060
  endFlows: function endFlows(res) {
46473
47061
  var _this15 = this;
@@ -46522,12 +47110,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46522
47110
  }).catch(function (e) {});
46523
47111
  },
46524
47112
 
46525
- /**
46526
- * goView
46527
- * @desc:更多流程按钮操作
46528
- * @author liufan
46529
- * @param {Object} res 当前点击操作按钮数据
46530
- * @date 2022年5月25日
47113
+ /**
47114
+ * goView
47115
+ * @desc:更多流程按钮操作
47116
+ * @author liufan
47117
+ * @param {Object} res 当前点击操作按钮数据
47118
+ * @date 2022年5月25日
46531
47119
  **/
46532
47120
  goView: function goView(res) {
46533
47121
  // 驳回并办结:rejectAndEndHtml
@@ -46612,11 +47200,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46612
47200
  // isCanStartSubFlow
46613
47201
  },
46614
47202
 
46615
- /**
46616
- * toTakeAdvice
46617
- * @desc:征求意见
46618
- * @author liufan
46619
- * @date 2022年9月29日
47203
+ /**
47204
+ * toTakeAdvice
47205
+ * @desc:征求意见
47206
+ * @author liufan
47207
+ * @date 2022年9月29日
46620
47208
  **/
46621
47209
  toTakeAdvice: function toTakeAdvice(res) {
46622
47210
  var _this17 = this;
@@ -46660,11 +47248,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46660
47248
  });
46661
47249
  },
46662
47250
 
46663
- /**
46664
- * toStartDraf
46665
- * @desc: 稿件递送、联合审核、复核
46666
- * @author liufan
46667
- * @date 2022年9月29日
47251
+ /**
47252
+ * toStartDraf
47253
+ * @desc: 稿件递送、联合审核、复核
47254
+ * @author liufan
47255
+ * @date 2022年9月29日
46668
47256
  **/
46669
47257
  toStartDraf: function toStartDraf(res) {
46670
47258
  var _this19 = this;
@@ -46678,11 +47266,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46678
47266
  }
46679
47267
  },
46680
47268
 
46681
- /**
46682
- * toSendMsg
46683
- * @desc:核稿通知
46684
- * @author liufan
46685
- * @date 2022年9月29日
47269
+ /**
47270
+ * toSendMsg
47271
+ * @desc:核稿通知
47272
+ * @author liufan
47273
+ * @date 2022年9月29日
46686
47274
  **/
46687
47275
  toSendMsg: function toSendMsg(res) {
46688
47276
  var _this20 = this;
@@ -46696,11 +47284,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46696
47284
  }
46697
47285
  },
46698
47286
 
46699
- /**
46700
- * toTaskReadAndEnd
46701
- * @desc:分阅并办结
46702
- * @author liufan
46703
- * @date 2022年9月29日
47287
+ /**
47288
+ * toTaskReadAndEnd
47289
+ * @desc:分阅并办结
47290
+ * @author liufan
47291
+ * @date 2022年9月29日
46704
47292
  **/
46705
47293
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
46706
47294
  var _this21 = this;
@@ -46718,11 +47306,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46718
47306
  }
46719
47307
  },
46720
47308
 
46721
- /**
46722
- * rejectAndEnd
46723
- * @desc:驳回并办结
46724
- * @author liufan
46725
- * @date 2022年9月29日
47309
+ /**
47310
+ * rejectAndEnd
47311
+ * @desc:驳回并办结
47312
+ * @author liufan
47313
+ * @date 2022年9月29日
46726
47314
  **/
46727
47315
  rejectAndEnd: function rejectAndEnd(res) {
46728
47316
  var _this22 = this;
@@ -46778,11 +47366,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46778
47366
  });
46779
47367
  },
46780
47368
 
46781
- /**
46782
- * toTransfer
46783
- * @desc:转办
46784
- * @author liufan
46785
- * @date 2022年9月29日
47369
+ /**
47370
+ * toTransfer
47371
+ * @desc:转办
47372
+ * @author liufan
47373
+ * @date 2022年9月29日
46786
47374
  **/
46787
47375
  toTransfer: function toTransfer(res) {
46788
47376
  var _this24 = this;
@@ -46798,11 +47386,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46798
47386
  }
46799
47387
  },
46800
47388
 
46801
- /**
46802
- * getNodeInfo
46803
- * @desc:获取节点信息
46804
- * @author liufan
46805
- * @date 2022年5月25日
47389
+ /**
47390
+ * getNodeInfo
47391
+ * @desc:获取节点信息
47392
+ * @author liufan
47393
+ * @date 2022年5月25日
46806
47394
  **/
46807
47395
  getNodeInfo: function getNodeInfo() {
46808
47396
  var _this25 = this;
@@ -46822,6 +47410,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46822
47410
 
46823
47411
  _this25.loading.close();
46824
47412
  if (status === 'success') {
47413
+ _this25.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
46825
47414
  _this25.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
46826
47415
  data.otherOrgDisabledObjId && (_this25.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
46827
47416
  data.currentOrgDisabledObjId && (_this25.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -46905,12 +47494,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46905
47494
  });
46906
47495
  },
46907
47496
 
46908
- /**
46909
- * selecNext
46910
- * @desc:下步节点变化时更新数据
46911
- * @author liufan
46912
- * @param {String} val 当前选中值
46913
- * @date 2022年5月25日
47497
+ /**
47498
+ * selecNext
47499
+ * @desc:下步节点变化时更新数据
47500
+ * @author liufan
47501
+ * @param {String} val 当前选中值
47502
+ * @date 2022年5月25日
46914
47503
  **/
46915
47504
  selecNext: function selecNext(val, type, isDef) {
46916
47505
  var _this26 = this;
@@ -47020,11 +47609,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47020
47609
  this.getNodeInfo();
47021
47610
  },
47022
47611
 
47023
- /**
47024
- * isMultiple
47025
- * @desc:是否多选
47026
- * @author liufan
47027
- * @date 2022年9月13日
47612
+ /**
47613
+ * isMultiple
47614
+ * @desc:是否多选
47615
+ * @author liufan
47616
+ * @date 2022年9月13日
47028
47617
  **/
47029
47618
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47030
47619
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47056,11 +47645,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47056
47645
  }
47057
47646
  },
47058
47647
 
47059
- /**
47060
- * getHedInfo
47061
- * @desc:获取审核页面数据
47062
- * @author liufan
47063
- * @date 2022年5月25日
47648
+ /**
47649
+ * getHedInfo
47650
+ * @desc:获取审核页面数据
47651
+ * @author liufan
47652
+ * @date 2022年5月25日
47064
47653
  **/
47065
47654
  getHedInfo: function getHedInfo() {
47066
47655
  var _this27 = this;
@@ -47091,6 +47680,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47091
47680
  nextNodeCheckType = _res$data2.nextNodeCheckType,
47092
47681
  pOrgId = _res$data2.pOrgId,
47093
47682
  currentOrgName = _res$data2.currentOrgName,
47683
+ pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
47094
47684
  currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
47095
47685
  otherOrgName = _res$data2.otherOrgName,
47096
47686
  taskExamine = _res$data2.taskExamine,
@@ -47113,18 +47703,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47113
47703
  }
47114
47704
  _this27.$emit('startTaskRead', res);
47115
47705
  _this27.$emit('start-task-read', res);
47706
+ _this27.pendingItemHandleDescription = pendingItemHandleDescription;
47116
47707
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
47117
47708
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
47118
47709
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
47119
47710
  _this27.currentOrgSelectorTabs.map(function (x, i) {
47120
- _this27.currentOrgSelectorParams[x] = { filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i] };
47711
+ _this27.currentOrgSelectorParams[x] = {
47712
+ filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i]
47713
+ };
47121
47714
  });
47122
47715
  }
47123
47716
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
47124
47717
  _this27.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
47125
47718
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
47126
47719
  _this27.foreignOrgSelectorTabs.map(function (x, i) {
47127
- _this27.foreignOrgSelectorParams[x] = { filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] };
47720
+ _this27.foreignOrgSelectorParams[x] = {
47721
+ filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
47722
+ };
47128
47723
  });
47129
47724
  }
47130
47725
  _this27.circularReadParamsMap = circularReadParamsMap || {};
@@ -47134,6 +47729,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47134
47729
  _this27.currentOrgName = currentOrgName;
47135
47730
  _this27.nextOperateCheckType = nextOperateCheckType;
47136
47731
  _this27.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
47732
+
47137
47733
  _this27.readOnlyNotificationType = readOnlyNotificationType;
47138
47734
  _this27.isSpecial = isSpecial;
47139
47735
  _this27.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
@@ -47326,13 +47922,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47326
47922
  });
47327
47923
  },
47328
47924
 
47329
- /**
47330
- * closeProcess
47331
- * @desc:关闭弹窗
47332
- * @author liufan
47333
- * @param {boolean} val 当前是否办理流程
47334
- * @param {String} type 当前点击的弹窗类型
47335
- * @date 2022年5月25日
47925
+ /**
47926
+ * closeProcess
47927
+ * @desc:关闭弹窗
47928
+ * @author liufan
47929
+ * @param {boolean} val 当前是否办理流程
47930
+ * @param {String} type 当前点击的弹窗类型
47931
+ * @date 2022年5月25日
47336
47932
  **/
47337
47933
  closeProcess: function closeProcess(val, type, closeParent) {
47338
47934
  if (closeParent) {
@@ -47352,23 +47948,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47352
47948
  }
47353
47949
  },
47354
47950
 
47355
- /**
47356
- * selectChange
47357
- * @desc:常用语选择
47358
- * @author liufan
47359
- * @param {String} val 选中值
47360
- * @date 2022年5月25日
47951
+ /**
47952
+ * selectChange
47953
+ * @desc:常用语选择
47954
+ * @author liufan
47955
+ * @param {String} val 选中值
47956
+ * @date 2022年5月25日
47361
47957
  **/
47362
47958
  selectChange: function selectChange(val) {
47363
47959
  this.value = val;
47364
47960
  },
47365
47961
 
47366
- /**
47367
- * upDate
47368
- * @desc:修改常用语
47369
- * @author liufan
47370
- * @param {Object} val 修改值
47371
- * @date 2022年5月25日
47962
+ /**
47963
+ * upDate
47964
+ * @desc:修改常用语
47965
+ * @author liufan
47966
+ * @param {Object} val 修改值
47967
+ * @date 2022年5月25日
47372
47968
  **/
47373
47969
  upDate: function upDate(val) {
47374
47970
  this.FormData.id = val.id;
@@ -47376,11 +47972,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47376
47972
  },
47377
47973
 
47378
47974
 
47379
- /**
47380
- * getProcess
47381
- * @desc:获取选择流程
47382
- * @author liufan
47383
- * @date 2022年5月25日
47975
+ /**
47976
+ * getProcess
47977
+ * @desc:获取选择流程
47978
+ * @author liufan
47979
+ * @date 2022年5月25日
47384
47980
  **/
47385
47981
  getProcess: function getProcess(val) {
47386
47982
  var _this28 = this;
@@ -47407,6 +48003,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47407
48003
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
47408
48004
  _this28.$message.error('流程不存在或未关联对应流程!');
47409
48005
  } else {
48006
+ _this28.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
47410
48007
  _this28.nodeInfo.option = data.definitionList;
47411
48008
  _this28.nodeInfo.nextNode = data.definitionList.filter(function (item) {
47412
48009
  return item.processDefKey == _this28.defaultProcessKey;
@@ -47435,11 +48032,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47435
48032
  });
47436
48033
  },
47437
48034
 
47438
- /**
47439
- * getPendedhistoryList
47440
- * @desc:获取流程列表
47441
- * @author liufan
47442
- * @date 2022年5月25日
48035
+ /**
48036
+ * getPendedhistoryList
48037
+ * @desc:获取流程列表
48038
+ * @author liufan
48039
+ * @date 2022年5月25日
47443
48040
  **/
47444
48041
  getPendedhistoryList: function getPendedhistoryList() {
47445
48042
  var _this29 = this;
@@ -47507,16 +48104,24 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47507
48104
  },
47508
48105
 
47509
48106
  // 提交流程
47510
- /**
47511
- * subProcess
47512
- * @desc:提交流程
47513
- * @author liufan
47514
- * @param {String} formName 当前form表单ref值
47515
- * @date 2022年5月25日
48107
+ /**
48108
+ * subProcess
48109
+ * @desc:提交流程
48110
+ * @author liufan
48111
+ * @param {String} formName 当前form表单ref值
48112
+ * @date 2022年5月25日
47516
48113
  **/
47517
48114
  subProcess: function subProcess(val, type) {
47518
48115
  var _this31 = this;
47519
48116
 
48117
+ if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
48118
+ if (this.directCreateCircularReadWhenFlowStarted) {
48119
+ this.$refs.flowCirculate.subMit();
48120
+ } else {
48121
+ this.$refs.processFormIndex.subProcess('nextNode');
48122
+ }
48123
+ return;
48124
+ }
47520
48125
  return this.$refs['nextNode'].validate(function (valid) {
47521
48126
  if (valid) {
47522
48127
  if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
@@ -47612,13 +48217,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47612
48217
 
47613
48218
  this.$refs['nextNode'].validate(function () {
47614
48219
  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;
48220
+ var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
47616
48221
  return regenerator_default.a.wrap(function _callee$(_context) {
47617
48222
  while (1) {
47618
48223
  switch (_context.prev = _context.next) {
47619
48224
  case 0:
47620
48225
  if (!valid) {
47621
- _context.next = 51;
48226
+ _context.next = 52;
47622
48227
  break;
47623
48228
  }
47624
48229
 
@@ -47732,7 +48337,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47732
48337
 
47733
48338
  case 33:
47734
48339
  _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;
48340
+ 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
48341
 
47737
48342
  params.isEndUserTask = isEndUserTask;
47738
48343
  params.choiceOrgId = choiceOrgId;
@@ -47749,7 +48354,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47749
48354
  if (currentNodeIsCircularReadNode) {
47750
48355
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
47751
48356
  }
47752
-
48357
+ if (!currentNodeEnableItemHandleDescription) {
48358
+ delete params.nextItemHandleDescription;
48359
+ }
47753
48360
  return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
47754
48361
  var status = res.status,
47755
48362
  message = res.message;
@@ -47768,10 +48375,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47768
48375
  }
47769
48376
  }));
47770
48377
 
47771
- case 51:
48378
+ case 52:
47772
48379
  return _context.abrupt('return', false);
47773
48380
 
47774
- case 52:
48381
+ case 53:
47775
48382
  case 'end':
47776
48383
  return _context.stop();
47777
48384
  }
@@ -47832,8 +48439,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47832
48439
 
47833
48440
  var flow_src_main_component = normalizeComponent(
47834
48441
  packages_flow_src_mainvue_type_script_lang_js_,
47835
- mainvue_type_template_id_89ea98c6_render,
47836
- mainvue_type_template_id_89ea98c6_staticRenderFns,
48442
+ mainvue_type_template_id_b92af252_render,
48443
+ mainvue_type_template_id_b92af252_staticRenderFns,
47837
48444
  false,
47838
48445
  null,
47839
48446
  null,
@@ -51251,12 +51858,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51251
51858
  }
51252
51859
  },
51253
51860
 
51254
- /**
51255
- * handleFormSubmit
51256
- * @desc:删除节点点击事件
51257
- * @param {Object} formData 点击删除的form数据
51258
- * @author liufan
51259
- * @date 2022年11月29日
51861
+ /**
51862
+ * handleFormSubmit
51863
+ * @desc:删除节点点击事件
51864
+ * @param {Object} formData 点击删除的form数据
51865
+ * @author liufan
51866
+ * @date 2022年11月29日
51260
51867
  **/
51261
51868
  handleFormSubmit: function handleFormSubmit(formData) {
51262
51869
  var _this9 = this;
@@ -51287,48 +51894,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51287
51894
  });
51288
51895
  },
51289
51896
 
51290
- /**
51291
- * del
51292
- * @desc:展示删除弹窗
51293
- * @param {String} id 当前点击数据id
51294
- * @author liufan
51295
- * @date 2022年11月29日
51897
+ /**
51898
+ * del
51899
+ * @desc:展示删除弹窗
51900
+ * @param {String} id 当前点击数据id
51901
+ * @author liufan
51902
+ * @date 2022年11月29日
51296
51903
  **/
51297
51904
  del: function del(id) {
51298
51905
  this.historyId = id;
51299
51906
  this.showDel = true;
51300
51907
  },
51301
51908
 
51302
- /**
51303
- * handleCurrentChange
51304
- * @desc:监听页码变化
51305
- * @param {String} val 当前页
51306
- * @author liufan
51307
- * @date 2022年11月29日
51909
+ /**
51910
+ * handleCurrentChange
51911
+ * @desc:监听页码变化
51912
+ * @param {String} val 当前页
51913
+ * @author liufan
51914
+ * @date 2022年11月29日
51308
51915
  **/
51309
51916
  handleCurrentChange: function handleCurrentChange(val) {
51310
51917
  this.currentPage = val;
51311
51918
  this.getPressList();
51312
51919
  },
51313
51920
 
51314
- /**
51315
- * handleSizeChange
51316
- * @desc:监听每页数据显示数量变化
51317
- * @param {String} val 每页展示数量
51318
- * @author liufan
51319
- * @date 2022年11月29日
51921
+ /**
51922
+ * handleSizeChange
51923
+ * @desc:监听每页数据显示数量变化
51924
+ * @param {String} val 每页展示数量
51925
+ * @author liufan
51926
+ * @date 2022年11月29日
51320
51927
  **/
51321
51928
  handleSizeChange: function handleSizeChange(val) {
51322
51929
  this.pageSize = val;
51323
51930
  this.getPressList();
51324
51931
  },
51325
51932
 
51326
- /**
51327
- * sortChange
51328
- * @desc:监听排序变化
51329
- * @param {Object} info 需要排序的字段及排序方式
51330
- * @author liufan
51331
- * @date 2022年11月29日
51933
+ /**
51934
+ * sortChange
51935
+ * @desc:监听排序变化
51936
+ * @param {Object} info 需要排序的字段及排序方式
51937
+ * @author liufan
51938
+ * @date 2022年11月29日
51332
51939
  **/
51333
51940
  sortChange: function sortChange(info) {
51334
51941
  var prop = info.prop,
@@ -51339,11 +51946,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51339
51946
  this.getPressList();
51340
51947
  },
51341
51948
 
51342
- /**
51343
- * getPressList
51344
- * @desc:催办列表数据
51345
- * @author liufan
51346
- * @date 2022年11月29日
51949
+ /**
51950
+ * getPressList
51951
+ * @desc:催办列表数据
51952
+ * @author liufan
51953
+ * @date 2022年11月29日
51347
51954
  **/
51348
51955
  getPressList: function getPressList() {
51349
51956
  var _this10 = this;
@@ -51373,12 +51980,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51373
51980
  });
51374
51981
  },
51375
51982
 
51376
- /**
51377
- * goPress
51378
- * @desc:催办列表查看
51379
- * @param {String} id 催办列表id
51380
- * @author liufan
51381
- * @date 2022年11月29日
51983
+ /**
51984
+ * goPress
51985
+ * @desc:催办列表查看
51986
+ * @param {String} id 催办列表id
51987
+ * @author liufan
51988
+ * @date 2022年11月29日
51382
51989
  **/
51383
51990
  goPress: function goPress(id) {
51384
51991
  this.historyId = id;
@@ -51386,23 +51993,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51386
51993
  this.getPressList();
51387
51994
  },
51388
51995
 
51389
- /**
51390
- * showFile
51391
- * @desc:附件查看
51392
- * @param {String} ownId 附件id
51393
- * @author liufan
51394
- * @date 2022年11月29日
51996
+ /**
51997
+ * showFile
51998
+ * @desc:附件查看
51999
+ * @param {String} ownId 附件id
52000
+ * @author liufan
52001
+ * @date 2022年11月29日
51395
52002
  **/
51396
52003
  showFile: function showFile(ownId) {
51397
52004
  this.wfpendingid = ownId;
51398
52005
  this.showFileList = true;
51399
52006
  },
51400
52007
 
51401
- /**
51402
- * handleChange
51403
- * @desc:切换排序方式
51404
- * @author liufan
51405
- * @date 2022年11月22日
52008
+ /**
52009
+ * handleChange
52010
+ * @desc:切换排序方式
52011
+ * @author liufan
52012
+ * @date 2022年11月22日
51406
52013
  **/
51407
52014
  handleChange: function handleChange(key, value) {
51408
52015
  if (value) {
@@ -51452,11 +52059,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51452
52059
  }))();
51453
52060
  },
51454
52061
 
51455
- /**
51456
- * getFlowList
51457
- * @desc:获取流程列表
51458
- * @author liufan
51459
- * @date 2022年11月22日
52062
+ /**
52063
+ * getFlowList
52064
+ * @desc:获取流程列表
52065
+ * @author liufan
52066
+ * @date 2022年11月22日
51460
52067
  **/
51461
52068
  getFlowList: function getFlowList() {
51462
52069
  var _this12 = this;
@@ -51528,12 +52135,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51528
52135
  });
51529
52136
  },
51530
52137
 
51531
- /**
51532
- * handleClick
51533
- * @desc:表单点击事件
51534
- * @param {Object} val 当前点击行数据及按钮
51535
- * @author liufan
51536
- * @date 2022年11月10日
52138
+ /**
52139
+ * handleClick
52140
+ * @desc:表单点击事件
52141
+ * @param {Object} val 当前点击行数据及按钮
52142
+ * @author liufan
52143
+ * @date 2022年11月10日
51537
52144
  **/
51538
52145
  handleClick: function handleClick(val) {
51539
52146
  var _this13 = this;
@@ -51579,13 +52186,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51579
52186
  }
51580
52187
  },
51581
52188
 
51582
- /**
51583
- * getCodeValue
51584
- * @desc:获取代码表过滤后的值
51585
- * @param {String} value 展示数据的代码值
51586
- * @param {String} type 代码表类型
51587
- * @author liufan
51588
- * @date 2022年11月10日
52189
+ /**
52190
+ * getCodeValue
52191
+ * @desc:获取代码表过滤后的值
52192
+ * @param {String} value 展示数据的代码值
52193
+ * @param {String} type 代码表类型
52194
+ * @author liufan
52195
+ * @date 2022年11月10日
51589
52196
  **/
51590
52197
  getCodeValue: function getCodeValue(value, type) {
51591
52198
  var val = this[type].filter(function (item) {
@@ -51594,12 +52201,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51594
52201
  return val[0].shortName;
51595
52202
  },
51596
52203
 
51597
- /**
51598
- * getSysInfo
51599
- * @desc:获取代码表
51600
- * @param {String} code 编码code值
51601
- * @author liufan
51602
- * @date 2022年11月10日
52204
+ /**
52205
+ * getSysInfo
52206
+ * @desc:获取代码表
52207
+ * @param {String} code 编码code值
52208
+ * @author liufan
52209
+ * @date 2022年11月10日
51603
52210
  **/
51604
52211
  getSysInfo: function getSysInfo(code) {
51605
52212
  var _this14 = this;
@@ -51621,11 +52228,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
51621
52228
  }).catch(function (e) {});
51622
52229
  },
51623
52230
 
51624
- /**
51625
- * getListInfo
51626
- * @desc:获取预设列表数据
51627
- * @author liufan
51628
- * @date 2022年11月10日
52231
+ /**
52232
+ * getListInfo
52233
+ * @desc:获取预设列表数据
52234
+ * @author liufan
52235
+ * @date 2022年11月10日
51629
52236
  **/
51630
52237
  getListInfo: function getListInfo() {
51631
52238
  var _this15 = this;
@@ -60849,10 +61456,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
60849
61456
  this.$emit('click', res);
60850
61457
  },
60851
61458
 
60852
- /**
60853
- * @desc:获取气泡提醒
60854
- * @author huangbo
60855
- * @date 2024年9月7日
61459
+ /**
61460
+ * @desc:获取气泡提醒
61461
+ * @author huangbo
61462
+ * @date 2024年9月7日
60856
61463
  **/
60857
61464
  getBadge: function getBadge(res) {
60858
61465
  var num = res.tips || 0;
@@ -64878,10 +65485,10 @@ var events = [function (tabs, index, that) {
64878
65485
  },
64879
65486
 
64880
65487
  methods: {
64881
- /**
64882
- * @desc:匹配路由
64883
- * @author huangbo
64884
- * @date 2024年9月7日
65488
+ /**
65489
+ * @desc:匹配路由
65490
+ * @author huangbo
65491
+ * @date 2024年9月7日
64885
65492
  **/
64886
65493
  hasRouter: function hasRouter(res, url, code) {
64887
65494
  if (!url) {
@@ -64925,10 +65532,10 @@ var events = [function (tabs, index, that) {
64925
65532
  return false;
64926
65533
  },
64927
65534
 
64928
- /**
64929
- * @desc:获取初始数据
64930
- * @author huangbo
64931
- * @date 2024年9月7日
65535
+ /**
65536
+ * @desc:获取初始数据
65537
+ * @author huangbo
65538
+ * @date 2024年9月7日
64932
65539
  **/
64933
65540
  init: function init(results, first) {
64934
65541
  this.setConfig(results);
@@ -64937,10 +65544,10 @@ var events = [function (tabs, index, that) {
64937
65544
  }
64938
65545
  },
64939
65546
 
64940
- /**
64941
- * @desc:设置用户配置及信息
64942
- * @author huangbo
64943
- * @date 2024年9月7日
65547
+ /**
65548
+ * @desc:设置用户配置及信息
65549
+ * @author huangbo
65550
+ * @date 2024年9月7日
64944
65551
  **/
64945
65552
  setConfig: function setConfig(results) {
64946
65553
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65074,10 +65681,10 @@ var events = [function (tabs, index, that) {
65074
65681
  }
65075
65682
  },
65076
65683
 
65077
- /**
65078
- * @desc:获取所有应用
65079
- * @author huangbo
65080
- * @date 2024年9月7日
65684
+ /**
65685
+ * @desc:获取所有应用
65686
+ * @author huangbo
65687
+ * @date 2024年9月7日
65081
65688
  **/
65082
65689
  getApplications: function getApplications() {
65083
65690
  var _this = this;
@@ -65125,10 +65732,10 @@ var events = [function (tabs, index, that) {
65125
65732
  });
65126
65733
  },
65127
65734
 
65128
- /**
65129
- * @desc:获取菜单列表
65130
- * @author huangbo
65131
- * @date 2024年9月7日
65735
+ /**
65736
+ * @desc:获取菜单列表
65737
+ * @author huangbo
65738
+ * @date 2024年9月7日
65132
65739
  **/
65133
65740
  getMenus: function getMenus(loading) {
65134
65741
  var _this2 = this;
@@ -65161,10 +65768,10 @@ var events = [function (tabs, index, that) {
65161
65768
  });
65162
65769
  },
65163
65770
 
65164
- /**
65165
- * @desc:处理菜单列表
65166
- * @author huangbo
65167
- * @date 2024年9月7日
65771
+ /**
65772
+ * @desc:处理菜单列表
65773
+ * @author huangbo
65774
+ * @date 2024年9月7日
65168
65775
  **/
65169
65776
  renderMenus: function renderMenus(res) {
65170
65777
  this.menus = res;
@@ -65260,10 +65867,10 @@ var events = [function (tabs, index, that) {
65260
65867
  }
65261
65868
  },
65262
65869
 
65263
- /**
65264
- * @desc:设置页面加载类型
65265
- * @author huangbo
65266
- * @date 2024年9月7日
65870
+ /**
65871
+ * @desc:设置页面加载类型
65872
+ * @author huangbo
65873
+ * @date 2024年9月7日
65267
65874
  **/
65268
65875
  setIframeType: function setIframeType(res) {
65269
65876
  var url = res.url;
@@ -65319,10 +65926,10 @@ var events = [function (tabs, index, that) {
65319
65926
  return res;
65320
65927
  },
65321
65928
 
65322
- /**
65323
- * @desc:获取菜单
65324
- * @author huangbo
65325
- * @date 2024年9月7日
65929
+ /**
65930
+ * @desc:获取菜单
65931
+ * @author huangbo
65932
+ * @date 2024年9月7日
65326
65933
  **/
65327
65934
  getMenu: function getMenu(menus, res, key) {
65328
65935
  if (Array.isArray(menus)) {
@@ -65351,10 +65958,10 @@ var events = [function (tabs, index, that) {
65351
65958
  return false;
65352
65959
  },
65353
65960
 
65354
- /**
65355
- * @desc:获取菜单第一条数据
65356
- * @author huangbo
65357
- * @date 2024年9月7日
65961
+ /**
65962
+ * @desc:获取菜单第一条数据
65963
+ * @author huangbo
65964
+ * @date 2024年9月7日
65358
65965
  **/
65359
65966
  getFirst: function getFirst(obj) {
65360
65967
  if (!obj) {
@@ -65373,10 +65980,10 @@ var events = [function (tabs, index, that) {
65373
65980
  }
65374
65981
  },
65375
65982
 
65376
- /**
65377
- * @desc:遍历设置菜单气泡提醒
65378
- * @author huangbo
65379
- * @date 2024年9月7日
65983
+ /**
65984
+ * @desc:遍历设置菜单气泡提醒
65985
+ * @author huangbo
65986
+ * @date 2024年9月7日
65380
65987
  **/
65381
65988
  setTips: function setTips(obj) {
65382
65989
  var _this3 = this;
@@ -65439,10 +66046,10 @@ var events = [function (tabs, index, that) {
65439
66046
  }
65440
66047
  },
65441
66048
 
65442
- /**
65443
- * @desc:获取气泡提醒
65444
- * @author huangbo
65445
- * @date 2024年9月7日
66049
+ /**
66050
+ * @desc:获取气泡提醒
66051
+ * @author huangbo
66052
+ * @date 2024年9月7日
65446
66053
  **/
65447
66054
  getBadge: function getBadge(res) {
65448
66055
  var num = res.tips || 0;
@@ -65456,10 +66063,10 @@ var events = [function (tabs, index, that) {
65456
66063
  };
65457
66064
  },
65458
66065
 
65459
- /**
65460
- * @desc:开启weosocket
65461
- * @author huangbo
65462
- * @date 2024年9月7日
66066
+ /**
66067
+ * @desc:开启weosocket
66068
+ * @author huangbo
66069
+ * @date 2024年9月7日
65463
66070
  **/
65464
66071
  initWebSocket: function initWebSocket() {
65465
66072
  var _this5 = this;
@@ -65508,10 +66115,10 @@ var events = [function (tabs, index, that) {
65508
66115
  });
65509
66116
  },
65510
66117
 
65511
- /**
65512
- * @desc:显示用户信息
65513
- * @author huangbo
65514
- * @date 2024年9月7日
66118
+ /**
66119
+ * @desc:显示用户信息
66120
+ * @author huangbo
66121
+ * @date 2024年9月7日
65515
66122
  **/
65516
66123
  showUserInfo: function showUserInfo() {
65517
66124
  if (this.showUser === false) {
@@ -65519,19 +66126,19 @@ var events = [function (tabs, index, that) {
65519
66126
  }
65520
66127
  },
65521
66128
 
65522
- /**
65523
- * @desc:删除更多应用菜单点击
65524
- * @author huangbo
65525
- * @date 2024年9月7日
66129
+ /**
66130
+ * @desc:删除更多应用菜单点击
66131
+ * @author huangbo
66132
+ * @date 2024年9月7日
65526
66133
  **/
65527
66134
  handleDelete: function handleDelete(index) {
65528
66135
  this.newApps.splice(index, 1);
65529
66136
  },
65530
66137
 
65531
- /**
65532
- * @desc:储存更多应用菜单点击
65533
- * @author huangbo
65534
- * @date 2024年9月7日
66138
+ /**
66139
+ * @desc:储存更多应用菜单点击
66140
+ * @author huangbo
66141
+ * @date 2024年9月7日
65535
66142
  **/
65536
66143
  handlerClickApps: function handlerClickApps(res) {
65537
66144
  if (res.permission === false) {
@@ -65544,10 +66151,10 @@ var events = [function (tabs, index, that) {
65544
66151
  this.handlerClickApp(res);
65545
66152
  },
65546
66153
 
65547
- /**
65548
- * @desc:侧边应用菜单点击
65549
- * @author huangbo
65550
- * @date 2024年9月7日
66154
+ /**
66155
+ * @desc:侧边应用菜单点击
66156
+ * @author huangbo
66157
+ * @date 2024年9月7日
65551
66158
  **/
65552
66159
  handlerClickApp: function handlerClickApp(res) {
65553
66160
  this.showMsg = false;
@@ -65636,10 +66243,10 @@ var events = [function (tabs, index, that) {
65636
66243
  }
65637
66244
  },
65638
66245
 
65639
- /**
65640
- * @desc:显示Drawer界面
65641
- * @author huangbo
65642
- * @date 2024年9月7日
66246
+ /**
66247
+ * @desc:显示Drawer界面
66248
+ * @author huangbo
66249
+ * @date 2024年9月7日
65643
66250
  **/
65644
66251
  handlerSetDrawer: function handlerSetDrawer(res, type) {
65645
66252
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -65659,19 +66266,19 @@ var events = [function (tabs, index, that) {
65659
66266
  }
65660
66267
  },
65661
66268
 
65662
- /**
65663
- * @desc:关闭Drawer界面
65664
- * @author huangbo
65665
- * @date 2024年9月7日
66269
+ /**
66270
+ * @desc:关闭Drawer界面
66271
+ * @author huangbo
66272
+ * @date 2024年9月7日
65666
66273
  **/
65667
66274
  handleCloseDrawer: function handleCloseDrawer() {
65668
66275
  this.drawer = { visible: false };
65669
66276
  },
65670
66277
 
65671
- /**
65672
- * @desc:菜单点击
65673
- * @author huangbo
65674
- * @date 2024年9月7日
66278
+ /**
66279
+ * @desc:菜单点击
66280
+ * @author huangbo
66281
+ * @date 2024年9月7日
65675
66282
  **/
65676
66283
  handlerClickMenu: function handlerClickMenu(res) {
65677
66284
  utils_util["a" /* default */].ajax({
@@ -65720,19 +66327,19 @@ var events = [function (tabs, index, that) {
65720
66327
  },
65721
66328
 
65722
66329
 
65723
- /**
65724
- * @desc:用户详情请求成功
65725
- * @author huangbo
65726
- * @date 2024年9月7日
66330
+ /**
66331
+ * @desc:用户详情请求成功
66332
+ * @author huangbo
66333
+ * @date 2024年9月7日
65727
66334
  **/
65728
66335
  handleSuccess: function handleSuccess(res) {
65729
66336
  this.simpleUserInfo = res.simpleUserInfo;
65730
66337
  },
65731
66338
 
65732
- /**
65733
- * @desc:修改用户配置
65734
- * @author huangbo
65735
- * @date 2024年9月7日
66339
+ /**
66340
+ * @desc:修改用户配置
66341
+ * @author huangbo
66342
+ * @date 2024年9月7日
65736
66343
  **/
65737
66344
  handleChangeConfig: function handleChangeConfig(name, res) {
65738
66345
  if (name == 'userHeadUrl') {
@@ -65748,10 +66355,10 @@ var events = [function (tabs, index, that) {
65748
66355
  }
65749
66356
  },
65750
66357
 
65751
- /**
65752
- * @desc:关闭webSocket
65753
- * @author huangbo
65754
- * @date 2024年9月7日
66358
+ /**
66359
+ * @desc:关闭webSocket
66360
+ * @author huangbo
66361
+ * @date 2024年9月7日
65755
66362
  **/
65756
66363
  handlerClose: function handlerClose() {
65757
66364
  if (this.webSocket) {
@@ -65759,10 +66366,10 @@ var events = [function (tabs, index, that) {
65759
66366
  }
65760
66367
  },
65761
66368
 
65762
- /**
65763
- * @desc:刷新选中iframe页签
65764
- * @author huangbo
65765
- * @date 2024年9月7日
66369
+ /**
66370
+ * @desc:刷新选中iframe页签
66371
+ * @author huangbo
66372
+ * @date 2024年9月7日
65766
66373
  **/
65767
66374
  handleRefresh: function handleRefresh() {
65768
66375
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -65783,10 +66390,10 @@ var events = [function (tabs, index, that) {
65783
66390
  }
65784
66391
  },
65785
66392
 
65786
- /**
65787
- * @desc:删除iframe
65788
- * @author huangbo
65789
- * @date 2024年9月7日
66393
+ /**
66394
+ * @desc:删除iframe
66395
+ * @author huangbo
66396
+ * @date 2024年9月7日
65790
66397
  **/
65791
66398
  handleRemove: function handleRemove(name) {
65792
66399
  var len = this.tabs.length - 1;
@@ -65803,10 +66410,10 @@ var events = [function (tabs, index, that) {
65803
66410
  }
65804
66411
  },
65805
66412
 
65806
- /**
65807
- * @desc:tabs鼠标右键事件
65808
- * @author huangbo
65809
- * @date 2024年9月7日
66413
+ /**
66414
+ * @desc:tabs鼠标右键事件
66415
+ * @author huangbo
66416
+ * @date 2024年9月7日
65810
66417
  **/
65811
66418
  handleContextmenu: function handleContextmenu(tabs, e) {
65812
66419
  var disabled = {};
@@ -65831,10 +66438,10 @@ var events = [function (tabs, index, that) {
65831
66438
  window.addEventListener('click', this.closeTabsEvents);
65832
66439
  },
65833
66440
 
65834
- /**
65835
- * @desc:tabs页签事件
65836
- * @author huangbo
65837
- * @date 2024年9月7日
66441
+ /**
66442
+ * @desc:tabs页签事件
66443
+ * @author huangbo
66444
+ * @date 2024年9月7日
65838
66445
  **/
65839
66446
  handleTabsEvents: function handleTabsEvents(num) {
65840
66447
  if (this.pane !== null) {
@@ -65852,10 +66459,10 @@ var events = [function (tabs, index, that) {
65852
66459
  window.removeEventListener('click', this.closeTabsEvents);
65853
66460
  },
65854
66461
 
65855
- /**
65856
- * @desc:handler工具栏点击事件
65857
- * @author huangbo
65858
- * @date 2024年9月7日
66462
+ /**
66463
+ * @desc:handler工具栏点击事件
66464
+ * @author huangbo
66465
+ * @date 2024年9月7日
65859
66466
  **/
65860
66467
  handleClick: function handleClick(res) {
65861
66468
  var type = res.type,
@@ -65933,10 +66540,10 @@ var events = [function (tabs, index, that) {
65933
66540
  this.$emit('handler-click', res);
65934
66541
  },
65935
66542
 
65936
- /**
65937
- * @desc:退出登录
65938
- * @author huangbo
65939
- * @date 2024年9月7日
66543
+ /**
66544
+ * @desc:退出登录
66545
+ * @author huangbo
66546
+ * @date 2024年9月7日
65940
66547
  **/
65941
66548
  handleQuit: function handleQuit() {
65942
66549
  var _this6 = this;
@@ -66011,10 +66618,10 @@ var events = [function (tabs, index, that) {
66011
66618
  }).catch(function (e) {});
66012
66619
  },
66013
66620
 
66014
- /**
66015
- * @desc:主题、消息回调
66016
- * @author huangbo
66017
- * @date 2024年9月7日
66621
+ /**
66622
+ * @desc:主题、消息回调
66623
+ * @author huangbo
66624
+ * @date 2024年9月7日
66018
66625
  **/
66019
66626
  handleChange: function handleChange(res) {
66020
66627
  var type = res.type,
@@ -66030,10 +66637,10 @@ var events = [function (tabs, index, that) {
66030
66637
  }
66031
66638
  },
66032
66639
 
66033
- /**
66034
- * @desc:菜单布局样式切换
66035
- * @author huangbo
66036
- * @date 2024年9月7日
66640
+ /**
66641
+ * @desc:菜单布局样式切换
66642
+ * @author huangbo
66643
+ * @date 2024年9月7日
66037
66644
  **/
66038
66645
  handleLayout: function handleLayout(res, active) {
66039
66646
  if (active) {
@@ -66042,10 +66649,10 @@ var events = [function (tabs, index, that) {
66042
66649
  this.$emit('chang-layout', res, active);
66043
66650
  },
66044
66651
 
66045
- /**
66046
- * @desc:消息修改总数
66047
- * @author huangbo
66048
- * @date 2024年9月7日
66652
+ /**
66653
+ * @desc:消息修改总数
66654
+ * @author huangbo
66655
+ * @date 2024年9月7日
66049
66656
  **/
66050
66657
  handleMenuTips: function handleMenuTips(id, num) {
66051
66658
  if (num) {
@@ -66056,10 +66663,10 @@ var events = [function (tabs, index, that) {
66056
66663
  }
66057
66664
  },
66058
66665
 
66059
- /**
66060
- * @desc:处理即时消息
66061
- * @author huangbo
66062
- * @date 2024年9月7日
66666
+ /**
66667
+ * @desc:处理即时消息
66668
+ * @author huangbo
66669
+ * @date 2024年9月7日
66063
66670
  **/
66064
66671
  handleOpened: function handleOpened(res) {
66065
66672
  var _this7 = this;
@@ -73222,19 +73829,19 @@ var QRCode = __webpack_require__(24);
73222
73829
  //设置logo大小
73223
73830
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
73224
73831
  //设置获取的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();
73832
+ /* ctx.fillStyle = "#fff";
73833
+ ctx.beginPath();
73834
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
73835
+ let w = 46; //圆角宽
73836
+ let x = logoPosition - 5;
73837
+ let y = logoPosition - 5;
73838
+ let r = 5; //圆角半径
73839
+ ctx.moveTo(x + r, y);
73840
+ ctx.arcTo(x + w, y, x + w, y + h, r);
73841
+ ctx.arcTo(x + w, y + h, x, y + h, r);
73842
+ ctx.arcTo(x, y + h, x, y, r);
73843
+ ctx.arcTo(x, y, x + w, y, r);
73844
+ ctx.closePath();
73238
73845
  ctx.fill(); */
73239
73846
  logo.onload = function () {
73240
73847
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -91319,7 +91926,7 @@ if (typeof window !== 'undefined' && window.Vue) {
91319
91926
  }
91320
91927
 
91321
91928
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
91322
- version: '0.6.77',
91929
+ version: '0.6.79',
91323
91930
  install: install,
91324
91931
  Button: packages_button,
91325
91932
  ButtonGroup: button_group,