eoss-ui 0.7.24 → 0.7.26

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 (292) hide show
  1. package/lib/button-group.js +3 -0
  2. package/lib/button.js +3 -0
  3. package/lib/calogin.js +236 -233
  4. package/lib/checkbox-group.js +3 -0
  5. package/lib/data-table-form.js +3 -0
  6. package/lib/data-table.js +3 -0
  7. package/lib/date-picker.js +3 -0
  8. package/lib/dialog.js +3 -0
  9. package/lib/eoss-ui.common.js +991 -1016
  10. package/lib/flow-group.js +3 -0
  11. package/lib/flow-list.js +109 -88
  12. package/lib/flow.js +459 -524
  13. package/lib/form.js +3 -0
  14. package/lib/handle-user.js +3 -0
  15. package/lib/handler.js +3 -0
  16. package/lib/icon.js +3 -0
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +3 -0
  19. package/lib/input.js +3 -0
  20. package/lib/login.js +3 -0
  21. package/lib/main.js +165 -143
  22. package/lib/menu.js +6 -3
  23. package/lib/nav.js +3 -0
  24. package/lib/page.js +3 -0
  25. package/lib/pagination.js +3 -0
  26. package/lib/player.js +3 -0
  27. package/lib/qr-code.js +16 -13
  28. package/lib/radio-group.js +3 -0
  29. package/lib/retrial-auth.js +3 -0
  30. package/lib/select-ganged.js +3 -0
  31. package/lib/select.js +3 -0
  32. package/lib/selector-panel.js +3 -0
  33. package/lib/selector.js +3 -0
  34. package/lib/sizer.js +3 -0
  35. package/lib/steps.js +3 -0
  36. package/lib/switch.js +3 -0
  37. package/lib/table-form.js +3 -0
  38. package/lib/tabs.js +3 -0
  39. package/lib/theme-chalk/flow.css +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/main.css +1 -1
  42. package/lib/theme-chalk/menu.css +1 -1
  43. package/lib/theme-chalk/simplicity.css +1 -1
  44. package/lib/tips.js +3 -0
  45. package/lib/toolbar.js +4 -4
  46. package/lib/tree-group.js +3 -0
  47. package/lib/tree.js +3 -0
  48. package/lib/upload.js +3 -0
  49. package/lib/utils/util.js +3 -0
  50. package/lib/wujie.js +3 -0
  51. package/lib/wxlogin.js +3 -0
  52. package/package.json +160 -160
  53. package/packages/button/index.js +5 -5
  54. package/packages/button/src/main.vue +418 -418
  55. package/packages/button-group/index.js +5 -5
  56. package/packages/button-group/src/main.vue +346 -346
  57. package/packages/calendar/index.js +5 -5
  58. package/packages/calogin/index.js +5 -5
  59. package/packages/calogin/src/main.vue +412 -412
  60. package/packages/calogin/src/plugin.js +915 -915
  61. package/packages/card/index.js +5 -5
  62. package/packages/card/src/main.vue +156 -156
  63. package/packages/cascader/index.js +5 -5
  64. package/packages/cascader/src/main.vue +168 -168
  65. package/packages/checkbox-group/index.js +5 -5
  66. package/packages/checkbox-group/src/main.vue +333 -333
  67. package/packages/clients/index.js +5 -5
  68. package/packages/clients/src/main.vue +151 -151
  69. package/packages/data-table/index.js +5 -5
  70. package/packages/data-table/src/children.vue +39 -39
  71. package/packages/data-table/src/column.vue +988 -988
  72. package/packages/data-table/src/main.vue +1831 -1831
  73. package/packages/data-table/src/sizer.vue +195 -195
  74. package/packages/data-table-form/index.js +5 -5
  75. package/packages/data-table-form/src/checkbox.vue +101 -101
  76. package/packages/data-table-form/src/colgroup.vue +17 -17
  77. package/packages/data-table-form/src/main.vue +181 -181
  78. package/packages/data-table-form/src/radio.vue +65 -65
  79. package/packages/data-table-form/src/table.vue +233 -233
  80. package/packages/data-table-form/src/tbody.vue +336 -336
  81. package/packages/data-table-form/src/thead.vue +68 -68
  82. package/packages/date-picker/index.js +5 -5
  83. package/packages/date-picker/src/main.vue +236 -236
  84. package/packages/dialog/index.js +5 -5
  85. package/packages/enable-drag/index.js +5 -5
  86. package/packages/enterprise/index.js +5 -5
  87. package/packages/enterprise/src/main.vue +66 -66
  88. package/packages/error-page/index.js +5 -5
  89. package/packages/error-page/src/main.vue +44 -44
  90. package/packages/flow/index.js +5 -5
  91. package/packages/flow/src/component/Circulate.vue +413 -413
  92. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  93. package/packages/flow/src/component/CustomPreset.vue +322 -322
  94. package/packages/flow/src/component/FileList.vue +97 -97
  95. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  96. package/packages/flow/src/component/Preset.vue +255 -255
  97. package/packages/flow/src/component/SendMsg.vue +242 -242
  98. package/packages/flow/src/component/TimeLimit.vue +190 -190
  99. package/packages/flow/src/component/taskUnionExamine.vue +755 -738
  100. package/packages/flow/src/form.vue +121 -121
  101. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  102. package/packages/flow/src/main.vue +3854 -3843
  103. package/packages/flow/src/processForm.vue +1363 -1370
  104. package/packages/flow/src/processReject.vue +308 -308
  105. package/packages/flow/src/reset.vue +941 -941
  106. package/packages/flow/src/startTaskRead.vue +691 -691
  107. package/packages/flow/src/supervise.vue +159 -159
  108. package/packages/flow/src/table.vue +58 -58
  109. package/packages/flow-group/index.js +5 -5
  110. package/packages/flow-group/src/main.vue +717 -717
  111. package/packages/flow-list/index.js +5 -5
  112. package/packages/flow-list/src/main.vue +1787 -1770
  113. package/packages/form/index.js +5 -5
  114. package/packages/form/src/main.vue +3901 -3901
  115. package/packages/form/src/table.vue +1512 -1512
  116. package/packages/handle-user/index.js +5 -5
  117. package/packages/handle-user/src/main.vue +137 -137
  118. package/packages/handler/index.js +5 -5
  119. package/packages/handler/src/main.vue +496 -496
  120. package/packages/icon/index.js +5 -5
  121. package/packages/icon/src/main.vue +104 -104
  122. package/packages/icons/index.js +5 -5
  123. package/packages/icons/src/main.vue +81 -81
  124. package/packages/input/index.js +5 -5
  125. package/packages/input/src/main.vue +356 -356
  126. package/packages/input-number/index.js +5 -5
  127. package/packages/input-number/src/main.vue +106 -106
  128. package/packages/label/index.js +5 -5
  129. package/packages/label/src/main.vue +457 -457
  130. package/packages/layout/index.js +5 -5
  131. package/packages/layout/src/item.vue +152 -152
  132. package/packages/layout/src/main.vue +31 -31
  133. package/packages/login/index.js +5 -5
  134. package/packages/login/src/main.vue +2020 -2020
  135. package/packages/login/src/resetPassword.vue +557 -557
  136. package/packages/main/index.js +5 -5
  137. package/packages/main/src/default/message.vue +249 -249
  138. package/packages/main/src/default/notice.vue +157 -157
  139. package/packages/main/src/default/userinfo.vue +502 -502
  140. package/packages/main/src/public/online.vue +89 -89
  141. package/packages/main/src/public/search.vue +464 -464
  142. package/packages/main/src/public/settings.vue +221 -221
  143. package/packages/main/src/simplicity/apps.vue +388 -388
  144. package/packages/main/src/simplicity/avatar.vue +82 -82
  145. package/packages/main/src/simplicity/handler.vue +263 -263
  146. package/packages/main/src/simplicity/index.vue +2135 -2125
  147. package/packages/main/src/simplicity/lists.vue +84 -84
  148. package/packages/main/src/simplicity/menu-list.vue +135 -135
  149. package/packages/main/src/simplicity/message.vue +259 -259
  150. package/packages/main/src/simplicity/notice.vue +190 -190
  151. package/packages/main/src/simplicity/router-page.vue +45 -45
  152. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  153. package/packages/main/src/simplicity/user.vue +259 -259
  154. package/packages/main/src/simplicity/userinfo.vue +398 -398
  155. package/packages/menu/index.js +5 -5
  156. package/packages/menu/src/main.vue +596 -584
  157. package/packages/nav/index.js +5 -5
  158. package/packages/nav/src/main.vue +351 -351
  159. package/packages/notify/index.js +5 -5
  160. package/packages/notify/src/main.vue +538 -538
  161. package/packages/page/index.js +5 -5
  162. package/packages/page/src/main.vue +167 -167
  163. package/packages/pagination/index.js +5 -5
  164. package/packages/pagination/src/main.vue +96 -96
  165. package/packages/player/index.js +5 -5
  166. package/packages/player/src/main.vue +194 -194
  167. package/packages/qr-code/index.js +5 -5
  168. package/packages/qr-code/src/main.vue +170 -170
  169. package/packages/radio-group/index.js +6 -6
  170. package/packages/radio-group/src/main.vue +319 -319
  171. package/packages/retrial-auth/index.js +5 -5
  172. package/packages/retrial-auth/src/main.vue +280 -280
  173. package/packages/select/index.js +5 -5
  174. package/packages/select/src/main.vue +782 -782
  175. package/packages/select-ganged/index.js +5 -5
  176. package/packages/select-ganged/src/main.vue +724 -724
  177. package/packages/selector/index.js +5 -5
  178. package/packages/selector/src/main.vue +761 -761
  179. package/packages/selector-panel/index.js +5 -5
  180. package/packages/selector-panel/src/main.vue +1027 -1027
  181. package/packages/selector-panel/src/selection.vue +170 -170
  182. package/packages/selector-panel/src/tree.vue +129 -129
  183. package/packages/sizer/index.js +5 -5
  184. package/packages/sizer/src/main.vue +254 -254
  185. package/packages/steps/index.js +5 -5
  186. package/packages/steps/src/main.vue +181 -181
  187. package/packages/switch/index.js +5 -5
  188. package/packages/switch/src/main.vue +170 -170
  189. package/packages/table-form/index.js +5 -5
  190. package/packages/tabs/index.js +5 -5
  191. package/packages/tabs/src/main.vue +788 -788
  192. package/packages/tabs-panel/index.js +5 -5
  193. package/packages/tabs-panel/src/main.vue +29 -29
  194. package/packages/theme-chalk/lib/flow.css +1 -1
  195. package/packages/theme-chalk/lib/index.css +1 -1
  196. package/packages/theme-chalk/lib/main.css +1 -1
  197. package/packages/theme-chalk/lib/menu.css +1 -1
  198. package/packages/theme-chalk/lib/simplicity.css +1 -1
  199. package/packages/theme-chalk/src/base.scss +261 -261
  200. package/packages/theme-chalk/src/button-group.scss +176 -176
  201. package/packages/theme-chalk/src/button.scss +24 -24
  202. package/packages/theme-chalk/src/calendar.scss +113 -113
  203. package/packages/theme-chalk/src/card.scss +99 -99
  204. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  205. package/packages/theme-chalk/src/clients.scss +87 -87
  206. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  207. package/packages/theme-chalk/src/data-table.scss +293 -293
  208. package/packages/theme-chalk/src/date-picker.scss +7 -7
  209. package/packages/theme-chalk/src/dialog.scss +77 -77
  210. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  211. package/packages/theme-chalk/src/enterprise.scss +5 -5
  212. package/packages/theme-chalk/src/error-page.scss +18 -18
  213. package/packages/theme-chalk/src/flow-group.scss +110 -110
  214. package/packages/theme-chalk/src/flow-list.scss +39 -39
  215. package/packages/theme-chalk/src/flow.scss +351 -351
  216. package/packages/theme-chalk/src/form.scss +501 -501
  217. package/packages/theme-chalk/src/handle-user.scss +40 -40
  218. package/packages/theme-chalk/src/handler.scss +148 -148
  219. package/packages/theme-chalk/src/icon.scss +1817 -1817
  220. package/packages/theme-chalk/src/icons.scss +99 -99
  221. package/packages/theme-chalk/src/input.scss +9 -9
  222. package/packages/theme-chalk/src/label.scss +24 -24
  223. package/packages/theme-chalk/src/layout.scss +46 -46
  224. package/packages/theme-chalk/src/login.scss +987 -987
  225. package/packages/theme-chalk/src/main.scss +663 -663
  226. package/packages/theme-chalk/src/menu.scss +224 -222
  227. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  228. package/packages/theme-chalk/src/nav.scss +111 -111
  229. package/packages/theme-chalk/src/page.scss +3 -3
  230. package/packages/theme-chalk/src/pagination.scss +29 -29
  231. package/packages/theme-chalk/src/player.scss +9 -9
  232. package/packages/theme-chalk/src/qr-code.scss +17 -17
  233. package/packages/theme-chalk/src/radio-group.scss +9 -9
  234. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  235. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  236. package/packages/theme-chalk/src/select.scss +8 -8
  237. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  238. package/packages/theme-chalk/src/selector.scss +92 -92
  239. package/packages/theme-chalk/src/simplicity.scss +1370 -1366
  240. package/packages/theme-chalk/src/sizer.scss +36 -36
  241. package/packages/theme-chalk/src/steps.scss +88 -88
  242. package/packages/theme-chalk/src/switch.scss +3 -3
  243. package/packages/theme-chalk/src/table-form.scss +1 -1
  244. package/packages/theme-chalk/src/tabs.scss +87 -87
  245. package/packages/theme-chalk/src/tips.scss +7 -7
  246. package/packages/theme-chalk/src/toolbar.scss +179 -179
  247. package/packages/theme-chalk/src/tree-group.scss +72 -72
  248. package/packages/theme-chalk/src/tree.scss +165 -165
  249. package/packages/theme-chalk/src/upload.scss +172 -172
  250. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  251. package/packages/tips/index.js +5 -5
  252. package/packages/tips/src/main.vue +141 -141
  253. package/packages/toolbar/index.js +5 -5
  254. package/packages/toolbar/src/main.vue +430 -430
  255. package/packages/tree/index.js +5 -5
  256. package/packages/tree-group/index.js +5 -5
  257. package/packages/upload/index.js +5 -5
  258. package/packages/upload/src/main.vue +1343 -1343
  259. package/packages/upload/src/picture.js +15 -15
  260. package/packages/wujie/index.js +5 -5
  261. package/packages/wujie/src/main.vue +145 -145
  262. package/packages/wxlogin/index.js +5 -5
  263. package/packages/wxlogin/src/main.vue +128 -128
  264. package/src/config/api.js +315 -315
  265. package/src/config/image.js +2 -2
  266. package/src/index.js +163 -163
  267. package/src/utils/bus.js +3 -3
  268. package/src/utils/date-util.js +312 -312
  269. package/src/utils/http.js +50 -50
  270. package/src/utils/rules.js +18 -18
  271. package/src/utils/store.js +21 -21
  272. package/src/utils/util.js +3 -0
  273. package/src/utils/webSocket.js +107 -107
  274. package/packages/.DS_Store +0 -0
  275. package/packages/calogin/.DS_Store +0 -0
  276. package/packages/date-picker/.DS_Store +0 -0
  277. package/packages/date-picker/src/.DS_Store +0 -0
  278. package/packages/flow/.DS_Store +0 -0
  279. package/packages/flow/src/.DS_Store +0 -0
  280. package/packages/flow-list/.DS_Store +0 -0
  281. package/packages/form/.DS_Store +0 -0
  282. package/packages/login/.DS_Store +0 -0
  283. package/packages/main/.DS_Store +0 -0
  284. package/packages/main/src/.DS_Store +0 -0
  285. package/packages/menu/.DS_Store +0 -0
  286. package/packages/select/.DS_Store +0 -0
  287. package/packages/selector/.DS_Store +0 -0
  288. package/packages/selector-panel/.DS_Store +0 -0
  289. package/packages/theme-chalk/src/.DS_Store +0 -0
  290. package/packages/upload/.DS_Store +0 -0
  291. package/src/.DS_Store +0 -0
  292. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -2286,7 +2286,10 @@ var isLogined = function () {
2286
2286
  loginPage = pathname + loginPage.replace('./', '');
2287
2287
  }
