eoss-mobiles 0.3.77 → 0.3.78

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.
package/lib/flow.js CHANGED
@@ -2277,8 +2277,8 @@ render._withStripped = true
2277
2277
 
2278
2278
  // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
2279
2279
 
2280
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=53e8f5f3
2281
- var StartFlowvue_type_template_id_53e8f5f3_render = function () {
2280
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=7e14a1c2
2281
+ var StartFlowvue_type_template_id_7e14a1c2_render = function () {
2282
2282
  var _vm = this
2283
2283
  var _h = _vm.$createElement
2284
2284
  var _c = _vm._self._c || _h
@@ -2494,7 +2494,8 @@ var StartFlowvue_type_template_id_53e8f5f3_render = function () {
2494
2494
  paddingTop: _vm.paddingTop,
2495
2495
  objType: _vm.objType,
2496
2496
  nextUserList: _vm.nextUserList,
2497
- label: "办理人",
2497
+ label:
2498
+ "" + (_vm.flowLabelConfig.nextUser || "办理人"),
2498
2499
  },
2499
2500
  on: {
2500
2501
  change: function ($event) {
@@ -2628,18 +2629,21 @@ var StartFlowvue_type_template_id_53e8f5f3_render = function () {
2628
2629
  },
2629
2630
  })
2630
2631
  : _vm._e(),
2631
- _c("Message", {
2632
- ref: "message",
2633
- attrs: {
2634
- code: _vm.msgCode,
2635
- readOnlyNotificationType: _vm.readOnlyNotificationType,
2636
- notificationMessageReadOnly: _vm.notificationMessageReadOnly,
2637
- defaultNotificationMsg: _vm.form.notificationMsg,
2638
- baseUrl: _vm.baseUrl,
2639
- defaultNotificationType: _vm.defaultNotificationType,
2640
- },
2641
- on: { onInputMsg: _vm.onInputMsg },
2642
- }),
2632
+ !_vm.hideMessage
2633
+ ? _c("Message", {
2634
+ ref: "message",
2635
+ attrs: {
2636
+ code: _vm.msgCode,
2637
+ readOnlyNotificationType: _vm.readOnlyNotificationType,
2638
+ notificationMessageReadOnly:
2639
+ _vm.notificationMessageReadOnly,
2640
+ defaultNotificationMsg: _vm.form.notificationMsg,
2641
+ baseUrl: _vm.baseUrl,
2642
+ defaultNotificationType: _vm.defaultNotificationType,
2643
+ },
2644
+ on: { onInputMsg: _vm.onInputMsg },
2645
+ })
2646
+ : _vm._e(),
2643
2647
  ],
2644
2648
  1
2645
2649
  ),
@@ -2666,11 +2670,11 @@ var StartFlowvue_type_template_id_53e8f5f3_render = function () {
2666
2670
  ]),
2667
2671
  ])
2668
2672
  }
2669
- var StartFlowvue_type_template_id_53e8f5f3_staticRenderFns = []
2670
- StartFlowvue_type_template_id_53e8f5f3_render._withStripped = true
2673
+ var StartFlowvue_type_template_id_7e14a1c2_staticRenderFns = []
2674
+ StartFlowvue_type_template_id_7e14a1c2_render._withStripped = true
2671
2675
 
2672
2676
 
2673
- // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=53e8f5f3
2677
+ // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=7e14a1c2
2674
2678
 
2675
2679
  // EXTERNAL MODULE: ./src/config/api.js
2676
2680
  var api = __webpack_require__(2);
@@ -4287,6 +4291,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
4287
4291
  //
4288
4292
  //
4289
4293
  //
4294
+ //
4290
4295
 
4291
4296
 
4292
4297
 
@@ -4361,6 +4366,16 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
4361
4366
  selectorParams: {
4362
4367
  type: Object,
4363
4368
  default: function _default() {}
4369
+ },
4370
+ flowLabelConfig: {
4371
+ type: Object,
4372
+ default: function _default() {
4373
+ return {};
4374
+ }
4375
+ },
4376
+ hideMessage: {
4377
+ type: Boolean,
4378
+ default: false
4364
4379
  }
4365
4380
  },
4366
4381
  data: function data() {
@@ -4511,7 +4526,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
4511
4526
  return;
4512
4527
  }
