eoss-mobiles 0.3.83 → 0.3.85

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=7e14a1c2
2281
- var StartFlowvue_type_template_id_7e14a1c2_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=a38f0f6a
2281
+ var StartFlowvue_type_template_id_a38f0f6a_render = function () {
2282
2282
  var _vm = this
2283
2283
  var _h = _vm.$createElement
2284
2284
  var _c = _vm._self._c || _h
@@ -2610,7 +2610,7 @@ var StartFlowvue_type_template_id_7e14a1c2_render = function () {
2610
2610
  1
2611
2611
  )
2612
2612
  : _vm._e(),
2613
- _vm.processObj.isCustomPreset && _vm.isPreset
2613
+ _vm.processObj.nodeExtr.isCustomPreset && _vm.isPreset
2614
2614
  ? _c("ProcessSetting", {
2615
2615
  ref: "processSetting",
2616
2616
  attrs: {
@@ -2670,11 +2670,11 @@ var StartFlowvue_type_template_id_7e14a1c2_render = function () {
2670
2670
  ]),
2671
2671
  ])
2672
2672
  }
2673
- var StartFlowvue_type_template_id_7e14a1c2_staticRenderFns = []
2674
- StartFlowvue_type_template_id_7e14a1c2_render._withStripped = true
2673
+ var StartFlowvue_type_template_id_a38f0f6a_staticRenderFns = []
2674
+ StartFlowvue_type_template_id_a38f0f6a_render._withStripped = true
2675
2675
 
2676
2676
 
2677
- // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=7e14a1c2
2677
+ // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=a38f0f6a
2678
2678
 
2679
2679
  // EXTERNAL MODULE: ./src/config/api.js
2680
2680
  var api = __webpack_require__(2);
@@ -4571,7 +4571,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
4571
4571
  if (!this.enableCustomLimitTimeSetting) {
4572
4572
  delete info.customLimitTime;
4573
4573
  }
