eoss-ui 0.8.12 → 0.8.13

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.
@@ -28417,8 +28417,8 @@ form_src_main.install = function (Vue) {
28417
28417
  };
28418
28418
 
28419
28419
  /* harmony default export */ var packages_form = (form_src_main);
28420
- // 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=5f0c32cd&
28421
- var mainvue_type_template_id_5f0c32cd_render = function () {
28420
+ // 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=8f765236&
28421
+ var mainvue_type_template_id_8f765236_render = function () {
28422
28422
  var _vm = this
28423
28423
  var _h = _vm.$createElement
28424
28424
  var _c = _vm._self._c || _h
@@ -28548,104 +28548,121 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
28548
28548
  (_vm.formLabelPosition == "left"
28549
28549
  ? "form-left"
28550
28550
  : "form-right"),
28551
+ style: { flex: _vm.fullFlow ? "1" : "unset" },
28551
28552
  },
28552
28553
  [
28553
- _c(
28554
- "el-form",
28555
- {
28556
- ref: "form",
28557
- attrs: {
28558
- model: _vm.circulateForm,
28559
- "label-width": "120px",
28560
- "label-position": _vm.formLabelPosition,
28561
- },
28562
- },
28563
- [
28564
- _c(
28565
- "el-form-item",
28554
+ _vm.showCirculate
28555
+ ? _c(
28556
+ "el-form",
28566
28557
  {
28567
- staticStyle: { "margin-top": "20px" },
28568
- attrs: { prop: "nextNodeId", label: "下步节点" },
28558
+ ref: "form",
28559
+ attrs: {
28560
+ model: _vm.circulateForm,
28561
+ "label-width": "120px",
28562
+ "label-position": _vm.formLabelPosition,
28563
+ },
28569
28564
  },
28570
28565
  [
28571
- _vm.nextNodeCheckType == "select"
28572
- ? _c(
28573
- "el-select",
28574
- {
28575
- staticStyle: { width: "100% !important" },
28576
- attrs: { placeholder: "请选择下步节点" },
28577
- model: {
28578
- value: _vm.circulateForm.nextNodeId,
28579
- callback: function ($$v) {
28580
- _vm.$set(
28581
- _vm.circulateForm,
28582
- "nextNodeId",
28583
- $$v
28584
- )
28566
+ _c(
28567
+ "el-form-item",
28568
+ {
28569
+ staticStyle: { "margin-top": "20px" },
28570
+ attrs: {
28571
+ prop: "nextNodeId",
28572
+ label: "下步节点",
28573
+ },
28574
+ },
28575
+ [
28576
+ _vm.nextNodeCheckType == "select"
28577
+ ? _c(
28578
+ "el-select",
28579
+ {
28580
+ staticStyle: {
28581
+ width: "100% !important",
28582
+ },
28583
+ attrs: {
28584
+ placeholder: "请选择下步节点",
28585
+ },
28586
+ model: {
28587
+ value: _vm.circulateForm.nextNodeId,
28588
+ callback: function ($$v) {
28589
+ _vm.$set(
28590
+ _vm.circulateForm,
28591
+ "nextNodeId",
28592
+ $$v
28593
+ )
28594
+ },
28595
+ expression:
28596
+ "circulateForm.nextNodeId",
28597
+ },
28585
28598
  },
28586
- expression: "circulateForm.nextNodeId",
28587
- },
28588
- },
28589
- [
28590
- _c("el-option", {
28591
- attrs: { label: "传阅", value: "111" },
28592
- }),
28593
- ],
28594
- 1
28595
- )
28596
- : _vm.nextNodeCheckType == "radio"
28597
- ? _c("es-radio-group", {
28598
- attrs: {
28599
- data: [
28600
- { nodeId: "111", nodeName: "传阅" },
28601
- ],
28602
- "value-key": "nodeId",
28603
- "label-key": "nodeName",
28604
- },
28605
- model: {
28606
- value: _vm.circulateForm.nextNodeId,
28607
- callback: function ($$v) {
28608
- _vm.$set(
28609
- _vm.circulateForm,
28610
- "nextNodeId",
28611
- $$v
28612
- )
28613
- },
28614
- expression: "circulateForm.nextNodeId",
28615
- },
28616
- })
28617
- : _vm._e(),
28599
+ [
28600
+ _c("el-option", {
28601
+ attrs: {
28602
+ label: "传阅",
28603
+ value: "111",
28604
+ },
28605
+ }),
28606
+ ],
28607
+ 1
28608
+ )
28609
+ : _vm.nextNodeCheckType == "radio"
28610
+ ? _c("es-radio-group", {
28611
+ attrs: {
28612
+ data: [
28613
+ { nodeId: "111", nodeName: "传阅" },
28614
+ ],
28615
+ "value-key": "nodeId",
28616
+ "label-key": "nodeName",
28617
+ },
28618
+ model: {
28619
+ value: _vm.circulateForm.nextNodeId,
28620
+ callback: function ($$v) {
28621
+ _vm.$set(
28622
+ _vm.circulateForm,
28623
+ "nextNodeId",
28624
+ $$v
28625
+ )
28626
+ },
28627
+ expression:
28628
+ "circulateForm.nextNodeId",
28629
+ },
28630
+ })
28631
+ : _vm._e(),
28632
+ ],
28633
+ 1
28634
+ ),
28618
28635
  ],
28619
28636
  1
28620
- ),
28621
- ],
28622
- 1
28623
- ),
28624
- _c("circulate", {
28625
- ref: "circulate",
28626
- staticStyle: { "margin-top": "10px" },
28627
- attrs: {
28628
- businessId: _vm.businessIds,
28629
- "label-position": _vm.formLabelPosition,
28630
- showTooltip: _vm.showTooltip,
28631
- selectorParams: _vm.selectorParams,
28632
- "pending-id": _vm.pendingId,
28633
- showBtn: false,
28634
- formTitle: _vm.formTitle,
28635
- flowLabelConfig: _vm.flowLabelConfig,
28636
- hideMessage: _vm.hideMessage,
28637
- startFlowPageEmbeddedIntoStartFlowIndex:
28638
- _vm.startFlowPageEmbeddedIntoStartFlowIndex,
28639
- processDefinitionId: _vm.nodeInfo.nextNode,
28640
- simpleTips: _vm.simpleTips,
28641
- oldOption: _vm.value,
28642
- },
28643
- on: {
28644
- cancel: function ($event) {
28645
- _vm.closeProcess($event, "circulateVisible")
28646
- },
28647
- },
28648
- }),
28637
+ )
28638
+ : _vm._e(),
28639
+ _vm.showCirculate
28640
+ ? _c("circulate", {
28641
+ ref: "circulate",
28642
+ staticStyle: { "margin-top": "10px" },
28643
+ attrs: {
28644
+ businessId: _vm.businessIds,
28645
+ "label-position": _vm.formLabelPosition,
28646
+ showTooltip: _vm.showTooltip,
28647
+ selectorParams: _vm.selectorParams,
28648
+ "pending-id": _vm.pendingId,
28649
+ showBtn: false,
28650
+ formTitle: _vm.formTitle,
28651
+ flowLabelConfig: _vm.flowLabelConfig,
28652
+ hideMessage: _vm.hideMessage,
28653
+ startFlowPageEmbeddedIntoStartFlowIndex:
28654
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex,
28655
+ processDefinitionId: _vm.nodeInfo.nextNode,
28656
+ simpleTips: _vm.simpleTips,
28657
+ oldOption: _vm.value,
28658
+ },
28659
+ on: {
28660
+ cancel: function ($event) {
28661
+ _vm.closeProcess($event, "circulateVisible")
28662
+ },
28663
+ },
28664
+ })
28665
+ : _vm._e(),
28649
28666
  ],
28650
28667
  1
28651
28668
  ),
@@ -29007,6 +29024,7 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
29007
29024
  (_vm.formLabelPosition == "left"
29008
29025
  ? "form-left"
29009
29026
  : "form-right"),
29027
+ style: { flex: _vm.fullFlow ? "1" : "unset" },
29010
29028
  },
