eoss-ui 0.6.99 → 0.7.11

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 (282) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/calogin.js +234 -234
  4. package/lib/checkbox-group.js +1 -1
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +1 -1
  7. package/lib/data-table.js +1 -1
  8. package/lib/date-picker.js +1 -1
  9. package/lib/dialog.js +1 -1
  10. package/lib/eoss-ui.common.js +1247 -1213
  11. package/lib/flow-group.js +1 -1
  12. package/lib/flow-list.js +82 -82
  13. package/lib/flow.js +757 -729
  14. package/lib/form.js +9 -5
  15. package/lib/handle-user.js +1 -1
  16. package/lib/handler.js +1 -1
  17. package/lib/icon.js +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +1 -1
  20. package/lib/input.js +1 -1
  21. package/lib/login.js +1 -1
  22. package/lib/main.js +142 -140
  23. package/lib/nav.js +1 -1
  24. package/lib/notify.js +1 -1
  25. package/lib/page.js +1 -1
  26. package/lib/pagination.js +1 -1
  27. package/lib/player.js +1 -1
  28. package/lib/qr-code.js +14 -14
  29. package/lib/radio-group.js +1 -1
  30. package/lib/retrial-auth.js +1 -1
  31. package/lib/select-ganged.js +1 -1
  32. package/lib/select.js +1 -1
  33. package/lib/selector-panel.js +1 -1
  34. package/lib/selector.js +1 -1
  35. package/lib/sizer.js +1 -1
  36. package/lib/steps.js +1 -1
  37. package/lib/switch.js +1 -1
  38. package/lib/table-form.js +1 -1
  39. package/lib/tabs.js +1 -1
  40. package/lib/tips.js +1 -1
  41. package/lib/tree-group.js +1 -1
  42. package/lib/tree.js +1 -1
  43. package/lib/upload.js +1 -1
  44. package/lib/wujie.js +1 -1
  45. package/lib/wxlogin.js +1 -1
  46. package/package.json +160 -160
  47. package/packages/button/index.js +5 -5
  48. package/packages/button/src/main.vue +418 -418
  49. package/packages/button-group/index.js +5 -5
  50. package/packages/button-group/src/main.vue +298 -298
  51. package/packages/calendar/index.js +5 -5
  52. package/packages/calogin/index.js +5 -5
  53. package/packages/calogin/src/main.vue +412 -412
  54. package/packages/calogin/src/plugin.js +915 -915
  55. package/packages/card/index.js +5 -5
  56. package/packages/card/src/main.vue +156 -156
  57. package/packages/cascader/index.js +5 -5
  58. package/packages/cascader/src/main.vue +168 -168
  59. package/packages/checkbox-group/index.js +5 -5
  60. package/packages/checkbox-group/src/main.vue +333 -333
  61. package/packages/clients/index.js +5 -5
  62. package/packages/clients/src/main.vue +151 -151
  63. package/packages/data-table/index.js +5 -5
  64. package/packages/data-table/src/children.vue +39 -39
  65. package/packages/data-table/src/column.vue +988 -988
  66. package/packages/data-table/src/main.vue +1831 -1831
  67. package/packages/data-table/src/sizer.vue +195 -195
  68. package/packages/data-table-form/index.js +5 -5
  69. package/packages/data-table-form/src/checkbox.vue +101 -101
  70. package/packages/data-table-form/src/colgroup.vue +17 -17
  71. package/packages/data-table-form/src/main.vue +181 -181
  72. package/packages/data-table-form/src/radio.vue +65 -65
  73. package/packages/data-table-form/src/table.vue +233 -233
  74. package/packages/data-table-form/src/tbody.vue +336 -336
  75. package/packages/data-table-form/src/thead.vue +68 -68
  76. package/packages/date-picker/index.js +5 -5
  77. package/packages/date-picker/src/main.vue +236 -236
  78. package/packages/dialog/index.js +5 -5
  79. package/packages/enable-drag/index.js +5 -5
  80. package/packages/enterprise/index.js +5 -5
  81. package/packages/enterprise/src/main.vue +66 -66
  82. package/packages/error-page/index.js +5 -5
  83. package/packages/error-page/src/main.vue +44 -44
  84. package/packages/flow/index.js +5 -5
  85. package/packages/flow/src/component/Circulate.vue +405 -403
  86. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  87. package/packages/flow/src/component/CustomPreset.vue +322 -322
  88. package/packages/flow/src/component/FileList.vue +99 -99
  89. package/packages/flow/src/component/Preset.vue +255 -255
  90. package/packages/flow/src/component/SendMsg.vue +242 -242
  91. package/packages/flow/src/component/TimeLimit.vue +190 -190
  92. package/packages/flow/src/component/taskUnionExamine.vue +642 -641
  93. package/packages/flow/src/form.vue +121 -121
  94. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  95. package/packages/flow/src/main.vue +3750 -3726
  96. package/packages/flow/src/processForm.vue +1287 -1287
  97. package/packages/flow/src/processReject.vue +308 -308
  98. package/packages/flow/src/reset.vue +941 -941
  99. package/packages/flow/src/selectUser.vue +5 -1
  100. package/packages/flow/src/startTaskRead.vue +691 -690
  101. package/packages/flow/src/supervise.vue +159 -159
  102. package/packages/flow/src/table.vue +58 -58
  103. package/packages/flow-group/index.js +5 -5
  104. package/packages/flow-group/src/main.vue +692 -692
  105. package/packages/flow-list/index.js +5 -5
  106. package/packages/flow-list/src/main.vue +1770 -1770
  107. package/packages/form/index.js +5 -5
  108. package/packages/form/src/main.vue +3850 -3846
  109. package/packages/form/src/table.vue +1508 -1508
  110. package/packages/handle-user/index.js +5 -5
  111. package/packages/handle-user/src/main.vue +137 -137
  112. package/packages/handler/index.js +5 -5
  113. package/packages/handler/src/main.vue +493 -493
  114. package/packages/icon/index.js +5 -5
  115. package/packages/icon/src/main.vue +101 -101
  116. package/packages/icons/index.js +5 -5
  117. package/packages/icons/src/main.vue +81 -81
  118. package/packages/input/index.js +5 -5
  119. package/packages/input/src/main.vue +356 -356
  120. package/packages/input-number/index.js +5 -5
  121. package/packages/input-number/src/main.vue +106 -106
  122. package/packages/label/index.js +5 -5
  123. package/packages/label/src/main.vue +457 -457
  124. package/packages/layout/index.js +5 -5
  125. package/packages/layout/src/item.vue +152 -152
  126. package/packages/layout/src/main.vue +31 -31
  127. package/packages/login/index.js +5 -5
  128. package/packages/login/src/main.vue +1993 -1993
  129. package/packages/login/src/resetPassword.vue +562 -562
  130. package/packages/main/index.js +5 -5
  131. package/packages/main/src/default/message.vue +249 -249
  132. package/packages/main/src/default/notice.vue +157 -157
  133. package/packages/main/src/default/userinfo.vue +502 -502
  134. package/packages/main/src/public/online.vue +89 -89
  135. package/packages/main/src/public/search.vue +464 -464
  136. package/packages/main/src/public/settings.vue +221 -221
  137. package/packages/main/src/simplicity/apps.vue +388 -388
  138. package/packages/main/src/simplicity/avatar.vue +82 -82
  139. package/packages/main/src/simplicity/handler.vue +259 -259
  140. package/packages/main/src/simplicity/index.vue +2125 -2125
  141. package/packages/main/src/simplicity/lists.vue +84 -84
  142. package/packages/main/src/simplicity/menu-list.vue +135 -135
  143. package/packages/main/src/simplicity/message.vue +259 -259
  144. package/packages/main/src/simplicity/notice.vue +190 -190
  145. package/packages/main/src/simplicity/router-page.vue +45 -45
  146. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  147. package/packages/main/src/simplicity/user.vue +259 -259
  148. package/packages/main/src/simplicity/userinfo.vue +398 -397
  149. package/packages/menu/index.js +5 -5
  150. package/packages/menu/src/main.vue +584 -584
  151. package/packages/nav/index.js +5 -5
  152. package/packages/nav/src/main.vue +351 -351
  153. package/packages/notify/index.js +5 -5
  154. package/packages/notify/src/main.vue +538 -538
  155. package/packages/page/index.js +5 -5
  156. package/packages/page/src/main.vue +167 -167
  157. package/packages/pagination/index.js +5 -5
  158. package/packages/pagination/src/main.vue +96 -96
  159. package/packages/player/index.js +5 -5
  160. package/packages/player/src/main.vue +194 -194
  161. package/packages/qr-code/index.js +5 -5
  162. package/packages/qr-code/src/main.vue +170 -170
  163. package/packages/radio-group/index.js +6 -6
  164. package/packages/radio-group/src/main.vue +319 -319
  165. package/packages/retrial-auth/index.js +5 -5
  166. package/packages/retrial-auth/src/main.vue +280 -280
  167. package/packages/select/index.js +5 -5
  168. package/packages/select/src/main.vue +781 -781
  169. package/packages/select-ganged/index.js +5 -5
  170. package/packages/select-ganged/src/main.vue +724 -724
  171. package/packages/selector/index.js +5 -5
  172. package/packages/selector/src/main.vue +761 -761
  173. package/packages/selector-panel/index.js +5 -5
  174. package/packages/selector-panel/src/main.vue +1027 -1027
  175. package/packages/selector-panel/src/selection.vue +170 -170
  176. package/packages/selector-panel/src/tree.vue +129 -129
  177. package/packages/sizer/index.js +5 -5
  178. package/packages/sizer/src/main.vue +254 -254
  179. package/packages/steps/index.js +5 -5
  180. package/packages/steps/src/main.vue +181 -181
  181. package/packages/switch/index.js +5 -5
  182. package/packages/switch/src/main.vue +154 -154
  183. package/packages/table-form/index.js +5 -5
  184. package/packages/tabs/index.js +5 -5
  185. package/packages/tabs/src/main.vue +788 -788
  186. package/packages/tabs-panel/index.js +5 -5
  187. package/packages/tabs-panel/src/main.vue +29 -29
  188. package/packages/theme-chalk/src/base.scss +261 -261
  189. package/packages/theme-chalk/src/button-group.scss +176 -176
  190. package/packages/theme-chalk/src/button.scss +24 -24
  191. package/packages/theme-chalk/src/calendar.scss +113 -113
  192. package/packages/theme-chalk/src/card.scss +99 -99
  193. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  194. package/packages/theme-chalk/src/clients.scss +87 -87
  195. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  196. package/packages/theme-chalk/src/data-table.scss +293 -293
  197. package/packages/theme-chalk/src/date-picker.scss +7 -7
  198. package/packages/theme-chalk/src/dialog.scss +77 -77
  199. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  200. package/packages/theme-chalk/src/enterprise.scss +5 -5
  201. package/packages/theme-chalk/src/error-page.scss +18 -18
  202. package/packages/theme-chalk/src/flow-group.scss +110 -110
  203. package/packages/theme-chalk/src/flow-list.scss +39 -39
  204. package/packages/theme-chalk/src/flow.scss +348 -348
  205. package/packages/theme-chalk/src/form.scss +499 -499
  206. package/packages/theme-chalk/src/handle-user.scss +40 -40
  207. package/packages/theme-chalk/src/handler.scss +143 -143
  208. package/packages/theme-chalk/src/icon.scss +1817 -1817
  209. package/packages/theme-chalk/src/icons.scss +99 -99
  210. package/packages/theme-chalk/src/input.scss +9 -9
  211. package/packages/theme-chalk/src/label.scss +24 -24
  212. package/packages/theme-chalk/src/layout.scss +46 -46
  213. package/packages/theme-chalk/src/login.scss +984 -984
  214. package/packages/theme-chalk/src/main.scss +663 -663
  215. package/packages/theme-chalk/src/menu.scss +222 -222
  216. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  217. package/packages/theme-chalk/src/nav.scss +111 -111
  218. package/packages/theme-chalk/src/page.scss +3 -3
  219. package/packages/theme-chalk/src/pagination.scss +29 -29
  220. package/packages/theme-chalk/src/player.scss +9 -9
  221. package/packages/theme-chalk/src/qr-code.scss +17 -17
  222. package/packages/theme-chalk/src/radio-group.scss +9 -9
  223. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  224. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  225. package/packages/theme-chalk/src/select.scss +8 -8
  226. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  227. package/packages/theme-chalk/src/selector.scss +92 -92
  228. package/packages/theme-chalk/src/simplicity.scss +1361 -1361
  229. package/packages/theme-chalk/src/sizer.scss +36 -36
  230. package/packages/theme-chalk/src/steps.scss +88 -88
  231. package/packages/theme-chalk/src/switch.scss +3 -3
  232. package/packages/theme-chalk/src/table-form.scss +1 -1
  233. package/packages/theme-chalk/src/tabs.scss +87 -87
  234. package/packages/theme-chalk/src/tips.scss +7 -7
  235. package/packages/theme-chalk/src/toolbar.scss +179 -179
  236. package/packages/theme-chalk/src/tree-group.scss +72 -72
  237. package/packages/theme-chalk/src/tree.scss +165 -165
  238. package/packages/theme-chalk/src/upload.scss +172 -172
  239. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  240. package/packages/tips/index.js +5 -5
  241. package/packages/tips/src/main.vue +141 -141
  242. package/packages/toolbar/index.js +5 -5
  243. package/packages/toolbar/src/main.vue +430 -430
  244. package/packages/tree/index.js +5 -5
  245. package/packages/tree-group/index.js +5 -5
  246. package/packages/upload/index.js +5 -5
  247. package/packages/upload/src/main.vue +1343 -1343
  248. package/packages/upload/src/picture.js +15 -15
  249. package/packages/wujie/index.js +5 -5
  250. package/packages/wujie/src/main.vue +145 -145
  251. package/packages/wxlogin/index.js +5 -5
  252. package/packages/wxlogin/src/main.vue +128 -128
  253. package/src/config/api.js +308 -308
  254. package/src/config/image.js +2 -2
  255. package/src/index.js +163 -163
  256. package/src/utils/bus.js +3 -3
  257. package/src/utils/date-util.js +312 -312
  258. package/src/utils/http.js +50 -50
  259. package/src/utils/rules.js +18 -18
  260. package/src/utils/store.js +21 -21
  261. package/src/utils/webSocket.js +107 -107
  262. package/packages/.DS_Store +0 -0
  263. package/packages/autocomplete/.DS_Store +0 -0
  264. package/packages/calogin/.DS_Store +0 -0
  265. package/packages/date-picker/.DS_Store +0 -0
  266. package/packages/date-picker/src/.DS_Store +0 -0
  267. package/packages/flow/.DS_Store +0 -0
  268. package/packages/flow/src/.DS_Store +0 -0
  269. package/packages/flow-list/.DS_Store +0 -0
  270. package/packages/form/.DS_Store +0 -0
  271. package/packages/login/.DS_Store +0 -0
  272. package/packages/main/.DS_Store +0 -0
  273. package/packages/main/src/.DS_Store +0 -0
  274. package/packages/menu/.DS_Store +0 -0
  275. package/packages/scrollbar/.DS_Store +0 -0
  276. package/packages/select/.DS_Store +0 -0
  277. package/packages/selector/.DS_Store +0 -0
  278. package/packages/selector-panel/.DS_Store +0 -0
  279. package/packages/theme-chalk/src/.DS_Store +0 -0
  280. package/packages/upload/.DS_Store +0 -0
  281. package/src/.DS_Store +0 -0
  282. package/src/utils/.DS_Store +0 -0
@@ -3717,7 +3717,7 @@ var watermark = function watermark(option) {
3717
3717
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
3718
3718
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
3719
3719
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUrgencyLevelChangedNotificationType; });
3720
- var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/oa';
3720
+ var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3721
3721
  // 登录
3722
3722
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
3723
3723
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -5965,8 +5965,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5965
5965
 
5966
5966
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5967
5967
 
5968
- /**
5969
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5968
+ /**
5969
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5970
5970
  */
5971
5971
  var CA_ExtInterface = function () {
5972
5972
  function CA_ExtInterface() {
@@ -5979,11 +5979,11 @@ var CA_ExtInterface = function () {
5979
5979
  this.init();
5980
5980
  }
5981
5981
 
5982
- /**
5983
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5984
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5985
- * @param {Object} target - 目标对象
5986
- * @param {Object} options - 新的选项对象
5982
+ /**
5983
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5984
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5985
+ * @param {Object} target - 目标对象
5986
+ * @param {Object} options - 新的选项对象
5987
5987
  */
5988
5988
 
5989
5989
 
@@ -5998,8 +5998,8 @@ var CA_ExtInterface = function () {
5998
5998
  }
5999
5999
  };
6000
6000
 
6001
- /**
6002
- * 检查当前会话的 WebSocket URL
6001
+ /**
6002
+ * 检查当前会话的 WebSocket URL
6003
6003
  */
6004
6004
 
6005
6005
 
@@ -6013,8 +6013,8 @@ var CA_ExtInterface = function () {
6013
6013
  }
6014
6014
  };
6015
6015
 
6016
- /**
6017
- * 检查是否使用 ActiveX
6016
+ /**
6017
+ * 检查是否使用 ActiveX
6018
6018
  */
6019
6019
 
6020
6020
 
@@ -6026,11 +6026,11 @@ var CA_ExtInterface = function () {
6026
6026
  }
6027
6027
  };
6028
6028
 
6029
- /**
6030
- * 扩展发送消息并等待响应
6031
- * @param {string} operatorCmd - 操作命令
6032
- * @param {string} sendMsg - 发送的消息
6033
- * @returns {string} 响应消息
6029
+ /**
6030
+ * 扩展发送消息并等待响应
6031
+ * @param {string} operatorCmd - 操作命令
6032
+ * @param {string} sendMsg - 发送的消息
6033
+ * @returns {string} 响应消息
6034
6034
  */
6035
6035
 
6036
6036
 
@@ -6040,11 +6040,11 @@ var CA_ExtInterface = function () {
6040
6040
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6041
6041
  };
6042
6042
 
6043
- /**
6044
- * 发送消息并等待响应
6045
- * @param {string} wsurl - WebSocket URL
6046
- * @param {string} sendMsg - 发送的消息
6047
- * @returns {string} 响应消息
6043
+ /**
6044
+ * 发送消息并等待响应
6045
+ * @param {string} wsurl - WebSocket URL
6046
+ * @param {string} sendMsg - 发送的消息
6047
+ * @returns {string} 响应消息
6048
6048
  */
6049
6049
 
6050
6050
 
@@ -6068,9 +6068,9 @@ var CA_ExtInterface = function () {
6068
6068
  return ResultMsg;
6069
6069
  };
6070
6070
 
6071
- /**
6072
- * 配置选项
6073
- * @param {Object} extendOption - 扩展选项
6071
+ /**
6072
+ * 配置选项
6073
+ * @param {Object} extendOption - 扩展选项
6074
6074
  */
6075
6075
 
6076
6076
 
@@ -6080,8 +6080,8 @@ var CA_ExtInterface = function () {
6080
6080
  }
6081
6081
  };
6082
6082
 
6083
- /**
6084
- * 初始化
6083
+ /**
6084
+ * 初始化
6085
6085
  */
6086
6086
 
6087
6087
 
@@ -6089,9 +6089,9 @@ var CA_ExtInterface = function () {
6089
6089
  this.isUseActioveX();
6090
6090
  };
6091
6091
 
6092
- /**
6093
- * 返回客户端的版本
6094
- * @returns {string} 客户端版本
6092
+ /**
6093
+ * 返回客户端的版本
6094
+ * @returns {string} 客户端版本
6095
6095
  */
6096
6096
 
6097
6097
 
@@ -6104,13 +6104,13 @@ var CA_ExtInterface = function () {
6104
6104
  }
6105
6105
  };
6106
6106
 
6107
- /**
6108
- * 下载客户端程序并安装
6109
- * @param {string} bstrURL - 下载地址
6110
- * @param {string} bstrHashValue - 哈希值
6111
- * @param {boolean} bSync - 是否同步安装
6112
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6113
- * @returns {number} 安装结果
6107
+ /**
6108
+ * 下载客户端程序并安装
6109
+ * @param {string} bstrURL - 下载地址
6110
+ * @param {string} bstrHashValue - 哈希值
6111
+ * @param {boolean} bSync - 是否同步安装
6112
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6113
+ * @returns {number} 安装结果
6114
6114
  */
6115
6115
 
6116
6116
 
@@ -6124,11 +6124,11 @@ var CA_ExtInterface = function () {
6124
6124
  }
6125
6125
  };
6126
6126
 
6127
- /**
6128
- * 获取硬件指纹信息
6129
- * @param {number} dwSign - 签名
6130
- * @param {string} strGateWayIP - 网关 IP
6131
- * @returns {string} 硬件指纹信息
6127
+ /**
6128
+ * 获取硬件指纹信息
6129
+ * @param {number} dwSign - 签名
6130
+ * @param {string} strGateWayIP - 网关 IP
6131
+ * @returns {string} 硬件指纹信息
6132
6132
  */
6133
6133
 
6134
6134
 
@@ -6142,12 +6142,12 @@ var CA_ExtInterface = function () {
6142
6142
  }
6143
6143
  };
6144
6144
 
6145
- /**
6146
- * 设置转发策略和代填策略
6147
- * @param {string} strProxyPolicy - 转发策略
6148
- * @param {string} strSSOPolicy - 代填策略
6149
- * @param {string} strGatewayAddress - 网关地址
6150
- * @returns {number} 设置结果
6145
+ /**
6146
+ * 设置转发策略和代填策略
6147
+ * @param {string} strProxyPolicy - 转发策略
6148
+ * @param {string} strSSOPolicy - 代填策略
6149
+ * @param {string} strGatewayAddress - 网关地址
6150
+ * @returns {number} 设置结果
6151
6151
  */
6152
6152
 
6153
6153
 
@@ -6161,11 +6161,11 @@ var CA_ExtInterface = function () {
6161
6161
  }
6162
6162
  };
6163
6163
 
6164
- /**
6165
- * 启动认证信息模块
6166
- * @param {string} strFileName - 文件名
6167
- * @param {string} strXmlData - XML 数据
6168
- * @returns {string} 认证信息
6164
+ /**
6165
+ * 启动认证信息模块
6166
+ * @param {string} strFileName - 文件名
6167
+ * @param {string} strXmlData - XML 数据
6168
+ * @returns {string} 认证信息
6169
6169
  */
6170
6170
 
6171
6171
 
@@ -6179,10 +6179,10 @@ var CA_ExtInterface = function () {
6179
6179
  }
6180
6180
  };
6181
6181
 
6182
- /**
6183
- * 打开 BS 应用
6184
- * @param {string} strUrl - 应用 URL
6185
- * @returns {number} 打开结果
6182
+ /**
6183
+ * 打开 BS 应用
6184
+ * @param {string} strUrl - 应用 URL
6185
+ * @returns {number} 打开结果
6186
6186
  */
6187
6187
 
6188
6188
 
@@ -6196,12 +6196,12 @@ var CA_ExtInterface = function () {
6196
6196
  }
6197
6197
  };
6198
6198
 
6199
- /**
6200
- * 打开 CS 应用
6201
- * @param {string} strGatewayAddress - 网关地址
6202
- * @param {string} strAppFlag - 应用标识
6203
- * @param {string} strAppPath - 应用路径
6204
- * @returns {number} 打开结果
6199
+ /**
6200
+ * 打开 CS 应用
6201
+ * @param {string} strGatewayAddress - 网关地址
6202
+ * @param {string} strAppFlag - 应用标识
6203
+ * @param {string} strAppPath - 应用路径
6204
+ * @returns {number} 打开结果
6205
6205
  */
6206
6206
 
6207
6207
 
@@ -6215,13 +6215,13 @@ var CA_ExtInterface = function () {
6215
6215
  }
6216
6216
  };
6217
6217
 
6218
- /**
6219
- * 设置自动更新策略
6220
- * @param {string} strGatewayAddress - 网关地址
6221
- * @param {number} nGatewayPort - 网关端口
6222
- * @param {string} strUserToken - 用户令牌
6223
- * @param {number} updatedelay - 更新延迟
6224
- * @returns {number} 设置结果
6218
+ /**
6219
+ * 设置自动更新策略
6220
+ * @param {string} strGatewayAddress - 网关地址
6221
+ * @param {number} nGatewayPort - 网关端口
6222
+ * @param {string} strUserToken - 用户令牌
6223
+ * @param {number} updatedelay - 更新延迟
6224
+ * @returns {number} 设置结果
6225
6225
  */
