eoss-ui 0.7.53 → 0.7.55

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 (306) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/button.js +2 -2
  3. package/lib/calogin.js +235 -235
  4. package/lib/checkbox-group.js +2 -2
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +2 -2
  7. package/lib/data-table.js +2 -2
  8. package/lib/date-picker.js +2 -2
  9. package/lib/dialog.js +2 -2
  10. package/lib/eoss-ui.common.js +882 -795
  11. package/lib/flow-group.js +2 -2
  12. package/lib/flow-list.js +83 -83
  13. package/lib/flow.js +294 -292
  14. package/lib/form.js +2 -2
  15. package/lib/handle-user.js +2 -2
  16. package/lib/handler.js +2 -2
  17. package/lib/icon.js +2 -2
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +2 -2
  21. package/lib/input.js +2 -2
  22. package/lib/login.js +6 -6
  23. package/lib/main.js +238 -153
  24. package/lib/nav.js +2 -2
  25. package/lib/notify.js +2 -2
  26. package/lib/page.js +2 -2
  27. package/lib/pagination.js +2 -2
  28. package/lib/player.js +2 -2
  29. package/lib/qr-code.js +15 -15
  30. package/lib/radio-group.js +2 -2
  31. package/lib/retrial-auth.js +2 -2
  32. package/lib/select-ganged.js +2 -2
  33. package/lib/select.js +2 -2
  34. package/lib/selector-panel.js +2 -2
  35. package/lib/selector.js +2 -2
  36. package/lib/sizer.js +2 -2
  37. package/lib/steps.js +2 -2
  38. package/lib/switch.js +2 -2
  39. package/lib/table-form.js +2 -2
  40. package/lib/tabs.js +2 -2
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  43. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  44. package/lib/theme-chalk/icon.css +1 -1
  45. package/lib/theme-chalk/index.css +1 -1
  46. package/lib/theme-chalk/main.css +1 -1
  47. package/lib/theme-chalk/menu.css +1 -1
  48. package/lib/theme-chalk/simplicity.css +1 -1
  49. package/lib/theme-chalk/sizer.css +1 -1
  50. package/lib/theme-chalk/upload.css +1 -1
  51. package/lib/tips.js +2 -2
  52. package/lib/tree-group.js +2 -2
  53. package/lib/tree.js +2 -2
  54. package/lib/upload.js +15 -15
  55. package/lib/wujie.js +2 -2
  56. package/lib/wxlogin.js +2 -2
  57. package/package.json +160 -160
  58. package/packages/.DS_Store +0 -0
  59. package/packages/button/index.js +5 -5
  60. package/packages/button/src/main.vue +418 -418
  61. package/packages/button-group/index.js +5 -5
  62. package/packages/button-group/src/main.vue +346 -346
  63. package/packages/calendar/index.js +5 -5
  64. package/packages/calogin/.DS_Store +0 -0
  65. package/packages/calogin/index.js +5 -5
  66. package/packages/calogin/src/main.vue +412 -412
  67. package/packages/calogin/src/plugin.js +915 -915
  68. package/packages/card/index.js +5 -5
  69. package/packages/card/src/main.vue +156 -156
  70. package/packages/cascader/index.js +5 -5
  71. package/packages/cascader/src/main.vue +168 -168
  72. package/packages/checkbox-group/index.js +5 -5
  73. package/packages/checkbox-group/src/main.vue +333 -333
  74. package/packages/clients/index.js +5 -5
  75. package/packages/clients/src/main.vue +151 -151
  76. package/packages/data-table/index.js +5 -5
  77. package/packages/data-table/src/children.vue +39 -39
  78. package/packages/data-table/src/column.vue +992 -992
  79. package/packages/data-table/src/main.vue +1840 -1840
  80. package/packages/data-table/src/sizer.vue +195 -195
  81. package/packages/data-table-form/index.js +5 -5
  82. package/packages/data-table-form/src/checkbox.vue +101 -101
  83. package/packages/data-table-form/src/colgroup.vue +17 -17
  84. package/packages/data-table-form/src/main.vue +181 -181
  85. package/packages/data-table-form/src/radio.vue +65 -65
  86. package/packages/data-table-form/src/table.vue +233 -233
  87. package/packages/data-table-form/src/tbody.vue +336 -336
  88. package/packages/data-table-form/src/thead.vue +68 -68
  89. package/packages/date-picker/.DS_Store +0 -0
  90. package/packages/date-picker/index.js +5 -5
  91. package/packages/date-picker/src/.DS_Store +0 -0
  92. package/packages/date-picker/src/main.vue +236 -236
  93. package/packages/dialog/.DS_Store +0 -0
  94. package/packages/dialog/index.js +5 -5
  95. package/packages/enable-drag/index.js +5 -5
  96. package/packages/enterprise/index.js +5 -5
  97. package/packages/enterprise/src/main.vue +66 -66
  98. package/packages/error-page/index.js +5 -5
  99. package/packages/error-page/src/main.vue +44 -44
  100. package/packages/flow/.DS_Store +0 -0
  101. package/packages/flow/index.js +5 -5
  102. package/packages/flow/src/.DS_Store +0 -0
  103. package/packages/flow/src/component/Circulate.vue +413 -413
  104. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  105. package/packages/flow/src/component/CustomPreset.vue +322 -322
  106. package/packages/flow/src/component/FileList.vue +97 -97
  107. package/packages/flow/src/component/FreeCirculation.vue +241 -240
  108. package/packages/flow/src/component/Preset.vue +255 -255
  109. package/packages/flow/src/component/SendMsg.vue +242 -242
  110. package/packages/flow/src/component/TimeLimit.vue +190 -190
  111. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  112. package/packages/flow/src/form.vue +121 -121
  113. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  114. package/packages/flow/src/main.vue +3878 -3878
  115. package/packages/flow/src/processForm.vue +1365 -1365
  116. package/packages/flow/src/processReject.vue +309 -309
  117. package/packages/flow/src/reset.vue +942 -942
  118. package/packages/flow/src/startTaskRead.vue +692 -692
  119. package/packages/flow/src/supervise.vue +159 -159
  120. package/packages/flow/src/table.vue +58 -58
  121. package/packages/flow-group/index.js +5 -5
  122. package/packages/flow-group/src/main.vue +717 -717
  123. package/packages/flow-list/.DS_Store +0 -0
  124. package/packages/flow-list/index.js +5 -5
  125. package/packages/flow-list/src/main.vue +1801 -1801
  126. package/packages/form/.DS_Store +0 -0
  127. package/packages/form/index.js +5 -5
  128. package/packages/form/src/main.vue +3901 -3901
  129. package/packages/form/src/table.vue +1512 -1512
  130. package/packages/handle-user/index.js +5 -5
  131. package/packages/handle-user/src/main.vue +137 -137
  132. package/packages/handler/index.js +5 -5
  133. package/packages/handler/src/main.vue +496 -496
  134. package/packages/icon/.DS_Store +0 -0
  135. package/packages/icon/index.js +5 -5
  136. package/packages/icon/src/main.vue +104 -104
  137. package/packages/icons/index.js +5 -5
  138. package/packages/icons/src/icon.json +1 -1
  139. package/packages/icons/src/main.vue +81 -81
  140. package/packages/input/index.js +5 -5
  141. package/packages/input/src/main.vue +356 -356
  142. package/packages/input-number/index.js +5 -5
  143. package/packages/input-number/src/main.vue +106 -106
  144. package/packages/label/index.js +5 -5
  145. package/packages/label/src/main.vue +457 -457
  146. package/packages/layout/index.js +5 -5
  147. package/packages/layout/src/item.vue +152 -152
  148. package/packages/layout/src/main.vue +31 -31
  149. package/packages/login/.DS_Store +0 -0
  150. package/packages/login/index.js +5 -5
  151. package/packages/login/src/main.vue +2082 -2082
  152. package/packages/login/src/resetPassword.vue +557 -557
  153. package/packages/main/.DS_Store +0 -0
  154. package/packages/main/index.js +5 -5
  155. package/packages/main/src/.DS_Store +0 -0
  156. package/packages/main/src/default/message.vue +249 -249
  157. package/packages/main/src/default/notice.vue +157 -157
  158. package/packages/main/src/default/userinfo.vue +503 -503
  159. package/packages/main/src/public/online.vue +89 -89
  160. package/packages/main/src/public/search.vue +464 -464
  161. package/packages/main/src/public/settings.vue +227 -227
  162. package/packages/main/src/simplicity/apps.vue +388 -388
  163. package/packages/main/src/simplicity/avatar.vue +82 -82
  164. package/packages/main/src/simplicity/handler.vue +160 -160
  165. package/packages/main/src/simplicity/index.vue +2307 -2277
  166. package/packages/main/src/simplicity/lists.vue +84 -84
  167. package/packages/main/src/simplicity/menu-list.vue +135 -135
  168. package/packages/main/src/simplicity/message.vue +293 -293
  169. package/packages/main/src/simplicity/notice.vue +222 -222
  170. package/packages/main/src/simplicity/router-page.vue +45 -45
  171. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  172. package/packages/main/src/simplicity/user.vue +259 -259
  173. package/packages/main/src/simplicity/userinfo.vue +401 -401
  174. package/packages/menu/.DS_Store +0 -0
  175. package/packages/menu/index.js +5 -5
  176. package/packages/menu/src/main.vue +595 -595
  177. package/packages/nav/index.js +5 -5
  178. package/packages/nav/src/main.vue +351 -351
  179. package/packages/notify/index.js +5 -5
  180. package/packages/notify/src/main.vue +538 -538
  181. package/packages/page/index.js +5 -5
  182. package/packages/page/src/main.vue +167 -167
  183. package/packages/pagination/index.js +5 -5
  184. package/packages/pagination/src/main.vue +96 -96
  185. package/packages/player/index.js +5 -5
  186. package/packages/player/src/main.vue +194 -194
  187. package/packages/qr-code/index.js +5 -5
  188. package/packages/qr-code/src/main.vue +170 -170
  189. package/packages/radio-group/index.js +6 -6
  190. package/packages/radio-group/src/main.vue +319 -319
  191. package/packages/retrial-auth/index.js +5 -5
  192. package/packages/retrial-auth/src/main.vue +280 -280
  193. package/packages/select/.DS_Store +0 -0
  194. package/packages/select/index.js +5 -5
  195. package/packages/select/src/main.vue +782 -782
  196. package/packages/select-ganged/index.js +5 -5
  197. package/packages/select-ganged/src/main.vue +724 -724
  198. package/packages/selector/.DS_Store +0 -0
  199. package/packages/selector/index.js +5 -5
  200. package/packages/selector/src/main.vue +761 -761
  201. package/packages/selector-panel/.DS_Store +0 -0
  202. package/packages/selector-panel/index.js +5 -5
  203. package/packages/selector-panel/src/main.vue +1027 -1027
  204. package/packages/selector-panel/src/selection.vue +170 -170
  205. package/packages/selector-panel/src/tree.vue +129 -129
  206. package/packages/sizer/index.js +5 -5
  207. package/packages/sizer/src/main.vue +254 -254
  208. package/packages/steps/index.js +5 -5
  209. package/packages/steps/src/main.vue +181 -181
  210. package/packages/switch/index.js +5 -5
  211. package/packages/switch/src/main.vue +170 -170
  212. package/packages/table-form/index.js +5 -5
  213. package/packages/tabs/index.js +5 -5
  214. package/packages/tabs/src/main.vue +788 -788
  215. package/packages/tabs-panel/index.js +5 -5
  216. package/packages/tabs-panel/src/main.vue +29 -29
  217. package/packages/theme-chalk/lib/base.css +1 -1
  218. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  219. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  220. package/packages/theme-chalk/lib/icon.css +1 -1
  221. package/packages/theme-chalk/lib/index.css +1 -1
  222. package/packages/theme-chalk/lib/main.css +1 -1
  223. package/packages/theme-chalk/lib/menu.css +1 -1
  224. package/packages/theme-chalk/lib/simplicity.css +1 -1
  225. package/packages/theme-chalk/lib/sizer.css +1 -1
  226. package/packages/theme-chalk/lib/upload.css +1 -1
  227. package/packages/theme-chalk/src/.DS_Store +0 -0
  228. package/packages/theme-chalk/src/base.scss +261 -261
  229. package/packages/theme-chalk/src/button-group.scss +176 -176
  230. package/packages/theme-chalk/src/button.scss +24 -24
  231. package/packages/theme-chalk/src/calendar.scss +113 -113
  232. package/packages/theme-chalk/src/card.scss +99 -99
  233. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  234. package/packages/theme-chalk/src/clients.scss +87 -87
  235. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  236. package/packages/theme-chalk/src/data-table.scss +297 -297
  237. package/packages/theme-chalk/src/date-picker.scss +7 -7
  238. package/packages/theme-chalk/src/dialog.scss +77 -77
  239. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  240. package/packages/theme-chalk/src/enterprise.scss +5 -5
  241. package/packages/theme-chalk/src/error-page.scss +18 -18
  242. package/packages/theme-chalk/src/flow-group.scss +110 -110
  243. package/packages/theme-chalk/src/flow-list.scss +39 -39
  244. package/packages/theme-chalk/src/flow.scss +351 -351
  245. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  246. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  247. package/packages/theme-chalk/src/form.scss +501 -501
  248. package/packages/theme-chalk/src/handle-user.scss +40 -40
  249. package/packages/theme-chalk/src/handler.scss +148 -148
  250. package/packages/theme-chalk/src/icon.scss +1608 -1540
  251. package/packages/theme-chalk/src/icons.scss +99 -99
  252. package/packages/theme-chalk/src/input.scss +9 -9
  253. package/packages/theme-chalk/src/label.scss +24 -24
  254. package/packages/theme-chalk/src/layout.scss +46 -46
  255. package/packages/theme-chalk/src/login.scss +1006 -1006
  256. package/packages/theme-chalk/src/main.scss +663 -663
  257. package/packages/theme-chalk/src/menu.scss +224 -224
  258. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  259. package/packages/theme-chalk/src/nav.scss +111 -111
  260. package/packages/theme-chalk/src/page.scss +3 -3
  261. package/packages/theme-chalk/src/pagination.scss +29 -29
  262. package/packages/theme-chalk/src/player.scss +9 -9
  263. package/packages/theme-chalk/src/qr-code.scss +17 -17
  264. package/packages/theme-chalk/src/radio-group.scss +9 -9
  265. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  266. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  267. package/packages/theme-chalk/src/select.scss +8 -8
  268. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  269. package/packages/theme-chalk/src/selector.scss +114 -114
  270. package/packages/theme-chalk/src/simplicity.scss +1404 -1395
  271. package/packages/theme-chalk/src/sizer.scss +36 -36
  272. package/packages/theme-chalk/src/steps.scss +88 -88
  273. package/packages/theme-chalk/src/switch.scss +3 -3
  274. package/packages/theme-chalk/src/table-form.scss +1 -1
  275. package/packages/theme-chalk/src/tabs.scss +87 -87
  276. package/packages/theme-chalk/src/tips.scss +7 -7
  277. package/packages/theme-chalk/src/toolbar.scss +179 -179
  278. package/packages/theme-chalk/src/tree-group.scss +72 -72
  279. package/packages/theme-chalk/src/tree.scss +165 -165
  280. package/packages/theme-chalk/src/upload.scss +172 -172
  281. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  282. package/packages/tips/index.js +5 -5
  283. package/packages/tips/src/main.vue +141 -141
  284. package/packages/toolbar/index.js +5 -5
  285. package/packages/toolbar/src/main.vue +430 -430
  286. package/packages/tree/index.js +5 -5
  287. package/packages/tree-group/index.js +5 -5
  288. package/packages/upload/.DS_Store +0 -0
  289. package/packages/upload/index.js +5 -5
  290. package/packages/upload/src/main.vue +1344 -1344
  291. package/packages/upload/src/picture.js +15 -15
  292. package/packages/wujie/index.js +5 -5
  293. package/packages/wujie/src/main.vue +145 -145
  294. package/packages/wxlogin/index.js +5 -5
  295. package/packages/wxlogin/src/main.vue +128 -128
  296. package/src/.DS_Store +0 -0
  297. package/src/config/api.js +317 -317
  298. package/src/config/image.js +2 -2
  299. package/src/index.js +163 -163
  300. package/src/utils/.DS_Store +0 -0
  301. package/src/utils/bus.js +3 -3
  302. package/src/utils/date-util.js +312 -312
  303. package/src/utils/http.js +50 -50
  304. package/src/utils/rules.js +18 -18
  305. package/src/utils/store.js +21 -21
  306. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -3897,7 +3897,7 @@ var winTopOpen = function winTopOpen(config) {
3897
3897
  /* unused harmony export updateCode */
3898
3898
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getModifyPassCode; });
3899
3899
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3900
- /* unused harmony export loginModifyPasswomodifyrd */
3900
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginModifyPassword; });
3901
3901
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3902
3902
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initModifyPassword; });
3903
3903
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
@@ -4051,7 +4051,7 @@ var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码
4051
4051
  var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
