eoss-mobiles 0.3.35 → 0.3.36
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/eoss-mobile.common.js +61 -38
- package/lib/flow.js +47 -28
- package/lib/index.js +1 -1
- package/lib/selector.js +13 -9
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +84 -35
- package/packages/selector/src/selector-tree.vue +6 -2
- package/src/index.js +1 -1
|
@@ -2150,8 +2150,8 @@ mainvue_type_template_id_17308961_render._withStripped = true
|
|
|
2150
2150
|
|
|
2151
2151
|
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=17308961
|
|
2152
2152
|
|
|
2153
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
2154
|
-
var
|
|
2153
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=1c4984fc
|
|
2154
|
+
var selector_treevue_type_template_id_1c4984fc_render = function () {
|
|
2155
2155
|
var _vm = this
|
|
2156
2156
|
var _h = _vm.$createElement
|
|
2157
2157
|
var _c = _vm._self._c || _h
|
|
@@ -2331,11 +2331,11 @@ var selector_treevue_type_template_id_ed62cd92_render = function () {
|
|
|
2331
2331
|
1
|
|
2332
2332
|
)
|
|
2333
2333
|
}
|
|
2334
|
-
var
|
|
2335
|
-
|
|
2334
|
+
var selector_treevue_type_template_id_1c4984fc_staticRenderFns = []
|
|
2335
|
+
selector_treevue_type_template_id_1c4984fc_render._withStripped = true
|
|
2336
2336
|
|
|
2337
2337
|
|
|
2338
|
-
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
2338
|
+
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=1c4984fc
|
|
2339
2339
|
|
|
2340
2340
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=template&id=d9c99060
|
|
2341
2341
|
var treevue_type_template_id_d9c99060_render = function () {
|
|
@@ -4311,10 +4311,14 @@ var _props, _methods;
|
|
|
4311
4311
|
this.newParam = _extends({}, JSON.parse(JSON.stringify(this.param)));
|
|
4312
4312
|
this.newParam.selecttype = this.newTabs[this.selectIndex].param.selecttype;
|
|
4313
4313
|
if (this.newParam.selecttype === 'persongroup') {
|
|
4314
|
-
this.newParam.
|
|
4314
|
+
if (this.newParam[this.newTabs[this.selectIndex].name]) {
|
|
4315
|
+
this.newParam = _extends({}, this.newTabs[this.selectIndex].param, this.newParam[this.newTabs[this.selectIndex].name] ? this.newParam[this.newTabs[this.selectIndex].name] : {});
|
|
4316
|
+
} else {
|
|
4317
|
+
this.newParam.pid = 'root';
|
|
4318
|
+
}
|
|
4315
4319
|
this.newParam.myUserid = this.newParam.myUserid || util["a" /* default */].getStorage('userId');
|
|
4316
4320
|
} else {
|
|
4317
|
-
this.newParam = _extends({}, this.newTabs[this.selectIndex].param, this.newParam);
|
|
4321
|
+
this.newParam = _extends({}, this.newTabs[this.selectIndex].param, this.newParam[this.newTabs[this.selectIndex].name] ? this.newParam[this.newTabs[this.selectIndex].name] : {});
|
|
4318
4322
|
// this.newTabs[this.selectIndex].param.pid || this.param.pid || 'root';
|
|
4319
4323
|
}
|
|
4320
4324
|
delete this.newParam.department;
|
|
@@ -4639,8 +4643,8 @@ var _props, _methods;
|
|
|
4639
4643
|
|
|
4640
4644
|
var selector_tree_component = normalizeComponent(
|
|
4641
4645
|
src_selector_treevue_type_script_lang_js,
|
|
4642
|
-
|
|
4643
|
-
|
|
4646
|
+
selector_treevue_type_template_id_1c4984fc_render,
|
|
4647
|
+
selector_treevue_type_template_id_1c4984fc_staticRenderFns,
|
|
4644
4648
|
false,
|
|
4645
4649
|
null,
|
|
4646
4650
|
null,
|
|
@@ -15445,8 +15449,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15445
15449
|
)
|
|
15446
15450
|
|
|
15447
15451
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15448
|
-
// 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=
|
|
15449
|
-
var
|
|
15452
|
+
// 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=3941b7cd
|
|
15453
|
+
var Handlevue_type_template_id_3941b7cd_render = function () {
|
|
15450
15454
|
var _vm = this
|
|
15451
15455
|
var _h = _vm.$createElement
|
|
15452
15456
|
var _c = _vm._self._c || _h
|
|
@@ -16065,17 +16069,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
16065
16069
|
paddingTop: _vm.paddingTop,
|
|
16066
16070
|
isDepartment: "",
|
|
16067
16071
|
objType: "enterprise",
|
|
16068
|
-
tabs:
|
|
16069
|
-
param:
|
|
16070
|
-
|
|
16071
|
-
pid: _vm.orgId,
|
|
16072
|
-
roleid: _vm.deptRoleCode,
|
|
16073
|
-
},
|
|
16074
|
-
myemployee: {
|
|
16075
|
-
pid: _vm.orgId,
|
|
16076
|
-
roleid: _vm.deptRoleCode,
|
|
16077
|
-
},
|
|
16078
|
-
},
|
|
16072
|
+
tabs: _vm.currentOrgSelectorTabs,
|
|
16073
|
+
param:
|
|
16074
|
+
_vm.currentOrgSelectorParams,
|
|
16079
16075
|
disableds:
|
|
16080
16076
|
_vm.currentOrgDisabledObjId,
|
|
16081
16077
|
baseUrl: _vm.apiBaseUrl,
|
|
@@ -16118,10 +16114,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
16118
16114
|
isAllCheck: _vm.isAllCheck,
|
|
16119
16115
|
paddingTop: _vm.paddingTop,
|
|
16120
16116
|
objType: "enterprise",
|
|
16121
|
-
param:
|
|
16122
|
-
|
|
16123
|
-
|
|
16124
|
-
tabs: "enterprise",
|
|
16117
|
+
param:
|
|
16118
|
+
_vm.foreignOrgSelectorParams,
|
|
16119
|
+
tabs: _vm.foreignOrgSelectorTabs,
|
|
16125
16120
|
baseUrl: _vm.apiBaseUrl,
|
|
16126
16121
|
disableds:
|
|
16127
16122
|
_vm.otherOrgDisabledObjId,
|
|
@@ -16896,11 +16891,11 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
16896
16891
|
1
|
|
16897
16892
|
)
|
|
16898
16893
|
}
|
|
16899
|
-
var
|
|
16900
|
-
|
|
16894
|
+
var Handlevue_type_template_id_3941b7cd_staticRenderFns = []
|
|
16895
|
+
Handlevue_type_template_id_3941b7cd_render._withStripped = true
|
|
16901
16896
|
|
|
16902
16897
|
|
|
16903
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16898
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=3941b7cd
|
|
16904
16899
|
|
|
16905
16900
|
// 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=46f10c43
|
|
16906
16901
|
var Rejectvue_type_template_id_46f10c43_render = function () {
|
|
@@ -18163,9 +18158,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18163
18158
|
//
|
|
18164
18159
|
//
|
|
18165
18160
|
//
|
|
18166
|
-
//
|
|
18167
|
-
//
|
|
18168
|
-
//
|
|
18169
18161
|
|
|
18170
18162
|
|
|
18171
18163
|
|
|
@@ -18223,6 +18215,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18223
18215
|
|
|
18224
18216
|
return _ref = {
|
|
18225
18217
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
18218
|
+
currentOrgSelectorParams: { pid: 'root' },
|
|
18219
|
+
currentOrgSelectorTabs: 'employee, persongroup',
|
|
18220
|
+
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
18221
|
+
foreignOrgSelectorParams: { pid: 'root', roleid: '' },
|
|
18226
18222
|
otherOrgDisabledObjId: [],
|
|
18227
18223
|
currentNodeEnableItemHandleDescription: false,
|
|
18228
18224
|
pendingItemHandleDescription: '',
|
|
@@ -18595,8 +18591,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18595
18591
|
this.$toast('请选择催办通知方式');
|
|
18596
18592
|
return;
|
|
18597
18593
|
}
|
|
18598
|
-
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson && this.form.isAddSign != '1') {
|
|
18599
|
-
this.$toast(
|
|
18594
|
+
if ((this.isHideCurrentOrg || this.isHideOtherOrg) && !this.form.nextCurrentOrgObjJson && !this.form.nextOtherOrgObjJson && this.form.isAddSign != '1') {
|
|
18595
|
+
// this.$toast(`请选择${this.currentOrgName || '本单位'}`);
|
|
18596
|
+
this.$toast('\u8BF7\u9009\u62E9\u529E\u7406\u5BF9\u8C61');
|
|
18600
18597
|
return;
|
|
18601
18598
|
}
|
|
18602
18599
|
delete this.form.nextNodeName;
|
|
@@ -18986,6 +18983,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18986
18983
|
taskExamine = _res$data.taskExamine,
|
|
18987
18984
|
customPresetHintMessage = _res$data.customPresetHintMessage,
|
|
18988
18985
|
currentOrgName = _res$data.currentOrgName,
|
|
18986
|
+
currentOrgSelectorParams = _res$data.currentOrgSelectorParams,
|
|
18989
18987
|
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
18990
18988
|
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
18991
18989
|
otherOrgName = _res$data.otherOrgName,
|
|
@@ -18996,11 +18994,36 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18996
18994
|
taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
|
|
18997
18995
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
18998
18996
|
|
|
18997
|
+
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
18998
|
+
that.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
18999
|
+
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
19000
|
+
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
19001
|
+
that.currentOrgSelectorParams[x] = {
|
|
19002
|
+
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
19003
|
+
};
|
|
19004
|
+
});
|
|
19005
|
+
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
19006
|
+
}
|
|
19007
|
+
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
19008
|
+
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
19009
|
+
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
19010
|
+
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
19011
|
+
that.foreignOrgSelectorParams[x] = {
|
|
19012
|
+
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
|
|
19013
|
+
};
|
|
19014
|
+
});
|
|
19015
|
+
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
19016
|
+
}
|
|
18999
19017
|
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
19000
19018
|
that.taskOperationShiftedNodeList = [];
|
|
19001
19019
|
taskOperationShiftedNodeList.map(function (x) {
|
|
19002
19020
|
that.taskOperationShiftedNodeList.push(x.nodeId);
|
|
19003
|
-
that.taskOperations.push({
|
|
19021
|
+
that.taskOperations.push({
|
|
19022
|
+
key: x.nodeId,
|
|
19023
|
+
value: x.nodeName,
|
|
19024
|
+
isNextNode: true,
|
|
19025
|
+
nextOperate: x.nextOperate
|
|
19026
|
+
});
|
|
19004
19027
|
});
|
|
19005
19028
|
}
|
|
19006
19029
|
that.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
@@ -19357,8 +19380,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19357
19380
|
|
|
19358
19381
|
var Handle_component = normalizeComponent(
|
|
19359
19382
|
components_Handlevue_type_script_lang_js,
|
|
19360
|
-
|
|
19361
|
-
|
|
19383
|
+
Handlevue_type_template_id_3941b7cd_render,
|
|
19384
|
+
Handlevue_type_template_id_3941b7cd_staticRenderFns,
|
|
19362
19385
|
false,
|
|
19363
19386
|
null,
|
|
19364
19387
|
null,
|
|
@@ -28442,7 +28465,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
28442
28465
|
}
|
|
28443
28466
|
|
|
28444
28467
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
28445
|
-
version: '0.3.
|
|
28468
|
+
version: '0.3.36',
|
|
28446
28469
|
install: install,
|
|
28447
28470
|
Button: packages_button,
|
|
28448
28471
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4708,8 +4708,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4708
4708
|
)
|
|
4709
4709
|
|
|
4710
4710
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4711
|
-
// 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=
|
|
4712
|
-
var
|
|
4711
|
+
// 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=3941b7cd
|
|
4712
|
+
var Handlevue_type_template_id_3941b7cd_render = function () {
|
|
4713
4713
|
var _vm = this
|
|
4714
4714
|
var _h = _vm.$createElement
|
|
4715
4715
|
var _c = _vm._self._c || _h
|
|
@@ -5328,17 +5328,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
5328
5328
|
paddingTop: _vm.paddingTop,
|
|
5329
5329
|
isDepartment: "",
|
|
5330
5330
|
objType: "enterprise",
|
|
5331
|
-
tabs:
|
|
5332
|
-
param:
|
|
5333
|
-
|
|
5334
|
-
pid: _vm.orgId,
|
|
5335
|
-
roleid: _vm.deptRoleCode,
|
|
5336
|
-
},
|
|
5337
|
-
myemployee: {
|
|
5338
|
-
pid: _vm.orgId,
|
|
5339
|
-
roleid: _vm.deptRoleCode,
|
|
5340
|
-
},
|
|
5341
|
-
},
|
|
5331
|
+
tabs: _vm.currentOrgSelectorTabs,
|
|
5332
|
+
param:
|
|
5333
|
+
_vm.currentOrgSelectorParams,
|
|
5342
5334
|
disableds:
|
|
5343
5335
|
_vm.currentOrgDisabledObjId,
|
|
5344
5336
|
baseUrl: _vm.apiBaseUrl,
|
|
@@ -5381,10 +5373,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
5381
5373
|
isAllCheck: _vm.isAllCheck,
|
|
5382
5374
|
paddingTop: _vm.paddingTop,
|
|
5383
5375
|
objType: "enterprise",
|
|
5384
|
-
param:
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
tabs: "enterprise",
|
|
5376
|
+
param:
|
|
5377
|
+
_vm.foreignOrgSelectorParams,
|
|
5378
|
+
tabs: _vm.foreignOrgSelectorTabs,
|
|
5388
5379
|
baseUrl: _vm.apiBaseUrl,
|
|
5389
5380
|
disableds:
|
|
5390
5381
|
_vm.otherOrgDisabledObjId,
|
|
@@ -6159,11 +6150,11 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
6159
6150
|
1
|
|
6160
6151
|
)
|
|
6161
6152
|
}
|
|
6162
|
-
var
|
|
6163
|
-
|
|
6153
|
+
var Handlevue_type_template_id_3941b7cd_staticRenderFns = []
|
|
6154
|
+
Handlevue_type_template_id_3941b7cd_render._withStripped = true
|
|
6164
6155
|
|
|
6165
6156
|
|
|
6166
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6157
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=3941b7cd
|
|
6167
6158
|
|
|
6168
6159
|
// 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=46f10c43
|
|
6169
6160
|
var Rejectvue_type_template_id_46f10c43_render = function () {
|
|
@@ -7426,9 +7417,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7426
7417
|
//
|
|
7427
7418
|
//
|
|
7428
7419
|
//
|
|
7429
|
-
//
|
|
7430
|
-
//
|
|
7431
|
-
//
|
|
7432
7420
|
|
|
7433
7421
|
|
|
7434
7422
|
|
|
@@ -7486,6 +7474,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7486
7474
|
|
|
7487
7475
|
return _ref = {
|
|
7488
7476
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
7477
|
+
currentOrgSelectorParams: { pid: 'root' },
|
|
7478
|
+
currentOrgSelectorTabs: 'employee, persongroup',
|
|
7479
|
+
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
7480
|
+
foreignOrgSelectorParams: { pid: 'root', roleid: '' },
|
|
7489
7481
|
otherOrgDisabledObjId: [],
|
|
7490
7482
|
currentNodeEnableItemHandleDescription: false,
|
|
7491
7483
|
pendingItemHandleDescription: '',
|
|
@@ -7858,8 +7850,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7858
7850
|
this.$toast('请选择催办通知方式');
|
|
7859
7851
|
return;
|
|
7860
7852
|
}
|
|
7861
|
-
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson && this.form.isAddSign != '1') {
|
|
7862
|
-
this.$toast(
|
|
7853
|
+
if ((this.isHideCurrentOrg || this.isHideOtherOrg) && !this.form.nextCurrentOrgObjJson && !this.form.nextOtherOrgObjJson && this.form.isAddSign != '1') {
|
|
7854
|
+
// this.$toast(`请选择${this.currentOrgName || '本单位'}`);
|
|
7855
|
+
this.$toast('\u8BF7\u9009\u62E9\u529E\u7406\u5BF9\u8C61');
|
|
7863
7856
|
return;
|
|
7864
7857
|
}
|
|
7865
7858
|
delete this.form.nextNodeName;
|
|
@@ -8249,6 +8242,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8249
8242
|
taskExamine = _res$data.taskExamine,
|
|
8250
8243
|
customPresetHintMessage = _res$data.customPresetHintMessage,
|
|
8251
8244
|
currentOrgName = _res$data.currentOrgName,
|
|
8245
|
+
currentOrgSelectorParams = _res$data.currentOrgSelectorParams,
|
|
8252
8246
|
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
8253
8247
|
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
8254
8248
|
otherOrgName = _res$data.otherOrgName,
|
|
@@ -8259,11 +8253,36 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8259
8253
|
taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
|
|
8260
8254
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
8261
8255
|
|
|
8256
|
+
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
8257
|
+
that.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
8258
|
+
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
8259
|
+
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
8260
|
+
that.currentOrgSelectorParams[x] = {
|
|
8261
|
+
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
8262
|
+
};
|
|
8263
|
+
});
|
|
8264
|
+
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
8265
|
+
}
|
|
8266
|
+
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
8267
|
+
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
8268
|
+
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
8269
|
+
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
8270
|
+
that.foreignOrgSelectorParams[x] = {
|
|
8271
|
+
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
|
|
8272
|
+
};
|
|
8273
|
+
});
|
|
8274
|
+
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
8275
|
+
}
|
|
8262
8276
|
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
8263
8277
|
that.taskOperationShiftedNodeList = [];
|
|
8264
8278
|
taskOperationShiftedNodeList.map(function (x) {
|
|
8265
8279
|
that.taskOperationShiftedNodeList.push(x.nodeId);
|
|
8266
|
-
that.taskOperations.push({
|
|
8280
|
+
that.taskOperations.push({
|
|
8281
|
+
key: x.nodeId,
|
|
8282
|
+
value: x.nodeName,
|
|
8283
|
+
isNextNode: true,
|
|
8284
|
+
nextOperate: x.nextOperate
|
|
8285
|
+
});
|
|
8267
8286
|
});
|
|
8268
8287
|
}
|
|
8269
8288
|
that.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
@@ -8620,8 +8639,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8620
8639
|
|
|
8621
8640
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8622
8641
|
components_Handlevue_type_script_lang_js,
|
|
8623
|
-
|
|
8624
|
-
|
|
8642
|
+
Handlevue_type_template_id_3941b7cd_render,
|
|
8643
|
+
Handlevue_type_template_id_3941b7cd_staticRenderFns,
|
|
8625
8644
|
false,
|
|
8626
8645
|
null,
|
|
8627
8646
|
null,
|