eoss-ui 0.6.45 → 0.6.46

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 (73) hide show
  1. package/lib/button-group.js +22 -17
  2. package/lib/button.js +22 -17
  3. package/lib/checkbox-group.js +22 -17
  4. package/lib/config/api.js +4 -1
  5. package/lib/data-table-form.js +22 -17
  6. package/lib/data-table.js +22 -17
  7. package/lib/date-picker.js +22 -17
  8. package/lib/dialog.js +22 -17
  9. package/lib/enable-drag.js +4 -13
  10. package/lib/eoss-ui.common.js +783 -158
  11. package/lib/flow-group.js +22 -17
  12. package/lib/flow-list.js +22 -17
  13. package/lib/flow.js +468 -32
  14. package/lib/form.js +43 -47
  15. package/lib/handle-user.js +22 -17
  16. package/lib/handler.js +46 -25
  17. package/lib/icon.js +22 -17
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +22 -17
  20. package/lib/input.js +22 -17
  21. package/lib/login.js +22 -17
  22. package/lib/main.js +228 -53
  23. package/lib/nav.js +22 -17
  24. package/lib/notify.js +22 -17
  25. package/lib/page.js +22 -17
  26. package/lib/pagination.js +22 -17
  27. package/lib/player.js +22 -17
  28. package/lib/qr-code.js +22 -17
  29. package/lib/radio-group.js +22 -17
  30. package/lib/retrial-auth.js +22 -17
  31. package/lib/select-ganged.js +22 -17
  32. package/lib/select.js +22 -17
  33. package/lib/selector-panel.js +22 -17
  34. package/lib/selector.js +22 -17
  35. package/lib/sizer.js +22 -17
  36. package/lib/steps.js +22 -17
  37. package/lib/switch.js +22 -17
  38. package/lib/table-form.js +47 -22
  39. package/lib/tabs.js +22 -17
  40. package/lib/tips.js +22 -17
  41. package/lib/tree-group.js +22 -17
  42. package/lib/tree.js +22 -17
  43. package/lib/upload.js +32 -26
  44. package/lib/wujie.js +22 -17
  45. package/lib/wxlogin.js +22 -17
  46. package/package.json +2 -2
  47. package/packages/enable-drag/src/main.vue +1 -8
  48. package/packages/flow/src/main.vue +20 -8
  49. package/packages/flow/src/supervise.vue +138 -0
  50. package/packages/form/src/main.vue +3 -4
  51. package/packages/form/src/table.vue +6 -0
  52. package/packages/handler/src/main.vue +18 -1
  53. package/packages/main/src/default/index.vue +231 -67
  54. package/packages/main/src/simplicity/index.vue +9 -4
  55. package/packages/upload/src/main.vue +1 -0
  56. package/src/config/api.js +4 -1
  57. package/src/index.js +160 -160
  58. package/packages/.DS_Store +0 -0
  59. package/packages/data-table/.DS_Store +0 -0
  60. package/packages/data-table-form/.DS_Store +0 -0
  61. package/packages/error-page/.DS_Store +0 -0
  62. package/packages/flow/.DS_Store +0 -0
  63. package/packages/form/.DS_Store +0 -0
  64. package/packages/login/.DS_Store +0 -0
  65. package/packages/main/.DS_Store +0 -0
  66. package/packages/main/src/.DS_Store +0 -0
  67. package/packages/selector/.DS_Store +0 -0
  68. package/packages/selector-panel/.DS_Store +0 -0
  69. package/packages/sizer/.DS_Store +0 -0
  70. package/packages/tabs/.DS_Store +0 -0
  71. package/packages/theme-chalk/src/.DS_Store +0 -0
  72. package/packages/upload/.DS_Store +0 -0
  73. package/src/.DS_Store +0 -0
package/lib/form.js CHANGED
@@ -3500,12 +3500,12 @@ var watermark = function watermark(option) {
3500
3500
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
3501
3501
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3502
3502
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3503
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return userOnline; });
3503
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
3504
3504
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
3505
3505
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
3506
3506
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
3507
3507
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
3508
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateUserInfo; });
3508
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
3509
3509
  /* unused harmony export getUserImgUrl */
