eoss-ui 0.7.25 → 0.7.27

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 (253) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +976 -1018
  3. package/lib/flow-list.js +106 -88
  4. package/lib/flow.js +464 -532
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +146 -141
  7. package/lib/menu.js +6 -3
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/flow.css +1 -1
  10. package/lib/theme-chalk/index.css +1 -1
  11. package/lib/theme-chalk/main.css +1 -1
  12. package/lib/theme-chalk/menu.css +1 -1
  13. package/lib/theme-chalk/simplicity.css +1 -1
  14. package/package.json +160 -160
  15. package/packages/button/index.js +5 -5
  16. package/packages/button/src/main.vue +418 -418
  17. package/packages/button-group/index.js +5 -5
  18. package/packages/button-group/src/main.vue +346 -346
  19. package/packages/calendar/index.js +5 -5
  20. package/packages/calogin/index.js +5 -5
  21. package/packages/calogin/src/main.vue +412 -412
  22. package/packages/calogin/src/plugin.js +915 -915
  23. package/packages/card/index.js +5 -5
  24. package/packages/card/src/main.vue +156 -156
  25. package/packages/cascader/index.js +5 -5
  26. package/packages/cascader/src/main.vue +168 -168
  27. package/packages/checkbox-group/index.js +5 -5
  28. package/packages/checkbox-group/src/main.vue +333 -333
  29. package/packages/clients/index.js +5 -5
  30. package/packages/clients/src/main.vue +151 -151
  31. package/packages/data-table/index.js +5 -5
  32. package/packages/data-table/src/children.vue +39 -39
  33. package/packages/data-table/src/column.vue +988 -988
  34. package/packages/data-table/src/main.vue +1831 -1831
  35. package/packages/data-table/src/sizer.vue +195 -195
  36. package/packages/data-table-form/index.js +5 -5
  37. package/packages/data-table-form/src/checkbox.vue +101 -101
  38. package/packages/data-table-form/src/colgroup.vue +17 -17
  39. package/packages/data-table-form/src/main.vue +181 -181
  40. package/packages/data-table-form/src/radio.vue +65 -65
  41. package/packages/data-table-form/src/table.vue +233 -233
  42. package/packages/data-table-form/src/tbody.vue +336 -336
  43. package/packages/data-table-form/src/thead.vue +68 -68
  44. package/packages/date-picker/index.js +5 -5
  45. package/packages/date-picker/src/main.vue +236 -236
  46. package/packages/dialog/index.js +5 -5
  47. package/packages/enable-drag/index.js +5 -5
  48. package/packages/enterprise/index.js +5 -5
  49. package/packages/enterprise/src/main.vue +66 -66
  50. package/packages/error-page/index.js +5 -5
  51. package/packages/error-page/src/main.vue +44 -44
  52. package/packages/flow/index.js +5 -5
  53. package/packages/flow/src/component/Circulate.vue +413 -413
  54. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  55. package/packages/flow/src/component/CustomPreset.vue +322 -322
  56. package/packages/flow/src/component/FileList.vue +97 -97
  57. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  58. package/packages/flow/src/component/Preset.vue +255 -255
  59. package/packages/flow/src/component/SendMsg.vue +242 -242
  60. package/packages/flow/src/component/TimeLimit.vue +190 -190
  61. package/packages/flow/src/component/taskUnionExamine.vue +755 -738
  62. package/packages/flow/src/form.vue +121 -121
  63. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  64. package/packages/flow/src/main.vue +3854 -3843
  65. package/packages/flow/src/processForm.vue +1363 -1370
  66. package/packages/flow/src/processReject.vue +309 -308
  67. package/packages/flow/src/reset.vue +941 -941
  68. package/packages/flow/src/startTaskRead.vue +691 -691
  69. package/packages/flow/src/supervise.vue +159 -159
  70. package/packages/flow/src/table.vue +58 -58
  71. package/packages/flow-group/index.js +5 -5
  72. package/packages/flow-group/src/main.vue +717 -717
  73. package/packages/flow-list/index.js +5 -5
  74. package/packages/flow-list/src/main.vue +1787 -1770
  75. package/packages/form/index.js +5 -5
  76. package/packages/form/src/main.vue +3901 -3901
  77. package/packages/form/src/table.vue +1512 -1512
  78. package/packages/handle-user/index.js +5 -5
  79. package/packages/handle-user/src/main.vue +137 -137
  80. package/packages/handler/index.js +5 -5
  81. package/packages/handler/src/main.vue +496 -496
  82. package/packages/icon/index.js +5 -5
  83. package/packages/icon/src/main.vue +104 -104
  84. package/packages/icons/index.js +5 -5
  85. package/packages/icons/src/main.vue +81 -81
  86. package/packages/input/index.js +5 -5
  87. package/packages/input/src/main.vue +356 -356
  88. package/packages/input-number/index.js +5 -5
  89. package/packages/input-number/src/main.vue +106 -106
  90. package/packages/label/index.js +5 -5
  91. package/packages/label/src/main.vue +457 -457
  92. package/packages/layout/index.js +5 -5
  93. package/packages/layout/src/item.vue +152 -152
  94. package/packages/layout/src/main.vue +31 -31
  95. package/packages/login/index.js +5 -5
  96. package/packages/login/src/main.vue +2020 -2020
  97. package/packages/login/src/resetPassword.vue +557 -557
  98. package/packages/main/index.js +5 -5
  99. package/packages/main/src/default/message.vue +249 -249
  100. package/packages/main/src/default/notice.vue +157 -157
  101. package/packages/main/src/default/userinfo.vue +502 -502
  102. package/packages/main/src/public/online.vue +89 -89
  103. package/packages/main/src/public/search.vue +464 -464
  104. package/packages/main/src/public/settings.vue +221 -221
  105. package/packages/main/src/simplicity/apps.vue +388 -388
  106. package/packages/main/src/simplicity/avatar.vue +82 -82
  107. package/packages/main/src/simplicity/handler.vue +263 -263
  108. package/packages/main/src/simplicity/index.vue +2135 -2130
  109. package/packages/main/src/simplicity/lists.vue +84 -84
  110. package/packages/main/src/simplicity/menu-list.vue +135 -135
  111. package/packages/main/src/simplicity/message.vue +259 -259
  112. package/packages/main/src/simplicity/notice.vue +190 -190
  113. package/packages/main/src/simplicity/router-page.vue +45 -45
  114. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  115. package/packages/main/src/simplicity/user.vue +259 -259
  116. package/packages/main/src/simplicity/userinfo.vue +398 -398
  117. package/packages/menu/index.js +5 -5
  118. package/packages/menu/src/main.vue +596 -584
  119. package/packages/nav/index.js +5 -5
  120. package/packages/nav/src/main.vue +351 -351
  121. package/packages/notify/index.js +5 -5
  122. package/packages/notify/src/main.vue +538 -538
  123. package/packages/page/index.js +5 -5
  124. package/packages/page/src/main.vue +167 -167
  125. package/packages/pagination/index.js +5 -5
  126. package/packages/pagination/src/main.vue +96 -96
  127. package/packages/player/index.js +5 -5
  128. package/packages/player/src/main.vue +194 -194
  129. package/packages/qr-code/index.js +5 -5
  130. package/packages/qr-code/src/main.vue +170 -170
  131. package/packages/radio-group/index.js +6 -6
  132. package/packages/radio-group/src/main.vue +319 -319
  133. package/packages/retrial-auth/index.js +5 -5
  134. package/packages/retrial-auth/src/main.vue +280 -280
  135. package/packages/select/index.js +5 -5
  136. package/packages/select/src/main.vue +782 -782
  137. package/packages/select-ganged/index.js +5 -5
  138. package/packages/select-ganged/src/main.vue +724 -724
  139. package/packages/selector/index.js +5 -5
  140. package/packages/selector/src/main.vue +761 -761
  141. package/packages/selector-panel/index.js +5 -5
  142. package/packages/selector-panel/src/main.vue +1027 -1027
  143. package/packages/selector-panel/src/selection.vue +170 -170
  144. package/packages/selector-panel/src/tree.vue +129 -129
  145. package/packages/sizer/index.js +5 -5
  146. package/packages/sizer/src/main.vue +254 -254
  147. package/packages/steps/index.js +5 -5
  148. package/packages/steps/src/main.vue +181 -181
  149. package/packages/switch/index.js +5 -5
  150. package/packages/switch/src/main.vue +170 -170
  151. package/packages/table-form/index.js +5 -5
  152. package/packages/tabs/index.js +5 -5
  153. package/packages/tabs/src/main.vue +788 -788
  154. package/packages/tabs-panel/index.js +5 -5
  155. package/packages/tabs-panel/src/main.vue +29 -29
  156. package/packages/theme-chalk/lib/flow.css +1 -1
  157. package/packages/theme-chalk/lib/index.css +1 -1
  158. package/packages/theme-chalk/lib/main.css +1 -1
  159. package/packages/theme-chalk/lib/menu.css +1 -1
  160. package/packages/theme-chalk/lib/simplicity.css +1 -1
  161. package/packages/theme-chalk/src/base.scss +261 -261
  162. package/packages/theme-chalk/src/button-group.scss +176 -176
  163. package/packages/theme-chalk/src/button.scss +24 -24
  164. package/packages/theme-chalk/src/calendar.scss +113 -113
  165. package/packages/theme-chalk/src/card.scss +99 -99
  166. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  167. package/packages/theme-chalk/src/clients.scss +87 -87
  168. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  169. package/packages/theme-chalk/src/data-table.scss +293 -293
  170. package/packages/theme-chalk/src/date-picker.scss +7 -7
  171. package/packages/theme-chalk/src/dialog.scss +77 -77
  172. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  173. package/packages/theme-chalk/src/enterprise.scss +5 -5
  174. package/packages/theme-chalk/src/error-page.scss +18 -18
  175. package/packages/theme-chalk/src/flow-group.scss +110 -110
  176. package/packages/theme-chalk/src/flow-list.scss +39 -39
  177. package/packages/theme-chalk/src/flow.scss +351 -351
  178. package/packages/theme-chalk/src/form.scss +501 -501
  179. package/packages/theme-chalk/src/handle-user.scss +40 -40
  180. package/packages/theme-chalk/src/handler.scss +148 -148
  181. package/packages/theme-chalk/src/icon.scss +1817 -1817
  182. package/packages/theme-chalk/src/icons.scss +99 -99
  183. package/packages/theme-chalk/src/input.scss +9 -9
  184. package/packages/theme-chalk/src/label.scss +24 -24
  185. package/packages/theme-chalk/src/layout.scss +46 -46
  186. package/packages/theme-chalk/src/login.scss +987 -987
  187. package/packages/theme-chalk/src/main.scss +663 -663
  188. package/packages/theme-chalk/src/menu.scss +224 -222
  189. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  190. package/packages/theme-chalk/src/nav.scss +111 -111
  191. package/packages/theme-chalk/src/page.scss +3 -3
  192. package/packages/theme-chalk/src/pagination.scss +29 -29
  193. package/packages/theme-chalk/src/player.scss +9 -9
  194. package/packages/theme-chalk/src/qr-code.scss +17 -17
  195. package/packages/theme-chalk/src/radio-group.scss +9 -9
  196. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  197. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  198. package/packages/theme-chalk/src/select.scss +8 -8
  199. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  200. package/packages/theme-chalk/src/selector.scss +92 -92
  201. package/packages/theme-chalk/src/simplicity.scss +1370 -1366
  202. package/packages/theme-chalk/src/sizer.scss +36 -36
  203. package/packages/theme-chalk/src/steps.scss +88 -88
  204. package/packages/theme-chalk/src/switch.scss +3 -3
  205. package/packages/theme-chalk/src/table-form.scss +1 -1
  206. package/packages/theme-chalk/src/tabs.scss +87 -87
  207. package/packages/theme-chalk/src/tips.scss +7 -7
  208. package/packages/theme-chalk/src/toolbar.scss +179 -179
  209. package/packages/theme-chalk/src/tree-group.scss +72 -72
  210. package/packages/theme-chalk/src/tree.scss +165 -165
  211. package/packages/theme-chalk/src/upload.scss +172 -172
  212. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  213. package/packages/tips/index.js +5 -5
  214. package/packages/tips/src/main.vue +141 -141
  215. package/packages/toolbar/index.js +5 -5
  216. package/packages/toolbar/src/main.vue +430 -430
  217. package/packages/tree/index.js +5 -5
  218. package/packages/tree-group/index.js +5 -5
  219. package/packages/upload/index.js +5 -5
  220. package/packages/upload/src/main.vue +1343 -1343
  221. package/packages/upload/src/picture.js +15 -15
  222. package/packages/wujie/index.js +5 -5
  223. package/packages/wujie/src/main.vue +145 -145
  224. package/packages/wxlogin/index.js +5 -5
  225. package/packages/wxlogin/src/main.vue +128 -128
  226. package/src/config/api.js +315 -315
  227. package/src/config/image.js +2 -2
  228. package/src/index.js +163 -163
  229. package/src/utils/bus.js +3 -3
  230. package/src/utils/date-util.js +312 -312
  231. package/src/utils/http.js +50 -50
  232. package/src/utils/rules.js +18 -18
  233. package/src/utils/store.js +21 -21
  234. package/src/utils/webSocket.js +107 -107
  235. package/packages/.DS_Store +0 -0
  236. package/packages/calogin/.DS_Store +0 -0
  237. package/packages/date-picker/.DS_Store +0 -0
  238. package/packages/date-picker/src/.DS_Store +0 -0
  239. package/packages/flow/.DS_Store +0 -0
  240. package/packages/flow/src/.DS_Store +0 -0
  241. package/packages/flow-list/.DS_Store +0 -0
  242. package/packages/form/.DS_Store +0 -0
  243. package/packages/login/.DS_Store +0 -0
  244. package/packages/main/.DS_Store +0 -0
  245. package/packages/main/src/.DS_Store +0 -0
  246. package/packages/menu/.DS_Store +0 -0
  247. package/packages/select/.DS_Store +0 -0
  248. package/packages/selector/.DS_Store +0 -0
  249. package/packages/selector-panel/.DS_Store +0 -0
  250. package/packages/theme-chalk/src/.DS_Store +0 -0
  251. package/packages/upload/.DS_Store +0 -0
  252. package/src/.DS_Store +0 -0
  253. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4624,7 +4624,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4624