4052
4052
  var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
4053
4053
  var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
4054
- var loginModifyPasswomodifyrd = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
4054
+ var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
4055
4055
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
4056
4056
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
4057
4057
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
@@ -8443,21 +8443,21 @@ var _components;
8443
8443
  return validSate;
8444
8444
  },
8445
8445
 
8446
- /**
8447
- * changeOpinion
8448
- * @desc:监听意见变化
8449
- * @author liufan
8450
- * @date 2022年10月28日
8446
+ /**
8447
+ * changeOpinion
8448
+ * @desc:监听意见变化
8449
+ * @author liufan
8450
+ * @date 2022年10月28日
8451
8451
  **/
8452
8452
  changeOpinion: function changeOpinion() {
8453
8453
  this.$emit('change', this.form.value);
8454
8454
  },
8455
8455
 
8456
- /**
8457
- * getCommonOpion
8458
- * @desc:获取意见
8459
- * @author liufan
8460
- * @date 2022年5月25日
8456
+ /**
8457
+ * getCommonOpion
8458
+ * @desc:获取意见
8459
+ * @author liufan
8460
+ * @date 2022年5月25日
8461
8461
  **/
8462
8462
  getCommonOpion: function getCommonOpion() {
8463
8463
  var _this = this;
@@ -8486,24 +8486,24 @@ var _components;
8486
8486
  });
