eoss-mobiles 0.3.68 → 0.3.71

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.
@@ -13054,8 +13054,8 @@ mainvue_type_template_id_48dbcefe_render._withStripped = true
13054
13054
 
13055
13055
  // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
13056
13056
 
13057
- // 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=3b7fd321
13058
- var StartFlowvue_type_template_id_3b7fd321_render = function () {
13057
+ // 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=353236a7
13058
+ var StartFlowvue_type_template_id_353236a7_render = function () {
13059
13059
  var _vm = this
13060
13060
  var _h = _vm.$createElement
13061
13061
  var _c = _vm._self._c || _h
@@ -13174,45 +13174,122 @@ var StartFlowvue_type_template_id_3b7fd321_render = function () {
13174
13174
  ),
13175
13175
  ]
13176
13176
  ),
13177
- _c(
13178
- "div",
13179
- { staticClass: "item item-two-line" },
13180
- [
13181
- _c("em-selector", {
13182
- attrs: {
13183
- multiple: !_vm.isRadio,
13184
- isAllCheck: _vm.isAllCheck,
13185
- required: "",
13186
- tabs: "employee,persongroup",
13187
- param: {
13188
- pid: _vm.pid,
13189
- onlyMyOrg: false,
13190
- },
13191
- disabled:
13192
- !_vm.isCustomUser ||
13193
- _vm.isCurrentNodeForbiddenChangeCandidate == 1,
13194
- baseUrl: _vm.apiBaseUrl,
13195
- paddingTop: _vm.paddingTop,
13196
- objType: _vm.objType,
13197
- nextUserList: _vm.nextUserList,
13198
- label: "办理人",
13199
- },
13200
- on: {
13201
- change: function ($event) {
13202
- _vm.handleChange($event, "nextUserSelectList")
13203
- },
13204
- },
13205
- model: {
13206
- value: _vm.nextUserSelectList,
13207
- callback: function ($$v) {
13208
- _vm.nextUserSelectList = $$v
13209
- },
13210
- expression: "nextUserSelectList",
13211
- },
13212
- }),
13213
- ],
13214
- 1
13215
- ),
13177
+ _vm.isHideCurrentOrg
13178
+ ? _c(
13179
+ "div",
13180
+ { staticClass: "item" },
13181
+ [
13182
+ _c("em-selector", {
13183
+ attrs: {
13184
+ multiple: "",
13185
+ isAllCheck: _vm.isAllCheck,
13186
+ paddingTop: _vm.paddingTop,
13187
+ isDepartment: "",
13188
+ objType: "enterprise",
13189
+ tabs: _vm.currentOrgSelectorTabs,
13190
+ param: _vm.currentOrgSelectorParams,
13191
+ disableds: _vm.currentOrgDisabledObjId,
13192
+ baseUrl: _vm.apiBaseUrl,
13193
+ isOtherUnit: false,
13194
+ label: "本单位",
13195
+ },
13196
+ on: {
13197
+ change: function ($event) {
13198
+ _vm.disposeAppUnit(
13199
+ $event,
13200
+ "nextCurrentOrgObjSelect"
13201
+ )
13202
+ },
13203
+ },
13204
+ model: {
13205
+ value: _vm.nextCurrentOrgObjSelect,
13206
+ callback: function ($$v) {
13207
+ _vm.nextCurrentOrgObjSelect = $$v
13208
+ },
13209
+ expression: "nextCurrentOrgObjSelect",
13210
+ },
13211
+ }),
13212
+ ],
13213
+ 1
13214
+ )
13215
+ : _vm._e(),
13216
+ _vm.isHideOtherOrg
13217
+ ? _c(
13218
+ "div",
13219
+ { staticClass: "item" },
13220
+ [
13221
+ _c("em-selector", {
13222
+ attrs: {
13223
+ multiple: "",
13224
+ isAllCheck: _vm.isAllCheck,
13225
+ paddingTop: _vm.paddingTop,
13226
+ objType: "enterprise",
13227
+ param: _vm.foreignOrgSelectorParams,
13228
+ tabs: _vm.foreignOrgSelectorTabs,
13229
+ baseUrl: _vm.apiBaseUrl,
13230
+ disableds: _vm.otherOrgDisabledObjId,
13231
+ isOtherUnit: true,
13232
+ isEnterprise: "",
13233
+ label: "外单位",
13234
+ },
13235
+ on: {
13236
+ change: function ($event) {
13237
+ _vm.disposeAppUnit($event, "nextOtherOrgObjSelect")
13238
+ },
13239
+ },
13240
+ model: {
13241
+ value: _vm.nextOtherOrgObjSelect,
13242
+ callback: function ($$v) {
13243
+ _vm.nextOtherOrgObjSelect = $$v
13244
+ },
13245
+ expression: "nextOtherOrgObjSelect",
13246
+ },
13247
+ }),
13248
+ ],
13249
+ 1
13250
+ )
13251
+ : _vm._e(),
13252
+ _vm.isNextUser
13253
+ ? _c(
13254
+ "div",
13255
+ { staticClass: "item item-two-line" },
13256
+ [
13257
+ _c("em-selector", {
13258
+ attrs: {
13259
+ multiple: !_vm.isRadio,
13260
+ isAllCheck: _vm.isAllCheck,
13261
+ required: "",
13262
+ tabs: "employee,persongroup",
13263
+ param: {
13264
+ pid: _vm.pid,
13265
+ onlyMyOrg: false,
13266
+ },
13267
+ disabled:
13268
+ !_vm.isCustomUser ||
13269
+ _vm.isCurrentNodeForbiddenChangeCandidate == 1,
13270
+ baseUrl: _vm.apiBaseUrl,
13271
+ paddingTop: _vm.paddingTop,
13272
+ objType: _vm.objType,
13273
+ nextUserList: _vm.nextUserList,
13274
+ label: "办理人",
13275
+ },
13276
+ on: {
13277
+ change: function ($event) {
13278
+ _vm.handleChange($event, "nextUserSelectList")
13279
+ },
13280
+ },
13281
+ model: {
13282
+ value: _vm.nextUserSelectList,
13283
+ callback: function ($$v) {
13284
+ _vm.nextUserSelectList = $$v
13285
+ },
13286
+ expression: "nextUserSelectList",
13287
+ },
13288
+ }),
13289
+ ],
13290
+ 1
13291
+ )
13292
+ : _vm._e(),
13216
13293
  _vm.enableCustomLimitTimeSetting