4574
- if (this.processObj.isCustomPreset && this.isPreset) {
4574
+ if (this.processObj.nodeExtr.isCustomPreset && this.isPreset) {
4575
4575
  if (this.$refs.processSetting.active.length != 0) {
4576
4576
  if (!this.$refs.processSetting.getValue()) return;
4577
4577
  info.customPresetUserJson = this.$refs.processSetting.getValue();
@@ -4976,8 +4976,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
4976
4976
 
4977
4977
  var StartFlow_component = Object(componentNormalizer["a" /* default */])(
4978
4978
  components_StartFlowvue_type_script_lang_js,
4979
- StartFlowvue_type_template_id_7e14a1c2_render,
4980
- StartFlowvue_type_template_id_7e14a1c2_staticRenderFns,
4979
+ StartFlowvue_type_template_id_a38f0f6a_render,
4980
+ StartFlowvue_type_template_id_a38f0f6a_staticRenderFns,
4981
4981
  false,
4982
4982
  null,
4983
4983
  null,
@@ -4986,8 +4986,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
4986
4986
  )
4987
4987
 
4988
4988
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
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=4d36aa7e
4990
- var Handlevue_type_template_id_4d36aa7e_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=ef6c1906
4990
+ var Handlevue_type_template_id_ef6c1906_render = function () {
4991
4991
  var _vm = this
4992
4992
  var _h = _vm.$createElement
4993
4993
  var _c = _vm._self._c || _h
@@ -5364,11 +5364,11 @@ var Handlevue_type_template_id_4d36aa7e_render = function () {
5364
5364
  },
5365
5365
  [
5366
5366
  _vm._v(
5367
- "\n " +
5367
+ "\n " +
5368
5368
  _vm._s(
5369
5369
  item.value
5370
5370
  ) +
5371
- "\n "
5371
+ "\n "
5372
5372
  ),
5373
5373
  ]
5374
5374
  )
@@ -5392,7 +5392,8 @@ var Handlevue_type_template_id_4d36aa7e_render = function () {
5392
5392
  { staticClass: "item" },
5393
5393
  [
5394
5394
  _vm.nextNodeCheckType ==
5395
- "select"
5395
+ "select" &&
5396
+ _vm.flowSelectType == "picker"
5396
5397
  ? _c("em-picker", {
5397
5398
  attrs: {
5398
5399
  title: "下步节点",
@@ -5426,6 +5427,57 @@ var Handlevue_type_template_id_4d36aa7e_render = function () {
5426
5427
  "form.nextNodeName",
5427
5428
  },
5428
5429
  })
5430
+ : _vm.nextNodeCheckType ==
5431
+ "select" &&
5432
+ _vm.flowSelectType ==
5433
+ "popup"
5434
+ ? _c(
5435
+ "em-input",
5436
+ {
5437
+ attrs: {
5438
+ label: "下步节点",
5439
+ required: "",
5440
+ readonly: true,
5441
+ "label-position":
5442
+ "top",
5443
+ "right-icon":
5444
+ "arrow",
5445
+ },
5446
+ on: {
5447
+ click: function (
5448
+ $event
5449
+ ) {
5450
+ _vm.showFlowSelect = true
5451
+ },
5452
+ },
5453
+ },
5454
+ [
5455
+ _c(
5456
+ "template",
5457
+ { slot: "input" },
5458
+ [
5459
+ _c(
5460
+ "div",
5461
+ {
5462
+ staticStyle: {
5463
+ width:
5464
+ "calc(100% - 40px)",
5465
+ },
5466
+ },
5467
+ [
5468
+ _vm._v(
5469
+ _vm._s(
5470
+ _vm.form
5471
+ .nextNodeName
5472
+ )
5473
+ ),
5474
+ ]
5475
+ ),
5476
+ ]
5477
+ ),
5478
+ ],
5479
+ 2
5480
+ )
5429
5481
  : _c(
5430
5482
  "em-input",
5431
5483
  {
@@ -6442,7 +6494,70 @@ var Handlevue_type_template_id_4d36aa7e_render = function () {
6442
6494
  },
6443
6495
  },
6444
6496
  },
6445
- [_vm._v("\n " + _vm._s(item.defName) + "\n ")]
6497
+ [
6498
+ _vm._v(
6499
+ "\n " + _vm._s(item.defName) + "\n "
6500
+ ),
6501
+ ]
6502
+ )
6503
+ }),
6504
+ 0
6505
+ ),
6506
+ ]),
6507
+ ]
6508
+ ),
6509
+ _c(
6510
+ "em-popup",
6511
+ {
6512
+ staticStyle: { width: "80%" },
6513
+ attrs: { lass: "em-flow-popup", position: "center" },
6514
+ model: {
6515
+ value: _vm.showFlowSelect,
6516
+ callback: function ($$v) {
6517
+ _vm.showFlowSelect = $$v
6518
+ },
6519
+ expression: "showFlowSelect",
6520
+ },
6521
+ },
6522
+ [
6523
+ _c("div", { staticClass: "em-flow-popup-box" }, [
6524
+ _c(
6525
+ "div",
6526
+ { staticClass: "em-flow-popup-box-top" },
6527
+ [
6528
+ _c("div"),
6529
+ _c("span", [_vm._v("下步节点 ")]),
6530
+ _c("van-icon", {
6531
+ attrs: { name: "cross" },
6532
+ on: {
6533
+ click: function ($event) {
6534
+ _vm.showFlowSelect = false
6535
+ },
6536
+ },
6537
+ }),
6538
+ ],
6539
+ 1
6540
+ ),
6541
+ _c(
6542
+ "div",
6543
+ { staticClass: "em-flow-popup-box-content" },
6544
+ _vm._l(_vm.nodeList, function (item) {
6545
+ return _c(
6546
+ "div",
6547
+ {
6548
+ key: item.nodeId,
6549
+ staticClass: "em-flow-popup-box-item",
6550
+ on: {
6551
+ click: function ($event) {
6552
+ _vm.handleClickFlow(item)
6553
+ },
6554
+ },
6555
+ },
6556
+ [
6557
+ _vm._v(
6558
+ "\n " + _vm._s(item.nodeName) + "\n "
6559
+ ),
6560
+ ]
6446
6561
  )
6447
6562
  }),
6448
6563
  0
@@ -6454,11 +6569,11 @@ var Handlevue_type_template_id_4d36aa7e_render = function () {
6454
6569
  1
6455
6570
  )
6456
6571
  }
6457
- var Handlevue_type_template_id_4d36aa7e_staticRenderFns = []
6458
- Handlevue_type_template_id_4d36aa7e_render._withStripped = true
6572
+ var Handlevue_type_template_id_ef6c1906_staticRenderFns = []
6573
+ Handlevue_type_template_id_ef6c1906_render._withStripped = true
6459
6574
 
6460
6575
 
6461
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4d36aa7e
6576
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=ef6c1906
6462
6577
 
6463
6578
  // 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
6579
  var Rejectvue_type_template_id_5c379963_render = function () {
@@ -7784,6 +7899,43 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7784
7899
  //
7785
7900
  //
7786
7901
  //
7902
+ //
7903
+ //
7904
+ //
7905
+ //
7906
+ //
7907
+ //
7908
+ //
7909
+ //
7910
+ //
7911
+ //
7912
+ //
7913
+ //
7914
+ //
7915
+ //
7916
+ //
7917
+ //
7918
+ //
7919
+ //
7920
+ //
7921
+ //
7922
+ //
7923
+ //
7924
+ //
7925
+ //
7926
+ //
7927
+ //
7928
+ //
7929
+ //
7930
+ //
7931
+ //
7932
+ //
7933
+ //
7934
+ //
7935
+ //
7936
+ //
7937
+ //
7938
+ //
7787
7939
 
7788
7940
 
7789
7941
 
@@ -7853,6 +8005,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7853
8005
  return {};
7854
8006
  }
7855
8007
  },
8008
+ flowSelectType: {
8009
+ type: Boolean,
8010
+ default: 'picker'
8011
+ },
7856
8012
  hideMessage: {
7857
8013
  type: Boolean,
7858
8014
  default: false
@@ -7866,8 +8022,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7866
8022
  showFlowBtn: false,
7867
8023
  endFlow: false,
7868
8024
  submitButtonName: '',
8025
+ showFlowSelect: false,
7869
8026
  currentOrgSelectorParams: {},
7870
- currentOrgSelectorTabs: 'employee,persongroup',
8027
+ currentOrgSelectorTabs: 'department,employee',
7871
8028
  foreignOrgSelectorTabs: 'enterprise,filgroupobj',
7872
8029
  foreignOrgSelectorParams: { roleid: '' },
7873
8030
  otherOrgDisabledObjId: [],
@@ -7961,8 +8118,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7961
8118
 
7962
8119
  // 获取用户信息
7963
8120
  // 生成时间数组
7964
- this.currentOrgSelectorParams = { pid: this.orgId };
7965
- console.log(this.currentOrgSelectorParams, 'this.currentOrgSelectorParams');
8121
+ this.currentOrgSelectorParams = { pid: this.orgId, only_filid: true, onlyMyOrg: true };
7966
8122
  this.timeList = new Array();
7967
8123
  for (var i = 0; i < 25; i++) {
7968
8124
  this.timeList.push(i);
@@ -8015,6 +8171,14 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8015
8171
  }
8016
8172
  },
8017
8173
  methods: {
8174
+ handleClickFlow: function handleClickFlow(val) {
8175
+ console.log(val);
8176
+ if (val.nodeId === this.form.nextNodeId) return this.showFlowSelect = false;
8177
+ this.form.nextNodeId = val.nodeId;
8178
+ this.form.nextNodeName = val.nodeName;
8179
+ this.showFlowSelect = false;
8180
+ this.onConfirmNextNode(val);
8181
+ },
8018
8182
  handleSuccess: function handleSuccess() {
8019
8183
  this.$parent.$emit('success');
8020
8184
  },
@@ -8653,6 +8817,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8653
8817
  customPresetHintMessage = _res$data.customPresetHintMessage,
8654
8818
  currentOrgName = _res$data.currentOrgName,
8655
8819
  currentOrgSelectorParams = _res$data.currentOrgSelectorParams,
8820
+ isChoiceOtherOrgDept = _res$data.isChoiceOtherOrgDept,
8656
8821
  notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
8657
8822
  readOnlyNotificationType = _res$data.readOnlyNotificationType,
8658
8823
  otherOrgName = _res$data.otherOrgName,
@@ -8686,6 +8851,18 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8686
8851
  }, that.selectorParams);
8687
8852
  });