29011
29029
  [
29012
29030
  _c(
@@ -29035,11 +29053,7 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
29035
29053
  prop: "nextNode",
29036
29054
  label: "选择流程",
29037
29055
  rules: [
29038
- {
29039
- required: true,
29040
- message: "请选择流程",
29041
- trigger: "blur",
29042
- },
29056
+ // { required: true, message: `请选择流程`, trigger: 'blur' }
29043
29057
  ],
29044
29058
  },
29045
29059
  },
@@ -31481,11 +31495,11 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
31481
31495
  )
31482
31496
  : _vm._e()
31483
31497
  }
31484
- var mainvue_type_template_id_5f0c32cd_staticRenderFns = []
31485
- mainvue_type_template_id_5f0c32cd_render._withStripped = true
31498
+ var mainvue_type_template_id_8f765236_staticRenderFns = []
31499
+ mainvue_type_template_id_8f765236_render._withStripped = true
31486
31500
 
31487
31501
 
31488
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f0c32cd&
31502
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8f765236&
31489
31503
 
31490
31504
  // 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=7b4f1542&
31491
31505
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -46979,8 +46993,8 @@ var supervise_component = normalizeComponent(
46979
46993
  )
46980
46994
 
46981
46995
  /* harmony default export */ var supervise = (supervise_component.exports);