2288
2288
  }
2289
+ } else {
2290
+ loginPage = getStorage('login') || getStorage('loginPage');
2289
2291
  }
2292
+
2290
2293
  token = getStorage('token') || getStorage('Authorization');
2291
2294
  // const logined = getStorage('logined');
2292
2295
  // eslint-disable-next-line eqeqeq
@@ -4621,7 +4624,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4621
4624
  // ESM COMPAT FLAG
4622
4625
  __webpack_require__.r(__webpack_exports__);
4623
4626
 
4624
- // 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=5ee0fd1a&
4627
+ // 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=640e2c46&
4625
4628
  var render = function () {
4626
4629
  var _vm = this
4627
4630
  var _h = _vm.$createElement
@@ -6204,98 +6207,72 @@ var render = function () {
6204
6207
  },
6205
6208
  },
6206
6209
  [
6207
- _c(
6208
- "el-input",
6209
- {
6210
- staticClass:
6211
- "input-with-select custom-limit-time",
6212
- attrs: {
6213
- placeholder:
6214
- "请输入限时办理的天数",
6215
- },
6216
- on: {
6217
- change:
6218
- _vm.changeCustomLimitTime,
6210
+ _c("es-select", {
6211
+ staticStyle: {
6212
+ width:
6213
+ "50% !important",
6214
+ display:
6215
+ "inline-block",
6216
+ },
6217
+ attrs: {
6218
+ placeholder: "请选择",
6219
+ sysCode:
6220
+ "bpm_custom_limit_time",
6221
+ },
6222
+ on: {
6223
+ change:
6224
+ _vm.handleChangeTime,
6225
+ },
6226
+ model: {
6227
+ value:
6228
+ _vm.nextNode
6229
+ .customLimitTimeText,
6230
+ callback: function (
6231
+ $$v
6232
+ ) {
6233
+ _vm.$set(
6234
+ _vm.nextNode,
6235
+ "customLimitTimeText",
6236
+ $$v
6237
+ )
6219
6238
  },
6220
- model: {
6221
- value:
6222
- _vm.nextNode
6223
- .customLimitTime,
6224
- callback: function (
6239
+ expression:
6240
+ "nextNode.customLimitTimeText",
6241
+ },
6242
+ }),
6243
+ _c("el-input", {
6244
+ staticClass:
6245
+ "input-with-select custom-limit-time",
6246
+ staticStyle: {
6247
+ width: "50%",
6248
+ display:
6249
+ "inline-block",
6250
+ },
6251
+ attrs: {
6252
+ placeholder:
6253
+ "请输入限时办理的天数",
6254
+ },
6255
+ on: {
6256
+ change:
6257
+ _vm.changeCustomLimitTime,
6258
+ },
6259
+ model: {
6260
+ value:
6261
+ _vm.nextNode
6262
+ .customLimitTime,
6263
+ callback: function (
6264
+ $$v
6265
+ ) {
6266
+ _vm.$set(
6267
+ _vm.nextNode,
6268
+ "customLimitTime",
6225
6269
  $$v
6226
- ) {
6227
- _vm.$set(
6228
- _vm.nextNode,
6229
- "customLimitTime",
6230
- $$v
6231
- )
6232
- },
6233
- expression:
6234
- "nextNode.customLimitTime",
6270
+ )
6235
6271
  },
6272
+ expression:
6273
+ "nextNode.customLimitTime",
6236
6274
  },
6237
- [
6238
- !_vm.showCustomLimitTimeText
6239
- ? _c("es-select", {
6240
- attrs: {
6241
- slot: "prepend",
6242
- placeholder:
6243
- "请选择",
6244
- sysCode:
6245
- "bpm_custom_limit_time",
6246
- },
6247
- slot: "prepend",
6248
- model: {
6249
- value:
6250
- _vm.nextNode
6251
- .customLimitTime,
6252
- callback:
6253
- function (
6254
- $$v
6255
- ) {
6256
- _vm.$set(
6257
- _vm.nextNode,
6258
- "customLimitTime",
6259
- $$v
6260
- )
6261
- },
6262
- expression:
6263
- "nextNode.customLimitTime",
6264
- },
6265
- })
6266
- : _vm._e(),
6267
- _c(
6268
- "es-button",
6269
- {
6270
- attrs: {
6271
- slot: "append",
6272
- type: "primary",
6273
- },
6274
- on: {
6275
- click:
6276
- function () {
6277
- _vm.nextNode.customLimitTime =
6278
- ""
6279
- _vm.showCustomLimitTimeText =
6280
- !_vm.showCustomLimitTimeText
6281
- },
6282
- },
6283
- slot: "append",
6284
- },
6285
- [
6286
- _vm._v(
6287
- "切换" +
6288
- _vm._s(
6289
- _vm.showCustomLimitTimeText
6290
- ? "选择框"
6291
- : "文本框"
6292
- )
6293
- ),
6294
- ]
6295
- ),
6296
- ],
6297
- 1
6298
- ),
6275
+ }),
6299
6276
  ],
6300
6277
  1
6301
6278
  )
@@ -7543,7 +7520,7 @@ var staticRenderFns = []
7543
7520
  render._withStripped = true
7544
7521
 
7545
7522
 
7546
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5ee0fd1a&
7523
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=640e2c46&
7547
7524
 
7548
7525
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7549
7526
  var regenerator_ = __webpack_require__(4);
@@ -8403,21 +8380,21 @@ var _components;
8403
8380
  return validSate;
8404
8381
  },
8405
8382
 
8406
- /**
8407
- * changeOpinion
8408
- * @desc:监听意见变化
8409
- * @author liufan
8410
- * @date 2022年10月28日
8383
+ /**
8384
+ * changeOpinion
8385
+ * @desc:监听意见变化
8386
+ * @author liufan
8387
+ * @date 2022年10月28日
8411
8388
  **/
8412
8389
  changeOpinion: function changeOpinion() {
8413
8390
  this.$emit('change', this.form.value);
8414
8391
  },
8415
8392
 
8416
- /**
8417
- * getCommonOpion
8418
- * @desc:获取意见
8419
- * @author liufan
8420
- * @date 2022年5月25日
8393
+ /**
8394
+ * getCommonOpion
8395
+ * @desc:获取意见
8396
+ * @author liufan
8397
+ * @date 2022年5月25日
8421
8398
  **/
8422
8399
  getCommonOpion: function getCommonOpion() {
8423
8400
  var _this = this;
@@ -8446,24 +8423,24 @@ var _components;
8446
8423
  });
