eoss-mobiles 0.3.19 → 0.3.21

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 (48) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/button.js +2 -2
  3. package/lib/cell.js +2 -2
  4. package/lib/checkbox.js +59 -48
  5. package/lib/circle.js +2 -2
  6. package/lib/config/api.js +11 -3
  7. package/lib/empty.js +2 -2
  8. package/lib/eoss-mobile.common.js +659 -87
  9. package/lib/field.js +2 -2
  10. package/lib/flow-btn.js +60 -49
  11. package/lib/flow-list.js +687 -117
  12. package/lib/flow.js +149 -143
  13. package/lib/grid-item.js +2 -2
  14. package/lib/grid.js +2 -2
  15. package/lib/index.js +1 -1
  16. package/lib/list.js +2 -2
  17. package/lib/loading.js +2 -2
  18. package/lib/nav-bar.js +2 -2
  19. package/lib/picker.js +62 -50
  20. package/lib/radio.js +62 -50
  21. package/lib/retrial-auth.js +61 -50
  22. package/lib/search.js +2 -2
  23. package/lib/selector.js +93 -77
  24. package/lib/switch.js +2 -2
  25. package/lib/tab.js +2 -2
  26. package/lib/table-column.js +62 -50
  27. package/lib/tabs.js +2 -2
  28. package/lib/tag.js +2 -2
  29. package/lib/theme-chalk/flow-list-task-read.css +1 -0
  30. package/lib/theme-chalk/flow-list.css +1 -1
  31. package/lib/theme-chalk/flow.css +1 -1
  32. package/lib/theme-chalk/index.css +1 -1
  33. package/lib/uploader.js +2 -2
  34. package/package.json +1 -1
  35. package/packages/flow/src/components/Message.vue +7 -3
  36. package/packages/flow/src/components/supervise.vue +72 -64
  37. package/packages/flow-list/src/main.vue +42 -23
  38. package/packages/flow-list/src/taskRead.vue +234 -0
  39. package/packages/selector/src/tree.vue +25 -17
  40. package/packages/theme-chalk/lib/flow-list-task-read.css +1 -0
  41. package/packages/theme-chalk/lib/flow-list.css +1 -1
  42. package/packages/theme-chalk/lib/flow.css +1 -1
  43. package/packages/theme-chalk/lib/index.css +1 -1
  44. package/packages/theme-chalk/src/flow-list-task-read.scss +112 -0
  45. package/packages/theme-chalk/src/flow-list.scss +2 -2
  46. package/packages/theme-chalk/src/flow.scss +5 -0
  47. package/src/config/api.js +13 -2
  48. package/src/index.js +1 -1
package/lib/flow.js CHANGED
@@ -1608,60 +1608,64 @@ function normalizeComponent(
1608
1608
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1609
1609
 
1610
1610
  "use strict";
1611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return initRetrialAuth; });
1612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getRetrialAuthCode; });
1613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return selectObject; });
1615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getHandleInfoHtml; });
1618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNodeInfoHtml; });
1619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskHandleHtml; });
1620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskHandleHtmlImg; });
1621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return registerNew; });
1622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getNodeInfo; });
1623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return toStartFlow; });
1624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findUserBaseInfo; });
1625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskRejectHtml; });
1626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toTaskRejectHtml; });
1627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return handleTaskRead; });
1628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskReadHtml; });
1611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return initRetrialAuth; });
1612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return getRetrialAuthCode; });
1613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return codeRetrialAuth; });
1614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return selectObject; });
1615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCode; });
1616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return commonOpion; });
1617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getHandleInfoHtml; });
1618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getNodeInfoHtml; });
1619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskHandleHtml; });
1620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskHandleHtmlImg; });
1621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return registerNew; });
1622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNodeInfo; });
1623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toStartFlow; });
1624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return findUserBaseInfo; });
1625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskRejectHtml; });
1626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskRejectHtml; });
1627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return handleTaskRead; });
1628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskReadHtml; });
1629
1629
  /* unused harmony export toStartTaskRead */
1630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toStartTaskReadHtml; });
1631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskTransferIndex; });
1632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskTransfer; });
1633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getNotificationMsg; });
1635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskUnionExamine; });
1636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskUnionExamine; });
1637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskTakeAdvice; });
1638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskTakeAdvice; });
1639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskStartDraft; });
1640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskStartDraft; });
1641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskUnionSeal; });
1642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskUnionSeal; });
1630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toStartTaskReadHtml; });
1631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskTransferIndex; });
1632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskTransfer; });
1633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findSysCodes; });
1634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getNotificationMsg; });
1635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskUnionExamine; });
1636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return taskUnionExamine; });
1637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskTakeAdvice; });
1638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskTakeAdvice; });
1639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskStartDraft; });
1640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskStartDraft; });
1641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskUnionSeal; });
1642
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return taskUnionSeal; });
1643
1643
  /* unused harmony export toTwoOfficesDispatch */
1644
1644
  /* unused harmony export twoOfficesDispatch */
