eoss-ui 0.6.18 → 0.6.20

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 (101) hide show
  1. package/lib/eoss-ui.common.js +761 -657
  2. package/lib/flow.js +619 -515
  3. package/lib/index.js +1 -1
  4. package/lib/main.js +132 -132
  5. package/lib/qr-code.js +13 -13
  6. package/lib/theme-chalk/index.css +1 -1
  7. package/lib/theme-chalk/login.css +1 -1
  8. package/package.json +157 -157
  9. package/packages/button/src/main.vue +418 -418
  10. package/packages/button-group/src/main.vue +298 -298
  11. package/packages/checkbox-group/src/main.vue +333 -333
  12. package/packages/clients/src/main.vue +144 -144
  13. package/packages/data-table/src/children.vue +39 -39
  14. package/packages/data-table/src/column.vue +983 -983
  15. package/packages/data-table/src/main.vue +1812 -1812
  16. package/packages/data-table/src/sizer.vue +195 -195
  17. package/packages/date-picker/src/main.vue +236 -236
  18. package/packages/flow/src/component/CustomPreset.vue +1 -1
  19. package/packages/flow/src/component/Preset.vue +1 -1
  20. package/packages/flow/src/component/SendMsg.vue +3 -1
  21. package/packages/flow/src/component/taskUnionExamine.vue +38 -20
  22. package/packages/flow/src/main.vue +2731 -2711
  23. package/packages/flow/src/processForm.vue +13 -2
  24. package/packages/flow/src/processReject.vue +14 -3
  25. package/packages/flow/src/startTaskRead.vue +23 -5
  26. package/packages/flow-group/src/main.vue +684 -684
  27. package/packages/form/src/main.vue +3582 -3582
  28. package/packages/form/src/table.vue +1420 -1420
  29. package/packages/handle-user/src/main.vue +134 -134
  30. package/packages/handler/src/main.vue +374 -374
  31. package/packages/icon/src/main.vue +101 -101
  32. package/packages/input/src/main.vue +356 -356
  33. package/packages/login/src/main.vue +1851 -1851
  34. package/packages/login/src/resetPassword.vue +557 -557
  35. package/packages/main/src/default/message.vue +249 -249
  36. package/packages/main/src/default/notice.vue +157 -157
  37. package/packages/main/src/default/userinfo.vue +494 -494
  38. package/packages/main/src/public/online.vue +89 -89
  39. package/packages/main/src/public/search.vue +454 -454
  40. package/packages/main/src/public/settings.vue +221 -221
  41. package/packages/main/src/simplicity/apps.vue +388 -388
  42. package/packages/main/src/simplicity/avatar.vue +82 -82
  43. package/packages/main/src/simplicity/handler.vue +183 -183
  44. package/packages/main/src/simplicity/index.vue +1930 -1930
  45. package/packages/main/src/simplicity/lists.vue +84 -84
  46. package/packages/main/src/simplicity/menu-list.vue +128 -128
  47. package/packages/main/src/simplicity/message.vue +259 -259
  48. package/packages/main/src/simplicity/notice.vue +190 -190
  49. package/packages/main/src/simplicity/router-page.vue +45 -45
  50. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  51. package/packages/main/src/simplicity/user.vue +248 -248
  52. package/packages/main/src/simplicity/userinfo.vue +304 -304
  53. package/packages/menu/src/main.vue +536 -536
  54. package/packages/pagination/src/main.vue +96 -96
  55. package/packages/qr-code/src/main.vue +170 -170
  56. package/packages/radio-group/src/main.vue +319 -319
  57. package/packages/select/src/main.vue +761 -761
  58. package/packages/selector/src/main.vue +677 -677
  59. package/packages/selector-panel/src/main.vue +1020 -1020
  60. package/packages/selector-panel/src/selection.vue +160 -160
  61. package/packages/tabs/src/main.vue +788 -788
  62. package/packages/theme-chalk/lib/index.css +1 -1
  63. package/packages/theme-chalk/lib/login.css +1 -1
  64. package/packages/theme-chalk/src/base.scss +260 -260
  65. package/packages/theme-chalk/src/button-group.scss +175 -175
  66. package/packages/theme-chalk/src/calendar.scss +113 -113
  67. package/packages/theme-chalk/src/clients.scss +87 -87
  68. package/packages/theme-chalk/src/common/var.scss +1 -4
  69. package/packages/theme-chalk/src/data-table.scss +276 -276
  70. package/packages/theme-chalk/src/dialog.scss +77 -77
  71. package/packages/theme-chalk/src/flow-group.scss +110 -110
  72. package/packages/theme-chalk/src/form.scss +496 -496
  73. package/packages/theme-chalk/src/handler.scss +133 -133
  74. package/packages/theme-chalk/src/icon.scss +1745 -1745
  75. package/packages/theme-chalk/src/icons.scss +99 -99
  76. package/packages/theme-chalk/src/login.scss +917 -926
  77. package/packages/theme-chalk/src/main.scss +632 -632
  78. package/packages/theme-chalk/src/menu.scss +222 -222
  79. package/packages/theme-chalk/src/nav.scss +125 -125
  80. package/packages/theme-chalk/src/pagination.scss +29 -29
  81. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  82. package/packages/theme-chalk/src/simplicity.scss +1246 -1246
  83. package/packages/theme-chalk/src/tabs.scss +87 -87
  84. package/packages/theme-chalk/src/toolbar.scss +179 -179
  85. package/packages/theme-chalk/src/tree-group.scss +72 -72
  86. package/packages/theme-chalk/src/tree.scss +165 -165
  87. package/packages/upload/src/main.vue +1313 -1313
  88. package/packages/wujie/src/main.vue +145 -145
  89. package/src/config/api.js +236 -236
  90. package/src/config/image.js +2 -2
  91. package/src/index.js +157 -157
  92. package/packages/.DS_Store +0 -0
  93. package/packages/checkbox-group/.DS_Store +0 -0
  94. package/packages/data-table/.DS_Store +0 -0
  95. package/packages/dialog/.DS_Store +0 -0
  96. package/packages/handler/.DS_Store +0 -0
  97. package/packages/login/.DS_Store +0 -0
  98. package/packages/main/.DS_Store +0 -0
  99. package/packages/main/src/.DS_Store +0 -0
  100. package/packages/theme-chalk/src/.DS_Store +0 -0
  101. package/src/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4133,7 +4133,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4133
4133
  // ESM COMPAT FLAG
4134
4134
  __webpack_require__.r(__webpack_exports__);
4135
4135
 