13217
13294
  ? _c(
13218
13295
  "div",
@@ -13366,11 +13443,11 @@ var StartFlowvue_type_template_id_3b7fd321_render = function () {
13366
13443
  ]),
13367
13444
  ])
13368
13445
  }
13369
- var StartFlowvue_type_template_id_3b7fd321_staticRenderFns = []
13370
- StartFlowvue_type_template_id_3b7fd321_render._withStripped = true
13446
+ var StartFlowvue_type_template_id_353236a7_staticRenderFns = []
13447
+ StartFlowvue_type_template_id_353236a7_render._withStripped = true
13371
13448
 
13372
13449
 
13373
- // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=3b7fd321
13450
+ // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=353236a7
13374
13451
 
13375
13452
  // 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/Opinion.vue?vue&type=template&id=29ae69c0
13376
13453
  var Opinionvue_type_template_id_29ae69c0_render = function () {
@@ -14744,10 +14821,48 @@ var ProcessSettings_component = normalizeComponent(
14744
14821
 
14745
14822
  /* harmony default export */ var ProcessSettings = (ProcessSettings_component.exports);
14746
14823
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=script&lang=js
14747
- var StartFlowvue_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; };
14748
-
14749
14824
  var StartFlowvue_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; };
14750
14825
 
14826
+ var StartFlowvue_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; };
14827
+
14828
+ //
14829
+ //
14830
+ //
14831
+ //
14832
+ //
14833
+ //
14834
+ //
14835
+ //
14836
+ //
14837
+ //
14838
+ //
14839
+ //
14840
+ //
14841
+ //
14842
+ //
14843
+ //
14844
+ //
14845
+ //
14846
+ //
14847
+ //
14848
+ //
14849
+ //
14850
+ //
14851
+ //
14852
+ //
14853
+ //
14854
+ //
14855
+ //
14856
+ //
14857
+ //
14858
+ //
14859
+ //
14860
+ //
14861
+ //
14862
+ //
14863
+ //
14864
+ //
14865
+ //
14751
14866
  //