8447
8424
  },
8448
8425
 
8449
- /**
8450
- * upDate
8451
- * @desc:修改常用语
8452
- * @author liufan
8453
- * @param {Object} val 修改值
8454
- * @date 2022年5月25日
8426
+ /**
8427
+ * upDate
8428
+ * @desc:修改常用语
8429
+ * @author liufan
8430
+ * @param {Object} val 修改值
8431
+ * @date 2022年5月25日
8455
8432
  **/
8456
8433
  upDate: function upDate(val) {
8457
8434
  this.FormData.id = val.id;
8458
8435
  this.addVisible = true;
8459
8436
  },
8460
8437
 
8461
- /**
8462
- * selectChange
8463
- * @desc:常用语选择
8464
- * @author liufan
8465
- * @param {String} val 选中值
8466
- * @date 2022年5月25日
8438
+ /**
8439
+ * selectChange
8440
+ * @desc:常用语选择
8441
+ * @author liufan
8442
+ * @param {String} val 选中值
8443
+ * @date 2022年5月25日
8467
8444
  **/
8468
8445
  selectChange: function selectChange(val) {
8469
8446
  var _this2 = this;
@@ -8482,12 +8459,12 @@ var _components;
8482
8459
  });
8483
8460
  },
8484
8461
 
8485
- /**
8486
- * del
8487
- * @desc:删除常用语
8488
- * @author liufan
8489
- * @param {Object} val 删除的数据
8490
- * @date 2022年5月25日
8462
+ /**
8463
+ * del
8464
+ * @desc:删除常用语
8465
+ * @author liufan
8466
+ * @param {Object} val 删除的数据
8467
+ * @date 2022年5月25日
8491
8468
  **/
8492
8469
  del: function del(val) {
8493
8470
  var _this3 = this;
@@ -8529,12 +8506,12 @@ var _components;
8529
8506
  }).catch(function (e) {});
8530
8507
  },
8531
8508
 
8532
- /**
8533
- * submit
8534
- * @desc:新增/编辑意见保存
8535
- * @author liufan
8536
- * @param {Object} val 保存数据
8537
- * @date 2022年5月25日
8509
+ /**
8510
+ * submit
8511
+ * @desc:新增/编辑意见保存
8512
+ * @author liufan
8513
+ * @param {Object} val 保存数据
8514
+ * @date 2022年5月25日
8538
8515
  **/
8539
8516
  submit: function submit(val) {
8540
8517
  var _this4 = this;
@@ -8599,8 +8576,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8599
8576
  )
8600
8577
 