3510
3510
  /* unused harmony export getDoorIndex */
3511
3511
  /* unused harmony export refreshOnlineUsers */
@@ -3514,18 +3514,18 @@ var watermark = function watermark(option) {
3514
3514
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
3515
3515
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
3516
3516
  /* unused harmony export getUserCustomInfo */
3517
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return updateUserCustomInfo; });
3517
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
3518
3518
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
3519
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
3520
3520
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
3521
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
3522
3522
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
3523
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploads; });
3524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return uploadOnlyOne; });
3523
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
3524
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
3525
3525
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
3526
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadSort; });
3526
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
3527
3527
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return uploadDownloads; });
3528
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
3529
3529
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
3530
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
3531
3531
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
@@ -3549,7 +3549,7 @@ var watermark = function watermark(option) {
3549
3549
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3550
3550
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3551
3551
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return updateCommonOpinion; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
3553
3553
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3554
3554
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
3555
3555
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
@@ -3573,11 +3573,11 @@ var watermark = function watermark(option) {
3573
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3574
3574
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
3575
3575
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return wss; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return topic; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
3577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
3578
3578
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
3579
3579
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
3580
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskTransferIndex; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
3581
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
3582
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
3583
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
@@ -3586,18 +3586,20 @@ var watermark = function watermark(option) {
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
3587
3587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3588
3588
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskUnionExamine; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskTakeAdvice; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
3592
3592
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
3593
3593
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
3594
3596
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
3595
3597
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
3596
3598
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskUnionSeal; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
3598
3600
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTwoOfficesDispatch; });
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return twoOfficesDispatch; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
3601
3603
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
3602
3604
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
3603
3605
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
@@ -3807,7 +3809,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3807
3809
  var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3808
3810
  // 稿件递送
3809
3811
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3810
-
3812
+ // 获取督办页面信息
3813
+ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3814
+ // 督办提交
3815
+ var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3811
3816
  // 稿件递送提交接口
3812
3817
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3813
3818
  var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
@@ -4216,7 +4221,7 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
4216
4221
  // ESM COMPAT FLAG
4217
4222
  __webpack_require__.r(__webpack_exports__);
4218
4223
 
4219
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=5d46543a&
4224
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=37664032&
4220
4225
  var render = function () {
4221
4226
  var _vm = this
4222
4227
  var _h = _vm.$createElement
@@ -5634,19 +5639,10 @@ var render = function () {
5634
5639
  _vm.readonly
5635
5640
  ? _vm.readonly
5636
5641
  : item.readonly,
5637
- fileCount:
5638
- _vm.fileCount,
5639
5642
  rules:
5640
5643
  item.rules,
5641
5644
  },
5642
5645
  on: {
5643
- "update:fileCount":
5644
- function (
5645
- $event
5646
- ) {
5647
- _vm.fileCount =
5648
- $event
5649
- },
5650
5646
  change:
5651
5647
  function (
5652
5648
  val
@@ -5656,6 +5652,15 @@ var render = function () {
5656
5652
  val
5657
5653
  )
5658
5654
  },
5655
+ getFilesAmount:
5656
+ function (
5657
+ $event
5658
+ ) {
5659
+ _vm.$emit(
5660
+ "getFilesAmount",
5661
+ _vm.$value
5662
+ )
5663
+ },
5659
5664
  },
5660
5665
  model:
5661
5666
  {
@@ -8307,23 +8312,15 @@ var render = function () {
8307
8312
  val
8308
8313
  )
8309
8314
  },
8310
- },
8311
- model: {
8312
- value:
8313
- _vm.models[
8314
- item.name
8315
- ],
8316
- callback: function (
8317
- $$v
8318
- ) {
8319
- _vm.$set(
8320
- _vm.models,
8321
- item.name,
8322
- $$v
8323
- )
8324
- },
8325
- expression:
8326
- "models[item.name]",
8315
+ getFilesAmount:
8316
+ function (
8317
+ $event
8318
+ ) {
8319
+ _vm.$emit(
8320
+ "getFilesAmount",
8321
+ _vm.$value
8322
+ )
8323
+ },
8327
8324
  },
8328
8325
  },