14752
14867
  //
14753
14868
  //
@@ -15000,6 +15115,10 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15000
15115
  opinion: {
15001
15116
  type: String,
15002
15117
  default: ''
15118
+ },
15119
+ selectorParams: {
15120
+ type: Object,
15121
+ default: function _default() {}
15003
15122
  }
15004
15123
  },
15005
15124
  data: function data() {
@@ -15009,7 +15128,19 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15009
15128
  notificationMessageReadOnly: false,
15010
15129
  defaultNextNode: '',
15011
15130
  isCustomUser: 1,
15131
+ isHideCurrentOrg: false, //是否隐藏本单位(承办)
15132
+ isHideOtherOrg: false, //是否隐藏外单位(承办)
15133
+ nextCurrentOrgObjSelect: [], // 选中本单位
15134
+ nextOtherOrgObjSelect: [], //选中外单位
15135
+ currentOrgSelectorParams: { only_filid: true,
15136
+ onlyMyOrg: true },
15137
+ currentOrgSelectorTabs: 'employee,persongroup',
15138
+ foreignOrgSelectorTabs: 'enterprise,filgroupobj',
15139
+ foreignOrgSelectorParams: { roleid: '' },
15140
+ otherOrgDisabledObjId: [],
15141
+ currentOrgDisabledObjId: [],
15012
15142
  isCurrentNodeForbiddenChangeCandidate: 0,
15143
+ isNextUser: true,
15013
15144
  form: {
15014
15145
  nextNodeId: undefined, // 流程节点id
15015
15146
  nextNodeName: undefined, // 流程节点名称
@@ -15055,6 +15186,14 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15055
15186
  ProcessSetting: ProcessSettings
15056
15187
  },
15057
15188
  mounted: function mounted() {
15189
+ this.foreignOrgSelectorParams = StartFlowvue_type_script_lang_js_extends({}, this.foreignOrgSelectorParams, this.selectorParams);
15190
+ if (this.orgId) {
15191
+ this.currentOrgSelectorParams.pid = this.orgId;
15192
+ } else if (util["a" /* default */].getStorage('orgId')) {
15193
+ this.currentOrgSelectorParams.pid = util["a" /* default */].getStorage('orgId');
15194
+ } else if (util["a" /* default */].getStorage('userInfo')) {
15195
+ this.currentOrgSelectorParams.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
15196
+ }
15058
15197
  var obj = {
15059
15198
  processDefinitionId: this.defId,
15060
15199
  // isOnly: true,
@@ -15131,7 +15270,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15131
15270
  this.$toast('请选择输入审批意见');
15132
15271
  return;
15133
15272
  }
15134
- if (!this.form.nextUserId) {
15273
+ if (!this.form.nextUserId && this.isNextUser) {
15135
15274
  this.$toast('请选择办理人');
15136
15275
  return;
15137
15276
  }
@@ -15139,6 +15278,11 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15139
15278
  this.$toast('请选择流程节点');
15140
15279
  return;
15141
15280
  }
15281
+ if ((this.isHideCurrentOrg || this.isHideOtherOrg) && !this.form.nextCurrentOrgObjJson && !this.form.nextOtherOrgObjJson) {
15282
+ // this.$toast(`请选择${this.currentOrgName || '本单位'}`);
15283
+ this.$toast('\u8BF7\u9009\u62E9\u529E\u7406\u5BF9\u8C61');
15284
+ return;
15285
+ }
15142
15286
  // if (!this.form.notificationType) {
15143
15287
  // this.$toast('请选择通知消息');
15144
15288
  // return;
@@ -15159,6 +15303,16 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15159
15303
  userId: this.userId || util["a" /* default */].getStorage('userId'),
15160
15304
  mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
15161
15305
  };
15306
+ if (this.isHideCurrentOrg && this.form.nextCurrentOrgObj) {
15307
+ info.nextCurrentOrgObj = this.form.nextCurrentOrgObj;
15308
+ }
15309
+ if (this.isHideOtherOrg && this.form.nextOtherOrgObj) {
15310
+ info.nextOtherOrgObj = this.form.nextOtherOrgObj;
15311
+ }
15312
+ if (this.enableCustomLimitTimeSetting && !info.customLimitTime) {
15313
+ this.$toast('\u8BF7\u9009\u62E9\u6216\u586B\u5199\u9650\u65F6\u529E\u7406\u65F6\u95F4');
15314
+ return;
15315
+ }
15162
15316
  if (!this.enableCustomLimitTimeSetting) {
15163
15317
  delete info.customLimitTime;
15164
15318
  }
@@ -15437,6 +15591,45 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15437
15591
  });
