eoss-ui 0.6.19 → 0.6.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.
@@ -14780,8 +14780,8 @@ error_page_src_main.install = function (Vue) {
14780
14780
  };
14781
14781
 
14782
14782
  /* harmony default export */ var error_page = (error_page_src_main);
14783
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=58ccba00&
14784
- var mainvue_type_template_id_58ccba00_render = function () {
14783
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=5fc1e786&
14784
+ var mainvue_type_template_id_5fc1e786_render = function () {
14785
14785
  var _vm = this
14786
14786
  var _h = _vm.$createElement
14787
14787
  var _c = _vm._self._c || _h
@@ -20790,11 +20790,11 @@ var mainvue_type_template_id_58ccba00_render = function () {
20790
20790
  )
20791
20791
  : _vm._e()
20792
20792
  }
20793
- var mainvue_type_template_id_58ccba00_staticRenderFns = []
20794
- mainvue_type_template_id_58ccba00_render._withStripped = true
20793
+ var mainvue_type_template_id_5fc1e786_staticRenderFns = []
20794
+ mainvue_type_template_id_5fc1e786_render._withStripped = true
20795
20795
 
20796
20796
 
20797
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=58ccba00&
20797
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=5fc1e786&
20798
20798
 
20799
20799
  // CONCATENATED MODULE: ./src/utils/rules.js
20800
20800
  // 手机号
@@ -23764,7 +23764,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
23764
23764
  }