8601
8578
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8602
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
8603
- var processFormvue_type_template_id_46843512_render = function () {
8579
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=a8d066e4&
8580
+ var processFormvue_type_template_id_a8d066e4_render = function () {
8604
8581
  var _vm = this
8605
8582
  var _h = _vm.$createElement
8606
8583
  var _c = _vm._self._c || _h
@@ -9001,69 +8978,37 @@ var processFormvue_type_template_id_46843512_render = function () {
9001
8978
  },
9002
8979
  },
9003
8980
  [
9004
- _c(
9005
- "el-input",
9006
- {
9007
- staticClass: "input-with-select custom-limit-time",
9008
- attrs: { placeholder: "请输入限时办理的天数" },
9009
- on: { change: _vm.changeCustomLimitTime },
9010
- model: {
9011
- value: _vm.nextNode.customLimitTime,
9012
- callback: function ($$v) {
9013
- _vm.$set(_vm.nextNode, "customLimitTime", $$v)
9014
- },
9015
- expression: "nextNode.customLimitTime",
8981
+ _c("es-select", {
8982
+ style:
8983
+ "width: " +
8984
+ (_vm.showBtn ? "20%" : "50%") +
8985
+ " !important; display: inline-block;",
8986
+ attrs: {
8987
+ placeholder: "请选择",
8988
+ sysCode: "bpm_custom_limit_time",
8989
+ },
8990
+ on: { change: _vm.handleChangeTime },
8991
+ model: {
8992
+ value: _vm.nextNode.customLimitTimeText,
8993
+ callback: function ($$v) {
8994
+ _vm.$set(_vm.nextNode, "customLimitTimeText", $$v)
9016
8995
  },
8996
+ expression: "nextNode.customLimitTimeText",
9017
8997
  },
9018
- [
9019
- !_vm.showCustomLimitTimeText
9020
- ? _c("es-select", {
9021
- attrs: {
9022
- slot: "prepend",
9023
- placeholder: "请选择",
9024
- sysCode: "bpm_custom_limit_time",
9025
- },
9026
- slot: "prepend",
9027
- model: {
9028
- value: _vm.nextNode.customLimitTime,
9029
- callback: function ($$v) {
9030
- _vm.$set(
9031
- _vm.nextNode,
9032
- "customLimitTime",
9033
- $$v
9034
- )
9035
- },
9036
- expression: "nextNode.customLimitTime",
9037
- },
9038
- })
9039
- : _vm._e(),
9040
- _c(
9041
- "es-button",
9042
- {
9043
- attrs: { slot: "append", type: "primary" },
9044
- on: {
9045
- click: function () {
9046
- _vm.nextNode.customLimitTime = ""
9047
- _vm.showCustomLimitTimeText =
9048
- !_vm.showCustomLimitTimeText
9049
- },
9050
- },
9051
- slot: "append",
9052
- },
9053
- [
9054
- _vm._v(
9055
- "切换" +
9056
- _vm._s(
9057
- _vm.showCustomLimitTimeText
9058
- ? "选择框"
9059
- : "文本框"
9060
- )
9061
- ),
9062
- ]
9063
- ),
9064
- ],
9065
- 1
9066
- ),
8998
+ }),
8999
+ _c("el-input", {
9000
+ staticClass: "input-with-select custom-limit-time",
9001
+ staticStyle: { width: "50%", display: "inline-block" },
9002
+ attrs: { placeholder: "请输入限时办理的天数" },
9003
+ on: { change: _vm.changeCustomLimitTime },
9004
+ model: {
9005
+ value: _vm.nextNode.customLimitTime,
9006
+ callback: function ($$v) {
9007
+ _vm.$set(_vm.nextNode, "customLimitTime", $$v)
9008
+ },
9009
+ expression: "nextNode.customLimitTime",
9010
+ },
9011
+ }),
9067
9012
  ],
9068
9013
  1
9069
9014
  )
@@ -9379,11 +9324,11 @@ var processFormvue_type_template_id_46843512_render = function () {
9379
9324
  1
9380
9325
  )
9381
9326
  }
9382
- var processFormvue_type_template_id_46843512_staticRenderFns = []
9383
- processFormvue_type_template_id_46843512_render._withStripped = true
9327
+ var processFormvue_type_template_id_a8d066e4_staticRenderFns = []
9328
+ processFormvue_type_template_id_a8d066e4_render._withStripped = true
9384
9329
 
9385
9330
 
9386
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
9331
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a8d066e4&
9387
9332
 
9388
9333
  // 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&
9389
9334
  var selectUservue_type_template_id_4750588e_render = function () {
@@ -11263,17 +11208,6 @@ var processFormvue_type_script_lang_js_components;
11263
11208
  //
11264
11209
  //
11265
11210
  //
11266
- //
11267
- //
11268
- //
11269
- //
11270
- //
11271
- //
11272
- //
11273
- //
11274
- //
11275
- //
11276
- //
11277
11211
 
11278
11212
 
11279
11213
 
@@ -11427,6 +11361,7 @@ var processFormvue_type_script_lang_js_components;
11427
11361
  nextNode: {
11428
11362
  nodeName: '',
11429
11363
  customLimitTime: '',
11364
+ customLimitTimeText: '',
11430
11365
  newOpinion: '',
11431
11366
  countersignaturetypeText: '',
11432
11367
  nextNode: '',
@@ -11532,6 +11467,9 @@ var processFormvue_type_script_lang_js_components;
11532
11467
  },
11533
11468
 
11534
11469
  methods: {
11470
+ handleChangeTime: function handleChangeTime(val) {
11471
+ this.nextNode.customLimitTime = val;
11472
+ },
11535
11473
  limitTimevalidate: function limitTimevalidate() {
11536
11474
  var validSate = true;
11537
11475
  this.$refs.nextNode.validate(function (valid) {
@@ -11803,7 +11741,7 @@ var processFormvue_type_script_lang_js_components;
11803
11741
  _this5.$message.warning('请选择或输入限时办理的天数');
11804
11742
  _this5.nextNode.customLimitTime = '';
11805
11743
  return;
11806
- } else if (!Number(customLimitTime) || val.indexOf('.') != -1 || Number(customLimitTime) < 0) {
11744
+ } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
11807
11745
  _this5.$message.warning('请输入正确的天数');
11808
11746
  _this5.nextNode.customLimitTime = '';
11809
11747
  return;
@@ -12014,11 +11952,11 @@ var processFormvue_type_script_lang_js_components;
12014
11952
  });
12015
11953
  },
12016
11954
 
12017
- /**
12018
- * isMultiple
12019
- * @desc:是否多选
12020
- * @author liufan
12021
- * @date 2022年9月13日
11955
+ /**
11956
+ * isMultiple
11957
+ * @desc:是否多选
11958
+ * @author liufan
11959
+ * @date 2022年9月13日
12022
11960
  **/
12023
11961
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12024
11962
  var multiple = false;
@@ -12180,8 +12118,8 @@ var processFormvue_type_script_lang_js_components;
12180
12118
 
12181
12119
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12182
12120
  src_processFormvue_type_script_lang_js_,
12183
- processFormvue_type_template_id_46843512_render,
12184
- processFormvue_type_template_id_46843512_staticRenderFns,
12121
+ processFormvue_type_template_id_a8d066e4_render,
12122
+ processFormvue_type_template_id_a8d066e4_staticRenderFns,
12185
12123
  false,
12186
12124
  null,
12187
12125
  null,
@@ -16061,11 +15999,11 @@ var resetvue_type_script_lang_js_components;
16061
15999
  });
16062
16000
  },
16063
16001
 
16064
- /**
16065
- * isMultiple
16066
- * @desc:是否多选
16067
- * @author liufan
16068
- * @date 2022年9月13日
16002
+ /**
16003
+ * isMultiple
16004
+ * @desc:是否多选
16005
+ * @author liufan
16006
+ * @date 2022年9月13日
16069
16007
  **/
16070
16008
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16071
16009
  var multiple = false;
@@ -16209,8 +16147,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
16209
16147
  )
16210
16148
 
16211
16149
  /* harmony default export */ var src_reset = (reset_component.exports);