4513
4528
  if (!this.form.nextUserId && this.isNextUser) {
4514
- this.$toast('请选择办理人');
4529
+ this.$toast('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'));
4515
4530
  return;
4516
4531
  }
4517
4532
  if (!this.form.nextNodeId) {
@@ -4819,7 +4834,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
4819
4834
  that.form.notificationMsg = res.results.notificationMsg;
4820
4835
  that.form.nodeId = res.results.nodeId;
4821
4836
  var defaultNotificationTypes = [];
4822
- if (res.results.notificationTypes && that.defaultNotificationType.length == 0) {
4837
+ if (res.results.notificationTypes && that.defaultNotificationType.length == 0 && !that.hideMessage) {
4823
4838
  defaultNotificationTypes = res.results.notificationTypes.filter(function (x) {
4824
4839
  return x.defaultSelected == 'true';
4825
4840
  });
@@ -4961,8 +4976,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
4961
4976
 
4962
4977
  var StartFlow_component = Object(componentNormalizer["a" /* default */])(
4963
4978
  components_StartFlowvue_type_script_lang_js,
4964
- StartFlowvue_type_template_id_53e8f5f3_render,
4965
- StartFlowvue_type_template_id_53e8f5f3_staticRenderFns,
4979
+ StartFlowvue_type_template_id_7e14a1c2_render,
4980
+ StartFlowvue_type_template_id_7e14a1c2_staticRenderFns,
4966
4981
  false,
4967
4982
  null,
4968
4983
  null,
@@ -4971,8 +4986,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
4971
4986
  )
4972
4987
 
4973
4988
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
4974
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=dfc0a1b8
4975
- var Handlevue_type_template_id_dfc0a1b8_render = function () {
4989
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=34172aca
4990
+ var Handlevue_type_template_id_34172aca_render = function () {
4976
4991
  var _vm = this
4977
4992
  var _h = _vm.$createElement
4978
4993
  var _c = _vm._self._c || _h
@@ -4992,6 +5007,8 @@ var Handlevue_type_template_id_dfc0a1b8_render = function () {
4992
5007
  _vm.freeStartFlowParams.useScene ===
4993
5008
  "multiInsMidwayWithSubmitScene",
4994
5009
  opinion: _vm.form.opinion,
5010
+ hideMessage: _vm.hideMessage,
5011
+ flowLabelConfig: _vm.flowLabelConfig,
4995
5012
  "copy-history": _vm.freeStartFlowParams.pendedHistoryHandle,
4996
5013
  formType: _vm.processFormType,
4997
5014
  orgId: _vm.orgId,
@@ -5524,12 +5541,19 @@ var Handlevue_type_template_id_dfc0a1b8_render = function () {
5524
5541
  _vm.isCurrentNodeForbiddenChangeCandidate ==
5525
5542
  1,
5526
5543
  placeholder:
5527
- "请选择下步办理人",
5544
+ "请选择" +
5545
+ (_vm.flowLabelConfig
5546
+ .nextUser ||
5547
+ "下步办理人"),
5528
5548
  param: {
5529
5549
  pid: _vm.pid,
5530
5550
  onlyMyOrg: _vm.onlyMyOrg,
5531
5551
  },
5532
- label: "下步办理人",
5552
+ label:
5553
+ "" +
5554
+ (_vm.flowLabelConfig
5555
+ .nextUser ||
5556
+ "下步办理人"),
5533
5557
  },
5534
5558
  on: {
5535
5559
  change: function ($event) {
@@ -6234,6 +6258,8 @@ var Handlevue_type_template_id_dfc0a1b8_render = function () {
6234
6258
  _vm.taskExamineInfo
6235
6259
  .processDefinitionId,
6236
6260
  nodeId: _vm.form.nextNodeId,
6261
+ hideMessage: _vm.hideMessage,
6262
+ flowLabelConfig: _vm.flowLabelConfig,
6237
6263
  taskId:
6238
6264
  _vm.processObj.taskExamine.taskId,
6239
6265
  pendingId: _vm.pendingId,
@@ -6272,30 +6298,32 @@ var Handlevue_type_template_id_dfc0a1b8_render = function () {
6272
6298
  1
6273
6299
  )
6274
6300
  : _vm._e(),
6275
- _c(
6276
- "div",
6277
- { staticClass: "item-msg item-msg2" },
6278
- [
6279
- _c("Message", {
6280
- ref: "message",
6281
- attrs: {
6282
- code: _vm.msgCode,
6283
- baseUrl: _vm.baseUrl,
6284
- readOnlyNotificationType:
6285
- _vm.readOnlyNotificationType,
6286
- notificationMessageReadOnly:
6287
- _vm.notificationMessageReadOnly,
6288
- pendingId: _vm.pendingId,
6289
- defaultNotificationType:
6290
- _vm.defaultNotificationType,
6291
- defaultNotificationMsg:
6292
- _vm.form.notificationMsg,
6293
- },
6294
- on: { onInputMsg: _vm.onInputMsg },
6295
- }),
6296
- ],
6297
- 1
6298
- ),
6301
+ !_vm.hideMessage
6302
+ ? _c(
6303
+ "div",
6304
+ { staticClass: "item-msg item-msg2" },
6305
+ [
6306
+ _c("Message", {
6307
+ ref: "message",
6308
+ attrs: {
6309
+ code: _vm.msgCode,
6310
+ baseUrl: _vm.baseUrl,
6311
+ readOnlyNotificationType:
6312
+ _vm.readOnlyNotificationType,
6313
+ notificationMessageReadOnly:
6314
+ _vm.notificationMessageReadOnly,
6315
+ pendingId: _vm.pendingId,
6316
+ defaultNotificationType:
6317
+ _vm.defaultNotificationType,
6318
+ defaultNotificationMsg:
6319
+ _vm.form.notificationMsg,
6320
+ },
6321
+ on: { onInputMsg: _vm.onInputMsg },
6322
+ }),
6323
+ ],
6324
+ 1
6325
+ )
6326
+ : _vm._e(),
6299
6327
  ],
6300
6328
  1
6301
6329
  )
@@ -6359,6 +6387,8 @@ var Handlevue_type_template_id_dfc0a1b8_render = function () {
6359
6387
  attrs: {
6360
6388
  pendingId: _vm.pendingId,
6361
6389
  "before-submit": _vm.beforeSubmit,
6390
+ hideMessage: _vm.hideMessage,
6391
+ flowLabelConfig: _vm.flowLabelConfig,
6362
6392
  },
6363
6393
  on: {
6364
6394
  close: function ($event) {
@@ -6424,14 +6454,14 @@ var Handlevue_type_template_id_dfc0a1b8_render = function () {
6424
6454
  1
6425
6455
  )
6426
6456
  }
6427
- var Handlevue_type_template_id_dfc0a1b8_staticRenderFns = []
6428
- Handlevue_type_template_id_dfc0a1b8_render._withStripped = true
6457
+ var Handlevue_type_template_id_34172aca_staticRenderFns = []
6458
+ Handlevue_type_template_id_34172aca_render._withStripped = true
6429
6459
 
6430
6460
 
6431
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=dfc0a1b8
6461
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=34172aca
6432
6462
 
6433
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
6434
- var Rejectvue_type_template_id_7503f952_render = function () {
6463
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=5c379963
6464
+ var Rejectvue_type_template_id_5c379963_render = function () {
6435
6465
  var _vm = this
6436
6466
  var _h = _vm.$createElement
6437
6467
  var _c = _vm._self._c || _h
@@ -6496,7 +6526,7 @@ var Rejectvue_type_template_id_7503f952_render = function () {
6496
6526
  ],
6497
6527
  1
6498
6528
  ),
6499
- _vm.rejectObj && _vm.rejectObj.length != 0
6529
+ _vm.rejectObj && _vm.rejectObj.length != 0 && !_vm.hideMessage
6500
6530
  ? _c("Message", {
6501
6531
  ref: "message",
6502
6532
  attrs: {
@@ -6553,11 +6583,11 @@ var Rejectvue_type_template_id_7503f952_render = function () {
6553
6583
  ]),
6554
6584
  ])
6555
6585
  }
6556
- var Rejectvue_type_template_id_7503f952_staticRenderFns = []
6557
- Rejectvue_type_template_id_7503f952_render._withStripped = true
6586
+ var Rejectvue_type_template_id_5c379963_staticRenderFns = []
6587
+ Rejectvue_type_template_id_5c379963_render._withStripped = true
6558
6588
 
6559
6589
 
6560
- // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
6590
+ // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=5c379963
6561
6591
 
6562
6592
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=script&lang=js
6563
6593
  var Rejectvue_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; };
@@ -6636,6 +6666,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6636
6666
  userId: {
6637
6667
  type: String,
6638
6668
  default: ''
6669
+ },
6670
+ hideMessage: {
6671
+ type: Boolean,
6672
+ default: false
6639
6673
  }
6640
6674
  },
6641
6675
  data: function data() {
@@ -6805,7 +6839,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6805
6839
  }
6806
6840
  _this2.processObj = res.data;
6807
6841
  _this2.form.notificationMsg = defaultNotificationMessage;
6808
- _this2.defaultNotificationType = defaultNotificationType.split(',');
6842
+ if (!_this2.hideMessage) {
6843
+ _this2.defaultNotificationType = defaultNotificationType.split(',');
6844
+ }
6845
+
6809
6846
  var list = [];
6810
6847
  if (rejectTaskNodes) {
6811
6848
  for (var i in rejectTaskNodes) {
@@ -6845,8 +6882,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6845
6882
 
6846
6883
  var Reject_component = Object(componentNormalizer["a" /* default */])(
6847
6884
  components_Rejectvue_type_script_lang_js,
6848
- Rejectvue_type_template_id_7503f952_render,
6849
- Rejectvue_type_template_id_7503f952_staticRenderFns,
6885
+ Rejectvue_type_template_id_5c379963_render,
6886
+ Rejectvue_type_template_id_5c379963_staticRenderFns,
6850
6887
  false,
6851
6888
  null,
6852
6889
  null,
@@ -7739,6 +7776,14 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7739
7776
  //
7740
7777
  //
7741
7778
  //
7779
+ //
7780
+ //
7781
+ //
7782
+ //
7783
+ //
7784
+ //
7785
+ //
7786
+ //
7742
7787
 
7743
7788
 
7744
7789
 
@@ -7801,6 +7846,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7801
7846
  selectorParams: {
7802
7847
  type: Object,
7803
7848
  default: function _default() {}
7849
+ },
7850
+ flowLabelConfig: {
7851
+ type: Object,
7852
+ default: function _default() {
7853
+ return {};
7854
+ }
7855
+ },
7856
+ hideMessage: {
7857
+ type: Boolean,
7858
+ default: false
7804
7859
  }
7805
7860
  },
7806
7861
  data: function data() {
@@ -8149,7 +8204,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8149
8204
  return;
8150
8205
  }
8151
8206
  if (this.isSpecial && this.isNextUser && !this.form.nextUserId && idStr === '' && this.form.isAddSign != '1' && !this.isReject) {
8152
- this.$toast('请选择办理人');
8207
+ this.$toast('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'));
8153
8208
  return;
8154
8209
  }
8155
8210
  // if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
@@ -8660,7 +8715,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8660
8715
  that.form.isReturnRejectNode = taskExamine.isReturnRejectNode;
8661
8716
  that.form.isSerialSubmit = taskExamine.isSerialSubmit;
8662
8717
  that.form.notificationMsg = defaultNotificationMessage;
8663
- defaultNotificationType && (that.defaultNotificationType = defaultNotificationType.split(','));
8718
+ defaultNotificationType && !that.hideMessage && (that.defaultNotificationType = defaultNotificationType.split(','));
8664
8719
  that.nodeInfoMapInfo = nodeInfoMap;
8665
8720
  that.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
8666
8721
  that.opinionHandleExplainText = nodeInfoMap.nodeExtAttr.opinionHandleExplainText;
@@ -9018,8 +9073,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
9018
9073
 
9019
9074
  var Handle_component = Object(componentNormalizer["a" /* default */])(
9020
9075
  components_Handlevue_type_script_lang_js,
9021
- Handlevue_type_template_id_dfc0a1b8_render,
9022
- Handlevue_type_template_id_dfc0a1b8_staticRenderFns,
9076
+ Handlevue_type_template_id_34172aca_render,
9077
+ Handlevue_type_template_id_34172aca_staticRenderFns,
9023
9078
  false,
9024
9079
  null,
9025
9080
  null,
@@ -9790,8 +9845,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
9790
9845
  )
9791
9846
 
9792
9847
  /* harmony default export */ var Circulate = (Circulate_component.exports);
9793
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
9794
- var TaskReadvue_type_template_id_788504eb_render = function () {
9848
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=5fbe547c
9849
+ var TaskReadvue_type_template_id_5fbe547c_render = function () {
9795
9850
  var _vm = this
9796
9851
  var _h = _vm.$createElement
9797
9852
  var _c = _vm._self._c || _h
@@ -9955,20 +10010,23 @@ var TaskReadvue_type_template_id_788504eb_render = function () {
9955
10010
  "div",
9956
10011
  { staticClass: "item" },
9957
10012
  [
9958
- _c("Message", {
9959
- ref: "message",
9960
- attrs: {
9961
- code: _vm.msgCode,
9962
- readOnlyNotificationType: _vm.readOnlyNotificationType,
9963
- notificationMessageReadOnly: _vm.notificationMessageReadOnly,
9964
- defaultNotificationMsg: _vm.defaultNotificationMessage,
9965
- defaultNotificationType: _vm.defaultNotificationType,
9966
- baseUrl: _vm.baseUrl,
9967
- showMsg: true,
9968
- pendingId: _vm.pendingId,
9969
- },
9970
- on: { onInputMsg: _vm.onInputMsg },
9971
- }),
10013
+ !_vm.hideMessage
10014
+ ? _c("Message", {
10015
+ ref: "message",
10016
+ attrs: {
10017
+ code: _vm.msgCode,
10018
+ readOnlyNotificationType: _vm.readOnlyNotificationType,
10019
+ notificationMessageReadOnly:
10020
+ _vm.notificationMessageReadOnly,
10021
+ defaultNotificationMsg: _vm.defaultNotificationMessage,
10022
+ defaultNotificationType: _vm.defaultNotificationType,
10023
+ baseUrl: _vm.baseUrl,
10024
+ showMsg: true,
10025
+ pendingId: _vm.pendingId,
10026
+ },
10027
+ on: { onInputMsg: _vm.onInputMsg },
10028
+ })
10029
+ : _vm._e(),
9972
10030
  ],
9973
10031
  1
9974
10032
  ),
@@ -9993,11 +10051,11 @@ var TaskReadvue_type_template_id_788504eb_render = function () {
9993
10051
  ]),
9994
10052
  ])
9995
10053
  }
9996
- var TaskReadvue_type_template_id_788504eb_staticRenderFns = []
9997
- TaskReadvue_type_template_id_788504eb_render._withStripped = true
10054
+ var TaskReadvue_type_template_id_5fbe547c_staticRenderFns = []
10055
+ TaskReadvue_type_template_id_5fbe547c_render._withStripped = true
9998
10056
 
9999
10057
 
10000
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
10058
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=5fbe547c
10001
10059
 
10002
10060
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
10003
10061
  var TaskReadvue_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; };
@@ -10101,6 +10159,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10101
10159
  //
10102
10160
  //
10103
10161
  //
10162
+ //
10104
10163
 
10105
10164
 
10106
10165
 
@@ -10169,6 +10228,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10169
10228
  isAllCheck: {
10170
10229
  type: Boolean,
10171
10230
  default: false
10231
+ },
10232
+ hideMessage: {
10233
+ type: Boolean,
10234
+ default: false
10172
10235
  }
10173
10236
  },
10174
10237
  computed: {
@@ -10300,6 +10363,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10300
10363
  data = res.data;
10301
10364
 
10302
10365
  if (status === 'success') {
10366
+ if (_this3.hideMessage) return;
10303
10367
  _this3.form.notificationMsgType = message.split(',');
10304
10368
  _this3.defaultNotificationType = message.split(',');
10305
10369
  if (data) {
@@ -10672,8 +10736,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10672
10736
 
10673
10737
  var TaskRead_component = Object(componentNormalizer["a" /* default */])(
10674
10738
  components_TaskReadvue_type_script_lang_js,
10675
- TaskReadvue_type_template_id_788504eb_render,
10676
- TaskReadvue_type_template_id_788504eb_staticRenderFns,
10739
+ TaskReadvue_type_template_id_5fbe547c_render,
10740
+ TaskReadvue_type_template_id_5fbe547c_staticRenderFns,
10677
10741
  false,
10678
10742
  null,
10679
10743
  null,
@@ -10682,8 +10746,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
10682
10746
  )
10683
10747
 
10684
10748
  /* harmony default export */ var TaskRead = (TaskRead_component.exports);
10685
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
10686
- var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
10749
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=252a387b
10750
+ var taskUnionExaminevue_type_template_id_252a387b_render = function () {
10687
10751
  var _vm = this
10688
10752
  var _h = _vm.$createElement
10689
10753
  var _c = _vm._self._c || _h
@@ -10805,7 +10869,7 @@ var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
10805
10869
  1
10806
10870
  )
10807
10871
  : _vm._e(),
10808
- _vm.showMessage
10872
+ _vm.showMessage && !_vm.hideMessage
10809
10873
  ? _c("Message", {
10810
10874
  ref: "message",
10811
10875
  attrs: {
@@ -10846,11 +10910,11 @@ var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
10846
10910
  ]),
10847
10911
  ])
10848
10912
  }
10849
- var taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns = []
10850
- taskUnionExaminevue_type_template_id_12480d2e_render._withStripped = true
10913
+ var taskUnionExaminevue_type_template_id_252a387b_staticRenderFns = []
10914
+ taskUnionExaminevue_type_template_id_252a387b_render._withStripped = true
10851
10915
 
10852
10916
 
10853
- // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
10917
+ // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=252a387b
10854
10918
 
10855
10919
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
10856
10920
  var taskUnionExaminevue_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; };
@@ -10993,6 +11057,10 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
10993
11057
  isAllCheck: {
10994
11058
  type: Boolean,
10995
11059
  default: false
11060
+ },
11061
+ hideMessage: {
11062
+ type: Boolean,
11063
+ default: false
10996
11064
  }
10997
11065
  },
10998
11066
  data: function data() {
@@ -11146,7 +11214,9 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
11146
11214
 
11147
11215
  _this3.$toast.clear();
11148
11216
  if (status === 'success') {
11149
- _this3.infoList.noticeType = message.split(',');
11217
+ if (!_this3.hideMessage) {
11218
+ _this3.infoList.noticeType = message.split(',');
11219
+ }
11150
11220
  } else {
11151
11221
  _this3.$toast(message || '系统错误,请联系管理员!');
11152
11222
  }
@@ -11514,8 +11584,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
11514
11584
 
11515
11585
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
11516
11586
  components_taskUnionExaminevue_type_script_lang_js,
11517
- taskUnionExaminevue_type_template_id_12480d2e_render,
11518
- taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns,
11587
+ taskUnionExaminevue_type_template_id_252a387b_render,
11588
+ taskUnionExaminevue_type_template_id_252a387b_staticRenderFns,
11519
11589
  false,
11520
11590
  null,
11521
11591
  null,
@@ -11524,8 +11594,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
11524
11594
  )
11525
11595
 
11526
11596
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
11527
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
11528
- var supervisevue_type_template_id_21cb8155_render = function () {
11597
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=template&id=62f0df9d
11598
+ var supervisevue_type_template_id_62f0df9d_render = function () {
11529
11599
  var _vm = this
11530
11600
  var _h = _vm.$createElement
11531
11601
  var _c = _vm._self._c || _h
@@ -11533,20 +11603,22 @@ var supervisevue_type_template_id_21cb8155_render = function () {
11533
11603
  "div",
11534
11604
  { staticClass: "flow-supervise" },
11535
11605
  [
11536
- _c("Message", {
11537
- ref: "message",
11538
- attrs: {
11539
- code: _vm.msgCode,
11540
- baseUrl: _vm.baseUrl,
11541
- showCheckType: false,
11542
- showMsg: true,
11543
- label: "",
11544
- defaultNotificationType: _vm.form.noticeType,
11545
- defaultNotificationMsg: _vm.form.notifyMessage,
11546
- onlyShowType: "",
11547
- },
11548
- on: { onInputMsg: _vm.onInputMsg },
11549
- }),
11606
+ !_vm.hideMessage
11607
+ ? _c("Message", {
11608
+ ref: "message",
11609
+ attrs: {
11610
+ code: _vm.msgCode,
11611
+ baseUrl: _vm.baseUrl,
11612
+ showCheckType: false,
11613
+ showMsg: true,
11614
+ label: "",
11615
+ defaultNotificationType: _vm.form.noticeType,
11616
+ defaultNotificationMsg: _vm.form.notifyMessage,
11617
+ onlyShowType: "",
11618
+ },
11619
+ on: { onInputMsg: _vm.onInputMsg },
11620
+ })
11621
+ : _vm._e(),
11550
11622
  _vm.showFlowList
11551
11623
  ? _c("em-flow-list", {
11552
11624
  ref: "flowList",
@@ -11571,11 +11643,11 @@ var supervisevue_type_template_id_21cb8155_render = function () {
11571
11643
  1
11572
11644
  )
11573
11645
  }
11574
- var supervisevue_type_template_id_21cb8155_staticRenderFns = []
11575
- supervisevue_type_template_id_21cb8155_render._withStripped = true
11646
+ var supervisevue_type_template_id_62f0df9d_staticRenderFns = []
11647
+ supervisevue_type_template_id_62f0df9d_render._withStripped = true
11576
11648
 
11577
11649
 
11578
- // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
11650
+ // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=62f0df9d
11579
11651
 
11580
11652
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=script&lang=js
11581
11653
  //
@@ -11611,6 +11683,7 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
11611
11683
  //
11612
11684
  //
11613
11685
  //
11686
+ //
11614
11687
 
11615
11688
 
11616
11689
 
@@ -11625,7 +11698,8 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
11625
11698
  type: String,
11626
11699
  default: 'notification_type'
11627
11700
  },
11628
- appId: { type: String, default: '' }
11701
+ appId: { type: String, default: '' },
11702
+ hideMessage: { type: Boolean, default: false }
11629
11703
  },
11630
11704
  data: function data() {
11631
11705
  return {
@@ -11704,7 +11778,10 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
11704
11778
  _this2.form = res.results;
11705
11779
  _this2.form.notificationMsg = res.results.notifyMessage;
11706
11780
  _this2.flowList = res.results.taskSuperviseHistories;
11707
- _this2.form.noticeType = res.results.fixedNotificationType.split(',');
11781
+ if (!_this2.hideMessage) {
11782
+ _this2.form.noticeType = res.results.fixedNotificationType.split(',');
11783
+ }
11784
+
11708
11785
  _this2.showFlowList = true;
11709
11786
  } else {
11710
11787
  _this2.$toast(res.msg);
@@ -11732,8 +11809,8 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
11732
11809
 
11733
11810
  var supervise_component = Object(componentNormalizer["a" /* default */])(
11734
11811
  components_supervisevue_type_script_lang_js,
11735
- supervisevue_type_template_id_21cb8155_render,
11736
- supervisevue_type_template_id_21cb8155_staticRenderFns,
11812
+ supervisevue_type_template_id_62f0df9d_render,
11813
+ supervisevue_type_template_id_62f0df9d_staticRenderFns,
11737
11814
  false,
11738
11815
  null,
11739
11816
  null,
@@ -11742,8 +11819,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
11742
11819
  )
11743
11820
 
11744
11821
  /* harmony default export */ var supervise = (supervise_component.exports);
11745
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=6c4eb3b7
11746
- var resetvue_type_template_id_6c4eb3b7_render = function () {
11822
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=175ec1c3
11823
+ var resetvue_type_template_id_175ec1c3_render = function () {
11747
11824
  var _vm = this
11748
11825
  var _h = _vm.$createElement
11749
11826
  var _c = _vm._self._c || _h
@@ -11873,7 +11950,7 @@ var resetvue_type_template_id_6c4eb3b7_render = function () {
11873
11950
  paddingTop: _vm.paddingTop,
11874
11951
  objType: _vm.objType,
11875
11952
  nextUserList: _vm.nextUserList,
11876
- label: "办理人",
11953
+ label: "" + (_vm.flowLabelConfig.nextUser || "办理人"),
11877
11954
  },
11878
11955
  on: {
11879
11956
  change: function ($event) {
@@ -12006,18 +12083,21 @@ var resetvue_type_template_id_6c4eb3b7_render = function () {
12006
12083
  },
12007
12084
  })
12008
12085
  : _vm._e(),
12009
- _c("Message", {
12010
- ref: "message",
12011
- attrs: {
12012
- code: _vm.msgCode,
12013
- readOnlyNotificationType: _vm.readOnlyNotificationType,
12014
- notificationMessageReadOnly: _vm.notificationMessageReadOnly,
12015
- defaultNotificationMsg: _vm.form.notificationMsg,
12016
- baseUrl: _vm.baseUrl,
12017
- defaultNotificationType: _vm.defaultNotificationType,
12018
- },
12019
- on: { onInputMsg: _vm.onInputMsg },
12020
- }),
12086
+ !_vm.hideMessage
12087
+ ? _c("Message", {
12088
+ ref: "message",
12089
+ attrs: {
12090
+ code: _vm.msgCode,
12091
+ readOnlyNotificationType: _vm.readOnlyNotificationType,
12092
+ notificationMessageReadOnly:
12093
+ _vm.notificationMessageReadOnly,
12094
+ defaultNotificationMsg: _vm.form.notificationMsg,
12095
+ baseUrl: _vm.baseUrl,
12096
+ defaultNotificationType: _vm.defaultNotificationType,
12097
+ },
12098
+ on: { onInputMsg: _vm.onInputMsg },
12099
+ })
12100
+ : _vm._e(),
12021
12101
  ],
12022
12102
  1
12023
12103
  ),
@@ -12044,11 +12124,11 @@ var resetvue_type_template_id_6c4eb3b7_render = function () {
12044
12124
  ]),
12045
12125
  ])
12046
12126
  }
12047
- var resetvue_type_template_id_6c4eb3b7_staticRenderFns = []
12048
- resetvue_type_template_id_6c4eb3b7_render._withStripped = true
12127
+ var resetvue_type_template_id_175ec1c3_staticRenderFns = []
12128
+ resetvue_type_template_id_175ec1c3_render._withStripped = true
12049
12129
 
12050
12130
 
12051
- // CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=6c4eb3b7
12131
+ // CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=175ec1c3
12052
12132
 
12053
12133
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
12054
12134
  var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -12221,6 +12301,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
12221
12301
  //
12222
12302
  //
12223
12303
  //
12304
+ //
12224
12305
 
12225
12306
 
12226
12307
 
@@ -12285,6 +12366,16 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
12285
12366
  opinion: {
12286
12367
  type: String,
12287
12368
  default: ''
12369
+ },
12370
+ hideMessage: {
12371
+ type: Boolean,
12372
+ default: false
12373
+ },
12374
+ flowLabelConfig: {
12375
+ type: Object,
12376
+ default: function _default() {
12377
+ return {};
12378
+ }
12288
12379
  }
12289
12380
  },
12290
12381
  data: function data() {
@@ -12360,6 +12451,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
12360
12451
  url: api["g" /* findSysCodes */]
12361
12452
  }).then(function (res) {
12362
12453
  // this.form.notificationMsg = res.message;
12454
+ if (_this.hideMessage) return;
12363
12455
  _this.defaultNotificationType = res.message.split(',');
12364
12456
  });
12365
12457
  },
@@ -12441,7 +12533,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
12441
12533
  return;
12442
12534
  }
12443
12535
  if (!this.form.nextUserId) {
12444
- this.$toast('请选择办理人');
12536
+ this.$toast('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'));
12445
12537
  return;
12446
12538
  }
12447
12539
  if (!this.form.nextNodeId) {
@@ -12532,7 +12624,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
12532
12624
  this.$refs.selectTree.getContent(label);
12533
12625
  });
12534
12626
  var obj = {
12535
- label: '请选择办理人',
12627
+ label: '\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'),
12536
12628
  show: true
12537
12629
  };
12538
12630
  this.$emit('informNav', obj);
@@ -12758,8 +12850,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
12758
12850
 
12759
12851
  var reset_component = Object(componentNormalizer["a" /* default */])(
12760
12852
  components_resetvue_type_script_lang_js,
12761
- resetvue_type_template_id_6c4eb3b7_render,
12762
- resetvue_type_template_id_6c4eb3b7_staticRenderFns,
12853
+ resetvue_type_template_id_175ec1c3_render,
12854
+ resetvue_type_template_id_175ec1c3_staticRenderFns,
12763
12855
  false,
12764
12856
  null,
12765
12857
  null,