46982
- // 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/Circulate.vue?vue&type=template&id=535aafac&
46983
- var Circulatevue_type_template_id_535aafac_render = function () {
46996
+ // 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/Circulate.vue?vue&type=template&id=6d27b4d0&
46997
+ var Circulatevue_type_template_id_6d27b4d0_render = function () {
46984
46998
  var _vm = this
46985
46999
  var _h = _vm.$createElement
46986
47000
  var _c = _vm._self._c || _h
@@ -47168,11 +47182,11 @@ var Circulatevue_type_template_id_535aafac_render = function () {
47168
47182
  1
47169
47183
  )
47170
47184
  }
47171
- var Circulatevue_type_template_id_535aafac_staticRenderFns = []
47172
- Circulatevue_type_template_id_535aafac_render._withStripped = true
47185
+ var Circulatevue_type_template_id_6d27b4d0_staticRenderFns = []
47186
+ Circulatevue_type_template_id_6d27b4d0_render._withStripped = true
47173
47187
 
47174
47188
 
47175
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
47189
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=6d27b4d0&
47176
47190
 
47177
47191
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
47178
47192
  var Circulatevue_type_script_lang_js_components;
@@ -47314,6 +47328,7 @@ var Circulatevue_type_script_lang_js_components;
47314
47328
  nextOtherOrgObj: [],
47315
47329
  nextCurrentOrgObj: [],
47316
47330
  noticeType: [],
47331
+ noticeList: [],
47317
47332
  noticeInfo: '',
47318
47333
  opinion: ''
47319
47334
  },
@@ -47592,8 +47607,8 @@ var Circulatevue_type_script_lang_js_components;
47592
47607
 
47593
47608
  var Circulate_component = normalizeComponent(
47594
47609
  component_Circulatevue_type_script_lang_js_,
47595
- Circulatevue_type_template_id_535aafac_render,
47596
- Circulatevue_type_template_id_535aafac_staticRenderFns,
47610
+ Circulatevue_type_template_id_6d27b4d0_render,
47611
+ Circulatevue_type_template_id_6d27b4d0_staticRenderFns,
47597
47612
  false,
47598
47613
  null,
47599
47614
  null,
@@ -49397,6 +49412,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49397
49412
  //
49398
49413
  //
49399
49414
  //
49415
+ //
49416
+ //
49417
+ //
49400
49418
 
49401
49419
 
49402
49420
 
@@ -51282,10 +51300,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51282
51300
  if (!_this32.isFlow) _this32.getFile(_this32.pendingId, attachedCode);
51283
51301
  if (nextNodeList && nextNodeList.length != 0) {
51284
51302
  _this32.nextNodeList = nextNodeList;
51285
- if (nextNodeList[0].nodeType === 'endEvent') {
51286
- _this32.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51287
- nextNodeList[0].nodeType === 'endEvent' ? _this32.endFlow = true : '';
51288
- }
51303
+ // if (nextNodeList[0].nodeType === 'endEvent') {
51304
+ // this.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51305
+ // nextNodeList[0].nodeType === 'endEvent'
51306
+ // ? (this.endFlow = true)
51307
+ // : '';
51308
+ // }
51289
51309
  }
51290
51310
 
51291
51311
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this32.removeUsers = canRemoveSignUserList;
@@ -51761,6 +51781,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51761
51781
  sendData: function sendData(freetype) {
51762
51782
  var _this38 = this;
51763
51783
 
51784
+ if (this.isFlow && !this.nodeInfo.nextNode) {
51785
+ this.$message.warning('请选择流程');
51786
+ return;
51787
+ }
51764
51788
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
51765
51789
  if (this.directCreateCircularReadWhenFlowStarted) {
51766
51790
  this.$refs.flowCirculate.subMit();
@@ -52129,8 +52153,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52129
52153
 
52130
52154
  var flow_src_main_component = normalizeComponent(
52131
52155
  packages_flow_src_mainvue_type_script_lang_js_,
52132
- mainvue_type_template_id_5f0c32cd_render,
52133
- mainvue_type_template_id_5f0c32cd_staticRenderFns,
52156
+ mainvue_type_template_id_8f765236_render,
52157
+ mainvue_type_template_id_8f765236_staticRenderFns,
52134
52158
  false,
52135
52159
  null,
52136
52160
  null,
@@ -102966,7 +102990,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102966
102990
  }
102967
102991
 
102968
102992
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102969
- version: '0.8.12',
102993
+ version: '0.8.13',
102970
102994
  install: install,
102971
102995
  Button: packages_button,
102972
102996
  ButtonGroup: button_group,