16212
- // 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=6dd739cc&
16213
- var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
16150
+ // 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=78ed4fb8&
16151
+ var taskUnionExaminevue_type_template_id_78ed4fb8_render = function () {
16214
16152
  var _vm = this
16215
16153
  var _h = _vm.$createElement
16216
16154
  var _c = _vm._self._c || _h
@@ -16366,64 +16304,36 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
16366
16304
  "el-form-item",
16367
16305
  { attrs: { prop: "customLimitTime", label: "限时办理" } },
16368
16306
  [
16369
- _c(
16370
- "el-input",
16371
- {
16372
- staticClass: "input-with-select custom-limit-time",
16373
- attrs: { placeholder: "请输入限时办理的天数" },
16374
- model: {
16375
- value: _vm.infoList.customLimitTime,
16376
- callback: function ($$v) {
16377
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
16378
- },
16379
- expression: "infoList.customLimitTime",
16307
+ _c("es-select", {
16308
+ staticStyle: {
16309
+ width: "20% !important",
16310
+ display: "inline-block",
16311
+ },
16312
+ attrs: {
16313
+ placeholder: "请选择",
16314
+ sysCode: "bpm_custom_limit_time",
16315
+ },
16316
+ on: { change: _vm.handleChangeTime },
16317
+ model: {
16318
+ value: _vm.infoList.customLimitTimeText,
16319
+ callback: function ($$v) {
16320
+ _vm.$set(_vm.infoList, "customLimitTimeText", $$v)
16380
16321
  },
16322
+ expression: "infoList.customLimitTimeText",
16381
16323
  },
16382
- [
16383
- !_vm.showCustomLimitTimeText
16384
- ? _c("es-select", {
16385
- attrs: {
16386
- slot: "prepend",
16387
- placeholder: "请选择",
16388
- sysCode: "bpm_custom_limit_time",
16389
- },
16390
- slot: "prepend",
16391
- model: {
16392
- value: _vm.infoList.customLimitTime,
16393
- callback: function ($$v) {
16394
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
16395
- },
16396
- expression: "infoList.customLimitTime",
16397
- },
16398
- })
16399
- : _vm._e(),
16400
- _c(
16401
- "es-button",
16402
- {
16403
- attrs: { slot: "append", type: "primary" },
16404
- on: {
16405
- click: function () {
16406
- _vm.infoList.customLimitTime = ""
16407
- _vm.showCustomLimitTimeText =
16408
- !_vm.showCustomLimitTimeText
16409
- },
16410
- },
16411
- slot: "append",
16412
- },
16413
- [
16414
- _vm._v(
16415
- "切换" +
16416
- _vm._s(
16417
- _vm.showCustomLimitTimeText
16418
- ? "选择框"
16419
- : "文本框"
16420
- )
16421
- ),
16422
- ]
16423
- ),
16424
- ],
16425
- 1
16426
- ),
16324
+ }),
16325
+ _c("el-input", {
16326
+ staticClass: "input-with-select custom-limit-time",
16327
+ staticStyle: { width: "20%", display: "inline-block" },
16328
+ attrs: { placeholder: "请输入限时办理的天数" },
16329
+ model: {
16330
+ value: _vm.infoList.customLimitTime,
16331
+ callback: function ($$v) {
16332
+ _vm.$set(_vm.infoList, "customLimitTime", $$v)
16333
+ },
16334
+ expression: "infoList.customLimitTime",
16335
+ },
16336
+ }),
16427
16337
  ],
16428
16338
  1
16429
16339
  )
@@ -16543,11 +16453,11 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
16543
16453
  1
16544
16454
  )
16545
16455
  }
16546
- var taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns = []
16547
- taskUnionExaminevue_type_template_id_6dd739cc_render._withStripped = true
16456
+ var taskUnionExaminevue_type_template_id_78ed4fb8_staticRenderFns = []
16457
+ taskUnionExaminevue_type_template_id_78ed4fb8_render._withStripped = true
16548
16458
 
16549
16459
 
16550
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6dd739cc&
16460
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=78ed4fb8&
16551
16461
 
16552
16462
  // 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&
16553
16463
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -16720,6 +16630,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
16720
16630
  //
16721
16631
  //
16722
16632
  //
16633
+ //
16634
+ //
16635
+ //
16723
16636
 
16724
16637
 
16725
16638
 
@@ -16760,7 +16673,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
16760
16673
  noticeList: [],
16761
16674
  noticeInfo: '',
16762
16675
  opinion: '',
16763
- customLimitTime: ''
16676
+ customLimitTime: '',
16677
+ customLimitTimeText: ''
16764
16678
  },
16765
16679
  onlyName: '',
16766
16680
  unionSealData: [],
@@ -16794,7 +16708,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
16794
16708
  required: this.enableCustomLimitTimeSetting,
16795
16709
  message: this.showCustomLimitTimeText ? '请输入限时办理天数' : '请选择限时办理天数',
16796
16710
  trigger: 'blur'
16797
- }, { required: this.enableCustomLimitTimeSetting, validator: this.checkCustomLimitTime, trigger: 'change' }]
16711
+ }, {
16712
+ required: this.enableCustomLimitTimeSetting,
16713
+ validator: this.checkCustomLimitTime,
16714
+ trigger: 'change'
16715
+ }]
16798
16716
  };
16799
16717
  }
16800
16718
  },
@@ -16809,6 +16727,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
16809
16727
  },
16810
16728
 
16811
16729
  methods: {
16730
+ handleChangeTime: function handleChangeTime(val) {
16731
+ this.infoList.customLimitTime = val;
16732
+ },
16812
16733
  validate: function validate() {
16813
16734
  var validSate = true;
16814
16735
  this.$refs.infoList.validate(function (valid) {
@@ -16952,7 +16873,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16952
16873
  }
16953
16874
  _this3.enableCustomLimitTimeSetting = enableCustomLimitTimeSetting;
16954
16875
  if (_this3.enableCustomLimitTimeSetting && defaultCustomLimitDays) {
16955
- _this3.infoList.customLimitTime = defaultCustomLimitDays + '';
16876
+ _this3.infoList.customLimitTime = _this3.infoList.customLimitTimeText = defaultCustomLimitDays + '';
16956
16877
  }
16957
16878
  if (res.data.customizedConfig) {
16958
16879
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -16975,7 +16896,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
16975
16896
  _this3.foreignOrgTabs = res.data.customizedConfig.foreignOrgSelectorItemList.split(',');
16976
16897
  var _param = res.data.customizedConfig.foreignOrgSelectorRangeList.split(',');
16977
16898
  _this3.foreignOrgTabs.map(function (x, i) {
16978
- _this3.otherParams[x] = { filid: _param[i] };
16899
+ _this3.otherParams[x] = {
16900
+ filid: _param[i],
16901
+ roleid: _this3.selectorParams.roleid
16902
+ };
16979
16903
  });
16980
16904
  }
16981
16905
  }
@@ -17225,8 +17149,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
17225
17149
 
17226
17150
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17227
17151
  component_taskUnionExaminevue_type_script_lang_js_,
17228
- taskUnionExaminevue_type_template_id_6dd739cc_render,
17229
- taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns,
17152
+ taskUnionExaminevue_type_template_id_78ed4fb8_render,
17153
+ taskUnionExaminevue_type_template_id_78ed4fb8_staticRenderFns,
17230
17154
  false,
17231
17155
  null,
17232
17156
  null,
@@ -20651,11 +20575,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20651
20575
  });
20652
20576
  },
20653
20577
 
20654
- /**
20655
- * saveInfo
20656
- * @desc:暂存
20657
- * @author liufan
20658
- * @date 2022年9月9日
20578
+ /**
20579
+ * saveInfo
20580
+ * @desc:暂存
20581
+ * @author liufan
20582
+ * @date 2022年9月9日
20659
20583
  **/
20660
20584
  saveInfo: function saveInfo(type, btn) {
20661
20585
  var _this6 = this;
@@ -20717,11 +20641,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20717
20641
  });
20718
20642
  },
20719
20643
 
20720
- /**
20721
- * rejectBtn
20722
- * @desc:点击驳回
20723
- * @author liufan
20724
- * @date 2022年5月25日
20644
+ /**
20645
+ * rejectBtn
20646
+ * @desc:点击驳回
20647
+ * @author liufan
20648
+ * @date 2022年5月25日
20725
20649
  **/
20726
20650
  rejectBtn: function rejectBtn() {
20727
20651
  var _this8 = this;
@@ -20739,11 +20663,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20739
20663
  }
20740
20664
  },
20741
20665
 
20742
- /**
20743
- * taskReadBtn
20744
- * @desc:点击分阅
20745
- * @author liufan
20746
- * @date 2022年5月25日
20666
+ /**
20667
+ * taskReadBtn
20668
+ * @desc:点击分阅
20669
+ * @author liufan
20670
+ * @date 2022年5月25日
20747
20671
  **/
20748
20672
  taskReadBtn: function taskReadBtn() {
20749
20673
  var _this9 = this;
@@ -20762,11 +20686,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20762
20686
  }
20763
20687
  },
20764
20688
 
20765
- /**
20766
- * getFind
20767
- * @desc:获取通知方式
20768
- * @author liufan
20769
- * @date 2022年5月25日
20689
+ /**
20690
+ * getFind
20691
+ * @desc:获取通知方式
20692
+ * @author liufan
20693
+ * @date 2022年5月25日
20770
20694
  **/
20771
20695
  getFind: function getFind() {
20772
20696
  var _this10 = this;
@@ -20821,12 +20745,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20821
20745
  });
20822
20746
  },
20823
20747
 
20824
- /**
20825
- * endFlows
20826
- * @desc:直接办结
20827
- * @author liufan
20828
- * @param {Object} res 直接办结数据
20829
- * @date 2022年5月25日
20748
+ /**
20749
+ * endFlows
20750
+ * @desc:直接办结
20751
+ * @author liufan
20752
+ * @param {Object} res 直接办结数据
20753
+ * @date 2022年5月25日
20830
20754
  **/