4624
  // ESM COMPAT FLAG
4625
4625
  __webpack_require__.r(__webpack_exports__);
4626
4626
 
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=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&
4628
4628
  var render = function () {
4629
4629
  var _vm = this
4630
4630
  var _h = _vm.$createElement
@@ -6207,98 +6207,72 @@ var render = function () {
6207
6207
  },
6208
6208
  },
6209
6209
  [
6210
- _c(
6211
- "el-input",
6212
- {
6213
- staticClass:
6214
- "input-with-select custom-limit-time",
6215
- attrs: {
6216
- placeholder:
6217
- "请输入限时办理的天数",
6218
- },
6219
- on: {
6220
- change:
6221
- _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
+ )
6222
6238
  },
6223
- model: {
6224
- value:
6225
- _vm.nextNode
6226
- .customLimitTime,
6227
- 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",
6228
6269
  $$v
6229
- ) {
6230
- _vm.$set(
6231
- _vm.nextNode,
6232
- "customLimitTime",
6233
- $$v
6234
- )
6235
- },
6236
- expression:
6237
- "nextNode.customLimitTime",
6270
+ )
6238
6271
  },
6272
+ expression:
6273
+ "nextNode.customLimitTime",
6239
6274
  },
6240
- [
6241
- !_vm.showCustomLimitTimeText
6242
- ? _c("es-select", {
6243
- attrs: {
6244
- slot: "prepend",
6245
- placeholder:
6246
- "请选择",
6247
- sysCode:
6248
- "bpm_custom_limit_time",
6249
- },
6250
- slot: "prepend",
6251
- model: {
6252
- value:
6253
- _vm.nextNode
6254
- .customLimitTime,
6255
- callback:
6256
- function (
6257
- $$v
6258
- ) {
6259
- _vm.$set(
6260
- _vm.nextNode,
6261
- "customLimitTime",
6262
- $$v
6263
- )
6264
- },
6265
- expression:
6266
- "nextNode.customLimitTime",
6267
- },
6268
- })
6269
- : _vm._e(),
6270
- _c(
6271
- "es-button",
6272
- {
6273
- attrs: {
6274
- slot: "append",
6275
- type: "primary",
6276
- },
6277
- on: {
6278
- click:
6279
- function () {
6280
- _vm.nextNode.customLimitTime =
6281
- ""
6282
- _vm.showCustomLimitTimeText =
6283
- !_vm.showCustomLimitTimeText
6284
- },
6285
- },
6286
- slot: "append",
6287
- },
6288
- [
6289
- _vm._v(
6290
- "切换" +
6291
- _vm._s(
6292
- _vm.showCustomLimitTimeText
6293
- ? "选择框"
6294
- : "文本框"
6295
- )
6296
- ),
6297
- ]
6298
- ),
6299
- ],
6300
- 1
6301
- ),
6275
+ }),
6302
6276
  ],
