eoss-ui 0.4.95 → 0.4.96

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.
@@ -28676,8 +28676,8 @@ form_src_main.install = function (Vue) {
28676
28676
  };
28677
28677
 
28678
28678
  /* harmony default export */ var packages_form = (form_src_main);
28679
- // 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=1742774e&
28680
- var mainvue_type_template_id_1742774e_render = function () {
28679
+ // 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=6538259e&
28680
+ var mainvue_type_template_id_6538259e_render = function () {
28681
28681
  var _vm = this
28682
28682
  var _h = _vm.$createElement
28683
28683
  var _c = _vm._self._c || _h
@@ -29424,7 +29424,8 @@ var mainvue_type_template_id_1742774e_render = function () {
29424
29424
  1
29425
29425
  )
29426
29426
  : _vm._e(),
29427
- _vm.isMainSubProcess
29427
+ _vm.isMainSubProcess &&
29428
+ _vm.isNodeShowProcess
29428
29429
  ? _c(
29429
29430
  "el-form-item",
29430
29431
  {
@@ -30297,11 +30298,11 @@ var mainvue_type_template_id_1742774e_render = function () {
30297
30298
  )
30298
30299
  : _vm._e()
30299
30300
  }
30300
- var mainvue_type_template_id_1742774e_staticRenderFns = []
30301
- mainvue_type_template_id_1742774e_render._withStripped = true
30301
+ var mainvue_type_template_id_6538259e_staticRenderFns = []
30302
+ mainvue_type_template_id_6538259e_render._withStripped = true
30302
30303
 
30303
30304
 
30304
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1742774e&
30305
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6538259e&
30305
30306
 
30306
30307
  // 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=4e1f4030&
30307
30308
  var CommonOpinionsvue_type_template_id_4e1f4030_render = function () {
@@ -37948,6 +37949,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37948
37949
  isHideCurrentOrg: false, //是否隐藏本单位(承办)
37949
37950
  isHideOtherOrg: false, //是否隐藏外单位(承办)
37950
37951
  isMainSubProcess: false, // 判断是否子-主流程
37952
+ isNodeShowProcess: false, //是否展示主办
37951
37953
  isNextUser: false,
37952
37954
  isShowNode: false,
37953
37955
  nextNodeList: [],
@@ -38078,7 +38080,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38078
38080
  },
38079
38081
  methods: {
38080
38082
  getsubProcessColumns: function getsubProcessColumns() {
38081
- if (!this.isMainSubProcess) return [];
38083
+ if (!this.isMainSubProcess || !this.isNodeShowProcess) return [];
38082
38084
  var data = [];
38083
38085
  var obj = { name: '[部门员工]-' };
38084
38086
  if (this.nextCurrentOrgObjSelect.length > 0) {
@@ -38755,6 +38757,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38755
38757
  _this12.nodeType = data.nodeExtAttr.nodeType;
38756
38758
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
38757
38759
  if (_this12.nodeType === 1 || _this12.nodeType === 2) {
38760
+ _this12.isMainSubProcess === true ? _this12.isNodeShowProcess = true : _this12.isNodeShowProcess = false;
38758
38761
  _this12.isMainSubProcess === true ? _this12.isMainSubProcess = true : _this12.isMainSubProcess = false;
38759
38762
  _this12.isNextUser = false;
38760
38763
  _this12.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
@@ -38762,6 +38765,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38762
38765
  } else {
38763
38766
  _this12.isHideCurrentOrg = false;
38764
38767
  _this12.isHideOtherOrg = false;
38768
+ _this12.isNodeShowProcess = false;
38765
38769
  _this12.isMainSubProcess = false;
38766
38770
  _this12.isNextUser = true;
38767
38771
  // this.isMainSubProcess === true
@@ -38841,6 +38845,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38841
38845
  this.isNextUser = false;
38842
38846
  this.isShowNode = false;
38843
38847
  this.isMainSubProcess = false;
38848
+ this.isNodeShowProcess = false;
38844
38849
  this.nextNode.nextNodeId = '';
38845
38850
  this.nextNode.isReturnSubmitter = 0;
38846
38851
  this.nextNode.isUndertakeReply = 0;
@@ -39568,8 +39573,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39568
39573
 
39569
39574
  var flow_src_main_component = normalizeComponent(
39570
39575
  packages_flow_src_mainvue_type_script_lang_js_,
39571
- mainvue_type_template_id_1742774e_render,
39572
- mainvue_type_template_id_1742774e_staticRenderFns,
39576
+ mainvue_type_template_id_6538259e_render,
39577
+ mainvue_type_template_id_6538259e_staticRenderFns,
39573
39578
  false,
39574
39579
  null,
39575
39580
  null,
@@ -70860,7 +70865,7 @@ if (typeof window !== 'undefined' && window.Vue) {
70860
70865
  }
70861
70866
 
70862
70867
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
70863
- version: '0.4.95',
70868
+ version: '0.4.96',
70864
70869
  install: install,
70865
70870
  Button: packages_button,
70866
70871
  ButtonGroup: button_group,
package/lib/flow.js CHANGED
@@ -3640,7 +3640,7 @@ var component = Object(componentNormalizer["a" /* default */])(
3640
3640
  // ESM COMPAT FLAG
3641
3641
  __webpack_require__.r(__webpack_exports__);
3642
3642
 
3643
- // 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=1742774e&
3643
+ // 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=6538259e&
3644
3644
  var render = function () {
3645
3645
  var _vm = this
3646
3646
  var _h = _vm.$createElement
@@ -4388,7 +4388,8 @@ var render = function () {
4388
4388
  1
4389
4389
  )
4390
4390
  : _vm._e(),
4391
- _vm.isMainSubProcess
4391
+ _vm.isMainSubProcess &&
4392
+ _vm.isNodeShowProcess
4392
4393
  ? _c(
4393
4394
  "el-form-item",
4394
4395
  {
@@ -5265,7 +5266,7 @@ var staticRenderFns = []
5265
5266
  render._withStripped = true
5266
5267
 
5267
5268
 
5268
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1742774e&
5269
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6538259e&
5269
5270
 
5270
5271
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5271
5272
  var regenerator_ = __webpack_require__(9);
@@ -12770,6 +12771,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12770
12771
  isHideCurrentOrg: false, //是否隐藏本单位(承办)
12771
12772
  isHideOtherOrg: false, //是否隐藏外单位(承办)
12772
12773
  isMainSubProcess: false, // 判断是否子-主流程
12774
+ isNodeShowProcess: false, //是否展示主办
12773
12775
  isNextUser: false,
12774
12776
  isShowNode: false,
12775
12777
  nextNodeList: [],
@@ -12900,7 +12902,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12900
12902
  },
12901
12903
  methods: {
12902
12904
  getsubProcessColumns: function getsubProcessColumns() {
12903
- if (!this.isMainSubProcess) return [];
12905
+ if (!this.isMainSubProcess || !this.isNodeShowProcess) return [];
12904
12906
  var data = [];
12905
12907
  var obj = { name: '[部门员工]-' };
12906
12908
  if (this.nextCurrentOrgObjSelect.length > 0) {
@@ -13577,6 +13579,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13577
13579
  _this12.nodeType = data.nodeExtAttr.nodeType;
13578
13580
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
13579
13581
  if (_this12.nodeType === 1 || _this12.nodeType === 2) {
13582
+ _this12.isMainSubProcess === true ? _this12.isNodeShowProcess = true : _this12.isNodeShowProcess = false;
13580
13583
  _this12.isMainSubProcess === true ? _this12.isMainSubProcess = true : _this12.isMainSubProcess = false;
13581
13584
  _this12.isNextUser = false;
13582
13585
  _this12.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
@@ -13584,6 +13587,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13584
13587
  } else {
13585
13588
  _this12.isHideCurrentOrg = false;
13586
13589
  _this12.isHideOtherOrg = false;
13590
+ _this12.isNodeShowProcess = false;
13587
13591
  _this12.isMainSubProcess = false;
13588
13592
  _this12.isNextUser = true;
13589
13593
  // this.isMainSubProcess === true
@@ -13663,6 +13667,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13663
13667
  this.isNextUser = false;
13664
13668
  this.isShowNode = false;
13665
13669
  this.isMainSubProcess = false;
13670
+ this.isNodeShowProcess = false;
13666
13671
  this.nextNode.nextNodeId = '';
13667
13672
  this.nextNode.isReturnSubmitter = 0;
13668
13673
  this.nextNode.isUndertakeReply = 0;