8329
8326
  "es-upload",
@@ -10239,7 +10236,7 @@ var staticRenderFns = []
10239
10236
  render._withStripped = true
10240
10237
 
10241
10238
 
10242
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=5d46543a&
10239
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=37664032&
10243
10240
 
10244
10241
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
10245
10242
  var regenerator_ = __webpack_require__(14);
@@ -12663,8 +12660,7 @@ var pageView = util["a" /* default */].getParams('pageView');
12663
12660
  uuid: util["a" /* default */].uuid(32),
12664
12661
  dialog: false,
12665
12662
  refresh: true,
12666
- ready: false,
12667
- fileCount: 0
12663
+ ready: false
12668
12664
  };
12669
12665
  },
12670
12666
 
@@ -3502,12 +3502,12 @@ var watermark = function watermark(option) {
3502
3502
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
3503
3503
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3504
3504
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3505
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return userOnline; });
3505
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
3506
3506
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
3507
3507
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
3508
3508
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
3509
3509
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
3510
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateUserInfo; });
3510
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
3511
3511
  /* unused harmony export getUserImgUrl */
3512
3512
  /* unused harmony export getDoorIndex */
3513
3513
  /* unused harmony export refreshOnlineUsers */
@@ -3516,18 +3516,18 @@ var watermark = function watermark(option) {
3516
3516
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
3517
3517
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
3518
3518
  /* unused harmony export getUserCustomInfo */
3519
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return updateUserCustomInfo; });
3519
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
3520
3520
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
3521
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
3522
3522
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
3523
3523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
3524
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
3525
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploads; });
3526
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return uploadOnlyOne; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
3526
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
3527
3527
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
3528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadSort; });
3528
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
3529
3529
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3530
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return uploadDownloads; });
3530
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
3531
3531
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
3532
3532
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
3533
3533
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
@@ -3551,7 +3551,7 @@ var watermark = function watermark(option) {
3551
3551
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3552
3552
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3553
3553
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return updateCommonOpinion; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
3555
3555
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3556
3556
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
3557
3557
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
@@ -3575,11 +3575,11 @@ var watermark = function watermark(option) {
3575
3575
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3576
3576
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
3577
3577
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return wss; });
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return topic; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
3580
3580
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
3581
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
3582
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskTransferIndex; });
3582
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
3583
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
3584
3584
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
3585
3585
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
@@ -3588,18 +3588,20 @@ var watermark = function watermark(option) {
3588
3588
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
3589
3589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskUnionExamine; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
3592
3592
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskTakeAdvice; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
3594
3594
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
3595
3595
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
3596
3598
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
3597
3599
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
3598
3600
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskUnionSeal; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
3600
3602
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTwoOfficesDispatch; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return twoOfficesDispatch; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
3603
3605
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
3604
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
3605
3607
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
@@ -3809,7 +3811,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3809
3811
  var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3810
3812
  // 稿件递送
3811
3813
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3812
-
3814
+ // 获取督办页面信息
3815
+ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3816
+ // 督办提交
3817
+ var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3813
3818
  // 稿件递送提交接口
3814
3819
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3815
3820
  var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
package/lib/handler.js CHANGED
@@ -3502,12 +3502,12 @@ var watermark = function watermark(option) {
3502
3502
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
3503
3503
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3504
3504
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3505
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return userOnline; });
3505
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
3506
3506
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
3507
3507
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
3508
3508
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
3509
3509
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
3510
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateUserInfo; });
3510
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
3511
3511
  /* unused harmony export getUserImgUrl */
3512
3512
  /* unused harmony export getDoorIndex */
3513
3513
  /* unused harmony export refreshOnlineUsers */
