eoss-mobiles 0.3.68 → 0.3.70
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 +264 -58
- package/lib/flow.js +263 -57
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +7 -2
- package/packages/flow/src/components/StartFlow.vue +161 -5
- package/src/index.js +1 -1
|
@@ -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=
|
|
13058
|
-
var
|
|
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=679f9117
|
|
13058
|
+
var StartFlowvue_type_template_id_679f9117_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
|
-
|
|
13178
|
-
|
|
13179
|
-
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
|
|
13183
|
-
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13211
|
-
|
|
13212
|
-
|
|
13213
|
-
|
|
13214
|
-
|
|
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
|
|
13370
|
-
|
|
13446
|
+
var StartFlowvue_type_template_id_679f9117_staticRenderFns = []
|
|
13447
|
+
StartFlowvue_type_template_id_679f9117_render._withStripped = true
|
|
13371
13448
|
|
|
13372
13449
|
|
|
13373
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13450
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=679f9117
|
|
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 () {
|
|
@@ -14934,6 +15011,44 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
14934
15011
|
//
|
|
14935
15012
|
//
|
|
14936
15013
|
//
|
|
15014
|
+
//
|
|
15015
|
+
//
|
|
15016
|
+
//
|
|
15017
|
+
//
|
|
15018
|
+
//
|
|
15019
|
+
//
|
|
15020
|
+
//
|
|
15021
|
+
//
|
|
15022
|
+
//
|
|
15023
|
+
//
|
|
15024
|
+
//
|
|
15025
|
+
//
|
|
15026
|
+
//
|
|
15027
|
+
//
|
|
15028
|
+
//
|
|
15029
|
+
//
|
|
15030
|
+
//
|
|
15031
|
+
//
|
|
15032
|
+
//
|
|
15033
|
+
//
|
|
15034
|
+
//
|
|
15035
|
+
//
|
|
15036
|
+
//
|
|
15037
|
+
//
|
|
15038
|
+
//
|
|
15039
|
+
//
|
|
15040
|
+
//
|
|
15041
|
+
//
|
|
15042
|
+
//
|
|
15043
|
+
//
|
|
15044
|
+
//
|
|
15045
|
+
//
|
|
15046
|
+
//
|
|
15047
|
+
//
|
|
15048
|
+
//
|
|
15049
|
+
//
|
|
15050
|
+
//
|
|
15051
|
+
//
|
|
14937
15052
|
|
|
14938
15053
|
|
|
14939
15054
|
|
|
@@ -15009,7 +15124,19 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15009
15124
|
notificationMessageReadOnly: false,
|
|
15010
15125
|
defaultNextNode: '',
|
|
15011
15126
|
isCustomUser: 1,
|
|
15127
|
+
isHideCurrentOrg: false, //是否隐藏本单位(承办)
|
|
15128
|
+
isHideOtherOrg: false, //是否隐藏外单位(承办)
|
|
15129
|
+
nextCurrentOrgObjSelect: [], // 选中本单位
|
|
15130
|
+
nextOtherOrgObjSelect: [], //选中外单位
|
|
15131
|
+
currentOrgSelectorParams: { only_filid: true,
|
|
15132
|
+
onlyMyOrg: true },
|
|
15133
|
+
currentOrgSelectorTabs: 'employee,persongroup',
|
|
15134
|
+
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
15135
|
+
foreignOrgSelectorParams: { roleid: '' },
|
|
15136
|
+
otherOrgDisabledObjId: [],
|
|
15137
|
+
currentOrgDisabledObjId: [],
|
|
15012
15138
|
isCurrentNodeForbiddenChangeCandidate: 0,
|
|
15139
|
+
isNextUser: true,
|
|
15013
15140
|
form: {
|
|
15014
15141
|
nextNodeId: undefined, // 流程节点id
|
|
15015
15142
|
nextNodeName: undefined, // 流程节点名称
|
|
@@ -15055,6 +15182,13 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15055
15182
|
ProcessSetting: ProcessSettings
|
|
15056
15183
|
},
|
|
15057
15184
|
mounted: function mounted() {
|
|
15185
|
+
if (this.orgId) {
|
|
15186
|
+
this.currentOrgSelectorParams.pid = this.orgId;
|
|
15187
|
+
} else if (util["a" /* default */].getStorage('orgId')) {
|
|
15188
|
+
this.currentOrgSelectorParams.pid = util["a" /* default */].getStorage('orgId');
|
|
15189
|
+
} else if (util["a" /* default */].getStorage('userInfo')) {
|
|
15190
|
+
this.currentOrgSelectorParams.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
|
|
15191
|
+
}
|
|
15058
15192
|
var obj = {
|
|
15059
15193
|
processDefinitionId: this.defId,
|
|
15060
15194
|
// isOnly: true,
|
|
@@ -15131,7 +15265,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15131
15265
|
this.$toast('请选择输入审批意见');
|
|
15132
15266
|
return;
|
|
15133
15267
|
}
|
|
15134
|
-
if (!this.form.nextUserId) {
|
|
15268
|
+
if (!this.form.nextUserId && this.isNextUser) {
|
|
15135
15269
|
this.$toast('请选择办理人');
|
|
15136
15270
|
return;
|
|
15137
15271
|
}
|
|
@@ -15139,6 +15273,11 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15139
15273
|
this.$toast('请选择流程节点');
|
|
15140
15274
|
return;
|
|
15141
15275
|
}
|
|
15276
|
+
if ((this.isHideCurrentOrg || this.isHideOtherOrg) && !this.form.nextCurrentOrgObjJson && !this.form.nextOtherOrgObjJson) {
|
|
15277
|
+
// this.$toast(`请选择${this.currentOrgName || '本单位'}`);
|
|
15278
|
+
this.$toast('\u8BF7\u9009\u62E9\u529E\u7406\u5BF9\u8C61');
|
|
15279
|
+
return;
|
|
15280
|
+
}
|
|
15142
15281
|
// if (!this.form.notificationType) {
|
|
15143
15282
|
// this.$toast('请选择通知消息');
|
|
15144
15283
|
// return;
|
|
@@ -15159,6 +15298,16 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15159
15298
|
userId: this.userId || util["a" /* default */].getStorage('userId'),
|
|
15160
15299
|
mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
|
|
15161
15300
|
};
|
|
15301
|
+
if (this.isHideCurrentOrg && this.form.nextCurrentOrgObj) {
|
|
15302
|
+
info.nextCurrentOrgObj = this.form.nextCurrentOrgObj;
|
|
15303
|
+
}
|
|
15304
|
+
if (this.isHideOtherOrg && this.form.nextOtherOrgObj) {
|
|
15305
|
+
info.nextOtherOrgObj = this.form.nextOtherOrgObj;
|
|
15306
|
+
}
|
|
15307
|
+
if (this.enableCustomLimitTimeSetting && !info.customLimitTime) {
|
|
15308
|
+
this.$toast('\u8BF7\u9009\u62E9\u6216\u586B\u5199\u9650\u65F6\u529E\u7406\u65F6\u95F4');
|
|
15309
|
+
return;
|
|
15310
|
+
}
|
|
15162
15311
|
if (!this.enableCustomLimitTimeSetting) {
|
|
15163
15312
|
delete info.customLimitTime;
|
|
15164
15313
|
}
|
|
@@ -15437,6 +15586,45 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15437
15586
|
});
|
|
15438
15587
|
},
|
|
15439
15588
|
|
|
15589
|
+
// 单位选择完回调
|
|
15590
|
+
disposeAppUnit: function disposeAppUnit(res, type) {
|
|
15591
|
+
var label = type.substring(0, type.lastIndexOf('Select'));
|
|
15592
|
+
var idStr = '';
|
|
15593
|
+
var types = '';
|
|
15594
|
+
var SerialId = [];
|
|
15595
|
+
this.form[label + 'Name'] = '';
|
|
15596
|
+
var obj = {};
|
|
15597
|
+
res.list.map(function (r, i) {
|
|
15598
|
+
if (!types || types.indexOf(r.objType) == -1) {
|
|
15599
|
+
idStr = !types ? r.objType + '-' + r.showid + (i === res.list.length - 1 ? '' : ',') : idStr + '|' + r.objType + '-' + r.showid + (i === res.list.length - 1 ? '' : ',');
|
|
15600
|
+
types = types ? types + ',' + r.objType : r.objType;
|
|
15601
|
+
} else {
|
|
15602
|
+
idStr = idStr + r.showid + (i === res.list.length - 1 ? '' : ',');
|
|
15603
|
+
}
|
|
15604
|
+
SerialId.push(r.showid);
|
|
15605
|
+
if (obj[r.objType]) {
|
|
15606
|
+
obj[r.objType].push(r.showname);
|
|
15607
|
+
} else {
|
|
15608
|
+
obj[r.objType] = [r.showname];
|
|
15609
|
+
}
|
|
15610
|
+
});
|
|
15611
|
+
this.form[label] = idStr;
|
|
15612
|
+
for (var key in obj) {
|
|
15613
|
+
if (key === 'enterprise' && this.form[label + 'Name'].indexOf('[企业]') == -1) {
|
|
15614
|
+
this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[企业]-' + obj[key].join(',') : '' + '[企业]-' + obj[key].join(',');
|
|
15615
|
+
}
|
|
15616
|
+
if (key === 'department' && this.form[label + 'Name'].indexOf('[部门]') == -1) {
|
|
15617
|
+
this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[部门]-' + obj[key].join(',') : '' + '[部门]-' + obj[key].join(',');
|
|
15618
|
+
}
|
|
15619
|
+
if (key === 'employee' && this.form[label + 'Name'].indexOf('[部门员工]') == -1) {
|
|
15620
|
+
this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[部门员工]-' + obj[key].join(',') : '' + '[部门员工]-' + obj[key].join(',');
|
|
15621
|
+
}
|
|
15622
|
+
}
|
|
15623
|
+
// this.form[label + 'Name'] = obj.enterprise?;
|
|
15624
|
+
this.form[label + 'SerialId'] = SerialId.join(',');
|
|
15625
|
+
this.form[label + 'Json'] = JSON.stringify(res.list);
|
|
15626
|
+
},
|
|
15627
|
+
|
|
15440
15628
|
// 获取节点信息(获取节点属性及办理人)
|
|
15441
15629
|
getPeopleObj: function getPeopleObj(res) {
|
|
15442
15630
|
var _this4 = this;
|
|
@@ -15464,10 +15652,22 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15464
15652
|
if (res.rCode == 0) {
|
|
15465
15653
|
_that.isCustomUser = res.results.nodeExtr.isCustomUser;
|
|
15466
15654
|
_that.peopleObj = res.results.nodeExtr;
|
|
15655
|
+
if (res.results.nodeExtr.nodeType === 1 || res.results.nodeExtr.nodeType === 2) {
|
|
15656
|
+
_that.isNextUser = false;
|
|
15657
|
+
_that.isHideCurrentOrg = res.results.nodeExtr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
|
|
15658
|
+
_that.isHideOtherOrg = res.results.nodeExtr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
|
|
15659
|
+
} else {
|
|
15660
|
+
_that.isHideCurrentOrg = false;
|
|
15661
|
+
_that.isHideOtherOrg = false;
|
|
15662
|
+
_that.isNextUser = true;
|
|
15663
|
+
// this.isMainSubProcess === true
|
|
15664
|
+
// ? (this.isMainSubProcess = true)
|
|
15665
|
+
// : (this.isMainSubProcess = false);
|
|
15666
|
+
}
|
|
15467
15667
|
// _that.nextUserList = res.results.transactorInfos || [];
|
|
15468
15668
|
_that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
15469
|
-
if (_that.enableCustomLimitTimeSetting && res.
|
|
15470
|
-
_that.form.customLimitTime = res.
|
|
15669
|
+
if (_that.enableCustomLimitTimeSetting && res.results.nodeMoreInfo && res.results.nodeMoreInfo.defaultCustomLimitDays) {
|
|
15670
|
+
_that.form.customLimitTime = res.results.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
15471
15671
|
}
|
|
15472
15672
|
if (res.results.nodeExtr.userSelectionType) {
|
|
15473
15673
|
_this4.treeType = res.results.nodeExtr.userSelectionType;
|
|
@@ -15511,8 +15711,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15511
15711
|
|
|
15512
15712
|
var StartFlow_component = normalizeComponent(
|
|
15513
15713
|
components_StartFlowvue_type_script_lang_js,
|
|
15514
|
-
|
|
15515
|
-
|
|
15714
|
+
StartFlowvue_type_template_id_679f9117_render,
|
|
15715
|
+
StartFlowvue_type_template_id_679f9117_staticRenderFns,
|
|
15516
15716
|
false,
|
|
15517
15717
|
null,
|
|
15518
15718
|
null,
|
|
@@ -15521,8 +15721,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15521
15721
|
)
|
|
15522
15722
|
|
|
15523
15723
|
/* 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=
|
|
15525
|
-
var
|
|
15724
|
+
// 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
|
|
15725
|
+
var Handlevue_type_template_id_2184f0bd_render = function () {
|
|
15526
15726
|
var _vm = this
|
|
15527
15727
|
var _h = _vm.$createElement
|
|
15528
15728
|
var _c = _vm._self._c || _h
|
|
@@ -16077,6 +16277,7 @@ var Handlevue_type_template_id_52fc39c4_render = function () {
|
|
|
16077
16277
|
"请选择下步办理人",
|
|
16078
16278
|
param: {
|
|
16079
16279
|
pid: _vm.pid,
|
|
16280
|
+
onlyMyOrg: _vm.onlyMyOrg,
|
|
16080
16281
|
},
|
|
16081
16282
|
label: "下步办理人",
|
|
16082
16283
|
},
|
|
@@ -16973,11 +17174,11 @@ var Handlevue_type_template_id_52fc39c4_render = function () {
|
|
|
16973
17174
|
1
|
|
16974
17175
|
)
|
|
16975
17176
|
}
|
|
16976
|
-
var
|
|
16977
|
-
|
|
17177
|
+
var Handlevue_type_template_id_2184f0bd_staticRenderFns = []
|
|
17178
|
+
Handlevue_type_template_id_2184f0bd_render._withStripped = true
|
|
16978
17179
|
|
|
16979
17180
|
|
|
16980
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
17181
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=2184f0bd
|
|
16981
17182
|
|
|
16982
17183
|
// 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
17184
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -18279,6 +18480,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18279
18480
|
//
|
|
18280
18481
|
//
|
|
18281
18482
|
//
|
|
18483
|
+
//
|
|
18282
18484
|
|
|
18283
18485
|
|
|
18284
18486
|
|
|
@@ -18351,15 +18553,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18351
18553
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
18352
18554
|
foreignOrgSelectorParams: { roleid: '' },
|
|
18353
18555
|
otherOrgDisabledObjId: [],
|
|
18556
|
+
currentOrgDisabledObjId: [],
|
|
18354
18557
|
currentNodeEnableItemHandleDescription: false,
|
|
18355
18558
|
pendingItemHandleDescription: '',
|
|
18356
18559
|
taskOperationShiftedNodeList: null,
|
|
18357
18560
|
oldNextOperate: '',
|
|
18358
18561
|
processFormType: 'freeStart',
|
|
18359
|
-
currentOrgDisabledObjId: [],
|
|
18360
18562
|
nextNodeDefault: 0,
|
|
18361
18563
|
showDefList: false,
|
|
18362
18564
|
deptRoleCode: '',
|
|
18565
|
+
onlyMyOrg: false,
|
|
18363
18566
|
readOnlyNotificationType: '',
|
|
18364
18567
|
notificationMessageReadOnly: false,
|
|
18365
18568
|
freeStartFlowParams: {}, //自由发起流程参数
|
|
@@ -19413,6 +19616,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19413
19616
|
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
19414
19617
|
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
19415
19618
|
}
|
|
19619
|
+
if (res.data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
|
|
19620
|
+
_that.onlyMyOrg = true;
|
|
19621
|
+
}
|
|
19416
19622
|
res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
|
|
19417
19623
|
res.data.currentOrgDisabledObjId && (_this10.currentOrgDisabledObjId = res.data.currentOrgDisabledObjId.split(','));
|
|
19418
19624
|
_this10.appointNotUserIds = res.data.appointNotUserIds;
|
|
@@ -19555,8 +19761,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19555
19761
|
|
|
19556
19762
|
var Handle_component = normalizeComponent(
|
|
19557
19763
|
components_Handlevue_type_script_lang_js,
|
|
19558
|
-
|
|
19559
|
-
|
|
19764
|
+
Handlevue_type_template_id_2184f0bd_render,
|
|
19765
|
+
Handlevue_type_template_id_2184f0bd_staticRenderFns,
|
|
19560
19766
|
false,
|
|
19561
19767
|
null,
|
|
19562
19768
|
null,
|
|
@@ -29476,7 +29682,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29476
29682
|
}
|
|
29477
29683
|
|
|
29478
29684
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29479
|
-
version: '0.3.
|
|
29685
|
+
version: '0.3.70',
|
|
29480
29686
|
install: install,
|
|
29481
29687
|
Button: packages_button,
|
|
29482
29688
|
ButtonGroup: button_group,
|