8487
8487
  },
8488
8488
 
8489
- /**
8490
- * upDate
8491
- * @desc:修改常用语
8492
- * @author liufan
8493
- * @param {Object} val 修改值
8494
- * @date 2022年5月25日
8489
+ /**
8490
+ * upDate
8491
+ * @desc:修改常用语
8492
+ * @author liufan
8493
+ * @param {Object} val 修改值
8494
+ * @date 2022年5月25日
8495
8495
  **/
8496
8496
  upDate: function upDate(val) {
8497
8497
  this.FormData.id = val.id;
8498
8498
  this.addVisible = true;
8499
8499
  },
8500
8500
 
8501
- /**
8502
- * selectChange
8503
- * @desc:常用语选择
8504
- * @author liufan
8505
- * @param {String} val 选中值
8506
- * @date 2022年5月25日
8501
+ /**
8502
+ * selectChange
8503
+ * @desc:常用语选择
8504
+ * @author liufan
8505
+ * @param {String} val 选中值
8506
+ * @date 2022年5月25日
8507
8507
  **/
8508
8508
  selectChange: function selectChange(val) {
8509
8509
  var _this2 = this;
@@ -8522,12 +8522,12 @@ var _components;
8522
8522
  });
8523
8523
  },
8524
8524
 
8525
- /**
8526
- * del
8527
- * @desc:删除常用语
8528
- * @author liufan
8529
- * @param {Object} val 删除的数据
8530
- * @date 2022年5月25日
8525
+ /**
8526
+ * del
8527
+ * @desc:删除常用语
8528
+ * @author liufan
8529
+ * @param {Object} val 删除的数据
8530
+ * @date 2022年5月25日
8531
8531
  **/