23765
23765
  } else if (res.event === 'submit' || res.event === 'confirm' || res.type === 'submit') {
23766
23766
  if (this.action) {
23767
- this.submitData(res);
23767
+ this.submitData(res).catch(function (err) {});
23768
23768
  } else {
23769
23769
  this.$refs.esForm.validate(function () {
23770
23770
  var _ref2 = src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(valid, fields, triggers) {
@@ -24331,8 +24331,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
24331
24331
 
24332
24332
  var form_src_main_component = normalizeComponent(
24333
24333
  packages_form_src_mainvue_type_script_lang_js_,
24334
- mainvue_type_template_id_58ccba00_render,
24335
- mainvue_type_template_id_58ccba00_staticRenderFns,
24334
+ mainvue_type_template_id_5fc1e786_render,
24335
+ mainvue_type_template_id_5fc1e786_staticRenderFns,
24336
24336
  false,
24337
24337
  null,
24338
24338
  null,
@@ -24349,8 +24349,8 @@ form_src_main.install = function (Vue) {
24349
24349
  };
24350
24350
 
24351
24351
  /* harmony default export */ var packages_form = (form_src_main);
24352
- // 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&
24353
- var mainvue_type_template_id_7e9b7c60_render = function () {
24352
+ // 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&
24353
+ var mainvue_type_template_id_8a660742_render = function () {
24354
24354
  var _vm = this
24355
24355
  var _h = _vm.$createElement
24356
24356
  var _c = _vm._self._c || _h
@@ -25455,10 +25455,11 @@ var mainvue_type_template_id_7e9b7c60_render = function () {
25455
25455
  key: item.cciValue,
25456
25456
  attrs: {
25457
25457
  label: item.cciValue,
25458
- disabled:
25459
- _vm.readOnlyNotificationType.indexOf(
25460
- item.cciValue
25461
- ) != -1,
25458
+ disabled: _vm.readOnlyNotificationType
25459
+ ? _vm.readOnlyNotificationType.indexOf(
25460
+ item.cciValue
25461
+ ) != -1
25462
+ : false,
25462
25463
  },
25463
25464
  },
25464
25465
  [
@@ -26020,7 +26021,7 @@ var mainvue_type_template_id_7e9b7c60_render = function () {
26020
26021
  staticClass: "flow-dialog",
26021
26022
  attrs: {
26022
26023
  "append-to-body": "",
26023
- height: "auto",
26024
+ height: "400px",
26024
26025
  "close-on-click-modal": false,
26025
26026
  title: _vm.taskReadType === "transfer" ? "转办" : "分阅",
26026
26027
  visible: _vm.showTaskRead,
@@ -26155,11 +26156,11 @@ var mainvue_type_template_id_7e9b7c60_render = function () {
26155
26156
  )
26156
26157
  : _vm._e()
26157
26158
  }
26158
- var mainvue_type_template_id_7e9b7c60_staticRenderFns = []
26159
- mainvue_type_template_id_7e9b7c60_render._withStripped = true
26159
+ var mainvue_type_template_id_8a660742_staticRenderFns = []
26160
+ mainvue_type_template_id_8a660742_render._withStripped = true
26160
26161
 
26161
26162
 
26162
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7e9b7c60&
26163
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8a660742&
26163
26164
 
26164
26165
  // 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/CommonOpinions.vue?vue&type=template&id=28c062bc&
26165
26166
  var CommonOpinionsvue_type_template_id_28c062bc_render = function () {
@@ -27151,8 +27152,8 @@ var CommonOpinions_component = normalizeComponent(
27151
27152
  )
27152
27153
 
27153
27154
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
27154
- // 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&
27155
- var processFormvue_type_template_id_48e37642_render = function () {
27155
+ // 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&
27156
+ var processFormvue_type_template_id_1a107d3f_render = function () {
27156
27157
  var _vm = this
27157
27158
  var _h = _vm.$createElement
27158
27159
  var _c = _vm._self._c || _h
@@ -27500,10 +27501,11 @@ var processFormvue_type_template_id_48e37642_render = function () {
27500
27501
  key: item.cciValue,
27501
27502
  attrs: {
27502
27503
  label: item.cciValue,
27503
- disabled:
27504
- _vm.readOnlyNotificationType.indexOf(
27505
- item.cciValue
27506
- ) != -1,
27504
+ disabled: _vm.readOnlyNotificationType
27505
+ ? _vm.readOnlyNotificationType.indexOf(
27506
+ item.cciValue
27507
+ ) != -1
27508
+ : false,
27507
27509
  },
27508
27510
  },
27509
27511
  [
@@ -27652,11 +27654,11 @@ var processFormvue_type_template_id_48e37642_render = function () {
27652
27654
  1
27653
27655
  )
27654
27656
  }
27655
- var processFormvue_type_template_id_48e37642_staticRenderFns = []
27656
- processFormvue_type_template_id_48e37642_render._withStripped = true
27657
+ var processFormvue_type_template_id_1a107d3f_staticRenderFns = []
27658
+ processFormvue_type_template_id_1a107d3f_render._withStripped = true
27657
27659
 
27658
27660
 
27659
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=48e37642&
27661
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=1a107d3f&
27660
27662
 
27661
27663
  // 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&
27662
27664
  var selectUservue_type_template_id_db651118_render = function () {
@@ -28284,8 +28286,8 @@ var selectUser_component = normalizeComponent(
28284
28286
  )
28285
28287
 
28286
28288
  /* harmony default export */ var selectUser = (selectUser_component.exports);
28287
- // 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&
28288
- var CustomPresetvue_type_template_id_1f648b95_render = function () {
28289
+ // 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&
28290
+ var CustomPresetvue_type_template_id_b1fc2e9e_render = function () {
28289
28291
  var _vm = this
28290
28292
  var _h = _vm.$createElement
28291
28293
  var _c = _vm._self._c || _h
@@ -28387,11 +28389,11 @@ var CustomPresetvue_type_template_id_1f648b95_render = function () {
28387
28389
  1
28388
28390
  )
28389
28391
  }
28390
- var CustomPresetvue_type_template_id_1f648b95_staticRenderFns = []
28391
- CustomPresetvue_type_template_id_1f648b95_render._withStripped = true
28392
+ var CustomPresetvue_type_template_id_b1fc2e9e_staticRenderFns = []
28393
+ CustomPresetvue_type_template_id_b1fc2e9e_render._withStripped = true
28392
28394
 
28393
28395
 
28394
- // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=1f648b95&
28396
+ // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=b1fc2e9e&
28395
28397
 
28396
28398
  // 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&
28397
28399
  var CustomPresetvue_type_script_lang_js_components;
@@ -28617,7 +28619,7 @@ var CustomPresetvue_type_script_lang_js_components;
28617
28619
  isNoStart && (this.newPresetList = []);
28618
28620
  var params = {
28619
28621
  url: api["K" /* getPresetCustomInfo */],
28620
- params: {
28622
+ data: {
28621
28623
  nodeId: nodeId,
28622
28624
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
28623
28625
  },
@@ -28712,8 +28714,8 @@ var CustomPresetvue_type_script_lang_js_components;
28712
28714
 
28713
28715
  var CustomPreset_component = normalizeComponent(
28714
28716
  component_CustomPresetvue_type_script_lang_js_,
28715
- CustomPresetvue_type_template_id_1f648b95_render,
28716
- CustomPresetvue_type_template_id_1f648b95_staticRenderFns,
28717
+ CustomPresetvue_type_template_id_b1fc2e9e_render,
28718
+ CustomPresetvue_type_template_id_b1fc2e9e_staticRenderFns,
28717
28719
  false,
28718
28720
  null,
28719
28721
  null,
@@ -28722,8 +28724,8 @@ var CustomPreset_component = normalizeComponent(
28722
28724
  )
28723
28725
 
28724
28726
  /* harmony default export */ var CustomPreset = (CustomPreset_component.exports);
28725
- // 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&
28726
- var Presetvue_type_template_id_23d1e880_render = function () {
28727
+ // 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&
28728
+ var Presetvue_type_template_id_66f83948_render = function () {
28727
28729
  var _vm = this
28728
28730
  var _h = _vm.$createElement
28729
28731
  var _c = _vm._self._c || _h
@@ -28819,11 +28821,11 @@ var Presetvue_type_template_id_23d1e880_render = function () {
28819
28821
  1
28820
28822
  )
28821
28823
  }
28822
- var Presetvue_type_template_id_23d1e880_staticRenderFns = []
28823
- Presetvue_type_template_id_23d1e880_render._withStripped = true
28824
+ var Presetvue_type_template_id_66f83948_staticRenderFns = []
28825
+ Presetvue_type_template_id_66f83948_render._withStripped = true
28824
28826
 
28825
28827
 
28826
- // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=23d1e880&
28828
+ // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=66f83948&
28827
28829
 
28828
28830
  // 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&
28829
28831
  var Presetvue_type_script_lang_js_components;
@@ -28971,7 +28973,7 @@ var Presetvue_type_script_lang_js_components;
28971
28973
 
28972
28974
  var params = {
28973
28975
  url: api["L" /* getPresetNodeInfo */],
28974
- params: {
28976
+ data: {
28975
28977
  nextNodeId: nextNodeId,
28976
28978
  processDefinitionId: processDefinitionId,
28977
28979
  businessId: businessId,
@@ -29097,8 +29099,8 @@ var Presetvue_type_script_lang_js_components;
29097
29099
 
29098
29100
  var Preset_component = normalizeComponent(
29099
29101
  component_Presetvue_type_script_lang_js_,
29100
- Presetvue_type_template_id_23d1e880_render,
29101
- Presetvue_type_template_id_23d1e880_staticRenderFns,
29102
+ Presetvue_type_template_id_66f83948_render,
29103
+ Presetvue_type_template_id_66f83948_staticRenderFns,
29102
29104
  false,
29103
29105
  null,
29104
29106
  null,
@@ -29374,6 +29376,8 @@ var processFormvue_type_script_lang_js_components;
29374
29376
  //
29375
29377
  //
29376
29378
  //
29379
+ //
29380
+ //
29377
29381
 
29378
29382
 
29379
29383
 
@@ -29502,6 +29506,7 @@ var processFormvue_type_script_lang_js_components;
29502
29506
  this.getUserInfo();
29503
29507
  },
29504
29508
  mounted: function mounted() {
29509
+ this.getNodeType();
29505
29510
  this.getStartFlow(this.processDefinitionId);
29506
29511
  this.newOpinion = this.opinion;
29507
29512
  },
@@ -29844,6 +29849,15 @@ var processFormvue_type_script_lang_js_components;
29844
29849
 
29845
29850
  if (status === 'success') {
29846
29851
  _this6.nextNode.noticeType = message.split(',');
29852
+ var arr = [];
29853
+ _this6.nextNode.noticeList.map(function (item) {
29854
+ _this6.nextNode.noticeType.map(function (x) {
29855
+ if (x == item.cciValue) {
29856
+ arr.push(x);
29857
+ }
29858
+ });
29859
+ });
29860
+ _this6.nextNode.noticeType = arr;
29847
29861
  } else {
29848
29862
  _this6.$message.error(message || '系统错误,请联系管理员!');
29849
29863
  }
@@ -29981,7 +29995,6 @@ var processFormvue_type_script_lang_js_components;
29981
29995
  _this7.isCustomPreset && _this7.$refs.customPreset.getPresetFlowInfo(_this7.nextNode.nextNode);
29982
29996
  _this7.getFind();
29983
29997
  _this7.getMessage();
29984
- _this7.getNodeType();
29985
29998
  } else {
29986
29999
  _this7.$message.error(message || '系统错误,请联系管理员!');
29987
30000
  }
@@ -30006,8 +30019,8 @@ var processFormvue_type_script_lang_js_components;
30006
30019
 
30007
30020
  var processForm_component = normalizeComponent(
30008
30021
  src_processFormvue_type_script_lang_js_,
30009
- processFormvue_type_template_id_48e37642_render,
30010
- processFormvue_type_template_id_48e37642_staticRenderFns,
30022
+ processFormvue_type_template_id_1a107d3f_render,
30023
+ processFormvue_type_template_id_1a107d3f_staticRenderFns,
30011
30024
  false,
30012
30025
  null,
30013
30026
  null,
@@ -30176,8 +30189,8 @@ var FileList_component = normalizeComponent(
30176
30189
  )
30177
30190
 
30178
30191
  /* harmony default export */ var FileList = (FileList_component.exports);
30179
- // 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&
30180
- var SendMsgvue_type_template_id_3dc7b24d_render = function () {
30192
+ // 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&
30193
+ var SendMsgvue_type_template_id_6b27baa2_render = function () {
30181
30194
  var _vm = this
30182
30195
  var _h = _vm.$createElement
30183
30196
  var _c = _vm._self._c || _h
@@ -30240,9 +30253,11 @@ var SendMsgvue_type_template_id_3dc7b24d_render = function () {
30240
30253
  key: item.cciValue,
30241
30254
  attrs: {
30242
30255
  label: item.cciValue,
30243
- disabled:
30244
- _vm.readOnlyNotificationType.indexOf(item.cciValue) !=
30245
- -1,
30256
+ disabled: _vm.readOnlyNotificationType
30257
+ ? _vm.readOnlyNotificationType.indexOf(
30258
+ item.cciValue
30259
+ ) != -1
30260
+ : false,
30246
30261
  },
30247
30262
  },
30248
30263
  [
@@ -30380,11 +30395,11 @@ var SendMsgvue_type_template_id_3dc7b24d_render = function () {
30380
30395
  1
30381
30396
  )
30382
30397
  }
30383
- var SendMsgvue_type_template_id_3dc7b24d_staticRenderFns = []
30384
- SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
30398
+ var SendMsgvue_type_template_id_6b27baa2_staticRenderFns = []
30399
+ SendMsgvue_type_template_id_6b27baa2_render._withStripped = true
30385
30400
 
30386
30401
 
30387
- // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=3dc7b24d&
30402
+ // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=6b27baa2&
30388
30403
 
30389
30404
  // 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&
30390
30405
  //
@@ -30476,6 +30491,8 @@ SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
30476
30491
  //
30477
30492
  //
30478
30493
  //
30494
+ //
30495
+ //
30479
30496
 
30480
30497
 
30481
30498
 
@@ -30634,8 +30651,8 @@ SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
30634
30651
 
30635
30652
  var SendMsg_component = normalizeComponent(
30636
30653
  component_SendMsgvue_type_script_lang_js_,
30637
- SendMsgvue_type_template_id_3dc7b24d_render,
30638
- SendMsgvue_type_template_id_3dc7b24d_staticRenderFns,
30654
+ SendMsgvue_type_template_id_6b27baa2_render,
30655
+ SendMsgvue_type_template_id_6b27baa2_staticRenderFns,
30639
30656
  false,
30640
30657
  null,
30641
30658
  null,
@@ -31043,8 +31060,8 @@ var TimeLimit_component = normalizeComponent(
31043
31060
  )
31044
31061
 
31045
31062
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
31046
- // 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&
31047
- var processRejectvue_type_template_id_7df0d512_render = function () {
31063
+ // 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&
31064
+ var processRejectvue_type_template_id_0f092122_render = function () {
31048
31065
  var _vm = this
31049
31066
  var _h = _vm.$createElement
31050
31067
  var _c = _vm._self._c || _h
@@ -31181,10 +31198,11 @@ var processRejectvue_type_template_id_7df0d512_render = function () {
31181
31198
  key: item.cciValue,
31182
31199
  attrs: {
31183
31200
  label: item.cciValue,
31184
- disabled:
31185
- _vm.readOnlyNotificationType.indexOf(
31186
- item.cciValue
31187
- ) != -1,
31201
+ disabled: _vm.readOnlyNotificationType
31202
+ ? _vm.readOnlyNotificationType.indexOf(
31203
+ item.cciValue
31204
+ ) != -1
31205
+ : false,
31188
31206
  },
31189
31207
  },
31190
31208
  [
@@ -31264,11 +31282,11 @@ var processRejectvue_type_template_id_7df0d512_render = function () {
31264
31282
  1
31265
31283
  )
31266
31284
  }
31267
- var processRejectvue_type_template_id_7df0d512_staticRenderFns = []
31268
- processRejectvue_type_template_id_7df0d512_render._withStripped = true
31285
+ var processRejectvue_type_template_id_0f092122_staticRenderFns = []
31286
+ processRejectvue_type_template_id_0f092122_render._withStripped = true
31269
31287
 
31270
31288
 
31271
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=7df0d512&
31289
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=0f092122&
31272
31290
 
31273
31291
  // 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&
31274
31292
  //
@@ -31354,6 +31372,8 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
31354
31372
  //
31355
31373
  //
31356
31374
  //
31375
+ //
31376
+ //
31357
31377
 
31358
31378
 
31359
31379
 
@@ -31399,6 +31419,7 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
31399
31419
  },
31400
31420
  mounted: function mounted() {
31401
31421
  this.newsInformation = this.newsInfo;
31422
+ this.getNodeType();
31402
31423
  this.getProcessReject();
31403
31424
  },
31404
31425
 
@@ -31488,6 +31509,15 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
31488
31509
 
31489
31510
  if (status === 'success') {
31490
31511
  _this3.nextNode.noticeType = message.split(',');
31512
+ var arr = [];
31513
+ _this3.nextNode.noticeList.map(function (item) {
31514
+ _this3.nextNode.noticeType.map(function (x) {
31515
+ if (x == item.cciValue) {
31516
+ arr.push(x);
31517
+ }
31518
+ });
31519
+ });
31520
+ _this3.nextNode.noticeType = arr;
31491
31521
  }
31492
31522
  }).catch(function (err) {
31493
31523
  _this3.loading = false;
@@ -31546,7 +31576,6 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
31546
31576
  }
31547
31577
  });
31548
31578
  this.getFind();
31549
- this.getNodeType();
31550
31579
  }
31551
31580
  }
31552
31581
  });
@@ -31562,8 +31591,8 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
31562
31591
 
31563
31592
  var processReject_component = normalizeComponent(
31564
31593
  src_processRejectvue_type_script_lang_js_,
31565
- processRejectvue_type_template_id_7df0d512_render,
31566
- processRejectvue_type_template_id_7df0d512_staticRenderFns,
31594
+ processRejectvue_type_template_id_0f092122_render,
31595
+ processRejectvue_type_template_id_0f092122_staticRenderFns,
31567
31596
  false,
31568
31597
  null,
31569
31598
  null,
@@ -31572,8 +31601,8 @@ var processReject_component = normalizeComponent(
31572
31601
  )
31573
31602
 
31574
31603
  /* harmony default export */ var processReject = (processReject_component.exports);
31575
- // 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&
31576
- var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
31604
+ // 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&
31605
+ var startTaskReadvue_type_template_id_1372220b_render = function () {
31577
31606
  var _vm = this
31578
31607
  var _h = _vm.$createElement
31579
31608
  var _c = _vm._self._c || _h
@@ -31604,351 +31633,369 @@ var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
31604
31633
  attrs: { model: _vm.nextNode, "label-width": "110px" },
31605
31634
  },
31606
31635
  [
31607
- _vm.type === "transfer"
31608
- ? _c(
31609
- "el-form-item",
31610
- { attrs: { prop: "handleExplain", label: "当前步骤" } },
31611
- [
31612
- _c("el-input", {
31613
- attrs: { readonly: "" },
31614
- model: {
31615
- value: _vm.nextNode.nodeName,
31616
- callback: function ($$v) {
31617
- _vm.$set(_vm.nextNode, "nodeName", $$v)
31618
- },
31619
- expression: "nextNode.nodeName",
31620
- },
31621
- }),
31622
- ],
31623
- 1
31624
- )
31625
- : _vm._e(),
31626
- _vm.type == "transfer" && _vm.transferInfo.isSinglePage
31627
- ? _c(
31628
- "el-form-item",
31629
- { attrs: { prop: "handleExplain", label: "意见" } },
31630
- [
31631
- _c("el-input", {
31632
- attrs: { placeholder: "请填写意见" },
31633
- model: {
31634
- value: _vm.nextNode.handleExplain,
31635
- callback: function ($$v) {
31636
- _vm.$set(_vm.nextNode, "handleExplain", $$v)
31637
- },
31638
- expression: "nextNode.handleExplain",
31639
- },
31640
- }),
31641
- ],
31642
- 1
31643
- )
31644
- : _vm._e(),
31645
31636
  _c(
31646
- "el-form-item",
31637
+ "div",
31647
31638
  {
31648
- attrs: {
31649
- prop: "nextUser",
31650
- label:
31651
- _vm.type === "transfer"
31652
- ? "转办对象"
31653
- : _vm.configInfo.isCdjxjTaskHandle == "true"
31654
- ? "接收人"
31655
- : "办理用户",
31639
+ staticStyle: {
31640
+ "max-height": "290px",
31641
+ "overflow-y": "auto",
31642
+ "margin-bottom": "10px",
31656
31643
  },
31657
31644
  },
31658
31645
  [
31659
- _c("SelectUser", {
31660
- attrs: {
31661
- nextUser: _vm.nextNode.nextUser,
31662
- options: _vm.userOptions,
31663
- multiple: _vm.type != "transfer" ? _vm.multiple : false,
31664
- mix: _vm.type != "transfer",
31665
- selectUserList: _vm.selectUserList,
31666
- types:
31667
- _vm.type == "transfer"
31668
- ? ["employee", "persongroup"]
31669
- : ["employee", "enterprise", "department", "persongroup"],
31670
- tabs: _vm.tabs,
31671
- where: { type: "user" },
31672
- },
31673
- on: {
31674
- change: function ($event) {
31675
- _vm.changeSelectUser($event, "nextUser")
31646
+ _vm.type === "transfer"
31647
+ ? _c(
31648
+ "el-form-item",
31649
+ { attrs: { prop: "handleExplain", label: "当前步骤" } },
31650
+ [
31651
+ _c("el-input", {
31652
+ attrs: { readonly: "" },
31653
+ model: {
31654
+ value: _vm.nextNode.nodeName,
31655
+ callback: function ($$v) {
31656
+ _vm.$set(_vm.nextNode, "nodeName", $$v)
31657
+ },
31658
+ expression: "nextNode.nodeName",
31659
+ },
31660
+ }),
31661
+ ],
31662
+ 1
31663
+ )
31664
+ : _vm._e(),
31665
+ _vm.type == "transfer" && _vm.transferInfo.isSinglePage
31666
+ ? _c(
31667
+ "el-form-item",
31668
+ { attrs: { prop: "handleExplain", label: "意见" } },
31669
+ [
31670
+ _c("el-input", {
31671
+ attrs: { placeholder: "请填写意见" },
31672
+ model: {
31673
+ value: _vm.nextNode.handleExplain,
31674
+ callback: function ($$v) {
31675
+ _vm.$set(_vm.nextNode, "handleExplain", $$v)
31676
+ },
31677
+ expression: "nextNode.handleExplain",
31678
+ },
31679
+ }),
31680
+ ],
31681
+ 1
31682
+ )
31683
+ : _vm._e(),
31684
+ _c(
31685
+ "el-form-item",
31686
+ {
31687
+ attrs: {
31688
+ prop: "nextUser",
31689
+ label:
31690
+ _vm.type === "transfer"
31691
+ ? "转办对象"
31692
+ : _vm.configInfo.isCdjxjTaskHandle == "true"
31693
+ ? "接收人"
31694
+ : "办理用户",
31676
31695
  },
31677
31696
  },
31678
- }),
31679
- ],
31680
- 1
31681
- ),
31682
- _vm.configInfo.isCdjxjTaskHandle != "true" && _vm.type != "transfer"
31683
- ? _c(
31684
- "el-form-item",
31685
- { attrs: { prop: "cy", label: "常用群组" } },
31686
31697
  [
31687
- _c(
31688
- "el-checkbox-group",
31689
- {
31690
- model: {
31691
- value: _vm.selectCheck,
31692
- callback: function ($$v) {
31693
- _vm.selectCheck = $$v
31694
- },
31695
- expression: "selectCheck",
31698
+ _c("SelectUser", {
31699
+ attrs: {
31700
+ nextUser: _vm.nextNode.nextUser,
31701
+ options: _vm.userOptions,
31702
+ multiple: _vm.type != "transfer" ? _vm.multiple : false,
31703
+ mix: _vm.type != "transfer",
31704
+ selectUserList: _vm.selectUserList,
31705
+ types:
31706
+ _vm.type == "transfer"
31707
+ ? ["employee", "persongroup"]
31708
+ : [
31709
+ "employee",
31710
+ "enterprise",
31711
+ "department",
31712
+ "persongroup",
31713
+ ],
31714
+ tabs: _vm.tabs,
31715
+ where: { type: "user" },
31716
+ },
31717
+ on: {
31718
+ change: function ($event) {
31719
+ _vm.changeSelectUser($event, "nextUser")
31696
31720
  },
31697
31721
  },
31698
- _vm._l(_vm.configInfo.groups, function (item) {
31699
- return _c(
31700
- "el-checkbox",
31722
+ }),
31723
+ ],
31724
+ 1
31725
+ ),
31726
+ _vm.configInfo.isCdjxjTaskHandle != "true" &&
31727
+ _vm.type != "transfer"
31728
+ ? _c(
31729
+ "el-form-item",
31730
+ { attrs: { prop: "cy", label: "常用群组" } },
31731
+ [
31732
+ _c(
31733
+ "el-checkbox-group",
31701
31734
  {
31702
- key: item.id,
31703
- attrs: { label: item.name },
31704
- on: {
31705
- change: function ($event) {
31706
- _vm.handleSelectCheck($event, item)
31735
+ model: {
31736
+ value: _vm.selectCheck,
31737
+ callback: function ($$v) {
31738
+ _vm.selectCheck = $$v
31707
31739
  },
31740
+ expression: "selectCheck",
31708
31741
  },
31709
31742
  },
31710
- [_vm._v(_vm._s(item.name))]
31711
- )
31712
- }),
31743
+ _vm._l(_vm.configInfo.groups, function (item) {
31744
+ return _c(
31745
+ "el-checkbox",
31746
+ {
31747
+ key: item.id,
31748
+ attrs: { label: item.name },
31749
+ on: {
31750
+ change: function ($event) {
31751
+ _vm.handleSelectCheck($event, item)
31752
+ },
31753
+ },
31754
+ },
31755
+ [_vm._v(_vm._s(item.name))]
31756
+ )
31757
+ }),
31758
+ 1
31759
+ ),
31760
+ ],
31713
31761
  1
31714
- ),
31715
- ],
31716
- 1
31717
- )
31718
- : _vm._e(),
31719
- _vm.configInfo.fyDoresult == "true"
31720
- ? _c(
31721
- "el-form-item",
31722
- { attrs: { prop: "showDoresult", label: "流程意见" } },
31723
- [
31724
- _c(
31725
- "el-radio",
31726
- {
31727
- attrs: { label: "0" },
31728
- model: {
31729
- value: _vm.nextNode.showDoresult,
31730
- callback: function ($$v) {
31731
- _vm.$set(_vm.nextNode, "showDoresult", $$v)
31762
+ )
31763
+ : _vm._e(),
31764
+ _vm.configInfo.fyDoresult == "true"
31765
+ ? _c(
31766
+ "el-form-item",
31767
+ { attrs: { prop: "showDoresult", label: "流程意见" } },
31768
+ [
31769
+ _c(
31770
+ "el-radio",
31771
+ {
31772
+ attrs: { label: "0" },
31773
+ model: {
31774
+ value: _vm.nextNode.showDoresult,
31775
+ callback: function ($$v) {
31776
+ _vm.$set(_vm.nextNode, "showDoresult", $$v)
31777
+ },
31778
+ expression: "nextNode.showDoresult",
31779
+ },
31732
31780
  },
31733
- expression: "nextNode.showDoresult",
31734
- },
31735
- },
31736
- [_vm._v("分阅")]
31737
- ),
31738
- _c(
31739
- "el-radio",
31740
- {
31741
- attrs: { label: "1" },
31742
- model: {
31743
- value: _vm.nextNode.showDoresult,
31744
- callback: function ($$v) {
31745
- _vm.$set(_vm.nextNode, "showDoresult", $$v)
31781
+ [_vm._v("分阅")]
31782
+ ),
31783
+ _c(
31784
+ "el-radio",
31785
+ {
31786
+ attrs: { label: "1" },
31787
+ model: {
31788
+ value: _vm.nextNode.showDoresult,
31789
+ callback: function ($$v) {
31790
+ _vm.$set(_vm.nextNode, "showDoresult", $$v)
31791
+ },
31792
+ expression: "nextNode.showDoresult",
31793
+ },
31746
31794
  },
31747
- expression: "nextNode.showDoresult",
31748
- },
31749
- },
31750
- [_vm._v("不分阅")]
31751
- ),
31752
- ],
31753
- 1
31754
- )
31755
- : _vm._e(),
31756
- _vm.configInfo.fyeh == "true"
31757
- ? _c(
31758
- "el-form-item",
31759
- { attrs: { prop: "isInHistory", label: "分阅记录" } },
31760
- [
31761
- _c(
31762
- "el-radio",
31763
- {
31764
- attrs: { label: "0" },
31765
- model: {
31766
- value: _vm.nextNode.isInHistory,
31767
- callback: function ($$v) {
31768
- _vm.$set(_vm.nextNode, "isInHistory", $$v)
31795
+ [_vm._v("不分阅")]
31796
+ ),
31797
+ ],
31798
+ 1
31799
+ )
31800
+ : _vm._e(),
31801
+ _vm.configInfo.fyeh == "true"
31802
+ ? _c(
31803
+ "el-form-item",
31804
+ { attrs: { prop: "isInHistory", label: "分阅记录" } },
31805
+ [
31806
+ _c(
31807
+ "el-radio",
31808
+ {
31809
+ attrs: { label: "0" },
31810
+ model: {
31811
+ value: _vm.nextNode.isInHistory,
31812
+ callback: function ($$v) {
31813
+ _vm.$set(_vm.nextNode, "isInHistory", $$v)
31814
+ },
31815
+ expression: "nextNode.isInHistory",
31816
+ },
31769
31817
  },
31770
- expression: "nextNode.isInHistory",
31771
- },
31772
- },
31773
- [_vm._v("记录")]
31774
- ),
31775
- _c(
31776
- "el-radio",
31777
- {
31778
- attrs: { label: "1" },
31779
- model: {
31780
- value: _vm.nextNode.isInHistory,
31781
- callback: function ($$v) {
31782
- _vm.$set(_vm.nextNode, "isInHistory", $$v)
31818
+ [_vm._v("记录")]
31819
+ ),
31820
+ _c(
31821
+ "el-radio",
31822
+ {
31823
+ attrs: { label: "1" },
31824
+ model: {
31825
+ value: _vm.nextNode.isInHistory,
31826
+ callback: function ($$v) {
31827
+ _vm.$set(_vm.nextNode, "isInHistory", $$v)
31828
+ },
31829
+ expression: "nextNode.isInHistory",
31830
+ },
31783
31831
  },
31784
- expression: "nextNode.isInHistory",
31785
- },
31786
- },
31787
- [_vm._v("不记录")]
31788
- ),
31789
- ],
31790
- 1
31791
- )
31792
- : _vm._e(),
31793
- _vm.configInfo.download
31794
- ? _c(
31795
- "el-form-item",
31796
- { attrs: { prop: "isDownload", label: "打印下载文件" } },
31797
- [
31798
- _c(
31799
- "el-radio",
31800
- {
31801
- attrs: { label: "0" },
31802
- model: {
31803
- value: _vm.nextNode.isDownload,
31804
- callback: function ($$v) {
31805
- _vm.$set(_vm.nextNode, "isDownload", $$v)
31832
+ [_vm._v("不记录")]
31833
+ ),
31834
+ ],
31835
+ 1
31836
+ )
31837
+ : _vm._e(),
31838
+ _vm.configInfo.download
31839
+ ? _c(
31840
+ "el-form-item",
31841
+ { attrs: { prop: "isDownload", label: "打印下载文件" } },
31842
+ [
31843
+ _c(
31844
+ "el-radio",
31845
+ {
31846
+ attrs: { label: "0" },
31847
+ model: {
31848
+ value: _vm.nextNode.isDownload,
31849
+ callback: function ($$v) {
31850
+ _vm.$set(_vm.nextNode, "isDownload", $$v)
31851
+ },
31852
+ expression: "nextNode.isDownload",
31853
+ },
31806
31854
  },
31807
- expression: "nextNode.isDownload",
31855
+ [_vm._v("允许")]
31856
+ ),
31857
+ _c(
31858
+ "el-radio",
31859
+ {
31860
+ attrs: { label: "1" },
31861
+ model: {
31862
+ value: _vm.nextNode.isDownload,
31863
+ callback: function ($$v) {
31864
+ _vm.$set(_vm.nextNode, "isDownload", $$v)
31865
+ },
31866
+ expression: "nextNode.isDownload",
31867
+ },
31868
+ },
31869
+ [_vm._v("不允许")]
31870
+ ),
31871
+ ],
31872
+ 1
31873
+ )
31874
+ : _vm._e(),
31875
+ _vm.type != "transfer"
31876
+ ? _c(
31877
+ "el-form-item",
31878
+ {
31879
+ attrs: {
31880
+ prop: "handleExplain",
31881
+ label:
31882
+ _vm.configInfo.isCdjxjTaskHandle == "true"
31883
+ ? "附言"
31884
+ : "办理说明",
31808
31885
  },
31809
31886
  },
31810
- [_vm._v("允许")]
31811
- ),
31812
- _c(
31813
- "el-radio",
31814
- {
31815
- attrs: { label: "1" },
31816
- model: {
31817
- value: _vm.nextNode.isDownload,
31818
- callback: function ($$v) {
31819
- _vm.$set(_vm.nextNode, "isDownload", $$v)
31887
+ [
31888
+ _c("el-input", {
31889
+ attrs: { placeholder: "请填写办理说明" },
31890
+ model: {
31891
+ value: _vm.nextNode.handleExplain,
31892
+ callback: function ($$v) {
31893
+ _vm.$set(_vm.nextNode, "handleExplain", $$v)
31894
+ },
31895
+ expression: "nextNode.handleExplain",
31820
31896
  },
31821
- expression: "nextNode.isDownload",
31897
+ }),
31898
+ ],
31899
+ 1
31900
+ )
31901
+ : _vm._e(),
31902
+ _vm.configInfo.isCdjxjTaskHandle != "true"
31903
+ ? _c(
31904
+ "el-form-item",
31905
+ {
31906
+ attrs: {
31907
+ prop: "noticeType",
31908
+ label: "通知方式",
31909
+ rules: [
31910
+ {
31911
+ required: false,
31912
+ message: "请选择通知方式",
31913
+ trigger: "blur",
31914
+ },
31915
+ ],
31822
31916
  },
31823
31917
  },
31824
- [_vm._v("不允许")]
31825
- ),
31826
- ],
31827
- 1
31828
- )
31829
- : _vm._e(),
31830
- _vm.type != "transfer"
31831
- ? _c(
31918
+ [
31919
+ _c(
31920
+ "el-checkbox-group",
31921
+ {
31922
+ staticStyle: { display: "contents" },
31923
+ model: {
31924
+ value: _vm.nextNode.noticeType,
31925
+ callback: function ($$v) {
31926
+ _vm.$set(_vm.nextNode, "noticeType", $$v)
31927
+ },
31928
+ expression: "nextNode.noticeType",
31929
+ },
31930
+ },
31931
+ _vm._l(_vm.noticeList, function (item) {
31932
+ return _c(
31933
+ "el-checkbox",
31934
+ {
31935
+ key: item.cciValue,
31936
+ attrs: {
31937
+ label: item.cciValue,
31938
+ disabled: _vm.readOnlyNotificationType
31939
+ ? _vm.readOnlyNotificationType.indexOf(
31940
+ item.cciValue
31941
+ ) != -1
31942
+ : false,
31943
+ },
31944
+ },
31945
+ [
31946
+ _vm._v(
31947
+ "\n " +
31948
+ _vm._s(item.shortName) +
31949
+ "\n "
31950
+ ),
31951
+ ]
31952
+ )
31953
+ }),
31954
+ 1
31955
+ ),
31956
+ ],
31957
+ 1
31958
+ )
31959
+ : _vm._e(),
31960
+ _c(
31832
31961
  "el-form-item",
31833
31962
  {
31834
- attrs: {
31835
- prop: "handleExplain",
31836
- label:
31837
- _vm.configInfo.isCdjxjTaskHandle == "true"
31838
- ? "附言"
31839
- : "办理说明",
31840
- },
31963
+ directives: [
31964
+ {
31965
+ name: "show",
31966
+ rawName: "v-show",
31967
+ value:
31968
+ _vm.nextNode.noticeType.length != 0 &&
31969
+ _vm.configInfo.isCdjxjTaskHandle != "true",
31970
+ expression:
31971
+ "\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true'\n ",
31972
+ },
31973
+ ],
31974
+ attrs: { prop: "nextNode", label: "通知消息" },
31841
31975
  },
31842
31976
  [
31843
- _c("el-input", {
31844
- attrs: { placeholder: "请填写办理说明" },
31977
+ _c("es-input", {
31978
+ staticStyle: {
31979
+ "border-color": "#ccc",
31980
+ padding: "5px",
31981
+ "border-radius": "5px",
31982
+ "font-size": "13px",
31983
+ },
31984
+ attrs: {
31985
+ type: "textarea",
31986
+ readonly: _vm.notificationMessageReadOnly == "true",
31987
+ },
31845
31988
  model: {
31846
- value: _vm.nextNode.handleExplain,
31989
+ value: _vm.newsNoice,
31847
31990
  callback: function ($$v) {
31848
- _vm.$set(_vm.nextNode, "handleExplain", $$v)
31991
+ _vm.newsNoice = $$v
31849
31992
  },
31850
- expression: "nextNode.handleExplain",
31993
+ expression: "newsNoice",
31851
31994
  },
31852
31995
  }),
31853
31996
  ],
31854
31997
  1
31855
- )
31856
- : _vm._e(),
31857
- _vm.configInfo.isCdjxjTaskHandle != "true"
31858
- ? _c(
31859
- "el-form-item",
31860
- {
31861
- attrs: {
31862
- prop: "noticeType",
31863
- label: "通知方式",
31864
- rules: [
31865
- {
31866
- required: false,
31867
- message: "请选择通知方式",
31868
- trigger: "blur",
31869
- },
31870
- ],
31871
- },
31872
- },
31873
- [
31874
- _c(
31875
- "el-checkbox-group",
31876
- {
31877
- staticStyle: { display: "contents" },
31878
- model: {
31879
- value: _vm.nextNode.noticeType,
31880
- callback: function ($$v) {
31881
- _vm.$set(_vm.nextNode, "noticeType", $$v)
31882
- },
31883
- expression: "nextNode.noticeType",
31884
- },
31885
- },
31886
- _vm._l(_vm.noticeList, function (item) {
31887
- return _c(
31888
- "el-checkbox",
31889
- {
31890
- key: item.cciValue,
31891
- attrs: {
31892
- label: item.cciValue,
31893
- disabled:
31894
- _vm.configInfo.readOnlyNotificationType.indexOf(
31895
- item.cciValue
31896
- ) != -1,
31897
- },
31898
- },
31899
- [
31900
- _vm._v(
31901
- "\n " +
31902
- _vm._s(item.shortName) +
31903
- "\n "
31904
- ),
31905
- ]
31906
- )
31907
- }),
31908
- 1
31909
- ),
31910
- ],
31911
- 1
31912
- )
31913
- : _vm._e(),
31914
- _c(
31915
- "el-form-item",
31916
- {
31917
- directives: [
31918
- {
31919
- name: "show",
31920
- rawName: "v-show",
31921
- value:
31922
- _vm.nextNode.noticeType.length != 0 &&
31923
- _vm.configInfo.isCdjxjTaskHandle != "true" &&
31924
- _vm.type == "transfer",
31925
- expression:
31926
- "\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true' &&\n type == 'transfer'\n ",
31927
- },
31928
- ],
31929
- attrs: { prop: "nextNode", label: "通知消息" },
31930
- },
31931
- [
31932
- _c("es-input", {
31933
- staticStyle: {
31934
- "border-color": "#ccc",
31935
- padding: "5px",
31936
- "border-radius": "5px",
31937
- "font-size": "13px",
31938
- },
31939
- attrs: {
31940
- type: "textarea",
31941
- readonly:
31942
- _vm.configInfo.notificationMessageReadOnly == "true",
31943
- },
31944
- model: {
31945
- value: _vm.newsNoice,
31946
- callback: function ($$v) {
31947
- _vm.newsNoice = $$v
31948
- },
31949
- expression: "newsNoice",
31950
- },
31951
- }),
31998
+ ),
31952
31999
  ],
31953
32000
  1
31954
32001
  ),
@@ -31980,11 +32027,11 @@ var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
31980
32027
  1
31981
32028
  )
31982
32029
  }
31983
- var startTaskReadvue_type_template_id_4a0a6b09_staticRenderFns = []
31984
- startTaskReadvue_type_template_id_4a0a6b09_render._withStripped = true
32030
+ var startTaskReadvue_type_template_id_1372220b_staticRenderFns = []
32031
+ startTaskReadvue_type_template_id_1372220b_render._withStripped = true
31985
32032
 
31986
32033
 
31987
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4a0a6b09&
32034
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=1372220b&
31988
32035
 
31989
32036
  // 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&
31990
32037
  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; };
@@ -32146,6 +32193,9 @@ var startTaskReadvue_type_script_lang_js_components;
32146
32193
  //
32147
32194
  //
32148
32195
  //
32196
+ //
32197
+ //
32198
+ //
32149
32199
 
32150
32200
 
32151
32201
 
@@ -32164,6 +32214,8 @@ var startTaskReadvue_type_script_lang_js_components;
32164
32214
  return {
32165
32215
  loading: false,
32166
32216
  newsNoice: '',
32217
+ readOnlyNotificationType: '',
32218
+ notificationMessageReadOnly: false,
32167
32219
  nextNode: {
32168
32220
  nextUser: [],
32169
32221
  userInfo: [],
@@ -32402,6 +32454,15 @@ var startTaskReadvue_type_script_lang_js_components;
32402
32454
 
32403
32455
  if (status === 'success') {
32404
32456
  _this5.noticeList = data;
32457
+ var arr = [];
32458
+ _this5.noticeList.map(function (item) {
32459
+ _this5.nextNode.noticeType.map(function (x) {
32460
+ if (x == item.cciValue) {
32461
+ arr.push(x);
32462
+ }
32463
+ });
32464
+ });
32465
+ _this5.nextNode.noticeType = arr;
32405
32466
  }
32406
32467
  }).catch(function (err) {
32407
32468
  _this5.loading = false;
@@ -32564,11 +32625,16 @@ var startTaskReadvue_type_script_lang_js_components;
32564
32625
  url: api["w" /* findSysCodes */]
32565
32626
  }).then(function (res) {
32566
32627
  var status = res.status,
32567
- message = res.message;
32628
+ message = res.message,
32629
+ data = res.data;
32568
32630
 
32569
32631
  _this8.loading = false;
32570
32632
  if (status === 'success') {
32571
32633
  _this8.nextNode.noticeType = message.split(',');
32634
+ if (data) {
32635
+ _this8.notificationMessageReadOnly = data.notificationMessageReadOnly;
32636
+ _this8.readOnlyNotificationType = data.readOnlyNotificationType;
32637
+ }
32572
32638
  } else {
32573
32639
  _this8.$message.error(message || '系统错误,请联系管理员!');
32574
32640
  }
@@ -32599,8 +32665,8 @@ var startTaskReadvue_type_script_lang_js_components;
32599
32665
 
32600
32666
  var startTaskRead_component = normalizeComponent(
32601
32667
  src_startTaskReadvue_type_script_lang_js_,
32602
- startTaskReadvue_type_template_id_4a0a6b09_render,
32603
- startTaskReadvue_type_template_id_4a0a6b09_staticRenderFns,
32668
+ startTaskReadvue_type_template_id_1372220b_render,
32669
+ startTaskReadvue_type_template_id_1372220b_staticRenderFns,
32604
32670
  false,
32605
32671
  null,
32606
32672
  null,
@@ -32609,8 +32675,8 @@ var startTaskRead_component = normalizeComponent(
32609
32675
  )
32610
32676
 
32611
32677
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
32612
- // 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&
32613
- var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
32678
+ // 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&
32679
+ var taskUnionExaminevue_type_template_id_fa1f04ee_render = function () {
32614
32680
  var _vm = this
32615
32681
  var _h = _vm.$createElement
32616
32682
  var _c = _vm._self._c || _h
@@ -32773,9 +32839,11 @@ var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
32773
32839
  key: item.cciValue,
32774
32840
  attrs: {
32775
32841
  label: item.cciValue,
32776
- disabled:
32777
- _vm.readOnlyNotificationType.indexOf(item.cciValue) !=
32778
- -1,
32842
+ disabled: _vm.readOnlyNotificationType
32843
+ ? _vm.readOnlyNotificationType.indexOf(
32844
+ item.cciValue
32845
+ ) != -1
32846
+ : false,
32779
32847
  },
32780
32848
  },
32781
32849
  [
@@ -32855,11 +32923,11 @@ var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
32855
32923
  1
32856
32924
  )
32857
32925
  }
32858
- var taskUnionExaminevue_type_template_id_74c4b024_staticRenderFns = []
32859
- taskUnionExaminevue_type_template_id_74c4b024_render._withStripped = true
32926
+ var taskUnionExaminevue_type_template_id_fa1f04ee_staticRenderFns = []
32927
+ taskUnionExaminevue_type_template_id_fa1f04ee_render._withStripped = true
32860
32928
 
32861
32929
 
32862
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=74c4b024&
32930
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=fa1f04ee&
32863
32931
 
32864
32932
  // 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&
32865
32933
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -32982,6 +33050,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
32982
33050
  //
32983
33051
  //
32984
33052
  //
33053
+ //
33054
+ //
33055
+ //
33056
+ //
33057
+ //
32985
33058
 
32986
33059
 
32987
33060
 
@@ -33031,6 +33104,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
33031
33104
  mounted: function mounted() {
33032
33105
  this.loading = true;
33033
33106
  this.newMultiple = this.multiple;
33107
+ this.getNodeType();
33034
33108
  if (this.type === 'taskReview') return this.getTaskReview();
33035
33109
  this.getInfo();
33036
33110
  },
@@ -33114,7 +33188,6 @@ var taskUnionExaminevue_type_script_lang_js_components;
33114
33188
  _this2.currentOrgProcessKey = taskExamine.currentOrgProcessKey;
33115
33189
  _this2.getFind();
33116
33190
  _this2.getMessage();
33117
- _this2.getNodeType();
33118
33191
  } else {
33119
33192
  _this2.$message.error(message || '系统错误,请联系管理员!');
33120
33193
  }
@@ -33180,7 +33253,6 @@ var taskUnionExaminevue_type_script_lang_js_components;
33180
33253
  _this3.isMultiple(userSelectionType);
33181
33254
  _this3.getFind();
33182
33255
  _this3.getMessage();
33183
- _this3.getNodeType();
33184
33256
  } else {
33185
33257
  _this3.$message.error(message || '系统错误,请联系管理员!');
33186
33258
  }
@@ -33284,7 +33356,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
33284
33356
 
33285
33357
  utils_util["a" /* default */].ajax({
33286
33358
  url: api["u" /* findCodeValues */],
33287
- params: { ccCode: 'notification_type', userId: utils_util["a" /* default */].getStorage('userId') }
33359
+ params: {
33360
+ ccCode: 'notification_type',
33361
+ userId: utils_util["a" /* default */].getStorage('userId')
33362
+ }
33288
33363
  }).then(function (res) {
33289
33364
  var status = res.status,
33290
33365
  data = res.data;
@@ -33331,6 +33406,15 @@ var taskUnionExaminevue_type_script_lang_js_components;
33331
33406
 
33332
33407
  if (status === 'success') {
33333
33408
  _this7.infoList.noticeType = message.split(',');
33409
+ var arr = [];
33410
+ _this7.infoList.noticeList.map(function (item) {
33411
+ _this7.infoList.noticeType.map(function (x) {
33412
+ if (x == item.cciValue) {
33413
+ arr.push(x);
33414
+ }
33415
+ });
33416
+ });
33417
+ _this7.infoList.noticeType = arr;
33334
33418
  } else {
33335
33419
  _this7.$message.error(message || '系统错误,请联系管理员!');
33336
33420
  }
@@ -33355,8 +33439,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
33355
33439
 
33356
33440
  var taskUnionExamine_component = normalizeComponent(
33357
33441
  component_taskUnionExaminevue_type_script_lang_js_,
33358
- taskUnionExaminevue_type_template_id_74c4b024_render,
33359
- taskUnionExaminevue_type_template_id_74c4b024_staticRenderFns,
33442
+ taskUnionExaminevue_type_template_id_fa1f04ee_render,
33443
+ taskUnionExaminevue_type_template_id_fa1f04ee_staticRenderFns,
33360
33444
  false,
33361
33445
  null,
33362
33446
  null,
@@ -34067,6 +34151,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34067
34151
  //
34068
34152
  //
34069
34153
  //
34154
+ //
34155
+ //
34156
+ //
34157
+ //
34158
+ //
34159
+ //
34160
+ //
34161
+ //
34162
+ //
34163
+ //
34070
34164
 
34071
34165
 
34072
34166
 
@@ -34247,6 +34341,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34247
34341
  mounted: function mounted() {
34248
34342
  this.businessIds = this.businessId;
34249
34343
  this.nextNode.nextNodeId = this.nextNodeId;
34344
+ this.getNodeType();
34250
34345
  !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
34251
34346
  if (this.isFlow) {
34252
34347
  this.businessId && this.getProcess();
@@ -34724,6 +34819,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34724
34819
 
34725
34820
  if (status === 'success') {
34726
34821
  _this10.nextNode.notificationType = message.split(',');
34822
+ var arr = [];
34823
+ _this10.newsList.map(function (item) {
34824
+ _this10.nextNode.notificationType.map(function (x) {
34825
+ if (x == item.cciValue) {
34826
+ arr.push(x);
34827
+ }
34828
+ });
34829
+ });
34830
+ _this10.nextNode.notificationType = arr;
34727
34831
  }
34728
34832
  }).catch(function (err) {
34729
34833
  if (err.message && err.message !== 'canceled') {
@@ -35528,7 +35632,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35528
35632
  _this23.presetTaskNodeMap = presetTaskNodeMap;
35529
35633
  _this23.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
35530
35634
  _this23.getFind();
35531
- _this23.getNodeType();
35635
+
35532
35636
  _this23.getNodeInfo();
35533
35637
  } else {
35534
35638
  if (res.status === 'taskCompleted') {
@@ -35938,8 +36042,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35938
36042
 
35939
36043
  var flow_src_main_component = normalizeComponent(
35940
36044
  packages_flow_src_mainvue_type_script_lang_js_,
35941
- mainvue_type_template_id_7e9b7c60_render,
35942
- mainvue_type_template_id_7e9b7c60_staticRenderFns,
36045
+ mainvue_type_template_id_8a660742_render,
36046
+ mainvue_type_template_id_8a660742_staticRenderFns,
35943
36047
  false,
35944
36048
  null,
35945
36049
  null,
@@ -45065,8 +45169,8 @@ login_src_main.install = function (Vue) {
45065
45169
  };
45066
45170
 
45067
45171
  /* harmony default export */ var login = (login_src_main);
45068
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=b17beeee&
45069
- var mainvue_type_template_id_b17beeee_render = function () {
45172
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=43324a71&
45173
+ var mainvue_type_template_id_43324a71_render = function () {
45070
45174
  var _vm = this
45071
45175
  var _h = _vm.$createElement
45072
45176
  var _c = _vm._self._c || _h
@@ -45159,11 +45263,11 @@ var mainvue_type_template_id_b17beeee_render = function () {
45159
45263
  )
45160
45264
  : _vm._e()
45161
45265
  }
45162
- var mainvue_type_template_id_b17beeee_staticRenderFns = []
45163
- mainvue_type_template_id_b17beeee_render._withStripped = true
45266
+ var mainvue_type_template_id_43324a71_staticRenderFns = []
45267
+ mainvue_type_template_id_43324a71_render._withStripped = true
45164
45268
 
45165
45269
 
45166
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b17beeee&
45270
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=43324a71&
45167
45271
 
45168
45272
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=b8c4b516&scoped=true&
45169
45273
  var simplicityvue_type_template_id_b8c4b516_scoped_true_render = function () {
@@ -56572,73 +56676,78 @@ var default_component = normalizeComponent(
56572
56676
  this.params = utils_util["a" /* default */].getParams() || {};
56573
56677
  this.sysCode = this.params.sysCode;
56574
56678
  this.appCode = this.params.appCode;
56679
+ if (this.params.cookie && (this.params.cookie == true || this.params.cookie == 1)) {
56680
+ this.isLogin = true;
56681
+ }
56575
56682
  this.getConfig(this.params);
56576
56683
  // 主应用监听事件
56577
56684
  },
56578
56685
  mounted: function mounted() {
56579
56686
  var _this = this;
56580
56687
 
56581
- if (utils_util["a" /* default */].win.$wujie) {
56582
- utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
56583
- utils_util["a" /* default */].updateTheme(res);
56584
- });
56585
- }
56688
+ if (this.isLogin) {
56689
+ if (utils_util["a" /* default */].win.$wujie) {
56690
+ utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
56691
+ utils_util["a" /* default */].updateTheme(res);
56692
+ });
56693
+ }
56586
56694
 
56587
- var bus = this.bus || this.$root.Bus;
56588
- if (bus) {
56589
- bus.$on('reLogin', this.handleReLogin);
56590
- bus.$on('refresh', this.$refs.main.handleRefresh);
56591
- bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56592
- bus.$on('emit', function (method, args) {
56695
+ var bus = this.bus || this.$root.Bus;
56696
+ if (bus) {
56697
+ bus.$on('reLogin', this.handleReLogin);
56698
+ bus.$on('refresh', this.$refs.main.handleRefresh);
56699
+ bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56700
+ bus.$on('emit', function (method, args) {
56701
+ // 主应用发送事件
56702
+ bus.$emit(method, args);
56703
+ });
56704
+ }
56705
+ utils_util["a" /* default */].win.reLogin = this.handleReLogin;
56706
+ utils_util["a" /* default */].win.windowOpen = this.openPage;
56707
+ utils_util["a" /* default */].win.refresh = this.$refs.main.handleRefresh;
56708
+ utils_util["a" /* default */].win.jumpMenu = this.$refs.main.jumpMenu;
56709
+ external_wujie_vue2_default.a.bus.$on('reLogin', this.handleReLogin);
56710
+ external_wujie_vue2_default.a.bus.$on('refresh', this.$refs.main.handleRefresh);
56711
+ external_wujie_vue2_default.a.bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56712
+ external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
56593
56713
  // 主应用发送事件
56594
- bus.$emit(method, args);
56714
+ external_wujie_vue2_default.a.bus.$emit(method, args);
56595
56715
  });
56596
- }
56597
- utils_util["a" /* default */].win.reLogin = this.handleReLogin;
56598
- utils_util["a" /* default */].win.windowOpen = this.openPage;
56599
- utils_util["a" /* default */].win.refresh = this.$refs.main.handleRefresh;
56600
- utils_util["a" /* default */].win.jumpMenu = this.$refs.main.jumpMenu;
56601
- external_wujie_vue2_default.a.bus.$on('reLogin', this.handleReLogin);
56602
- external_wujie_vue2_default.a.bus.$on('refresh', this.$refs.main.handleRefresh);
56603
- external_wujie_vue2_default.a.bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56604
- external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
56605
- // 主应用发送事件
56606
- external_wujie_vue2_default.a.bus.$emit(method, args);
56607
- });
56608
56716
 
56609
- window.addEventListener('message', function (method, args) {
56610
- switch (method) {
56611
- case 'reLogin':
56612
- _this.handleReLogin(args);
56613
- break;
56614
- case 'refresh':
56615
- _this.$refs.main.handleRefresh(args);
56616
- break;
56617
- case 'jumpMenu':
56618
- _this.$refs.main.jumpMenu(args);
56619
- break;
56620
- case 'emit':
56621
- var origin = args.origin || '*';
56622
- window.postMessage(args, origin);
56623
- break;
56624
- case 'openDialog':
56625
- _this.dialogs.push(args);
56626
- var index = _this.visibles.length;
56627
- _this.visibles.push(false);
56628
- _this.$nextTick(function () {
56629
- _this.$set(_this.visibles, index, true);
56630
- });
56631
- break;
56632
- case 'closeDialog':
56633
- for (var i = 0; i < _this.dialogs.length; i++) {
56634
- var item = _this.dialogs[i];
56635
- if (item.url == args.url) {
56636
- _this.$set(_this.visibles, i, false);
56717
+ window.addEventListener('message', function (method, args) {
56718
+ switch (method) {
56719
+ case 'reLogin':
56720
+ _this.handleReLogin(args);
56721
+ break;
56722
+ case 'refresh':
56723
+ _this.$refs.main.handleRefresh(args);
56724
+ break;
56725
+ case 'jumpMenu':
56726
+ _this.$refs.main.jumpMenu(args);
56727
+ break;
56728
+ case 'emit':
56729
+ var origin = args.origin || '*';
56730
+ window.postMessage(args, origin);
56731
+ break;
56732
+ case 'openDialog':
56733
+ _this.dialogs.push(args);
56734
+ var index = _this.visibles.length;
56735
+ _this.visibles.push(false);
56736
+ _this.$nextTick(function () {
56737
+ _this.$set(_this.visibles, index, true);
56738
+ });
56739
+ break;
56740
+ case 'closeDialog':
56741
+ for (var i = 0; i < _this.dialogs.length; i++) {
56742
+ var item = _this.dialogs[i];
56743
+ if (item.url == args.url) {
56744
+ _this.$set(_this.visibles, i, false);
56745
+ }
56637
56746
  }
56638
- }
56639
- break;
56640
- }
56641
- });
56747
+ break;
56748
+ }
56749
+ });
56750
+ }
56642
56751
  },
56643
56752
 
56644
56753
  methods: {
@@ -56758,7 +56867,7 @@ var default_component = normalizeComponent(
56758
56867
  var _this4 = this;
56759
56868
 
56760
56869
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
56761
- this.isLogin = token ? true : false;
56870
+ this.isLogin = token ? true : this.isLogin;
56762
56871
  if (!token && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType')) {
56763
56872
  return false;
56764
56873
  }
@@ -56864,8 +56973,8 @@ var default_component = normalizeComponent(
56864
56973
 
56865
56974
  var main_src_main_component = normalizeComponent(
56866
56975
  packages_main_src_mainvue_type_script_lang_js_,
56867
- mainvue_type_template_id_b17beeee_render,
56868
- mainvue_type_template_id_b17beeee_staticRenderFns,
56976
+ mainvue_type_template_id_43324a71_render,
56977
+ mainvue_type_template_id_43324a71_staticRenderFns,
56869
56978
  false,
56870
56979
  null,
56871
56980
  null,
@@ -77283,7 +77392,7 @@ if (typeof window !== 'undefined' && window.Vue) {
77283
77392
  }
77284
77393
 
77285
77394
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
77286
- version: '0.6.19',
77395
+ version: '0.6.21',
77287
77396
  install: install,
77288
77397
  Button: packages_button,
77289
77398
  ButtonGroup: button_group,