1645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return isCanStartSubFlow; });
1646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getPresetCustomInfo; });
1647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return pendedhistoryList; });
1648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getHandleButtonHtml; });
1649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return getSysParam; });
1650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getFreeStartFlowParams; });
1651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getProcessDefList; });
1652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return freeStartFlowWithSubmitTask; });
1654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskSupervise; });
1655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskSuperviseSub; });
1656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toResetProcessIndex; });
1657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return resetProcess; });
1658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toTaskContinuationIndex; });
1659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskContinuation; });
1645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return isCanStartSubFlow; });
1646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getPresetCustomInfo; });
1647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return pendedhistoryList; });
1648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getHandleButtonHtml; });
1649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return getSysParam; });
1650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getFreeStartFlowParams; });
1651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getProcessDefList; });
1652
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return freeStartFlowWithSubmitTask; });
1654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskSupervise; });
1655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskSuperviseSub; });
1656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toResetProcessIndex; });
1657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return resetProcess; });
1658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskContinuationIndex; });
1659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskContinuation; });
1660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskReadList; });
1661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return cancelTaskRead; });
1662
+ /* unused harmony export officeHandleRemark */
1660
1663
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1661
1664
 
1662
1665
  var activiti = '/bpm';
1663
1666
  var pending = '/bpm';
1664
1667
  var mecp = _utils_util__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"].getStorage('flowPath') || '';
1668
+ var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
1665
1669
  var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
1666
1670
  var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
1667
1671
  var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
@@ -1749,7 +1753,8 @@ var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
1749
1753
  // 流程预设获取
1750
1754
  var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
1751
1755
  // 流程列表
1752
- var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1756
+ var pendedhistoryList = flowPendingPrefix + '/pendedhistoryManager/pendedhistoryListJson';
1757
+ // export const pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1753
1758
  // 获取流程按钮
1754
1759
  var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
1755
1760
  // 获取系统参数
@@ -1774,6 +1779,12 @@ var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
1774
1779
  var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
1775
1780
  // 续办提交
1776
1781
  var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
1782
+ // 分阅情况
1783
+ var taskReadList = '/bpm/pendedhistoryManager/fyListJson.dhtml';
1784
+ // 撤销分阅
1785
+ var cancelTaskRead = '/bpm/bpmBackend/taskReadWithDraw';
1786
+ // 获取公文办理消息
1787
+ var officeHandleRemark = '/archives/task/taskHandle/getDefaultNotificationType.dhtml';
1777
1788
 
1778
1789
  /***/ }),
1779
1790
  /* 3 */
@@ -3033,7 +3044,7 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
3033
3044
 
3034
3045
  var _that = this;
3035
3046
  Object(http["a" /* default */])({
3036
- url: _that.baseUrl ? _that.baseUrl + api["b" /* commonOpion */] : api["b" /* commonOpion */],
3047
+ url: _that.baseUrl ? _that.baseUrl + api["c" /* commonOpion */] : api["c" /* commonOpion */],
3037
3048
  params: { userId: _that.userId }
3038
3049
  }).then(function (res) {
3039
3050
  if (res.status == 'success') {
@@ -3091,8 +3102,8 @@ var component = Object(componentNormalizer["a" /* default */])(
3091
3102
  )
3092
3103
 
3093
3104
  /* harmony default export */ var Opinion = (component.exports);
3094
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Message.vue?vue&type=template&id=0e3cd890
3095
- var Messagevue_type_template_id_0e3cd890_render = function () {
3105
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Message.vue?vue&type=template&id=d472f652
3106
+ var Messagevue_type_template_id_d472f652_render = function () {
3096
3107
  var _vm = this
3097
3108
  var _h = _vm.$createElement
3098
3109
  var _c = _vm._self._c || _h
@@ -3180,11 +3191,11 @@ var Messagevue_type_template_id_0e3cd890_render = function () {
3180
3191
  1
3181
3192
  )
3182
3193
  }
3183
- var Messagevue_type_template_id_0e3cd890_staticRenderFns = []
3184
- Messagevue_type_template_id_0e3cd890_render._withStripped = true
3194
+ var Messagevue_type_template_id_d472f652_staticRenderFns = []
3195
+ Messagevue_type_template_id_d472f652_render._withStripped = true
3185
3196
 
3186
3197
 
3187
- // CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=0e3cd890
3198
+ // CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=d472f652
3188
3199
 
3189
3200
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Message.vue?vue&type=script&lang=js
3190
3201
  //
@@ -3268,6 +3279,10 @@ Messagevue_type_template_id_0e3cd890_render._withStripped = true
3268
3279
  type: Boolean,
3269
3280
  default: true
3270
3281
  },
3282
+ showCheckType: {
3283
+ type: Boolean,
3284
+ default: true
3285
+ },
3271
3286
  baseUrl: String,
3272
3287
  userId: {
3273
3288
  type: String,
@@ -3336,7 +3351,7 @@ Messagevue_type_template_id_0e3cd890_render._withStripped = true
3336
3351
  });
3337
3352
  });
3338
3353
  this.form.notificationType = JSON.parse(JSON.stringify(arr));
3339
- this.showCheck = true;
3354
+ this.showCheck = this.showCheckType;
3340
3355
  // this.$emit('onInputMsg', this.form);
3341
3356
  }
3342
3357
  },