8532
8532
  del: function del(val) {
8533
8533
  var _this3 = this;
@@ -8569,12 +8569,12 @@ var _components;
8569
8569
  }).catch(function (e) {});
8570
8570
  },
8571
8571
 
8572
- /**
8573
- * submit
8574
- * @desc:新增/编辑意见保存
8575
- * @author liufan
8576
- * @param {Object} val 保存数据
8577
- * @date 2022年5月25日
8572
+ /**
8573
+ * submit
8574
+ * @desc:新增/编辑意见保存
8575
+ * @author liufan
8576
+ * @param {Object} val 保存数据
8577
+ * @date 2022年5月25日
8578
8578
  **/
8579
8579
  submit: function submit(val) {
8580
8580
  var _this4 = this;
@@ -12040,11 +12040,11 @@ var processFormvue_type_script_lang_js_components;
12040
12040
  });
12041
12041
  },
12042
12042
 
12043
- /**
12044
- * isMultiple
12045
- * @desc:是否多选
12046
- * @author liufan
12047
- * @date 2022年9月13日
12043
+ /**
12044
+ * isMultiple
12045
+ * @desc:是否多选
12046
+ * @author liufan
12047
+ * @date 2022年9月13日
12048
12048
  **/
12049
12049
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12050
12050
  var multiple = false;
@@ -16089,11 +16089,11 @@ var resetvue_type_script_lang_js_components;
16089
16089
  });
16090
16090
  },
16091
16091
 
16092
- /**
16093
- * isMultiple
16094
- * @desc:是否多选
16095
- * @author liufan
16096
- * @date 2022年9月13日
16092
+ /**
16093
+ * isMultiple
16094
+ * @desc:是否多选
16095
+ * @author liufan
16096
+ * @date 2022年9月13日
16097
16097
  **/
16098
16098
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16099
16099
  var multiple = false;
@@ -20665,11 +20665,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20665
20665
  });
20666
20666
  },
20667
20667
 
20668
- /**
20669
- * saveInfo
20670
- * @desc:暂存
20671
- * @author liufan
20672
- * @date 2022年9月9日
20668
+ /**
20669
+ * saveInfo
20670
+ * @desc:暂存
20671
+ * @author liufan
20672
+ * @date 2022年9月9日
20673
20673
  **/
20674
20674
  saveInfo: function saveInfo(type, btn) {
20675
20675
  var _this6 = this;
@@ -20731,11 +20731,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20731
20731
  });
20732
20732
  },
20733
20733
 
20734
- /**
20735
- * rejectBtn
20736
- * @desc:点击驳回
20737
- * @author liufan
20738
- * @date 2022年5月25日
20734
+ /**
20735
+ * rejectBtn
20736
+ * @desc:点击驳回
20737
+ * @author liufan
20738
+ * @date 2022年5月25日
20739
20739
  **/
20740
20740
  rejectBtn: function rejectBtn() {
20741
20741
  var _this8 = this;
@@ -20753,11 +20753,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20753
20753
  }
20754
20754
  },
20755
20755
 
20756
- /**
20757
- * taskReadBtn
20758
- * @desc:点击分阅
20759
- * @author liufan
20760
- * @date 2022年5月25日
20756
+ /**
20757
+ * taskReadBtn
20758
+ * @desc:点击分阅
20759
+ * @author liufan
20760
+ * @date 2022年5月25日
20761
20761
  **/
20762
20762
  taskReadBtn: function taskReadBtn() {
20763
20763
  var _this9 = this;
@@ -20776,11 +20776,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20776
20776
  }
20777
20777
  },
20778
20778
 
20779
- /**
20780
- * getFind
20781
- * @desc:获取通知方式
20782
- * @author liufan
20783
- * @date 2022年5月25日
20779
+ /**
20780
+ * getFind
20781
+ * @desc:获取通知方式
20782
+ * @author liufan
20783
+ * @date 2022年5月25日
20784
20784
  **/
20785
20785
  getFind: function getFind() {
20786
20786
  var _this10 = this;
@@ -20835,12 +20835,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20835
20835
  });
20836
20836
  },
20837
20837
 
20838
- /**
20839
- * endFlows
20840
- * @desc:直接办结
20841
- * @author liufan
20842
- * @param {Object} res 直接办结数据
20843
- * @date 2022年5月25日
20838
+ /**
20839
+ * endFlows
20840
+ * @desc:直接办结
20841
+ * @author liufan
20842
+ * @param {Object} res 直接办结数据
20843
+ * @date 2022年5月25日
20844
20844
  **/
20845
20845
  endFlows: function endFlows(res) {
20846
20846
  var _this12 = this;
@@ -20894,12 +20894,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20894
20894
  }).catch(function (e) {});
20895
20895
  },
20896
20896
 
20897
- /**
20898
- * goView
20899
- * @desc:更多流程按钮操作
20900
- * @author liufan
20901
- * @param {Object} res 当前点击操作按钮数据
20902
- * @date 2022年5月25日
20897
+ /**
20898
+ * goView
20899
+ * @desc:更多流程按钮操作
20900
+ * @author liufan
20901
+ * @param {Object} res 当前点击操作按钮数据
20902
+ * @date 2022年5月25日
20903
20903
  **/