6226
6226
 
6227
6227
 
@@ -6235,10 +6235,10 @@ var CA_ExtInterface = function () {
6235
6235
  }
6236
6236
  };
6237
6237
 
6238
- /**
6239
- * 获取客户端 IP
6240
- * @param {string} strGatewayIP - 网关 IP
6241
- * @returns {string} 客户端 IP
6238
+ /**
6239
+ * 获取客户端 IP
6240
+ * @param {string} strGatewayIP - 网关 IP
6241
+ * @returns {string} 客户端 IP
6242
6242
  */
6243
6243
 
6244
6244
 
@@ -6252,10 +6252,10 @@ var CA_ExtInterface = function () {
6252
6252
  }
6253
6253
  };
6254
6254
 
6255
- /**
6256
- * 登出网关
6257
- * @param {string} strServerIP - 服务器 IP
6258
- * @returns {number} 登出结果
6255
+ /**
6256
+ * 登出网关
6257
+ * @param {string} strServerIP - 服务器 IP
6258
+ * @returns {number} 登出结果
6259
6259
  */
6260
6260
 
6261
6261
 
@@ -6269,11 +6269,11 @@ var CA_ExtInterface = function () {
6269
6269
  }
6270
6270
  };
6271
6271
 
6272
- /**
6273
- * 运行安装包
6274
- * @param {number} lRunType - 运行类型
6275
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6276
- * @returns {number} 运行结果
6272
+ /**
6273
+ * 运行安装包
6274
+ * @param {number} lRunType - 运行类型
6275
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
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 {number} 下载进度
6290
+ /**
6291
+ * 获取下载进度
6292
+ * @returns {number} 下载进度
6293
6293
  */
6294
6294
 
6295
6295
 
@@ -6303,9 +6303,9 @@ var CA_ExtInterface = function () {
6303
6303
  }
6304
6304
  };
6305
6305
 
6306
- /**
6307
- * 是否安装完成
6308
- * @returns {boolean} 安装完成状态
6306
+ /**
6307
+ * 是否安装完成
6308
+ * @returns {boolean} 安装完成状态
6309
6309
  */
6310
6310
 
6311
6311
 
@@ -6319,11 +6319,11 @@ var CA_ExtInterface = function () {
6319
6319
  }
6320
6320
  };
6321
6321
 
6322
- /**
6323
- * 初始化签包对象
6324
- * @param {string} strAlgType - 算法类型
6325
- * @param {string} strAuxParam - 辅助参数
6326
- * @returns {number} 初始化结果
6322
+ /**
6323
+ * 初始化签包对象
6324
+ * @param {string} strAlgType - 算法类型
6325
+ * @param {string} strAuxParam - 辅助参数
6326
+ * @returns {number} 初始化结果
6327
6327
  */
6328
6328
 
6329
6329
 
@@ -6337,10 +6337,10 @@ var CA_ExtInterface = function () {
6337
6337
  }
6338
6338
  };
6339
6339
 
6340
- /**
6341
- * 设置摘要算法
6342
- * @param {string} strDigestAlg - 摘要算法
6343
- * @returns {number} 设置结果
6340
+ /**
6341
+ * 设置摘要算法
6342
+ * @param {string} strDigestAlg - 摘要算法
6343
+ * @returns {number} 设置结果
6344
6344
  */
6345
6345
 
6346
6346
 
@@ -6354,10 +6354,10 @@ var CA_ExtInterface = function () {
6354
6354
  }
6355
6355
  };
6356
6356
 
6357
- /**
6358
- * 设置单证书是否弹出对话框
6359
- * @param {number} isChoose - 是否弹出对话框
6360
- * @returns {number} 设置结果
6357
+ /**
6358
+ * 设置单证书是否弹出对话框
6359
+ * @param {number} isChoose - 是否弹出对话框
6360
+ * @returns {number} 设置结果
6361
6361
  */
6362
6362
 
6363
6363
 
@@ -6371,11 +6371,11 @@ var CA_ExtInterface = function () {
6371
6371
  }
6372
6372
  };
6373
6373
 
6374
- /**
6375
- * 添加证书过滤条件
6376
- * @param {number} ulType - 过滤类型
6377
- * @param {string} strValue - 过滤值
6378
- * @returns {number} 添加结果
6374
+ /**
6375
+ * 添加证书过滤条件
6376
+ * @param {number} ulType - 过滤类型
6377
+ * @param {string} strValue - 过滤值
6378
+ * @returns {number} 添加结果
6379
6379
  */
6380
6380
 
6381
6381
 
@@ -6389,9 +6389,9 @@ var CA_ExtInterface = function () {
6389
6389
  }
6390
6390
  };
6391
6391
 
6392
- /**
6393
- * 清除所有过滤条件
6394
- * @returns {number} 清除结果
6392
+ /**
6393
+ * 清除所有过滤条件
6394
+ * @returns {number} 清除结果
6395
6395
  */
6396
6396
 
6397
6397
 
@@ -6405,10 +6405,10 @@ var CA_ExtInterface = function () {
6405
6405
  }
6406
6406
  };
6407
6407
 
6408
- /**
6409
- * P1 签名
6410
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6411
- * @returns {string} 签名结果
6408
+ /**
6409
+ * P1 签名
6410
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6411
+ * @returns {string} 签名结果
6412
6412
  */
6413
6413
 
6414
6414
 
@@ -6422,10 +6422,10 @@ var CA_ExtInterface = function () {
6422
6422
  }
6423
6423
  };
6424
6424
 
6425
- /**
6426
- * P1 签名字符串
6427
- * @param {string} strValue - 待签名的字符串
6428
- * @returns {string} 签名结果
6425
+ /**
6426
+ * P1 签名字符串
6427
+ * @param {string} strValue - 待签名的字符串
6428
+ * @returns {string} 签名结果
6429
6429
  */
6430
6430
 
6431
6431
 
@@ -6439,12 +6439,12 @@ var CA_ExtInterface = function () {
6439
6439
  }
6440
6440
  };
6441
6441
 
6442
- /**
6443
- * P7 签名
6444
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6445
- * @param {boolean} isDetach - 是否分离签名
6446
- * @param {boolean} isIncludeCert - 是否包含证书
6447
- * @returns {string} 签名结果
6442
+ /**
6443
+ * P7 签名
6444
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6445
+ * @param {boolean} isDetach - 是否分离签名
6446
+ * @param {boolean} isIncludeCert - 是否包含证书
6447
+ * @returns {string} 签名结果
6448
6448
  */
6449
6449
 
6450
6450
 
@@ -6458,12 +6458,12 @@ var CA_ExtInterface = function () {
6458
6458
  }
6459
6459
  };
6460
6460
 
6461
- /**
6462
- * P7 签名字符串
6463
- * @param {string} strValue - 待签名的字符串
6464
- * @param {boolean} isDetach - 是否分离签名
6465
- * @param {boolean} isIncludeCert - 是否包含证书
6466
- * @returns {string} 签名结果
6461
+ /**
6462
+ * P7 签名字符串
6463
+ * @param {string} strValue - 待签名的字符串
6464
+ * @param {boolean} isDetach - 是否分离签名
6465
+ * @param {boolean} isIncludeCert - 是否包含证书
6466
+ * @returns {string} 签名结果
6467
6467
  */
6468
6468
 
6469
6469
 
@@ -6477,9 +6477,9 @@ var CA_ExtInterface = function () {
6477
6477
  }
6478
6478
  };
6479
6479
 
6480
- /**
6481
- * 释放签名对象
6482
- * @returns {number} 释放结果
6480
+ /**
6481
+ * 释放签名对象
6482
+ * @returns {number} 释放结果
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 {string} 签名证书
6512
+ /**
6513
+ * 获取签名证书
6514
+ * @returns {string} 签名证书
6515
6515
  */
6516
6516
 
6517
6517
 
@@ -6525,9 +6525,9 @@ var CA_ExtInterface = function () {
6525
6525
  }
6526
6526
  };
6527
6527
 
6528
- /**
6529
- * 获取错误码
6530
- * @returns {number} 错误码
6528
+ /**
6529
+ * 获取错误码
6530
+ * @returns {number} 错误码
6531
6531
  */
6532
6532
 
6533
6533
 
@@ -6541,9 +6541,9 @@ var CA_ExtInterface = function () {
6541
6541
  }
6542
6542
  };
6543
6543
 
6544
- /**
6545
- * 获取错误信息
6546
- * @returns {string} 错误信息
6544
+ /**
6545
+ * 获取错误信息
6546
+ * @returns {string} 错误信息
6547
6547
  */
6548
6548
 
6549
6549
 
@@ -6557,9 +6557,9 @@ var CA_ExtInterface = function () {
6557
6557
  }
6558
6558
  };
6559
6559
 
6560
- /**
6561
- * 销毁认证对象
6562
- * @returns {number} 销毁结果
6560
+ /**
6561
+ * 销毁认证对象
6562
+ * @returns {number} 销毁结果
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,9 +6589,9 @@ var CA_ExtInterface = function () {
6589
6589
  }
6590
6590
  };
6591
6591
 
6592
- /**
6593
- * 获取签名摘要算法
6594
- * @returns {string} 签名摘要算法
6592
+ /**
6593
+ * 获取签名摘要算法
6594
+ * @returns {string} 签名摘要算法
6595
6595
  */
6596
6596
 
6597
6597
 
@@ -6605,11 +6605,11 @@ var CA_ExtInterface = function () {
6605
6605
  }
6606
6606
  };
6607
6607
 
6608
- /**
6609
- * 使能调用序列
6610
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6611
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6612
- * @returns {number} 使能结果
6608
+ /**
6609
+ * 使能调用序列
6610
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6611
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
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 {number} 清空调用序列结果
6626
+ /**
6627
+ * 清空调用序列结果
6628
+ * @returns {number} 清空调用序列结果
6629
6629
  */
6630
6630
 
6631
6631
 
@@ -6639,9 +6639,9 @@ var CA_ExtInterface = function () {
6639
6639
  }
6640
6640
  };
6641
6641
 
6642
- /**
6643
- * 获取调用序列结果
6644
- * @returns {string} 调用序列结果
6642
+ /**
6643
+ * 获取调用序列结果
6644
+ * @returns {string} 调用序列结果
6645
6645
  */
6646
6646
 
6647
6647
 
@@ -6655,12 +6655,12 @@ var CA_ExtInterface = function () {
6655
6655
  }
6656
6656
  };
6657
6657
 
6658
- /**
6659
- * 客户端安全策略检查
6660
- * @param {string} strGatewayAddress - 网关地址
6661
- * @param {number} usGatewayPort - 网关端口
6662
- * @param {string} strSecurityPolicys - 安全策略
6663
- * @returns {boolean} 检查结果
6658
+ /**
6659
+ * 客户端安全策略检查
6660
+ * @param {string} strGatewayAddress - 网关地址
6661
+ * @param {number} usGatewayPort - 网关端口
6662
+ * @param {string} strSecurityPolicys - 安全策略
6663
+ * @returns {boolean} 检查结果
6664
6664
  */
6665
6665
 
6666
6666
 
@@ -6674,9 +6674,9 @@ var CA_ExtInterface = function () {
6674
6674
  }
6675
6675
  };
6676
6676
 
6677
- /**
6678
- * 获取通讯协议版本
6679
- * @returns {string} 通讯协议版本
6677
+ /**
6678
+ * 获取通讯协议版本
6679
+ * @returns {string} 通讯协议版本
6680
6680
  */
6681
6681
 
6682
6682
 
@@ -6690,13 +6690,13 @@ var CA_ExtInterface = function () {
6690
6690
  }
6691
6691
  };
6692
6692
 
6693
- /**
6694
- * 修改 Key 的 Pin 码
6695
- * @param {string} strCertSn - 证书序列号
6696
- * @param {number} lPinCodeType - Pin 码类型
6697
- * @param {string} strCurPinCode - 当前 Pin 码
6698
- * @param {string} strNewPinCode - 新 Pin 码
6699
- * @returns {number} 修改结果
6693
+ /**
6694
+ * 修改 Key 的 Pin 码
6695
+ * @param {string} strCertSn - 证书序列号
6696
+ * @param {number} lPinCodeType - Pin 码类型
6697
+ * @param {string} strCurPinCode - 当前 Pin 码
6698
+ * @param {string} strNewPinCode - 新 Pin 码
6699
+ * @returns {number} 修改结果
6700
6700
  */
6701
6701
 
6702
6702
 
@@ -6710,10 +6710,10 @@ var CA_ExtInterface = function () {
6710
6710
  }
6711
6711
  };
6712
6712
 
6713
- /**
6714
- * 等待策略设置完毕
6715
- * @param {string} strGatewayAddress - 网关地址
6716
- * @returns {number} 等待结果
6713
+ /**
6714
+ * 等待策略设置完毕
6715
+ * @param {string} strGatewayAddress - 网关地址
6716
+ * @returns {number} 等待结果
6717
6717
  */
6718
6718
 
6719
6719
 
@@ -6727,10 +6727,10 @@ var CA_ExtInterface = function () {
6727
6727
  }
6728
6728
  };
6729
6729
 
6730
- /**
6731
- * 获取会话 Token
6732
- * @param {string} strGatewayAddress - 网关地址
6733
- * @returns {string} 会话 Token
6730
+ /**
6731
+ * 获取会话 Token
6732
+ * @param {string} strGatewayAddress - 网关地址
6733
+ * @returns {string} 会话 Token
6734
6734
  */
6735
6735
 
6736
6736
 
@@ -6744,9 +6744,9 @@ var CA_ExtInterface = function () {
6744
6744
  }
6745
6745
  };
6746
6746
 
6747
- /**
6748
- * 获取控件版本
6749
- * @returns {string} 控件版本
6747
+ /**
6748
+ * 获取控件版本
6749
+ * @returns {string} 控件版本
6750
6750
  */
6751
6751
 
6752
6752
 
@@ -6760,10 +6760,10 @@ var CA_ExtInterface = function () {
6760
6760
  }
6761
6761
  };
6762
6762
 
6763
- /**
6764
- * 设置语言资源
6765
- * @param {string} strLanguage - 语言资源
6766
- * @returns {number} 设置结果
6763
+ /**
6764
+ * 设置语言资源
6765
+ * @param {string} strLanguage - 语言资源
6766
+ * @returns {number} 设置结果
6767
6767
  */
6768
6768
 
6769
6769
 
@@ -6777,12 +6777,12 @@ var CA_ExtInterface = function () {
6777
6777
  }
6778
6778
  };
6779
6779
 
6780
- /**
6781
- * 获取用户属性
6782
- * @param {string} strGatewayAddress - 网关地址
6783
- * @param {string} strAppFlag - 应用标识
6784
- * @param {string} strAttributeName - 属性名称
6785
- * @returns {string} 用户属性值
6780
+ /**
6781
+ * 获取用户属性
6782
+ * @param {string} strGatewayAddress - 网关地址
6783
+ * @param {string} strAppFlag - 应用标识
6784
+ * @param {string} strAttributeName - 属性名称
6785
+ * @returns {string} 用户属性值
6786
6786
  */
6787
6787
 
6788
6788
 
@@ -6796,9 +6796,9 @@ var CA_ExtInterface = function () {
6796
6796
  }
6797
6797
  };
6798
6798
 
6799
- /**
6800
- * 获取签名加密 PIN 码
6801
- * @returns {string} 签名加密 PIN 码
6799
+ /**
6800
+ * 获取签名加密 PIN 码
6801
+ * @returns {string} 签名加密 PIN 码
6802
6802
  */
6803
6803
 
6804
6804
 
@@ -6811,20 +6811,20 @@ var CA_ExtInterface = function () {
6811
6811
  return result.value;
6812
6812
  }
6813
6813
  };
6814
- /*
6815
- *曙光四川CA
6816
- *'SOF_GetUserList' 证书列表
6817
- *'SOF_ExportUserCert' 导出证书
6818
- *'SOF_GetCertInfo': 获取证书信息
6819
- *'SOF_GenRandom': 生成随机数
6820
- *'SOF_SignData': 获取证书签名
6821
- *'SOF_Login': 登录证书
6822
- *'SOF_GetPinRetryCount': 剩余次数
6814
+ /*
6815
+ *曙光四川CA
6816
+ *'SOF_GetUserList' 证书列表
6817
+ *'SOF_ExportUserCert' 导出证书
6818
+ *'SOF_GetCertInfo': 获取证书信息
6819
+ *'SOF_GenRandom': 生成随机数
6820
+ *'SOF_SignData': 获取证书签名
6821
+ *'SOF_Login': 登录证书
6822
+ *'SOF_GetPinRetryCount': 剩余次数
6823
6823
  */
6824
- /**
6825
- *
6826
- * 获取webSocket消息
6827
- * @returns {string}
6824
+ /**
6825
+ *
6826
+ * 获取webSocket消息
6827
+ * @returns {string}
6828
6828
  */
6829
6829
 
6830
6830
 
@@ -6860,10 +6860,10 @@ var CA_ExtInterface = function () {
6860
6860
  };
6861
6861
  });
6862
6862
  };
6863
- /**
6864
- *
6865
- * base64解码
6866
- * @returns {string} base64解码后的字符串
6863
+ /**
6864
+ *
6865
+ * base64解码
6866
+ * @returns {string} base64解码后的字符串
6867
6867
  */
6868
6868
 
6869
6869
 
@@ -6898,10 +6898,10 @@ var CA_ExtInterface = function () {
6898
6898
  val = this.utf8_decode(val);
6899
6899
  return val;
6900
6900
  };
6901
- /**
6902
- *
6903
- * base64编码
6904
- * @returns {string} base64编码后的字符串
6901
+ /**
6902
+ *
6903
+ * base64编码
6904
+ * @returns {string} base64编码后的字符串
6905
6905
  */
6906
6906
 
6907
6907
 
@@ -6934,10 +6934,10 @@ var CA_ExtInterface = function () {
6934
6934
  }
6935
6935
  return val;
6936
6936
  };
6937
- /**
6938
- *
6939
- * utf8解码
6940
- * @returns {string} utf8解码后的字符串
6937
+ /**
6938
+ *
6939
+ * utf8解码
6940
+ * @returns {string} utf8解码后的字符串
6941
6941
  */
6942
6942
 
6943
6943
 
@@ -6966,10 +6966,10 @@ var CA_ExtInterface = function () {
6966
6966
  }
6967
6967
  return string;
6968
6968
  };
6969
- /**
6970
- *
6971
- * utf8编码
6972
- * @returns {string} utf8编码后的字符串
6969
+ /**
6970
+ *
6971
+ * utf8编码
6972
+ * @returns {string} utf8编码后的字符串
6973
6973
  */
6974
6974
 
6975
6975
 
@@ -17230,8 +17230,8 @@ error_page_src_main.install = function (Vue) {
17230
17230
  };
17231
17231
 
17232
17232
  /* harmony default export */ var error_page = (error_page_src_main);
17233
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=067640af&
17234
- var mainvue_type_template_id_067640af_render = function () {
17233
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=ad265c98&
17234
+ var mainvue_type_template_id_ad265c98_render = function () {
17235
17235
  var _vm = this
17236
17236
  var _h = _vm.$createElement
17237
17237
  var _c = _vm._self._c || _h
@@ -23358,11 +23358,11 @@ var mainvue_type_template_id_067640af_render = function () {
23358
23358
  )
23359
23359
  : _vm._e()
23360
23360
  }
23361
- var mainvue_type_template_id_067640af_staticRenderFns = []
23362
- mainvue_type_template_id_067640af_render._withStripped = true
23361
+ var mainvue_type_template_id_ad265c98_staticRenderFns = []
23362
+ mainvue_type_template_id_ad265c98_render._withStripped = true
23363
23363
 
23364
23364
 
23365
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=067640af&
23365
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=ad265c98&
23366
23366
 
23367
23367
  // CONCATENATED MODULE: ./src/utils/rules.js
23368
23368
  // 手机号
@@ -26012,7 +26012,11 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26012
26012
  }
26013
26013
  },
26014
26014
  active: Array,
26015
- resetActive: Boolean
26015
+ resetActive: Boolean,
26016
+ resetValue: {
26017
+ type: Boolean,
26018
+ default: true
26019
+ }
26016
26020
  },
26017
26021
  data: function data() {
26018
26022
  return {
@@ -26602,7 +26606,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26602
26606
  }());
26603
26607
  }
26604
26608
  } else if (res.event === 'reset' || res.event === 'cancel' || res.type === 'reset') {
26605
- this.resetFields();
26609
+ this.resetValue && this.resetFields();
26606
26610
  if (this.closeDialog && this.esDialog) {
26607
26611
  this.esDialog.handleClose(res.reload || false);
26608
26612
  }
@@ -27164,8 +27168,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27164
27168
 
27165
27169
  var form_src_main_component = normalizeComponent(
27166
27170
  packages_form_src_mainvue_type_script_lang_js_,
27167
- mainvue_type_template_id_067640af_render,
27168
- mainvue_type_template_id_067640af_staticRenderFns,
27171
+ mainvue_type_template_id_ad265c98_render,
27172
+ mainvue_type_template_id_ad265c98_staticRenderFns,
27169
27173
  false,
27170
27174
  null,
27171
27175
  null,
@@ -27182,8 +27186,8 @@ form_src_main.install = function (Vue) {
27182
27186
  };
27183
27187
 
27184
27188
  /* harmony default export */ var packages_form = (form_src_main);
27185
- // 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=531ac436&
27186
- var mainvue_type_template_id_531ac436_render = function () {
27189
+ // 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=2db06a0a&
27190
+ var mainvue_type_template_id_2db06a0a_render = function () {
27187
27191
  var _vm = this
27188
27192
  var _h = _vm.$createElement
27189
27193
  var _c = _vm._self._c || _h
@@ -27392,6 +27396,8 @@ var mainvue_type_template_id_531ac436_render = function () {
27392
27396
  "pending-id": _vm.pendingId,
27393
27397
  showBtn: false,
27394
27398
  formTitle: _vm.formTitle,
27399
+ startFlowPageEmbeddedIntoStartFlowIndex:
27400
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex,
27395
27401
  processDefinitionId: _vm.nodeInfo.nextNode,
27396
27402
  simpleTips: _vm.simpleTips,
27397
27403
  oldOption: _vm.value,
@@ -30067,11 +30073,11 @@ var mainvue_type_template_id_531ac436_render = function () {
30067
30073
  )
30068
30074
  : _vm._e()
30069
30075
  }
30070
- var mainvue_type_template_id_531ac436_staticRenderFns = []
30071
- mainvue_type_template_id_531ac436_render._withStripped = true
30076
+ var mainvue_type_template_id_2db06a0a_staticRenderFns = []
30077
+ mainvue_type_template_id_2db06a0a_render._withStripped = true
30072
30078
 
30073
30079
 
30074
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=531ac436&
30080
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2db06a0a&
30075
30081
 
30076
30082
  // 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&
30077
30083
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -30915,21 +30921,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30915
30921
  return validSate;
30916
30922
  },
30917
30923
 
30918
- /**
30919
- * changeOpinion
30920
- * @desc:监听意见变化
30921
- * @author liufan
30922
- * @date 2022年10月28日
30924
+ /**
30925
+ * changeOpinion
30926
+ * @desc:监听意见变化
30927
+ * @author liufan
30928
+ * @date 2022年10月28日
30923
30929
  **/
30924
30930
  changeOpinion: function changeOpinion() {
30925
30931
  this.$emit('change', this.form.value);
30926
30932
  },
30927
30933
 
30928
- /**
30929
- * getCommonOpion
30930
- * @desc:获取意见
30931
- * @author liufan
30932
- * @date 2022年5月25日
30934
+ /**
30935
+ * getCommonOpion
30936
+ * @desc:获取意见
30937
+ * @author liufan
30938
+ * @date 2022年5月25日
30933
30939
  **/
30934
30940
  getCommonOpion: function getCommonOpion() {
30935
30941
  var _this = this;
@@ -30958,24 +30964,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30958
30964
  });
30959
30965
  },
30960
30966
 
30961
- /**
30962
- * upDate
30963
- * @desc:修改常用语
30964
- * @author liufan
30965
- * @param {Object} val 修改值
30966
- * @date 2022年5月25日
30967
+ /**
30968
+ * upDate
30969
+ * @desc:修改常用语
30970
+ * @author liufan
30971
+ * @param {Object} val 修改值
30972
+ * @date 2022年5月25日
30967
30973
  **/
30968
30974
  upDate: function upDate(val) {
30969
30975
  this.FormData.id = val.id;
30970
30976
  this.addVisible = true;
30971
30977
  },
30972
30978
 
30973
- /**
30974
- * selectChange
30975
- * @desc:常用语选择
30976
- * @author liufan
30977
- * @param {String} val 选中值
30978
- * @date 2022年5月25日
30979
+ /**
30980
+ * selectChange
30981
+ * @desc:常用语选择
30982
+ * @author liufan
30983
+ * @param {String} val 选中值
30984
+ * @date 2022年5月25日
30979
30985
  **/
30980
30986
  selectChange: function selectChange(val) {
30981
30987
  var _this2 = this;
@@ -30994,12 +31000,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30994
31000
  });