6303
6277
  1
6304
6278
  )
@@ -7546,7 +7520,7 @@ var staticRenderFns = []
7546
7520
  render._withStripped = true
7547
7521
 
7548
7522
 
7549
- // 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&
7550
7524
 
7551
7525
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7552
7526
  var regenerator_ = __webpack_require__(4);
@@ -8406,21 +8380,21 @@ var _components;
8406
8380
  return validSate;
8407
8381
  },
8408
8382
 
8409
- /**
8410
- * changeOpinion
8411
- * @desc:监听意见变化
8412
- * @author liufan
8413
- * @date 2022年10月28日
8383
+ /**
8384
+ * changeOpinion
8385
+ * @desc:监听意见变化
8386
+ * @author liufan
8387
+ * @date 2022年10月28日
8414
8388
  **/
8415
8389
  changeOpinion: function changeOpinion() {
8416
8390
  this.$emit('change', this.form.value);
8417
8391
  },
8418
8392
 
8419
- /**
8420
- * getCommonOpion
8421
- * @desc:获取意见
8422
- * @author liufan
8423
- * @date 2022年5月25日
8393
+ /**
8394
+ * getCommonOpion
8395
+ * @desc:获取意见
8396
+ * @author liufan
8397
+ * @date 2022年5月25日
8424
8398
  **/
8425
8399
  getCommonOpion: function getCommonOpion() {
8426
8400
  var _this = this;
@@ -8449,24 +8423,24 @@ var _components;
8449
8423
  });
8450
8424
  },
8451
8425
 
8452
- /**
8453
- * upDate
8454
- * @desc:修改常用语
8455
- * @author liufan
8456
- * @param {Object} val 修改值
8457
- * @date 2022年5月25日
8426
+ /**
8427
+ * upDate
8428
+ * @desc:修改常用语
8429
+ * @author liufan
8430
+ * @param {Object} val 修改值
8431
+ * @date 2022年5月25日
8458
8432
  **/
8459
8433
  upDate: function upDate(val) {
8460
8434
  this.FormData.id = val.id;
8461
8435
  this.addVisible = true;
8462
8436
  },
8463
8437
 
8464
- /**
8465
- * selectChange
8466
- * @desc:常用语选择
8467
- * @author liufan
8468
- * @param {String} val 选中值
8469
- * @date 2022年5月25日
8438
+ /**
8439
+ * selectChange
8440
+ * @desc:常用语选择
8441
+ * @author liufan
8442
+ * @param {String} val 选中值
8443
+ * @date 2022年5月25日
8470
8444
  **/
8471
8445
  selectChange: function selectChange(val) {
8472
8446
  var _this2 = this;
@@ -8485,12 +8459,12 @@ var _components;
8485
8459
  });
8486
8460
  },
8487
8461
 
8488
- /**
8489
- * del
8490
- * @desc:删除常用语
8491
- * @author liufan
8492
- * @param {Object} val 删除的数据
8493
- * @date 2022年5月25日
8462
+ /**
8463
+ * del
8464
+ * @desc:删除常用语
8465
+ * @author liufan
8466
+ * @param {Object} val 删除的数据
8467
+ * @date 2022年5月25日
8494
8468
  **/
8495
8469
  del: function del(val) {
8496
8470
  var _this3 = this;
@@ -8532,12 +8506,12 @@ var _components;
8532
8506
  }).catch(function (e) {});
8533
8507
  },
8534
8508
 
8535
- /**
8536
- * submit
8537
- * @desc:新增/编辑意见保存
8538
- * @author liufan
8539
- * @param {Object} val 保存数据
8540
- * @date 2022年5月25日
8509
+ /**
8510
+ * submit
8511
+ * @desc:新增/编辑意见保存
8512
+ * @author liufan
8513
+ * @param {Object} val 保存数据
8514
+ * @date 2022年5月25日
8541
8515
  **/
8542
8516
  submit: function submit(val) {
8543
8517
  var _this4 = this;
@@ -8602,8 +8576,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8602
8576
  )
8603
8577
 
8604
8578
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8605
- // 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&
8606
- 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 () {
8607
8581
  var _vm = this
8608
8582
  var _h = _vm.$createElement
8609
8583
  var _c = _vm._self._c || _h
@@ -9004,69 +8978,37 @@ var processFormvue_type_template_id_46843512_render = function () {
9004
8978
  },
9005
8979
  },
9006
8980
  [
9007
- _c(
9008
- "el-input",
9009
- {
9010
- staticClass: "input-with-select custom-limit-time",
9011
- attrs: { placeholder: "请输入限时办理的天数" },
9012
- on: { change: _vm.changeCustomLimitTime },
9013
- model: {
9014
- value: _vm.nextNode.customLimitTime,
9015
- callback: function ($$v) {
9016
- _vm.$set(_vm.nextNode, "customLimitTime", $$v)
9017
- },
9018
- 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)
9019
8995
  },
8996
+ expression: "nextNode.customLimitTimeText",
9020
8997
  },
9021
- [
9022
- !_vm.showCustomLimitTimeText
9023
- ? _c("es-select", {
9024
- attrs: {
9025
- slot: "prepend",
9026
- placeholder: "请选择",
9027
- sysCode: "bpm_custom_limit_time",
9028
- },
9029
- slot: "prepend",
9030
- model: {
9031
- value: _vm.nextNode.customLimitTime,
9032
- callback: function ($$v) {
9033
- _vm.$set(
9034
- _vm.nextNode,
9035
- "customLimitTime",
9036
- $$v
9037
- )
9038
- },
9039
- expression: "nextNode.customLimitTime",
9040
- },
9041
- })
9042
- : _vm._e(),
9043
- _c(
9044
- "es-button",
9045
- {
9046
- attrs: { slot: "append", type: "primary" },
9047
- on: {
9048
- click: function () {
9049
- _vm.nextNode.customLimitTime = ""
9050
- _vm.showCustomLimitTimeText =
9051
- !_vm.showCustomLimitTimeText
9052
- },
9053
- },
9054
- slot: "append",
9055
- },
9056
- [
9057
- _vm._v(
9058
- "切换" +
9059
- _vm._s(
9060
- _vm.showCustomLimitTimeText
9061
- ? "选择框"
9062
- : "文本框"
9063
- )
9064
- ),
9065
- ]
9066
- ),
9067
- ],
9068
- 1
9069
- ),
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
+ }),
9070
9012
  ],
9071
9013
  1
9072
9014
  )
@@ -9382,11 +9324,11 @@ var processFormvue_type_template_id_46843512_render = function () {
9382
9324
  1
9383
9325
  )
9384
9326
  }
9385
- var processFormvue_type_template_id_46843512_staticRenderFns = []
9386
- 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
9387
9329
 