20904
20904
  goView: function goView(res) {
20905
20905
  // 驳回并办结:rejectAndEndHtml
@@ -20984,11 +20984,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20984
20984
  // isCanStartSubFlow
20985
20985
  },
20986
20986
 
20987
- /**
20988
- * toTakeAdvice
20989
- * @desc:征求意见
20990
- * @author liufan
20991
- * @date 2022年9月29日
20987
+ /**
20988
+ * toTakeAdvice
20989
+ * @desc:征求意见
20990
+ * @author liufan
20991
+ * @date 2022年9月29日
20992
20992
  **/
20993
20993
  toTakeAdvice: function toTakeAdvice(res) {
20994
20994
  var _this14 = this;
@@ -21032,11 +21032,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21032
21032
  });
21033
21033
  },
21034
21034
 
21035
- /**
21036
- * toStartDraf
21037
- * @desc: 稿件递送、联合审核、复核
21038
- * @author liufan
21039
- * @date 2022年9月29日
21035
+ /**
21036
+ * toStartDraf
21037
+ * @desc: 稿件递送、联合审核、复核
21038
+ * @author liufan
21039
+ * @date 2022年9月29日
21040
21040
  **/
21041
21041
  toStartDraf: function toStartDraf(res) {
21042
21042
  var _this16 = this;
@@ -21050,11 +21050,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21050
21050
  }
21051
21051
  },
21052
21052
 
21053
- /**
21054
- * toSendMsg
21055
- * @desc:核稿通知
21056
- * @author liufan
21057
- * @date 2022年9月29日
21053
+ /**
21054
+ * toSendMsg
21055
+ * @desc:核稿通知
21056
+ * @author liufan
21057
+ * @date 2022年9月29日
21058
21058
  **/
21059
21059
  toSendMsg: function toSendMsg(res) {
21060
21060
  var _this17 = this;
@@ -21068,11 +21068,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21068
21068
  }
21069
21069
  },
21070
21070
 
21071
- /**
21072
- * toTaskReadAndEnd
21073
- * @desc:分阅并办结
21074
- * @author liufan
21075
- * @date 2022年9月29日
21071
+ /**
21072
+ * toTaskReadAndEnd
21073
+ * @desc:分阅并办结
21074
+ * @author liufan
21075
+ * @date 2022年9月29日
21076
21076
  **/
21077
21077
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21078
21078
  var _this18 = this;
@@ -21090,11 +21090,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21090
21090
  }
21091
21091
  },
21092
21092
 
21093
- /**
21094
- * rejectAndEnd
21095
- * @desc:驳回并办结
21096
- * @author liufan
21097
- * @date 2022年9月29日
21093
+ /**
21094
+ * rejectAndEnd
21095
+ * @desc:驳回并办结
21096
+ * @author liufan
21097
+ * @date 2022年9月29日
21098
21098
  **/
21099
21099
  rejectAndEnd: function rejectAndEnd(res) {
21100
21100
  var _this19 = this;
@@ -21149,11 +21149,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21149
21149
  });
21150
21150
  },
21151
21151
 
21152
- /**
21153
- * toTransfer
21154
- * @desc:转办
21155
- * @author liufan
21156
- * @date 2022年9月29日
21152
+ /**
21153
+ * toTransfer
21154
+ * @desc:转办
21155
+ * @author liufan
21156
+ * @date 2022年9月29日
21157
21157
  **/
21158
21158
  toTransfer: function toTransfer(res) {
21159
21159
  var _this21 = this;
@@ -21169,11 +21169,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21169
21169
  }
21170
21170
  },
21171
21171
 
21172
- /**
21173
- * getNodeInfo
21174
- * @desc:获取节点信息
21175
- * @author liufan
21176
- * @date 2022年5月25日
21172
+ /**
21173
+ * getNodeInfo
21174
+ * @desc:获取节点信息
21175
+ * @author liufan
21176
+ * @date 2022年5月25日
21177
21177
  **/
21178
21178
  getNodeInfo: function getNodeInfo() {
21179
21179
  var _this22 = this;
@@ -21272,12 +21272,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21272
21272
  });
21273
21273
  },
21274
21274
 
21275
- /**
21276
- * selecNext
21277
- * @desc:下步节点变化时更新数据
21278
- * @author liufan
21279
- * @param {String} val 当前选中值
21280
- * @date 2022年5月25日
21275
+ /**
21276
+ * selecNext
21277
+ * @desc:下步节点变化时更新数据
21278
+ * @author liufan
21279
+ * @param {String} val 当前选中值
21280
+ * @date 2022年5月25日
21281
21281
  **/
21282
21282
  selecNext: function selecNext(val, type, isDef) {
21283
21283
  var _this23 = this;
@@ -21386,11 +21386,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21386
21386
  if (isDef !== true) this.getNodeInfo();
21387
21387
  },
21388
21388
 
21389
- /**
21390
- * isMultiple
21391
- * @desc:是否多选
21392
- * @author liufan
21393
- * @date 2022年9月13日
21389
+ /**
21390
+ * isMultiple
21391
+ * @desc:是否多选
21392
+ * @author liufan
21393
+ * @date 2022年9月13日
21394
21394
  **/
21395
21395
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21396
21396
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21422,11 +21422,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21422
21422
  }
21423
21423
  },
21424
21424
 
21425
- /**
21426
- * getHedInfo
21427
- * @desc:获取审核页面数据
21428
- * @author liufan
21429
- * @date 2022年5月25日
21425
+ /**
21426
+ * getHedInfo
21427
+ * @desc:获取审核页面数据
21428
+ * @author liufan
21429
+ * @date 2022年5月25日
21430
21430
  **/
21431
21431
  getHedInfo: function getHedInfo() {
21432
21432
  var _this24 = this;
@@ -21662,13 +21662,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21662
21662
  });
21663
21663
  },
21664
21664
 
21665
- /**
21666
- * closeProcess
21667
- * @desc:关闭弹窗
21668
- * @author liufan
21669
- * @param {boolean} val 当前是否办理流程
21670
- * @param {String} type 当前点击的弹窗类型
21671
- * @date 2022年5月25日
21665
+ /**
21666
+ * closeProcess
21667
+ * @desc:关闭弹窗
21668
+ * @author liufan
21669
+ * @param {boolean} val 当前是否办理流程
21670
+ * @param {String} type 当前点击的弹窗类型
21671
+ * @date 2022年5月25日
21672
21672
  **/