30995
31001
  },
30996
31002
 
30997
- /**
30998
- * del
30999
- * @desc:删除常用语
31000
- * @author liufan
31001
- * @param {Object} val 删除的数据
31002
- * @date 2022年5月25日
31003
+ /**
31004
+ * del
31005
+ * @desc:删除常用语
31006
+ * @author liufan
31007
+ * @param {Object} val 删除的数据
31008
+ * @date 2022年5月25日
31003
31009
  **/
31004
31010
  del: function del(val) {
31005
31011
  var _this3 = this;
@@ -31041,12 +31047,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31041
31047
  }).catch(function (e) {});
31042
31048
  },
31043
31049
 
31044
- /**
31045
- * submit
31046
- * @desc:新增/编辑意见保存
31047
- * @author liufan
31048
- * @param {Object} val 保存数据
31049
- * @date 2022年5月25日
31050
+ /**
31051
+ * submit
31052
+ * @desc:新增/编辑意见保存
31053
+ * @author liufan
31054
+ * @param {Object} val 保存数据
31055
+ * @date 2022年5月25日
31050
31056
  **/
31051
31057
  submit: function submit(val) {
31052
31058
  var _this4 = this;
@@ -31875,8 +31881,8 @@ processFormvue_type_template_id_e536b88e_render._withStripped = true
31875
31881
 
31876
31882
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e536b88e&
31877
31883
 
31878
- // 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=3d8ca42d&
31879
- var selectUservue_type_template_id_3d8ca42d_render = function () {
31884
+ // 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=4750588e&
31885
+ var selectUservue_type_template_id_4750588e_render = function () {
31880
31886
  var _vm = this
31881
31887
  var _h = _vm.$createElement
31882
31888
  var _c = _vm._self._c || _h
@@ -31990,7 +31996,7 @@ var selectUservue_type_template_id_3d8ca42d_render = function () {
31990
31996
  tabs: _vm.tabs,
31991
31997
  title: _vm.title,
31992
31998
  classify: _vm.classify,
31993
- "collapse-tags": 2,
31999
+ "collapse-tags": _vm.selectorTags,
31994
32000
  mix: _vm.mix,
31995
32001
  min: _vm.isUnionSeal ? 1 : 0,
31996
32002
  disabled:
@@ -32029,11 +32035,11 @@ var selectUservue_type_template_id_3d8ca42d_render = function () {
32029
32035
  2
32030
32036
  )
32031
32037
  }
32032
- var selectUservue_type_template_id_3d8ca42d_staticRenderFns = []
32033
- selectUservue_type_template_id_3d8ca42d_render._withStripped = true
32038
+ var selectUservue_type_template_id_4750588e_staticRenderFns = []
32039
+ selectUservue_type_template_id_4750588e_render._withStripped = true
32034
32040
 
32035
32041
 
32036
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3d8ca42d&
32042
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
32037
32043
 
32038
32044
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
32039
32045
  var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -32173,6 +32179,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32173
32179
  type: Boolean,
32174
32180
  default: false
32175
32181
  },
32182
+ selectorTags: {
32183
+ type: [Number, undefined],
32184
+ default: 2
32185
+ },
32176
32186
  isCustomUser: { type: Number, default: 1 },
32177
32187
  isCurrentNodeForbiddenChangeCandidate: { type: Number, default: 0 },
32178
32188
  options: {
@@ -32533,8 +32543,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32533
32543
 
32534
32544
  var selectUser_component = normalizeComponent(
32535
32545
  src_selectUservue_type_script_lang_js_,
32536
- selectUservue_type_template_id_3d8ca42d_render,
32537
- selectUservue_type_template_id_3d8ca42d_staticRenderFns,
32546
+ selectUservue_type_template_id_4750588e_render,
32547
+ selectUservue_type_template_id_4750588e_staticRenderFns,
32538
32548
  false,
32539
32549
  null,
32540
32550
  null,
@@ -34432,11 +34442,11 @@ var processFormvue_type_script_lang_js_components;
34432
34442
  });
34433
34443
  },
34434
34444
 
34435
- /**
34436
- * isMultiple
34437
- * @desc:是否多选
34438
- * @author liufan
34439
- * @date 2022年9月13日
34445
+ /**
34446
+ * isMultiple
34447
+ * @desc:是否多选
34448
+ * @author liufan
34449
+ * @date 2022年9月13日
34440
34450
  **/
34441
34451
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34442
34452
  var multiple = false;
@@ -36221,8 +36231,8 @@ var processReject_component = normalizeComponent(
36221
36231
  )
36222
36232
 
36223
36233
  /* harmony default export */ var processReject = (processReject_component.exports);
36224
- // 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=8c622104&
36225
- var startTaskReadvue_type_template_id_8c622104_render = function () {
36234
+ // 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=094580c3&
36235
+ var startTaskReadvue_type_template_id_094580c3_render = function () {
36226
36236
  var _vm = this
36227
36237
  var _h = _vm.$createElement
36228
36238
  var _c = _vm._self._c || _h
@@ -36238,6 +36248,7 @@ var startTaskReadvue_type_template_id_8c622104_render = function () {
36238
36248
  },
36239
36249
  ],
36240
36250
  staticClass: "task-read",
36251
+ style: "height: " + (_vm.typeCode == "read" ? "100%" : "unset") + ";",
36241
36252
  attrs: {
36242
36253
  "element-loading-text": "加载中...",
36243
36254
  "element-loading-spinner": "el-icon-loading",
@@ -36643,11 +36654,11 @@ var startTaskReadvue_type_template_id_8c622104_render = function () {
36643
36654
  1
36644
36655
  )
36645
36656
  }
36646
- var startTaskReadvue_type_template_id_8c622104_staticRenderFns = []
36647
- startTaskReadvue_type_template_id_8c622104_render._withStripped = true
36657
+ var startTaskReadvue_type_template_id_094580c3_staticRenderFns = []
36658
+ startTaskReadvue_type_template_id_094580c3_render._withStripped = true
36648
36659
 
36649
36660
 
36650
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=8c622104&
36661
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
36651
36662
 
36652
36663
  // 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&
36653
36664
  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; };
@@ -36824,6 +36835,7 @@ var startTaskReadvue_type_script_lang_js_components;
36824
36835
  //
36825
36836
  //
36826
36837
  //
36838
+ //
36827
36839
 
36828
36840
 
36829
36841
 
@@ -37370,8 +37382,8 @@ var startTaskReadvue_type_script_lang_js_components;
37370
37382
 
37371
37383
  var startTaskRead_component = normalizeComponent(
37372
37384
  src_startTaskReadvue_type_script_lang_js_,
37373
- startTaskReadvue_type_template_id_8c622104_render,
37374
- startTaskReadvue_type_template_id_8c622104_staticRenderFns,
37385
+ startTaskReadvue_type_template_id_094580c3_render,
37386
+ startTaskReadvue_type_template_id_094580c3_staticRenderFns,
37375
37387
  false,
37376
37388
  null,
37377
37389
  null,
@@ -38634,11 +38646,11 @@ var resetvue_type_script_lang_js_components;
38634
38646
  });
38635
38647
  },
38636
38648
 
38637
- /**
38638
- * isMultiple
38639
- * @desc:是否多选
38640
- * @author liufan
38641
- * @date 2022年9月13日
38649
+ /**
38650
+ * isMultiple
38651
+ * @desc:是否多选
38652
+ * @author liufan
38653
+ * @date 2022年9月13日
38642
38654
  **/
38643
38655
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38644
38656
  var multiple = false;
@@ -38782,8 +38794,8 @@ var reset_component = normalizeComponent(
38782
38794
  )
38783
38795
 
38784
38796
  /* harmony default export */ var src_reset = (reset_component.exports);
38785
- // 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/taskUnionExamine.vue?vue&type=template&id=7cff7406&
38786
- var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
38797
+ // 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/taskUnionExamine.vue?vue&type=template&id=6c2affc4&
38798
+ var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
38787
38799
  var _vm = this
38788
38800
  var _h = _vm.$createElement
38789
38801
  var _c = _vm._self._c || _h
@@ -38856,6 +38868,7 @@ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
38856
38868
  ? _vm.infoList.nextOtherOrgObj
38857
38869
  : _vm.infoList.nextCurrentOrgObj,
38858
38870
  multiple: _vm.newMultiple,
38871
+ selectorTags: 0,
38859
38872
  mix: _vm.currentMix,
38860
38873
  isUnionSeal: _vm.type == "unionSeal",
38861
38874
  selectUserList: _vm.unionSealData || [],
@@ -39040,11 +39053,11 @@ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
39040
39053
  1
39041
39054
  )
39042
39055
  }
39043
- var taskUnionExaminevue_type_template_id_7cff7406_staticRenderFns = []
39044
- taskUnionExaminevue_type_template_id_7cff7406_render._withStripped = true
39056
+ var taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns = []
39057
+ taskUnionExaminevue_type_template_id_6c2affc4_render._withStripped = true
39045
39058
 
39046
39059
 
39047
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=7cff7406&
39060
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6c2affc4&
39048
39061
 
39049
39062
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
39050
39063
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -39182,6 +39195,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39182
39195
  //
39183
39196
  //
39184
39197
  //
39198
+ //
39185
39199
 
39186
39200
 
39187
39201
 
@@ -39630,8 +39644,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39630
39644
 
39631
39645
  var taskUnionExamine_component = normalizeComponent(
39632
39646
  component_taskUnionExaminevue_type_script_lang_js_,
39633
- taskUnionExaminevue_type_template_id_7cff7406_render,
39634
- taskUnionExaminevue_type_template_id_7cff7406_staticRenderFns,
39647
+ taskUnionExaminevue_type_template_id_6c2affc4_render,
39648
+ taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns,
39635
39649
  false,
39636
39650
  null,
39637
39651
  null,
@@ -43039,11 +43053,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43039
43053
  });
43040
43054
  },
43041
43055
 
43042
- /**
43043
- * saveInfo
43044
- * @desc:暂存
43045
- * @author liufan
43046
- * @date 2022年9月9日
43056
+ /**
43057
+ * saveInfo
43058
+ * @desc:暂存
43059
+ * @author liufan
43060
+ * @date 2022年9月9日
43047
43061
  **/
43048
43062
  saveInfo: function saveInfo(type, btn) {
43049
43063
  var _this6 = this;
@@ -43105,11 +43119,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43105
43119
  });
43106
43120
  },
43107
43121
 
43108
- /**
43109
- * rejectBtn
43110
- * @desc:点击驳回
43111
- * @author liufan
43112
- * @date 2022年5月25日
43122
+ /**
43123
+ * rejectBtn
43124
+ * @desc:点击驳回
43125
+ * @author liufan
43126
+ * @date 2022年5月25日
43113
43127
  **/
43114
43128
  rejectBtn: function rejectBtn() {
43115
43129
  var _this8 = this;
@@ -43127,11 +43141,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43127
43141
  }
43128
43142
  },
43129
43143
 
43130
- /**
43131
- * taskReadBtn
43132
- * @desc:点击分阅
43133
- * @author liufan
43134
- * @date 2022年5月25日
43144
+ /**
43145
+ * taskReadBtn
43146
+ * @desc:点击分阅
43147
+ * @author liufan
43148
+ * @date 2022年5月25日
43135
43149
  **/
43136
43150
  taskReadBtn: function taskReadBtn() {
43137
43151
  var _this9 = this;
@@ -43150,11 +43164,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43150
43164
  }
43151
43165
  },
43152
43166
 
43153
- /**
43154
- * getFind
43155
- * @desc:获取通知方式
43156
- * @author liufan
43157
- * @date 2022年5月25日
43167
+ /**
43168
+ * getFind
43169
+ * @desc:获取通知方式
43170
+ * @author liufan
43171
+ * @date 2022年5月25日
43158
43172
  **/
43159
43173
  getFind: function getFind() {
43160
43174
  var _this10 = this;
@@ -43209,12 +43223,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43209
43223
  });
43210
43224
  },
43211
43225
 
43212
- /**
43213
- * endFlows
43214
- * @desc:直接办结
43215
- * @author liufan
43216
- * @param {Object} res 直接办结数据
43217
- * @date 2022年5月25日
43226
+ /**
43227
+ * endFlows
43228
+ * @desc:直接办结
43229
+ * @author liufan
43230
+ * @param {Object} res 直接办结数据
43231
+ * @date 2022年5月25日
43218
43232
  **/
43219
43233
  endFlows: function endFlows(res) {
43220
43234
  var _this12 = this;
@@ -43268,12 +43282,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43268
43282
  }).catch(function (e) {});
43269
43283
  },
43270
43284
 
43271
- /**
43272
- * goView
43273
- * @desc:更多流程按钮操作
43274
- * @author liufan
43275
- * @param {Object} res 当前点击操作按钮数据
43276
- * @date 2022年5月25日
43285
+ /**
43286
+ * goView
43287
+ * @desc:更多流程按钮操作
43288
+ * @author liufan
43289
+ * @param {Object} res 当前点击操作按钮数据
43290
+ * @date 2022年5月25日
43277
43291
  **/
43278
43292
  goView: function goView(res) {
43279
43293
  // 驳回并办结:rejectAndEndHtml
@@ -43358,11 +43372,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43358
43372
  // isCanStartSubFlow
43359
43373
  },
43360
43374
 
43361
- /**
43362
- * toTakeAdvice
43363
- * @desc:征求意见
43364
- * @author liufan
43365
- * @date 2022年9月29日
43375
+ /**
43376
+ * toTakeAdvice
43377
+ * @desc:征求意见
43378
+ * @author liufan
43379
+ * @date 2022年9月29日
43366
43380
  **/
43367
43381
  toTakeAdvice: function toTakeAdvice(res) {
43368
43382
  var _this14 = this;
@@ -43406,11 +43420,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43406
43420
  });
43407
43421
  },
43408
43422
 
43409
- /**
43410
- * toStartDraf
43411
- * @desc: 稿件递送、联合审核、复核
43412
- * @author liufan
43413
- * @date 2022年9月29日
43423
+ /**
43424
+ * toStartDraf
43425
+ * @desc: 稿件递送、联合审核、复核
43426
+ * @author liufan
43427
+ * @date 2022年9月29日
43414
43428
  **/
43415
43429
  toStartDraf: function toStartDraf(res) {
43416
43430
  var _this16 = this;
@@ -43424,11 +43438,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43424
43438
  }
43425
43439
  },
43426
43440
 
43427
- /**
43428
- * toSendMsg
43429
- * @desc:核稿通知
43430
- * @author liufan
43431
- * @date 2022年9月29日
43441
+ /**
43442
+ * toSendMsg
43443
+ * @desc:核稿通知
43444
+ * @author liufan
43445
+ * @date 2022年9月29日
43432
43446
  **/
43433
43447
  toSendMsg: function toSendMsg(res) {
43434
43448
  var _this17 = this;
@@ -43442,11 +43456,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43442
43456
  }
43443
43457
  },
43444
43458
 
43445
- /**
43446
- * toTaskReadAndEnd
43447
- * @desc:分阅并办结
43448
- * @author liufan
43449
- * @date 2022年9月29日
43459
+ /**
43460
+ * toTaskReadAndEnd
43461
+ * @desc:分阅并办结
43462
+ * @author liufan
43463
+ * @date 2022年9月29日
43450
43464
  **/
43451
43465
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43452
43466
  var _this18 = this;
@@ -43464,11 +43478,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43464
43478
  }
43465
43479
  },
43466
43480
 
43467
- /**
43468
- * rejectAndEnd
43469
- * @desc:驳回并办结
43470
- * @author liufan
43471
- * @date 2022年9月29日
43481
+ /**
43482
+ * rejectAndEnd
43483
+ * @desc:驳回并办结
43484
+ * @author liufan
43485
+ * @date 2022年9月29日
43472
43486
  **/
43473
43487
  rejectAndEnd: function rejectAndEnd(res) {
43474
43488
  var _this19 = this;
@@ -43523,11 +43537,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43523
43537
  });
43524
43538
  },
43525
43539
 
43526
- /**
43527
- * toTransfer
43528
- * @desc:转办
43529
- * @author liufan
43530
- * @date 2022年9月29日
43540
+ /**
43541
+ * toTransfer
43542
+ * @desc:转办
43543
+ * @author liufan
43544
+ * @date 2022年9月29日
43531
43545
  **/
43532
43546
  toTransfer: function toTransfer(res) {
43533
43547
  var _this21 = this;
@@ -43543,11 +43557,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43543
43557
  }
43544
43558
  },
43545
43559
 
43546
- /**
43547
- * getNodeInfo
43548
- * @desc:获取节点信息
43549
- * @author liufan
43550
- * @date 2022年5月25日
43560
+ /**
43561
+ * getNodeInfo
43562
+ * @desc:获取节点信息
43563
+ * @author liufan
43564
+ * @date 2022年5月25日
43551
43565
  **/
43552
43566
  getNodeInfo: function getNodeInfo() {
43553
43567
  var _this22 = this;
@@ -43646,12 +43660,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43646
43660
  });
43647
43661
  },
43648
43662
 
43649
- /**
43650
- * selecNext
43651
- * @desc:下步节点变化时更新数据
43652
- * @author liufan
43653
- * @param {String} val 当前选中值
43654
- * @date 2022年5月25日
43663
+ /**
43664
+ * selecNext
43665
+ * @desc:下步节点变化时更新数据
43666
+ * @author liufan
43667
+ * @param {String} val 当前选中值
43668
+ * @date 2022年5月25日
43655
43669
  **/
43656
43670
  selecNext: function selecNext(val, type, isDef) {
43657
43671
  var _this23 = this;
@@ -43760,11 +43774,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43760
43774
  if (isDef !== true) this.getNodeInfo();
43761
43775
  },
43762
43776
 
43763
- /**
43764
- * isMultiple
43765
- * @desc:是否多选
43766
- * @author liufan
43767
- * @date 2022年9月13日
43777
+ /**
43778
+ * isMultiple
43779
+ * @desc:是否多选
43780
+ * @author liufan
43781
+ * @date 2022年9月13日
43768
43782
  **/
43769
43783
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43770
43784
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43796,11 +43810,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43796
43810
  }
43797
43811
  },
43798
43812
 
43799
- /**
43800
- * getHedInfo
43801
- * @desc:获取审核页面数据
43802
- * @author liufan
43803
- * @date 2022年5月25日
43813
+ /**
43814
+ * getHedInfo
43815
+ * @desc:获取审核页面数据
43816
+ * @author liufan
43817
+ * @date 2022年5月25日
43804
43818
  **/
43805
43819
  getHedInfo: function getHedInfo() {
43806
43820
  var _this24 = this;
@@ -44036,13 +44050,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44036
44050
  });
44037
44051
  },
44038
44052
 
44039
- /**
44040
- * closeProcess
44041
- * @desc:关闭弹窗
44042
- * @author liufan
44043
- * @param {boolean} val 当前是否办理流程
44044
- * @param {String} type 当前点击的弹窗类型
44045
- * @date 2022年5月25日
44053
+ /**
44054
+ * closeProcess
44055
+ * @desc:关闭弹窗
44056
+ * @author liufan
44057
+ * @param {boolean} val 当前是否办理流程
44058
+ * @param {String} type 当前点击的弹窗类型
44059
+ * @date 2022年5月25日
44046
44060
  **/
44047
44061
  closeProcess: function closeProcess(val, type, closeParent) {
44048
44062
  if (closeParent) {
@@ -44059,23 +44073,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44059
44073
  }
44060
44074
  },
44061
44075
 
44062
- /**
44063
- * selectChange
44064
- * @desc:常用语选择
44065
- * @author liufan
44066
- * @param {String} val 选中值
44067
- * @date 2022年5月25日
44076
+ /**
44077
+ * selectChange
44078
+ * @desc:常用语选择
44079
+ * @author liufan
44080
+ * @param {String} val 选中值
44081
+ * @date 2022年5月25日
44068
44082
  **/
44069
44083
  selectChange: function selectChange(val) {
44070
44084
  this.value = val;
44071
44085
  },
44072
44086
 
44073
- /**
44074
- * upDate
44075
- * @desc:修改常用语
44076
- * @author liufan
44077
- * @param {Object} val 修改值
44078
- * @date 2022年5月25日
44087
+ /**
44088
+ * upDate
44089
+ * @desc:修改常用语
44090
+ * @author liufan
44091
+ * @param {Object} val 修改值
44092
+ * @date 2022年5月25日
44079
44093
  **/
44080
44094
  upDate: function upDate(val) {
44081
44095
  this.FormData.id = val.id;
@@ -44083,11 +44097,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44083
44097
  },
44084
44098
 
44085
44099
 
44086
- /**
44087
- * getProcess
44088
- * @desc:获取选择流程
44089
- * @author liufan
44090
- * @date 2022年5月25日
44100
+ /**
44101
+ * getProcess
44102
+ * @desc:获取选择流程
44103
+ * @author liufan
44104
+ * @date 2022年5月25日
44091
44105
  **/
44092
44106
  getProcess: function getProcess() {
44093
44107
  var _this25 = this;
@@ -44141,11 +44155,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44141
44155
  });
44142
44156
  },
44143
44157
 
44144
- /**
44145
- * getPendedhistoryList
44146
- * @desc:获取流程列表
44147
- * @author liufan
44148
- * @date 2022年5月25日
44158
+ /**
44159
+ * getPendedhistoryList
44160
+ * @desc:获取流程列表
44161
+ * @author liufan
44162
+ * @date 2022年5月25日
44149
44163
  **/
44150
44164
  getPendedhistoryList: function getPendedhistoryList() {
44151
44165
  var _this26 = this;
@@ -44177,12 +44191,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44177
44191
  },
44178
44192
 
44179
44193
  // 提交流程
44180
- /**
44181
- * subProcess
44182
- * @desc:提交流程
44183
- * @author liufan
44184
- * @param {String} formName 当前form表单ref值
44185
- * @date 2022年5月25日
44194
+ /**
44195
+ * subProcess
44196
+ * @desc:提交流程
44197
+ * @author liufan
44198
+ * @param {String} formName 当前form表单ref值
44199
+ * @date 2022年5月25日
44186
44200
  **/