9388
9330
 
9389
- // 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&
9390
9332
 
9391
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&
9392
9334
  var selectUservue_type_template_id_4750588e_render = function () {
@@ -11266,17 +11208,6 @@ var processFormvue_type_script_lang_js_components;
11266
11208
  //
11267
11209
  //
11268
11210
  //
11269
- //
11270
- //
11271
- //
11272
- //
11273
- //
11274
- //
11275
- //
11276
- //
11277
- //
11278
- //
11279
- //
11280
11211
 
11281
11212
 
11282
11213
 
@@ -11430,6 +11361,7 @@ var processFormvue_type_script_lang_js_components;
11430
11361
  nextNode: {
11431
11362
  nodeName: '',
11432
11363
  customLimitTime: '',
11364
+ customLimitTimeText: '',
11433
11365
  newOpinion: '',
11434
11366
  countersignaturetypeText: '',
11435
11367
  nextNode: '',
@@ -11535,6 +11467,9 @@ var processFormvue_type_script_lang_js_components;
11535
11467
  },
11536
11468
 
11537
11469
  methods: {
11470
+ handleChangeTime: function handleChangeTime(val) {
11471
+ this.nextNode.customLimitTime = val;
11472
+ },
11538
11473
  limitTimevalidate: function limitTimevalidate() {
11539
11474
  var validSate = true;
11540
11475
  this.$refs.nextNode.validate(function (valid) {
@@ -11806,7 +11741,7 @@ var processFormvue_type_script_lang_js_components;
11806
11741
  _this5.$message.warning('请选择或输入限时办理的天数');
11807
11742
  _this5.nextNode.customLimitTime = '';
11808
11743
  return;
11809
- } else if (!Number(customLimitTime) || val.indexOf('.') != -1 || Number(customLimitTime) < 0) {
11744
+ } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
11810
11745
  _this5.$message.warning('请输入正确的天数');
11811
11746
  _this5.nextNode.customLimitTime = '';
11812
11747
  return;
@@ -12017,11 +11952,11 @@ var processFormvue_type_script_lang_js_components;
12017
11952
  });
12018
11953
  },
12019
11954
 
12020
- /**
12021
- * isMultiple
12022
- * @desc:是否多选
12023
- * @author liufan
12024
- * @date 2022年9月13日
11955
+ /**
11956
+ * isMultiple
11957
+ * @desc:是否多选
11958
+ * @author liufan
11959
+ * @date 2022年9月13日
12025
11960
  **/
12026
11961
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12027
11962
  var multiple = false;
@@ -12183,8 +12118,8 @@ var processFormvue_type_script_lang_js_components;
12183
12118
 
12184
12119
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12185
12120
  src_processFormvue_type_script_lang_js_,
12186
- processFormvue_type_template_id_46843512_render,
12187
- processFormvue_type_template_id_46843512_staticRenderFns,
12121
+ processFormvue_type_template_id_a8d066e4_render,
12122
+ processFormvue_type_template_id_a8d066e4_staticRenderFns,
12188
12123
  false,
12189
12124
  null,
12190
12125
  null,
@@ -13081,8 +13016,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
13081
13016
  )
13082
13017
 
13083
13018
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
13084
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
13085
- var processRejectvue_type_template_id_a73fd96a_render = function () {
13019
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=65914be1&
13020
+ var processRejectvue_type_template_id_65914be1_render = function () {
13086
13021
  var _vm = this
13087
13022
  var _h = _vm.$createElement
13088
13023
  var _c = _vm._self._c || _h
@@ -13316,11 +13251,11 @@ var processRejectvue_type_template_id_a73fd96a_render = function () {
13316
13251
  1
13317
13252
  )
13318
13253
  }
13319
- var processRejectvue_type_template_id_a73fd96a_staticRenderFns = []
13320
- processRejectvue_type_template_id_a73fd96a_render._withStripped = true
13254
+ var processRejectvue_type_template_id_65914be1_staticRenderFns = []
13255
+ processRejectvue_type_template_id_65914be1_render._withStripped = true
13321
13256
 
13322
13257
 
13323
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
13258
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=65914be1&
13324
13259
 
13325
13260
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
13326
13261
  //
@@ -13484,6 +13419,7 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
13484
13419
  if (status === 'success') {
13485
13420
  _this.nextNode.noticeList = data;
13486
13421
  }
13422
+ _this.getFind();
13487
13423
  }).catch(function (err) {
13488
13424
  _this.loading = false;
13489
13425
  if (err.message && err.message !== 'canceled') {
@@ -13623,7 +13559,6 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
13623
13559
  _this4.$message.error(err.message);
13624
13560
  }
13625
13561
  });
13626
- this.getFind();
13627
13562
  }
13628
13563
  }
13629
13564
  });
@@ -13639,8 +13574,8 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
13639
13574
 
13640
13575
  var processReject_component = Object(componentNormalizer["a" /* default */])(
13641
13576
  src_processRejectvue_type_script_lang_js_,
13642
- processRejectvue_type_template_id_a73fd96a_render,
13643
- processRejectvue_type_template_id_a73fd96a_staticRenderFns,
13577
+ processRejectvue_type_template_id_65914be1_render,
13578
+ processRejectvue_type_template_id_65914be1_staticRenderFns,
13644
13579
  false,
13645
13580
  null,
13646
13581
  null,
@@ -16064,11 +15999,11 @@ var resetvue_type_script_lang_js_components;
16064
15999
  });
16065
16000
  },
16066
16001
 
16067
- /**
16068
- * isMultiple
16069
- * @desc:是否多选
16070
- * @author liufan
16071
- * @date 2022年9月13日
16002
+ /**
16003
+ * isMultiple
16004
+ * @desc:是否多选
16005
+ * @author liufan
16006
+ * @date 2022年9月13日
16072
16007
  **/
16073
16008
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16074
16009
  var multiple = false;
@@ -16212,8 +16147,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
16212
16147
  )
16213
16148
 
16214
16149
  /* harmony default export */ var src_reset = (reset_component.exports);
16215
- // 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&
16216
- 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 () {
16217
16152
  var _vm = this
16218
16153
  var _h = _vm.$createElement
16219
16154
  var _c = _vm._self._c || _h
@@ -16369,64 +16304,36 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
16369
16304
  "el-form-item",
16370
16305
  { attrs: { prop: "customLimitTime", label: "限时办理" } },
16371
16306
  [
16372
- _c(
16373
- "el-input",
16374
- {
16375
- staticClass: "input-with-select custom-limit-time",
16376
- attrs: { placeholder: "请输入限时办理的天数" },
16377
- model: {
16378
- value: _vm.infoList.customLimitTime,
16379
- callback: function ($$v) {
16380
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
16381
- },
16382
- 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)
16383
16321
  },
16322
+ expression: "infoList.customLimitTimeText",
16384
16323
  },
16385
- [
16386
- !_vm.showCustomLimitTimeText
16387
- ? _c("es-select", {
16388
- attrs: {
16389
- slot: "prepend",
16390
- placeholder: "请选择",
16391
- sysCode: "bpm_custom_limit_time",
16392
- },
16393
- slot: "prepend",
16394
- model: {
16395
- value: _vm.infoList.customLimitTime,
16396
- callback: function ($$v) {
16397
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
16398
- },
16399
- expression: "infoList.customLimitTime",
16400
- },
16401
- })
16402
- : _vm._e(),
16403
- _c(
16404
- "es-button",
16405
- {
16406
- attrs: { slot: "append", type: "primary" },
16407
- on: {
16408
- click: function () {
16409
- _vm.infoList.customLimitTime = ""
16410
- _vm.showCustomLimitTimeText =
16411
- !_vm.showCustomLimitTimeText
16412
- },
16413
- },
16414
- slot: "append",
16415
- },
16416
- [
16417
- _vm._v(
16418
- "切换" +
16419
- _vm._s(
16420
- _vm.showCustomLimitTimeText
16421
- ? "选择框"
16422
- : "文本框"
16423
- )
16424
- ),
16425
- ]
16426
- ),
16427
- ],
16428
- 1
16429
- ),
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
+ }),
16430
16337
  ],
