eoss-mobiles 0.1.51 → 0.1.52
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 +148 -85
- package/lib/flow.js +150 -87
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +97 -12
- package/packages/flow/src/components/StartFlow.vue +1 -1
- package/src/index.js +1 -1
|
@@ -9963,8 +9963,8 @@ mainvue_type_template_id_56353196_render._withStripped = true
|
|
|
9963
9963
|
|
|
9964
9964
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56353196&
|
|
9965
9965
|
|
|
9966
|
-
// 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=
|
|
9967
|
-
var
|
|
9966
|
+
// 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=8801d1d2&
|
|
9967
|
+
var StartFlowvue_type_template_id_8801d1d2_render = function () {
|
|
9968
9968
|
var _vm = this
|
|
9969
9969
|
var _h = _vm.$createElement
|
|
9970
9970
|
var _c = _vm._self._c || _h
|
|
@@ -10168,11 +10168,11 @@ var StartFlowvue_type_template_id_652918df_render = function () {
|
|
|
10168
10168
|
]),
|
|
10169
10169
|
])
|
|
10170
10170
|
}
|
|
10171
|
-
var
|
|
10172
|
-
|
|
10171
|
+
var StartFlowvue_type_template_id_8801d1d2_staticRenderFns = []
|
|
10172
|
+
StartFlowvue_type_template_id_8801d1d2_render._withStripped = true
|
|
10173
10173
|
|
|
10174
10174
|
|
|
10175
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
10175
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=8801d1d2&
|
|
10176
10176
|
|
|
10177
10177
|
// 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=f682be22&
|
|
10178
10178
|
var Opinionvue_type_template_id_f682be22_render = function () {
|
|
@@ -10660,6 +10660,8 @@ var Message_component = normalizeComponent(
|
|
|
10660
10660
|
|
|
10661
10661
|
/* harmony default export */ var Message = (Message_component.exports);
|
|
10662
10662
|
// 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&
|
|
10663
|
+
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; };
|
|
10664
|
+
|
|
10663
10665
|
//
|
|
10664
10666
|
//
|
|
10665
10667
|
//
|
|
@@ -10935,9 +10937,7 @@ var Message_component = normalizeComponent(
|
|
|
10935
10937
|
utils_http({
|
|
10936
10938
|
url: _that.baseUrl ? _that.baseUrl + registerNew : registerNew,
|
|
10937
10939
|
type: 'post',
|
|
10938
|
-
params: {
|
|
10939
|
-
params: JSON.stringify(info)
|
|
10940
|
-
}
|
|
10940
|
+
params: StartFlowvue_type_script_lang_js_extends({}, info)
|
|
10941
10941
|
}).then(function (res) {
|
|
10942
10942
|
_this2.$toast.clear();
|
|
10943
10943
|
if (res.rCode == 0) {
|
|
@@ -11143,8 +11143,8 @@ var Message_component = normalizeComponent(
|
|
|
11143
11143
|
|
|
11144
11144
|
var StartFlow_component = normalizeComponent(
|
|
11145
11145
|
components_StartFlowvue_type_script_lang_js_,
|
|
11146
|
-
|
|
11147
|
-
|
|
11146
|
+
StartFlowvue_type_template_id_8801d1d2_render,
|
|
11147
|
+
StartFlowvue_type_template_id_8801d1d2_staticRenderFns,
|
|
11148
11148
|
false,
|
|
11149
11149
|
null,
|
|
11150
11150
|
null,
|
|
@@ -11153,8 +11153,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
11153
11153
|
)
|
|
11154
11154
|
|
|
11155
11155
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
11156
|
-
// 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=
|
|
11157
|
-
var
|
|
11156
|
+
// 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=a6e9dff2&
|
|
11157
|
+
var Handlevue_type_template_id_a6e9dff2_render = function () {
|
|
11158
11158
|
var _vm = this
|
|
11159
11159
|
var _h = _vm.$createElement
|
|
11160
11160
|
var _c = _vm._self._c || _h
|
|
@@ -11609,8 +11609,7 @@ var Handlevue_type_template_id_689a2638_render = function () {
|
|
|
11609
11609
|
objType: "enterprise",
|
|
11610
11610
|
tabs: "department,employee",
|
|
11611
11611
|
param: {
|
|
11612
|
-
pid:
|
|
11613
|
-
filid: _vm.userInfo.orgId,
|
|
11612
|
+
pid: _vm.orgId,
|
|
11614
11613
|
},
|
|
11615
11614
|
isOtherUnit: false,
|
|
11616
11615
|
label: _vm.currentOrgName
|
|
@@ -11649,10 +11648,9 @@ var Handlevue_type_template_id_689a2638_render = function () {
|
|
|
11649
11648
|
paddingTop: _vm.paddingTop,
|
|
11650
11649
|
objType: "enterprise",
|
|
11651
11650
|
param: {
|
|
11652
|
-
pid:
|
|
11653
|
-
filid: _vm.userInfo.orgId,
|
|
11651
|
+
pid: "root",
|
|
11654
11652
|
},
|
|
11655
|
-
tabs: "
|
|
11653
|
+
tabs: "enterprise",
|
|
11656
11654
|
isOtherUnit: true,
|
|
11657
11655
|
label: _vm.otherOrgName
|
|
11658
11656
|
? _vm.otherOrgName
|
|
@@ -11683,12 +11681,20 @@ var Handlevue_type_template_id_689a2638_render = function () {
|
|
|
11683
11681
|
"div",
|
|
11684
11682
|
{ staticClass: "item" },
|
|
11685
11683
|
[
|
|
11686
|
-
_c("
|
|
11684
|
+
_c("em-picker", {
|
|
11687
11685
|
attrs: {
|
|
11688
|
-
value: "主办",
|
|
11689
11686
|
label: "主办",
|
|
11690
|
-
|
|
11691
|
-
placeholder: "
|
|
11687
|
+
title: "主办",
|
|
11688
|
+
placeholder: "请选择主办",
|
|
11689
|
+
"show-toolbar": "",
|
|
11690
|
+
columns: _vm.subProcessColumns,
|
|
11691
|
+
},
|
|
11692
|
+
model: {
|
|
11693
|
+
value: _vm.subProcessInfo,
|
|
11694
|
+
callback: function ($$v) {
|
|
11695
|
+
_vm.subProcessInfo = $$v
|
|
11696
|
+
},
|
|
11697
|
+
expression: "subProcessInfo",
|
|
11692
11698
|
},
|
|
11693
11699
|
}),
|
|
11694
11700
|
],
|
|
@@ -12115,11 +12121,11 @@ var Handlevue_type_template_id_689a2638_render = function () {
|
|
|
12115
12121
|
1
|
|
12116
12122
|
)
|
|
12117
12123
|
}
|
|
12118
|
-
var
|
|
12119
|
-
|
|
12124
|
+
var Handlevue_type_template_id_a6e9dff2_staticRenderFns = []
|
|
12125
|
+
Handlevue_type_template_id_a6e9dff2_render._withStripped = true
|
|
12120
12126
|
|
|
12121
12127
|
|
|
12122
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
12128
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=a6e9dff2&
|
|
12123
12129
|
|
|
12124
12130
|
// 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=873f59d2&
|
|
12125
12131
|
var Rejectvue_type_template_id_873f59d2_render = function () {
|
|
@@ -13111,6 +13117,12 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13111
13117
|
//
|
|
13112
13118
|
//
|
|
13113
13119
|
//
|
|
13120
|
+
//
|
|
13121
|
+
//
|
|
13122
|
+
//
|
|
13123
|
+
//
|
|
13124
|
+
//
|
|
13125
|
+
//
|
|
13114
13126
|
|
|
13115
13127
|
|
|
13116
13128
|
|
|
@@ -13156,6 +13168,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13156
13168
|
isNextBox: true, // 是否展开隐藏下步操作
|
|
13157
13169
|
isOtherUnit: true, //是否是外单位
|
|
13158
13170
|
isShowNode: false,
|
|
13171
|
+
subProcessInfo: '',
|
|
13159
13172
|
isHiddenOftenOpinion: undefined, //是否隐藏常用意见
|
|
13160
13173
|
isAddSignList: [{ name: '是', value: '1' }, { name: '否', value: '2' }],
|
|
13161
13174
|
form: {
|
|
@@ -13228,7 +13241,26 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13228
13241
|
});
|
|
13229
13242
|
},
|
|
13230
13243
|
|
|
13231
|
-
|
|
13244
|
+
computed: {
|
|
13245
|
+
subProcessColumns: function subProcessColumns() {
|
|
13246
|
+
if (!this.isMainSubProcess) return [];
|
|
13247
|
+
var data = [];
|
|
13248
|
+
var obj = { name: '[部门员工]-' };
|
|
13249
|
+
this.nextCurrentOrgObjSelect.map(function (x) {
|
|
13250
|
+
if (x.objType == 'employee') {
|
|
13251
|
+
obj.name = !obj.value ? obj.name + x.showname : obj.name + ',' + x.showname;
|
|
13252
|
+
obj.value = obj.value ? obj.value + ',' + x.showid : x.showid;
|
|
13253
|
+
} else {
|
|
13254
|
+
data.push({ name: '[部门]' + x.showname, value: x.showid });
|
|
13255
|
+
}
|
|
13256
|
+
});
|
|
13257
|
+
obj.value && data.push(obj);
|
|
13258
|
+
this.nextOtherOrgObjSelect.map(function (x) {
|
|
13259
|
+
data.push({ name: '[企业]' + x.showname, value: x.showid });
|
|
13260
|
+
});
|
|
13261
|
+
return data;
|
|
13262
|
+
}
|
|
13263
|
+
},
|
|
13232
13264
|
methods: {
|
|
13233
13265
|
//限时办理时间确认
|
|
13234
13266
|
onConfirmTimeList: function onConfirmTimeList(val) {
|
|
@@ -13273,7 +13305,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13273
13305
|
this.$toast('请选择办理人');
|
|
13274
13306
|
return;
|
|
13275
13307
|
}
|
|
13276
|
-
if (!this.form.nextNodeId && this.nodeList && this.nodeList.length > 0 && this.isSpecial && !this.isReject) {
|
|
13308
|
+
if (!this.form.nextNodeId && this.nodeList && this.nodeList.length > 0 && this.isSpecial && !this.isReject && this.isShowNode) {
|
|
13277
13309
|
this.$toast('请选择流程节点');
|
|
13278
13310
|
return;
|
|
13279
13311
|
}
|
|
@@ -13524,12 +13556,43 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13524
13556
|
|
|
13525
13557
|
// 单位选择完回调
|
|
13526
13558
|
disposeAppUnit: function disposeAppUnit(res, type) {
|
|
13559
|
+
var _this4 = this;
|
|
13560
|
+
|
|
13527
13561
|
var label = type.substring(0, type.lastIndexOf('Select'));
|
|
13528
13562
|
var idStr = '';
|
|
13563
|
+
var types = '';
|
|
13564
|
+
this.form[label + 'Name'] = '';
|
|
13565
|
+
var obj = {};
|
|
13566
|
+
console.log(res, 'ddd');
|
|
13529
13567
|
res.list.map(function (r, i) {
|
|
13530
|
-
|
|
13568
|
+
if (!types || types.indexOf(r.objType) == -1) {
|
|
13569
|
+
idStr = !types ? r.objType + '-' + r.showid + (i === res.list.length - 1 ? '' : ',') : idStr + '|' + r.objType + '-' + r.showid + (i === res.list.length - 1 ? '' : ',');
|
|
13570
|
+
types = types ? types + ',' + r.objType : r.objType;
|
|
13571
|
+
} else {
|
|
13572
|
+
idStr = idStr + r.showid + (i === res.list.length - 1 ? '' : ',');
|
|
13573
|
+
}
|
|
13574
|
+
_this4.form[label + 'SerialId'] = r.showid + (i === res.list.length - 1 ? '' : ',');
|
|
13575
|
+
if (obj[r.objType]) {
|
|
13576
|
+
obj[r.objType].push(r.showname);
|
|
13577
|
+
} else {
|
|
13578
|
+
obj[r.objType] = [r.showname];
|
|
13579
|
+
}
|
|
13580
|
+
console.log(obj, 'objobj');
|
|
13531
13581
|
});
|
|
13532
13582
|
this.form[label] = idStr;
|
|
13583
|
+
for (var key in obj) {
|
|
13584
|
+
if (key === 'enterprise' && this.form[label + 'Name'].indexOf('[企业]') == -1) {
|
|
13585
|
+
this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[企业]-' + obj[key].join(',') : '' + '[企业]-' + obj[key].join(',');
|
|
13586
|
+
}
|
|
13587
|
+
if (key === 'department' && this.form[label + 'Name'].indexOf('[部门]') == -1) {
|
|
13588
|
+
this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[部门]-' + obj[key].join(',') : '' + '[部门]-' + obj[key].join(',');
|
|
13589
|
+
}
|
|
13590
|
+
if (key === 'employee' && this.form[label + 'Name'].indexOf('[部门员工]') == -1) {
|
|
13591
|
+
this.form[label + 'Name'] = this.form[label + 'Name'] ? this.form[label + 'Name'] + '|' + '[部门员工]-' + obj[key].join(',') : '' + '[部门员工]-' + obj[key].join(',');
|
|
13592
|
+
}
|
|
13593
|
+
}
|
|
13594
|
+
// this.form[label + 'Name'] = obj.enterprise?;
|
|
13595
|
+
this.form[label + 'Json'] = JSON.stringify(res.list);
|
|
13533
13596
|
},
|
|
13534
13597
|
|
|
13535
13598
|
// 获取发起流程信息
|
|
@@ -13675,7 +13738,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13675
13738
|
that.countersignaturetypeText = res.data.taskExamine.nodeName;
|
|
13676
13739
|
}
|
|
13677
13740
|
that.countersignaturetypeCode = res.data.countersignaturetypeCode !== 0 && res.data.countersignaturetypeCode != undefined ? true : false;
|
|
13678
|
-
that.isMainSubProcess = res.data.isMainSubProcess
|
|
13741
|
+
that.isMainSubProcess = res.data.isMainSubProcess == 'true';
|
|
13679
13742
|
that.isCustomPreset = res.data.isCustomPreset;
|
|
13680
13743
|
// form.isRemoveSign !== '1' &&
|
|
13681
13744
|
// form.isAddSign !== '1' &&
|
|
@@ -13696,7 +13759,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13696
13759
|
|
|
13697
13760
|
// 获取节点信息(获取节点属性及办理人)
|
|
13698
13761
|
getNodeObj: function getNodeObj(res) {
|
|
13699
|
-
var
|
|
13762
|
+
var _this5 = this;
|
|
13700
13763
|
|
|
13701
13764
|
var _that = this;
|
|
13702
13765
|
utils_http({
|
|
@@ -13709,83 +13772,83 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13709
13772
|
businessId: this.taskExamineInfo.businessId
|
|
13710
13773
|
}
|
|
13711
13774
|
}).then(function (res) {
|
|
13712
|
-
|
|
13775
|
+
_this5.$toast.clear();
|
|
13713
13776
|
if (res.status == 'success') {
|
|
13714
|
-
|
|
13715
|
-
|
|
13716
|
-
|
|
13717
|
-
|
|
13718
|
-
|
|
13719
|
-
|
|
13777
|
+
_this5.appointNotUserIds = res.data.appointNotUserIds;
|
|
13778
|
+
_this5.handleRoleId = res.data.handleRoleId;
|
|
13779
|
+
_this5.nextRole = res.data.nextRole;
|
|
13780
|
+
_this5.filterCandinateIds = res.data.nodeExtAttr.filterCandinateIds;
|
|
13781
|
+
_this5.selectorDefShowDeptId = res.data.nodeExtAttr.selectorDefShowDeptId;
|
|
13782
|
+
_this5.userSelectionType = res.data.nodeExtAttr.userSelectionType;
|
|
13720
13783
|
// this.changePidObjtype();
|
|
13721
|
-
|
|
13722
|
-
|
|
13723
|
-
|
|
13724
|
-
|
|
13725
|
-
|
|
13726
|
-
|
|
13727
|
-
|
|
13728
|
-
|
|
13729
|
-
|
|
13730
|
-
|
|
13784
|
+
_this5.orgSelectionType = res.data.nodeExtAttr.orgSelectionType;
|
|
13785
|
+
_this5.notificationType = res.data.nodeExtAttr.notificationType;
|
|
13786
|
+
_this5.nodeType = res.data.nodeExtAttr.nodeType;
|
|
13787
|
+
_this5.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
13788
|
+
_this5.orgRoleCode = res.data.nodeExtAttr.orgRoleCode;
|
|
13789
|
+
_this5.isCustomUser = res.data.nodeExtAttr.isCustomUser;
|
|
13790
|
+
_this5.presetEdit = res.data.nodeExtAttr.presetEdit;
|
|
13791
|
+
_this5.isLimitedTimeHandling = res.data.nodeExtAttr.isLimitedTimeHandling;
|
|
13792
|
+
_this5.peopleObj = res.data.nodeExtAttr;
|
|
13793
|
+
_this5.nextUserList = res.data.nextUserList.filter(function (x) {
|
|
13731
13794
|
return x.userId && x.username;
|
|
13732
13795
|
});
|
|
13733
|
-
var _this =
|
|
13734
|
-
|
|
13796
|
+
var _this = _this5;
|
|
13797
|
+
_this5.nextUserList.map(function (r) {
|
|
13735
13798
|
_this.$set(r, 'checked', false);
|
|
13736
13799
|
});
|
|
13737
13800
|
|
|
13738
|
-
|
|
13739
|
-
|
|
13740
|
-
|
|
13741
|
-
|
|
13742
|
-
|
|
13801
|
+
_this5.isHandleExplain = res.data.nodeExtAttr.isHandleExplain == 1 ? true : false; //判断是否隐藏办理说明
|
|
13802
|
+
_this5.isCustomUserClick = res.data.nodeExtAttr.isCustomUser == 1 ? true : false; // 判断办理人是否可点击显示弹框
|
|
13803
|
+
_this5.isTaskread = res.data.nodeExtAttr.isTaskread == 1 ? true : false; // 判断是否显示分阅
|
|
13804
|
+
_this5.countersignaturetypeCode = res.data.countersignaturetypeCode !== 0 ? true : false; //判断是否隐藏处理方式
|
|
13805
|
+
_this5.countersignaturetypeText = res.data.countersignaturetypeText;
|
|
13743
13806
|
//如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
|
|
13744
|
-
if (
|
|
13745
|
-
|
|
13746
|
-
|
|
13747
|
-
|
|
13748
|
-
|
|
13807
|
+
if (_this5.nodeType === 1 || _this5.nodeType === 2) {
|
|
13808
|
+
_this5.isMainSubProcess === true ? _this5.isMainSubProcess = true : _this5.isMainSubProcess = false;
|
|
13809
|
+
_this5.isNextUser = false;
|
|
13810
|
+
_this5.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
|
|
13811
|
+
_this5.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
|
|
13749
13812
|
} else {
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
|
|
13753
|
-
|
|
13813
|
+
_this5.isHideCurrentOrg = false;
|
|
13814
|
+
_this5.isHideOtherOrg = false;
|
|
13815
|
+
_this5.isMainSubProcess = false;
|
|
13816
|
+
_this5.isNextUser = true;
|
|
13754
13817
|
// this.isMainSubProcess === true
|
|
13755
13818
|
// ? (this.isMainSubProcess = true)
|
|
13756
13819
|
// : (this.isMainSubProcess = false);
|
|
13757
13820
|
}
|
|
13758
13821
|
// userSelectionType 机构内单选人1,机构内多选人2,所有机构单选人3,所有部门多选人4,本部门单选人5,本部门多选人6,本单位单选部门7,本单位多选部门8,单选单位9,多选单位10,单选机构11,多选机构12,本部门角色13,本单位角色14
|
|
13759
|
-
|
|
13822
|
+
_this5.userSelectionType == 2 || _this5.userSelectionType == 4 || _this5.userSelectionType == 6 || _this5.userSelectionType == 8 || _this5.userSelectionType == 10 || _this5.userSelectionType == 11 || _this5.userSelectionType == 12 ? _this5.isRadio = false : _this5.isRadio = true; //判断办理人单选多选
|
|
13760
13823
|
|
|
13761
|
-
if (
|
|
13762
|
-
|
|
13763
|
-
|
|
13824
|
+
if (_this5.userSelectionType == 7 || _this5.userSelectionType == 8 || _this5.userSelectionType == 9 || _this5.userSelectionType == 10 || _this5.userSelectionType == 11 || _this5.userSelectionType == 12) {
|
|
13825
|
+
_this5.isDealObject = true;
|
|
13826
|
+
_this5.isNextUser = false;
|
|
13764
13827
|
}
|
|
13765
|
-
if (
|
|
13766
|
-
|
|
13767
|
-
|
|
13768
|
-
|
|
13769
|
-
|
|
13828
|
+
if (_this5.userSelectionType == 13 || _this5.userSelectionType == 14) {
|
|
13829
|
+
_this5.isNextUser = false;
|
|
13830
|
+
_this5.isDealObject = false;
|
|
13831
|
+
_this5.isDealRole = true;
|
|
13832
|
+
_this5.nextUserflag = true;
|
|
13770
13833
|
}
|
|
13771
|
-
|
|
13834
|
+
_this5.isHiddenNextStepInfo = res.data.nodeExtAttr.isHiddenNextStepInfo == 1 && _this5.nextUserflag ? true : false; // 判断是否隐藏下一步节点信息和接收人信息
|
|
13772
13835
|
if (res.data.globalNodeType === 'endEvent') {
|
|
13773
|
-
|
|
13774
|
-
|
|
13836
|
+
_this5.isNextUser = false;
|
|
13837
|
+
_this5.form.nextUserId = '流程办结';
|
|
13775
13838
|
} else {
|
|
13776
|
-
|
|
13839
|
+
_this5.nodeType != 1 && _this5.nodeType != 2 && (_this5.isNextUser = true); //判断是否是流程办结 办结下步办理人不显示
|
|
13777
13840
|
}
|
|
13778
|
-
|
|
13779
|
-
|
|
13841
|
+
_this5.changeDefPeople(res.data.nodeExtAttr.isDefSelectedObj, res.data.nodeExtAttr.isSelectedAllObj);
|
|
13842
|
+
_this5.changePidObjtype(res.data.nodeExtAttr.userSelectionType, _this5.choiceOrgId, _this5.choiceDeptId, _this5.pOrgId);
|
|
13780
13843
|
} else {
|
|
13781
|
-
|
|
13844
|
+
_this5.$toast(res.message);
|
|
13782
13845
|
}
|
|
13783
13846
|
});
|
|
13784
13847
|
},
|
|
13785
13848
|
|
|
13786
13849
|
// 修改默认办理人
|
|
13787
13850
|
changeDefPeople: function changeDefPeople(def, all) {
|
|
13788
|
-
var
|
|
13851
|
+
var _this6 = this;
|
|
13789
13852
|
|
|
13790
13853
|
this.nextUserSelectList = [];
|
|
13791
13854
|
if (def == 1 && all == 1 || def == 0 && all == 1) {
|
|
@@ -13793,9 +13856,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13793
13856
|
this.nextUserList.map(function (r, i) {
|
|
13794
13857
|
r.showid = r.userId;
|
|
13795
13858
|
r.showname = r.username;
|
|
13796
|
-
|
|
13797
|
-
|
|
13798
|
-
ids += r.userId + (i ===
|
|
13859
|
+
_this6.$set(r, 'checked', true);
|
|
13860
|
+
_this6.nextUserSelectList.push(r);
|
|
13861
|
+
ids += r.userId + (i === _this6.nextUserList.length - 1 ? '' : ',');
|
|
13799
13862
|
});
|
|
13800
13863
|
this.form.nextUserId = ids;
|
|
13801
13864
|
} else if (def == 1 && (!all || all == 0) && this.nextUserList.length > 0) {
|
|
@@ -13847,8 +13910,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13847
13910
|
|
|
13848
13911
|
var Handle_component = normalizeComponent(
|
|
13849
13912
|
components_Handlevue_type_script_lang_js_,
|
|
13850
|
-
|
|
13851
|
-
|
|
13913
|
+
Handlevue_type_template_id_a6e9dff2_render,
|
|
13914
|
+
Handlevue_type_template_id_a6e9dff2_staticRenderFns,
|
|
13852
13915
|
false,
|
|
13853
13916
|
null,
|
|
13854
13917
|
null,
|
|
@@ -17310,7 +17373,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17310
17373
|
}
|
|
17311
17374
|
|
|
17312
17375
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17313
|
-
version: '0.1.
|
|
17376
|
+
version: '0.1.52',
|
|
17314
17377
|
install: install,
|
|
17315
17378
|
Button: packages_button,
|
|
17316
17379
|
ButtonGroup: button_group,
|