21673
21673
  closeProcess: function closeProcess(val, type, closeParent) {
21674
21674
  if (closeParent) {
@@ -21685,23 +21685,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21685
21685
  }
21686
21686
  },
21687
21687
 
21688
- /**
21689
- * selectChange
21690
- * @desc:常用语选择
21691
- * @author liufan
21692
- * @param {String} val 选中值
21693
- * @date 2022年5月25日
21688
+ /**
21689
+ * selectChange
21690
+ * @desc:常用语选择
21691
+ * @author liufan
21692
+ * @param {String} val 选中值
21693
+ * @date 2022年5月25日
21694
21694
  **/
21695
21695
  selectChange: function selectChange(val) {
21696
21696
  this.value = val;
21697
21697
  },
21698
21698
 
21699
- /**
21700
- * upDate
21701
- * @desc:修改常用语
21702
- * @author liufan
21703
- * @param {Object} val 修改值
21704
- * @date 2022年5月25日
21699
+ /**
21700
+ * upDate
21701
+ * @desc:修改常用语
21702
+ * @author liufan
21703
+ * @param {Object} val 修改值
21704
+ * @date 2022年5月25日
21705
21705
  **/
21706
21706
  upDate: function upDate(val) {
21707
21707
  this.FormData.id = val.id;
@@ -21709,11 +21709,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21709
21709
  },
21710
21710
 
21711
21711
 
21712
- /**
21713
- * getProcess
21714
- * @desc:获取选择流程
21715
- * @author liufan
21716
- * @date 2022年5月25日
21712
+ /**
21713
+ * getProcess
21714
+ * @desc:获取选择流程
21715
+ * @author liufan
21716
+ * @date 2022年5月25日
21717
21717
  **/
21718
21718
  getProcess: function getProcess() {
21719
21719
  var _this25 = this;
@@ -21767,11 +21767,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21767
21767
  });
21768
21768
  },
21769
21769
 
21770
- /**
21771
- * getPendedhistoryList
21772
- * @desc:获取流程列表
21773
- * @author liufan
21774
- * @date 2022年5月25日
21770
+ /**
21771
+ * getPendedhistoryList
21772
+ * @desc:获取流程列表
21773
+ * @author liufan
21774
+ * @date 2022年5月25日
21775
21775
  **/
21776
21776
  getPendedhistoryList: function getPendedhistoryList() {
21777
21777
  var _this26 = this;
@@ -21803,12 +21803,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21803
21803
  },
21804
21804
 
21805
21805
  // 提交流程
21806
- /**
21807
- * subProcess
21808
- * @desc:提交流程
21809
- * @author liufan
21810
- * @param {String} formName 当前form表单ref值
21811
- * @date 2022年5月25日
21806
+ /**
21807
+ * subProcess
21808
+ * @desc:提交流程
21809
+ * @author liufan
21810
+ * @param {String} formName 当前form表单ref值
21811
+ * @date 2022年5月25日
21812
21812
  **/
21813
21813
  subProcess: function subProcess(val) {
21814
21814
  var _this27 = this;
@@ -23055,8 +23055,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
23055
23055
  )
23056
23056
 
23057
23057
  /* harmony default export */ var Circulate = (Circulate_component.exports);
23058
- // 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/FreeCirculation.vue?vue&type=template&id=5d1bcb0e&
23059
- var FreeCirculationvue_type_template_id_5d1bcb0e_render = function () {
23058
+ // 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/FreeCirculation.vue?vue&type=template&id=54e2cd6f&
23059
+ var FreeCirculationvue_type_template_id_54e2cd6f_render = function () {
23060
23060
  var _vm = this
23061
23061
  var _h = _vm.$createElement
23062
23062
  var _c = _vm._self._c || _h
@@ -23152,13 +23152,15 @@ var FreeCirculationvue_type_template_id_5d1bcb0e_render = function () {
23152
23152
  1
23153
23153
  )
23154
23154
  }
23155
- var FreeCirculationvue_type_template_id_5d1bcb0e_staticRenderFns = []
23156
- FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
23155
+ var FreeCirculationvue_type_template_id_54e2cd6f_staticRenderFns = []
23156
+ FreeCirculationvue_type_template_id_54e2cd6f_render._withStripped = true
23157
23157
 
23158
23158
 
23159
- // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=5d1bcb0e&
23159
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=54e2cd6f&
23160
23160
 
23161
23161
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
23162
+ var FreeCirculationvue_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; };
23163
+
23162
23164
  //
23163
23165
  //
23164
23166
  //
@@ -23259,11 +23261,11 @@ FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
23259
23261
  if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
23260
23262
  var param = {
23261
23263
  url: api["G" /* freeTaskCircularRead */],
23262
- data: {
23264
+ data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
23263
23265
  appId: this.appId || this.params.appId,
23264
23266
  nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
23265
23267
  nextOtherOrgObj: this.nextNode.nextOtherOrgObj || ''
23266
- },
23268
+ }),
23267
23269
  method: 'post'
23268
23270
  };
23269
23271
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
@@ -23291,7 +23293,7 @@ FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
23291
23293
 
23292
23294
  var param = {
23293
23295
  url: api["bc" /* toFreeTaskCircularRead */],
23294
- params: { appId: this.appId || this.params.appId }
23296
+ params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
23295
23297
  };
23296
23298
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23297
23299
  util["a" /* default */].ajax(param).then(function (res) {
@@ -23379,8 +23381,8 @@ FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
23379
23381
 
23380
23382
  var FreeCirculation_component = Object(componentNormalizer["a" /* default */])(
23381
23383
  component_FreeCirculationvue_type_script_lang_js_,
23382
- FreeCirculationvue_type_template_id_5d1bcb0e_render,
23383
- FreeCirculationvue_type_template_id_5d1bcb0e_staticRenderFns,
23384
+ FreeCirculationvue_type_template_id_54e2cd6f_render,
23385
+ FreeCirculationvue_type_template_id_54e2cd6f_staticRenderFns,
23384
23386
  false,
23385
23387
  null,
23386
23388
  null,
@@ -25401,11 +25403,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25401
25403
  });
25402
25404
  },
25403
25405
 