16431
16338
  1
16432
16339
  )
@@ -16546,11 +16453,11 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
16546
16453
  1
16547
16454
  )
16548
16455
  }
16549
- var taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns = []
16550
- 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
16551
16458
 
16552
16459
 
16553
- // 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&
16554
16461
 
16555
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&
16556
16463
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -16723,6 +16630,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
16723
16630
  //
16724
16631
  //
16725
16632
  //
16633
+ //
16634
+ //
16635
+ //
16726
16636
 
16727
16637
 
16728
16638
 
@@ -16763,7 +16673,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
16763
16673
  noticeList: [],
16764
16674
  noticeInfo: '',
16765
16675
  opinion: '',
16766
- customLimitTime: ''
16676
+ customLimitTime: '',
16677
+ customLimitTimeText: ''
16767
16678
  },
16768
16679
  onlyName: '',
16769
16680
  unionSealData: [],
@@ -16797,7 +16708,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
16797
16708
  required: this.enableCustomLimitTimeSetting,
16798
16709
  message: this.showCustomLimitTimeText ? '请输入限时办理天数' : '请选择限时办理天数',
16799
16710
  trigger: 'blur'
16800
- }, { required: this.enableCustomLimitTimeSetting, validator: this.checkCustomLimitTime, trigger: 'change' }]
16711
+ }, {
16712
+ required: this.enableCustomLimitTimeSetting,
16713
+ validator: this.checkCustomLimitTime,
16714
+ trigger: 'change'
16715
+ }]
16801
16716
  };
16802
16717
  }
16803
16718
  },
@@ -16812,6 +16727,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
16812
16727
  },
16813
16728
 
16814
16729
  methods: {
16730
+ handleChangeTime: function handleChangeTime(val) {
16731
+ this.infoList.customLimitTime = val;
16732
+ },
16815
16733
  validate: function validate() {
16816
16734
  var validSate = true;
16817
16735
  this.$refs.infoList.validate(function (valid) {
@@ -16955,7 +16873,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16955
16873
  }
16956
16874
  _this3.enableCustomLimitTimeSetting = enableCustomLimitTimeSetting;
16957
16875
  if (_this3.enableCustomLimitTimeSetting && defaultCustomLimitDays) {
16958
- _this3.infoList.customLimitTime = defaultCustomLimitDays + '';
16876
+ _this3.infoList.customLimitTime = _this3.infoList.customLimitTimeText = defaultCustomLimitDays + '';
16959
16877
  }
16960
16878
  if (res.data.customizedConfig) {
16961
16879
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -16978,7 +16896,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
16978
16896
  _this3.foreignOrgTabs = res.data.customizedConfig.foreignOrgSelectorItemList.split(',');
16979
16897
  var _param = res.data.customizedConfig.foreignOrgSelectorRangeList.split(',');
16980
16898
  _this3.foreignOrgTabs.map(function (x, i) {
16981
- _this3.otherParams[x] = { filid: _param[i] };
16899
+ _this3.otherParams[x] = {
16900
+ filid: _param[i],
16901
+ roleid: _this3.selectorParams.roleid
16902
+ };
16982
16903
  });
16983
16904
  }
16984
16905
  }
@@ -17228,8 +17149,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
17228
17149
 
17229
17150
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17230
17151
  component_taskUnionExaminevue_type_script_lang_js_,
17231
- taskUnionExaminevue_type_template_id_6dd739cc_render,
17232
- taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns,
17152
+ taskUnionExaminevue_type_template_id_78ed4fb8_render,
17153
+ taskUnionExaminevue_type_template_id_78ed4fb8_staticRenderFns,
17233
17154
  false,
17234
17155
  null,
17235
17156
  null,
@@ -20654,11 +20575,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20654
20575
  });
20655
20576
  },
20656
20577
 
20657
- /**
20658
- * saveInfo
20659
- * @desc:暂存
20660
- * @author liufan
20661
- * @date 2022年9月9日
20578
+ /**
20579
+ * saveInfo
20580
+ * @desc:暂存
20581
+ * @author liufan
20582
+ * @date 2022年9月9日
20662
20583
  **/
20663
20584
  saveInfo: function saveInfo(type, btn) {
20664
20585
  var _this6 = this;
@@ -20720,11 +20641,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20720
20641
  });
20721
20642
  },
20722
20643
 
20723
- /**
20724
- * rejectBtn
20725
- * @desc:点击驳回
20726
- * @author liufan
20727
- * @date 2022年5月25日
20644
+ /**
20645
+ * rejectBtn
20646
+ * @desc:点击驳回
20647
+ * @author liufan
20648
+ * @date 2022年5月25日
20728
20649
  **/
20729
20650
  rejectBtn: function rejectBtn() {
20730
20651
  var _this8 = this;
@@ -20742,11 +20663,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20742
20663
  }
20743
20664
  },
20744
20665
 
20745
- /**
20746
- * taskReadBtn
20747
- * @desc:点击分阅
20748
- * @author liufan
20749
- * @date 2022年5月25日
20666
+ /**
20667
+ * taskReadBtn
20668
+ * @desc:点击分阅
20669
+ * @author liufan
20670
+ * @date 2022年5月25日
20750
20671
  **/
20751
20672
  taskReadBtn: function taskReadBtn() {
20752
20673
  var _this9 = this;
@@ -20765,11 +20686,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20765
20686
  }
20766
20687
  },
20767
20688
 
20768
- /**
20769
- * getFind
20770
- * @desc:获取通知方式
20771
- * @author liufan
20772
- * @date 2022年5月25日
20689
+ /**
20690
+ * getFind
20691
+ * @desc:获取通知方式
20692
+ * @author liufan
20693
+ * @date 2022年5月25日
20773
20694
  **/
20774
20695
  getFind: function getFind() {
20775
20696
  var _this10 = this;
@@ -20824,12 +20745,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20824
20745
  });
20825
20746
  },
20826
20747
 
20827
- /**
20828
- * endFlows
20829
- * @desc:直接办结
20830
- * @author liufan
20831
- * @param {Object} res 直接办结数据
20832
- * @date 2022年5月25日
20748
+ /**
20749
+ * endFlows
20750
+ * @desc:直接办结
20751
+ * @author liufan
20752
+ * @param {Object} res 直接办结数据
20753
+ * @date 2022年5月25日
20833
20754
  **/
20834
20755
  endFlows: function endFlows(res) {
20835
20756
  var _this12 = this;
@@ -20883,12 +20804,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20883
20804
  }).catch(function (e) {});
20884
20805
  },
20885
20806
 
20886
- /**
20887
- * goView
20888
- * @desc:更多流程按钮操作
20889
- * @author liufan
20890
- * @param {Object} res 当前点击操作按钮数据
20891
- * @date 2022年5月25日
20807
+ /**
20808
+ * goView
20809
+ * @desc:更多流程按钮操作
20810
+ * @author liufan
20811
+ * @param {Object} res 当前点击操作按钮数据
20812
+ * @date 2022年5月25日
20892
20813
  **/
20893
20814
  goView: function goView(res) {
20894
20815
  // 驳回并办结:rejectAndEndHtml
@@ -20973,11 +20894,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20973
20894
  // isCanStartSubFlow
20974
20895
  },
20975
20896
 
20976
- /**
20977
- * toTakeAdvice
20978
- * @desc:征求意见
20979
- * @author liufan
20980
- * @date 2022年9月29日
20897
+ /**
20898
+ * toTakeAdvice
20899
+ * @desc:征求意见
20900
+ * @author liufan
20901
+ * @date 2022年9月29日
20981
20902
  **/
20982
20903
  toTakeAdvice: function toTakeAdvice(res) {
20983
20904
  var _this14 = this;
@@ -21021,11 +20942,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21021
20942
  });
21022
20943
  },
21023
20944
 