20831
20755
  endFlows: function endFlows(res) {
20832
20756
  var _this12 = this;
@@ -20880,12 +20804,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20880
20804
  }).catch(function (e) {});
20881
20805
  },
20882
20806
 
20883
- /**
20884
- * goView
20885
- * @desc:更多流程按钮操作
20886
- * @author liufan
20887
- * @param {Object} res 当前点击操作按钮数据
20888
- * @date 2022年5月25日
20807
+ /**
20808
+ * goView
20809
+ * @desc:更多流程按钮操作
20810
+ * @author liufan
20811
+ * @param {Object} res 当前点击操作按钮数据
20812
+ * @date 2022年5月25日
20889
20813
  **/
20890
20814
  goView: function goView(res) {
20891
20815
  // 驳回并办结:rejectAndEndHtml
@@ -20970,11 +20894,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20970
20894
  // isCanStartSubFlow
20971
20895
  },
20972
20896
 
20973
- /**
20974
- * toTakeAdvice
20975
- * @desc:征求意见
20976
- * @author liufan
20977
- * @date 2022年9月29日
20897
+ /**
20898
+ * toTakeAdvice
20899
+ * @desc:征求意见
20900
+ * @author liufan
20901
+ * @date 2022年9月29日
20978
20902
  **/
20979
20903
  toTakeAdvice: function toTakeAdvice(res) {
20980
20904
  var _this14 = this;
@@ -21018,11 +20942,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21018
20942
  });
21019
20943
  },
21020
20944
 
21021
- /**
21022
- * toStartDraf
21023
- * @desc: 稿件递送、联合审核、复核
21024
- * @author liufan
21025
- * @date 2022年9月29日
20945
+ /**
20946
+ * toStartDraf
20947
+ * @desc: 稿件递送、联合审核、复核
20948
+ * @author liufan
20949
+ * @date 2022年9月29日
21026
20950
  **/
21027
20951
  toStartDraf: function toStartDraf(res) {
21028
20952
  var _this16 = this;
@@ -21036,11 +20960,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21036
20960
  }
21037
20961
  },
21038
20962
 
21039
- /**
21040
- * toSendMsg
21041
- * @desc:核稿通知
21042
- * @author liufan
21043
- * @date 2022年9月29日
20963
+ /**
20964
+ * toSendMsg
20965
+ * @desc:核稿通知
20966
+ * @author liufan
20967
+ * @date 2022年9月29日
21044
20968
  **/
21045
20969
  toSendMsg: function toSendMsg(res) {
21046
20970
  var _this17 = this;
@@ -21054,11 +20978,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21054
20978
  }
21055
20979
  },
21056
20980
 
21057
- /**
21058
- * toTaskReadAndEnd
21059
- * @desc:分阅并办结
21060
- * @author liufan
21061
- * @date 2022年9月29日
20981
+ /**
20982
+ * toTaskReadAndEnd
20983
+ * @desc:分阅并办结
20984
+ * @author liufan
20985
+ * @date 2022年9月29日
21062
20986
  **/
21063
20987
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21064
20988
  var _this18 = this;
@@ -21076,11 +21000,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21076
21000
  }
21077
21001
  },
21078
21002
 
21079
- /**
21080
- * rejectAndEnd
21081
- * @desc:驳回并办结
21082
- * @author liufan
21083
- * @date 2022年9月29日
21003
+ /**
21004
+ * rejectAndEnd
21005
+ * @desc:驳回并办结
21006
+ * @author liufan
21007
+ * @date 2022年9月29日
21084
21008
  **/
21085
21009
  rejectAndEnd: function rejectAndEnd(res) {
21086
21010
  var _this19 = this;
@@ -21135,11 +21059,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21135
21059
  });
21136
21060
  },
21137
21061
 
21138
- /**
21139
- * toTransfer
21140
- * @desc:转办
21141
- * @author liufan
21142
- * @date 2022年9月29日
21062
+ /**
21063
+ * toTransfer
21064
+ * @desc:转办
21065
+ * @author liufan
21066
+ * @date 2022年9月29日
21143
21067
  **/
21144
21068
  toTransfer: function toTransfer(res) {
21145
21069
  var _this21 = this;
@@ -21155,11 +21079,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21155
21079
  }
21156
21080
  },
21157
21081
 
21158
- /**
21159
- * getNodeInfo
21160
- * @desc:获取节点信息
21161
- * @author liufan
21162
- * @date 2022年5月25日
21082
+ /**
21083
+ * getNodeInfo
21084
+ * @desc:获取节点信息
21085
+ * @author liufan
21086
+ * @date 2022年5月25日
21163
21087
  **/
21164
21088
  getNodeInfo: function getNodeInfo() {
21165
21089
  var _this22 = this;
@@ -21258,12 +21182,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21258
21182
  });
21259
21183
  },
21260
21184
 
21261
- /**
21262
- * selecNext
21263
- * @desc:下步节点变化时更新数据
21264
- * @author liufan
21265
- * @param {String} val 当前选中值
21266
- * @date 2022年5月25日
21185
+ /**
21186
+ * selecNext
21187
+ * @desc:下步节点变化时更新数据
21188
+ * @author liufan
21189
+ * @param {String} val 当前选中值
21190
+ * @date 2022年5月25日
21267
21191
  **/
21268
21192
  selecNext: function selecNext(val, type, isDef) {
21269
21193
  var _this23 = this;
@@ -21372,11 +21296,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21372
21296
  if (isDef !== true) this.getNodeInfo();
21373
21297
  },
21374
21298
 
21375
- /**
21376
- * isMultiple
21377
- * @desc:是否多选
21378
- * @author liufan
21379
- * @date 2022年9月13日
21299
+ /**
21300
+ * isMultiple
21301
+ * @desc:是否多选
21302
+ * @author liufan
21303
+ * @date 2022年9月13日
21380
21304
  **/
21381
21305
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21382
21306
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21408,11 +21332,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21408
21332
  }
21409
21333
  },
21410
21334
 
21411
- /**
21412
- * getHedInfo
21413
- * @desc:获取审核页面数据
21414
- * @author liufan
21415
- * @date 2022年5月25日
21335
+ /**
21336
+ * getHedInfo
21337
+ * @desc:获取审核页面数据
21338
+ * @author liufan
21339
+ * @date 2022年5月25日
21416
21340
  **/
21417
21341
  getHedInfo: function getHedInfo() {
21418
21342
  var _this24 = this;
@@ -21648,13 +21572,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21648
21572
  });
21649
21573
  },
21650
21574
 
21651
- /**
21652
- * closeProcess
21653
- * @desc:关闭弹窗
21654
- * @author liufan
21655
- * @param {boolean} val 当前是否办理流程
21656
- * @param {String} type 当前点击的弹窗类型
21657
- * @date 2022年5月25日
21575
+ /**
21576
+ * closeProcess
21577
+ * @desc:关闭弹窗
21578
+ * @author liufan
21579
+ * @param {boolean} val 当前是否办理流程
21580
+ * @param {String} type 当前点击的弹窗类型
21581
+ * @date 2022年5月25日
21658
21582
  **/
21659
21583
  closeProcess: function closeProcess(val, type, closeParent) {
21660
21584
  if (closeParent) {
@@ -21671,23 +21595,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21671
21595
  }
21672
21596
  },
21673
21597
 
21674
- /**
21675
- * selectChange
21676
- * @desc:常用语选择
21677
- * @author liufan
21678
- * @param {String} val 选中值
21679
- * @date 2022年5月25日
21598
+ /**
21599
+ * selectChange
21600
+ * @desc:常用语选择
21601
+ * @author liufan
21602
+ * @param {String} val 选中值
21603
+ * @date 2022年5月25日
21680
21604
  **/
21681
21605
  selectChange: function selectChange(val) {
21682
21606
  this.value = val;
21683
21607
  },
21684
21608
 
21685
- /**
21686
- * upDate
21687
- * @desc:修改常用语
21688
- * @author liufan
21689
- * @param {Object} val 修改值
21690
- * @date 2022年5月25日
21609
+ /**
21610
+ * upDate
21611
+ * @desc:修改常用语
21612
+ * @author liufan
21613
+ * @param {Object} val 修改值
21614
+ * @date 2022年5月25日
21691
21615
  **/
21692
21616
  upDate: function upDate(val) {
21693
21617
  this.FormData.id = val.id;
@@ -21695,11 +21619,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21695
21619
  },
21696
21620
 
21697
21621
 
21698
- /**
21699
- * getProcess
21700
- * @desc:获取选择流程
21701
- * @author liufan
21702
- * @date 2022年5月25日
21622
+ /**
21623
+ * getProcess
21624
+ * @desc:获取选择流程
21625
+ * @author liufan
21626
+ * @date 2022年5月25日
21703
21627
  **/