8688
8853
  that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
8854
+ } else if (isChoiceOtherOrgDept == 'true') {
8855
+ that.foreignOrgSelectorTabs = 'enterprise,department';
8856
+ that.foreignOrgSelectorParams.pid = 'root';
8857
+ that.foreignOrgSelectorParams.nofilid = 1;
8858
+ that.foreignOrgSelectorParams = Handlevue_type_script_lang_js_extends({}, that.foreignOrgSelectorParams, that.selectorParams);
8859
+ console.log(that.foreignOrgSelectorParams, 1);
8860
+ } else {
8861
+ that.foreignOrgSelectorTabs = 'enterprise';
8862
+ that.foreignOrgSelectorParams.pid = 'root';
8863
+ that.foreignOrgSelectorParams.nofilid = 1;
8864
+ that.foreignOrgSelectorParams = Handlevue_type_script_lang_js_extends({}, that.foreignOrgSelectorParams, that.selectorParams);
8865
+ console.log(that.foreignOrgSelectorParams, 2);
8689
8866
  }
8690
8867
  if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
8691
8868
  that.taskOperationShiftedNodeList = [];
@@ -8961,7 +9138,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8961
9138
  _this10.nextUserList.map(function (r) {
8962
9139
  _this.$set(r, 'checked', false);
8963
9140
  });
8964
-
9141
+ _that.currentOrgSelectorParams.roleid = _that.deptRoleCode;
8965
9142
  _this10.isHandleExplain = res.data.nodeExtAttr.isHandleExplain == 1 ? true : false; //判断是否隐藏办理说明
8966
9143
  _this10.isCustomUserClick = res.data.nodeExtAttr.isCustomUser == 1 ? true : false; // 判断办理人是否可点击显示弹框
8967
9144
  _this10.isTaskread = res.data.nodeExtAttr.isTaskread == 1 ? true : false; // 判断是否显示分阅
@@ -9078,8 +9255,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
9078
9255
 
9079
9256
  var Handle_component = Object(componentNormalizer["a" /* default */])(
9080
9257
  components_Handlevue_type_script_lang_js,
9081
- Handlevue_type_template_id_4d36aa7e_render,
9082
- Handlevue_type_template_id_4d36aa7e_staticRenderFns,
9258
+ Handlevue_type_template_id_ef6c1906_render,
9259
+ Handlevue_type_template_id_ef6c1906_staticRenderFns,
9083
9260
  false,
9084
9261
  null,
9085
9262
  null,