4136
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=7e9b7c60&
4136
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=8a660742&
4137
4137
  var render = function () {
4138
4138
  var _vm = this
4139
4139
  var _h = _vm.$createElement
@@ -5239,10 +5239,11 @@ var render = function () {
5239
5239
  key: item.cciValue,
5240
5240
  attrs: {
5241
5241
  label: item.cciValue,
5242
- disabled:
5243
- _vm.readOnlyNotificationType.indexOf(
5244
- item.cciValue
5245
- ) != -1,
5242
+ disabled: _vm.readOnlyNotificationType
5243
+ ? _vm.readOnlyNotificationType.indexOf(
5244
+ item.cciValue
5245
+ ) != -1
5246
+ : false,
5246
5247
  },
5247
5248
  },
5248
5249
  [
@@ -5804,7 +5805,7 @@ var render = function () {
5804
5805
  staticClass: "flow-dialog",
5805
5806
  attrs: {
5806
5807
  "append-to-body": "",
5807
- height: "auto",
5808
+ height: "400px",
5808
5809
  "close-on-click-modal": false,
5809
5810
  title: _vm.taskReadType === "transfer" ? "转办" : "分阅",
5810
5811
  visible: _vm.showTaskRead,
@@ -5943,7 +5944,7 @@ var staticRenderFns = []
5943
5944
  render._withStripped = true
5944
5945
 
5945
5946
 
5946
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7e9b7c60&
5947
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8a660742&
5947
5948
 
5948
5949
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5949
5950
  var regenerator_ = __webpack_require__(13);
@@ -6948,8 +6949,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
6948
6949
  )
6949
6950
 
6950
6951
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
6951
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=48e37642&
6952
- var processFormvue_type_template_id_48e37642_render = function () {
6952
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=1a107d3f&
6953
+ var processFormvue_type_template_id_1a107d3f_render = function () {
6953
6954
  var _vm = this
6954
6955
  var _h = _vm.$createElement
6955
6956
  var _c = _vm._self._c || _h
@@ -7297,10 +7298,11 @@ var processFormvue_type_template_id_48e37642_render = function () {
7297
7298
  key: item.cciValue,
7298
7299
  attrs: {
7299
7300
  label: item.cciValue,
7300
- disabled:
7301
- _vm.readOnlyNotificationType.indexOf(
7302
- item.cciValue
7303
- ) != -1,
7301
+ disabled: _vm.readOnlyNotificationType
7302
+ ? _vm.readOnlyNotificationType.indexOf(
7303
+ item.cciValue
7304
+ ) != -1
7305
+ : false,
7304
7306
  },
7305
7307
  },
7306
7308
  [
@@ -7449,11 +7451,11 @@ var processFormvue_type_template_id_48e37642_render = function () {
7449
7451
  1
7450
7452
  )
7451
7453
  }
7452
- var processFormvue_type_template_id_48e37642_staticRenderFns = []
7453
- processFormvue_type_template_id_48e37642_render._withStripped = true
7454
+ var processFormvue_type_template_id_1a107d3f_staticRenderFns = []
7455
+ processFormvue_type_template_id_1a107d3f_render._withStripped = true
7454
7456
 
7455
7457
 
7456
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=48e37642&
7458
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=1a107d3f&
7457
7459
 
7458
7460
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=db651118&
7459
7461
  var selectUservue_type_template_id_db651118_render = function () {
@@ -8081,8 +8083,8 @@ var selectUser_component = Object(componentNormalizer["a" /* default */])(
8081
8083
  )
8082
8084
 
8083
8085
  /* harmony default export */ var selectUser = (selectUser_component.exports);
8084
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=1f648b95&
8085
- var CustomPresetvue_type_template_id_1f648b95_render = function () {
8086
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=b1fc2e9e&
8087
+ var CustomPresetvue_type_template_id_b1fc2e9e_render = function () {
8086
8088
  var _vm = this
8087
8089
  var _h = _vm.$createElement
8088
8090
  var _c = _vm._self._c || _h
@@ -8184,11 +8186,11 @@ var CustomPresetvue_type_template_id_1f648b95_render = function () {
8184
8186
  1
8185
8187
  )
8186
8188
  }
8187
- var CustomPresetvue_type_template_id_1f648b95_staticRenderFns = []
8188
- CustomPresetvue_type_template_id_1f648b95_render._withStripped = true
8189
+ var CustomPresetvue_type_template_id_b1fc2e9e_staticRenderFns = []
8190
+ CustomPresetvue_type_template_id_b1fc2e9e_render._withStripped = true
8189
8191
 
8190
8192
 
8191
- // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=1f648b95&
8193
+ // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=b1fc2e9e&
8192
8194
 
8193
8195
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=script&lang=js&
8194
8196
  var CustomPresetvue_type_script_lang_js_components;
@@ -8414,7 +8416,7 @@ var CustomPresetvue_type_script_lang_js_components;
8414
8416
  isNoStart && (this.newPresetList = []);
8415
8417
  var params = {
8416
8418
  url: api["K" /* getPresetCustomInfo */],
8417
- params: {
8419
+ data: {
8418
8420
  nodeId: nodeId,
8419
8421
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
8420
8422
  },
@@ -8509,8 +8511,8 @@ var CustomPresetvue_type_script_lang_js_components;
8509
8511
 
8510
8512
  var CustomPreset_component = Object(componentNormalizer["a" /* default */])(
8511
8513
  component_CustomPresetvue_type_script_lang_js_,
8512
- CustomPresetvue_type_template_id_1f648b95_render,
8513
- CustomPresetvue_type_template_id_1f648b95_staticRenderFns,
8514
+ CustomPresetvue_type_template_id_b1fc2e9e_render,
8515
+ CustomPresetvue_type_template_id_b1fc2e9e_staticRenderFns,
8514
8516
  false,
8515
8517
  null,
8516
8518
  null,
@@ -8519,8 +8521,8 @@ var CustomPreset_component = Object(componentNormalizer["a" /* default */])(
8519
8521
  )
8520
8522
 
8521
8523
  /* harmony default export */ var CustomPreset = (CustomPreset_component.exports);
8522
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=template&id=23d1e880&
8523
- var Presetvue_type_template_id_23d1e880_render = function () {
8524
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=template&id=66f83948&
8525
+ var Presetvue_type_template_id_66f83948_render = function () {
8524
8526
  var _vm = this
8525
8527
  var _h = _vm.$createElement
8526
8528
  var _c = _vm._self._c || _h
@@ -8616,11 +8618,11 @@ var Presetvue_type_template_id_23d1e880_render = function () {
8616
8618
  1
8617
8619
  )
8618
8620
  }
8619
- var Presetvue_type_template_id_23d1e880_staticRenderFns = []
8620
- Presetvue_type_template_id_23d1e880_render._withStripped = true
8621
+ var Presetvue_type_template_id_66f83948_staticRenderFns = []
8622
+ Presetvue_type_template_id_66f83948_render._withStripped = true
8621
8623
 
8622
8624
 
8623
- // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=23d1e880&
8625
+ // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=66f83948&
8624
8626
 
8625
8627
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=script&lang=js&
8626
8628
  var Presetvue_type_script_lang_js_components;
@@ -8768,7 +8770,7 @@ var Presetvue_type_script_lang_js_components;
8768
8770
 
8769
8771
  var params = {
8770
8772
  url: api["L" /* getPresetNodeInfo */],
8771
- params: {
8773
+ data: {
8772
8774
  nextNodeId: nextNodeId,
8773
8775
  processDefinitionId: processDefinitionId,
8774
8776
  businessId: businessId,
@@ -8894,8 +8896,8 @@ var Presetvue_type_script_lang_js_components;
8894
8896
 
8895
8897
  var Preset_component = Object(componentNormalizer["a" /* default */])(
8896
8898
  component_Presetvue_type_script_lang_js_,
8897
- Presetvue_type_template_id_23d1e880_render,
8898
- Presetvue_type_template_id_23d1e880_staticRenderFns,
8899
+ Presetvue_type_template_id_66f83948_render,
8900
+ Presetvue_type_template_id_66f83948_staticRenderFns,
8899
8901
  false,
8900
8902
  null,
8901
8903
  null,
@@ -9171,6 +9173,8 @@ var processFormvue_type_script_lang_js_components;
9171
9173
  //
9172
9174
  //
9173
9175
  //
9176
+ //
9177
+ //
9174
9178
 
9175
9179
 
9176
9180
 
@@ -9299,6 +9303,7 @@ var processFormvue_type_script_lang_js_components;
9299
9303
  this.getUserInfo();
9300
9304
  },
9301
9305
  mounted: function mounted() {
9306
+ this.getNodeType();
9302
9307
  this.getStartFlow(this.processDefinitionId);
9303
9308
  this.newOpinion = this.opinion;
9304
9309
  },
@@ -9641,6 +9646,15 @@ var processFormvue_type_script_lang_js_components;
9641
9646
 
9642
9647
  if (status === 'success') {
9643
9648
  _this6.nextNode.noticeType = message.split(',');
9649
+ var arr = [];
9650
+ _this6.nextNode.noticeList.map(function (item) {
9651
+ _this6.nextNode.noticeType.map(function (x) {
9652
+ if (x == item.cciValue) {
9653
+ arr.push(x);
9654
+ }
9655
+ });
9656
+ });
9657
+ _this6.nextNode.noticeType = arr;
9644
9658
  } else {
9645
9659
  _this6.$message.error(message || '系统错误,请联系管理员!');
9646
9660
  }
@@ -9778,7 +9792,6 @@ var processFormvue_type_script_lang_js_components;
9778
9792
  _this7.isCustomPreset && _this7.$refs.customPreset.getPresetFlowInfo(_this7.nextNode.nextNode);
9779
9793
  _this7.getFind();
9780
9794
  _this7.getMessage();
9781
- _this7.getNodeType();
9782
9795
  } else {
9783
9796
  _this7.$message.error(message || '系统错误,请联系管理员!');
9784
9797
  }
@@ -9803,8 +9816,8 @@ var processFormvue_type_script_lang_js_components;
9803
9816
 
9804
9817
  var processForm_component = Object(componentNormalizer["a" /* default */])(
9805
9818
  src_processFormvue_type_script_lang_js_,
9806
- processFormvue_type_template_id_48e37642_render,
9807
- processFormvue_type_template_id_48e37642_staticRenderFns,
9819
+ processFormvue_type_template_id_1a107d3f_render,
9820
+ processFormvue_type_template_id_1a107d3f_staticRenderFns,
9808
9821
  false,
9809
9822
  null,
9810
9823
  null,
@@ -9816,8 +9829,8 @@ var processForm_component = Object(componentNormalizer["a" /* default */])(
9816
9829
  // EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
9817
9830
  var FileList = __webpack_require__(18);
9818
9831
 
9819
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=template&id=3dc7b24d&
9820
- var SendMsgvue_type_template_id_3dc7b24d_render = function () {
9832
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=template&id=6b27baa2&
9833
+ var SendMsgvue_type_template_id_6b27baa2_render = function () {
9821
9834
  var _vm = this
9822
9835
  var _h = _vm.$createElement
9823
9836
  var _c = _vm._self._c || _h
@@ -9880,9 +9893,11 @@ var SendMsgvue_type_template_id_3dc7b24d_render = function () {
9880
9893
  key: item.cciValue,
9881
9894
  attrs: {
9882
9895
  label: item.cciValue,
9883
- disabled:
9884
- _vm.readOnlyNotificationType.indexOf(item.cciValue) !=
9885
- -1,
9896
+ disabled: _vm.readOnlyNotificationType
9897
+ ? _vm.readOnlyNotificationType.indexOf(
9898
+ item.cciValue
9899
+ ) != -1
9900
+ : false,
9886
9901
  },
9887
9902
  },
9888
9903
  [
@@ -10020,11 +10035,11 @@ var SendMsgvue_type_template_id_3dc7b24d_render = function () {
10020
10035
  1
10021
10036
  )
10022
10037
  }
10023
- var SendMsgvue_type_template_id_3dc7b24d_staticRenderFns = []
10024
- SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
10038
+ var SendMsgvue_type_template_id_6b27baa2_staticRenderFns = []
10039
+ SendMsgvue_type_template_id_6b27baa2_render._withStripped = true
10025
10040
 
10026
10041
 
10027
- // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=3dc7b24d&
10042
+ // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=6b27baa2&
10028
10043
 
10029
10044
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=script&lang=js&
10030
10045
  //
@@ -10116,6 +10131,8 @@ SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
10116
10131
  //
10117
10132
  //
10118
10133
  //
10134
+ //
10135
+ //
10119
10136
 
10120
10137
 
10121
10138
 
@@ -10274,8 +10291,8 @@ SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
10274
10291
 
10275
10292
  var SendMsg_component = Object(componentNormalizer["a" /* default */])(
10276
10293
  component_SendMsgvue_type_script_lang_js_,
10277
- SendMsgvue_type_template_id_3dc7b24d_render,
10278
- SendMsgvue_type_template_id_3dc7b24d_staticRenderFns,
10294
+ SendMsgvue_type_template_id_6b27baa2_render,
10295
+ SendMsgvue_type_template_id_6b27baa2_staticRenderFns,
10279
10296
  false,
10280
10297
  null,
10281
10298
  null,
@@ -10683,8 +10700,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
10683
10700
  )
10684
10701
 
10685
10702
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
10686
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=7df0d512&
10687
- var processRejectvue_type_template_id_7df0d512_render = function () {
10703
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=0f092122&
10704
+ var processRejectvue_type_template_id_0f092122_render = function () {
10688
10705
  var _vm = this
10689
10706
  var _h = _vm.$createElement
10690
10707
  var _c = _vm._self._c || _h
@@ -10821,10 +10838,11 @@ var processRejectvue_type_template_id_7df0d512_render = function () {
10821
10838
  key: item.cciValue,
10822
10839
  attrs: {
10823
10840
  label: item.cciValue,
10824
- disabled:
10825
- _vm.readOnlyNotificationType.indexOf(
10826
- item.cciValue
10827
- ) != -1,
10841
+ disabled: _vm.readOnlyNotificationType
10842
+ ? _vm.readOnlyNotificationType.indexOf(
10843
+ item.cciValue
10844
+ ) != -1
10845
+ : false,
10828
10846
  },
10829
10847
  },
10830
10848
  [
@@ -10904,11 +10922,11 @@ var processRejectvue_type_template_id_7df0d512_render = function () {
10904
10922
  1
10905
10923
  )
10906
10924
  }
10907
- var processRejectvue_type_template_id_7df0d512_staticRenderFns = []
10908
- processRejectvue_type_template_id_7df0d512_render._withStripped = true
10925
+ var processRejectvue_type_template_id_0f092122_staticRenderFns = []
10926
+ processRejectvue_type_template_id_0f092122_render._withStripped = true
10909
10927
 
10910
10928
 
10911
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=7df0d512&
10929
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=0f092122&
10912
10930
 
10913
10931
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
10914
10932
  //
@@ -10994,6 +11012,8 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
10994
11012
  //
10995
11013
  //
10996
11014
  //
11015
+ //
11016
+ //
10997
11017
 
10998
11018
 
10999
11019
 
@@ -11039,6 +11059,7 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
11039
11059
  },
11040
11060
  mounted: function mounted() {
11041
11061
  this.newsInformation = this.newsInfo;
11062
+ this.getNodeType();
11042
11063
  this.getProcessReject();
11043
11064
  },
11044
11065
 
@@ -11128,6 +11149,15 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
11128
11149
 
11129
11150
  if (status === 'success') {
11130
11151
  _this3.nextNode.noticeType = message.split(',');
11152
+ var arr = [];
11153
+ _this3.nextNode.noticeList.map(function (item) {
11154
+ _this3.nextNode.noticeType.map(function (x) {
11155
+ if (x == item.cciValue) {
11156
+ arr.push(x);
11157
+ }
11158
+ });
11159
+ });
11160
+ _this3.nextNode.noticeType = arr;
11131
11161
  }
11132
11162
  }).catch(function (err) {
11133
11163
  _this3.loading = false;
@@ -11186,7 +11216,6 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
11186
11216
  }
11187
11217
  });
11188
11218
  this.getFind();
11189
- this.getNodeType();
11190
11219
  }
11191
11220
  }
11192
11221
  });
@@ -11202,8 +11231,8 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
11202
11231
 
11203
11232
  var processReject_component = Object(componentNormalizer["a" /* default */])(
11204
11233
  src_processRejectvue_type_script_lang_js_,
11205
- processRejectvue_type_template_id_7df0d512_render,
11206
- processRejectvue_type_template_id_7df0d512_staticRenderFns,
11234
+ processRejectvue_type_template_id_0f092122_render,
11235
+ processRejectvue_type_template_id_0f092122_staticRenderFns,
11207
11236
  false,
11208
11237
  null,
11209
11238
  null,
@@ -11212,8 +11241,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
11212
11241
  )
11213
11242
 
11214
11243
  /* harmony default export */ var processReject = (processReject_component.exports);
11215
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4a0a6b09&
11216
- var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
11244
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=1372220b&
11245
+ var startTaskReadvue_type_template_id_1372220b_render = function () {
11217
11246
  var _vm = this
11218
11247
  var _h = _vm.$createElement
11219
11248
  var _c = _vm._self._c || _h
@@ -11244,351 +11273,369 @@ var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
11244
11273
  attrs: { model: _vm.nextNode, "label-width": "110px" },
11245
11274
  },
11246
11275
  [
11247
- _vm.type === "transfer"
11248
- ? _c(
11249
- "el-form-item",
11250
- { attrs: { prop: "handleExplain", label: "当前步骤" } },
11251
- [
11252
- _c("el-input", {
11253
- attrs: { readonly: "" },
11254
- model: {
11255
- value: _vm.nextNode.nodeName,
11256
- callback: function ($$v) {
11257
- _vm.$set(_vm.nextNode, "nodeName", $$v)
11258
- },
11259
- expression: "nextNode.nodeName",
11260
- },
11261
- }),
11262
- ],
11263
- 1
11264
- )
11265
- : _vm._e(),
11266
- _vm.type == "transfer" && _vm.transferInfo.isSinglePage
11267
- ? _c(
11268
- "el-form-item",
11269
- { attrs: { prop: "handleExplain", label: "意见" } },
11270
- [
11271
- _c("el-input", {
11272
- attrs: { placeholder: "请填写意见" },
11273
- model: {
11274
- value: _vm.nextNode.handleExplain,
11275
- callback: function ($$v) {
11276
- _vm.$set(_vm.nextNode, "handleExplain", $$v)
11277
- },
11278
- expression: "nextNode.handleExplain",
11279
- },
11280
- }),
11281
- ],
11282
- 1
11283
- )
11284
- : _vm._e(),
11285
11276
  _c(
11286
- "el-form-item",
11277
+ "div",
11287
11278
  {
11288
- attrs: {
11289
- prop: "nextUser",
11290
- label:
11291
- _vm.type === "transfer"
11292
- ? "转办对象"
11293
- : _vm.configInfo.isCdjxjTaskHandle == "true"
11294
- ? "接收人"
11295
- : "办理用户",
11279
+ staticStyle: {
11280
+ "max-height": "290px",
11281
+ "overflow-y": "auto",
11282
+ "margin-bottom": "10px",
11296
11283
  },
11297
11284
  },
11298
11285
  [
11299
- _c("SelectUser", {
11300
- attrs: {
11301
- nextUser: _vm.nextNode.nextUser,
11302
- options: _vm.userOptions,
11303
- multiple: _vm.type != "transfer" ? _vm.multiple : false,
11304
- mix: _vm.type != "transfer",
11305
- selectUserList: _vm.selectUserList,
11306
- types:
11307
- _vm.type == "transfer"
11308
- ? ["employee", "persongroup"]
11309
- : ["employee", "enterprise", "department", "persongroup"],
11310
- tabs: _vm.tabs,
11311
- where: { type: "user" },
11312
- },
11313
- on: {
11314
- change: function ($event) {
11315
- _vm.changeSelectUser($event, "nextUser")
11316
- },
11317
- },
11318
- }),
11319
- ],
11320
- 1
11321
- ),
11322
- _vm.configInfo.isCdjxjTaskHandle != "true" && _vm.type != "transfer"
11323
- ? _c(
11324
- "el-form-item",
11325
- { attrs: { prop: "cy", label: "常用群组" } },
11326
- [
11327
- _c(
11328
- "el-checkbox-group",
11329
- {
11330
- model: {
11331
- value: _vm.selectCheck,
11332
- callback: function ($$v) {
11333
- _vm.selectCheck = $$v
11334
- },
11335
- expression: "selectCheck",
11336
- },
11337
- },
11338
- _vm._l(_vm.configInfo.groups, function (item) {
11339
- return _c(
11340
- "el-checkbox",
11341
- {
11342
- key: item.id,
11343
- attrs: { label: item.name },
11344
- on: {
11345
- change: function ($event) {
11346
- _vm.handleSelectCheck($event, item)
11347
- },
11286
+ _vm.type === "transfer"
11287
+ ? _c(
11288
+ "el-form-item",
11289
+ { attrs: { prop: "handleExplain", label: "当前步骤" } },
11290
+ [
11291
+ _c("el-input", {
11292
+ attrs: { readonly: "" },
11293
+ model: {
11294
+ value: _vm.nextNode.nodeName,
11295
+ callback: function ($$v) {
11296
+ _vm.$set(_vm.nextNode, "nodeName", $$v)
11348
11297
  },
11298
+ expression: "nextNode.nodeName",
11349
11299
  },
11350
- [_vm._v(_vm._s(item.name))]
11351
- )
11352
- }),
11300
+ }),
11301
+ ],
11353
11302
  1
11354
- ),
11355
- ],
11356
- 1
11357
- )
11358
- : _vm._e(),
11359
- _vm.configInfo.fyDoresult == "true"
11360
- ? _c(
11361
- "el-form-item",
11362
- { attrs: { prop: "showDoresult", label: "流程意见" } },
11363
- [
11364
- _c(
11365
- "el-radio",
11366
- {
11367
- attrs: { label: "0" },
11368
- model: {
11369
- value: _vm.nextNode.showDoresult,
11370
- callback: function ($$v) {
11371
- _vm.$set(_vm.nextNode, "showDoresult", $$v)
11372
- },
11373
- expression: "nextNode.showDoresult",
11374
- },
11375
- },
11376
- [_vm._v("分阅")]
11377
- ),
11378
- _c(
11379
- "el-radio",
11380
- {
11381
- attrs: { label: "1" },
11382
- model: {
11383
- value: _vm.nextNode.showDoresult,
11384
- callback: function ($$v) {
11385
- _vm.$set(_vm.nextNode, "showDoresult", $$v)
11386
- },
11387
- expression: "nextNode.showDoresult",
11388
- },
11389
- },
11390
- [_vm._v("不分阅")]
11391
- ),
11392
- ],
11393
- 1
11394
- )
11395
- : _vm._e(),
11396
- _vm.configInfo.fyeh == "true"
11397
- ? _c(
11398
- "el-form-item",
11399
- { attrs: { prop: "isInHistory", label: "分阅记录" } },
11400
- [
11401
- _c(
11402
- "el-radio",
11403
- {
11404
- attrs: { label: "0" },
11405
- model: {
11406
- value: _vm.nextNode.isInHistory,
11407
- callback: function ($$v) {
11408
- _vm.$set(_vm.nextNode, "isInHistory", $$v)
11409
- },
11410
- expression: "nextNode.isInHistory",
11411
- },
11412
- },
11413
- [_vm._v("记录")]
11414
- ),
11415
- _c(
11416
- "el-radio",
11417
- {
11418
- attrs: { label: "1" },
11419
- model: {
11420
- value: _vm.nextNode.isInHistory,
11421
- callback: function ($$v) {
11422
- _vm.$set(_vm.nextNode, "isInHistory", $$v)
11423
- },
11424
- expression: "nextNode.isInHistory",
11425
- },
11426
- },
11427
- [_vm._v("不记录")]
11428
- ),
11429
- ],
11430
- 1
11431
- )
11432
- : _vm._e(),
11433
- _vm.configInfo.download
11434
- ? _c(
11435
- "el-form-item",
11436
- { attrs: { prop: "isDownload", label: "打印下载文件" } },
11437
- [
11438
- _c(
11439
- "el-radio",
11440
- {
11441
- attrs: { label: "0" },
11442
- model: {
11443
- value: _vm.nextNode.isDownload,
11444
- callback: function ($$v) {
11445
- _vm.$set(_vm.nextNode, "isDownload", $$v)
11446
- },
11447
- expression: "nextNode.isDownload",
11448
- },
11449
- },
11450
- [_vm._v("允许")]
11451
- ),
11452
- _c(
11453
- "el-radio",
11454
- {
11455
- attrs: { label: "1" },
11456
- model: {
11457
- value: _vm.nextNode.isDownload,
11458
- callback: function ($$v) {
11459
- _vm.$set(_vm.nextNode, "isDownload", $$v)
11303
+ )
11304
+ : _vm._e(),
11305
+ _vm.type == "transfer" && _vm.transferInfo.isSinglePage
11306
+ ? _c(
11307
+ "el-form-item",
11308
+ { attrs: { prop: "handleExplain", label: "意见" } },
11309
+ [
11310
+ _c("el-input", {
11311
+ attrs: { placeholder: "请填写意见" },
11312
+ model: {
11313
+ value: _vm.nextNode.handleExplain,
11314
+ callback: function ($$v) {
11315
+ _vm.$set(_vm.nextNode, "handleExplain", $$v)
11316
+ },
11317
+ expression: "nextNode.handleExplain",
11460
11318
  },
11461
- expression: "nextNode.isDownload",
11462
- },
11463
- },
11464
- [_vm._v("不允许")]
11465
- ),
11466
- ],
11467
- 1
11468
- )
11469
- : _vm._e(),
11470
- _vm.type != "transfer"
11471
- ? _c(
11319
+ }),
11320
+ ],
11321
+ 1
11322
+ )
11323
+ : _vm._e(),
11324
+ _c(
11472
11325
  "el-form-item",
11473
11326
  {
11474
11327
  attrs: {
11475
- prop: "handleExplain",
11328
+ prop: "nextUser",
11476
11329
  label:
11477
- _vm.configInfo.isCdjxjTaskHandle == "true"
11478
- ? "附言"
11479
- : "办理说明",
11330
+ _vm.type === "transfer"
11331
+ ? "转办对象"
11332
+ : _vm.configInfo.isCdjxjTaskHandle == "true"
11333
+ ? "接收人"
11334
+ : "办理用户",
11480
11335
  },
11481
11336
  },
11482
11337
  [
11483
- _c("el-input", {
11484
- attrs: { placeholder: "请填写办理说明" },
11485
- model: {
11486
- value: _vm.nextNode.handleExplain,
11487
- callback: function ($$v) {
11488
- _vm.$set(_vm.nextNode, "handleExplain", $$v)
11338
+ _c("SelectUser", {
11339
+ attrs: {
11340
+ nextUser: _vm.nextNode.nextUser,
11341
+ options: _vm.userOptions,
11342
+ multiple: _vm.type != "transfer" ? _vm.multiple : false,
11343
+ mix: _vm.type != "transfer",
11344
+ selectUserList: _vm.selectUserList,
11345
+ types:
11346
+ _vm.type == "transfer"
11347
+ ? ["employee", "persongroup"]
11348
+ : [
11349
+ "employee",
11350
+ "enterprise",
11351
+ "department",
11352
+ "persongroup",
11353
+ ],
11354
+ tabs: _vm.tabs,
11355
+ where: { type: "user" },
11356
+ },
11357
+ on: {
11358
+ change: function ($event) {
11359
+ _vm.changeSelectUser($event, "nextUser")
11489
11360
  },
11490
- expression: "nextNode.handleExplain",
11491
11361
  },
11492
11362
  }),
11493
11363
  ],
11494
11364
  1
11495
- )
11496
- : _vm._e(),
11497
- _vm.configInfo.isCdjxjTaskHandle != "true"
11498
- ? _c(
11499
- "el-form-item",
11500
- {
11501
- attrs: {
11502
- prop: "noticeType",
11503
- label: "通知方式",
11504
- rules: [
11505
- {
11506
- required: false,
11507
- message: "请选择通知方式",
11508
- trigger: "blur",
11509
- },
11510
- ],
11511
- },
11512
- },
11513
- [
11514
- _c(
11515
- "el-checkbox-group",
11516
- {
11517
- staticStyle: { display: "contents" },
11518
- model: {
11519
- value: _vm.nextNode.noticeType,
11520
- callback: function ($$v) {
11521
- _vm.$set(_vm.nextNode, "noticeType", $$v)
11522
- },
11523
- expression: "nextNode.noticeType",
11524
- },
11525
- },
11526
- _vm._l(_vm.noticeList, function (item) {
11527
- return _c(
11528
- "el-checkbox",
11365
+ ),
11366
+ _vm.configInfo.isCdjxjTaskHandle != "true" &&
11367
+ _vm.type != "transfer"
11368
+ ? _c(
11369
+ "el-form-item",
11370
+ { attrs: { prop: "cy", label: "常用群组" } },
11371
+ [
11372
+ _c(
11373
+ "el-checkbox-group",
11529
11374
  {
11530
- key: item.cciValue,
11531
- attrs: {
11532
- label: item.cciValue,
11533
- disabled:
11534
- _vm.configInfo.readOnlyNotificationType.indexOf(
11535
- item.cciValue
11536
- ) != -1,
11375
+ model: {
11376
+ value: _vm.selectCheck,
11377
+ callback: function ($$v) {
11378
+ _vm.selectCheck = $$v
11379
+ },
11380
+ expression: "selectCheck",
11537
11381
  },
11538
11382
  },
11539
- [
11540
- _vm._v(
11541
- "\n " +
11542
- _vm._s(item.shortName) +
11543
- "\n "
11544
- ),
11545
- ]
11546
- )
11547
- }),
11383
+ _vm._l(_vm.configInfo.groups, function (item) {
11384
+ return _c(
11385
+ "el-checkbox",
11386
+ {
11387
+ key: item.id,
11388
+ attrs: { label: item.name },
11389
+ on: {
11390
+ change: function ($event) {
11391
+ _vm.handleSelectCheck($event, item)
11392
+ },
11393
+ },
11394
+ },
11395
+ [_vm._v(_vm._s(item.name))]
11396
+ )
11397
+ }),
11398
+ 1
11399
+ ),
11400
+ ],
11548
11401
  1
11549
- ),
11550
- ],
11551
- 1
11552
- )
11553
- : _vm._e(),
11554
- _c(
11555
- "el-form-item",
11556
- {
11557
- directives: [
11402
+ )
11403
+ : _vm._e(),
11404
+ _vm.configInfo.fyDoresult == "true"
11405
+ ? _c(
11406
+ "el-form-item",
11407
+ { attrs: { prop: "showDoresult", label: "流程意见" } },
11408
+ [
11409
+ _c(
11410
+ "el-radio",
11411
+ {
11412
+ attrs: { label: "0" },
11413
+ model: {
11414
+ value: _vm.nextNode.showDoresult,
11415
+ callback: function ($$v) {
11416
+ _vm.$set(_vm.nextNode, "showDoresult", $$v)
11417
+ },
11418
+ expression: "nextNode.showDoresult",
11419
+ },
11420
+ },
11421
+ [_vm._v("分阅")]
11422
+ ),
11423
+ _c(
11424
+ "el-radio",
11425
+ {
11426
+ attrs: { label: "1" },
11427
+ model: {
11428
+ value: _vm.nextNode.showDoresult,
11429
+ callback: function ($$v) {
11430
+ _vm.$set(_vm.nextNode, "showDoresult", $$v)
11431
+ },
11432
+ expression: "nextNode.showDoresult",
11433
+ },
11434
+ },
11435
+ [_vm._v("不分阅")]
11436
+ ),
11437
+ ],
11438
+ 1
11439
+ )
11440
+ : _vm._e(),
11441
+ _vm.configInfo.fyeh == "true"
11442
+ ? _c(
11443
+ "el-form-item",
11444
+ { attrs: { prop: "isInHistory", label: "分阅记录" } },
11445
+ [
11446
+ _c(
11447
+ "el-radio",
11448
+ {
11449
+ attrs: { label: "0" },
11450
+ model: {
11451
+ value: _vm.nextNode.isInHistory,
11452
+ callback: function ($$v) {
11453
+ _vm.$set(_vm.nextNode, "isInHistory", $$v)
11454
+ },
11455
+ expression: "nextNode.isInHistory",
11456
+ },
11457
+ },
11458
+ [_vm._v("记录")]
11459
+ ),
11460
+ _c(
11461
+ "el-radio",
11462
+ {
11463
+ attrs: { label: "1" },
11464
+ model: {
11465
+ value: _vm.nextNode.isInHistory,
11466
+ callback: function ($$v) {
11467
+ _vm.$set(_vm.nextNode, "isInHistory", $$v)
11468
+ },
11469
+ expression: "nextNode.isInHistory",
11470
+ },
11471
+ },
11472
+ [_vm._v("不记录")]
11473
+ ),
11474
+ ],
11475
+ 1
11476
+ )
11477
+ : _vm._e(),
11478
+ _vm.configInfo.download
11479
+ ? _c(
11480
+ "el-form-item",
11481
+ { attrs: { prop: "isDownload", label: "打印下载文件" } },
11482
+ [
11483
+ _c(
11484
+ "el-radio",
11485
+ {
11486
+ attrs: { label: "0" },
11487
+ model: {
11488
+ value: _vm.nextNode.isDownload,
11489
+ callback: function ($$v) {
11490
+ _vm.$set(_vm.nextNode, "isDownload", $$v)
11491
+ },
11492
+ expression: "nextNode.isDownload",
11493
+ },
11494
+ },
11495
+ [_vm._v("允许")]
11496
+ ),
11497
+ _c(
11498
+ "el-radio",
11499
+ {
11500
+ attrs: { label: "1" },
11501
+ model: {
11502
+ value: _vm.nextNode.isDownload,
11503
+ callback: function ($$v) {
11504
+ _vm.$set(_vm.nextNode, "isDownload", $$v)
11505
+ },
11506
+ expression: "nextNode.isDownload",
11507
+ },
11508
+ },
11509
+ [_vm._v("不允许")]
11510
+ ),
11511
+ ],
11512
+ 1
11513
+ )
11514
+ : _vm._e(),
11515
+ _vm.type != "transfer"
11516
+ ? _c(
11517
+ "el-form-item",
11518
+ {
11519
+ attrs: {
11520
+ prop: "handleExplain",
11521
+ label:
11522
+ _vm.configInfo.isCdjxjTaskHandle == "true"
11523
+ ? "附言"
11524
+ : "办理说明",
11525
+ },
11526
+ },
11527
+ [
11528
+ _c("el-input", {
11529
+ attrs: { placeholder: "请填写办理说明" },
11530
+ model: {
11531
+ value: _vm.nextNode.handleExplain,
11532
+ callback: function ($$v) {
11533
+ _vm.$set(_vm.nextNode, "handleExplain", $$v)
11534
+ },
11535
+ expression: "nextNode.handleExplain",
11536
+ },
11537
+ }),
11538
+ ],
11539
+ 1
11540
+ )
11541
+ : _vm._e(),
11542
+ _vm.configInfo.isCdjxjTaskHandle != "true"
11543
+ ? _c(
11544
+ "el-form-item",
11545
+ {
11546
+ attrs: {
11547
+ prop: "noticeType",
11548
+ label: "通知方式",
11549
+ rules: [
11550
+ {
11551
+ required: false,
11552
+ message: "请选择通知方式",
11553
+ trigger: "blur",
11554
+ },
11555
+ ],
11556
+ },
11557
+ },
11558
+ [
11559
+ _c(
11560
+ "el-checkbox-group",
11561
+ {
11562
+ staticStyle: { display: "contents" },
11563
+ model: {
11564
+ value: _vm.nextNode.noticeType,
11565
+ callback: function ($$v) {
11566
+ _vm.$set(_vm.nextNode, "noticeType", $$v)
11567
+ },
11568
+ expression: "nextNode.noticeType",
11569
+ },
11570
+ },
11571
+ _vm._l(_vm.noticeList, function (item) {
11572
+ return _c(
11573
+ "el-checkbox",
11574
+ {
11575
+ key: item.cciValue,
11576
+ attrs: {
11577
+ label: item.cciValue,
11578
+ disabled: _vm.readOnlyNotificationType
11579
+ ? _vm.readOnlyNotificationType.indexOf(
11580
+ item.cciValue
11581
+ ) != -1
11582
+ : false,
11583
+ },
11584
+ },
11585
+ [
11586
+ _vm._v(
11587
+ "\n " +
11588
+ _vm._s(item.shortName) +
11589
+ "\n "
11590
+ ),
11591
+ ]
11592
+ )
11593
+ }),
11594
+ 1
11595
+ ),
11596
+ ],
11597
+ 1
11598
+ )
11599
+ : _vm._e(),
11600
+ _c(
11601
+ "el-form-item",
11558
11602
  {
11559
- name: "show",
11560
- rawName: "v-show",
11561
- value:
11562
- _vm.nextNode.noticeType.length != 0 &&
11563
- _vm.configInfo.isCdjxjTaskHandle != "true" &&
11564
- _vm.type == "transfer",
11565
- expression:
11566
- "\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true' &&\n type == 'transfer'\n ",
11567
- },
11568
- ],
11569
- attrs: { prop: "nextNode", label: "通知消息" },
11570
- },
11571
- [
11572
- _c("es-input", {
11573
- staticStyle: {
11574
- "border-color": "#ccc",
11575
- padding: "5px",
11576
- "border-radius": "5px",
11577
- "font-size": "13px",
11578
- },
11579
- attrs: {
11580
- type: "textarea",
11581
- readonly:
11582
- _vm.configInfo.notificationMessageReadOnly == "true",
11583
- },
11584
- model: {
11585
- value: _vm.newsNoice,
11586
- callback: function ($$v) {
11587
- _vm.newsNoice = $$v
11588
- },
11589
- expression: "newsNoice",
11603
+ directives: [
11604
+ {
11605
+ name: "show",
11606
+ rawName: "v-show",
11607
+ value:
11608
+ _vm.nextNode.noticeType.length != 0 &&
11609
+ _vm.configInfo.isCdjxjTaskHandle != "true",
11610
+ expression:
11611
+ "\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true'\n ",
11612
+ },
11613
+ ],
11614
+ attrs: { prop: "nextNode", label: "通知消息" },
11590
11615
  },
11591
- }),
11616
+ [
11617
+ _c("es-input", {
11618
+ staticStyle: {
11619
+ "border-color": "#ccc",
11620
+ padding: "5px",
11621
+ "border-radius": "5px",
11622
+ "font-size": "13px",
11623
+ },
11624
+ attrs: {
11625
+ type: "textarea",
11626
+ readonly: _vm.notificationMessageReadOnly == "true",
11627
+ },
11628
+ model: {
11629
+ value: _vm.newsNoice,
11630
+ callback: function ($$v) {
11631
+ _vm.newsNoice = $$v
11632
+ },
11633
+ expression: "newsNoice",
11634
+ },
11635
+ }),
11636
+ ],
11637
+ 1
11638
+ ),
11592
11639
  ],
11593
11640
  1
11594
11641
  ),
@@ -11620,11 +11667,11 @@ var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
11620
11667
  1
11621
11668
  )
11622
11669
  }
11623
- var startTaskReadvue_type_template_id_4a0a6b09_staticRenderFns = []
11624
- startTaskReadvue_type_template_id_4a0a6b09_render._withStripped = true
11670
+ var startTaskReadvue_type_template_id_1372220b_staticRenderFns = []
11671
+ startTaskReadvue_type_template_id_1372220b_render._withStripped = true
11625
11672
 
11626
11673
 
11627
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4a0a6b09&
11674
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=1372220b&
11628
11675
 
11629
11676
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
11630
11677
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -11786,6 +11833,9 @@ var startTaskReadvue_type_script_lang_js_components;
11786
11833
  //
11787
11834
  //
11788
11835
  //
11836
+ //
11837
+ //
11838
+ //
11789
11839
 
11790
11840
 
11791
11841
 
@@ -11804,6 +11854,8 @@ var startTaskReadvue_type_script_lang_js_components;
11804
11854
  return {
11805
11855
  loading: false,
11806
11856
  newsNoice: '',
11857
+ readOnlyNotificationType: '',
11858
+ notificationMessageReadOnly: false,
11807
11859
  nextNode: {
11808
11860
  nextUser: [],
11809
11861
  userInfo: [],
@@ -12042,6 +12094,15 @@ var startTaskReadvue_type_script_lang_js_components;
12042
12094
 
12043
12095
  if (status === 'success') {
12044
12096
  _this5.noticeList = data;
12097
+ var arr = [];
12098
+ _this5.noticeList.map(function (item) {
12099
+ _this5.nextNode.noticeType.map(function (x) {
12100
+ if (x == item.cciValue) {
12101
+ arr.push(x);
12102
+ }
12103
+ });
12104
+ });
12105
+ _this5.nextNode.noticeType = arr;
12045
12106
  }
12046
12107
  }).catch(function (err) {
12047
12108
  _this5.loading = false;
@@ -12204,11 +12265,16 @@ var startTaskReadvue_type_script_lang_js_components;
12204
12265
  url: api["w" /* findSysCodes */]
12205
12266
  }).then(function (res) {
12206
12267
  var status = res.status,
12207
- message = res.message;
12268
+ message = res.message,
12269
+ data = res.data;
12208
12270
 
12209
12271
  _this8.loading = false;
12210
12272
  if (status === 'success') {
12211
12273
  _this8.nextNode.noticeType = message.split(',');
12274
+ if (data) {
12275
+ _this8.notificationMessageReadOnly = data.notificationMessageReadOnly;
12276
+ _this8.readOnlyNotificationType = data.readOnlyNotificationType;
12277
+ }
12212
12278
  } else {
12213
12279
  _this8.$message.error(message || '系统错误,请联系管理员!');
12214
12280
  }
@@ -12239,8 +12305,8 @@ var startTaskReadvue_type_script_lang_js_components;
12239
12305
 
12240
12306
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
12241
12307
  src_startTaskReadvue_type_script_lang_js_,
12242
- startTaskReadvue_type_template_id_4a0a6b09_render,
12243
- startTaskReadvue_type_template_id_4a0a6b09_staticRenderFns,
12308
+ startTaskReadvue_type_template_id_1372220b_render,
12309
+ startTaskReadvue_type_template_id_1372220b_staticRenderFns,
12244
12310
  false,
12245
12311
  null,
12246
12312
  null,
@@ -12249,8 +12315,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
12249
12315
  )
12250
12316
 
12251
12317
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
12252
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=74c4b024&
12253
- var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
12318
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=fa1f04ee&
12319
+ var taskUnionExaminevue_type_template_id_fa1f04ee_render = function () {
12254
12320
  var _vm = this
12255
12321
  var _h = _vm.$createElement
12256
12322
  var _c = _vm._self._c || _h
@@ -12413,9 +12479,11 @@ var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
12413
12479
  key: item.cciValue,
12414
12480
  attrs: {
12415
12481
  label: item.cciValue,
12416
- disabled:
12417
- _vm.readOnlyNotificationType.indexOf(item.cciValue) !=
12418
- -1,
12482
+ disabled: _vm.readOnlyNotificationType
12483
+ ? _vm.readOnlyNotificationType.indexOf(
12484
+ item.cciValue
12485
+ ) != -1
12486
+ : false,
12419
12487
  },
12420
12488
  },
12421
12489
  [
@@ -12495,11 +12563,11 @@ var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
12495
12563
  1
12496
12564
  )
12497
12565
  }
12498
- var taskUnionExaminevue_type_template_id_74c4b024_staticRenderFns = []
12499
- taskUnionExaminevue_type_template_id_74c4b024_render._withStripped = true
12566
+ var taskUnionExaminevue_type_template_id_fa1f04ee_staticRenderFns = []
12567
+ taskUnionExaminevue_type_template_id_fa1f04ee_render._withStripped = true
12500
12568
 
12501
12569
 
12502
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=74c4b024&
12570
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=fa1f04ee&
12503
12571
 
12504
12572
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
12505
12573
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -12622,6 +12690,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
12622
12690
  //
12623
12691
  //
12624
12692
  //
12693
+ //
12694
+ //
12695
+ //
12696
+ //
12697
+ //
12625
12698
 
12626
12699
 
12627
12700
 
@@ -12671,6 +12744,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
12671
12744
  mounted: function mounted() {
12672
12745
  this.loading = true;
12673
12746
  this.newMultiple = this.multiple;
12747
+ this.getNodeType();
12674
12748
  if (this.type === 'taskReview') return this.getTaskReview();
12675
12749
  this.getInfo();
12676
12750
  },
@@ -12754,7 +12828,6 @@ var taskUnionExaminevue_type_script_lang_js_components;
12754
12828
  _this2.currentOrgProcessKey = taskExamine.currentOrgProcessKey;
12755
12829
  _this2.getFind();
12756
12830
  _this2.getMessage();
12757
- _this2.getNodeType();
12758
12831
  } else {
12759
12832
  _this2.$message.error(message || '系统错误,请联系管理员!');
12760
12833
  }
@@ -12820,7 +12893,6 @@ var taskUnionExaminevue_type_script_lang_js_components;
12820
12893
  _this3.isMultiple(userSelectionType);
12821
12894
  _this3.getFind();
12822
12895
  _this3.getMessage();
12823
- _this3.getNodeType();
12824
12896
  } else {
12825
12897
  _this3.$message.error(message || '系统错误,请联系管理员!');
12826
12898
  }
@@ -12924,7 +12996,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
12924
12996
 
12925
12997
  util["a" /* default */].ajax({
12926
12998
  url: api["u" /* findCodeValues */],
12927
- params: { ccCode: 'notification_type', userId: util["a" /* default */].getStorage('userId') }
12999
+ params: {
13000
+ ccCode: 'notification_type',
13001
+ userId: util["a" /* default */].getStorage('userId')
13002
+ }
12928
13003
  }).then(function (res) {
12929
13004
  var status = res.status,
12930
13005
  data = res.data;
@@ -12971,6 +13046,15 @@ var taskUnionExaminevue_type_script_lang_js_components;
12971
13046
 
12972
13047
  if (status === 'success') {
12973
13048
  _this7.infoList.noticeType = message.split(',');
13049
+ var arr = [];
13050
+ _this7.infoList.noticeList.map(function (item) {
13051
+ _this7.infoList.noticeType.map(function (x) {
13052
+ if (x == item.cciValue) {
13053
+ arr.push(x);
13054
+ }
13055
+ });
13056
+ });
13057
+ _this7.infoList.noticeType = arr;
12974
13058
  } else {
12975
13059
  _this7.$message.error(message || '系统错误,请联系管理员!');
12976
13060
  }
@@ -12995,8 +13079,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
12995
13079
 
12996
13080
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
12997
13081
  component_taskUnionExaminevue_type_script_lang_js_,
12998
- taskUnionExaminevue_type_template_id_74c4b024_render,
12999
- taskUnionExaminevue_type_template_id_74c4b024_staticRenderFns,
13082
+ taskUnionExaminevue_type_template_id_fa1f04ee_render,
13083
+ taskUnionExaminevue_type_template_id_fa1f04ee_staticRenderFns,
13000
13084
  false,
13001
13085
  null,
13002
13086
  null,
@@ -13707,6 +13791,16 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13707
13791
  //
13708
13792
  //
13709
13793
  //
13794
+ //
13795
+ //
13796
+ //
13797
+ //
13798
+ //
13799
+ //
13800
+ //
13801
+ //
13802
+ //
13803
+ //
13710
13804
 
13711
13805
 
13712
13806
 
@@ -13887,6 +13981,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13887
13981
  mounted: function mounted() {
13888
13982
  this.businessIds = this.businessId;
13889
13983
  this.nextNode.nextNodeId = this.nextNodeId;
13984
+ this.getNodeType();
13890
13985
  !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
13891
13986
  if (this.isFlow) {
13892
13987
  this.businessId && this.getProcess();
@@ -14236,11 +14331,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14236
14331
  });
14237
14332
  },
14238
14333
 
14239
- /**
14240
- * saveInfo
14241
- * @desc:暂存
14242
- * @author liufan
14243
- * @date 2022年9月9日
14334
+ /**
14335
+ * saveInfo
14336
+ * @desc:暂存
14337
+ * @author liufan
14338
+ * @date 2022年9月9日
14244
14339
  **/
14245
14340
  saveInfo: function saveInfo(type, btn) {
14246
14341
  var _this6 = this;
@@ -14302,11 +14397,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14302
14397
  });
14303
14398
  },
14304
14399
 
14305
- /**
14306
- * rejectBtn
14307
- * @desc:点击驳回
14308
- * @author liufan
14309
- * @date 2022年5月25日
14400
+ /**
14401
+ * rejectBtn
14402
+ * @desc:点击驳回
14403
+ * @author liufan
14404
+ * @date 2022年5月25日
14310
14405
  **/
14311
14406
  rejectBtn: function rejectBtn() {
14312
14407
  var _this8 = this;
@@ -14324,11 +14419,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14324
14419
  }
14325
14420
  },
14326
14421
 
14327
- /**
14328
- * taskReadBtn
14329
- * @desc:点击分阅
14330
- * @author liufan
14331
- * @date 2022年5月25日
14422
+ /**
14423
+ * taskReadBtn
14424
+ * @desc:点击分阅
14425
+ * @author liufan
14426
+ * @date 2022年5月25日
14332
14427
  **/
14333
14428
  taskReadBtn: function taskReadBtn() {
14334
14429
  var _this9 = this;
@@ -14347,11 +14442,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14347
14442
  }
14348
14443
  },
14349
14444
 
14350
- /**
14351
- * getFind
14352
- * @desc:获取通知方式
14353
- * @author liufan
14354
- * @date 2022年5月25日
14445
+ /**
14446
+ * getFind
14447
+ * @desc:获取通知方式
14448
+ * @author liufan
14449
+ * @date 2022年5月25日
14355
14450
  **/
14356
14451
  getFind: function getFind() {
14357
14452
  var _this10 = this;
@@ -14364,6 +14459,15 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14364
14459
 
14365
14460
  if (status === 'success') {
14366
14461
  _this10.nextNode.notificationType = message.split(',');
14462
+ var arr = [];
14463
+ _this10.newsList.map(function (item) {
14464
+ _this10.nextNode.notificationType.map(function (x) {
14465
+ if (x == item.cciValue) {
14466
+ arr.push(x);
14467
+ }
14468
+ });
14469
+ });
14470
+ _this10.nextNode.notificationType = arr;
14367
14471
  }
14368
14472
  }).catch(function (err) {
14369
14473
  if (err.message && err.message !== 'canceled') {
@@ -14372,12 +14476,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14372
14476
  });
14373
14477
  },
14374
14478
 
14375
- /**
14376
- * endFlows
14377
- * @desc:直接办结
14378
- * @author liufan
14379
- * @param {Object} res 直接办结数据
14380
- * @date 2022年5月25日
14479
+ /**
14480
+ * endFlows
14481
+ * @desc:直接办结
14482
+ * @author liufan
14483
+ * @param {Object} res 直接办结数据
14484
+ * @date 2022年5月25日
14381
14485
  **/
14382
14486
  endFlows: function endFlows(res) {
14383
14487
  var _this11 = this;
@@ -14431,12 +14535,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14431
14535
  }).catch(function (e) {});
14432
14536
  },
14433
14537
 
14434
- /**
14435
- * goView
14436
- * @desc:更多流程按钮操作
14437
- * @author liufan
14438
- * @param {Object} res 当前点击操作按钮数据
14439
- * @date 2022年5月25日
14538
+ /**
14539
+ * goView
14540
+ * @desc:更多流程按钮操作
14541
+ * @author liufan
14542
+ * @param {Object} res 当前点击操作按钮数据
14543
+ * @date 2022年5月25日
14440
14544
  **/
14441
14545
  goView: function goView(res) {
14442
14546
  // 驳回并办结:rejectAndEndHtml
@@ -14513,11 +14617,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14513
14617
  // isCanStartSubFlow
14514
14618
  },
14515
14619
 
14516
- /**
14517
- * toTakeAdvice
14518
- * @desc:征求意见
14519
- * @author liufan
14520
- * @date 2022年9月29日
14620
+ /**
14621
+ * toTakeAdvice
14622
+ * @desc:征求意见
14623
+ * @author liufan
14624
+ * @date 2022年9月29日
14521
14625
  **/
14522
14626
  toTakeAdvice: function toTakeAdvice(res) {
14523
14627
  var _this13 = this;
@@ -14561,11 +14665,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14561
14665
  });
14562
14666
  },
14563
14667
 
14564
- /**
14565
- * toStartDraf
14566
- * @desc: 稿件递送、联合审核、复核
14567
- * @author liufan
14568
- * @date 2022年9月29日
14668
+ /**
14669
+ * toStartDraf
14670
+ * @desc: 稿件递送、联合审核、复核
14671
+ * @author liufan
14672
+ * @date 2022年9月29日
14569
14673
  **/
14570
14674
  toStartDraf: function toStartDraf(res) {
14571
14675
  var _this15 = this;
@@ -14579,11 +14683,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14579
14683
  }
14580
14684
  },
14581
14685
 
14582
- /**
14583
- * toSendMsg
14584
- * @desc:核稿通知
14585
- * @author liufan
14586
- * @date 2022年9月29日
14686
+ /**
14687
+ * toSendMsg
14688
+ * @desc:核稿通知
14689
+ * @author liufan
14690
+ * @date 2022年9月29日
14587
14691
  **/
14588
14692
  toSendMsg: function toSendMsg(res) {
14589
14693
  var _this16 = this;
@@ -14597,11 +14701,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14597
14701
  }
14598
14702
  },
14599
14703
 
14600
- /**
14601
- * toTaskReadAndEnd
14602
- * @desc:分阅并办结
14603
- * @author liufan
14604
- * @date 2022年9月29日
14704
+ /**
14705
+ * toTaskReadAndEnd
14706
+ * @desc:分阅并办结
14707
+ * @author liufan
14708
+ * @date 2022年9月29日
14605
14709
  **/
14606
14710
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
14607
14711
  var _this17 = this;
@@ -14619,11 +14723,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14619
14723
  }
14620
14724
  },
14621
14725
 
14622
- /**
14623
- * rejectAndEnd
14624
- * @desc:驳回并办结
14625
- * @author liufan
14626
- * @date 2022年9月29日
14726
+ /**
14727
+ * rejectAndEnd
14728
+ * @desc:驳回并办结
14729
+ * @author liufan
14730
+ * @date 2022年9月29日
14627
14731
  **/
14628
14732
  rejectAndEnd: function rejectAndEnd(res) {
14629
14733
  var _this18 = this;
@@ -14678,11 +14782,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14678
14782
  });
14679
14783
  },
14680
14784
 
14681
- /**
14682
- * toTransfer
14683
- * @desc:转办
14684
- * @author liufan
14685
- * @date 2022年9月29日
14785
+ /**
14786
+ * toTransfer
14787
+ * @desc:转办
14788
+ * @author liufan
14789
+ * @date 2022年9月29日
14686
14790
  **/
14687
14791
  toTransfer: function toTransfer(res) {
14688
14792
  var _this20 = this;
@@ -14698,11 +14802,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14698
14802
  }
14699
14803
  },
14700
14804
 
14701
- /**
14702
- * getNodeInfo
14703
- * @desc:获取节点信息
14704
- * @author liufan
14705
- * @date 2022年5月25日
14805
+ /**
14806
+ * getNodeInfo
14807
+ * @desc:获取节点信息
14808
+ * @author liufan
14809
+ * @date 2022年5月25日
14706
14810
  **/
14707
14811
  getNodeInfo: function getNodeInfo() {
14708
14812
  var _this21 = this;
@@ -14799,12 +14903,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14799
14903
  });
14800
14904
  },