25404
- /**
25405
- * saveInfo
25406
- * @desc:暂存
25407
- * @author liufan
25408
- * @date 2022年9月9日
25406
+ /**
25407
+ * saveInfo
25408
+ * @desc:暂存
25409
+ * @author liufan
25410
+ * @date 2022年9月9日
25409
25411
  **/
25410
25412
  saveInfo: function saveInfo(type, btn) {
25411
25413
  var _this11 = this;
@@ -25467,11 +25469,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25467
25469
  });
25468
25470
  },
25469
25471
 
25470
- /**
25471
- * rejectBtn
25472
- * @desc:点击驳回
25473
- * @author liufan
25474
- * @date 2022年5月25日
25472
+ /**
25473
+ * rejectBtn
25474
+ * @desc:点击驳回
25475
+ * @author liufan
25476
+ * @date 2022年5月25日
25475
25477
  **/
25476
25478
  rejectBtn: function rejectBtn() {
25477
25479
  var _this13 = this;
@@ -25489,11 +25491,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25489
25491
  }
25490
25492
  },
25491
25493
 
25492
- /**
25493
- * taskReadBtn
25494
- * @desc:点击分阅
25495
- * @author liufan
25496
- * @date 2022年5月25日
25494
+ /**
25495
+ * taskReadBtn
25496
+ * @desc:点击分阅
25497
+ * @author liufan
25498
+ * @date 2022年5月25日
25497
25499
  **/
25498
25500
  taskReadBtn: function taskReadBtn() {
25499
25501
  var _this14 = this;
@@ -25512,11 +25514,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25512
25514
  }
25513
25515
  },
25514
25516
 
25515
- /**
25516
- * getFind
25517
- * @desc:获取通知方式
25518
- * @author liufan
25519
- * @date 2022年5月25日
25517
+ /**
25518
+ * getFind
25519
+ * @desc:获取通知方式
25520
+ * @author liufan
25521
+ * @date 2022年5月25日
25520
25522
  **/
25521
25523
  getFind: function getFind() {
25522
25524
  var _this15 = this;
@@ -25582,12 +25584,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25582
25584
  });
25583
25585
  },
25584
25586
 
25585
- /**
25586
- * endFlows
25587
- * @desc:直接办结
25588
- * @author liufan
25589
- * @param {Object} res 直接办结数据
25590
- * @date 2022年5月25日
25587
+ /**
25588
+ * endFlows
25589
+ * @desc:直接办结
25590
+ * @author liufan
25591
+ * @param {Object} res 直接办结数据
25592
+ * @date 2022年5月25日
25591
25593
  **/
25592
25594
  endFlows: function endFlows(res) {
25593
25595
  var _this17 = this;
@@ -25642,12 +25644,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25642
25644
  }).catch(function (e) {});
25643
25645
  },
25644
25646
 
25645
- /**
25646
- * goView
25647
- * @desc:更多流程按钮操作
25648
- * @author liufan
25649
- * @param {Object} res 当前点击操作按钮数据
25650
- * @date 2022年5月25日
25647
+ /**
25648
+ * goView
25649
+ * @desc:更多流程按钮操作
25650
+ * @author liufan
25651
+ * @param {Object} res 当前点击操作按钮数据
25652
+ * @date 2022年5月25日
25651
25653
  **/
25652
25654
  goView: function goView(res) {
25653
25655
  // 驳回并办结:rejectAndEndHtml
@@ -25734,11 +25736,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25734
25736
  // isCanStartSubFlow
25735
25737
  },
25736
25738
 
25737
- /**
25738
- * toTakeAdvice
25739
- * @desc:征求意见
25740
- * @author liufan
25741
- * @date 2022年9月29日
25739
+ /**
25740
+ * toTakeAdvice
25741
+ * @desc:征求意见
25742
+ * @author liufan
25743
+ * @date 2022年9月29日
25742
25744
  **/
25743
25745
  toTakeAdvice: function toTakeAdvice(res) {
25744
25746
  var _this19 = this;
@@ -25782,11 +25784,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25782
25784
  });
25783
25785
  },
25784
25786
 
25785
- /**
25786
- * toStartDraf
25787
- * @desc: 稿件递送、联合审核、复核
25788
- * @author liufan
25789
- * @date 2022年9月29日
25787
+ /**
25788
+ * toStartDraf
25789
+ * @desc: 稿件递送、联合审核、复核
25790
+ * @author liufan
25791
+ * @date 2022年9月29日
25790
25792
  **/
25791
25793
  toStartDraf: function toStartDraf(res) {
25792
25794
  var _this21 = this;
@@ -25800,11 +25802,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25800
25802
  }
25801
25803
  },
25802
25804
 
25803
- /**
25804
- * toSendMsg
25805
- * @desc:核稿通知
25806
- * @author liufan
25807
- * @date 2022年9月29日
25805
+ /**
25806
+ * toSendMsg
25807
+ * @desc:核稿通知
25808
+ * @author liufan
25809
+ * @date 2022年9月29日
25808
25810
  **/
25809
25811
  toSendMsg: function toSendMsg(res) {
25810
25812
  var _this22 = this;
@@ -25818,11 +25820,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25818
25820
  }
25819
25821
  },
25820
25822
 
25821
- /**
25822
- * toTaskReadAndEnd
25823
- * @desc:分阅并办结
25824
- * @author liufan
25825
- * @date 2022年9月29日
25823
+ /**
25824
+ * toTaskReadAndEnd
25825
+ * @desc:分阅并办结
25826
+ * @author liufan
25827
+ * @date 2022年9月29日
25826
25828
  **/
25827
25829
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25828
25830
  var _this23 = this;
@@ -25840,11 +25842,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25840
25842
  }
25841
25843
  },
25842
25844
 
25843
- /**
25844
- * rejectAndEnd
25845
- * @desc:驳回并办结
25846
- * @author liufan
25847
- * @date 2022年9月29日
25845
+ /**
25846
+ * rejectAndEnd
25847
+ * @desc:驳回并办结
25848
+ * @author liufan
25849
+ * @date 2022年9月29日
25848
25850
  **/
25849
25851
  rejectAndEnd: function rejectAndEnd(res) {
25850
25852
  var _this24 = this;
@@ -25900,11 +25902,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25900
25902
  });
25901
25903
  },
25902
25904
 