21704
21628
  getProcess: function getProcess() {
21705
21629
  var _this25 = this;
@@ -21753,11 +21677,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21753
21677
  });
21754
21678
  },
21755
21679
 
21756
- /**
21757
- * getPendedhistoryList
21758
- * @desc:获取流程列表
21759
- * @author liufan
21760
- * @date 2022年5月25日
21680
+ /**
21681
+ * getPendedhistoryList
21682
+ * @desc:获取流程列表
21683
+ * @author liufan
21684
+ * @date 2022年5月25日
21761
21685
  **/
21762
21686
  getPendedhistoryList: function getPendedhistoryList() {
21763
21687
  var _this26 = this;
@@ -21789,12 +21713,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21789
21713
  },
21790
21714
 
21791
21715
  // 提交流程
21792
- /**
21793
- * subProcess
21794
- * @desc:提交流程
21795
- * @author liufan
21796
- * @param {String} formName 当前form表单ref值
21797
- * @date 2022年5月25日
21716
+ /**
21717
+ * subProcess
21718
+ * @desc:提交流程
21719
+ * @author liufan
21720
+ * @param {String} formName 当前form表单ref值
21721
+ * @date 2022年5月25日
21798
21722
  **/
21799
21723
  subProcess: function subProcess(val) {
21800
21724
  var _this27 = this;
@@ -24518,6 +24442,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24518
24442
  //
24519
24443
  //
24520
24444
  //
24445
+ //
24446
+ //
24447
+ //
24448
+ //
24449
+ //
24521
24450
 
24522
24451
 
24523
24452
 
@@ -24750,6 +24679,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24750
24679
  isAddSign: '', // 是否加签
24751
24680
  isRemoveSign: '', // 是否减签
24752
24681
  customLimitTime: '', //限时天数
24682
+ customLimitTimeText: '', //限时天数
24753
24683
  nextOperate: '', // 下步操作
24754
24684
  notificationMsg: '', // 通知信息
24755
24685
  addSignUserId: [], // 加签办理人
@@ -25374,11 +25304,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25374
25304
  });
25375
25305
  },
25376
25306
 
25377
- /**
25378
- * saveInfo
25379
- * @desc:暂存
25380
- * @author liufan
25381
- * @date 2022年9月9日
25307
+ /**
25308
+ * saveInfo
25309
+ * @desc:暂存
25310
+ * @author liufan
25311
+ * @date 2022年9月9日
25382
25312
  **/
25383
25313
  saveInfo: function saveInfo(type, btn) {
25384
25314
  var _this11 = this;
@@ -25440,11 +25370,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25440
25370
  });
25441
25371
  },
25442
25372
 
25443
- /**
25444
- * rejectBtn
25445
- * @desc:点击驳回
25446
- * @author liufan
25447
- * @date 2022年5月25日
25373
+ /**
25374
+ * rejectBtn
25375
+ * @desc:点击驳回
25376
+ * @author liufan
25377
+ * @date 2022年5月25日
25448
25378
  **/
25449
25379
  rejectBtn: function rejectBtn() {
25450
25380
  var _this13 = this;
@@ -25462,11 +25392,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25462
25392
  }
25463
25393
  },
25464
25394
 
25465
- /**
25466
- * taskReadBtn
25467
- * @desc:点击分阅
25468
- * @author liufan
25469
- * @date 2022年5月25日
25395
+ /**
25396
+ * taskReadBtn
25397
+ * @desc:点击分阅
25398
+ * @author liufan
25399
+ * @date 2022年5月25日
25470
25400
  **/
25471
25401
  taskReadBtn: function taskReadBtn() {
25472
25402
  var _this14 = this;
@@ -25485,11 +25415,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25485
25415
  }
25486
25416
  },
25487
25417
 
25488
- /**
25489
- * getFind
25490
- * @desc:获取通知方式
25491
- * @author liufan
25492
- * @date 2022年5月25日
25418
+ /**
25419
+ * getFind
25420
+ * @desc:获取通知方式
25421
+ * @author liufan
25422
+ * @date 2022年5月25日
25493
25423
  **/
25494
25424
  getFind: function getFind() {
25495
25425
  var _this15 = this;
@@ -25555,12 +25485,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25555
25485
  });
25556
25486
  },
25557
25487
 
25558
- /**
25559
- * endFlows
25560
- * @desc:直接办结
25561
- * @author liufan
25562
- * @param {Object} res 直接办结数据
25563
- * @date 2022年5月25日
25488
+ /**
25489
+ * endFlows
25490
+ * @desc:直接办结
25491
+ * @author liufan
25492
+ * @param {Object} res 直接办结数据
25493
+ * @date 2022年5月25日
25564
25494
  **/
25565
25495
  endFlows: function endFlows(res) {
25566
25496
  var _this17 = this;
@@ -25615,12 +25545,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25615
25545
  }).catch(function (e) {});
25616
25546
  },
25617
25547
 
25618
- /**
25619
- * goView
25620
- * @desc:更多流程按钮操作
25621
- * @author liufan
25622
- * @param {Object} res 当前点击操作按钮数据
25623
- * @date 2022年5月25日
25548
+ /**
25549
+ * goView
25550
+ * @desc:更多流程按钮操作
25551
+ * @author liufan
25552
+ * @param {Object} res 当前点击操作按钮数据
25553
+ * @date 2022年5月25日
25624
25554
  **/
25625
25555
  goView: function goView(res) {
25626
25556
  // 驳回并办结:rejectAndEndHtml
@@ -25705,11 +25635,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25705
25635
  // isCanStartSubFlow
25706
25636
  },
25707
25637
 
25708
- /**
25709
- * toTakeAdvice
25710
- * @desc:征求意见
25711
- * @author liufan
25712
- * @date 2022年9月29日
25638
+ /**
25639
+ * toTakeAdvice
25640
+ * @desc:征求意见
25641
+ * @author liufan
25642
+ * @date 2022年9月29日
25713
25643
  **/
25714
25644
  toTakeAdvice: function toTakeAdvice(res) {
25715
25645
  var _this19 = this;
@@ -25753,11 +25683,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25753
25683
  });
25754
25684
  },
25755
25685
 
25756
- /**
25757
- * toStartDraf
25758
- * @desc: 稿件递送、联合审核、复核
25759
- * @author liufan
25760
- * @date 2022年9月29日
25686
+ /**
25687
+ * toStartDraf
25688
+ * @desc: 稿件递送、联合审核、复核
25689
+ * @author liufan
25690
+ * @date 2022年9月29日
25761
25691
  **/
25762
25692
  toStartDraf: function toStartDraf(res) {
25763
25693
  var _this21 = this;
@@ -25771,11 +25701,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25771
25701
  }
25772
25702
  },
25773
25703
 
25774
- /**
25775
- * toSendMsg
25776
- * @desc:核稿通知
25777
- * @author liufan
25778
- * @date 2022年9月29日
25704
+ /**
25705
+ * toSendMsg
25706
+ * @desc:核稿通知
25707
+ * @author liufan
25708
+ * @date 2022年9月29日
25779
25709
  **/
25780
25710
  toSendMsg: function toSendMsg(res) {
25781
25711
  var _this22 = this;
@@ -25789,11 +25719,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25789
25719
  }
25790
25720
  },
25791
25721
 
25792
- /**
25793
- * toTaskReadAndEnd
25794
- * @desc:分阅并办结
25795
- * @author liufan
25796
- * @date 2022年9月29日
25722
+ /**
25723
+ * toTaskReadAndEnd
25724
+ * @desc:分阅并办结
25725
+ * @author liufan
25726
+ * @date 2022年9月29日
25797
25727
  **/
25798
25728
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25799
25729
  var _this23 = this;
@@ -25811,11 +25741,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25811
25741
  }
25812
25742
  },
25813
25743
 
25814
- /**
25815
- * rejectAndEnd
25816
- * @desc:驳回并办结
25817
- * @author liufan
25818
- * @date 2022年9月29日
25744
+ /**
25745
+ * rejectAndEnd
25746
+ * @desc:驳回并办结
25747
+ * @author liufan
25748
+ * @date 2022年9月29日
25819
25749
  **/
25820
25750
  rejectAndEnd: function rejectAndEnd(res) {
25821
25751
  var _this24 = this;
@@ -25871,11 +25801,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25871
25801
  });
25872
25802
  },
25873
25803
 
25874
- /**
25875
- * toTransfer
25876
- * @desc:转办
25877
- * @author liufan
25878
- * @date 2022年9月29日
25804
+ /**
25805
+ * toTransfer
25806
+ * @desc:转办
25807
+ * @author liufan
25808
+ * @date 2022年9月29日
25879
25809
  **/