14801
14905
 
14802
- /**
14803
- * selecNext
14804
- * @desc:下步节点变化时更新数据
14805
- * @author liufan
14806
- * @param {String} val 当前选中值
14807
- * @date 2022年5月25日
14906
+ /**
14907
+ * selecNext
14908
+ * @desc:下步节点变化时更新数据
14909
+ * @author liufan
14910
+ * @param {String} val 当前选中值
14911
+ * @date 2022年5月25日
14808
14912
  **/
14809
14913
  selecNext: function selecNext(val, type, isDef) {
14810
14914
  var _this22 = this;
@@ -14913,11 +15017,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14913
15017
  if (isDef !== true) this.getNodeInfo();
14914
15018
  },
14915
15019
 
14916
- /**
14917
- * isMultiple
14918
- * @desc:是否多选
14919
- * @author liufan
14920
- * @date 2022年9月13日
15020
+ /**
15021
+ * isMultiple
15022
+ * @desc:是否多选
15023
+ * @author liufan
15024
+ * @date 2022年9月13日
14921
15025
  **/
14922
15026
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14923
15027
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -14949,11 +15053,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14949
15053
  }
14950
15054
  },
14951
15055
 
14952
- /**
14953
- * getHedInfo
14954
- * @desc:获取审核页面数据
14955
- * @author liufan
14956
- * @date 2022年5月25日
15056
+ /**
15057
+ * getHedInfo
15058
+ * @desc:获取审核页面数据
15059
+ * @author liufan
15060
+ * @date 2022年5月25日
14957
15061
  **/