@@ -3344,7 +3359,7 @@ Messagevue_type_template_id_0e3cd890_render._withStripped = true
3344
3359
  var _this3 = this;
3345
3360
 
3346
3361
  var params = {
3347
- url: this.baseUrl ? this.baseUrl + api["c" /* findSysCode */] : api["c" /* findSysCode */],
3362
+ url: this.baseUrl ? this.baseUrl + api["d" /* findSysCode */] : api["d" /* findSysCode */],
3348
3363
  type: 'get',
3349
3364
  params: {
3350
3365
  ccCode: this.code
@@ -3375,10 +3390,10 @@ Messagevue_type_template_id_0e3cd890_render._withStripped = true
3375
3390
  });
3376
3391
  });
3377
3392
  _this3.form.notificationType = arr;
3378
- _this3.showCheck = true;
3393
+ _this3.showCheck = _this3.showCheckType;
3379
3394
  _this3.$emit('onInputMsg', _this3.form);
3380
3395
  } else if (_this3.onlyShowType) {
3381
- _this3.showCheck = true;
3396
+ _this3.showCheck = _this3.showCheckType;
3382
3397
  }
3383
3398
  } else {
3384
3399
  _this3.$toast(message);
@@ -3404,8 +3419,8 @@ Messagevue_type_template_id_0e3cd890_render._withStripped = true
3404
3419
 
3405
3420
  var Message_component = Object(componentNormalizer["a" /* default */])(
3406
3421
  components_Messagevue_type_script_lang_js,
3407
- Messagevue_type_template_id_0e3cd890_render,
3408
- Messagevue_type_template_id_0e3cd890_staticRenderFns,
3422
+ Messagevue_type_template_id_d472f652_render,
3423
+ Messagevue_type_template_id_d472f652_staticRenderFns,
3409
3424
  false,
3410
3425
  null,
3411
3426
  null,
@@ -3776,7 +3791,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
3776
3791
  duration: 0
3777
3792
  });