44187
44201
  subProcess: function subProcess(val) {
44188
44202
  var _this27 = this;
@@ -44442,8 +44456,8 @@ var freeStartFlow_component = normalizeComponent(
44442
44456
  )
44443
44457
 
44444
44458
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
44445
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=8ef7a708&
44446
- var supervisevue_type_template_id_8ef7a708_render = function () {
44459
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=f11b91cc&
44460
+ var supervisevue_type_template_id_f11b91cc_render = function () {
44447
44461
  var _vm = this
44448
44462
  var _h = _vm.$createElement
44449
44463
  var _c = _vm._self._c || _h
@@ -44616,11 +44630,11 @@ var supervisevue_type_template_id_8ef7a708_render = function () {
44616
44630
  1
44617
44631
  )
44618
44632
  }
44619
- var supervisevue_type_template_id_8ef7a708_staticRenderFns = []
44620
- supervisevue_type_template_id_8ef7a708_render._withStripped = true
44633
+ var supervisevue_type_template_id_f11b91cc_staticRenderFns = []
44634
+ supervisevue_type_template_id_f11b91cc_render._withStripped = true
44621
44635
 
44622
44636
 
44623
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=8ef7a708&
44637
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=f11b91cc&
44624
44638
 
44625
44639
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
44626
44640
  var supervisevue_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; };
@@ -44717,10 +44731,10 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44717
44731
  subProcess: function subProcess() {
44718
44732
  var _this = this;
44719
44733
 
44720
- // if (this.nextNode.noticeType.length == 0) {
44721
- // this.$message.warning('请选择通知方式');
44722
- // return;
44723
- // }
44734
+ if (this.nextNode.noticeType.length == 0) {
44735
+ this.$message.warning('请选择通知方式');
44736
+ return;
44737
+ }
44724
44738
  if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
44725
44739
  this.$message.warning('请填写通知消息内容');
44726
44740
  return;
@@ -44798,8 +44812,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44798
44812
 
44799
44813
  var supervise_component = normalizeComponent(
44800
44814
  src_supervisevue_type_script_lang_js_,
44801
- supervisevue_type_template_id_8ef7a708_render,
44802
- supervisevue_type_template_id_8ef7a708_staticRenderFns,
44815
+ supervisevue_type_template_id_f11b91cc_render,
44816
+ supervisevue_type_template_id_f11b91cc_staticRenderFns,
44803
44817
  false,
44804
44818
  null,
44805
44819
  null,
@@ -44808,8 +44822,8 @@ var supervise_component = normalizeComponent(
44808
44822
  )
44809
44823
 
44810
44824
  /* harmony default export */ var supervise = (supervise_component.exports);
44811
- // 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=46ad7cd0&
44812
- var Circulatevue_type_template_id_46ad7cd0_render = function () {
44825
+ // 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=3b7d0deb&
44826
+ var Circulatevue_type_template_id_3b7d0deb_render = function () {
44813
44827
  var _vm = this
44814
44828
  var _h = _vm.$createElement
44815
44829
  var _c = _vm._self._c || _h
@@ -45000,11 +45014,11 @@ var Circulatevue_type_template_id_46ad7cd0_render = function () {
45000
45014
  1
45001
45015
  )
45002
45016
  }
45003
- var Circulatevue_type_template_id_46ad7cd0_staticRenderFns = []
45004
- Circulatevue_type_template_id_46ad7cd0_render._withStripped = true
45017
+ var Circulatevue_type_template_id_3b7d0deb_staticRenderFns = []
45018
+ Circulatevue_type_template_id_3b7d0deb_render._withStripped = true
45005
45019
 
45006
45020
 
45007
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=46ad7cd0&
45021
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3b7d0deb&
45008
45022
 
45009
45023
  // 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&
45010
45024
  var Circulatevue_type_script_lang_js_components;
@@ -45159,7 +45173,7 @@ var Circulatevue_type_script_lang_js_components;
45159
45173
  isHideOtherOrg: '',
45160
45174
  isHideCurrentOrg: 0,
45161
45175
  isOpinionRequired: 0,
45162
- otherParams: { filid: 'other' },
45176
+ otherParams: { filid: 'other', nofilid: 1 },
45163
45177
  loading: false,
45164
45178
  subLoading: null,
45165
45179
  userModel: {}
@@ -45167,6 +45181,7 @@ var Circulatevue_type_script_lang_js_components;
45167
45181
  },
45168
45182
 
45169
45183
  watch: {
45184
+
45170
45185
  selectorParams: {
45171
45186
  handler: function handler(val) {
45172
45187
  this.params = val;
@@ -45199,6 +45214,7 @@ var Circulatevue_type_script_lang_js_components;
45199
45214
  if (mainConfig) {
45200
45215
  this.userModel = JSON.parse(mainConfig).userModel;
45201
45216
  this.params.filid = this.userModel.orgId;
45217
+ this.otherParams.nofilid = this.userModel.orgId;
45202
45218
  }
45203
45219
  this.loading = true;
45204
45220
  this.newMultiple = this.multiple;
@@ -45232,7 +45248,7 @@ var Circulatevue_type_script_lang_js_components;
45232
45248
  if ((!nextCurrentOrgObj || nextCurrentOrgObj.length == 0) && (!nextOtherOrgObj || nextOtherOrgObj.length == 0)) {
45233
45249
  return this.$message.warning('请选择处理对象!');
45234
45250
  }
45235
-
45251
+ console.log(this.showBtn, this.startFlowPageEmbeddedIntoStartFlowIndex, 'asd');
45236
45252
  var param = {
45237
45253
  url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
45238
45254
  data: {
@@ -45413,8 +45429,8 @@ var Circulatevue_type_script_lang_js_components;
45413
45429
 
45414
45430
  var Circulate_component = normalizeComponent(
45415
45431
  component_Circulatevue_type_script_lang_js_,
45416
- Circulatevue_type_template_id_46ad7cd0_render,
45417
- Circulatevue_type_template_id_46ad7cd0_staticRenderFns,
45432
+ Circulatevue_type_template_id_3b7d0deb_render,
45433
+ Circulatevue_type_template_id_3b7d0deb_staticRenderFns,
45418
45434
  false,
45419
45435
  null,
45420
45436
  null,
@@ -46542,6 +46558,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46542
46558
  //
46543
46559
  //
46544
46560
  //
46561
+ //
46562
+ //
46563
+ //
46564
+ //
46565
+ //
46566
+ //
46545
46567
 
46546
46568
 
46547
46569
 
@@ -46959,10 +46981,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46959
46981
  }
46960
46982
  },
46961
46983
  handleClickCirculate: function handleClickCirculate() {
46962
- this.$refs.circulate.subMit();
46984
+ var _this2 = this;
46985
+
46986
+ if (this.beforeSubmit == undefined) {
46987
+ this.$refs.circulate.subMit();
46988
+ } else {
46989
+ this.beforeSubmit(1).then(function (next) {
46990
+ _this2.$refs.circulate.subMit();
46991
+ }).catch(function (e) {});
46992
+ }
46963
46993
  },
46964
46994
  getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
46965
- var _this2 = this;
46995
+ var _this3 = this;
46966
46996
 
46967
46997
  var params = {
46968
46998
  url: api["R" /* getNodeInfoForStart */],
@@ -46970,9 +47000,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46970
47000
  };
46971
47001
  utils_util["a" /* default */].ajax(params).then(function (res) {
46972
47002
  if (res.status == 'success') {
46973
- _this2.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46974
- _this2.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46975
- _this2.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
47003
+ _this3.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
47004
+ _this3.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
47005
+ _this3.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46976
47006
 
46977
47007
  // if (this.directCreateCircularReadWhenFlowStarted) {
46978
47008
  // this.nodeInfo.option.map((item) => {
@@ -46983,8 +47013,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46983
47013
  // item.disabled = false;
46984
47014
  // });
46985
47015
  // }
46986
- _this2.optionsKey++;
46987
- _this2.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
47016
+ _this3.optionsKey++;
47017
+ _this3.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
46988
47018
  }
46989
47019
  });
46990
47020
  },
@@ -47021,12 +47051,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47021
47051
  this.handleVisible = true;
47022
47052
  },
47023
47053
  showMessage: function showMessage() {
47024
- var _this3 = this;
47054
+ var _this4 = this;
47025
47055
 
47026
47056
  this.showNews = !this.showNews;
47027
47057
  if (!this.showNews) return;
47028
47058
  this.$nextTick(function () {
47029
- _this3.$refs.esContent.scrollTop += _this3.$refs.messagebox.clientHeight;
47059
+ _this4.$refs.esContent.scrollTop += _this4.$refs.messagebox.clientHeight;
47030
47060
  });
47031
47061
  },
47032
47062
  freeStartFlowSuccess: function freeStartFlowSuccess() {
@@ -47100,7 +47130,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47100
47130
 
47101
47131
  //获取附件
47102
47132
  getFile: function getFile(ownId, code) {
47103
- var _this4 = this;
47133
+ var _this5 = this;
47104
47134
 
47105
47135
  var params = {
47106
47136
  url: api["H" /* getAdjunctFileInfos */],
@@ -47112,13 +47142,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47112
47142
  msg = res.msg;
47113
47143
 
47114
47144
  if (rCode == 0) {
47115
- results && (_this4.fileNum = results.length);
47145
+ results && (_this5.fileNum = results.length);
47116
47146
  } else {
47117
- _this4.$message.error(msg || '系统错误,请联系管理员!');
47147
+ _this5.$message.error(msg || '系统错误,请联系管理员!');
47118
47148
  }
47119
47149
  }).catch(function (err) {
47120
47150
  if (err.message && err.message !== 'canceled') {
47121
- _this4.$message.error(err.message);
47151
+ _this5.$message.error(err.message);
47122
47152
  }
47123
47153
  });
47124
47154
  },
@@ -47165,7 +47195,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47165
47195
  }
47166
47196
  },
47167
47197
  taskRead: function taskRead() {
47168
- var _this5 = this;
47198
+ var _this6 = this;
47169
47199
 
47170
47200
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
47171
47201
  if (!this.$refs.commonOpinions.validate()) return;
@@ -47175,8 +47205,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47175
47205
  cancelButtonText: '取消',
47176
47206
  type: 'warning'
47177
47207
  }).then(function () {
47178
- _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
47179
- var _taskExamineInfo2 = _this5.taskExamineInfo,
47208
+ _this6.loading = utils_util["a" /* default */].loading(_this6.$loading, '加载中...');
47209
+ var _taskExamineInfo2 = _this6.taskExamineInfo,
47180
47210
  businessId = _taskExamineInfo2.businessId,
47181
47211
  appId = _taskExamineInfo2.appId,
47182
47212
  processDefinitionId = _taskExamineInfo2.processDefinitionId,
@@ -47187,7 +47217,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47187
47217
  appId: appId,
47188
47218
  processDefinitionId: processDefinitionId,
47189
47219
  pendingId: pendingId,
47190
- opinion: _this5.value,
47220
+ opinion: _this6.value,
47191
47221
  taskAction: 'complete'
47192
47222
  };
47193
47223
  utils_util["a" /* default */].ajax({
@@ -47202,25 +47232,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47202
47232
  var status = res.status,
47203
47233
  message = res.message;
47204
47234
 
47205
- _this5.loading.close();
47235
+ _this6.loading.close();
47206
47236
  if (status === 'success') {
47207
- _this5.flowSuccess();
47237
+ _this6.flowSuccess();
47208
47238
  // this.$message.success('提交成功');
47209
47239
  // this.$emit('success');
47210
47240
  } else {
47211
- _this5.$message.error(message || '系统错误,请联系管理员!');
47212
- _this5.$emit('error');
47241
+ _this6.$message.error(message || '系统错误,请联系管理员!');
47242
+ _this6.$emit('error');
47213
47243
  }
47214
47244
  }).catch(function (err) {
47215
- _this5.loading.close();
47245
+ _this6.loading.close();
47216
47246
  if (err.message && err.message !== 'canceled') {
47217
- _this5.$message.error(err.message);
47247
+ _this6.$message.error(err.message);
47218
47248
  }
47219
47249
  });
47220
47250
  }).catch(function () {});
47221
47251
  },
47222
47252
  validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
47223
- var _this6 = this;
47253
+ var _this7 = this;
47224
47254
 
47225
47255
  var params = {
47226
47256
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
@@ -47231,14 +47261,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47231
47261
  }
47232
47262
  };
47233
47263
  utils_util["a" /* default */].ajax(params).then(function (res) {
47234
- _this6.loading.close();
47264
+ _this7.loading.close();
47235
47265
  if (res.rCode == 0) {
47236
- _this6.readTransferHandleDisabled = !res.results.canReadTransferHandle;
47266
+ _this7.readTransferHandleDisabled = !res.results.canReadTransferHandle;
47237
47267
  }
47238
47268
  });
47239
47269
  },
47240
47270
  getTaskReadFlow: function getTaskReadFlow() {
47241
- var _this7 = this;
47271
+ var _this8 = this;
47242
47272
 
47243
47273
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47244
47274
  utils_util["a" /* default */].ajax({
@@ -47255,32 +47285,32 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47255
47285
  defaultNotificationMessage = _res$data.defaultNotificationMessage;
47256
47286
 
47257
47287
  if (status === 'success') {
47258
- _this7.taskExamineInfo = taskExamine;
47259
- _this7.nodeName = _this7.nodename || taskExamine.nodeName || '分阅';
47260
- _this7.taskReadOpinionRequired = taskReadOpinionRequired;
47261
- _this7.nextNode.notificationMsg = defaultNotificationMessage;
47262
- _this7.isCanReadTransferHandle = isCanReadTransferHandle;
47263
- _this7.isCanFenyue = isCanFenyue;
47264
- if (_this7.nodeName) {
47265
- _this7.NodeName = _this7.nodeName;
47266
- }
47267
- if (_this7.isCanReadTransferHandle) {
47268
- _this7.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
47269
- }
47270
- _this7.getNodeType();
47288
+ _this8.taskExamineInfo = taskExamine;
47289
+ _this8.nodeName = _this8.nodename || taskExamine.nodeName || '分阅';
47290
+ _this8.taskReadOpinionRequired = taskReadOpinionRequired;
47291
+ _this8.nextNode.notificationMsg = defaultNotificationMessage;
47292
+ _this8.isCanReadTransferHandle = isCanReadTransferHandle;
47293
+ _this8.isCanFenyue = isCanFenyue;
47294
+ if (_this8.nodeName) {
47295
+ _this8.NodeName = _this8.nodeName;
47296
+ }
47297
+ if (_this8.isCanReadTransferHandle) {
47298
+ _this8.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
47299
+ }
47300
+ _this8.getNodeType();
47271
47301
  } else {
47272
- _this7.$message.error(message || '系统错误,请联系管理员!');
47302
+ _this8.$message.error(message || '系统错误,请联系管理员!');
47273
47303
  }
47274
- _this7.loading.close();
47304
+ _this8.loading.close();
47275
47305
  }).catch(function (err) {
47276
- _this7.loading.close();
47306
+ _this8.loading.close();
47277
47307
  if (err.message && err.message !== 'canceled') {
47278
- _this7.$message.error(err.message);
47308
+ _this8.$message.error(err.message);
47279
47309
  }
47280
47310
  });
47281
47311
  },
47282
47312
  getUserInfo: function getUserInfo() {
47283
- var _this8 = this;
47313
+ var _this9 = this;
47284
47314
 
47285
47315
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
47286
47316
  if (mainConfig) {
@@ -47291,14 +47321,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47291
47321
  data = res.data;
47292
47322
 
47293
47323
  if (status == 'success') {
47294
- _this8.userModel = data;
47324
+ _this9.userModel = data;
47295
47325
  } else {
47296
47326
  var msg = res.msg || '系统错误,请联系管理员!';
47297
- _this8.$message.error(msg);
47327
+ _this9.$message.error(msg);
47298
47328
  }
47299
47329
  }).catch(function (err) {
47300
47330
  if (err.message && err.message !== 'canceled') {
47301
- _this8.$message.error(err.message);
47331
+ _this9.$message.error(err.message);
47302
47332
  }
47303
47333
  });
47304
47334
  }
@@ -47318,7 +47348,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47318
47348
  }
47319
47349
  },
47320
47350
  getNodeType: function getNodeType() {
47321
- var _this9 = this;
47351
+ var _this10 = this;
47322
47352
 
47323
47353
  var params = {
47324
47354
  url: api["z" /* findCodeValues */],
@@ -47333,33 +47363,33 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47333
47363
  data = res.data;
47334
47364
 
47335
47365
  if (status === 'success') {
47336
- _this9.newsList = data;
47366
+ _this10.newsList = data;
47337
47367
  }
47338
47368
  }).catch(function (err) {
47339
47369
  if (err.message && err.message !== 'canceled') {
47340
- _this9.$message.error(err.message);
47370
+ _this10.$message.error(err.message);
47341
47371
  }
47342
47372
  });
47343
47373
  },
47344
47374
 
47345
- /**
47346
- * saveInfo
47347
- * @desc:暂存
47348
- * @author liufan
47349
- * @date 2022年9月9日
47375
+ /**
47376
+ * saveInfo
47377
+ * @desc:暂存
47378
+ * @author liufan
47379
+ * @date 2022年9月9日
47350
47380
  **/
47351
47381
  saveInfo: function saveInfo(type, btn) {
47352
- var _this10 = this;
47382
+ var _this11 = this;
47353
47383
 
47354
47384
  if (this.isFlow) {
47355
47385
  if (!type) {
47356
47386
  if (btn && btn.before) {
47357
47387
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
47358
- _this10.$emit('save', _this10.businessIds);
47388
+ _this11.$emit('save', _this11.businessIds);
47359
47389
  }).catch(function (e) {});
47360
47390
  } else if (this.beforeSubmit != undefined) {
47361
47391
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
47362
- _this10.$emit('save', _this10.businessIds);
47392
+ _this11.$emit('save', _this11.businessIds);
47363
47393
  }).catch(function (e) {});
47364
47394
  } else {
47365
47395
  this.$emit('save', this.businessIds);
@@ -47368,13 +47398,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47368
47398
  } else {
47369
47399
  if (btn && btn.before && !type) {
47370
47400
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
47371
- _this10.saveFlowInfo();
47401
+ _this11.saveFlowInfo();
47372
47402
  }).catch(function (e) {});
47373
47403
  } else if (this.beforeSubmit == undefined && !type) {
47374
47404
  this.subFun(this.saveFlowInfo);
47375
47405
  } else if (!type && this.beforeSubmit != undefined) {
47376
47406
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
47377
- _this10.saveFlowInfo();
47407
+ _this11.saveFlowInfo();
47378
47408
  }).catch(function (e) {});
47379
47409
  } else {
47380
47410
  this.saveFlowInfo(type);
@@ -47382,7 +47412,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47382
47412
  }
47383
47413
  },
47384
47414
  saveFlowInfo: function saveFlowInfo(isSave) {
47385
- var _this11 = this;
47415
+ var _this12 = this;
47386
47416
 
47387
47417
  var params = {
47388
47418
  opinion: this.value,
@@ -47393,29 +47423,29 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47393
47423
  var status = res.status,
47394
47424
  message = res.message;
47395
47425
 
47396
- if (!isSave) _this11.loading.close();
47426
+ if (!isSave) _this12.loading.close();
47397
47427
  if (status == 'success') {
47398
47428
  // this.$message.success('暂存成功');
47399
- !isSave && _this11.$emit('save', _this11.businessIds);
47429
+ !isSave && _this12.$emit('save', _this12.businessIds);
47400
47430
  } else {
47401
- _this11.$message.error(message || '系统错误,请联系管理员!');
47431
+ _this12.$message.error(message || '系统错误,请联系管理员!');
47402
47432
  }
47403
47433
  }).catch(function (err) {
47404
- if (!isSave) _this11.loading.close();
47434
+ if (!isSave) _this12.loading.close();
47405
47435
  if (err.message && err.message !== 'canceled') {
47406
- _this11.$message.error(err.message);
47436
+ _this12.$message.error(err.message);
47407
47437
  }
47408
47438
  });
47409
47439
  },
47410
47440
 
47411
- /**
47412
- * rejectBtn
47413
- * @desc:点击驳回
47414
- * @author liufan
47415
- * @date 2022年5月25日
47441
+ /**
47442
+ * rejectBtn
47443
+ * @desc:点击驳回
47444
+ * @author liufan
47445
+ * @date 2022年5月25日
47416
47446
  **/
47417
47447
  rejectBtn: function rejectBtn() {
47418
- var _this12 = this;
47448
+ var _this13 = this;
47419
47449
 
47420
47450
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
47421
47451
  if (!this.value) {
@@ -47423,28 +47453,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47423
47453
  }
47424
47454
  if (this.beforeSubmit != undefined) {
47425
47455
  this.beforeSubmit(0).then(function (next) {
47426
- _this12.showReject = true;
47456
+ _this13.showReject = true;
47427
47457
  }).catch(function (e) {});
47428
47458
  } else {
47429
47459
  this.showReject = true;
47430
47460
  }
47431
47461
  },
47432
47462
 
47433
- /**
47434
- * taskReadBtn
47435
- * @desc:点击分阅
47436
- * @author liufan
47437
- * @date 2022年5月25日
47463
+ /**
47464
+ * taskReadBtn
47465
+ * @desc:点击分阅
47466
+ * @author liufan
47467
+ * @date 2022年5月25日
47438
47468
  **/
47439
47469
  taskReadBtn: function taskReadBtn() {
47440
- var _this13 = this;
47470
+ var _this14 = this;
47441
47471
 
47442
47472
  // return this.$message.warning('暂未开放!敬请期待');
47443
47473
  if (this.beforeSubmit != undefined) {
47444
47474
  this.beforeSubmit().then(function (next) {
47445
- if (_this13.value === '') _this13.value = _this13.nodeDefaultRejectOpinion;
47446
- _this13.taskReadType = 'create';
47447
- _this13.showTaskRead = true;
47475
+ if (_this14.value === '') _this14.value = _this14.nodeDefaultRejectOpinion;
47476
+ _this14.taskReadType = 'create';
47477
+ _this14.showTaskRead = true;
47448
47478
  }).catch(function (e) {});
47449
47479
  } else {
47450
47480
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -47453,14 +47483,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47453
47483
  }
47454
47484
  },
47455
47485
 
47456
- /**
47457
- * getFind
47458
- * @desc:获取通知方式
47459
- * @author liufan
47460
- * @date 2022年5月25日
47486
+ /**
47487
+ * getFind
47488
+ * @desc:获取通知方式
47489
+ * @author liufan
47490
+ * @date 2022年5月25日
47461
47491
  **/