14958
15062
  getHedInfo: function getHedInfo() {
14959
15063
  var _this23 = this;
@@ -15168,7 +15272,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15168
15272
  _this23.presetTaskNodeMap = presetTaskNodeMap;
15169
15273
  _this23.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
15170
15274
  _this23.getFind();
15171
- _this23.getNodeType();
15275
+
15172
15276
  _this23.getNodeInfo();
15173
15277
  } else {
15174
15278
  if (res.status === 'taskCompleted') {
@@ -15187,13 +15291,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15187
15291
  });
15188
15292
  },
15189
15293
 
15190
- /**
15191
- * closeProcess
15192
- * @desc:关闭弹窗
15193
- * @author liufan
15194
- * @param {boolean} val 当前是否办理流程
15195
- * @param {String} type 当前点击的弹窗类型
15196
- * @date 2022年5月25日
15294
+ /**
15295
+ * closeProcess
15296
+ * @desc:关闭弹窗
15297
+ * @author liufan
15298
+ * @param {boolean} val 当前是否办理流程
15299
+ * @param {String} type 当前点击的弹窗类型
15300
+ * @date 2022年5月25日
15197
15301
  **/
15198
15302
  closeProcess: function closeProcess(val, type, closeParent) {
15199
15303
  if (closeParent) {
@@ -15206,23 +15310,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15206
15310
  }
15207
15311
  },