3778
3793
  Object(http["a" /* default */])({
3779
- url: api["k" /* getNodeInfoHtml */],
3794
+ url: api["l" /* getNodeInfoHtml */],
3780
3795
  params: {
3781
3796
  processDefinitionId: this.processDefinitionId,
3782
3797
  nextNodeId: nodeId,
@@ -3812,7 +3827,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
3812
3827
  var _this4 = this;
3813
3828
 
3814
3829
  Object(http["a" /* default */])({
3815
- url: api["m" /* getPresetCustomInfo */],
3830
+ url: api["n" /* getPresetCustomInfo */],
3816
3831
  params: {
3817
3832
  processDefinitionId: this.processDefinitionId,
3818
3833
  nodeId: nodeId,
@@ -4342,7 +4357,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4342
4357
  });
4343
4358
  var _that = this;
4344
4359
  Object(http["a" /* default */])({
4345
- url: (_that.apiBaseUrl || '') + (_that.isFreeStartFlow ? api["f" /* freeStartFlowWithSubmitTask */] : _that.formType == 'readTransfer' ? api["x" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["u" /* registerNew */]),
4360
+ url: (_that.apiBaseUrl || '') + (_that.isFreeStartFlow ? api["g" /* freeStartFlowWithSubmitTask */] : _that.formType == 'readTransfer' ? api["y" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["v" /* registerNew */]),
4346
4361
  type: 'post',
4347
4362
  params: _that.isFreeStartFlow || _that.formType == 'readTransfer' ? info : { params: info },
4348
4363
  format: false
@@ -4461,7 +4476,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4461
4476
  var that = this;
4462
4477
  return new Promise(function (resolve, reiect) {
4463
4478
  Object(http["a" /* default */])({
4464
- url: that.apiBaseUrl ? that.apiBaseUrl + api["J" /* toStartFlow */] : api["J" /* toStartFlow */],
4479
+ url: that.apiBaseUrl ? that.apiBaseUrl + api["L" /* toStartFlow */] : api["L" /* toStartFlow */],
4465
4480
  params: {
4466
4481
  params: StartFlowvue_type_script_lang_js_extends({}, res, {
4467
4482
  userId: that.userId || util["a" /* default */].getStorage('userId')
@@ -4530,7 +4545,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4530
4545
 
4531
4546
  var _that = this;
4532
4547
  Object(http["a" /* default */])({
4533
- url: _that.apiBaseUrl ? _that.apiBaseUrl + api["j" /* getNodeInfo */] : api["j" /* getNodeInfo */],
4548
+ url: _that.apiBaseUrl ? _that.apiBaseUrl + api["k" /* getNodeInfo */] : api["k" /* getNodeInfo */],
4534
4549
  params: {
4535
4550
  params: {
4536
4551
  processDefinitionId: this.flowObj.processDefinitionId,
@@ -6287,7 +6302,7 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6287
6302
  });
6288
6303
  var _that = this;
6289
6304
  Object(http["a" /* default */])({
6290
- url: _that.baseUrl ? _that.baseUrl + api["C" /* taskRejectHtml */] : api["C" /* taskRejectHtml */],
6305
+ url: _that.baseUrl ? _that.baseUrl + api["E" /* taskRejectHtml */] : api["E" /* taskRejectHtml */],
6291
6306
  type: 'post',
6292
6307
  params: this.form.isImageOpinion == 1 ? formData : this.form,
6293
6308
  format: false
@@ -6323,7 +6338,7 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6323
6338
  duration: 0
6324
6339
  });
6325
6340
  Object(http["a" /* default */])({
6326
- url: _that.baseUrl ? _that.baseUrl + api["M" /* toTaskRejectHtml */] : api["M" /* toTaskRejectHtml */],
6341
+ url: _that.baseUrl ? _that.baseUrl + api["O" /* toTaskRejectHtml */] : api["O" /* toTaskRejectHtml */],
6327
6342
  params: {
6328
6343
  pendingId: this.pendingId,
6329
6344
  isSinglePage: false,
@@ -6422,7 +6437,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
6422
6437
  duration: 0
6423
6438
  });
6424
6439
  Object(http["a" /* default */])({
6425
- url: _that.baseUrl ? _that.baseUrl + api["M" /* toTaskRejectHtml */] : api["M" /* toTaskRejectHtml */],
6440
+ url: _that.baseUrl ? _that.baseUrl + api["O" /* toTaskRejectHtml */] : api["O" /* toTaskRejectHtml */],
6426
6441
  params: {
6427
6442
  appid: this.appid,
6428
6443
  pendingId: this.pendingId,
@@ -6466,7 +6481,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
6466
6481
  var that = this;
6467
6482
  return new Promise(function (resolve, reiect) {
6468
6483
  Object(http["a" /* default */])({
6469
- url: that.baseUrl ? that.baseUrl + api["i" /* getHandleInfoHtml */] : api["i" /* getHandleInfoHtml */],
6484
+ url: that.baseUrl ? that.baseUrl + api["j" /* getHandleInfoHtml */] : api["j" /* getHandleInfoHtml */],
6470
6485
  params: {
6471
6486
  pendingId: that.pendingId,
6472
6487
  identityIds: that.identityIds
@@ -6562,7 +6577,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
6562
6577
 
6563
6578
  var _that = this;
6564
6579
  var params = {
6565
- url: _that.baseUrl ? _that.baseUrl + api["q" /* handleTaskRead */] : api["q" /* handleTaskRead */],
6580
+ url: _that.baseUrl ? _that.baseUrl + api["r" /* handleTaskRead */] : api["r" /* handleTaskRead */],
6566
6581
  params: {
6567
6582
  pendingId: this.pendingId,
6568
6583
  businessId: this.businessId,
@@ -6608,7 +6623,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
6608
6623
  ids = ids + r.showid + (i === _this3.nextReadUserSelectList.length - 1 ? '' : ',');
6609
6624
  });
6610
6625
  var params = {
6611
- url: _that.baseUrl ? _that.baseUrl + api["B" /* taskReadHtml */] : api["B" /* taskReadHtml */],
6626
+ url: _that.baseUrl ? _that.baseUrl + api["C" /* taskReadHtml */] : api["C" /* taskReadHtml */],
6612
6627
  params: {
6613
6628
  pendingId: this.pendingId,
6614
6629
  appId: this.appid,
@@ -6647,7 +6662,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
6647
6662
 
6648
6663
  var _that = this;
6649
6664
  Object(http["a" /* default */])({
6650
- url: _that.baseUrl ? _that.baseUrl + api["K" /* toStartTaskReadHtml */] : api["K" /* toStartTaskReadHtml */],
6665
+ url: _that.baseUrl ? _that.baseUrl + api["M" /* toStartTaskReadHtml */] : api["M" /* toStartTaskReadHtml */],
6651
6666
  params: {
6652
6667
  appId: this.appid,
6653
6668
  pendingId: this.pendingId,
@@ -7458,7 +7473,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7458
7473
  var _this3 = this;
7459
7474
 
7460
7475
  var params = {
7461
- url: api["n" /* getProcessDefList */],
7476
+ url: api["o" /* getProcessDefList */],
7462
7477
  params: {
7463
7478
  flowTypeCode: this.freeStartFlowParams.flowTypeCode,
7464
7479
  onlyFlag: false
@@ -7491,7 +7506,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7491
7506
  nodeId = _taskExamineInfo.nodeId;
7492
7507
 
7493
7508
  var param = {
7494
- url: api["g" /* getFreeStartFlowParams */],
7509
+ url: api["h" /* getFreeStartFlowParams */],
7495
7510
  params: {
7496
7511
  businessId: businessId,
7497
7512
  processDefinitionId: processDefinitionId,
@@ -7593,7 +7608,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7593
7608
  duration: 0
7594
7609
  });
7595
7610
  Object(http["a" /* default */])({
7596
- url: this.baseUrl ? this.baseUrl + api["B" /* taskReadHtml */] : api["B" /* taskReadHtml */],
7611
+ url: this.baseUrl ? this.baseUrl + api["C" /* taskReadHtml */] : api["C" /* taskReadHtml */],
7597
7612
  headers: {
7598
7613
  Accept: 'application/json,text/plain'
7599
7614
  },
@@ -7774,7 +7789,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7774
7789
  duration: 0
7775
7790
  });
7776
7791
  Object(http["a" /* default */])({
7777
- url: _that.baseUrl ? _that.baseUrl + (_that.form.isImageOpinion == 1 ? api["A" /* taskHandleHtmlImg */] : api["z" /* taskHandleHtml */]) : _that.form.isImageOpinion == 1 ? api["A" /* taskHandleHtmlImg */] : api["z" /* taskHandleHtml */],
7792
+ url: _that.baseUrl ? _that.baseUrl + (_that.form.isImageOpinion == 1 ? api["B" /* taskHandleHtmlImg */] : api["A" /* taskHandleHtml */]) : _that.form.isImageOpinion == 1 ? api["B" /* taskHandleHtmlImg */] : api["A" /* taskHandleHtml */],
7778
7793
  type: 'post',
7779
7794
  params: formData,
7780
7795
  format: false
@@ -8026,7 +8041,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8026
8041
  var that = this;
8027
8042
  return new Promise(function (resolve, reiect) {
8028
8043
  Object(http["a" /* default */])({
8029
- url: that.baseUrl ? that.baseUrl + api["i" /* getHandleInfoHtml */] : api["i" /* getHandleInfoHtml */],
8044
+ url: that.baseUrl ? that.baseUrl + api["j" /* getHandleInfoHtml */] : api["j" /* getHandleInfoHtml */],
8030
8045
  params: {
8031
8046
  pendingId: that.pendingId,
8032
8047
  userId: that.userId
@@ -8205,7 +8220,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8205
8220
  var _this9 = this;
8206
8221
 
8207
8222
  Object(http["a" /* default */])({
8208
- url: this.baseUrl ? this.baseUrl + api["K" /* toStartTaskReadHtml */] : api["K" /* toStartTaskReadHtml */],
8223
+ url: this.baseUrl ? this.baseUrl + api["M" /* toStartTaskReadHtml */] : api["M" /* toStartTaskReadHtml */],
8209
8224
  params: { pendingId: this.pendingId, userId: this.userId }
8210
8225
  }).then(function (res) {
8211
8226
  var status = res.status,
@@ -8240,7 +8255,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8240
8255
 
8241
8256
  var _that = this;
8242
8257
  Object(http["a" /* default */])({
8243
- url: _that.baseUrl ? _that.baseUrl + api["k" /* getNodeInfoHtml */] : api["k" /* getNodeInfoHtml */],
8258
+ url: _that.baseUrl ? _that.baseUrl + api["l" /* getNodeInfoHtml */] : api["l" /* getNodeInfoHtml */],
8244
8259
  params: {
8245
8260
  processDefinitionId: this.processObj.taskExamine.processDefinitionId,
8246
8261
  nextNodeId: res,
@@ -8817,7 +8832,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
8817
8832
  var params = {
8818
8833
  appId: this.readParams.appId
8819
8834
  };
8820
- Object(http["a" /* default */])({ url: api["l" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
8835
+ Object(http["a" /* default */])({ url: api["m" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
8821
8836
  if (res.status === 'success') {
8822
8837
  _this.defaultNotificationMessage = res.message;
8823
8838
  _this.form.notificationMsg = res.message;
@@ -8846,7 +8861,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
8846
8861
  pendingId = this.pendingId;
8847
8862
 
8848
8863
  var params = {
8849
- url: api["F" /* taskTransfer */],
8864
+ url: api["H" /* taskTransfer */],
8850
8865
  params: {
8851
8866
  choiceDeptId: choiceDeptId,
8852
8867
  choiceOrgId: choiceOrgId,
@@ -8898,7 +8913,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
8898
8913
  duration: 0
8899
8914
  });
8900
8915
  Object(http["a" /* default */])({
8901
- url: this.baseUrl ? this.baseUrl + api["d" /* findSysCodes */] : api["d" /* findSysCodes */]
8916
+ url: this.baseUrl ? this.baseUrl + api["e" /* findSysCodes */] : api["e" /* findSysCodes */]
8902
8917
  }).then(function (res) {
8903
8918
  var status = res.status,
8904
8919
  message = res.message,
@@ -8941,7 +8956,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
8941
8956
  taskExamine = this.taskExamine;
8942
8957
 
8943
8958
  var params = {
8944
- url: this.baseUrl ? this.baseUrl + api["R" /* toTaskTransferIndex */] : api["R" /* toTaskTransferIndex */],
8959
+ url: this.baseUrl ? this.baseUrl + api["T" /* toTaskTransferIndex */] : api["T" /* toTaskTransferIndex */],
8945
8960
  params: {
8946
8961
  opinion: opinion,
8947
8962
  pendingId: pendingId,
@@ -9049,7 +9064,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9049
9064
  if (_that.newType != 'taskReadAndEnd') delete params.taskAction;
9050
9065
 
9051
9066
  Object(http["a" /* default */])({
9052
- url: _that.baseUrl ? _that.baseUrl + api["K" /* toStartTaskReadHtml */] : api["K" /* toStartTaskReadHtml */],
9067
+ url: _that.baseUrl ? _that.baseUrl + api["M" /* toStartTaskReadHtml */] : api["M" /* toStartTaskReadHtml */],
9053
9068
  params: params
9054
9069
  }).then(function (res) {
9055
9070
  _that.$toast.clear();
@@ -9097,7 +9112,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9097
9112
 
9098
9113
  var _that = this;
9099
9114
  var params = {
9100
- url: _that.apiBaseUrl ? _that.apiBaseUrl + api["q" /* handleTaskRead */] : api["q" /* handleTaskRead */],
9115
+ url: _that.apiBaseUrl ? _that.apiBaseUrl + api["r" /* handleTaskRead */] : api["r" /* handleTaskRead */],
9101
9116
  params: {
9102
9117
  pendingId: this.pendingId,
9103
9118
  businessId: this.businessId,
@@ -9138,7 +9153,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9138
9153
  var _this7 = this;
9139
9154
 
9140
9155
  Object(http["a" /* default */])({
9141
- url: this.baseUrl ? this.baseUrl + api["i" /* getHandleInfoHtml */] : api["i" /* getHandleInfoHtml */],
9156
+ url: this.baseUrl ? this.baseUrl + api["j" /* getHandleInfoHtml */] : api["j" /* getHandleInfoHtml */],
9142
9157
  params: { pendingId: this.pendingId, userId: this.userId }
9143
9158
  }).then(function (res) {
9144
9159
  var status = res.status,
@@ -9185,7 +9200,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9185
9200
  processDefinitionId = _taskExamine2.processDefinitionId;
9186
9201
 
9187
9202
  var params = {
9188
- url: _that.baseUrl ? _that.baseUrl + api["B" /* taskReadHtml */] : api["B" /* taskReadHtml */],
9203
+ url: _that.baseUrl ? _that.baseUrl + api["C" /* taskReadHtml */] : api["C" /* taskReadHtml */],
9189
9204
  type: 'post',
9190
9205
  params: TaskReadvue_type_script_lang_js_extends({}, this.form, {
9191
9206
  pendingId: this.pendingId,
@@ -9625,7 +9640,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9625
9640
  },
9626
9641
  methods: {
9627
9642
  getuserInfo: function getuserInfo() {
9628
- Object(http["a" /* default */])({ url: api["e" /* findUserBaseInfo */] }).then(function (res) {
9643
+ Object(http["a" /* default */])({ url: api["f" /* findUserBaseInfo */] }).then(function (res) {
9629
9644
  localStorage.setItem('userInfo', JSON.stringify(res.results));
9630
9645
  });
9631
9646
  },
@@ -9642,7 +9657,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9642
9657
  var _this = this;
9643
9658
 
9644
9659
  var params = {
9645
- url: api["s" /* isCanStartSubFlow */],
9660
+ url: api["t" /* isCanStartSubFlow */],
9646
9661
  params: {
9647
9662
  appId: this.appId,
9648
9663
  inevitableNode: this.inevitableNode,
@@ -9671,7 +9686,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9671
9686
  pendingId: this.pendingId,
9672
9687
  userId: this.userId
9673
9688
  };
9674
- Object(http["a" /* default */])({ url: api["l" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
9689
+ Object(http["a" /* default */])({ url: api["m" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
9675
9690
  _this2.$toast.clear();http: //localhost:8080/#/Selector
9676
9691
  if (res.status === 'success') {
9677
9692
  _this2.infoList.noticeInfo = res.message;
@@ -9686,7 +9701,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9686
9701
  var _this3 = this;
9687
9702
 
9688
9703
  Object(http["a" /* default */])({
9689
- url: api["d" /* findSysCodes */]
9704
+ url: api["e" /* findSysCodes */]
9690
9705
  }).then(function (res) {
9691
9706
  var status = res.status,
9692
9707
  message = res.message;
@@ -9774,7 +9789,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9774
9789
  var _this5 = this;
9775
9790
 
9776
9791
  var params = {
9777
- url: this.type == 'takeAdvice' ? api["Q" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["N" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["T" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? toTwoOfficesDispatch : api["S" /* toTaskUnionExamine */],
9792
+ url: this.type == 'takeAdvice' ? api["S" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["P" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["V" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? toTwoOfficesDispatch : api["U" /* toTaskUnionExamine */],
9778
9793
  params: { pendingId: this.pendingId, userId: this.userId },
9779
9794
  headers: { Accept: 'application/json,text/plain' }
9780
9795
  };
@@ -9950,7 +9965,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9950
9965
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
9951
9966
  // return this.$toast('暂未开放,敬请期待!');
9952
9967
  var param = {
9953
- url: this.type === 'startDraf' ? api["D" /* taskStartDraft */] : this.type == 'unionSeal' ? api["H" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? twoOfficesDispatch : this.type == 'takeAdvice' ? api["E" /* taskTakeAdvice */] : api["G" /* taskUnionExamine */],
9968
+ url: this.type === 'startDraf' ? api["F" /* taskStartDraft */] : this.type == 'unionSeal' ? api["J" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? twoOfficesDispatch : this.type == 'takeAdvice' ? api["G" /* taskTakeAdvice */] : api["I" /* taskUnionExamine */],
9954
9969
  params: isImageOpinion == 1 ? formData : info,
9955
9970
  headers: { Accept: 'application/json,text/plain' },
9956
9971
  type: 'post',
@@ -9999,7 +10014,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9999
10014
  // duration: 0
10000
10015
  // });
10001
10016
  Object(http["a" /* default */])({
10002
- url: _that.baseUrl ? _that.baseUrl + api["S" /* toTaskUnionExamine */] : api["S" /* toTaskUnionExamine */],
10017
+ url: _that.baseUrl ? _that.baseUrl + api["U" /* toTaskUnionExamine */] : api["U" /* toTaskUnionExamine */],
10003
10018
  params: {
10004
10019
  pendingId: this.pendingId
10005
10020
  }
@@ -10068,8 +10083,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
10068
10083
  )
10069
10084
 
10070
10085
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
10071
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=template&id=3c4c1f3e
10072
- var supervisevue_type_template_id_3c4c1f3e_render = function () {
10086
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=template&id=01d7fecc
10087
+ var supervisevue_type_template_id_01d7fecc_render = function () {
10073
10088
  var _vm = this
10074
10089
  var _h = _vm.$createElement
10075
10090
  var _c = _vm._self._c || _h
@@ -10077,65 +10092,46 @@ var supervisevue_type_template_id_3c4c1f3e_render = function () {
10077
10092
  "div",
10078
10093
  { staticClass: "flow-supervise" },
10079
10094
  [
10080
- _c("em-input", {
10081
- attrs: { "label-width": "90", label: "标题", readonly: "" },
10082
- model: {
10083
- value: _vm.form.pendTitle,
10084
- callback: function ($$v) {
10085
- _vm.$set(_vm.form, "pendTitle", $$v)
10086
- },
10087
- expression: "form.pendTitle",
10088
- },
10089
- }),
10090
- _c("em-input", {
10091
- attrs: { "label-width": "90", label: "当前办理节点", readonly: "" },
10092
- model: {
10093
- value: _vm.form.currentHandleNode,
10094
- callback: function ($$v) {
10095
- _vm.$set(_vm.form, "currentHandleNode", $$v)
10096
- },
10097
- expression: "form.currentHandleNode",
10098
- },
10099
- }),
10100
- _c("em-input", {
10101
- attrs: { "label-width": "90", label: "当前办理人", readonly: "" },
10102
- model: {
10103
- value: _vm.form.pendingUserNames,
10104
- callback: function ($$v) {
10105
- _vm.$set(_vm.form, "pendingUserNames", $$v)
10106
- },
10107
- expression: "form.pendingUserNames",
10108
- },
10109
- }),
10110
10095
  _c("Message", {
10111
10096
  ref: "message",
10112
10097
  attrs: {
10113
10098
  code: "notification_type",
10114
10099
  baseUrl: _vm.baseUrl,
10100
+ showCheckType: false,
10115
10101
  showMsg: true,
10102
+ label: "",
10116
10103
  defaultNotificationType: _vm.form.noticeType,
10117
10104
  defaultNotificationMsg: _vm.form.notifyMessage,
10118
10105
  onlyShowType: "",
10119
10106
  },
10120
10107
  on: { onInputMsg: _vm.onInputMsg },
10121
10108
  }),
10109
+ _c("em-flow-list", {
10110
+ ref: "flowList",
10111
+ staticStyle: { flex: "1", "overflow-y": "auto" },
10112
+ attrs: {
10113
+ type: "4",
10114
+ businessId: "7358f2ba425d49018e13386eb987cd45",
10115
+ "show-btn": false,
10116
+ },
10117
+ }),
10122
10118
  _c("div", { staticClass: "btn-list" }, [
10123
10119
  _c("div", { staticClass: "btn", on: { click: _vm.goBack } }, [
10124
10120
  _vm._v("取消"),
10125
10121
  ]),
10126
10122
  _c("div", { staticClass: "btn", on: { click: _vm.onSubmit } }, [
10127
- _vm._v("确定"),
10123
+ _vm._v("发送"),
10128
10124
  ]),
10129
10125
  ]),
10130
10126
  ],
10131
10127
  1
10132
10128
  )
10133
10129
  }
10134
- var supervisevue_type_template_id_3c4c1f3e_staticRenderFns = []
10135
- supervisevue_type_template_id_3c4c1f3e_render._withStripped = true
10130
+ var supervisevue_type_template_id_01d7fecc_staticRenderFns = []
10131
+ supervisevue_type_template_id_01d7fecc_render._withStripped = true
10136
10132
 
10137
10133
 
10138
- // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=3c4c1f3e
10134
+ // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=01d7fecc
10139
10135
 
10140
10136
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=script&lang=js
10141
10137
  //
@@ -10160,6 +10156,15 @@ supervisevue_type_template_id_3c4c1f3e_render._withStripped = true
10160
10156
  //
10161
10157
  //
10162
10158
  //
10159
+ //
10160
+ //
10161
+ //
10162
+ //
10163
+ //
10164
+ //
10165
+ //
10166
+ //
10167
+ //
10163
10168
 
10164
10169
 
10165
10170
 
@@ -10187,10 +10192,10 @@ supervisevue_type_template_id_3c4c1f3e_render._withStripped = true
10187
10192
  var _this = this;
10188
10193
 
10189
10194
  console.log('点击了提交');
10190
- if (this.form.noticeType.length == 0) {
10191
- this.$toast('请选择通知方式');
10192
- return;
10193
- }
10195
+ var selectInfo = this.$refs.flowList.$children[0].selectedData;
10196
+ if (selectInfo.length == 0) return this.$toast('请选择需要督办的流程');
10197
+ console.log(selectInfo);
10198
+ return;
10194
10199
  if (!this.form.notificationMsg) {
10195
10200
  this.$toast('请填写通知消息内容');
10196
10201
  return;
@@ -10201,11 +10206,12 @@ supervisevue_type_template_id_3c4c1f3e_render._withStripped = true
10201
10206
  pendingUserIds = _form.pendingUserIds;
10202
10207
 
10203
10208
  var params = {
10204
- url: api["P" /* toTaskSuperviseSub */],
10209
+ url: api["R" /* toTaskSuperviseSub */],
10205
10210
  params: {
10206
10211
  userId: util["a" /* default */].getStorage('userId'),
10207
10212
  urgeUserIds: pendingUserIds,
10208
- notificationType: noticeType, notificationMessage: notificationMsg,
10213
+ notificationType: noticeType,
10214
+ notificationMessage: notificationMsg,
10209
10215
  businessId: this.businessId
10210
10216
  }
10211
10217
  };
@@ -10236,7 +10242,7 @@ supervisevue_type_template_id_3c4c1f3e_render._withStripped = true
10236
10242
  message: '加载中...'
10237
10243
  });
10238
10244
  Object(http["a" /* default */])({
10239
- url: api["O" /* toTaskSupervise */],
10245
+ url: api["Q" /* toTaskSupervise */],
10240
10246
  params: {
10241
10247
  businessId: this.businessId,
10242
10248
  userId: util["a" /* default */].getStorage('userId')
@@ -10272,8 +10278,8 @@ supervisevue_type_template_id_3c4c1f3e_render._withStripped = true
10272
10278
 
10273
10279
  var supervise_component = Object(componentNormalizer["a" /* default */])(
10274
10280
  components_supervisevue_type_script_lang_js,
10275
- supervisevue_type_template_id_3c4c1f3e_render,
10276
- supervisevue_type_template_id_3c4c1f3e_staticRenderFns,
10281
+ supervisevue_type_template_id_01d7fecc_render,
10282
+ supervisevue_type_template_id_01d7fecc_staticRenderFns,
10277
10283
  false,
10278
10284
  null,
10279
10285
  null,
@@ -10893,7 +10899,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
10893
10899
  var _this = this;
10894
10900
 
10895
10901
  Object(http["a" /* default */])({
10896
- url: api["d" /* findSysCodes */]
10902
+ url: api["e" /* findSysCodes */]
10897
10903
  }).then(function (res) {
10898
10904
  // this.form.notificationMsg = res.message;
10899
10905
  _this.defaultNotificationType = res.message.split(',');
@@ -10903,7 +10909,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
10903
10909
  var _this2 = this;
10904
10910
 
10905
10911
  var params = {
10906
- url: api["l" /* getNotificationMsg */],
10912
+ url: api["m" /* getNotificationMsg */],
10907
10913
  params: {
10908
10914
  processDefinitionId: this.processObj.processDefinitionId,
10909
10915
  businessId: this.processObj.businessId,
@@ -11039,7 +11045,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
11039
11045
  });
11040
11046
  var _that = this;
11041
11047
  Object(http["a" /* default */])({
11042
- url: (_that.apiBaseUrl || '') + _that.type === 'reset' ? api["v" /* resetProcess */] : api["y" /* taskContinuation */],
11048
+ url: (_that.apiBaseUrl || '') + _that.type === 'reset' ? api["w" /* resetProcess */] : api["z" /* taskContinuation */],
11043
11049
  type: 'post',
11044
11050
  params: info,
11045
11051
  format: false
@@ -11157,7 +11163,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
11157
11163
  // 获取发起流程信息
11158
11164
  getProcessObj: function getProcessObj(res) {
11159
11165
  var that = this;
11160
- var url = that.type === 'reset' ? api["I" /* toResetProcessIndex */] : api["L" /* toTaskContinuationIndex */];
11166
+ var url = that.type === 'reset' ? api["K" /* toResetProcessIndex */] : api["N" /* toTaskContinuationIndex */];
11161
11167
  return new Promise(function (resolve, reiect) {
11162
11168
  Object(http["a" /* default */])({
11163
11169
  url: that.apiBaseUrl ? that.apiBaseUrl + url : url,
@@ -11228,7 +11234,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
11228
11234
 
11229
11235
  var _that = this;
11230
11236
  Object(http["a" /* default */])({
11231
- url: _that.apiBaseUrl ? _that.apiBaseUrl + api["j" /* getNodeInfo */] : api["j" /* getNodeInfo */],
11237
+ url: _that.apiBaseUrl ? _that.apiBaseUrl + api["k" /* getNodeInfo */] : api["k" /* getNodeInfo */],
11232
11238
  params: {
11233
11239
  // params: {
11234
11240
  processDefinitionId: this.processObj.processDefinitionId,