15438
15592
  },
15439
15593
 
15594
+ // 单位选择完回调
15595
+ disposeAppUnit: function disposeAppUnit(res, type) {
15596
+ var label = type.substring(0, type.lastIndexOf('Select'));
15597
+ var idStr = '';
15598
+ var types = '';
15599
+ var SerialId = [];
15600
+ this.form[label + 'Name'] = '';
15601
+ var obj = {};
15602
+ res.list.map(function (r, i) {
15603
+ if (!types || types.indexOf(r.objType) == -1) {
15604
+ idStr = !types ? r.objType + '-' + r.showid + (i === res.list.length - 1 ? '' : ',') : idStr + '|' + r.objType + '-' + r.showid + (i === res.list.length - 1 ? '' : ',');
15605
+ types = types ? types + ',' + r.objType : r.objType;
15606
+ } else {
15607
+ idStr = idStr + r.showid + (i === res.list.length - 1 ? '' : ',');
15608
+ }
15609
+ SerialId.push(r.showid);
15610
+ if (obj[r.objType]) {
15611
+ obj[r.objType].push(r.showname);
15612
+ } else {
15613
+ obj[r.objType] = [r.showname];
15614
+ }
15615
+ });
15616
+ this.form[label] = idStr;
15617
+ for (var key in obj) {
15618
+ if (key === 'enterprise' && this.form[label + 'Name'].indexOf('[企业]') == -1) {
15619
+ this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[企业]-' + obj[key].join(',') : '' + '[企业]-' + obj[key].join(',');
15620
+ }
15621
+ if (key === 'department' && this.form[label + 'Name'].indexOf('[部门]') == -1) {
15622
+ this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[部门]-' + obj[key].join(',') : '' + '[部门]-' + obj[key].join(',');
15623
+ }
15624
+ if (key === 'employee' && this.form[label + 'Name'].indexOf('[部门员工]') == -1) {
15625
+ this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[部门员工]-' + obj[key].join(',') : '' + '[部门员工]-' + obj[key].join(',');
15626
+ }
15627
+ }
15628
+ // this.form[label + 'Name'] = obj.enterprise?;
15629
+ this.form[label + 'SerialId'] = SerialId.join(',');
15630
+ this.form[label + 'Json'] = JSON.stringify(res.list);
15631
+ },
15632
+
15440
15633
  // 获取节点信息(获取节点属性及办理人)