25903
- /**
25904
- * toTransfer
25905
- * @desc:转办
25906
- * @author liufan
25907
- * @date 2022年9月29日
25905
+ /**
25906
+ * toTransfer
25907
+ * @desc:转办
25908
+ * @author liufan
25909
+ * @date 2022年9月29日
25908
25910
  **/
25909
25911
  toTransfer: function toTransfer(res) {
25910
25912
  var _this26 = this;
@@ -25923,11 +25925,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25923
25925
  this.nextNode.customLimitTime = val;
25924
25926
  },
25925
25927
 
25926
- /**
25927
- * getNodeInfo
25928
- * @desc:获取节点信息
25929
- * @author liufan
25930
- * @date 2022年5月25日
25928
+ /**
25929
+ * getNodeInfo
25930
+ * @desc:获取节点信息
25931
+ * @author liufan
25932
+ * @date 2022年5月25日
25931
25933
  **/
25932
25934
  getNodeInfo: function getNodeInfo() {
25933
25935
  var _this27 = this;
@@ -26034,12 +26036,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26034
26036
  });
26035
26037
  },
26036
26038
 
26037
- /**
26038
- * selecNext
26039
- * @desc:下步节点变化时更新数据
26040
- * @author liufan
26041
- * @param {String} val 当前选中值
26042
- * @date 2022年5月25日
26039
+ /**
26040
+ * selecNext
26041
+ * @desc:下步节点变化时更新数据
26042
+ * @author liufan
26043
+ * @param {String} val 当前选中值
26044
+ * @date 2022年5月25日
26043
26045
  **/
26044
26046
  selecNext: function selecNext(val, type, isDef) {
26045
26047
  var _this28 = this;
@@ -26171,11 +26173,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26171
26173
  this.getNodeInfo();
26172
26174
  },
26173
26175
 
26174
- /**
26175
- * isMultiple
26176
- * @desc:是否多选
26177
- * @author liufan
26178
- * @date 2022年9月13日
26176
+ /**
26177
+ * isMultiple
26178
+ * @desc:是否多选
26179
+ * @author liufan
26180
+ * @date 2022年9月13日
26179
26181
  **/
26180
26182
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26181
26183
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26207,11 +26209,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26207
26209
  }
26208
26210
  },
26209
26211
 
26210
- /**
26211
- * getHedInfo
26212
- * @desc:获取审核页面数据
26213
- * @author liufan
26214
- * @date 2022年5月25日
26212
+ /**
26213
+ * getHedInfo
26214
+ * @desc:获取审核页面数据
26215
+ * @author liufan
26216
+ * @date 2022年5月25日
26215
26217
  **/
26216
26218
  getHedInfo: function getHedInfo() {
26217
26219
  var _this29 = this;
@@ -26515,13 +26517,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26515
26517
  });
26516
26518
  },
26517
26519
 
26518
- /**
26519
- * closeProcess
26520
- * @desc:关闭弹窗
26521
- * @author liufan
26522
- * @param {boolean} val 当前是否办理流程
26523
- * @param {String} type 当前点击的弹窗类型
26524
- * @date 2022年5月25日
26520
+ /**
26521
+ * closeProcess
26522
+ * @desc:关闭弹窗
26523
+ * @author liufan
26524
+ * @param {boolean} val 当前是否办理流程
26525
+ * @param {String} type 当前点击的弹窗类型
26526
+ * @date 2022年5月25日
26525
26527
  **/
26526
26528
  closeProcess: function closeProcess(val, type, closeParent) {
26527
26529
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26541,23 +26543,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26541
26543
  }
26542
26544
  },
26543
26545
 
26544
- /**
26545
- * selectChange
26546
- * @desc:常用语选择
26547
- * @author liufan
26548
- * @param {String} val 选中值
26549
- * @date 2022年5月25日
26546
+ /**
26547
+ * selectChange
26548
+ * @desc:常用语选择
26549
+ * @author liufan
26550
+ * @param {String} val 选中值
26551
+ * @date 2022年5月25日
26550
26552
  **/
26551
26553
  selectChange: function selectChange(val) {
26552
26554
  this.value = val;
26553
26555
  },
26554
26556
 
26555
- /**
26556
- * upDate
26557
- * @desc:修改常用语
26558
- * @author liufan
26559
- * @param {Object} val 修改值
26560
- * @date 2022年5月25日
26557
+ /**
26558
+ * upDate
26559
+ * @desc:修改常用语
26560
+ * @author liufan
26561
+ * @param {Object} val 修改值
26562
+ * @date 2022年5月25日
26561
26563
  **/
26562
26564
  upDate: function upDate(val) {
26563
26565
  this.FormData.id = val.id;
@@ -26565,11 +26567,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26565
26567
  },
26566
26568
 
26567
26569
 
26568
- /**
26569
- * getProcess
26570
- * @desc:获取选择流程
26571
- * @author liufan
26572
- * @date 2022年5月25日
26570
+ /**
26571
+ * getProcess
26572
+ * @desc:获取选择流程
26573
+ * @author liufan
26574
+ * @date 2022年5月25日
26573
26575
  **/
26574
26576
  getProcess: function getProcess(val) {
26575
26577
  var _this30 = this;
@@ -26629,11 +26631,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26629
26631
  });
26630
26632
  },
26631
26633
 
26632
- /**
26633
- * getPendedhistoryList
26634
- * @desc:获取流程列表
26635
- * @author liufan
26636
- * @date 2022年5月25日
26634
+ /**
26635
+ * getPendedhistoryList
26636
+ * @desc:获取流程列表
26637
+ * @author liufan
26638
+ * @date 2022年5月25日
26637
26639
  **/
26638
26640
  getPendedhistoryList: function getPendedhistoryList() {
26639
26641
  var _this31 = this;
@@ -26701,12 +26703,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26701
26703
  },
26702
26704
 
26703
26705
  // 提交流程
26704
- /**
26705
- * subProcess
26706
- * @desc:提交流程
26707
- * @author liufan
26708
- * @param {String} formName 当前form表单ref值
26709
- * @date 2022年5月25日
26706
+ /**
26707
+ * subProcess
26708
+ * @desc:提交流程
26709
+ * @author liufan
26710
+ * @param {String} formName 当前form表单ref值
26711
+ * @date 2022年5月25日
26710
26712
  **/
26711
26713
  subProcess: function subProcess(val, type) {
26712
26714
  var _this33 = this;