25880
25810
  toTransfer: function toTransfer(res) {
25881
25811
  var _this26 = this;
@@ -25890,12 +25820,15 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25890
25820
  this.showTaskRead = true;
25891
25821
  }
25892
25822
  },
25823
+ handleChangeTime: function handleChangeTime(val) {
25824
+ this.nextNode.customLimitTime = val;
25825
+ },
25893
25826
 
25894
- /**
25895
- * getNodeInfo
25896
- * @desc:获取节点信息
25897
- * @author liufan
25898
- * @date 2022年5月25日
25827
+ /**
25828
+ * getNodeInfo
25829
+ * @desc:获取节点信息
25830
+ * @author liufan
25831
+ * @date 2022年5月25日
25899
25832
  **/
25900
25833
  getNodeInfo: function getNodeInfo() {
25901
25834
  var _this27 = this;
@@ -25918,7 +25851,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25918
25851
  _this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
25919
25852
  _this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
25920
25853
  if (_this27.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
25921
- _this27.nextNode.customLimitTime = data.nodeMoreInfo.defaultCustomLimitDays + '';
25854
+ _this27.nextNode.customLimitTime = _this27.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
25922
25855
  }
25923
25856
  data.otherOrgDisabledObjId && (_this27.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
25924
25857
  data.currentOrgDisabledObjId && (_this27.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -26002,12 +25935,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26002
25935
  });
26003
25936
  },
26004
25937
 
26005
- /**
26006
- * selecNext
26007
- * @desc:下步节点变化时更新数据
26008
- * @author liufan
26009
- * @param {String} val 当前选中值
26010
- * @date 2022年5月25日
25938
+ /**
25939
+ * selecNext
25940
+ * @desc:下步节点变化时更新数据
25941
+ * @author liufan
25942
+ * @param {String} val 当前选中值
25943
+ * @date 2022年5月25日
26011
25944
  **/
26012
25945
  selecNext: function selecNext(val, type, isDef) {
26013
25946
  var _this28 = this;
@@ -26139,11 +26072,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26139
26072
  this.getNodeInfo();
26140
26073
  },
26141
26074
 
26142
- /**
26143
- * isMultiple
26144
- * @desc:是否多选
26145
- * @author liufan
26146
- * @date 2022年9月13日
26075
+ /**
26076
+ * isMultiple
26077
+ * @desc:是否多选
26078
+ * @author liufan
26079
+ * @date 2022年9月13日
26147
26080
  **/
26148
26081
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26149
26082
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26175,11 +26108,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26175
26108
  }
26176
26109
  },
26177
26110
 
26178
- /**
26179
- * getHedInfo
26180
- * @desc:获取审核页面数据
26181
- * @author liufan
26182
- * @date 2022年5月25日
26111
+ /**
26112
+ * getHedInfo
26113
+ * @desc:获取审核页面数据
26114
+ * @author liufan
26115
+ * @date 2022年5月25日
26183
26116
  **/
26184
26117
  getHedInfo: function getHedInfo() {
26185
26118
  var _this29 = this;
@@ -26269,7 +26202,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26269
26202
  _this29.foreignOrgSelectorTabs.map(function (x, i) {
26270
26203
  _this29.foreignOrgSelectorParams[x] = {
26271
26204
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
26272
- nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
26205
+ nofilid: foreignOrgparams[i] == 'other' ? 1 : 0,
26206
+ roleid: _this29.circularReadParamsMap.circularReadOrgRoleCode || _this29.foreignOrgSelectorParams.roleid
26273
26207
  };
26274
26208
  });
26275
26209
  }
@@ -26478,13 +26412,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26478
26412
  });
26479
26413
  },
26480
26414
 
26481
- /**
26482
- * closeProcess
26483
- * @desc:关闭弹窗
26484
- * @author liufan
26485
- * @param {boolean} val 当前是否办理流程
26486
- * @param {String} type 当前点击的弹窗类型
26487
- * @date 2022年5月25日
26415
+ /**
26416
+ * closeProcess
26417
+ * @desc:关闭弹窗
26418
+ * @author liufan
26419
+ * @param {boolean} val 当前是否办理流程
26420
+ * @param {String} type 当前点击的弹窗类型
26421
+ * @date 2022年5月25日
26488
26422
  **/
26489
26423
  closeProcess: function closeProcess(val, type, closeParent) {
26490
26424
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26504,23 +26438,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26504
26438
  }
26505
26439
  },
26506
26440
 
26507
- /**
26508
- * selectChange
26509
- * @desc:常用语选择
26510
- * @author liufan
26511
- * @param {String} val 选中值
26512
- * @date 2022年5月25日
26441
+ /**
26442
+ * selectChange
26443
+ * @desc:常用语选择
26444
+ * @author liufan
26445
+ * @param {String} val 选中值
26446
+ * @date 2022年5月25日
26513
26447
  **/
26514
26448
  selectChange: function selectChange(val) {
26515
26449
  this.value = val;
26516
26450
  },
26517
26451
 
26518
- /**
26519
- * upDate
26520
- * @desc:修改常用语
26521
- * @author liufan
26522
- * @param {Object} val 修改值
26523
- * @date 2022年5月25日
26452
+ /**
26453
+ * upDate
26454
+ * @desc:修改常用语
26455
+ * @author liufan
26456
+ * @param {Object} val 修改值
26457
+ * @date 2022年5月25日
26524
26458
  **/
26525
26459
  upDate: function upDate(val) {
26526
26460
  this.FormData.id = val.id;
@@ -26528,11 +26462,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26528
26462
  },
26529
26463
 
26530
26464
 
26531
- /**
26532
- * getProcess
26533
- * @desc:获取选择流程
26534
- * @author liufan
26535
- * @date 2022年5月25日
26465
+ /**
26466
+ * getProcess
26467
+ * @desc:获取选择流程
26468
+ * @author liufan
26469
+ * @date 2022年5月25日
26536
26470
  **/
26537
26471
  getProcess: function getProcess(val) {
26538
26472
  var _this30 = this;
@@ -26592,11 +26526,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26592
26526
  });
26593
26527
  },
26594
26528
 
26595
- /**
26596
- * getPendedhistoryList
26597
- * @desc:获取流程列表
26598
- * @author liufan
26599
- * @date 2022年5月25日
26529
+ /**
26530
+ * getPendedhistoryList
26531
+ * @desc:获取流程列表
26532
+ * @author liufan
26533
+ * @date 2022年5月25日
26600
26534
  **/
26601
26535
  getPendedhistoryList: function getPendedhistoryList() {
26602
26536
  var _this31 = this;
@@ -26664,12 +26598,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26664
26598
  },
26665
26599
 
26666
26600
  // 提交流程
26667
- /**
26668
- * subProcess
26669
- * @desc:提交流程
26670
- * @author liufan
26671
- * @param {String} formName 当前form表单ref值
26672
- * @date 2022年5月25日
26601
+ /**
26602
+ * subProcess
26603
+ * @desc:提交流程
26604
+ * @author liufan
26605
+ * @param {String} formName 当前form表单ref值
26606
+ * @date 2022年5月25日
26673
26607
  **/
26674
26608
  subProcess: function subProcess(val, type) {
26675
26609
  var _this33 = this;
@@ -26783,7 +26717,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26783
26717
  switch (_context.prev = _context.next) {
26784
26718
  case 0:
26785
26719
  if (!valid) {
26786
- _context.next = 55;
26720
+ _context.next = 56;
26787
26721
  break;
26788
26722
  }
26789
26723
 
@@ -26887,6 +26821,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26887
26821
  });
26888
26822
 
26889
26823
  if (_this35.activeNames != '1') delete params.customPresetUserJson;
26824
+ delete params.customLimitTimeText;
26890
26825
  if (_this35.nextNode.isRemoveSign != '1') {
26891
26826
  delete params.removeSignUserId;
26892
26827
  }
@@ -26898,7 +26833,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26898
26833
  }
26899
26834
 
26900
26835
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
26901
- _context.next = 36;
26836
+ _context.next = 37;
26902
26837
  break;
26903
26838
  }
26904
26839
 
@@ -26906,7 +26841,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26906
26841
  _this35.taskParams = params;
26907
26842
  return _context.abrupt('return');
26908
26843
 
26909
- case 36:
26844
+ case 37:
26910
26845
  _this35.loading = util["a" /* default */].loading(_this35.$loading, '提交中...');
26911
26846
  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;
26912
26847
 
@@ -26946,10 +26881,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26946
26881
  }
26947
26882
  }));
26948
26883
 
26949
- case 55:
26884
+ case 56:
26950
26885
  return _context.abrupt('return', false);
26951
26886
 
26952
- case 56:
26887
+ case 57:
26953
26888
  case 'end':
26954
26889
  return _context.stop();
26955
26890
  }