21024
- /**
21025
- * toStartDraf
21026
- * @desc: 稿件递送、联合审核、复核
21027
- * @author liufan
21028
- * @date 2022年9月29日
20945
+ /**
20946
+ * toStartDraf
20947
+ * @desc: 稿件递送、联合审核、复核
20948
+ * @author liufan
20949
+ * @date 2022年9月29日
21029
20950
  **/
21030
20951
  toStartDraf: function toStartDraf(res) {
21031
20952
  var _this16 = this;
@@ -21039,11 +20960,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21039
20960
  }
21040
20961
  },
21041
20962
 
21042
- /**
21043
- * toSendMsg
21044
- * @desc:核稿通知
21045
- * @author liufan
21046
- * @date 2022年9月29日
20963
+ /**
20964
+ * toSendMsg
20965
+ * @desc:核稿通知
20966
+ * @author liufan
20967
+ * @date 2022年9月29日
21047
20968
  **/
21048
20969
  toSendMsg: function toSendMsg(res) {
21049
20970
  var _this17 = this;
@@ -21057,11 +20978,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21057
20978
  }
21058
20979
  },
21059
20980
 
21060
- /**
21061
- * toTaskReadAndEnd
21062
- * @desc:分阅并办结
21063
- * @author liufan
21064
- * @date 2022年9月29日
20981
+ /**
20982
+ * toTaskReadAndEnd
20983
+ * @desc:分阅并办结
20984
+ * @author liufan
20985
+ * @date 2022年9月29日
21065
20986
  **/
21066
20987
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21067
20988
  var _this18 = this;
@@ -21079,11 +21000,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21079
21000
  }
21080
21001
  },
21081
21002
 
21082
- /**
21083
- * rejectAndEnd
21084
- * @desc:驳回并办结
21085
- * @author liufan
21086
- * @date 2022年9月29日
21003
+ /**
21004
+ * rejectAndEnd
21005
+ * @desc:驳回并办结
21006
+ * @author liufan
21007
+ * @date 2022年9月29日
21087
21008
  **/
21088
21009
  rejectAndEnd: function rejectAndEnd(res) {
21089
21010
  var _this19 = this;
@@ -21138,11 +21059,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21138
21059
  });
21139
21060
  },
21140
21061
 
21141
- /**
21142
- * toTransfer
21143
- * @desc:转办
21144
- * @author liufan
21145
- * @date 2022年9月29日
21062
+ /**
21063
+ * toTransfer
21064
+ * @desc:转办
21065
+ * @author liufan
21066
+ * @date 2022年9月29日
21146
21067
  **/
21147
21068
  toTransfer: function toTransfer(res) {
21148
21069
  var _this21 = this;
@@ -21158,11 +21079,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21158
21079
  }
21159
21080
  },
21160
21081
 
21161
- /**
21162
- * getNodeInfo
21163
- * @desc:获取节点信息
21164
- * @author liufan
21165
- * @date 2022年5月25日
21082
+ /**
21083
+ * getNodeInfo
21084
+ * @desc:获取节点信息
21085
+ * @author liufan
21086
+ * @date 2022年5月25日
21166
21087
  **/
21167
21088
  getNodeInfo: function getNodeInfo() {
21168
21089
  var _this22 = this;
@@ -21261,12 +21182,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21261
21182
  });
21262
21183
  },
21263
21184
 
21264
- /**
21265
- * selecNext
21266
- * @desc:下步节点变化时更新数据
21267
- * @author liufan
21268
- * @param {String} val 当前选中值
21269
- * @date 2022年5月25日
21185
+ /**
21186
+ * selecNext
21187
+ * @desc:下步节点变化时更新数据
21188
+ * @author liufan
21189
+ * @param {String} val 当前选中值
21190
+ * @date 2022年5月25日
21270
21191
  **/
21271
21192
  selecNext: function selecNext(val, type, isDef) {
21272
21193
  var _this23 = this;
@@ -21375,11 +21296,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21375
21296
  if (isDef !== true) this.getNodeInfo();
21376
21297
  },
21377
21298
 
21378
- /**
21379
- * isMultiple
21380
- * @desc:是否多选
21381
- * @author liufan
21382
- * @date 2022年9月13日
21299
+ /**
21300
+ * isMultiple
21301
+ * @desc:是否多选
21302
+ * @author liufan
21303
+ * @date 2022年9月13日
21383
21304
  **/
21384
21305
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21385
21306
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21411,11 +21332,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21411
21332
  }
21412
21333
  },
21413
21334
 
21414
- /**
21415
- * getHedInfo
21416
- * @desc:获取审核页面数据
21417
- * @author liufan
21418
- * @date 2022年5月25日
21335
+ /**
21336
+ * getHedInfo
21337
+ * @desc:获取审核页面数据
21338
+ * @author liufan
21339
+ * @date 2022年5月25日
21419
21340
  **/
21420
21341
  getHedInfo: function getHedInfo() {
21421
21342
  var _this24 = this;
@@ -21651,13 +21572,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21651
21572
  });
21652
21573
  },
21653
21574
 
21654
- /**
21655
- * closeProcess
21656
- * @desc:关闭弹窗
21657
- * @author liufan
21658
- * @param {boolean} val 当前是否办理流程
21659
- * @param {String} type 当前点击的弹窗类型
21660
- * @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日
21661
21582
  **/
21662
21583
  closeProcess: function closeProcess(val, type, closeParent) {
21663
21584
  if (closeParent) {
@@ -21674,23 +21595,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21674
21595
  }
21675
21596
  },
21676
21597
 
21677
- /**
21678
- * selectChange
21679
- * @desc:常用语选择
21680
- * @author liufan
21681
- * @param {String} val 选中值
21682
- * @date 2022年5月25日
21598
+ /**
21599
+ * selectChange
21600
+ * @desc:常用语选择
21601
+ * @author liufan
21602
+ * @param {String} val 选中值
21603
+ * @date 2022年5月25日
21683
21604
  **/
21684
21605
  selectChange: function selectChange(val) {
21685
21606
  this.value = val;
21686
21607
  },
21687
21608
 
21688
- /**
21689
- * upDate
21690
- * @desc:修改常用语
21691
- * @author liufan
21692
- * @param {Object} val 修改值
21693
- * @date 2022年5月25日
21609
+ /**
21610
+ * upDate
21611
+ * @desc:修改常用语
21612
+ * @author liufan
21613
+ * @param {Object} val 修改值
21614
+ * @date 2022年5月25日
21694
21615
  **/
21695
21616
  upDate: function upDate(val) {
21696
21617
  this.FormData.id = val.id;
@@ -21698,11 +21619,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21698
21619
  },
21699
21620
 
21700
21621
 
21701
- /**
21702
- * getProcess
21703
- * @desc:获取选择流程
21704
- * @author liufan
21705
- * @date 2022年5月25日
21622
+ /**
21623
+ * getProcess
21624
+ * @desc:获取选择流程
21625
+ * @author liufan
21626
+ * @date 2022年5月25日
21706
21627
  **/
21707
21628
  getProcess: function getProcess() {
21708
21629
  var _this25 = this;
@@ -21756,11 +21677,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21756
21677
  });
21757
21678
  },
21758
21679
 
21759
- /**
21760
- * getPendedhistoryList
21761
- * @desc:获取流程列表
21762
- * @author liufan
21763
- * @date 2022年5月25日
21680
+ /**
21681
+ * getPendedhistoryList
21682
+ * @desc:获取流程列表
21683
+ * @author liufan
21684
+ * @date 2022年5月25日
21764
21685
  **/
21765
21686
  getPendedhistoryList: function getPendedhistoryList() {
21766
21687
  var _this26 = this;
@@ -21792,12 +21713,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21792
21713
  },
21793
21714
 
21794
21715
  // 提交流程
21795
- /**
21796
- * subProcess
21797
- * @desc:提交流程
21798
- * @author liufan
21799
- * @param {String} formName 当前form表单ref值
21800
- * @date 2022年5月25日
21716
+ /**
21717
+ * subProcess
21718
+ * @desc:提交流程
21719
+ * @author liufan
21720
+ * @param {String} formName 当前form表单ref值
21721
+ * @date 2022年5月25日
21801
21722
  **/