15208
15312
 
15209
- /**
15210
- * selectChange
15211
- * @desc:常用语选择
15212
- * @author liufan
15213
- * @param {String} val 选中值
15214
- * @date 2022年5月25日
15313
+ /**
15314
+ * selectChange
15315
+ * @desc:常用语选择
15316
+ * @author liufan
15317
+ * @param {String} val 选中值
15318
+ * @date 2022年5月25日
15215
15319
  **/
15216
15320
  selectChange: function selectChange(val) {
15217
15321
  this.value = val;
15218
15322
  },
15219
15323
 
15220
- /**
15221
- * upDate
15222
- * @desc:修改常用语
15223
- * @author liufan
15224
- * @param {Object} val 修改值
15225
- * @date 2022年5月25日
15324
+ /**
15325
+ * upDate
15326
+ * @desc:修改常用语
15327
+ * @author liufan
15328
+ * @param {Object} val 修改值
15329
+ * @date 2022年5月25日
15226
15330
  **/
15227
15331
  upDate: function upDate(val) {
15228
15332
  this.FormData.id = val.id;
@@ -15230,11 +15334,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15230
15334
  },
15231
15335
 
15232
15336
 
15233
- /**
15234
- * getProcess
15235
- * @desc:获取选择流程
15236
- * @author liufan
15237
- * @date 2022年5月25日
15337
+ /**
15338
+ * getProcess
15339
+ * @desc:获取选择流程
15340
+ * @author liufan
15341
+ * @date 2022年5月25日
15238
15342
  **/