@@ -3516,18 +3516,18 @@ var watermark = function watermark(option) {
3516
3516
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
3517
3517
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
3518
3518
  /* unused harmony export getUserCustomInfo */
3519
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return updateUserCustomInfo; });
3519
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
3520
3520
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
3521
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
3522
3522
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
3523
3523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
3524
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
3525
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploads; });
3526
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return uploadOnlyOne; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
3526
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
3527
3527
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
3528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadSort; });
3528
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
3529
3529
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3530
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return uploadDownloads; });
3530
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
3531
3531
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
3532
3532
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
3533
3533
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
@@ -3551,7 +3551,7 @@ var watermark = function watermark(option) {
3551
3551
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3552
3552
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3553
3553
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return updateCommonOpinion; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
3555
3555
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3556
3556
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
3557
3557
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
@@ -3575,11 +3575,11 @@ var watermark = function watermark(option) {
3575
3575
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3576
3576
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
3577
3577
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return wss; });
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return topic; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
3580
3580
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
3581
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
3582
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskTransferIndex; });
3582
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
3583
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
3584
3584
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
3585
3585
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
@@ -3588,18 +3588,20 @@ var watermark = function watermark(option) {
3588
3588
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
3589
3589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskUnionExamine; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
3592
3592
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskTakeAdvice; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
3594
3594
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
3595
3595
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
3596
3598
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
3597
3599
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
3598
3600
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskUnionSeal; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
3600
3602
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTwoOfficesDispatch; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return twoOfficesDispatch; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
3603
3605
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
3604
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
3605
3607
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
@@ -3809,7 +3811,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3809
3811
  var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3810
3812
  // 稿件递送
3811
3813
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3812
-
3814
+ // 获取督办页面信息
3815
+ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3816
+ // 督办提交
3817
+ var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3813
3818
  // 稿件递送提交接口
3814
3819
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3815
3820
  var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
@@ -3992,7 +3997,7 @@ module.exports = require("qs");
3992
3997
  // ESM COMPAT FLAG
3993
3998
  __webpack_require__.r(__webpack_exports__);
3994
3999
 
3995
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=00884baa&
4000
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=2978a0f0&
3996
4001
  var render = function () {
3997
4002
  var _vm = this
3998
4003
  var _h = _vm.$createElement
@@ -4240,7 +4245,7 @@ var staticRenderFns = []
4240
4245
  render._withStripped = true
4241
4246
 
4242
4247
 
4243
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=00884baa&
4248
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=2978a0f0&
4244
4249
 
4245
4250
  // EXTERNAL MODULE: ./src/config/api.js
4246
4251
  var api = __webpack_require__(1);
@@ -4530,7 +4535,7 @@ var _props;
4530
4535
  }, _props.online = {
4531
4536
  type: Number,
4532
4537
  default: 1
4533
- }, _props),
4538
+ }, _props.singleLogout = Array, _props),
4534
4539
  watch: {
4535
4540
  subSystem: {
4536
4541
  handler: function handler(val) {
@@ -4624,6 +4629,22 @@ var _props;
4624
4629
  cancelButtonText: '取消',
4625
4630
  type: 'warning'
4626
4631
  }).then(function () {
4632
+ var iframes = document.getElementsByTagName('iframe');
4633
+ for (var i = 0; i < iframes.length; i++) {
4634
+ var src = iframes[i] ? iframes[i].src : null;
4635
+ var origin = util["a" /* default */].win.location.origin;
4636
+ if (src && util["a" /* default */].startWith(src, 'http') && src.indexOf(origin) === -1) {
4637
+ iframes[i] && iframes[i].contentWindow.postMessage('logout', '*');
4638
+ }
4639
+ }
4640
+ if (_this.singleLogout) {
4641
+ for (var _i = 0; _i < _this.singleLogout.length; _i++) {
4642
+ var iframe = document.createElement('iframe');
4643
+ iframe.style.display = 'none';
4644
+ iframe.src = _this.singleLogout[_i];
4645
+ document.body.appendChild(iframe);
4646
+ }
4647
+ }
4627
4648
  util["a" /* default */].ajax({ method: 'post', url: api["gb" /* logout */] }).then(function (res) {
4628
4649
  if (res.rCode == 0) {
4629
4650
  util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
@@ -4633,21 +4654,21 @@ var _props;
4633
4654
  try {
4634
4655
  var loginPage = util["a" /* default */].getStorage('login') || util["a" /* default */].getStorage('loginPage');
4635
4656
  if (loginPage) {
4636
- var src = void 0;
4657
+ var _src = void 0;
4637
4658
  if (!util["a" /* default */].startWith(loginPage, ['http', '/'], true)) {
4638
4659
  var pathname = util["a" /* default */].win.top.location.pathname;
4639
4660
  if (pathname !== '/') {
4640
4661
  pathname = pathname.split('/');
4641
4662
  pathname.splice(pathname.length - 1);
4642
4663
  pathname = pathname.join('/');
4643
- src = pathname + '/' + loginPage.replace('./', '');
4664
+ _src = pathname + '/' + loginPage.replace('./', '');
4644
4665
  } else {
4645
- src = pathname + loginPage.replace('./', '');
4666
+ _src = pathname + loginPage.replace('./', '');
4646
4667
  }
4647
4668
  } else {
4648
- src = loginPage;
4669
+ _src = loginPage;
4649
4670
  }
4650
- util["a" /* default */].win.top.location.href = src;
4671
+ util["a" /* default */].win.top.location.href = _src;
4651
4672
  } else if (util["a" /* default */].win.top.location.href.indexOf('main.html') > -1) {
4652
4673
  util["a" /* default */].win.top.location.href = './login.html';
4653
4674
  } else {
package/lib/icon.js CHANGED
@@ -3502,12 +3502,12 @@ var watermark = function watermark(option) {
3502
3502
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
3503
3503
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3504
3504
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3505
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return userOnline; });
3505
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
3506
3506
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
3507
3507
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
3508
3508
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
3509
3509
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
3510
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateUserInfo; });
3510
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
3511
3511
  /* unused harmony export getUserImgUrl */
3512
3512
  /* unused harmony export getDoorIndex */
3513
3513
  /* unused harmony export refreshOnlineUsers */
@@ -3516,18 +3516,18 @@ var watermark = function watermark(option) {
3516
3516
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
3517
3517
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
3518
3518
  /* unused harmony export getUserCustomInfo */
3519
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return updateUserCustomInfo; });
3519
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
3520
3520
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
3521
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
3522
3522
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
3523
3523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
3524
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
3525
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploads; });
3526
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return uploadOnlyOne; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
3526
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
3527
3527
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
3528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadSort; });
3528
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
3529
3529
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3530
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return uploadDownloads; });
3530
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
3531
3531
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
3532
3532
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
3533
3533
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
@@ -3551,7 +3551,7 @@ var watermark = function watermark(option) {
3551
3551
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3552
3552
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3553
3553
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return updateCommonOpinion; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
3555
3555
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3556
3556
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
3557
3557
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
@@ -3575,11 +3575,11 @@ var watermark = function watermark(option) {
3575
3575
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3576
3576
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
3577
3577
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return wss; });
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return topic; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
3580
3580
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
3581
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
3582
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskTransferIndex; });
3582
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
3583
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
3584
3584
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
3585
3585
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
@@ -3588,18 +3588,20 @@ var watermark = function watermark(option) {
3588
3588
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
3589
3589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskUnionExamine; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
3592
3592
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskTakeAdvice; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
3594
3594
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
3595
3595
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
3596
3598
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
3597
3599
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
3598
3600
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskUnionSeal; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
3600
3602
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTwoOfficesDispatch; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return twoOfficesDispatch; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
3603
3605
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
3604
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
3605
3607
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
@@ -3809,7 +3811,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3809
3811
  var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3810
3812
  // 稿件递送
3811
3813
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3812
-
3814
+ // 获取督办页面信息
3815
+ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3816
+ // 督办提交
3817
+ var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3813
3818
  // 稿件递送提交接口
3814
3819
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3815
3820
  var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';