15441
15634
  getPeopleObj: function getPeopleObj(res) {
15442
15635
  var _this4 = this;
@@ -15464,10 +15657,22 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15464
15657
  if (res.rCode == 0) {
15465
15658
  _that.isCustomUser = res.results.nodeExtr.isCustomUser;
15466
15659
  _that.peopleObj = res.results.nodeExtr;
15660
+ if (res.results.nodeExtr.nodeType === 1 || res.results.nodeExtr.nodeType === 2) {
15661
+ _that.isNextUser = false;
15662
+ _that.isHideCurrentOrg = res.results.nodeExtr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
15663
+ _that.isHideOtherOrg = res.results.nodeExtr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
15664
+ } else {
15665
+ _that.isHideCurrentOrg = false;
15666
+ _that.isHideOtherOrg = false;
15667
+ _that.isNextUser = true;
15668
+ // this.isMainSubProcess === true
15669
+ // ? (this.isMainSubProcess = true)
15670
+ // : (this.isMainSubProcess = false);
15671
+ }
15467
15672
  // _that.nextUserList = res.results.transactorInfos || [];
15468
15673
  _that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
15469
- if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
15470
- _that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
15674
+ if (_that.enableCustomLimitTimeSetting && res.results.nodeMoreInfo && res.results.nodeMoreInfo.defaultCustomLimitDays) {
15675
+ _that.form.customLimitTime = res.results.nodeMoreInfo.defaultCustomLimitDays + '';
15471
15676
  }
15472
15677
  if (res.results.nodeExtr.userSelectionType) {
15473
15678
  _this4.treeType = res.results.nodeExtr.userSelectionType;
@@ -15511,8 +15716,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
15511
15716
 
15512
15717
  var StartFlow_component = normalizeComponent(
15513
15718
  components_StartFlowvue_type_script_lang_js,
15514
- StartFlowvue_type_template_id_3b7fd321_render,
15515
- StartFlowvue_type_template_id_3b7fd321_staticRenderFns,
15719
+ StartFlowvue_type_template_id_353236a7_render,
15720
+ StartFlowvue_type_template_id_353236a7_staticRenderFns,
15516
15721
  false,
15517
15722
  null,
15518
15723
  null,
@@ -15521,8 +15726,8 @@ var StartFlow_component = normalizeComponent(
15521
15726
  )
15522
15727
 
15523
15728
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
15524
- // 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=52fc39c4
15525
- var Handlevue_type_template_id_52fc39c4_render = function () {
15729
+ // 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=2184f0bd
15730
+ var Handlevue_type_template_id_2184f0bd_render = function () {
15526
15731
  var _vm = this
15527
15732
  var _h = _vm.$createElement
15528
15733
  var _c = _vm._self._c || _h
@@ -16077,6 +16282,7 @@ var Handlevue_type_template_id_52fc39c4_render = function () {
16077
16282
  "请选择下步办理人",
16078
16283
  param: {
16079
16284
  pid: _vm.pid,
16285
+ onlyMyOrg: _vm.onlyMyOrg,
16080
16286
  },
16081
16287
  label: "下步办理人",
16082
16288
  },
@@ -16973,11 +17179,11 @@ var Handlevue_type_template_id_52fc39c4_render = function () {
16973
17179
  1
16974
17180
  )
16975
17181
  }
16976
- var Handlevue_type_template_id_52fc39c4_staticRenderFns = []
16977
- Handlevue_type_template_id_52fc39c4_render._withStripped = true
17182
+ var Handlevue_type_template_id_2184f0bd_staticRenderFns = []
17183
+ Handlevue_type_template_id_2184f0bd_render._withStripped = true
16978
17184
 
16979
17185
 
16980
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=52fc39c4
17186
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=2184f0bd
16981
17187
 
16982
17188
  // 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
16983
17189
  var Rejectvue_type_template_id_7503f952_render = function () {
@@ -18279,6 +18485,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18279
18485
  //
18280
18486
  //
18281
18487
  //
18488
+ //
18282
18489
 
18283
18490
 
18284
18491
 
@@ -18351,15 +18558,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18351
18558
  foreignOrgSelectorTabs: 'enterprise,filgroupobj',
18352
18559
  foreignOrgSelectorParams: { roleid: '' },
18353
18560
  otherOrgDisabledObjId: [],
18561
+ currentOrgDisabledObjId: [],
18354
18562
  currentNodeEnableItemHandleDescription: false,
18355
18563
  pendingItemHandleDescription: '',
18356
18564
  taskOperationShiftedNodeList: null,
18357
18565
  oldNextOperate: '',
18358
18566
  processFormType: 'freeStart',
18359
- currentOrgDisabledObjId: [],
18360
18567
  nextNodeDefault: 0,
18361
18568
  showDefList: false,
18362
18569
  deptRoleCode: '',
18570
+ onlyMyOrg: false,
18363
18571
  readOnlyNotificationType: '',
18364
18572
  notificationMessageReadOnly: false,
18365
18573
  freeStartFlowParams: {}, //自由发起流程参数
@@ -19413,6 +19621,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
19413
19621
  if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
19414
19622
  _that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
19415
19623
  }
19624
+ if (res.data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
19625
+ _that.onlyMyOrg = true;
19626
+ }
19416
19627
  res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
19417
19628
  res.data.currentOrgDisabledObjId && (_this10.currentOrgDisabledObjId = res.data.currentOrgDisabledObjId.split(','));
19418
19629
  _this10.appointNotUserIds = res.data.appointNotUserIds;
@@ -19555,8 +19766,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
19555
19766
 
19556
19767
  var Handle_component = normalizeComponent(
19557
19768
  components_Handlevue_type_script_lang_js,
19558
- Handlevue_type_template_id_52fc39c4_render,
19559
- Handlevue_type_template_id_52fc39c4_staticRenderFns,
19769
+ Handlevue_type_template_id_2184f0bd_render,
19770
+ Handlevue_type_template_id_2184f0bd_staticRenderFns,
19560
19771
  false,
19561
19772
  null,
19562
19773
  null,
@@ -21219,8 +21430,8 @@ var TaskRead_component = normalizeComponent(
21219
21430
  )
21220
21431
 
21221
21432
  /* harmony default export */ var TaskRead = (TaskRead_component.exports);
21222
- // 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
21223
- var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
21433
+ // 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=169c4f32
21434
+ var taskUnionExaminevue_type_template_id_169c4f32_render = function () {
21224
21435
  var _vm = this
21225
21436
  var _h = _vm.$createElement
21226
21437
  var _c = _vm._self._c || _h
@@ -21383,11 +21594,11 @@ var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
21383
21594
  ]),
21384
21595
  ])
21385
21596
  }
21386
- var taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns = []
21387
- taskUnionExaminevue_type_template_id_12480d2e_render._withStripped = true
21597
+ var taskUnionExaminevue_type_template_id_169c4f32_staticRenderFns = []
21598
+ taskUnionExaminevue_type_template_id_169c4f32_render._withStripped = true
21388
21599
 
21389
21600
 
21390
- // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
21601
+ // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=169c4f32
21391
21602
 
21392
21603
  // 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
21393
21604
  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; };
@@ -21906,7 +22117,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
21906
22117
  if (isOpinionRequired == 1 && !opinion && isImageOpinion == 0 || isOpinionRequired == 1 && isImageOpinion == 1 && !file) {
21907
22118
  return this.$toast('当前步骤必须输入意见!');
21908
22119
  }
21909
- if (type == 'takeAdvice' && isHideCurrentOrg == 0 && (!nextCurrentOrgObj || nextCurrentOrgObj.length == 0) && isHideOtherOrg == 0 && (!nextOtherOrgObj || nextOtherOrgObj.length == 0) || type != 'takeAdvice' && isHideOtherOrg == 0 && (!nextOtherOrgObj || nextOtherOrgObj.length == 0)) {
22120
+ if (type == 'takeAdvice' && isHideCurrentOrg == 0 && (!nextCurrentOrgObj || nextCurrentOrgObj.length == 0) && isHideOtherOrg == 0 && (!nextOtherOrgObj || nextOtherOrgObj.length == 0) || type != 'takeAdvice' && isHideOtherOrg == 0 && (!nextOtherOrgObj || nextOtherOrgObj.length == 0) || type != 'takeAdvice' && isHideCurrentOrg == 0 && (!nextCurrentOrgObj || nextCurrentOrgObj.length == 0)) {
21910
22121
  return this.$toast('请选择处理对象!');
21911
22122
  }
21912
22123
  // else if (
@@ -22051,8 +22262,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
22051
22262
 
22052
22263
  var taskUnionExamine_component = normalizeComponent(
22053
22264
  components_taskUnionExaminevue_type_script_lang_js,
22054
- taskUnionExaminevue_type_template_id_12480d2e_render,
22055
- taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns,
22265
+ taskUnionExaminevue_type_template_id_169c4f32_render,
22266
+ taskUnionExaminevue_type_template_id_169c4f32_staticRenderFns,
22056
22267
  false,
22057
22268
  null,
22058
22269
  null,
@@ -29476,7 +29687,7 @@ if (typeof window !== 'undefined' && window.Vue) {
29476
29687
  }
29477
29688
 
29478
29689
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
29479
- version: '0.3.68',
29690
+ version: '0.3.71',
29480
29691
  install: install,
29481
29692
  Button: packages_button,
29482
29693
  ButtonGroup: button_group,