15239
15343
  getProcess: function getProcess() {
15240
15344
  var _this24 = this;
@@ -15287,11 +15391,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15287
15391
  });
15288
15392
  },
15289
15393
 
15290
- /**
15291
- * getPendedhistoryList
15292
- * @desc:获取流程列表
15293
- * @author liufan
15294
- * @date 2022年5月25日
15394
+ /**
15395
+ * getPendedhistoryList
15396
+ * @desc:获取流程列表
15397
+ * @author liufan
15398
+ * @date 2022年5月25日
15295
15399
  **/
15296
15400
  getPendedhistoryList: function getPendedhistoryList() {
15297
15401
  var _this25 = this;
@@ -15323,12 +15427,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15323
15427
  },
15324
15428
 
15325
15429
  // 提交流程
15326
- /**
15327
- * subProcess
15328
- * @desc:提交流程
15329
- * @author liufan
15330
- * @param {String} formName 当前form表单ref值
15331
- * @date 2022年5月25日
15430
+ /**
15431
+ * subProcess
15432
+ * @desc:提交流程
15433
+ * @author liufan
15434
+ * @param {String} formName 当前form表单ref值
15435
+ * @date 2022年5月25日
15332
15436
  **/
15333
15437
  subProcess: function subProcess(val) {
15334
15438
  var _this26 = this;