47462
47492
  getFind: function getFind() {
47463
- var _this14 = this;
47493
+ var _this15 = this;
47464
47494
 
47465
47495
  utils_util["a" /* default */].ajax({
47466
47496
  url: api["B" /* findSysCodes */]
@@ -47469,25 +47499,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47469
47499
  message = res.message;
47470
47500
 
47471
47501
  if (status === 'success') {
47472
- _this14.nextNode.notificationType = message.split(',');
47502
+ _this15.nextNode.notificationType = message.split(',');
47473
47503
  var arr = [];
47474
- _this14.newsList.map(function (item) {
47475
- _this14.nextNode.notificationType.map(function (x) {
47504
+ _this15.newsList.map(function (item) {
47505
+ _this15.nextNode.notificationType.map(function (x) {
47476
47506
  if (x == item.cciValue) {
47477
47507
  arr.push(x);
47478
47508
  }
47479
47509
  });
47480
47510
  });
47481
- _this14.nextNode.notificationType = arr;
47511
+ _this15.nextNode.notificationType = arr;
47482
47512
  }
47483
47513
  }).catch(function (err) {
47484
47514
  if (err.message && err.message !== 'canceled') {
47485
- _this14.$message.error(err.message);
47515
+ _this15.$message.error(err.message);
47486
47516
  }
47487
47517
  });
47488
47518
  },
47489
47519
  getFreeStartParams: function getFreeStartParams() {
47490
- var _this15 = this;
47520
+ var _this16 = this;
47491
47521
 
47492
47522
  var _endFlowInfo = this.endFlowInfo,
47493
47523
  businessId = _endFlowInfo.businessId,
@@ -47505,90 +47535,90 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47505
47535
  };
47506
47536
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47507
47537
  utils_util["a" /* default */].ajax(param).then(function (res) {
47508
- _this15.loading.close();
47538
+ _this16.loading.close();
47509
47539
  if (res.rCode == 0 || res.status == 'success') {
47510
- _this15.freeStartFlowParams = res.results;
47511
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this15.subProcess('同意。', res.results.useScene);
47512
- if (!_this15.freeValid) return;
47513
- if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this15.$message.warning('未找到流程定义!');
47540
+ _this16.freeStartFlowParams = res.results;
47541
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this16.subProcess('同意。', res.results.useScene);
47542
+ if (!_this16.freeValid) return;
47543
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this16.$message.warning('未找到流程定义!');
47514
47544
  if (res.results.startFlowIndexProcessKeys.length == 1) {
47515
- _this15.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
47516
- _this15.handleVisible = true;
47545
+ _this16.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
47546
+ _this16.handleVisible = true;
47517
47547
  } else {
47518
- _this15.showFreeStartFlow = true;
47548
+ _this16.showFreeStartFlow = true;
47519
47549
  }
47520
47550
  } else {
47521
- _this15.$message.error(res.message || '系统错误,请联系管理员!');
47551
+ _this16.$message.error(res.message || '系统错误,请联系管理员!');
47522
47552
  }
47523
47553
  });
47524
47554
  },
47525
47555
 
47526
- /**
47527
- * endFlows
47528
- * @desc:直接办结
47529
- * @author liufan
47530
- * @param {Object} res 直接办结数据
47531
- * @date 2022年5月25日
47556
+ /**
47557
+ * endFlows
47558
+ * @desc:直接办结
47559
+ * @author liufan
47560
+ * @param {Object} res 直接办结数据
47561
+ * @date 2022年5月25日
47532
47562
  **/
47533
47563
  endFlows: function endFlows(res) {
47534
- var _this16 = this;
47564
+ var _this17 = this;
47535
47565
 
47536
47566
  if (this.beforeSubmit != undefined) {
47537
47567
  this.beforeSubmit().then(function (next) {
47538
- _this16.saveEndFlows(res);
47568
+ _this17.saveEndFlows(res);
47539
47569
  }).catch(function (e) {});
47540
47570
  } else {
47541
47571
  this.saveEndFlows(res);
47542
47572
  }
47543
47573
  },
47544
47574
  saveEndFlows: function saveEndFlows(res) {
47545
- var _this17 = this;
47575
+ var _this18 = this;
47546
47576
 
47547
47577
  this.$confirm('确认' + res.value + '?').then(function () {
47548
47578
  var params = {
47549
47579
  url: api["y" /* endFlowHtml */],
47550
47580
  headers: { Accept: 'application/json,text/plain' },
47551
47581
  method: 'post',
47552
- data: flow_src_mainvue_type_script_lang_js_extends({}, _this17.endFlowInfo, _this17.nextNode, {
47553
- opinion: _this17.value,
47582
+ data: flow_src_mainvue_type_script_lang_js_extends({}, _this18.endFlowInfo, _this18.nextNode, {
47583
+ opinion: _this18.value,
47554
47584
  userId: utils_util["a" /* default */].getStorage('userId'),
47555
- nextUserId: _this17.multiple ? _this17.nextNode.nextUserId.join(',') : _this17.nextNode.nextUserId,
47556
- addSignUserId: _this17.nextNode.addSignUserId.join(','),
47557
- customPresetUserJson: JSON.stringify(_this17.presetList),
47558
- presetUserJson: JSON.stringify(_this17.presetUserJson),
47559
- removeSignUserId: _this17.nextNode.removeSignUserId.join(','),
47560
- notificationType: _this17.nextNode.notificationType.join(',')
47585
+ nextUserId: _this18.multiple ? _this18.nextNode.nextUserId.join(',') : _this18.nextNode.nextUserId,
47586
+ addSignUserId: _this18.nextNode.addSignUserId.join(','),
47587
+ customPresetUserJson: JSON.stringify(_this18.presetList),
47588
+ presetUserJson: JSON.stringify(_this18.presetUserJson),
47589
+ removeSignUserId: _this18.nextNode.removeSignUserId.join(','),
47590
+ notificationType: _this18.nextNode.notificationType.join(',')
47561
47591
  })
47562
47592
  };
47563
- _this17.loading = utils_util["a" /* default */].loading(_this17.$loading, '加载中...');
47593
+ _this18.loading = utils_util["a" /* default */].loading(_this18.$loading, '加载中...');
47564
47594
  utils_util["a" /* default */].ajax(params).then(function (res) {
47565
47595
  var status = res.status,
47566
47596
  message = res.message;
47567
47597
 
47568
- _this17.loading.close();
47598
+ _this18.loading.close();
47569
47599
  if (status === 'success') {
47570
- _this17.flowSuccess();
47600
+ _this18.flowSuccess();
47571
47601
  // this.$message.success('提交成功');
47572
47602
  // this.$emit('success');
47573
47603
  } else {
47574
- _this17.$message.error(message || '系统错误,请联系管理员!');
47575
- _this17.$emit('error');
47604
+ _this18.$message.error(message || '系统错误,请联系管理员!');
47605
+ _this18.$emit('error');
47576
47606
  }
47577
47607
  }).catch(function (err) {
47578
- _this17.loading.close();
47608
+ _this18.loading.close();
47579
47609
  if (err.message && err.message !== 'canceled') {
47580
- _this17.$message.error(err.message);
47610
+ _this18.$message.error(err.message);
47581
47611
  }
47582
47612
  });
47583
47613
  }).catch(function (e) {});
47584
47614
  },
47585
47615
 
47586
- /**
47587
- * goView
47588
- * @desc:更多流程按钮操作
47589
- * @author liufan
47590
- * @param {Object} res 当前点击操作按钮数据
47591
- * @date 2022年5月25日
47616
+ /**
47617
+ * goView
47618
+ * @desc:更多流程按钮操作
47619
+ * @author liufan
47620
+ * @param {Object} res 当前点击操作按钮数据
47621
+ * @date 2022年5月25日
47592
47622
  **/
47593
47623
  goView: function goView(res) {
47594
47624
  // 驳回并办结:rejectAndEndHtml
@@ -47673,18 +47703,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47673
47703
  // isCanStartSubFlow
47674
47704
  },
47675
47705
 
47676
- /**
47677
- * toTakeAdvice
47678
- * @desc:征求意见
47679
- * @author liufan
47680
- * @date 2022年9月29日
47706
+ /**
47707
+ * toTakeAdvice
47708
+ * @desc:征求意见
47709
+ * @author liufan
47710
+ * @date 2022年9月29日
47681
47711
  **/
47682
47712
  toTakeAdvice: function toTakeAdvice(res) {
47683
- var _this18 = this;
47713
+ var _this19 = this;
47684
47714
 
47685
47715
  if (this.beforeSubmit != undefined) {
47686
47716
  this.beforeSubmit().then(function (next) {
47687
- _this18.saveToTakeAdvice(res);
47717
+ _this19.saveToTakeAdvice(res);
47688
47718
  }).catch(function (e) {});
47689
47719
  } else {
47690
47720
  this.saveToTakeAdvice(res);
@@ -47692,7 +47722,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47692
47722
  // return this.$message.warning('暂未开放!敬请期待');
47693
47723
  },
47694
47724
  saveToTakeAdvice: function saveToTakeAdvice(res) {
47695
- var _this19 = this;
47725
+ var _this20 = this;
47696
47726
 
47697
47727
  var params = {
47698
47728
  url: api["nb" /* isCanStartSubFlow */],
@@ -47707,70 +47737,70 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47707
47737
  utils_util["a" /* default */].ajax(params).then(function (res) {
47708
47738
  var message = res.message;
47709
47739
 
47710
- _this19.loading.close();
47740
+ _this20.loading.close();
47711
47741
  if (message == 'success') {
47712
- _this19.showTaskUnionExamine = true;
47742
+ _this20.showTaskUnionExamine = true;
47713
47743
  } else {
47714
- _this19.$message.error(message || '系统错误,请联系管理员!');
47744
+ _this20.$message.error(message || '系统错误,请联系管理员!');
47715
47745
  }
47716
47746
  }).catch(function (err) {
47717
- _this19.loading.close();
47747
+ _this20.loading.close();
47718
47748
  if (err.message && err.message !== 'canceled') {
47719
- _this19.$message.error(err.message);
47749
+ _this20.$message.error(err.message);
47720
47750
  }
47721
47751
  });
47722
47752
  },
47723
47753
 
47724
- /**
47725
- * toStartDraf
47726
- * @desc: 稿件递送、联合审核、复核
47727
- * @author liufan
47728
- * @date 2022年9月29日
47754
+ /**
47755
+ * toStartDraf
47756
+ * @desc: 稿件递送、联合审核、复核
47757
+ * @author liufan
47758
+ * @date 2022年9月29日
47729
47759
  **/
47730
47760
  toStartDraf: function toStartDraf(res) {
47731
- var _this20 = this;
47761
+ var _this21 = this;
47732
47762
 
47733
47763
  if (this.beforeSubmit != undefined) {
47734
47764
  this.beforeSubmit().then(function (next) {
47735
- _this20.showTaskUnionExamine = true;
47765
+ _this21.showTaskUnionExamine = true;
47736
47766
  }).catch(function (e) {});
47737
47767
  } else {
47738
47768
  this.showTaskUnionExamine = true;
47739
47769
  }
47740
47770
  },
47741
47771
 
47742
- /**
47743
- * toSendMsg
47744
- * @desc:核稿通知
47745
- * @author liufan
47746
- * @date 2022年9月29日
47772
+ /**
47773
+ * toSendMsg
47774
+ * @desc:核稿通知
47775
+ * @author liufan
47776
+ * @date 2022年9月29日
47747
47777
  **/
47748
47778
  toSendMsg: function toSendMsg(res) {
47749
- var _this21 = this;
47779
+ var _this22 = this;
47750
47780
 
47751
47781
  if (this.beforeSubmit != undefined) {
47752
47782
  this.beforeSubmit().then(function (next) {
47753
- _this21.showSendMsg = true;
47783
+ _this22.showSendMsg = true;
47754
47784
  }).catch(function (e) {});
47755
47785
  } else {
47756
47786
  this.showSendMsg = true;
47757
47787
  }
47758
47788
  },
47759
47789
 
47760
- /**
47761
- * toTaskReadAndEnd
47762
- * @desc:分阅并办结
47763
- * @author liufan
47764
- * @date 2022年9月29日
47790
+ /**
47791
+ * toTaskReadAndEnd
47792
+ * @desc:分阅并办结
47793
+ * @author liufan
47794
+ * @date 2022年9月29日
47765
47795
  **/
47766
47796
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47767
- var _this22 = this;
47797
+ var _this23 = this;
47768
47798
 
47769
47799
  if (this.beforeSubmit != undefined) {
47770
47800
  this.beforeSubmit().then(function (next) {
47771
- if (_this22.value === '') _this22.value = _this22.nodeDefaultRejectOpinion;
47772
- _this22.taskReadType = 'taskReadAndEnd';
47773
- _this22.showTaskRead = true;
47801
+ if (_this23.value === '') _this23.value = _this23.nodeDefaultRejectOpinion;
47802
+ _this23.taskReadType = 'taskReadAndEnd';
47803
+ _this23.showTaskRead = true;
47774
47804
  }).catch(function (e) {});
47775
47805
  } else {
47776
47806
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -47779,28 +47809,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47779
47809
  }
47780
47810
  },
47781
47811
 
47782
- /**
47783
- * rejectAndEnd
47784
- * @desc:驳回并办结
47785
- * @author liufan
47786
- * @date 2022年9月29日
47812
+ /**
47813
+ * rejectAndEnd
47814
+ * @desc:驳回并办结
47815
+ * @author liufan
47816
+ * @date 2022年9月29日
47787
47817
  **/
47788
47818
  rejectAndEnd: function rejectAndEnd(res) {
47789
- var _this23 = this;
47819
+ var _this24 = this;
47790
47820
 
47791
47821
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
47792
47822
  if (!this.$refs.commonOpinions.validate()) return;
47793
47823
  }
47794
47824
  if (this.beforeSubmit != undefined) {
47795
47825
  this.beforeSubmit().then(function (next) {
47796
- _this23.saveRejectAndEnd(res);
47826
+ _this24.saveRejectAndEnd(res);
47797
47827
  }).catch(function (e) {});
47798
47828
  } else {
47799
47829
  this.saveRejectAndEnd(res);
47800
47830
  }
47801
47831
  },
47802
47832
  saveRejectAndEnd: function saveRejectAndEnd(res) {
47803
- var _this24 = this;
47833
+ var _this25 = this;
47804
47834
 
47805
47835
  this.$confirm('确认' + res.value + '?').then(function () {
47806
47836
  // return this.$message.warning('请填写意见');
@@ -47809,29 +47839,29 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47809
47839
  headers: { Accept: 'application/json,text/plain' },
47810
47840
  method: 'post',
47811
47841
  data: {
47812
- opinion: _this24.value,
47813
- pendingId: _this24.pendingId,
47842
+ opinion: _this25.value,
47843
+ pendingId: _this25.pendingId,
47814
47844
  isSinglePage: false
47815
47845
  }
47816
47846
  };
47817
- _this24.loading = utils_util["a" /* default */].loading(_this24.$loading, '加载中...');
47847
+ _this25.loading = utils_util["a" /* default */].loading(_this25.$loading, '加载中...');
47818
47848
  utils_util["a" /* default */].ajax(params).then(function (res) {
47819
47849
  var status = res.status,
47820
47850
  message = res.message;
47821
47851
 
47822
- _this24.loading.close();
47852
+ _this25.loading.close();
47823
47853
  if (status === 'success') {
47824
- _this24.flowSuccess();
47854
+ _this25.flowSuccess();
47825
47855
  // this.$message.success('提交成功');
47826
47856
  // this.$emit('success');
47827
47857
  } else {
47828
- _this24.$message.error(message || '系统错误,请联系管理员!');
47829
- _this24.$emit('error');
47858
+ _this25.$message.error(message || '系统错误,请联系管理员!');
47859
+ _this25.$emit('error');
47830
47860
  }
47831
47861
  }).catch(function (err) {
47832
- _this24.loading.close();
47862
+ _this25.loading.close();
47833
47863
  if (err.message && err.message !== 'canceled') {
47834
- _this24.$message.error(err.message);
47864
+ _this25.$message.error(err.message);
47835
47865
  }
47836
47866
  });
47837
47867
  }).catch(function () {
@@ -47839,19 +47869,19 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47839
47869
  });
47840
47870
  },
47841
47871
 
47842
- /**
47843
- * toTransfer
47844
- * @desc:转办
47845
- * @author liufan
47846
- * @date 2022年9月29日
47872
+ /**
47873
+ * toTransfer
47874
+ * @desc:转办
47875
+ * @author liufan
47876
+ * @date 2022年9月29日
47847
47877
  **/
47848
47878
  toTransfer: function toTransfer(res) {
47849
- var _this25 = this;
47879
+ var _this26 = this;
47850
47880
 
47851
47881
  if (this.beforeSubmit != undefined) {
47852
47882
  this.beforeSubmit(0).then(function (next) {
47853
- _this25.taskReadType = 'transfer';
47854
- _this25.showTaskRead = true;
47883
+ _this26.taskReadType = 'transfer';
47884
+ _this26.showTaskRead = true;
47855
47885
  }).catch(function (e) {});
47856
47886
  } else {
47857
47887
  this.taskReadType = 'transfer';
@@ -47859,14 +47889,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47859
47889
  }
47860
47890
  },
47861
47891
 
47862
- /**
47863
- * getNodeInfo
47864
- * @desc:获取节点信息
47865
- * @author liufan
47866
- * @date 2022年5月25日
47892
+ /**
47893
+ * getNodeInfo
47894
+ * @desc:获取节点信息
47895
+ * @author liufan
47896
+ * @date 2022年5月25日
47867
47897
  **/
47868
47898
  getNodeInfo: function getNodeInfo() {
47869
- var _this26 = this;
47899
+ var _this27 = this;
47870
47900
 
47871
47901
  var params = {
47872
47902
  processDefinitionId: this.nodeInfo.nextNode,
@@ -47881,46 +47911,46 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47881
47911
  message = res.message,
47882
47912
  data = res.data;
47883
47913
 
47884
- _this26.loading.close();
47914
+ _this27.loading.close();
47885
47915
  if (status === 'success') {
47886
- _this26.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
47887
- _this26.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
47888
- data.otherOrgDisabledObjId && (_this26.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
47889
- data.currentOrgDisabledObjId && (_this26.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
47916
+ _this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
47917
+ _this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
47918
+ data.otherOrgDisabledObjId && (_this27.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
47919
+ data.currentOrgDisabledObjId && (_this27.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
47890
47920
  if (data != null) {
47891
47921
  if (data.nodeExtAttr.userSelectionType == 7 || data.nodeExtAttr.userSelectionType == 8 || data.nodeExtAttr.userSelectionType == 9 || data.nodeExtAttr.userSelectionType == 10 || data.nodeExtAttr.userSelectionType == 11 || data.nodeExtAttr.userSelectionType == 12) {
47892
- _this26.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47922
+ _this27.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47893
47923
  } else {
47894
- _this26.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this26.choiceOrgId, _this26.choiceDeptId, _this26.pOrgId);
47924
+ _this27.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this27.choiceOrgId, _this27.choiceDeptId, _this27.pOrgId);
47895
47925
  }
47896
- _this26.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47897
- _this26.isTaskread = data.nodeExtAttr.isTaskread;
47898
- _this26.isHandleExplain = data.nodeExtAttr.isHandleExplain;
47899
- _this26.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47900
- _this26.nodeType = data.nodeExtAttr.nodeType;
47926
+ _this27.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47927
+ _this27.isTaskread = data.nodeExtAttr.isTaskread;
47928
+ _this27.isHandleExplain = data.nodeExtAttr.isHandleExplain;
47929
+ _this27.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47930
+ _this27.nodeType = data.nodeExtAttr.nodeType;
47901
47931
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
47902
- if (_this26.nodeType === 1 || _this26.nodeType === 2) {
47903
- _this26.isMainSubProcess === true ? _this26.isNodeShowProcess = true : _this26.isNodeShowProcess = false;
47904
- _this26.isMainSubProcess === true ? _this26.isMainSubProcess = true : _this26.isMainSubProcess = false;
47905
- _this26.isNextUser = false;
47906
- _this26.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
47907
- _this26.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
47932
+ if (_this27.nodeType === 1 || _this27.nodeType === 2) {
47933
+ _this27.isMainSubProcess === true ? _this27.isNodeShowProcess = true : _this27.isNodeShowProcess = false;
47934
+ _this27.isMainSubProcess === true ? _this27.isMainSubProcess = true : _this27.isMainSubProcess = false;
47935
+ _this27.isNextUser = false;
47936
+ _this27.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
47937
+ _this27.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
47908
47938
  } else {
47909
- _this26.isHideCurrentOrg = false;
47910
- _this26.isHideOtherOrg = false;
47911
- _this26.isNodeShowProcess = false;
47912
- _this26.isMainSubProcess = false;
47913
- _this26.isNextUser = _this26.nextNode.nextOperate != 9;
47939
+ _this27.isHideCurrentOrg = false;
47940
+ _this27.isHideOtherOrg = false;
47941
+ _this27.isNodeShowProcess = false;
47942
+ _this27.isMainSubProcess = false;
47943
+ _this27.isNextUser = _this27.nextNode.nextOperate != 9;
47914
47944
  // this.isMainSubProcess === true
47915
47945
  // ? (this.isMainSubProcess = true)
47916
47946
  // : (this.isMainSubProcess = false);
47917
47947
  }
47918
- _this26.multiple ? _this26.nextNode.nextUserId = [] : _this26.nextNode.nextUserId = '';
47919
- if (_this26.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
47948
+ _this27.multiple ? _this27.nextNode.nextUserId = [] : _this27.nextNode.nextUserId = '';
47949
+ if (_this27.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
47920
47950
  data.nextUserList.map(function (item) {
47921
47951
  if (item.userId && item.username) {
47922
- _this26.nextNode.nextUserId.push(item.userId);
47923
- _this26.selectUserList.push({
47952
+ _this27.nextNode.nextUserId.push(item.userId);
47953
+ _this27.selectUserList.push({
47924
47954
  showname: item.username,
47925
47955
  showid: item.userId
47926
47956
  });
@@ -47929,53 +47959,53 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47929
47959
  }
47930
47960
  data.nextUserList.map(function (item) {
47931
47961
  if (item.userId && item.username) {
47932
- _this26.options.push({
47962
+ _this27.options.push({
47933
47963
  showname: item.username,
47934
47964
  showid: item.userId
47935
47965
  });
47936
47966
  }
47937
47967
  });
47938
47968
  if (data.nodeExtAttr.presetEdit != 0) {
47939
- _this26.radioList = _this26.options;
47969
+ _this27.radioList = _this27.options;
47940
47970
  }
47941
- if (!_this26.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
47942
- _this26.nextNode.nextUserId = data.nextUserList[0].userId;
47943
- _this26.selectUserList.push({
47971
+ if (!_this27.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
47972
+ _this27.nextNode.nextUserId = data.nextUserList[0].userId;
47973
+ _this27.selectUserList.push({
47944
47974
  showname: data.nextUserList[0].username,
47945
47975
  showid: data.nextUserList[0].userId
47946
47976
  });
47947
47977
  }
47948
- _this26.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47949
- _this26.isCustomUser = data.nodeExtAttr.isCustomUser;
47950
- _this26.presetEdit = data.nodeExtAttr.presetEdit;
47951
- _this26.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
47952
- _this26.handleMode = data.countersignaturetypeText;
47978
+ _this27.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47979
+ _this27.isCustomUser = data.nodeExtAttr.isCustomUser;
47980
+ _this27.presetEdit = data.nodeExtAttr.presetEdit;
47981
+ _this27.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
47982
+ _this27.handleMode = data.countersignaturetypeText;
47953
47983
  if (data.globalNodeType === 'endEvent') {
47954
- _this26.isNextUser = data.globalNodeType != 'endEvent';
47955
- data.globalNodeType === 'endEvent' ? _this26.endFlow = true : '';
47984
+ _this27.isNextUser = data.globalNodeType != 'endEvent';
47985
+ data.globalNodeType === 'endEvent' ? _this27.endFlow = true : '';
47956
47986
  }
47957
47987
  }
47958
- _this26.isCustomPreset && _this26.$refs.customPreset.getPresetFlowInfo(_this26.nextNode.nextNodeId, _this26.nodeInfo.nextNode, true);
47988
+ _this27.isCustomPreset && _this27.$refs.customPreset.getPresetFlowInfo(_this27.nextNode.nextNodeId, _this27.nodeInfo.nextNode, true);
47959
47989
  } else {
47960
- _this26.$message.error(message || '系统错误,请联系管理员!');
47990
+ _this27.$message.error(message || '系统错误,请联系管理员!');
47961
47991
  }
47962
47992
  }).catch(function (err) {
47963
- _this26.loading.close();
47993
+ _this27.loading.close();
47964
47994
  if (err.message && err.message !== 'canceled') {
47965
- _this26.$message.error(err.message);
47995
+ _this27.$message.error(err.message);
47966
47996
  }
47967
47997
  });
47968
47998
  },
47969
47999
 
47970
- /**
47971
- * selecNext
47972
- * @desc:下步节点变化时更新数据
47973
- * @author liufan
47974
- * @param {String} val 当前选中值
47975
- * @date 2022年5月25日
48000
+ /**
48001
+ * selecNext
48002
+ * @desc:下步节点变化时更新数据
48003
+ * @author liufan
48004
+ * @param {String} val 当前选中值
48005
+ * @date 2022年5月25日
47976
48006
  **/
47977
48007
  selecNext: function selecNext(val, type, isDef) {
47978
- var _this27 = this;
48008
+ var _this28 = this;
47979
48009
 
47980
48010
  var isNextNode = false;
47981
48011
  if (type) {
@@ -48020,13 +48050,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48020
48050
  this.operationList.forEach(function (item) {
48021
48051
  if (item.key === val) {
48022
48052
  if (!item.taskNodeList) {
48023
- _this27.nodeInfos = [];
48053
+ _this28.nodeInfos = [];
48024
48054
  } else {
48025
- _this27.nodeInfos = item.taskNodeList;
48055
+ _this28.nodeInfos = item.taskNodeList;
48026
48056
 
48027
- if (_this27.taskOperationShiftedNodeList) {
48028
- _this27.nodeInfos = item.taskNodeList.filter(function (x) {
48029
- return _this27.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
48057
+ if (_this28.taskOperationShiftedNodeList) {
48058
+ _this28.nodeInfos = item.taskNodeList.filter(function (x) {
48059
+ return _this28.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
48030
48060
  });
48031
48061
  }
48032
48062
  }
@@ -48035,7 +48065,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48035
48065
  });
48036
48066
  if (this.defaultNextNode) {
48037
48067
  var defaultNode = this.nodeInfos.filter(function (item) {
48038
- return item.nodeId == _this27.defaultNextNode;
48068
+ return item.nodeId == _this28.defaultNextNode;
48039
48069
  });
48040
48070
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
48041
48071
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -48104,11 +48134,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48104
48134
  this.getNodeInfo();
48105
48135
  },
48106
48136
 
48107
- /**
48108
- * isMultiple
48109
- * @desc:是否多选
48110
- * @author liufan
48111
- * @date 2022年9月13日
48137
+ /**
48138
+ * isMultiple
48139
+ * @desc:是否多选
48140
+ * @author liufan
48141
+ * @date 2022年9月13日
48112
48142
  **/
48113
48143
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
48114
48144
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -48140,14 +48170,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48140
48170
  }
48141
48171
  },
48142
48172
 
48143
- /**
48144
- * getHedInfo
48145
- * @desc:获取审核页面数据
48146
- * @author liufan
48147
- * @date 2022年5月25日
48173
+ /**
48174
+ * getHedInfo
48175
+ * @desc:获取审核页面数据
48176
+ * @author liufan
48177
+ * @date 2022年5月25日
48148
48178
  **/
48149
48179
  getHedInfo: function getHedInfo() {
48150
- var _this28 = this;
48180
+ var _this29 = this;
48151
48181
 
48152
48182
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
48153
48183
  var params = {
@@ -48157,7 +48187,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48157
48187
  utils_util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
48158
48188
  //pc返回数据
48159
48189
 
48160
- _this28.loading.close();
48190
+ _this29.loading.close();
48161
48191
  if (res.status === 'success') {
48162
48192
  var _res$data2 = res.data,
48163
48193
  nextNodeList = _res$data2.nextNodeList,
@@ -48195,14 +48225,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48195
48225
  isCanPreAddSign = _res$data2.isCanPreAddSign;
48196
48226
 
48197
48227
  if (simpleTips != undefined) {
48198
- _this28.simpleTips = simpleTips;
48228
+ _this29.simpleTips = simpleTips;
48199
48229
  }
48200
- _this28.$emit('startTaskRead', res);
48201
- _this28.$emit('start-task-read', res);
48230
+ _this29.$emit('startTaskRead', res);
48231
+ _this29.$emit('start-task-read', res);
48202
48232
  if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
48203
- _this28.taskOperationShiftedNodeList = [];
48233
+ _this29.taskOperationShiftedNodeList = [];
48204
48234
  taskOperationShiftedNodeList.map(function (x) {
48205
- _this28.taskOperationShiftedNodeList.push(x.nodeId);
48235
+ _this29.taskOperationShiftedNodeList.push(x.nodeId);
48206
48236
  taskOperations.push({
48207
48237
  key: x.nodeId,
48208
48238
  value: x.nodeName,
@@ -48211,143 +48241,144 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48211
48241
  });
48212
48242
  });
48213
48243
  }
48214
- _this28.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
48215
- _this28.pendingItemHandleDescription = pendingItemHandleDescription;
48244
+ _this29.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
48245
+ _this29.pendingItemHandleDescription = pendingItemHandleDescription;
48216
48246
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
48217
- _this28.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
48247
+ _this29.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
48218
48248
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
48219
- _this28.currentOrgSelectorTabs.map(function (x, i) {
48220
- _this28.currentOrgSelectorParams[x] = {
48249
+ _this29.currentOrgSelectorTabs.map(function (x, i) {
48250
+ _this29.currentOrgSelectorParams[x] = {
48221
48251
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
48222
48252
  };
48223
48253
  });
48224
48254
  }
48225
48255
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
48226
- _this28.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
48256
+ _this29.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
48227
48257
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
48228
- _this28.foreignOrgSelectorTabs.map(function (x, i) {
48229
- _this28.foreignOrgSelectorParams[x] = {
48230
- filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
48258
+ _this29.foreignOrgSelectorTabs.map(function (x, i) {
48259
+ _this29.foreignOrgSelectorParams[x] = {
48260
+ filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
48261
+ nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
48231
48262
  };
48232
48263
  });
48233
48264
  }
48234
- _this28.circularReadParamsMap = circularReadParamsMap || {};
48235
- if (_this28.circularReadParamsMap.circularReadOrgRoleCode) {
48236
- _this28.foreignOrgSelectorParams.roleid = _this28.circularReadParamsMap.circularReadOrgRoleCode;
48237
- }
48238
- _this28.currentOrgName = currentOrgName;
48239
- _this28.nextOperateCheckType = nextOperateCheckType;
48240
- _this28.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
48241
-
48242
- _this28.readOnlyNotificationType = readOnlyNotificationType;
48243
- _this28.isSpecial = isSpecial;
48244
- _this28.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
48245
- _this28.otherOrgName = otherOrgName;
48246
- _this28.isCanPreAddSign = isCanPreAddSign;
48247
- _this28.endFlowInfo.choiceOrgId = choiceOrgId;
48248
- _this28.endFlowInfo.choiceDeptId = choiceDeptId;
48249
- _this28.endFlowInfo.pendingId = _this28.pendingId;
48250
- _this28.attachedCode = attachedCode;
48251
- _this28.endFlowInfo.pOrgId = pOrgId;
48252
- _this28.canPresetRead = canPresetRead;
48253
- _this28.isCdjxjTaskHandle = isCdjxjTaskHandle;
48254
- nextNodeCheckType && (_this28.nextNodeCheckType = nextNodeCheckType);
48255
- _this28.operationList = taskOperations || [];
48256
- _this28.customPresetHintMessage = customPresetHintMessage;
48265
+ _this29.circularReadParamsMap = circularReadParamsMap || {};
48266
+ if (_this29.circularReadParamsMap.circularReadOrgRoleCode) {
48267
+ _this29.foreignOrgSelectorParams.roleid = _this29.circularReadParamsMap.circularReadOrgRoleCode;
48268
+ }
48269
+ _this29.currentOrgName = currentOrgName;
48270
+ _this29.nextOperateCheckType = nextOperateCheckType;
48271
+ _this29.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
48272
+
48273
+ _this29.readOnlyNotificationType = readOnlyNotificationType;
48274
+ _this29.isSpecial = isSpecial;
48275
+ _this29.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
48276
+ _this29.otherOrgName = otherOrgName;
48277
+ _this29.isCanPreAddSign = isCanPreAddSign;
48278
+ _this29.endFlowInfo.choiceOrgId = choiceOrgId;
48279
+ _this29.endFlowInfo.choiceDeptId = choiceDeptId;
48280
+ _this29.endFlowInfo.pendingId = _this29.pendingId;
48281
+ _this29.attachedCode = attachedCode;
48282
+ _this29.endFlowInfo.pOrgId = pOrgId;
48283
+ _this29.canPresetRead = canPresetRead;
48284
+ _this29.isCdjxjTaskHandle = isCdjxjTaskHandle;
48285
+ nextNodeCheckType && (_this29.nextNodeCheckType = nextNodeCheckType);
48286
+ _this29.operationList = taskOperations || [];
48287
+ _this29.customPresetHintMessage = customPresetHintMessage;
48257
48288
  if (canPresetRead) {
48258
48289
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
48259
48290
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
48260
48291
  ids.map(function (item, index) {
48261
- _this28.presetReadUserId.push({
48292
+ _this29.presetReadUserId.push({
48262
48293
  showid: item,
48263
48294
  showname: names[index]
48264
48295
  });
48265
- _this28.selectPresetUserList.push({
48296
+ _this29.selectPresetUserList.push({
48266
48297
  showid: item,
48267
48298
  showname: names[index]
48268
48299
  });
48269
- _this28.nextNode.presetReadUserId.push(item);
48300
+ _this29.nextNode.presetReadUserId.push(item);
48270
48301
  });
48271
48302
  }
48272
- if (!_this28.isFlow) _this28.getFile(_this28.pendingId, attachedCode);
48303
+ if (!_this29.isFlow) _this29.getFile(_this29.pendingId, attachedCode);
48273
48304
  if (nextNodeList && nextNodeList.length != 0) {
48274
- _this28.nextNodeList = nextNodeList;
48305
+ _this29.nextNodeList = nextNodeList;
48275
48306
  }
48276
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this28.removeUsers = canRemoveSignUserList;
48307
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this29.removeUsers = canRemoveSignUserList;
48277
48308
  if (taskOperations && taskOperations.length != 0) {
48278
48309
  var isSelected = false;
48279
48310
  taskOperations.map(function (item) {
48280
- if (item.key === 9) _this28.isReject = true;
48311
+ if (item.key === 9) _this29.isReject = true;
48281
48312
  if (item.isSelected) {
48282
- _this28.nodeInfos = [];
48283
- _this28.nextNode.nextOperate = item.key;
48313
+ _this29.nodeInfos = [];
48314
+ _this29.nextNode.nextOperate = item.key;
48284
48315
  if (item.taskNodeList != null) {
48285
- _this28.nodeInfos = item.taskNodeList;
48316
+ _this29.nodeInfos = item.taskNodeList;
48286
48317
  }
48287
48318
  isSelected = true;
48288
48319
  }
48289
48320
  });
48290
48321
  if (taskOperations.length > 0 && !isSelected) {
48291
- _this28.nodeInfos = [];
48292
- _this28.nextNode.nextOperate = taskOperations[0].key;
48322
+ _this29.nodeInfos = [];
48323
+ _this29.nextNode.nextOperate = taskOperations[0].key;
48293
48324
  if (taskOperations[0].taskNodeList != null) {
48294
- _this28.nodeInfos = taskOperations[0].taskNodeList;
48325
+ _this29.nodeInfos = taskOperations[0].taskNodeList;
48295
48326
  }
48296
48327
  }
48297
48328
  }
48298
48329
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
48299
- _this28.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
48330
+ _this29.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
48300
48331
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
48301
48332
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
48302
48333
  notice.map(function (x) {
48303
- _this28.nodeFixedOpinionSelectList.push({ content: x });
48334
+ _this29.nodeFixedOpinionSelectList.push({ content: x });
48304
48335
  });
48305
48336
  }
48306
- _this28.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
48307
- _this28.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
48308
- _this28.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
48309
- _this28.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
48310
- _this28.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
48311
- _this28.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
48337
+ _this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
48338
+ _this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
48339
+ _this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
48340
+ _this29.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
48341
+ _this29.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
48342
+ _this29.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
48312
48343
  // this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
48313
- _this28.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
48344
+ _this29.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
48314
48345
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
48315
- var defaultNode = _this28.nodeInfos.filter(function (item) {
48346
+ var defaultNode = _this29.nodeInfos.filter(function (item) {
48316
48347
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
48317
48348
  });
48318
- if (_this28.nodeInfos.length > 0 && defaultNode.length == 0) {
48319
- _this28.nextNode.nextNodeId = _this28.nodeInfos[0].nodeId;
48349
+ if (_this29.nodeInfos.length > 0 && defaultNode.length == 0) {
48350
+ _this29.nextNode.nextNodeId = _this29.nodeInfos[0].nodeId;
48320
48351
  } else {
48321
- _this28.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
48352
+ _this29.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
48322
48353
  }
48323
- } else if (_this28.nodeInfos.length > 0) {
48324
- _this28.nextNode.nextNodeId = _this28.nodeInfos[0].nodeId;
48354
+ } else if (_this29.nodeInfos.length > 0) {
48355
+ _this29.nextNode.nextNodeId = _this29.nodeInfos[0].nodeId;
48325
48356
  }
48326
- _this28.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
48357
+ _this29.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
48327
48358
  if (nodeInfoMap.nodeExtAttr.submitText) {
48328
- _this28.btnList.map(function (x) {
48359
+ _this29.btnList.map(function (x) {
48329
48360
  if (x.event === 'sub') {
48330
48361
  x.text = nodeInfoMap.nodeExtAttr.submitText;
48331
48362
  }
48332
48363
  });
48333
48364
  }
48334
48365
  }
48335
- _this28.choiceOrgId = choiceOrgId;
48336
- _this28.choiceDeptId = choiceDeptId;
48337
- _this28.pOrgId = pOrgId;
48366
+ _this29.choiceOrgId = choiceOrgId;
48367
+ _this29.choiceDeptId = choiceDeptId;
48368
+ _this29.pOrgId = pOrgId;
48338
48369
  if (res.data && res.data.isEndUserTask != undefined) {
48339
- _this28.isEndUserTask = res.data.isEndUserTask;
48370
+ _this29.isEndUserTask = res.data.isEndUserTask;
48340
48371
  }
48341
48372
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
48342
- _this28.nodeInfo.nextNode = taskExamine.processDefinitionId;
48343
- _this28.NodeName = taskExamine.nodeName;
48344
- _this28.taskId = taskExamine.taskId;
48345
- _this28.businessIds = taskExamine.businessId;
48346
- _this28.appId = taskExamine.appId;
48347
- _this28.taskExamineInfo = taskExamine;
48348
- _this28.taskExamineInfo.choiceOrgId = choiceOrgId;
48349
- _this28.taskExamineInfo.choiceDeptId = choiceDeptId;
48350
- _this28.endFlowInfo.processType = taskExamine.processType;
48373
+ _this29.nodeInfo.nextNode = taskExamine.processDefinitionId;
48374
+ _this29.NodeName = taskExamine.nodeName;
48375
+ _this29.taskId = taskExamine.taskId;
48376
+ _this29.businessIds = taskExamine.businessId;
48377
+ _this29.appId = taskExamine.appId;
48378
+ _this29.taskExamineInfo = taskExamine;
48379
+ _this29.taskExamineInfo.choiceOrgId = choiceOrgId;
48380
+ _this29.taskExamineInfo.choiceDeptId = choiceDeptId;
48381
+ _this29.endFlowInfo.processType = taskExamine.processType;
48351
48382
  // this.endFlowInfo.isReturnSubmitter =
48352
48383
  // taskExamine.isReturnSubmitter;
48353
48384
  // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
@@ -48359,85 +48390,85 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48359
48390
  // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
48360
48391
  // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
48361
48392
  // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
48362
- _this28.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
48363
- _this28.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
48364
- _this28.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
48365
- _this28.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
48366
- _this28.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
48367
- _this28.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
48368
- _this28.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
48369
- _this28.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
48370
- _this28.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
48393
+ _this29.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
48394
+ _this29.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
48395
+ _this29.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
48396
+ _this29.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
48397
+ _this29.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
48398
+ _this29.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
48399
+ _this29.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
48400
+ _this29.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
48401
+ _this29.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
48371
48402
  // this.endFlowInfo.isReadDealReply =
48372
48403
  // taskExamine.isReadDealReplybusinessId;
48373
- _this28.endFlowInfo.appId = taskExamine.appId;
48374
- _this28.endFlowInfo.businessId = taskExamine.businessId;
48375
- _this28.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
48376
- _this28.endFlowInfo.nodeId = taskExamine.nodeId;
48404
+ _this29.endFlowInfo.appId = taskExamine.appId;
48405
+ _this29.endFlowInfo.businessId = taskExamine.businessId;
48406
+ _this29.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
48407
+ _this29.endFlowInfo.nodeId = taskExamine.nodeId;
48377
48408
  }
48378
- if (_this28.nodeName) {
48379
- _this28.NodeName = _this28.nodeName;
48409
+ if (_this29.nodeName) {
48410
+ _this29.NodeName = _this29.nodeName;
48380
48411
  }
48381
- _this28.isCanAddSign = isCanAddSign;
48382
- _this28.processObj = res.data;
48383
- if (_this28.isCanAddSign) {
48384
- _this28.nextNode.isAddSign = '2';
48412
+ _this29.isCanAddSign = isCanAddSign;
48413
+ _this29.processObj = res.data;
48414
+ if (_this29.isCanAddSign) {
48415
+ _this29.nextNode.isAddSign = '2';
48385
48416
  }
48386
- _this28.isCanRemoveSign = isCanRemoveSign;
48387
- if (_this28.isCanRemoveSign) {
48388
- _this28.nextNode.isRemoveSign = '2';
48417
+ _this29.isCanRemoveSign = isCanRemoveSign;
48418
+ if (_this29.isCanRemoveSign) {
48419
+ _this29.nextNode.isRemoveSign = '2';
48389
48420
  }
48390
48421
 
48391
- if (!_this28.isOpinionRequired) {
48392
- _this28.isOpinionRequired = 0;
48422
+ if (!_this29.isOpinionRequired) {
48423
+ _this29.isOpinionRequired = 0;
48393
48424
  }
48394
48425
  // opinion && (this.value = opinion);
48395
- _this28.nextNode.notificationMsg = defaultNotificationMessage;
48396
- _this28.moreList = [];
48426
+ _this29.nextNode.notificationMsg = defaultNotificationMessage;
48427
+ _this29.moreList = [];
48397
48428
  if (taskButtonList && taskButtonList.length != 0) {
48398
48429
  taskButtonList.map(function (item) {
48399
48430
  if (item.fun === 'reject()') {
48400
- _this28.rejectObj = item;
48431
+ _this29.rejectObj = item;
48401
48432
  } else if (item.fun === 'toStartTaskRead()') {
48402
- _this28.pointsReadingObj = item;
48433
+ _this29.pointsReadingObj = item;
48403
48434
  } else {
48404
- _this28.moreList.push(item);
48435
+ _this29.moreList.push(item);
48405
48436
  }
48406
48437
  });
48407
48438
  }
48408
- _this28.isMainSubProcess = res.data.isMainSubProcess == 'true';
48409
- _this28.isCustomPreset = isCustomPreset;
48410
- _this28.isPreset = isPreset;
48411
- _this28.presetTaskNodeMap = presetTaskNodeMap;
48412
- _this28.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
48413
- _this28.getFind();
48414
- _this28.selecNext(_this28.nextNode.nextOperate, true, true);
48439
+ _this29.isMainSubProcess = res.data.isMainSubProcess == 'true';
48440
+ _this29.isCustomPreset = isCustomPreset;
48441
+ _this29.isPreset = isPreset;
48442
+ _this29.presetTaskNodeMap = presetTaskNodeMap;
48443
+ _this29.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
48444
+ _this29.getFind();
48445
+ _this29.selecNext(_this29.nextNode.nextOperate, true, true);
48415
48446
  // this.getNodeInfo();
48416
- _this28.StartTaskReadKey++;
48447
+ _this29.StartTaskReadKey++;
48417
48448
  } else {
48418
48449
  if (res.status === 'taskCompleted') {
48419
- _this28.$emit('shrink', true);
48420
- _this28.shrinkAbled = true;
48421
- _this28.$message.warning(res.message || '系统错误,请联系管理员!');
48450
+ _this29.$emit('shrink', true);
48451
+ _this29.shrinkAbled = true;
48452
+ _this29.$message.warning(res.message || '系统错误,请联系管理员!');
48422
48453
  } else {
48423
- _this28.$message.error(res.message || '系统错误,请联系管理员!');
48454
+ _this29.$message.error(res.message || '系统错误,请联系管理员!');
48424
48455
  }
48425
48456
  }
48426
48457
  }).catch(function (err) {
48427
- _this28.loading.close();
48458
+ _this29.loading.close();
48428
48459
  if (err.message && err.message !== 'canceled') {
48429
- _this28.$message.error(err.message);
48460
+ _this29.$message.error(err.message);
48430
48461
  }
48431
48462
  });
48432
48463
  },
48433
48464
 
48434
- /**
48435
- * closeProcess
48436
- * @desc:关闭弹窗
48437
- * @author liufan
48438
- * @param {boolean} val 当前是否办理流程
48439
- * @param {String} type 当前点击的弹窗类型
48440
- * @date 2022年5月25日
48465
+ /**
48466
+ * closeProcess
48467
+ * @desc:关闭弹窗
48468
+ * @author liufan
48469
+ * @param {boolean} val 当前是否办理流程
48470
+ * @param {String} type 当前点击的弹窗类型
48471
+ * @date 2022年5月25日
48441
48472
  **/
48442
48473
  closeProcess: function closeProcess(val, type, closeParent) {
48443
48474
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48457,23 +48488,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48457
48488
  }
48458
48489
  },
48459
48490
 
48460
- /**
48461
- * selectChange
48462
- * @desc:常用语选择
48463
- * @author liufan
48464
- * @param {String} val 选中值
48465
- * @date 2022年5月25日
48491
+ /**
48492
+ * selectChange
48493
+ * @desc:常用语选择
48494
+ * @author liufan
48495
+ * @param {String} val 选中值
48496
+ * @date 2022年5月25日
48466
48497
  **/
48467
48498
  selectChange: function selectChange(val) {
48468
48499
  this.value = val;
48469
48500
  },
48470
48501
 
48471
- /**
48472
- * upDate
48473
- * @desc:修改常用语
48474
- * @author liufan
48475
- * @param {Object} val 修改值
48476
- * @date 2022年5月25日
48502
+ /**
48503
+ * upDate
48504
+ * @desc:修改常用语
48505
+ * @author liufan
48506
+ * @param {Object} val 修改值
48507
+ * @date 2022年5月25日
48477
48508
  **/
48478
48509
  upDate: function upDate(val) {
48479
48510
  this.FormData.id = val.id;
@@ -48481,14 +48512,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48481
48512
  },
48482
48513
 
48483
48514
 
48484
- /**
48485
- * getProcess
48486
- * @desc:获取选择流程
48487
- * @author liufan
48488
- * @date 2022年5月25日
48515
+ /**
48516
+ * getProcess
48517
+ * @desc:获取选择流程
48518
+ * @author liufan
48519
+ * @date 2022年5月25日
48489
48520
  **/
48490
48521
  getProcess: function getProcess(val) {
48491
- var _this29 = this;
48522
+ var _this30 = this;
48492
48523
 
48493
48524
  var params = flow_src_mainvue_type_script_lang_js_extends({
48494
48525
  businessId: this.businessId,
@@ -48503,55 +48534,56 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48503
48534
  message = res.message,
48504
48535
  data = res.data;
48505
48536
 
48506
- _this29.loading.close();
48537
+ _this30.loading.close();
48507
48538
  if (status === 'success') {
48508
48539
  if (data.simpleTips != undefined) {
48509
- _this29.simpleTips = data.simpleTips;
48540
+ _this30.simpleTips = data.simpleTips;
48510
48541
  }
48511
- _this29.isStartFlowChartView = data.isStartFlowChartView;
48542
+ _this30.isStartFlowChartView = data.isStartFlowChartView;
48512
48543
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
48513
- _this29.$message.error('流程不存在或未关联对应流程!');
48544
+ _this30.$message.error('流程不存在或未关联对应流程!');
48514
48545
  } else {
48515
- _this29.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
48516
- _this29.nodeInfo.option = data.definitionList;
48517
- _this29.nodeInfo.nextNode = data.definitionList.filter(function (item) {
48518
- return item.processDefKey == _this29.defaultProcessKey;
48546
+ _this30.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
48547
+
48548
+ _this30.nodeInfo.option = data.definitionList;
48549
+ _this30.nodeInfo.nextNode = data.definitionList.filter(function (item) {
48550
+ return item.processDefKey == _this30.defaultProcessKey;
48519
48551
  });
48520
- if (_this29.nodeInfo.nextNode.length) {
48521
- _this29.nodeInfo.nextNode = _this29.nodeInfo.nextNode[0].processDefId;
48552
+ if (_this30.nodeInfo.nextNode.length) {
48553
+ _this30.nodeInfo.nextNode = _this30.nodeInfo.nextNode[0].processDefId;
48522
48554
  } else {
48523
48555
  if (data.definitionList.length != 0) {
48524
- _this29.nodeInfo.nextNode = data.definitionList[0].processDefId;
48556
+ _this30.nodeInfo.nextNode = data.definitionList[0].processDefId;
48525
48557
  } else {
48526
- _this29.nodeInfo.nextNode = '';
48558
+ _this30.nodeInfo.nextNode = '';
48527
48559
  }
48528
48560
  }
48529
- if (_this29.nodeInfo.nextNode) {
48530
- _this29.handleChange(_this29.nodeInfo.nextNode);
48561
+ if (_this30.nodeInfo.nextNode) {
48562
+ _this30.handleChange(_this30.nodeInfo.nextNode);
48531
48563
  }
48532
- if (_this29.showCirculate != undefined && !_this29.showCirculate && _this29.urgencyLevel) {
48533
- _this29.getAdminMsgType();
48564
+ if (_this30.showCirculate != undefined && !_this30.showCirculate && _this30.urgencyLevel) {
48565
+ _this30.getAdminMsgType();
48534
48566
  }
48535
48567
  }
48536
48568
  } else {
48537
- _this29.$message.error(message || '系统错误,请联系管理员!');
48569
+ _this30.$message.error(message || '系统错误,请联系管理员!');
48538
48570
  }
48539
48571
  }).catch(function (err) {
48540
- _this29.loading.close();
48572
+ _this30.loading.close();
48541
48573
  if (err.message && err.message !== 'canceled') {
48542
- _this29.$message.error(err.message);
48574
+ _this30.$message.error(err.message);
48543
48575
  }
48544
48576
  });
48545
48577
  },
48546
48578
 
48547
- /**
48548
- * getPendedhistoryList
48549
- * @desc:获取流程列表
48550
- * @author liufan
48551
- * @date 2022年5月25日
48579
+ /**
48580
+ * getPendedhistoryList
48581
+ * @desc:获取流程列表
48582
+ * @author liufan
48583
+ * @date 2022年5月25日
48552
48584
  **/
48553
48585
  getPendedhistoryList: function getPendedhistoryList() {
48554
- var _this30 = this;
48586
+ var _this31 = this;
48555
48587
 
48556
48588
  var params = {
48557
48589
  apprecordId: this.businessIds,
@@ -48564,22 +48596,22 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48564
48596
  results = res.results;
48565
48597
 
48566
48598
  if (!rCode) {
48567
- _this30.nextNode.nextUserId = [];
48568
- _this30.showNews = false;
48569
- _this30.nextNode.notificationType = [];
48570
- _this30.pendingId = results[results.length - 1].attachId;
48571
- _this30.getHedInfo();
48599
+ _this31.nextNode.nextUserId = [];
48600
+ _this31.showNews = false;
48601
+ _this31.nextNode.notificationType = [];
48602
+ _this31.pendingId = results[results.length - 1].attachId;
48603
+ _this31.getHedInfo();
48572
48604
  } else {
48573
- _this30.$message.error(msg || '系统错误,请联系管理员!');
48605
+ _this31.$message.error(msg || '系统错误,请联系管理员!');
48574
48606
  }
48575
48607
  }).catch(function (err) {
48576
48608
  if (err.message && err.message !== 'canceled') {
48577
- _this30.$message.error(err.message);
48609
+ _this31.$message.error(err.message);
48578
48610
  }
48579
48611
  });
48580
48612
  },
48581
48613
  reqCircularRead: function reqCircularRead(type) {
48582
- var _this31 = this;
48614
+ var _this32 = this;
48583
48615
 
48584
48616
  var _that = this;
48585
48617
  var params = {
@@ -48593,7 +48625,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48593
48625
  };
48594
48626
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
48595
48627
  utils_util["a" /* default */].ajax(params).then(function (res) {
48596
- _this31.loading.close();
48628
+ _this32.loading.close();
48597
48629
  if (res.rCode == 0) {
48598
48630
  if (res.results.alert) {
48599
48631
  _that.$confirm(res.results.message, {
@@ -48616,28 +48648,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48616
48648
  },
48617
48649
 
48618
48650
  // 提交流程
48619
- /**
48620
- * subProcess
48621
- * @desc:提交流程
48622
- * @author liufan
48623
- * @param {String} formName 当前form表单ref值
48624
- * @date 2022年5月25日
48651
+ /**
48652
+ * subProcess
48653
+ * @desc:提交流程
48654
+ * @author liufan
48655
+ * @param {String} formName 当前form表单ref值
48656
+ * @date 2022年5月25日
48625
48657
  **/
48626
48658
  subProcess: function subProcess(val, type) {
48627
- var _this32 = this;
48659
+ var _this33 = this;
48628
48660
 
48629
48661
  return this.$refs['nextNode'].validate(function (valid) {
48630
48662
  if (valid) {
48631
- if (_this32.isSubmitButtonShowAgreeAndDisagree == 1) {
48632
- _this32.value = _this32.value.replace(RegExp('不同意。', 'g'), '');
48633
- _this32.value = _this32.value.replace(RegExp('同意。', 'g'), '');
48634
- _this32.value = val + _this32.value;
48663
+ if (_this33.isSubmitButtonShowAgreeAndDisagree == 1) {
48664
+ _this33.value = _this33.value.replace(RegExp('不同意。', 'g'), '');
48665
+ _this33.value = _this33.value.replace(RegExp('同意。', 'g'), '');
48666
+ _this33.value = val + _this33.value;
48635
48667
  }
48636
- if (!_this32.validInfo()) {
48637
- _this32.freeValid = false;
48668
+ if (!_this33.validInfo()) {
48669
+ _this33.freeValid = false;
48638
48670
  return;
48639
48671
  } else {
48640
- _this32.freeValid = true;
48672
+ _this33.freeValid = true;
48641
48673
  }
48642
48674
  // if (
48643
48675
  // this.currentNodeIsCircularReadNode &&
@@ -48647,14 +48679,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48647
48679
  // return;
48648
48680
  // }
48649
48681
  if (type == 'multiInsMidwayWithSubmitScene') {
48650
- _this32.sendData(type);
48682
+ _this33.sendData(type);
48651
48683
  return;
48652
48684
  }
48653
- if (_this32.beforeSubmit == undefined) {
48654
- _this32.subFun(_this32.sendData);
48685
+ if (_this33.beforeSubmit == undefined) {
48686
+ _this33.subFun(_this33.sendData);
48655
48687
  } else {
48656
- _this32.beforeSubmit(1).then(function (next) {
48657
- _this32.sendData();
48688
+ _this33.beforeSubmit(1).then(function (next) {
48689
+ _this33.sendData();
48658
48690
  }).catch(function (e) {});
48659
48691
  }
48660
48692
  }
@@ -48699,14 +48731,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48699
48731
  return true;
48700
48732
  },
48701
48733
  flowSuccess: function flowSuccess(hideMessage) {
48702
- var _this33 = this;
48734
+ var _this34 = this;
48703
48735
 
48704
48736
  if (!this.simpleTips) {
48705
48737
  this.$alert('提交成功', '', {
48706
48738
  confirmButtonText: '确定',
48707
48739
  type: 'success',
48708
48740
  callback: function callback(action) {
48709
- _this33.$emit('success');
48741
+ _this34.$emit('success');
48710
48742
  }
48711
48743
  });
48712
48744
  } else {
@@ -48717,7 +48749,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48717
48749
  }
48718
48750
  },
48719
48751
  sendData: function sendData(freetype) {
48720
- var _this34 = this;
48752
+ var _this35 = this;
48721
48753
 
48722
48754
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
48723
48755
  if (this.directCreateCircularReadWhenFlowStarted) {
@@ -48739,58 +48771,58 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48739
48771
  break;
48740
48772
  }
48741
48773
 
48742
- if (!_this34.isFlow) {
48774
+ if (!_this35.isFlow) {
48743
48775
  _context.next = 4;
48744
48776
  break;
48745
48777
  }
48746
48778
 
48747
- if (_this34.directCreateCircularReadWhenFlowStarted) {
48748
- _this34.circulateVisible = true;
48779
+ if (_this35.directCreateCircularReadWhenFlowStarted) {
48780
+ _this35.circulateVisible = true;
48749
48781
  } else {
48750
- _this34.handleVisible = true;
48782
+ _this35.handleVisible = true;
48751
48783
  }
48752
48784
  return _context.abrupt('return');
48753
48785
 
48754
48786
  case 4:
48755
48787
  nextUserId = [];
48756
48788
 
48757
- if (_this34.multiple) {
48758
- _this34.nextNode.nextUserId && _this34.nextNode.nextUserId.map(function (item) {
48789
+ if (_this35.multiple) {
48790
+ _this35.nextNode.nextUserId && _this35.nextNode.nextUserId.map(function (item) {
48759
48791
  return nextUserId.push(item);
48760
48792
  });
48761
48793
  }
48762
48794
  addSignUserId = [];
48763
48795
 
48764
- if (_this34.isCanAddSign && _this34.nextNode.isAddSign == '1') {
48765
- _this34.nextNode.addSignUserId.map(function (item) {
48796
+ if (_this35.isCanAddSign && _this35.nextNode.isAddSign == '1') {
48797
+ _this35.nextNode.addSignUserId.map(function (item) {
48766
48798
  addSignUserId.push(item);
48767
48799
  });
48768
48800
  }
48769
48801
  removeSignUserId = [];
48770
48802
 
48771
- if (_this34.isCanRemoveSign && _this34.nextNode.isRemoveSign == '1') {
48772
- _this34.nextNode.removeSignUserId.map(function (item) {
48803
+ if (_this35.isCanRemoveSign && _this35.nextNode.isRemoveSign == '1') {
48804
+ _this35.nextNode.removeSignUserId.map(function (item) {
48773
48805
  removeSignUserId.push(item);
48774
48806
  });
48775
48807
  }
48776
48808
  str = '';
48777
48809
 
48778
- if (_this34.value) {
48779
- str = _this34.value.replace(/\s+/g, '');
48810
+ if (_this35.value) {
48811
+ str = _this35.value.replace(/\s+/g, '');
48780
48812
  }
48781
- if ((!_this34.value || str === '') && _this34.nodeDefaultSubmitOpinion) {
48782
- _this34.value = _this34.nodeDefaultSubmitOpinion;
48813
+ if ((!_this35.value || str === '') && _this35.nodeDefaultSubmitOpinion) {
48814
+ _this35.value = _this35.nodeDefaultSubmitOpinion;
48783
48815
  }
48784
- if (!_this34.isSpecial) {
48785
- delete _this34.nextNode.nextOperate;
48786
- delete _this34.nextNode.nextNodeId;
48816
+ if (!_this35.isSpecial) {
48817
+ delete _this35.nextNode.nextOperate;
48818
+ delete _this35.nextNode.nextNodeId;
48787
48819
  }
48788
- if (_this34.nextNode.nextOperate === 9 || _this34.oldNextOperate == 9) {
48789
- _this34.nextNode.isReturnRejectNode = 1;
48790
- _this34.nextNode.processDefinitionId = _this34.processObj.taskExamine.processDefinitionId;
48820
+ if (_this35.nextNode.nextOperate === 9 || _this35.oldNextOperate == 9) {
48821
+ _this35.nextNode.isReturnRejectNode = 1;
48822
+ _this35.nextNode.processDefinitionId = _this35.processObj.taskExamine.processDefinitionId;
48791
48823
  }
48792
- if (_this34.nextNode.nextOperate != 0 && _this34.nextNode.nextOperate != 1 && _this34.oldNextOperate === '' || _this34.oldNextOperate !== '' && _this34.oldNextOperate != 0 && _this34.oldNextOperate != 1) {
48793
- delete _this34.nextNode.nextNodeId;
48824
+ if (_this35.nextNode.nextOperate != 0 && _this35.nextNode.nextOperate != 1 && _this35.oldNextOperate === '' || _this35.oldNextOperate !== '' && _this35.oldNextOperate != 0 && _this35.oldNextOperate != 1) {
48825
+ delete _this35.nextNode.nextNodeId;
48794
48826
  }
48795
48827
 
48796
48828
  if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
@@ -48799,45 +48831,45 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48799
48831
  }
48800
48832
 
48801
48833
  _context.next = 19;
48802
- return _this34.saveInfo('subMit');
48834
+ return _this35.saveInfo('subMit');
48803
48835
 
48804
48836
  case 19:
48805
- _this34.loading = utils_util["a" /* default */].loading(_this34.$loading, '加载中...');
48837
+ _this35.loading = utils_util["a" /* default */].loading(_this35.$loading, '加载中...');
48806
48838
 
48807
48839
  case 20:
48808
48840
  notificationType = '';
48809
48841
 
48810
- notificationType = _this34.nextNode.notificationType.join(',');
48842
+ notificationType = _this35.nextNode.notificationType.join(',');
48811
48843
  addSignUserId = addSignUserId.join(',');
48812
48844
  removeSignUserId = removeSignUserId.join(',');
48813
- if (!_this34.isCanPreAddSign || _this34.nextNode.isAddSign != '1') {
48814
- delete _this34.nextNode.addSignMode;
48845
+ if (!_this35.isCanPreAddSign || _this35.nextNode.isAddSign != '1') {
48846
+ delete _this35.nextNode.addSignMode;
48815
48847
  }
48816
48848
 
48817
- params = flow_src_mainvue_type_script_lang_js_extends({}, _this34.nextNode, {
48818
- nextOperate: _this34.oldNextOperate !== '' ? _this34.oldNextOperate : _this34.nextNode.nextOperate,
48819
- pendingId: _this34.pendingId,
48820
- opinion: _this34.isForceDisplayDefaultOptionForPrefix && !_this34.value.startsWith(_this34.nodeDefaultSubmitOpinion) ? _this34.nodeDefaultSubmitOpinion + _this34.value : _this34.value,
48849
+ params = flow_src_mainvue_type_script_lang_js_extends({}, _this35.nextNode, {
48850
+ nextOperate: _this35.oldNextOperate !== '' ? _this35.oldNextOperate : _this35.nextNode.nextOperate,
48851
+ pendingId: _this35.pendingId,
48852
+ opinion: _this35.isForceDisplayDefaultOptionForPrefix && !_this35.value.startsWith(_this35.nodeDefaultSubmitOpinion) ? _this35.nodeDefaultSubmitOpinion + _this35.value : _this35.value,
48821
48853
  userId: utils_util["a" /* default */].getStorage('userId'),
48822
- nextUserId: _this34.multiple ? nextUserId.join(',') : _this34.nextNode.nextUserId,
48854
+ nextUserId: _this35.multiple ? nextUserId.join(',') : _this35.nextNode.nextUserId,
48823
48855
  addSignUserId: addSignUserId,
48824
- customPresetUserJson: JSON.stringify(_this34.presetList),
48825
- presetUserJson: JSON.stringify(_this34.presetUserJson),
48856
+ customPresetUserJson: JSON.stringify(_this35.presetList),
48857
+ presetUserJson: JSON.stringify(_this35.presetUserJson),
48826
48858
  removeSignUserId: removeSignUserId,
48827
- nextReadUserId: _this34.readMultiple ? _this34.mixReadList && _this34.mixReadList.join('|') : _this34.nextNode.nextReadUserId,
48828
- nextOrgId: !_this34.isShowNextUser ? _this34.multiple ? _this34.mixOrgIdList && _this34.mixOrgIdList.join('|') : _this34.nextNode.nextOrgId : '',
48829
- presetReadUserId: _this34.mixPresetList && _this34.mixPresetList.length > 0 ? _this34.mixPresetList.join('|') : _this34.nextNode.presetReadUserId.join(','),
48859
+ nextReadUserId: _this35.readMultiple ? _this35.mixReadList && _this35.mixReadList.join('|') : _this35.nextNode.nextReadUserId,
48860
+ nextOrgId: !_this35.isShowNextUser ? _this35.multiple ? _this35.mixOrgIdList && _this35.mixOrgIdList.join('|') : _this35.nextNode.nextOrgId : '',
48861
+ presetReadUserId: _this35.mixPresetList && _this35.mixPresetList.length > 0 ? _this35.mixPresetList.join('|') : _this35.nextNode.presetReadUserId.join(','),
48830
48862
  notificationType: notificationType
48831
48863
  });
48832
48864
 
48833
- if (_this34.activeNames != '1') delete params.customPresetUserJson;
48834
- if (_this34.nextNode.isRemoveSign != '1') {
48865
+ if (_this35.activeNames != '1') delete params.customPresetUserJson;
48866
+ if (_this35.nextNode.isRemoveSign != '1') {
48835
48867
  delete params.removeSignUserId;
48836
48868
  }
48837
- if (_this34.nextNode.isAddSign != '1') {
48869
+ if (_this35.nextNode.isAddSign != '1') {
48838
48870
  delete params.addSignUserId;
48839
48871
  }
48840
- if (!_this34.isSpecial) {
48872
+ if (!_this35.isSpecial) {
48841
48873
  delete params.nextUserId;
48842
48874
  }
48843
48875
 
@@ -48846,13 +48878,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48846
48878
  break;
48847
48879
  }
48848
48880
 
48849
- params.isSubFlow = _this34.taskExamineInfo.isSubFlow;
48850
- _this34.taskParams = params;
48881
+ params.isSubFlow = _this35.taskExamineInfo.isSubFlow;
48882
+ _this35.taskParams = params;
48851
48883
  return _context.abrupt('return');
48852
48884
 
48853
48885
  case 34:
48854
- _this34.loading = utils_util["a" /* default */].loading(_this34.$loading, '提交中...');
48855
- isEndUserTask = _this34.isEndUserTask, choiceOrgId = _this34.choiceOrgId, choiceDeptId = _this34.choiceDeptId, pOrgId = _this34.pOrgId, taskExamineInfo = _this34.taskExamineInfo, currentNodeIsCircularReadNode = _this34.currentNodeIsCircularReadNode, needRetrialAuth = _this34.needRetrialAuth, circularReadParamsMap = _this34.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this34.currentNodeEnableItemHandleDescription;
48886
+ _this35.loading = utils_util["a" /* default */].loading(_this35.$loading, '提交中...');
48887
+ isEndUserTask = _this35.isEndUserTask, choiceOrgId = _this35.choiceOrgId, choiceDeptId = _this35.choiceDeptId, pOrgId = _this35.pOrgId, taskExamineInfo = _this35.taskExamineInfo, currentNodeIsCircularReadNode = _this35.currentNodeIsCircularReadNode, needRetrialAuth = _this35.needRetrialAuth, circularReadParamsMap = _this35.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this35.currentNodeEnableItemHandleDescription;
48856
48888
 
48857
48889
  params.isEndUserTask = isEndUserTask;
48858
48890
  params.choiceOrgId = choiceOrgId;
@@ -48876,17 +48908,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48876
48908
  var status = res.status,
48877
48909
  message = res.message;
48878
48910
 
48879
- _this34.loading.close();
48911
+ _this35.loading.close();
48880
48912
  if (status === 'success') {
48881
- _this34.flowSuccess();
48913
+ _this35.flowSuccess();
48882
48914
  } else {
48883
- _this34.$message.error(message || '系统错误,请联系管理员!');
48884
- _this34.$emit('error');
48915
+ _this35.$message.error(message || '系统错误,请联系管理员!');
48916
+ _this35.$emit('error');
48885
48917
  }
48886
48918
  }).catch(function (err) {
48887
- _this34.loading.close();
48919
+ _this35.loading.close();
48888
48920
  if (err.message && err.message !== 'canceled') {
48889
- _this34.$message.error(err.message);
48921
+ _this35.$message.error(err.message);
48890
48922
  }
48891
48923
  }));
48892
48924
 
@@ -48898,7 +48930,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48898
48930
  return _context.stop();
48899
48931
  }
48900
48932
  }
48901
- }, _callee, _this34);
48933
+ }, _callee, _this35);
48902
48934
  }));
48903
48935
 
48904
48936
  return function (_x) {
@@ -48954,8 +48986,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48954
48986
 
48955
48987
  var flow_src_main_component = normalizeComponent(
48956
48988
  packages_flow_src_mainvue_type_script_lang_js_,
48957
- mainvue_type_template_id_531ac436_render,
48958
- mainvue_type_template_id_531ac436_staticRenderFns,
48989
+ mainvue_type_template_id_2db06a0a_render,
48990
+ mainvue_type_template_id_2db06a0a_staticRenderFns,
48959
48991
  false,
48960
48992
  null,
48961
48993
  null,
@@ -52378,12 +52410,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52378
52410
  }
52379
52411
  },
52380
52412
 
52381
- /**
52382
- * handleFormSubmit
52383
- * @desc:删除节点点击事件
52384
- * @param {Object} formData 点击删除的form数据
52385
- * @author liufan
52386
- * @date 2022年11月29日
52413
+ /**
52414
+ * handleFormSubmit
52415
+ * @desc:删除节点点击事件
52416
+ * @param {Object} formData 点击删除的form数据
52417
+ * @author liufan
52418
+ * @date 2022年11月29日
52387
52419
  **/
52388
52420
  handleFormSubmit: function handleFormSubmit(formData) {
52389
52421
  var _this9 = this;
@@ -52414,48 +52446,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52414
52446
  });
52415
52447
  },
52416
52448
 
52417
- /**
52418
- * del
52419
- * @desc:展示删除弹窗
52420
- * @param {String} id 当前点击数据id
52421
- * @author liufan
52422
- * @date 2022年11月29日
52449
+ /**
52450
+ * del
52451
+ * @desc:展示删除弹窗
52452
+ * @param {String} id 当前点击数据id
52453
+ * @author liufan
52454
+ * @date 2022年11月29日
52423
52455
  **/
52424
52456
  del: function del(id) {
52425
52457
  this.historyId = id;
52426
52458
  this.showDel = true;
52427
52459
  },
52428
52460
 
52429
- /**
52430
- * handleCurrentChange
52431
- * @desc:监听页码变化
52432
- * @param {String} val 当前页
52433
- * @author liufan
52434
- * @date 2022年11月29日
52461
+ /**
52462
+ * handleCurrentChange
52463
+ * @desc:监听页码变化
52464
+ * @param {String} val 当前页
52465
+ * @author liufan
52466
+ * @date 2022年11月29日
52435
52467
  **/
52436
52468
  handleCurrentChange: function handleCurrentChange(val) {
52437
52469
  this.currentPage = val;
52438
52470
  this.getPressList();
52439
52471
  },
52440
52472
 
52441
- /**
52442
- * handleSizeChange
52443
- * @desc:监听每页数据显示数量变化
52444
- * @param {String} val 每页展示数量
52445
- * @author liufan
52446
- * @date 2022年11月29日
52473
+ /**
52474
+ * handleSizeChange
52475
+ * @desc:监听每页数据显示数量变化
52476
+ * @param {String} val 每页展示数量
52477
+ * @author liufan
52478
+ * @date 2022年11月29日
52447
52479
  **/
52448
52480
  handleSizeChange: function handleSizeChange(val) {
52449
52481
  this.pageSize = val;
52450
52482
  this.getPressList();
52451
52483
  },
52452
52484
 
52453
- /**
52454
- * sortChange
52455
- * @desc:监听排序变化
52456
- * @param {Object} info 需要排序的字段及排序方式
52457
- * @author liufan
52458
- * @date 2022年11月29日
52485
+ /**
52486
+ * sortChange
52487
+ * @desc:监听排序变化
52488
+ * @param {Object} info 需要排序的字段及排序方式
52489
+ * @author liufan
52490
+ * @date 2022年11月29日
52459
52491
  **/
52460
52492
  sortChange: function sortChange(info) {
52461
52493
  var prop = info.prop,
@@ -52466,11 +52498,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52466
52498
  this.getPressList();
52467
52499
  },
52468
52500
 
52469
- /**
52470
- * getPressList
52471
- * @desc:催办列表数据
52472
- * @author liufan
52473
- * @date 2022年11月29日
52501
+ /**
52502
+ * getPressList
52503
+ * @desc:催办列表数据
52504
+ * @author liufan
52505
+ * @date 2022年11月29日
52474
52506
  **/
52475
52507
  getPressList: function getPressList() {
52476
52508
  var _this10 = this;
@@ -52500,12 +52532,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52500
52532
  });
52501
52533
  },
52502
52534
 
52503
- /**
52504
- * goPress
52505
- * @desc:催办列表查看
52506
- * @param {String} id 催办列表id
52507
- * @author liufan
52508
- * @date 2022年11月29日
52535
+ /**
52536
+ * goPress
52537
+ * @desc:催办列表查看
52538
+ * @param {String} id 催办列表id
52539
+ * @author liufan
52540
+ * @date 2022年11月29日
52509
52541
  **/
52510
52542
  goPress: function goPress(id) {
52511
52543
  this.historyId = id;
@@ -52513,23 +52545,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52513
52545
  this.getPressList();
52514
52546
  },
52515
52547
 
52516
- /**
52517
- * showFile
52518
- * @desc:附件查看
52519
- * @param {String} ownId 附件id
52520
- * @author liufan
52521
- * @date 2022年11月29日
52548
+ /**
52549
+ * showFile
52550
+ * @desc:附件查看
52551
+ * @param {String} ownId 附件id
52552
+ * @author liufan
52553
+ * @date 2022年11月29日
52522
52554
  **/
52523
52555
  showFile: function showFile(ownId) {
52524
52556
  this.wfpendingid = ownId;
52525
52557
  this.showFileList = true;
52526
52558
  },
52527
52559
 
52528
- /**
52529
- * handleChange
52530
- * @desc:切换排序方式
52531
- * @author liufan
52532
- * @date 2022年11月22日
52560
+ /**
52561
+ * handleChange
52562
+ * @desc:切换排序方式
52563
+ * @author liufan
52564
+ * @date 2022年11月22日
52533
52565
  **/
52534
52566
  handleChange: function handleChange(key, value) {
52535
52567
  if (value) {
@@ -52579,11 +52611,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52579
52611
  }))();
52580
52612
  },
52581
52613
 
52582
- /**
52583
- * getFlowList
52584
- * @desc:获取流程列表
52585
- * @author liufan
52586
- * @date 2022年11月22日
52614
+ /**
52615
+ * getFlowList
52616
+ * @desc:获取流程列表
52617
+ * @author liufan
52618
+ * @date 2022年11月22日
52587
52619
  **/
52588
52620
  getFlowList: function getFlowList() {
52589
52621
  var _this12 = this;
@@ -52655,12 +52687,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52655
52687
  });
52656
52688
  },
52657
52689
 
52658
- /**
52659
- * handleClick
52660
- * @desc:表单点击事件
52661
- * @param {Object} val 当前点击行数据及按钮
52662
- * @author liufan
52663
- * @date 2022年11月10日
52690
+ /**
52691
+ * handleClick
52692
+ * @desc:表单点击事件
52693
+ * @param {Object} val 当前点击行数据及按钮
52694
+ * @author liufan
52695
+ * @date 2022年11月10日
52664
52696
  **/
52665
52697
  handleClick: function handleClick(val) {
52666
52698
  var _this13 = this;
@@ -52706,13 +52738,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52706
52738
  }
52707
52739
  },
52708
52740
 
52709
- /**
52710
- * getCodeValue
52711
- * @desc:获取代码表过滤后的值
52712
- * @param {String} value 展示数据的代码值
52713
- * @param {String} type 代码表类型
52714
- * @author liufan
52715
- * @date 2022年11月10日
52741
+ /**
52742
+ * getCodeValue
52743
+ * @desc:获取代码表过滤后的值
52744
+ * @param {String} value 展示数据的代码值
52745
+ * @param {String} type 代码表类型
52746
+ * @author liufan
52747
+ * @date 2022年11月10日
52716
52748
  **/
52717
52749
  getCodeValue: function getCodeValue(value, type) {
52718
52750
  var val = this[type].filter(function (item) {
@@ -52721,12 +52753,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52721
52753
  return val[0].shortName;
52722
52754
  },
52723
52755
 
52724
- /**
52725
- * getSysInfo
52726
- * @desc:获取代码表
52727
- * @param {String} code 编码code值
52728
- * @author liufan
52729
- * @date 2022年11月10日
52756
+ /**
52757
+ * getSysInfo
52758
+ * @desc:获取代码表
52759
+ * @param {String} code 编码code值
52760
+ * @author liufan
52761
+ * @date 2022年11月10日
52730
52762
  **/
52731
52763
  getSysInfo: function getSysInfo(code) {
52732
52764
  var _this14 = this;
@@ -52748,11 +52780,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52748
52780
  }).catch(function (e) {});
52749
52781
  },
52750
52782
 
52751
- /**
52752
- * getListInfo
52753
- * @desc:获取预设列表数据
52754
- * @author liufan
52755
- * @date 2022年11月10日
52783
+ /**
52784
+ * getListInfo
52785
+ * @desc:获取预设列表数据
52786
+ * @author liufan
52787
+ * @date 2022年11月10日
52756
52788
  **/
52757
52789
  getListInfo: function getListInfo() {
52758
52790
  var _this15 = this;
@@ -62001,10 +62033,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
62001
62033
  this.$emit('click', res);
62002
62034
  },
62003
62035
 
62004
- /**
62005
- * @desc:获取气泡提醒
62006
- * @author huangbo
62007
- * @date 2024年9月7日
62036
+ /**
62037
+ * @desc:获取气泡提醒
62038
+ * @author huangbo
62039
+ * @date 2024年9月7日
62008
62040
  **/
62009
62041
  getBadge: function getBadge(res) {
62010
62042
  var num = res.tips || 0;
@@ -62187,8 +62219,8 @@ uservue_type_template_id_647fd01c_scoped_true_render._withStripped = true
62187
62219
 
62188
62220
  // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=647fd01c&scoped=true&
62189
62221
 
62190
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=fd4f50b2&
62191
- var userinfovue_type_template_id_fd4f50b2_render = function () {
62222
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=30ec6271&
62223
+ var userinfovue_type_template_id_30ec6271_render = function () {
62192
62224
  var _vm = this
62193
62225
  var _h = _vm.$createElement
62194
62226
  var _c = _vm._self._c || _h
@@ -62204,6 +62236,7 @@ var userinfovue_type_template_id_fd4f50b2_render = function () {
62204
62236
  autocomplete: false,
62205
62237
  rules: _vm.formRules,
62206
62238
  events: _vm.events,
62239
+ resetValue: false,
62207
62240
  },
62208
62241
  on: { submit: _vm.handleFormSubmit },
62209
62242
  },
@@ -62211,11 +62244,11 @@ var userinfovue_type_template_id_fd4f50b2_render = function () {
62211
62244
  2
62212
62245
  )
62213
62246
  }
62214
- var userinfovue_type_template_id_fd4f50b2_staticRenderFns = []
62215
- userinfovue_type_template_id_fd4f50b2_render._withStripped = true
62247
+ var userinfovue_type_template_id_30ec6271_staticRenderFns = []
62248
+ userinfovue_type_template_id_30ec6271_render._withStripped = true
62216
62249
 
62217
62250
 
62218
- // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=fd4f50b2&
62251
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=30ec6271&
62219
62252
 
62220
62253
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
62221
62254
  var userinfovue_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; };
@@ -62239,6 +62272,7 @@ var userinfovue_type_script_lang_js_props;
62239
62272
  //
62240
62273
  //
62241
62274
  //
62275
+ //
62242
62276
 
62243
62277
 
62244
62278
 
@@ -62543,8 +62577,8 @@ var userinfovue_type_script_lang_js_props;
62543
62577
 
62544
62578
  var userinfo_component = normalizeComponent(
62545
62579
  simplicity_userinfovue_type_script_lang_js_,
62546
- userinfovue_type_template_id_fd4f50b2_render,
62547
- userinfovue_type_template_id_fd4f50b2_staticRenderFns,
62580
+ userinfovue_type_template_id_30ec6271_render,
62581
+ userinfovue_type_template_id_30ec6271_staticRenderFns,
62548
62582
  false,
62549
62583
  null,
62550
62584
  null,
@@ -66099,10 +66133,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66099
66133
  },
66100
66134
 
66101
66135
  methods: {
66102
- /**
66103
- * @desc:匹配路由
66104
- * @author huangbo
66105
- * @date 2024年9月7日
66136
+ /**
66137
+ * @desc:匹配路由
66138
+ * @author huangbo
66139
+ * @date 2024年9月7日
66106
66140
  **/
66107
66141
  hasRouter: function hasRouter(res, url, code) {
66108
66142
  if (!url) {
@@ -66146,10 +66180,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66146
66180
  return false;
66147
66181
  },
66148
66182
 
66149
- /**
66150
- * @desc:获取初始数据
66151
- * @author huangbo
66152
- * @date 2024年9月7日
66183
+ /**
66184
+ * @desc:获取初始数据
66185
+ * @author huangbo
66186
+ * @date 2024年9月7日
66153
66187
  **/
66154
66188
  init: function init(results, first) {
66155
66189
  this.setConfig(results);
@@ -66158,10 +66192,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66158
66192
  }
66159
66193
  },
66160
66194
 
66161
- /**
66162
- * @desc:设置用户配置及信息
66163
- * @author huangbo
66164
- * @date 2024年9月7日
66195
+ /**
66196
+ * @desc:设置用户配置及信息
66197
+ * @author huangbo
66198
+ * @date 2024年9月7日
66165
66199
  **/
66166
66200
  setConfig: function setConfig(results) {
66167
66201
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -66298,10 +66332,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66298
66332
  }
66299
66333
  },
66300
66334
 
66301
- /**
66302
- * @desc:获取所有应用
66303
- * @author huangbo
66304
- * @date 2024年9月7日
66335
+ /**
66336
+ * @desc:获取所有应用
66337
+ * @author huangbo
66338
+ * @date 2024年9月7日
66305
66339
  **/
66306
66340
  getApplications: function getApplications() {
66307
66341
  var _this = this;
@@ -66349,10 +66383,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66349
66383
  });
66350
66384
  },
66351
66385
 
66352
- /**
66353
- * @desc:获取菜单列表
66354
- * @author huangbo
66355
- * @date 2024年9月7日
66386
+ /**
66387
+ * @desc:获取菜单列表
66388
+ * @author huangbo
66389
+ * @date 2024年9月7日
66356
66390
  **/
66357
66391
  getMenus: function getMenus(loading) {
66358
66392
  var _this2 = this;
@@ -66385,10 +66419,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66385
66419
  });
66386
66420
  },
66387
66421
 
66388
- /**
66389
- * @desc:处理菜单列表
66390
- * @author huangbo
66391
- * @date 2024年9月7日
66422
+ /**
66423
+ * @desc:处理菜单列表
66424
+ * @author huangbo
66425
+ * @date 2024年9月7日
66392
66426
  **/
66393
66427
  renderMenus: function renderMenus(res) {
66394
66428
  this.menus = res;
@@ -66484,10 +66518,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66484
66518
  }
66485
66519
  },
66486
66520
 
66487
- /**
66488
- * @desc:设置页面加载类型
66489
- * @author huangbo
66490
- * @date 2024年9月7日
66521
+ /**
66522
+ * @desc:设置页面加载类型
66523
+ * @author huangbo
66524
+ * @date 2024年9月7日
66491
66525
  **/
66492
66526
  setIframeType: function setIframeType(res) {
66493
66527
  var url = res.url;
@@ -66543,10 +66577,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66543
66577
  return res;
66544
66578
  },
66545
66579
 
66546
- /**
66547
- * @desc:获取菜单
66548
- * @author huangbo
66549
- * @date 2024年9月7日
66580
+ /**
66581
+ * @desc:获取菜单
66582
+ * @author huangbo
66583
+ * @date 2024年9月7日
66550
66584
  **/
66551
66585
  getMenu: function getMenu(menus, res, key) {
66552
66586
  if (Array.isArray(menus)) {
@@ -66575,10 +66609,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66575
66609
  return false;
66576
66610
  },
66577
66611
 
66578
- /**
66579
- * @desc:获取菜单第一条数据
66580
- * @author huangbo
66581
- * @date 2024年9月7日
66612
+ /**
66613
+ * @desc:获取菜单第一条数据
66614
+ * @author huangbo
66615
+ * @date 2024年9月7日
66582
66616
  **/
66583
66617
  getFirst: function getFirst(obj) {
66584
66618
  if (!obj) {
@@ -66597,10 +66631,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66597
66631
  }
66598
66632
  },
66599
66633
 
66600
- /**
66601
- * @desc:遍历设置菜单气泡提醒
66602
- * @author huangbo
66603
- * @date 2024年9月7日
66634
+ /**
66635
+ * @desc:遍历设置菜单气泡提醒
66636
+ * @author huangbo
66637
+ * @date 2024年9月7日
66604
66638
  **/
66605
66639
  setTips: function setTips(obj) {
66606
66640
  var _this3 = this;
@@ -66663,10 +66697,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66663
66697
  }
66664
66698
  },
66665
66699
 
66666
- /**
66667
- * @desc:获取气泡提醒
66668
- * @author huangbo
66669
- * @date 2024年9月7日
66700
+ /**
66701
+ * @desc:获取气泡提醒
66702
+ * @author huangbo
66703
+ * @date 2024年9月7日
66670
66704
  **/
66671
66705
  getBadge: function getBadge(res) {
66672
66706
  var num = res.tips || 0;
@@ -66680,10 +66714,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66680
66714
  };
66681
66715
  },
66682
66716
 
66683
- /**
66684
- * @desc:开启weosocket
66685
- * @author huangbo
66686
- * @date 2024年9月7日
66717
+ /**
66718
+ * @desc:开启weosocket
66719
+ * @author huangbo
66720
+ * @date 2024年9月7日
66687
66721
  **/
66688
66722
  initWebSocket: function initWebSocket() {
66689
66723
  var _this5 = this;
@@ -66732,10 +66766,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66732
66766
  });
66733
66767
  },
66734
66768
 
66735
- /**
66736
- * @desc:显示用户信息
66737
- * @author huangbo
66738
- * @date 2024年9月7日
66769
+ /**
66770
+ * @desc:显示用户信息
66771
+ * @author huangbo
66772
+ * @date 2024年9月7日
66739
66773
  **/
66740
66774
  showUserInfo: function showUserInfo() {
66741
66775
  if (this.showUser === false) {
@@ -66743,19 +66777,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66743
66777
  }
66744
66778
  },
66745
66779
 
66746
- /**
66747
- * @desc:删除更多应用菜单点击
66748
- * @author huangbo
66749
- * @date 2024年9月7日
66780
+ /**
66781
+ * @desc:删除更多应用菜单点击
66782
+ * @author huangbo
66783
+ * @date 2024年9月7日
66750
66784
  **/
66751
66785
  handleDelete: function handleDelete(index) {
66752
66786
  this.newApps.splice(index, 1);
66753
66787
  },
66754
66788
 
66755
- /**
66756
- * @desc:储存更多应用菜单点击
66757
- * @author huangbo
66758
- * @date 2024年9月7日
66789
+ /**
66790
+ * @desc:储存更多应用菜单点击
66791
+ * @author huangbo
66792
+ * @date 2024年9月7日
66759
66793
  **/
66760
66794
  handlerClickApps: function handlerClickApps(res) {
66761
66795
  if (res.permission === false) {
@@ -66768,10 +66802,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66768
66802
  this.handlerClickApp(res);
66769
66803
  },
66770
66804
 
66771
- /**
66772
- * @desc:侧边应用菜单点击
66773
- * @author huangbo
66774
- * @date 2024年9月7日
66805
+ /**
66806
+ * @desc:侧边应用菜单点击
66807
+ * @author huangbo
66808
+ * @date 2024年9月7日
66775
66809
  **/
66776
66810
  handlerClickApp: function handlerClickApp(res) {
66777
66811
  this.showMsg = false;
@@ -66860,10 +66894,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66860
66894
  }
66861
66895
  },
66862
66896
 
66863
- /**
66864
- * @desc:显示Drawer界面
66865
- * @author huangbo
66866
- * @date 2024年9月7日
66897
+ /**
66898
+ * @desc:显示Drawer界面
66899
+ * @author huangbo
66900
+ * @date 2024年9月7日
66867
66901
  **/
66868
66902
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66869
66903
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66883,19 +66917,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66883
66917
  }
66884
66918
  },
66885
66919
 
66886
- /**
66887
- * @desc:关闭Drawer界面
66888
- * @author huangbo
66889
- * @date 2024年9月7日
66920
+ /**
66921
+ * @desc:关闭Drawer界面
66922
+ * @author huangbo
66923
+ * @date 2024年9月7日
66890
66924
  **/
66891
66925
  handleCloseDrawer: function handleCloseDrawer() {
66892
66926
  this.drawer = { visible: false };
66893
66927
  },
66894
66928
 
66895
- /**
66896
- * @desc:菜单点击
66897
- * @author huangbo
66898
- * @date 2024年9月7日
66929
+ /**
66930
+ * @desc:菜单点击
66931
+ * @author huangbo
66932
+ * @date 2024年9月7日
66899
66933
  **/
66900
66934
  handlerClickMenu: function handlerClickMenu(res) {
66901
66935
  utils_util["a" /* default */].ajax({
@@ -66944,19 +66978,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66944
66978
  },
66945
66979
 
66946
66980
 
66947
- /**
66948
- * @desc:用户详情请求成功
66949
- * @author huangbo
66950
- * @date 2024年9月7日
66981
+ /**
66982
+ * @desc:用户详情请求成功
66983
+ * @author huangbo
66984
+ * @date 2024年9月7日
66951
66985
  **/
66952
66986
  handleSuccess: function handleSuccess(res) {
66953
66987
  this.simpleUserInfo = res.simpleUserInfo;
66954
66988
  },
66955
66989
 
66956
- /**
66957
- * @desc:修改用户配置
66958
- * @author huangbo
66959
- * @date 2024年9月7日
66990
+ /**
66991
+ * @desc:修改用户配置
66992
+ * @author huangbo
66993
+ * @date 2024年9月7日
66960
66994
  **/
66961
66995
  handleChangeConfig: function handleChangeConfig(name, res) {
66962
66996
  if (name == 'userHeadUrl') {
@@ -66972,10 +67006,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66972
67006
  }
66973
67007
  },
66974
67008
 
66975
- /**
66976
- * @desc:关闭webSocket
66977
- * @author huangbo
66978
- * @date 2024年9月7日
67009
+ /**
67010
+ * @desc:关闭webSocket
67011
+ * @author huangbo
67012
+ * @date 2024年9月7日
66979
67013
  **/
66980
67014
  handlerClose: function handlerClose() {
66981
67015
  if (this.webSocket) {
@@ -66983,10 +67017,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66983
67017
  }
66984
67018
  },
66985
67019
 
66986
- /**
66987
- * @desc:刷新选中iframe页签
66988
- * @author huangbo
66989
- * @date 2024年9月7日
67020
+ /**
67021
+ * @desc:刷新选中iframe页签
67022
+ * @author huangbo
67023
+ * @date 2024年9月7日
66990
67024
  **/
66991
67025
  handleRefresh: function handleRefresh() {
66992
67026
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -67007,10 +67041,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67007
67041
  }
67008
67042
  },
67009
67043
 
67010
- /**
67011
- * @desc:删除iframe
67012
- * @author huangbo
67013
- * @date 2024年9月7日
67044
+ /**
67045
+ * @desc:删除iframe
67046
+ * @author huangbo
67047
+ * @date 2024年9月7日
67014
67048
  **/
67015
67049
  handleRemove: function handleRemove(name) {
67016
67050
  var len = this.tabs.length - 1;
@@ -67027,10 +67061,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67027
67061
  }
67028
67062
  },
67029
67063
 
67030
- /**
67031
- * @desc:tabs鼠标右键事件
67032
- * @author huangbo
67033
- * @date 2024年9月7日
67064
+ /**
67065
+ * @desc:tabs鼠标右键事件
67066
+ * @author huangbo
67067
+ * @date 2024年9月7日
67034
67068
  **/
67035
67069
  handleContextmenu: function handleContextmenu(tabs, e) {
67036
67070
  var disabled = {};
@@ -67055,10 +67089,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67055
67089
  window.addEventListener('click', this.closeTabsEvents);
67056
67090
  },
67057
67091
 
67058
- /**
67059
- * @desc:tabs页签事件
67060
- * @author huangbo
67061
- * @date 2024年9月7日
67092
+ /**
67093
+ * @desc:tabs页签事件
67094
+ * @author huangbo
67095
+ * @date 2024年9月7日
67062
67096
  **/
67063
67097
  handleTabsEvents: function handleTabsEvents(num) {
67064
67098
  if (this.pane !== null) {
@@ -67076,10 +67110,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67076
67110
  window.removeEventListener('click', this.closeTabsEvents);
67077
67111
  },
67078
67112
 
67079
- /**
67080
- * @desc:handler工具栏点击事件
67081
- * @author huangbo
67082
- * @date 2024年9月7日
67113
+ /**
67114
+ * @desc:handler工具栏点击事件
67115
+ * @author huangbo
67116
+ * @date 2024年9月7日
67083
67117
  **/
67084
67118
  handleClick: function handleClick(res) {
67085
67119
  var type = res.type,
@@ -67157,10 +67191,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67157
67191
  this.$emit('handler-click', res);
67158
67192
  },
67159
67193
 
67160
- /**
67161
- * @desc:退出登录
67162
- * @author huangbo
67163
- * @date 2024年9月7日
67194
+ /**
67195
+ * @desc:退出登录
67196
+ * @author huangbo
67197
+ * @date 2024年9月7日
67164
67198
  **/
67165
67199
  handleQuit: function handleQuit() {
67166
67200
  var _this6 = this;
@@ -67235,10 +67269,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67235
67269
  }).catch(function (e) {});
67236
67270
  },
67237
67271
 
67238
- /**
67239
- * @desc:主题、消息回调
67240
- * @author huangbo
67241
- * @date 2024年9月7日
67272
+ /**
67273
+ * @desc:主题、消息回调
67274
+ * @author huangbo
67275
+ * @date 2024年9月7日
67242
67276
  **/
67243
67277
  handleChange: function handleChange(res) {
67244
67278
  var type = res.type,
@@ -67254,10 +67288,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67254
67288
  }
67255
67289
  },
67256
67290
 
67257
- /**
67258
- * @desc:菜单布局样式切换
67259
- * @author huangbo
67260
- * @date 2024年9月7日
67291
+ /**
67292
+ * @desc:菜单布局样式切换
67293
+ * @author huangbo
67294
+ * @date 2024年9月7日
67261
67295
  **/
67262
67296
  handleLayout: function handleLayout(res, active) {
67263
67297
  if (active) {
@@ -67266,10 +67300,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67266
67300
  this.$emit('chang-layout', res, active);
67267
67301
  },
67268
67302
 
67269
- /**
67270
- * @desc:消息修改总数
67271
- * @author huangbo
67272
- * @date 2024年9月7日
67303
+ /**
67304
+ * @desc:消息修改总数
67305
+ * @author huangbo
67306
+ * @date 2024年9月7日
67273
67307
  **/
67274
67308
  handleMenuTips: function handleMenuTips(id, num) {
67275
67309
  if (num) {
@@ -67280,10 +67314,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67280
67314
  }
67281
67315
  },
67282
67316
 
67283
- /**
67284
- * @desc:处理即时消息
67285
- * @author huangbo
67286
- * @date 2024年9月7日
67317
+ /**
67318
+ * @desc:处理即时消息
67319
+ * @author huangbo
67320
+ * @date 2024年9月7日
67287
67321
  **/
67288
67322
  handleOpened: function handleOpened(res) {
67289
67323
  var _this7 = this;
@@ -74445,19 +74479,19 @@ var QRCode = __webpack_require__(24);
74445
74479
  //设置logo大小
74446
74480
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74447
74481
  //设置获取的logo将其变为圆角以及添加白色背景
74448
- /* ctx.fillStyle = "#fff";
74449
- ctx.beginPath();
74450
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74451
- let w = 46; //圆角宽
74452
- let x = logoPosition - 5;
74453
- let y = logoPosition - 5;
74454
- let r = 5; //圆角半径
74455
- ctx.moveTo(x + r, y);
74456
- ctx.arcTo(x + w, y, x + w, y + h, r);
74457
- ctx.arcTo(x + w, y + h, x, y + h, r);
74458
- ctx.arcTo(x, y + h, x, y, r);
74459
- ctx.arcTo(x, y, x + w, y, r);
74460
- ctx.closePath();
74482
+ /* ctx.fillStyle = "#fff";
74483
+ ctx.beginPath();
74484
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74485
+ let w = 46; //圆角宽
74486
+ let x = logoPosition - 5;
74487
+ let y = logoPosition - 5;
74488
+ let r = 5; //圆角半径
74489
+ ctx.moveTo(x + r, y);
74490
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74491
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74492
+ ctx.arcTo(x, y + h, x, y, r);
74493
+ ctx.arcTo(x, y, x + w, y, r);
74494
+ ctx.closePath();
74461
74495
  ctx.fill(); */
74462
74496
  logo.onload = function () {
74463
74497
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -92552,7 +92586,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92552
92586
  }
92553
92587
 
92554
92588
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92555
- version: '0.6.99',
92589
+ version: '0.7.11',
92556
92590
  install: install,
92557
92591
  Button: packages_button,
92558
92592
  ButtonGroup: button_group,