21802
21723
  subProcess: function subProcess(val) {
21803
21724
  var _this27 = this;
@@ -24521,6 +24442,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24521
24442
  //
24522
24443
  //
24523
24444
  //
24445
+ //
24446
+ //
24447
+ //
24448
+ //
24449
+ //
24524
24450
 
24525
24451
 
24526
24452
 
@@ -24753,6 +24679,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24753
24679
  isAddSign: '', // 是否加签
24754
24680
  isRemoveSign: '', // 是否减签
24755
24681
  customLimitTime: '', //限时天数
24682
+ customLimitTimeText: '', //限时天数
24756
24683
  nextOperate: '', // 下步操作
24757
24684
  notificationMsg: '', // 通知信息
24758
24685
  addSignUserId: [], // 加签办理人
@@ -25377,11 +25304,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25377
25304
  });
25378
25305
  },
25379
25306
 
25380
- /**
25381
- * saveInfo
25382
- * @desc:暂存
25383
- * @author liufan
25384
- * @date 2022年9月9日
25307
+ /**
25308
+ * saveInfo
25309
+ * @desc:暂存
25310
+ * @author liufan
25311
+ * @date 2022年9月9日
25385
25312
  **/
25386
25313
  saveInfo: function saveInfo(type, btn) {
25387
25314
  var _this11 = this;
@@ -25443,11 +25370,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25443
25370
  });
25444
25371
  },
25445
25372
 
25446
- /**
25447
- * rejectBtn
25448
- * @desc:点击驳回
25449
- * @author liufan
25450
- * @date 2022年5月25日
25373
+ /**
25374
+ * rejectBtn
25375
+ * @desc:点击驳回
25376
+ * @author liufan
25377
+ * @date 2022年5月25日
25451
25378
  **/
25452
25379
  rejectBtn: function rejectBtn() {
25453
25380
  var _this13 = this;
@@ -25465,11 +25392,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25465
25392
  }
25466
25393
  },
25467
25394
 
25468
- /**
25469
- * taskReadBtn
25470
- * @desc:点击分阅
25471
- * @author liufan
25472
- * @date 2022年5月25日
25395
+ /**
25396
+ * taskReadBtn
25397
+ * @desc:点击分阅
25398
+ * @author liufan
25399
+ * @date 2022年5月25日
25473
25400
  **/
25474
25401
  taskReadBtn: function taskReadBtn() {
25475
25402
  var _this14 = this;
@@ -25488,11 +25415,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25488
25415
  }
25489
25416
  },
25490
25417
 
25491
- /**
25492
- * getFind
25493
- * @desc:获取通知方式
25494
- * @author liufan
25495
- * @date 2022年5月25日
25418
+ /**
25419
+ * getFind
25420
+ * @desc:获取通知方式
25421
+ * @author liufan
25422
+ * @date 2022年5月25日
25496
25423
  **/
25497
25424
  getFind: function getFind() {
25498
25425
  var _this15 = this;
@@ -25558,12 +25485,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25558
25485
  });
25559
25486
  },
25560
25487
 
25561
- /**
25562
- * endFlows
25563
- * @desc:直接办结
25564
- * @author liufan
25565
- * @param {Object} res 直接办结数据
25566
- * @date 2022年5月25日
25488
+ /**
25489
+ * endFlows
25490
+ * @desc:直接办结
25491
+ * @author liufan
25492
+ * @param {Object} res 直接办结数据
25493
+ * @date 2022年5月25日
25567
25494
  **/
25568
25495
  endFlows: function endFlows(res) {
25569
25496
  var _this17 = this;
@@ -25618,12 +25545,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25618
25545
  }).catch(function (e) {});
25619
25546
  },
25620
25547
 
25621
- /**
25622
- * goView
25623
- * @desc:更多流程按钮操作
25624
- * @author liufan
25625
- * @param {Object} res 当前点击操作按钮数据
25626
- * @date 2022年5月25日
25548
+ /**
25549
+ * goView
25550
+ * @desc:更多流程按钮操作
25551
+ * @author liufan
25552
+ * @param {Object} res 当前点击操作按钮数据
25553
+ * @date 2022年5月25日
25627
25554
  **/
25628
25555
  goView: function goView(res) {
25629
25556
  // 驳回并办结:rejectAndEndHtml
@@ -25708,11 +25635,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25708
25635
  // isCanStartSubFlow
25709
25636
  },
25710
25637
 
25711
- /**
25712
- * toTakeAdvice
25713
- * @desc:征求意见
25714
- * @author liufan
25715
- * @date 2022年9月29日
25638
+ /**
25639
+ * toTakeAdvice
25640
+ * @desc:征求意见
25641
+ * @author liufan
25642
+ * @date 2022年9月29日
25716
25643
  **/
25717
25644
  toTakeAdvice: function toTakeAdvice(res) {
25718
25645
  var _this19 = this;
@@ -25756,11 +25683,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25756
25683
  });
25757
25684
  },
25758
25685
 
25759
- /**
25760
- * toStartDraf
25761
- * @desc: 稿件递送、联合审核、复核
25762
- * @author liufan
25763
- * @date 2022年9月29日
25686
+ /**
25687
+ * toStartDraf
25688
+ * @desc: 稿件递送、联合审核、复核
25689
+ * @author liufan
25690
+ * @date 2022年9月29日
25764
25691
  **/
25765
25692
  toStartDraf: function toStartDraf(res) {
25766
25693
  var _this21 = this;
@@ -25774,11 +25701,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25774
25701
  }
25775
25702
  },
25776
25703
 
25777
- /**
25778
- * toSendMsg
25779
- * @desc:核稿通知
25780
- * @author liufan
25781
- * @date 2022年9月29日
25704
+ /**
25705
+ * toSendMsg
25706
+ * @desc:核稿通知
25707
+ * @author liufan
25708
+ * @date 2022年9月29日
25782
25709
  **/
25783
25710
  toSendMsg: function toSendMsg(res) {
25784
25711
  var _this22 = this;
@@ -25792,11 +25719,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25792
25719
  }
25793
25720
  },
25794
25721
 
25795
- /**
25796
- * toTaskReadAndEnd
25797
- * @desc:分阅并办结
25798
- * @author liufan
25799
- * @date 2022年9月29日
25722
+ /**
25723
+ * toTaskReadAndEnd
25724
+ * @desc:分阅并办结
25725
+ * @author liufan
25726
+ * @date 2022年9月29日
25800
25727
  **/
25801
25728
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25802
25729
  var _this23 = this;
@@ -25814,11 +25741,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25814
25741
  }
25815
25742
  },
25816
25743
 
25817
- /**
25818
- * rejectAndEnd
25819
- * @desc:驳回并办结
25820
- * @author liufan
25821
- * @date 2022年9月29日
25744
+ /**
25745
+ * rejectAndEnd
25746
+ * @desc:驳回并办结
25747
+ * @author liufan
25748
+ * @date 2022年9月29日
25822
25749
  **/
25823
25750
  rejectAndEnd: function rejectAndEnd(res) {
25824
25751
  var _this24 = this;
@@ -25874,11 +25801,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25874
25801
  });
25875
25802
  },
25876
25803
 
25877
- /**
25878
- * toTransfer
25879
- * @desc:转办
25880
- * @author liufan
25881
- * @date 2022年9月29日
25804
+ /**
25805
+ * toTransfer
25806
+ * @desc:转办
25807
+ * @author liufan
25808
+ * @date 2022年9月29日
25882
25809
  **/
25883
25810
  toTransfer: function toTransfer(res) {
25884
25811
  var _this26 = this;
@@ -25893,12 +25820,15 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25893
25820
  this.showTaskRead = true;
25894
25821
  }
25895
25822
  },
25823
+ handleChangeTime: function handleChangeTime(val) {
25824
+ this.nextNode.customLimitTime = val;
25825
+ },
25896
25826
 
25897
- /**
25898
- * getNodeInfo
25899
- * @desc:获取节点信息
25900
- * @author liufan
25901
- * @date 2022年5月25日
25827
+ /**
25828
+ * getNodeInfo
25829
+ * @desc:获取节点信息
25830
+ * @author liufan
25831
+ * @date 2022年5月25日
25902
25832
  **/
25903
25833
  getNodeInfo: function getNodeInfo() {
25904
25834
  var _this27 = this;
@@ -25921,7 +25851,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25921
25851
  _this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
25922
25852
  _this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
25923
25853
  if (_this27.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
25924
- _this27.nextNode.customLimitTime = data.nodeMoreInfo.defaultCustomLimitDays + '';
25854
+ _this27.nextNode.customLimitTime = _this27.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
25925
25855
  }
25926
25856
  data.otherOrgDisabledObjId && (_this27.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
25927
25857
  data.currentOrgDisabledObjId && (_this27.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -26005,12 +25935,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26005
25935
  });
26006
25936
  },
26007
25937
 
26008
- /**
26009
- * selecNext
26010
- * @desc:下步节点变化时更新数据
26011
- * @author liufan
26012
- * @param {String} val 当前选中值
26013
- * @date 2022年5月25日
25938
+ /**
25939
+ * selecNext
25940
+ * @desc:下步节点变化时更新数据
25941
+ * @author liufan
25942
+ * @param {String} val 当前选中值
25943
+ * @date 2022年5月25日
26014
25944
  **/
26015
25945
  selecNext: function selecNext(val, type, isDef) {
26016
25946
  var _this28 = this;
@@ -26142,11 +26072,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26142
26072
  this.getNodeInfo();
26143
26073
  },
26144
26074
 
26145
- /**
26146
- * isMultiple
26147
- * @desc:是否多选
26148
- * @author liufan
26149
- * @date 2022年9月13日
26075
+ /**
26076
+ * isMultiple
26077
+ * @desc:是否多选
26078
+ * @author liufan
26079
+ * @date 2022年9月13日
26150
26080
  **/
26151
26081
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26152
26082
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26178,11 +26108,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26178
26108
  }
26179
26109
  },
26180
26110
 
26181
- /**
26182
- * getHedInfo
26183
- * @desc:获取审核页面数据
26184
- * @author liufan
26185
- * @date 2022年5月25日
26111
+ /**
26112
+ * getHedInfo
26113
+ * @desc:获取审核页面数据
26114
+ * @author liufan
26115
+ * @date 2022年5月25日
26186
26116
  **/
26187
26117
  getHedInfo: function getHedInfo() {
26188
26118
  var _this29 = this;
@@ -26272,7 +26202,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26272
26202
  _this29.foreignOrgSelectorTabs.map(function (x, i) {
26273
26203
  _this29.foreignOrgSelectorParams[x] = {
26274
26204
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
26275
- nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
26205
+ nofilid: foreignOrgparams[i] == 'other' ? 1 : 0,
26206
+ roleid: _this29.circularReadParamsMap.circularReadOrgRoleCode || _this29.foreignOrgSelectorParams.roleid
26276
26207
  };
26277
26208
  });
26278
26209
  }
@@ -26481,13 +26412,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26481
26412
  });
26482
26413
  },
26483
26414
 
26484
- /**
26485
- * closeProcess
26486
- * @desc:关闭弹窗
26487
- * @author liufan
26488
- * @param {boolean} val 当前是否办理流程
26489
- * @param {String} type 当前点击的弹窗类型
26490
- * @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日
26491
26422
  **/
26492
26423
  closeProcess: function closeProcess(val, type, closeParent) {
26493
26424
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26507,23 +26438,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26507
26438
  }
26508
26439
  },
26509
26440
 
26510
- /**
26511
- * selectChange
26512
- * @desc:常用语选择
26513
- * @author liufan
26514
- * @param {String} val 选中值
26515
- * @date 2022年5月25日
26441
+ /**
26442
+ * selectChange
26443
+ * @desc:常用语选择
26444
+ * @author liufan
26445
+ * @param {String} val 选中值
26446
+ * @date 2022年5月25日
26516
26447
  **/
26517
26448
  selectChange: function selectChange(val) {
26518
26449
  this.value = val;
26519
26450
  },
26520
26451
 
26521
- /**
26522
- * upDate
26523
- * @desc:修改常用语
26524
- * @author liufan
26525
- * @param {Object} val 修改值
26526
- * @date 2022年5月25日
26452
+ /**
26453
+ * upDate
26454
+ * @desc:修改常用语
26455
+ * @author liufan
26456
+ * @param {Object} val 修改值
26457
+ * @date 2022年5月25日
26527
26458
  **/
26528
26459
  upDate: function upDate(val) {
26529
26460
  this.FormData.id = val.id;
@@ -26531,11 +26462,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26531
26462
  },
26532
26463
 
26533
26464
 
26534
- /**
26535
- * getProcess
26536
- * @desc:获取选择流程
26537
- * @author liufan
26538
- * @date 2022年5月25日
26465
+ /**
26466
+ * getProcess
26467
+ * @desc:获取选择流程
26468
+ * @author liufan
26469
+ * @date 2022年5月25日
26539
26470
  **/
26540
26471
  getProcess: function getProcess(val) {
26541
26472
  var _this30 = this;
@@ -26595,11 +26526,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26595
26526
  });
26596
26527
  },
26597
26528
 
26598
- /**
26599
- * getPendedhistoryList
26600
- * @desc:获取流程列表
26601
- * @author liufan
26602
- * @date 2022年5月25日
26529
+ /**
26530
+ * getPendedhistoryList
26531
+ * @desc:获取流程列表
26532
+ * @author liufan
26533
+ * @date 2022年5月25日
26603
26534
  **/
26604
26535
  getPendedhistoryList: function getPendedhistoryList() {
26605
26536
  var _this31 = this;
@@ -26667,12 +26598,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26667
26598
  },
26668
26599
 
26669
26600
  // 提交流程
26670
- /**
26671
- * subProcess
26672
- * @desc:提交流程
26673
- * @author liufan
26674
- * @param {String} formName 当前form表单ref值
26675
- * @date 2022年5月25日
26601
+ /**
26602
+ * subProcess
26603
+ * @desc:提交流程
26604
+ * @author liufan
26605
+ * @param {String} formName 当前form表单ref值
26606
+ * @date 2022年5月25日
26676
26607
  **/
26677
26608
  subProcess: function subProcess(val, type) {
26678
26609
  var _this33 = this;
@@ -26786,7 +26717,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26786
26717
  switch (_context.prev = _context.next) {
26787
26718
  case 0:
26788
26719
  if (!valid) {
26789
- _context.next = 55;
26720
+ _context.next = 56;
26790
26721
  break;
26791
26722
  }
26792
26723
 
@@ -26890,6 +26821,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26890
26821
  });
26891
26822
 
26892
26823
  if (_this35.activeNames != '1') delete params.customPresetUserJson;
26824
+ delete params.customLimitTimeText;
26893
26825
  if (_this35.nextNode.isRemoveSign != '1') {
26894
26826
  delete params.removeSignUserId;
26895
26827
  }
@@ -26901,7 +26833,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26901
26833
  }
26902
26834
 
26903
26835
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
26904
- _context.next = 36;
26836
+ _context.next = 37;
26905
26837
  break;
26906
26838
  }
26907
26839
 
@@ -26909,7 +26841,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26909
26841
  _this35.taskParams = params;
26910
26842
  return _context.abrupt('return');
26911
26843
 
26912
- case 36:
26844
+ case 37:
26913
26845
  _this35.loading = util["a" /* default */].loading(_this35.$loading, '提交中...');
26914
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;
26915
26847
 
@@ -26949,10 +26881,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26949
26881
  }
26950
26882
  }));
26951
26883
 
26952
- case 55:
26884
+ case 56:
26953
26885
  return _context.abrupt('return', false);
26954
26886
 
26955
- case 56:
26887
+ case 57:
26956
26888
  case 'end':
26957
26889
  return _context.stop();
26958
26890
  }