eoss-ui 0.8.35 → 0.8.37
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-ui.common.js +829 -617
- package/lib/flow.js +823 -611
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/CustomPreset.vue +326 -324
- package/packages/flow/src/component/taskUnionExamine.vue +771 -770
- package/packages/flow/src/flow.vue +4510 -4461
- package/packages/flow/src/freeStartFlow.vue +2902 -2898
- package/packages/flow/src/main.vue +4408 -4363
- package/packages/flow/src/processForm.vue +2019 -1976
- package/packages/flow/src/processReject.vue +323 -312
- package/packages/flow/src/selectUser.vue +2 -1
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -29337,8 +29337,8 @@ form_src_main.install = function (Vue) {
|
|
|
29337
29337
|
};
|
|
29338
29338
|
|
|
29339
29339
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
29340
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
29341
|
-
var
|
|
29340
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=791d3fbc&
|
|
29341
|
+
var mainvue_type_template_id_791d3fbc_render = function () {
|
|
29342
29342
|
var _vm = this
|
|
29343
29343
|
var _h = _vm.$createElement
|
|
29344
29344
|
var _c = _vm._self._c || _h
|
|
@@ -29365,6 +29365,7 @@ var mainvue_type_template_id_5f3621e7_render = function () {
|
|
|
29365
29365
|
pendingId: _vm.pendingId,
|
|
29366
29366
|
nodeName: _vm.nodeName,
|
|
29367
29367
|
typeCode: _vm.typeCode,
|
|
29368
|
+
ownerType: _vm.ownerType,
|
|
29368
29369
|
selectorConfig: _vm.selectorConfig,
|
|
29369
29370
|
flowTypeCode: _vm.flowTypeCode,
|
|
29370
29371
|
defaultProcessKey: _vm.defaultProcessKey,
|
|
@@ -29391,7 +29392,10 @@ var mainvue_type_template_id_5f3621e7_render = function () {
|
|
|
29391
29392
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
29392
29393
|
isEndMessage: _vm.isEndMessage,
|
|
29393
29394
|
},
|
|
29394
|
-
on: {
|
|
29395
|
+
on: {
|
|
29396
|
+
buttonClick: _vm.handleButtonClick,
|
|
29397
|
+
success: _vm.handleNewFlowSuccess,
|
|
29398
|
+
},
|
|
29395
29399
|
},
|
|
29396
29400
|
"FlowNew",
|
|
29397
29401
|
_vm.$attrs,
|
|
@@ -30961,8 +30965,7 @@ var mainvue_type_template_id_5f3621e7_render = function () {
|
|
|
30961
30965
|
{
|
|
30962
30966
|
attrs: {
|
|
30963
30967
|
prop: "nextReadUserId",
|
|
30964
|
-
label:
|
|
30965
|
-
"\n 分阅用户\n ",
|
|
30968
|
+
label: "分阅用户",
|
|
30966
30969
|
},
|
|
30967
30970
|
},
|
|
30968
30971
|
[
|
|
@@ -32162,6 +32165,14 @@ var mainvue_type_template_id_5f3621e7_render = function () {
|
|
|
32162
32165
|
},
|
|
32163
32166
|
[
|
|
32164
32167
|
_c("img", {
|
|
32168
|
+
directives: [
|
|
32169
|
+
{
|
|
32170
|
+
name: "show",
|
|
32171
|
+
rawName: "v-show",
|
|
32172
|
+
value: _vm.showFlowImg,
|
|
32173
|
+
expression: "showFlowImg",
|
|
32174
|
+
},
|
|
32175
|
+
],
|
|
32165
32176
|
staticStyle: { width: "100%" },
|
|
32166
32177
|
attrs: {
|
|
32167
32178
|
src:
|
|
@@ -32170,6 +32181,14 @@ var mainvue_type_template_id_5f3621e7_render = function () {
|
|
|
32170
32181
|
_vm.nodeInfo.nextNode,
|
|
32171
32182
|
alt: "加载失败",
|
|
32172
32183
|
},
|
|
32184
|
+
on: {
|
|
32185
|
+
error: function ($event) {
|
|
32186
|
+
_vm.handleErrorImg("error")
|
|
32187
|
+
},
|
|
32188
|
+
load: function ($event) {
|
|
32189
|
+
_vm.handleErrorImg("load")
|
|
32190
|
+
},
|
|
32191
|
+
},
|
|
32173
32192
|
}),
|
|
32174
32193
|
]
|
|
32175
32194
|
)
|
|
@@ -32200,6 +32219,8 @@ var mainvue_type_template_id_5f3621e7_render = function () {
|
|
|
32200
32219
|
option: _vm.value,
|
|
32201
32220
|
showTooltip: _vm.showTooltip,
|
|
32202
32221
|
simpleTips: _vm.simpleTips,
|
|
32222
|
+
isCancelSecondConfirmationType:
|
|
32223
|
+
_vm.isCancelSecondConfirmationType,
|
|
32203
32224
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
32204
32225
|
hideMessage: _vm.hideMessage,
|
|
32205
32226
|
"show-reject": _vm.showReject,
|
|
@@ -32472,11 +32493,11 @@ var mainvue_type_template_id_5f3621e7_render = function () {
|
|
|
32472
32493
|
)
|
|
32473
32494
|
: _vm._e()
|
|
32474
32495
|
}
|
|
32475
|
-
var
|
|
32476
|
-
|
|
32496
|
+
var mainvue_type_template_id_791d3fbc_staticRenderFns = []
|
|
32497
|
+
mainvue_type_template_id_791d3fbc_render._withStripped = true
|
|
32477
32498
|
|
|
32478
32499
|
|
|
32479
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
32500
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=791d3fbc&
|
|
32480
32501
|
|
|
32481
32502
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=8458f882&
|
|
32482
32503
|
var CommonOpinionsvue_type_template_id_8458f882_render = function () {
|
|
@@ -33527,8 +33548,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
33527
33548
|
)
|
|
33528
33549
|
|
|
33529
33550
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
33530
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=
|
|
33531
|
-
var
|
|
33551
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=160c0322&
|
|
33552
|
+
var flowvue_type_template_id_160c0322_render = function () {
|
|
33532
33553
|
var _vm = this
|
|
33533
33554
|
var _h = _vm.$createElement
|
|
33534
33555
|
var _c = _vm._self._c || _h
|
|
@@ -34028,7 +34049,7 @@ var flowvue_type_template_id_53d37cbc_render = function () {
|
|
|
34028
34049
|
!_vm.shrink &&
|
|
34029
34050
|
_vm.typeList.length > 1,
|
|
34030
34051
|
expression:
|
|
34031
|
-
"!isStartFlow && !shrink && typeList.length>1",
|
|
34052
|
+
"!isStartFlow && !shrink && typeList.length > 1",
|
|
34032
34053
|
},
|
|
34033
34054
|
],
|
|
34034
34055
|
staticClass: "es-flow-middle-more-btn",
|
|
@@ -35146,8 +35167,7 @@ var flowvue_type_template_id_53d37cbc_render = function () {
|
|
|
35146
35167
|
{
|
|
35147
35168
|
attrs: {
|
|
35148
35169
|
prop: "nextReadUserId",
|
|
35149
|
-
label:
|
|
35150
|
-
"\n 分阅用户\n ",
|
|
35170
|
+
label: "分阅用户",
|
|
35151
35171
|
},
|
|
35152
35172
|
},
|
|
35153
35173
|
[
|
|
@@ -35164,6 +35184,7 @@ var flowvue_type_template_id_53d37cbc_render = function () {
|
|
|
35164
35184
|
showTooltip:
|
|
35165
35185
|
_vm.showTooltip,
|
|
35166
35186
|
title: "分阅用户",
|
|
35187
|
+
params: _vm.fyParams,
|
|
35167
35188
|
mix: true,
|
|
35168
35189
|
types: _vm.types,
|
|
35169
35190
|
tabs: _vm.tabs,
|
|
@@ -35210,6 +35231,7 @@ var flowvue_type_template_id_53d37cbc_render = function () {
|
|
|
35210
35231
|
_vm.presetReadUserId,
|
|
35211
35232
|
presetEdit: 1,
|
|
35212
35233
|
title: "分阅用户",
|
|
35234
|
+
params: _vm.fyParams,
|
|
35213
35235
|
mix: true,
|
|
35214
35236
|
types: _vm.types,
|
|
35215
35237
|
tabs: _vm.tabs,
|
|
@@ -35747,6 +35769,8 @@ var flowvue_type_template_id_53d37cbc_render = function () {
|
|
|
35747
35769
|
showTooltip: _vm.showTooltip,
|
|
35748
35770
|
simpleTips: _vm.simpleTips,
|
|
35749
35771
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
35772
|
+
isCancelSecondConfirmationType:
|
|
35773
|
+
_vm.isCancelSecondConfirmationType,
|
|
35750
35774
|
hideMessage: _vm.hideMessage,
|
|
35751
35775
|
"show-reject": _vm.showReject,
|
|
35752
35776
|
"news-info": _vm.nextNode.notificationMsg,
|
|
@@ -36162,6 +36186,8 @@ var flowvue_type_template_id_53d37cbc_render = function () {
|
|
|
36162
36186
|
"pending-id": _vm.pendingId,
|
|
36163
36187
|
option: _vm.value,
|
|
36164
36188
|
showTooltip: _vm.showTooltip,
|
|
36189
|
+
isCancelSecondConfirmationType:
|
|
36190
|
+
_vm.isCancelSecondConfirmationType,
|
|
36165
36191
|
simpleTips: _vm.simpleTips,
|
|
36166
36192
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
36167
36193
|
hideMessage: _vm.hideMessage,
|
|
@@ -36436,11 +36462,11 @@ var flowvue_type_template_id_53d37cbc_render = function () {
|
|
|
36436
36462
|
)
|
|
36437
36463
|
: _vm._e()
|
|
36438
36464
|
}
|
|
36439
|
-
var
|
|
36440
|
-
|
|
36465
|
+
var flowvue_type_template_id_160c0322_staticRenderFns = []
|
|
36466
|
+
flowvue_type_template_id_160c0322_render._withStripped = true
|
|
36441
36467
|
|
|
36442
36468
|
|
|
36443
|
-
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=
|
|
36469
|
+
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=160c0322&
|
|
36444
36470
|
|
|
36445
36471
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Opinions.vue?vue&type=template&id=5f07a050&
|
|
36446
36472
|
var Opinionsvue_type_template_id_5f07a050_render = function () {
|
|
@@ -37152,8 +37178,8 @@ var Opinions_component = normalizeComponent(
|
|
|
37152
37178
|
)
|
|
37153
37179
|
|
|
37154
37180
|
/* harmony default export */ var Opinions = (Opinions_component.exports);
|
|
37155
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
37156
|
-
var
|
|
37181
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=20fb5670&
|
|
37182
|
+
var processFormvue_type_template_id_20fb5670_render = function () {
|
|
37157
37183
|
var _vm = this
|
|
37158
37184
|
var _h = _vm.$createElement
|
|
37159
37185
|
var _c = _vm._self._c || _h
|
|
@@ -37665,6 +37691,7 @@ var processFormvue_type_template_id_f523153e_render = function () {
|
|
|
37665
37691
|
title: "分阅用户",
|
|
37666
37692
|
mix: true,
|
|
37667
37693
|
types: _vm.types,
|
|
37694
|
+
params: _vm.fyParams,
|
|
37668
37695
|
tabs: _vm.tabs,
|
|
37669
37696
|
},
|
|
37670
37697
|
on: {
|
|
@@ -37695,6 +37722,7 @@ var processFormvue_type_template_id_f523153e_render = function () {
|
|
|
37695
37722
|
showTooltip: _vm.showTooltip,
|
|
37696
37723
|
options: _vm.presetOptions,
|
|
37697
37724
|
title: "分阅用户",
|
|
37725
|
+
params: _vm.fyParams,
|
|
37698
37726
|
radioList: _vm.presetReadUserId,
|
|
37699
37727
|
presetEdit: 1,
|
|
37700
37728
|
mix: true,
|
|
@@ -38105,14 +38133,14 @@ var processFormvue_type_template_id_f523153e_render = function () {
|
|
|
38105
38133
|
1
|
|
38106
38134
|
)
|
|
38107
38135
|
}
|
|
38108
|
-
var
|
|
38109
|
-
|
|
38136
|
+
var processFormvue_type_template_id_20fb5670_staticRenderFns = []
|
|
38137
|
+
processFormvue_type_template_id_20fb5670_render._withStripped = true
|
|
38110
38138
|
|
|
38111
38139
|
|
|
38112
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
38140
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=20fb5670&
|
|
38113
38141
|
|
|
38114
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
38115
|
-
var
|
|
38142
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=3a5614a4&
|
|
38143
|
+
var selectUservue_type_template_id_3a5614a4_render = function () {
|
|
38116
38144
|
var _vm = this
|
|
38117
38145
|
var _h = _vm.$createElement
|
|
38118
38146
|
var _c = _vm._self._c || _h
|
|
@@ -38231,6 +38259,7 @@ var selectUservue_type_template_id_e270ebde_render = function () {
|
|
|
38231
38259
|
types: _vm.types,
|
|
38232
38260
|
tabs: _vm.tabs,
|
|
38233
38261
|
title: _vm.title,
|
|
38262
|
+
showFilterListDep: false,
|
|
38234
38263
|
reset: "",
|
|
38235
38264
|
classify: _vm.classify,
|
|
38236
38265
|
"collapse-tags": _vm.selectorTags,
|
|
@@ -38273,11 +38302,11 @@ var selectUservue_type_template_id_e270ebde_render = function () {
|
|
|
38273
38302
|
1
|
|
38274
38303
|
)
|
|
38275
38304
|
}
|
|
38276
|
-
var
|
|
38277
|
-
|
|
38305
|
+
var selectUservue_type_template_id_3a5614a4_staticRenderFns = []
|
|
38306
|
+
selectUservue_type_template_id_3a5614a4_render._withStripped = true
|
|
38278
38307
|
|
|
38279
38308
|
|
|
38280
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
38309
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3a5614a4&
|
|
38281
38310
|
|
|
38282
38311
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
38283
38312
|
var selectUservue_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; };
|
|
@@ -38384,6 +38413,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
38384
38413
|
//
|
|
38385
38414
|
//
|
|
38386
38415
|
//
|
|
38416
|
+
//
|
|
38387
38417
|
|
|
38388
38418
|
|
|
38389
38419
|
|
|
@@ -38591,7 +38621,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
38591
38621
|
},
|
|
38592
38622
|
mounted: function mounted() {
|
|
38593
38623
|
console.log(this.nextUser, 'nextUser');
|
|
38594
|
-
this.classify = utils_util.getStorage('classify') != undefined ? utils_util.getStorage('classify') :
|
|
38624
|
+
this.classify = utils_util.getStorage('classify') != undefined ? utils_util.getStorage('classify') : false;
|
|
38595
38625
|
},
|
|
38596
38626
|
|
|
38597
38627
|
|
|
@@ -38807,8 +38837,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
38807
38837
|
|
|
38808
38838
|
var selectUser_component = normalizeComponent(
|
|
38809
38839
|
src_selectUservue_type_script_lang_js_,
|
|
38810
|
-
|
|
38811
|
-
|
|
38840
|
+
selectUservue_type_template_id_3a5614a4_render,
|
|
38841
|
+
selectUservue_type_template_id_3a5614a4_staticRenderFns,
|
|
38812
38842
|
false,
|
|
38813
38843
|
null,
|
|
38814
38844
|
null,
|
|
@@ -38817,8 +38847,8 @@ var selectUser_component = normalizeComponent(
|
|
|
38817
38847
|
)
|
|
38818
38848
|
|
|
38819
38849
|
/* harmony default export */ var selectUser = (selectUser_component.exports);
|
|
38820
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=
|
|
38821
|
-
var
|
|
38850
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=36ac9599&
|
|
38851
|
+
var CustomPresetvue_type_template_id_36ac9599_render = function () {
|
|
38822
38852
|
var _vm = this
|
|
38823
38853
|
var _h = _vm.$createElement
|
|
38824
38854
|
var _c = _vm._self._c || _h
|
|
@@ -38921,11 +38951,11 @@ var CustomPresetvue_type_template_id_9f7598ce_render = function () {
|
|
|
38921
38951
|
1
|
|
38922
38952
|
)
|
|
38923
38953
|
}
|
|
38924
|
-
var
|
|
38925
|
-
|
|
38954
|
+
var CustomPresetvue_type_template_id_36ac9599_staticRenderFns = []
|
|
38955
|
+
CustomPresetvue_type_template_id_36ac9599_render._withStripped = true
|
|
38926
38956
|
|
|
38927
38957
|
|
|
38928
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=
|
|
38958
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=36ac9599&
|
|
38929
38959
|
|
|
38930
38960
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=script&lang=js&
|
|
38931
38961
|
var CustomPresetvue_type_script_lang_js_components;
|
|
@@ -39224,9 +39254,13 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
39224
39254
|
changeSelectData: function changeSelectData() {
|
|
39225
39255
|
var customPresetUserJson = [];
|
|
39226
39256
|
this.newPresetList.map(function (item) {
|
|
39257
|
+
var label = item.option.filter(function (x) {
|
|
39258
|
+
return x.nodeId == item.name;
|
|
39259
|
+
});
|
|
39227
39260
|
customPresetUserJson.push({
|
|
39228
39261
|
name: item.name,
|
|
39229
39262
|
lastName: item.lastName,
|
|
39263
|
+
label: label.length > 0 ? label[0].nodeName : '',
|
|
39230
39264
|
value: item.name != 'endEvent' ? item.multiple ? item.nextUser.join(',') : item.nextUser : '',
|
|
39231
39265
|
sequence: item.sequence
|
|
39232
39266
|
});
|
|
@@ -39248,8 +39282,8 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
39248
39282
|
|
|
39249
39283
|
var CustomPreset_component = normalizeComponent(
|
|
39250
39284
|
component_CustomPresetvue_type_script_lang_js_,
|
|
39251
|
-
|
|
39252
|
-
|
|
39285
|
+
CustomPresetvue_type_template_id_36ac9599_render,
|
|
39286
|
+
CustomPresetvue_type_template_id_36ac9599_staticRenderFns,
|
|
39253
39287
|
false,
|
|
39254
39288
|
null,
|
|
39255
39289
|
null,
|
|
@@ -40127,6 +40161,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40127
40161
|
//
|
|
40128
40162
|
//
|
|
40129
40163
|
//
|
|
40164
|
+
//
|
|
40165
|
+
//
|
|
40130
40166
|
|
|
40131
40167
|
|
|
40132
40168
|
|
|
@@ -40233,6 +40269,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40233
40269
|
isCurrentNodeForbiddenChangeCandidate: 0,
|
|
40234
40270
|
allLoading: null,
|
|
40235
40271
|
selectUser: false,
|
|
40272
|
+
pOrgId: '',
|
|
40236
40273
|
multiple: false,
|
|
40237
40274
|
readMultiple: true,
|
|
40238
40275
|
showOpinion: true,
|
|
@@ -40409,6 +40446,28 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40409
40446
|
} else {
|
|
40410
40447
|
return ['employee', 'enterprise', 'department', 'persongroup'];
|
|
40411
40448
|
}
|
|
40449
|
+
},
|
|
40450
|
+
fyParams: function fyParams() {
|
|
40451
|
+
var orgId = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId;
|
|
40452
|
+
var params = {};
|
|
40453
|
+
if (this.configInfo.selectPersonValue == 1) {
|
|
40454
|
+
params.filid = orgId;
|
|
40455
|
+
} else if (this.configInfo.selectPersonValue == 2) {
|
|
40456
|
+
params.filid = orgId;
|
|
40457
|
+
} else if (this.configInfo.selectPersonValue == 3) {
|
|
40458
|
+
params.filid = 'all';
|
|
40459
|
+
} else if (this.configInfo.selectPersonValue == 4) {
|
|
40460
|
+
params.filid = 'all';
|
|
40461
|
+
} else if (this.configInfo.selectPersonValue == 5) {
|
|
40462
|
+
params.filid = '';
|
|
40463
|
+
} else if (this.configInfo.selectPersonValue == 6) {
|
|
40464
|
+
params.filid = '';
|
|
40465
|
+
} else if (this.configInfo.selectPersonValue == 7) {
|
|
40466
|
+
params.filid = orgId;
|
|
40467
|
+
} else if (this.configInfo.selectPersonValue == 8) {
|
|
40468
|
+
params.filid = orgId;
|
|
40469
|
+
}
|
|
40470
|
+
return params;
|
|
40412
40471
|
}
|
|
40413
40472
|
},
|
|
40414
40473
|
created: function created() {
|
|
@@ -40430,11 +40489,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40430
40489
|
},
|
|
40431
40490
|
|
|
40432
40491
|
methods: {
|
|
40433
|
-
/**
|
|
40434
|
-
* getProcess
|
|
40435
|
-
* @desc:获取选择流程
|
|
40436
|
-
* @author liufan
|
|
40437
|
-
* @date 2022年5月25日
|
|
40492
|
+
/**
|
|
40493
|
+
* getProcess
|
|
40494
|
+
* @desc:获取选择流程
|
|
40495
|
+
* @author liufan
|
|
40496
|
+
* @date 2022年5月25日
|
|
40438
40497
|
**/
|
|
40439
40498
|
getProcess: function getProcess(val) {
|
|
40440
40499
|
var _this2 = this;
|
|
@@ -40824,6 +40883,17 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40824
40883
|
if ((_this8.isHideOtherOrg || _this8.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
|
|
40825
40884
|
return _this8.$message.warning('请选择办理对象');
|
|
40826
40885
|
}
|
|
40886
|
+
if (_this8.isCustomPreset && _this8.activeNames == '1') {
|
|
40887
|
+
for (var i = 0; i < _this8.presetList.length; i++) {
|
|
40888
|
+
if (_this8.presetList[i].name && _this8.presetList[i].name != '1' && _this8.presetList[i].name != 'endEvent' && (!_this8.presetList[i].value || _this8.presetList[i].value.length == 0)) {
|
|
40889
|
+
|
|
40890
|
+
return _this8.$message.warning('\u9884\u8BBE\u8282\u70B9<\u8282\u70B9' + _this8.presetList[i].sequence + '-' + _this8.presetList[i].label + '>\u5FC5\u987B\u9009\u62E9\u529E\u7406\u4EBA\uFF01');
|
|
40891
|
+
} else {
|
|
40892
|
+
delete _this8.presetList[i].label;
|
|
40893
|
+
}
|
|
40894
|
+
}
|
|
40895
|
+
}
|
|
40896
|
+
|
|
40827
40897
|
if (_this8.isCancelSecondConfirmationType) {
|
|
40828
40898
|
_this8.$confirm('确认提交吗?', '提示', {
|
|
40829
40899
|
confirmButtonText: '确定',
|
|
@@ -41240,11 +41310,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41240
41310
|
});
|
|
41241
41311
|
},
|
|
41242
41312
|
|
|
41243
|
-
/**
|
|
41244
|
-
* isMultiple
|
|
41245
|
-
* @desc:是否多选
|
|
41246
|
-
* @author liufan
|
|
41247
|
-
* @date 2022年9月13日
|
|
41313
|
+
/**
|
|
41314
|
+
* isMultiple
|
|
41315
|
+
* @desc:是否多选
|
|
41316
|
+
* @author liufan
|
|
41317
|
+
* @date 2022年9月13日
|
|
41248
41318
|
**/
|
|
41249
41319
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
41250
41320
|
var multiple = false;
|
|
@@ -41270,7 +41340,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41270
41340
|
}
|
|
41271
41341
|
}
|
|
41272
41342
|
if (val == 15 || val == 16) {
|
|
41273
|
-
params.filid = this.
|
|
41343
|
+
params.filid = this.pOrgId;
|
|
41274
41344
|
if (pOrgId) {
|
|
41275
41345
|
params.filid = pOrgId;
|
|
41276
41346
|
}
|
|
@@ -41326,6 +41396,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41326
41396
|
});
|
|
41327
41397
|
}
|
|
41328
41398
|
}
|
|
41399
|
+
_this11.configInfo = res.data;
|
|
41329
41400
|
_this11.customPresetHintMessage = data.customPresetHintMessage;
|
|
41330
41401
|
_this11.readOnlyNotificationType = data.readOnlyNotificationType;
|
|
41331
41402
|
_this11.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
|
|
@@ -41380,6 +41451,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41380
41451
|
_this11.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
|
|
41381
41452
|
_this11.presetTaskNodeMap = data.presetTaskNodeMap;
|
|
41382
41453
|
_this11.isSinglePage = data.taskExamine.isSinglePage;
|
|
41454
|
+
_this11.pOrgId = data.pOrgId;
|
|
41383
41455
|
_this11.isSinglePage && (_this11.nextNode.opinion = data.taskExamine.opinion);
|
|
41384
41456
|
// this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
|
|
41385
41457
|
_this11.nextNode.nodeName = data.taskExamine.nodeName;
|
|
@@ -41401,7 +41473,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41401
41473
|
}
|
|
41402
41474
|
_this11.getNodeInfos(undefined, undefined, processId);
|
|
41403
41475
|
// this.getPresetFlowInfo();
|
|
41404
|
-
|
|
41476
|
+
if (_this11.isCustomPreset) {
|
|
41477
|
+
_this11.$nextTick(function () {
|
|
41478
|
+
_this11.$refs.customPreset && _this11.$refs.customPreset.getPresetFlowInfo(_this11.nextNode.nextNode, undefined, true);
|
|
41479
|
+
});
|
|
41480
|
+
}
|
|
41405
41481
|
_this11.getFind();
|
|
41406
41482
|
_this11.getMessage();
|
|
41407
41483
|
} else {
|
|
@@ -41432,8 +41508,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41432
41508
|
|
|
41433
41509
|
var processForm_component = normalizeComponent(
|
|
41434
41510
|
src_processFormvue_type_script_lang_js_,
|
|
41435
|
-
|
|
41436
|
-
|
|
41511
|
+
processFormvue_type_template_id_20fb5670_render,
|
|
41512
|
+
processFormvue_type_template_id_20fb5670_staticRenderFns,
|
|
41437
41513
|
false,
|
|
41438
41514
|
null,
|
|
41439
41515
|
null,
|
|
@@ -42480,8 +42556,8 @@ var TimeLimit_component = normalizeComponent(
|
|
|
42480
42556
|
)
|
|
42481
42557
|
|
|
42482
42558
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
42483
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
42484
|
-
var
|
|
42559
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=1d2ca35f&
|
|
42560
|
+
var processRejectvue_type_template_id_1d2ca35f_render = function () {
|
|
42485
42561
|
var _vm = this
|
|
42486
42562
|
var _h = _vm.$createElement
|
|
42487
42563
|
var _c = _vm._self._c || _h
|
|
@@ -42724,11 +42800,11 @@ var processRejectvue_type_template_id_6c65370c_render = function () {
|
|
|
42724
42800
|
1
|
|
42725
42801
|
)
|
|
42726
42802
|
}
|
|
42727
|
-
var
|
|
42728
|
-
|
|
42803
|
+
var processRejectvue_type_template_id_1d2ca35f_staticRenderFns = []
|
|
42804
|
+
processRejectvue_type_template_id_1d2ca35f_render._withStripped = true
|
|
42729
42805
|
|
|
42730
42806
|
|
|
42731
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
42807
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=1d2ca35f&
|
|
42732
42808
|
|
|
42733
42809
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
42734
42810
|
//
|
|
@@ -42836,7 +42912,8 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
42836
42912
|
option: { type: String, default: '' },
|
|
42837
42913
|
hideBtn: { type: Boolean, default: false },
|
|
42838
42914
|
simpleTips: { type: Boolean, default: true },
|
|
42839
|
-
hideMessage: { type: Boolean, default: false }
|
|
42915
|
+
hideMessage: { type: Boolean, default: false },
|
|
42916
|
+
isCancelSecondConfirmationType: { type: Boolean, default: false }
|
|
42840
42917
|
},
|
|
42841
42918
|
data: function data() {
|
|
42842
42919
|
return {
|
|
@@ -42905,47 +42982,59 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
42905
42982
|
|
|
42906
42983
|
// 提交表单
|
|
42907
42984
|
subProcess: function subProcess(formName, isNoObj) {
|
|
42985
|
+
var _this2 = this;
|
|
42986
|
+
|
|
42908
42987
|
if (isNoObj) {
|
|
42909
42988
|
this.quit(false);
|
|
42910
42989
|
return;
|
|
42911
42990
|
}
|
|
42912
|
-
this.
|
|
42991
|
+
if (this.isCancelSecondConfirmationType) {
|
|
42992
|
+
this.$confirm('确认提交吗?', '提示', {
|
|
42993
|
+
confirmButtonText: '确定',
|
|
42994
|
+
cancelButtonText: '取消',
|
|
42995
|
+
type: 'warning'
|
|
42996
|
+
}).then(function () {
|
|
42997
|
+
_this2.saveProcess(formName);
|
|
42998
|
+
}).catch(function () {});
|
|
42999
|
+
} else {
|
|
43000
|
+
this.saveProcess(formName);
|
|
43001
|
+
}
|
|
42913
43002
|
},
|
|
42914
43003
|
saveProcess: function saveProcess(formName) {
|
|
42915
|
-
var
|
|
43004
|
+
var _this3 = this;
|
|
42916
43005
|
|
|
42917
43006
|
this.$refs[formName].validate(function (valid) {
|
|
42918
43007
|
if (valid) {
|
|
42919
|
-
if (!
|
|
42920
|
-
|
|
43008
|
+
if (!_this3.option && _this3.isOpinionRequired === 1) {
|
|
43009
|
+
_this3.$message.warning('请选择输入审批意见');
|
|
42921
43010
|
return;
|
|
42922
43011
|
}
|
|
42923
|
-
|
|
42924
|
-
var noticeType =
|
|
43012
|
+
_this3.loading = true;
|
|
43013
|
+
var noticeType = _this3.nextNode.noticeType.join(',');
|
|
42925
43014
|
var params = {
|
|
42926
|
-
pendingId:
|
|
42927
|
-
opinion:
|
|
42928
|
-
notificationMsg:
|
|
43015
|
+
pendingId: _this3.pendingId,
|
|
43016
|
+
opinion: _this3.option, // 审批意见
|
|
43017
|
+
notificationMsg: _this3.newsInformation, // 系统消息
|
|
42929
43018
|
notificationType: noticeType,
|
|
42930
43019
|
userId: utils_util.getStorage('userId'),
|
|
42931
|
-
nextNodeId:
|
|
43020
|
+
nextNodeId: _this3.nextNode.nextNodeId
|
|
42932
43021
|
};
|
|
42933
43022
|
utils_util.ajax({ url: taskRejectHtml, method: 'post', data: params }).then(function (res) {
|
|
42934
43023
|
var status = res.status,
|
|
42935
43024
|
message = res.message;
|
|
42936
43025
|
|
|
42937
|
-
|
|
43026
|
+
_this3.loading = false;
|
|
42938
43027
|
if (status === 'success') {
|
|
42939
|
-
|
|
42940
|
-
|
|
43028
|
+
_this3.quit(true);
|
|
43029
|
+
_this3.simpleTips && _this3.$message.success('操作成功');
|
|
42941
43030
|
} else {
|
|
42942
|
-
|
|
42943
|
-
|
|
43031
|
+
_this3.$message.error(message || '系统错误,请联系管理员!');
|
|
43032
|
+
_this3.quit(false);
|
|
42944
43033
|
}
|
|
42945
43034
|
}).catch(function (err) {
|
|
42946
|
-
|
|
43035
|
+
_this3.loading = false;
|
|
42947
43036
|
if (err.message && err.message !== 'canceled') {
|
|
42948
|
-
|
|
43037
|
+
_this3.$message.error(err.message);
|
|
42949
43038
|
}
|
|
42950
43039
|
});
|
|
42951
43040
|
} else {
|
|
@@ -42959,7 +43048,7 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
42959
43048
|
this.$emit('cancel', val);
|
|
42960
43049
|
},
|
|
42961
43050
|
getFind: function getFind() {
|
|
42962
|
-
var
|
|
43051
|
+
var _this4 = this;
|
|
42963
43052
|
|
|
42964
43053
|
utils_util.ajax({
|
|
42965
43054
|
url: findSysCodes
|
|
@@ -42968,27 +43057,27 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
42968
43057
|
message = res.message;
|
|
42969
43058
|
|
|
42970
43059
|
if (status === 'success') {
|
|
42971
|
-
if (
|
|
42972
|
-
|
|
43060
|
+
if (_this4.hideMessage) return;
|
|
43061
|
+
_this4.nextNode.noticeType = message.split(',');
|
|
42973
43062
|
var arr = [];
|
|
42974
|
-
|
|
42975
|
-
|
|
43063
|
+
_this4.nextNode.noticeList.map(function (item) {
|
|
43064
|
+
_this4.nextNode.noticeType.map(function (x) {
|
|
42976
43065
|
if (x == item.cciValue) {
|
|
42977
43066
|
arr.push(x);
|
|
42978
43067
|
}
|
|
42979
43068
|
});
|
|
42980
43069
|
});
|
|
42981
|
-
|
|
43070
|
+
_this4.nextNode.noticeType = arr;
|
|
42982
43071
|
}
|
|
42983
43072
|
}).catch(function (err) {
|
|
42984
|
-
|
|
43073
|
+
_this4.loading = false;
|
|
42985
43074
|
if (err.message && err.message !== 'canceled') {
|
|
42986
|
-
|
|
43075
|
+
_this4.$message.error(err.message);
|
|
42987
43076
|
}
|
|
42988
43077
|
});
|
|
42989
43078
|
},
|
|
42990
43079
|
getProcessReject: function getProcessReject() {
|
|
42991
|
-
var
|
|
43080
|
+
var _this5 = this;
|
|
42992
43081
|
|
|
42993
43082
|
this.loading = true;
|
|
42994
43083
|
var params = {
|
|
@@ -42997,7 +43086,7 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
42997
43086
|
opinion: this.option
|
|
42998
43087
|
};
|
|
42999
43088
|
utils_util.ajax({ url: toTaskRejectHtml, params: params }).then(function (res) {
|
|
43000
|
-
|
|
43089
|
+
_this5.loading = false;
|
|
43001
43090
|
if (res.status === 'success') {
|
|
43002
43091
|
var _res$data = res.data,
|
|
43003
43092
|
rejectTaskNodes = _res$data.rejectTaskNodes,
|
|
@@ -43006,11 +43095,11 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
43006
43095
|
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
43007
43096
|
readOnlyNotificationType = _res$data.readOnlyNotificationType;
|
|
43008
43097
|
|
|
43009
|
-
|
|
43010
|
-
|
|
43011
|
-
|
|
43012
|
-
if (!
|
|
43013
|
-
|
|
43098
|
+
_this5.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
|
|
43099
|
+
_this5.readOnlyNotificationType = readOnlyNotificationType;
|
|
43100
|
+
_this5.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
43101
|
+
if (!_this5.isOpinionRequired) {
|
|
43102
|
+
_this5.isOpinionRequired = 0;
|
|
43014
43103
|
}
|
|
43015
43104
|
var list = [];
|
|
43016
43105
|
if (rejectTaskNodes) {
|
|
@@ -43021,18 +43110,18 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
43021
43110
|
};
|
|
43022
43111
|
list.push(obj);
|
|
43023
43112
|
}
|
|
43024
|
-
|
|
43025
|
-
|
|
43026
|
-
|
|
43113
|
+
_this5.nodeName = taskExamine.nodeName;
|
|
43114
|
+
_this5.rejectObj = list;
|
|
43115
|
+
_this5.rejectObj.length != 0 && (_this5.nextNode.nextNodeId = _this5.rejectObj[0].id);
|
|
43027
43116
|
}
|
|
43028
43117
|
} else {
|
|
43029
|
-
|
|
43030
|
-
|
|
43118
|
+
_this5.$message.error(res.message || '系统错误,请联系管理员!');
|
|
43119
|
+
_this5.quit(false);
|
|
43031
43120
|
}
|
|
43032
43121
|
}).catch(function (err) {
|
|
43033
|
-
|
|
43122
|
+
_this5.loading = false;
|
|
43034
43123
|
if (err.message && err.message !== 'canceled') {
|
|
43035
|
-
|
|
43124
|
+
_this5.$message.error(err.message);
|
|
43036
43125
|
}
|
|
43037
43126
|
});
|
|
43038
43127
|
}
|
|
@@ -43050,8 +43139,8 @@ processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
|
43050
43139
|
|
|
43051
43140
|
var processReject_component = normalizeComponent(
|
|
43052
43141
|
src_processRejectvue_type_script_lang_js_,
|
|
43053
|
-
|
|
43054
|
-
|
|
43142
|
+
processRejectvue_type_template_id_1d2ca35f_render,
|
|
43143
|
+
processRejectvue_type_template_id_1d2ca35f_staticRenderFns,
|
|
43055
43144
|
false,
|
|
43056
43145
|
null,
|
|
43057
43146
|
null,
|
|
@@ -45678,8 +45767,8 @@ var reset_component = normalizeComponent(
|
|
|
45678
45767
|
)
|
|
45679
45768
|
|
|
45680
45769
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
45681
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
45682
|
-
var
|
|
45770
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=f2f9c652&
|
|
45771
|
+
var taskUnionExaminevue_type_template_id_f2f9c652_render = function () {
|
|
45683
45772
|
var _vm = this
|
|
45684
45773
|
var _h = _vm.$createElement
|
|
45685
45774
|
var _c = _vm._self._c || _h
|
|
@@ -45705,7 +45794,7 @@ var taskUnionExaminevue_type_template_id_3256c512_render = function () {
|
|
|
45705
45794
|
attrs: {
|
|
45706
45795
|
model: _vm.infoList,
|
|
45707
45796
|
rules: _vm.rules,
|
|
45708
|
-
"label-width": "120px",
|
|
45797
|
+
"label-width": _vm.type != "startDraf" ? "80px" : "120px",
|
|
45709
45798
|
},
|
|
45710
45799
|
},
|
|
45711
45800
|
[
|
|
@@ -45759,6 +45848,7 @@ var taskUnionExaminevue_type_template_id_3256c512_render = function () {
|
|
|
45759
45848
|
selectorTags: 4,
|
|
45760
45849
|
showTooltip: _vm.showTooltip,
|
|
45761
45850
|
mix: _vm.currentMix,
|
|
45851
|
+
title: "选择对象",
|
|
45762
45852
|
isUnionSeal: _vm.type == "unionSeal",
|
|
45763
45853
|
selectUserList: _vm.unionSealData || [],
|
|
45764
45854
|
types:
|
|
@@ -45994,11 +46084,11 @@ var taskUnionExaminevue_type_template_id_3256c512_render = function () {
|
|
|
45994
46084
|
1
|
|
45995
46085
|
)
|
|
45996
46086
|
}
|
|
45997
|
-
var
|
|
45998
|
-
|
|
46087
|
+
var taskUnionExaminevue_type_template_id_f2f9c652_staticRenderFns = []
|
|
46088
|
+
taskUnionExaminevue_type_template_id_f2f9c652_render._withStripped = true
|
|
45999
46089
|
|
|
46000
46090
|
|
|
46001
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
46091
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=f2f9c652&
|
|
46002
46092
|
|
|
46003
46093
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
46004
46094
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -46177,6 +46267,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
46177
46267
|
//
|
|
46178
46268
|
//
|
|
46179
46269
|
//
|
|
46270
|
+
//
|
|
46180
46271
|
|
|
46181
46272
|
|
|
46182
46273
|
|
|
@@ -46432,13 +46523,13 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
46432
46523
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
46433
46524
|
_this3.currentOrgTabs.map(function (x, i) {
|
|
46434
46525
|
_this3.params[x] = {
|
|
46435
|
-
filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : param[i],
|
|
46526
|
+
filid: param[i] == 'my' ? _this3.params.filid = choiceOrgId || JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : param[i],
|
|
46436
46527
|
only_filid: true
|
|
46437
46528
|
};
|
|
46438
46529
|
});
|
|
46439
46530
|
} else {
|
|
46440
46531
|
if (_this3.type == 'takeAdvice') {
|
|
46441
|
-
_this3.params.filid = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId;
|
|
46532
|
+
_this3.params.filid = choiceOrgId || JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId;
|
|
46442
46533
|
}
|
|
46443
46534
|
}
|
|
46444
46535
|
|
|
@@ -46705,8 +46796,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
46705
46796
|
|
|
46706
46797
|
var taskUnionExamine_component = normalizeComponent(
|
|
46707
46798
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
46708
|
-
|
|
46709
|
-
|
|
46799
|
+
taskUnionExaminevue_type_template_id_f2f9c652_render,
|
|
46800
|
+
taskUnionExaminevue_type_template_id_f2f9c652_staticRenderFns,
|
|
46710
46801
|
false,
|
|
46711
46802
|
null,
|
|
46712
46803
|
null,
|
|
@@ -46715,8 +46806,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
46715
46806
|
)
|
|
46716
46807
|
|
|
46717
46808
|
/* harmony default export */ var component_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
46718
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
46719
|
-
var
|
|
46809
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=61ab09c6&
|
|
46810
|
+
var freeStartFlowvue_type_template_id_61ab09c6_render = function () {
|
|
46720
46811
|
var _vm = this
|
|
46721
46812
|
var _h = _vm.$createElement
|
|
46722
46813
|
var _c = _vm._self._c || _h
|
|
@@ -48833,11 +48924,11 @@ var freeStartFlowvue_type_template_id_458144cd_render = function () {
|
|
|
48833
48924
|
)
|
|
48834
48925
|
: _vm._e()
|
|
48835
48926
|
}
|
|
48836
|
-
var
|
|
48837
|
-
|
|
48927
|
+
var freeStartFlowvue_type_template_id_61ab09c6_staticRenderFns = []
|
|
48928
|
+
freeStartFlowvue_type_template_id_61ab09c6_render._withStripped = true
|
|
48838
48929
|
|
|
48839
48930
|
|
|
48840
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
48931
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=61ab09c6&
|
|
48841
48932
|
|
|
48842
48933
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
48843
48934
|
|
|
@@ -50199,11 +50290,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50199
50290
|
});
|
|
50200
50291
|
},
|
|
50201
50292
|
|
|
50202
|
-
/**
|
|
50203
|
-
* saveInfo
|
|
50204
|
-
* @desc:暂存
|
|
50205
|
-
* @author liufan
|
|
50206
|
-
* @date 2022年9月9日
|
|
50293
|
+
/**
|
|
50294
|
+
* saveInfo
|
|
50295
|
+
* @desc:暂存
|
|
50296
|
+
* @author liufan
|
|
50297
|
+
* @date 2022年9月9日
|
|
50207
50298
|
**/
|
|
50208
50299
|
saveInfo: function saveInfo(type, btn) {
|
|
50209
50300
|
var _this6 = this;
|
|
@@ -50265,11 +50356,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50265
50356
|
});
|
|
50266
50357
|
},
|
|
50267
50358
|
|
|
50268
|
-
/**
|
|
50269
|
-
* rejectBtn
|
|
50270
|
-
* @desc:点击驳回
|
|
50271
|
-
* @author liufan
|
|
50272
|
-
* @date 2022年5月25日
|
|
50359
|
+
/**
|
|
50360
|
+
* rejectBtn
|
|
50361
|
+
* @desc:点击驳回
|
|
50362
|
+
* @author liufan
|
|
50363
|
+
* @date 2022年5月25日
|
|
50273
50364
|
**/
|
|
50274
50365
|
rejectBtn: function rejectBtn() {
|
|
50275
50366
|
var _this8 = this;
|
|
@@ -50287,11 +50378,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50287
50378
|
}
|
|
50288
50379
|
},
|
|
50289
50380
|
|
|
50290
|
-
/**
|
|
50291
|
-
* taskReadBtn
|
|
50292
|
-
* @desc:点击分阅
|
|
50293
|
-
* @author liufan
|
|
50294
|
-
* @date 2022年5月25日
|
|
50381
|
+
/**
|
|
50382
|
+
* taskReadBtn
|
|
50383
|
+
* @desc:点击分阅
|
|
50384
|
+
* @author liufan
|
|
50385
|
+
* @date 2022年5月25日
|
|
50295
50386
|
**/
|
|
50296
50387
|
taskReadBtn: function taskReadBtn() {
|
|
50297
50388
|
var _this9 = this;
|
|
@@ -50310,11 +50401,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50310
50401
|
}
|
|
50311
50402
|
},
|
|
50312
50403
|
|
|
50313
|
-
/**
|
|
50314
|
-
* getFind
|
|
50315
|
-
* @desc:获取通知方式
|
|
50316
|
-
* @author liufan
|
|
50317
|
-
* @date 2022年5月25日
|
|
50404
|
+
/**
|
|
50405
|
+
* getFind
|
|
50406
|
+
* @desc:获取通知方式
|
|
50407
|
+
* @author liufan
|
|
50408
|
+
* @date 2022年5月25日
|
|
50318
50409
|
**/
|
|
50319
50410
|
getFind: function getFind() {
|
|
50320
50411
|
var _this10 = this;
|
|
@@ -50370,12 +50461,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50370
50461
|
});
|
|
50371
50462
|
},
|
|
50372
50463
|
|
|
50373
|
-
/**
|
|
50374
|
-
* endFlows
|
|
50375
|
-
* @desc:直接办结
|
|
50376
|
-
* @author liufan
|
|
50377
|
-
* @param {Object} res 直接办结数据
|
|
50378
|
-
* @date 2022年5月25日
|
|
50464
|
+
/**
|
|
50465
|
+
* endFlows
|
|
50466
|
+
* @desc:直接办结
|
|
50467
|
+
* @author liufan
|
|
50468
|
+
* @param {Object} res 直接办结数据
|
|
50469
|
+
* @date 2022年5月25日
|
|
50379
50470
|
**/
|
|
50380
50471
|
endFlows: function endFlows(res) {
|
|
50381
50472
|
var _this12 = this;
|
|
@@ -50429,12 +50520,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50429
50520
|
}).catch(function (e) {});
|
|
50430
50521
|
},
|
|
50431
50522
|
|
|
50432
|
-
/**
|
|
50433
|
-
* goView
|
|
50434
|
-
* @desc:更多流程按钮操作
|
|
50435
|
-
* @author liufan
|
|
50436
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
50437
|
-
* @date 2022年5月25日
|
|
50523
|
+
/**
|
|
50524
|
+
* goView
|
|
50525
|
+
* @desc:更多流程按钮操作
|
|
50526
|
+
* @author liufan
|
|
50527
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
50528
|
+
* @date 2022年5月25日
|
|
50438
50529
|
**/
|
|
50439
50530
|
goView: function goView(res) {
|
|
50440
50531
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -50519,11 +50610,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50519
50610
|
// isCanStartSubFlow
|
|
50520
50611
|
},
|
|
50521
50612
|
|
|
50522
|
-
/**
|
|
50523
|
-
* toTakeAdvice
|
|
50524
|
-
* @desc:征求意见
|
|
50525
|
-
* @author liufan
|
|
50526
|
-
* @date 2022年9月29日
|
|
50613
|
+
/**
|
|
50614
|
+
* toTakeAdvice
|
|
50615
|
+
* @desc:征求意见
|
|
50616
|
+
* @author liufan
|
|
50617
|
+
* @date 2022年9月29日
|
|
50527
50618
|
**/
|
|
50528
50619
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
50529
50620
|
var _this14 = this;
|
|
@@ -50567,11 +50658,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50567
50658
|
});
|
|
50568
50659
|
},
|
|
50569
50660
|
|
|
50570
|
-
/**
|
|
50571
|
-
* toStartDraf
|
|
50572
|
-
* @desc: 稿件递送、联合审核、复核
|
|
50573
|
-
* @author liufan
|
|
50574
|
-
* @date 2022年9月29日
|
|
50661
|
+
/**
|
|
50662
|
+
* toStartDraf
|
|
50663
|
+
* @desc: 稿件递送、联合审核、复核
|
|
50664
|
+
* @author liufan
|
|
50665
|
+
* @date 2022年9月29日
|
|
50575
50666
|
**/
|
|
50576
50667
|
toStartDraf: function toStartDraf(res) {
|
|
50577
50668
|
var _this16 = this;
|
|
@@ -50585,11 +50676,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50585
50676
|
}
|
|
50586
50677
|
},
|
|
50587
50678
|
|
|
50588
|
-
/**
|
|
50589
|
-
* toSendMsg
|
|
50590
|
-
* @desc:核稿通知
|
|
50591
|
-
* @author liufan
|
|
50592
|
-
* @date 2022年9月29日
|
|
50679
|
+
/**
|
|
50680
|
+
* toSendMsg
|
|
50681
|
+
* @desc:核稿通知
|
|
50682
|
+
* @author liufan
|
|
50683
|
+
* @date 2022年9月29日
|
|
50593
50684
|
**/
|
|
50594
50685
|
toSendMsg: function toSendMsg(res) {
|
|
50595
50686
|
var _this17 = this;
|
|
@@ -50603,11 +50694,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50603
50694
|
}
|
|
50604
50695
|
},
|
|
50605
50696
|
|
|
50606
|
-
/**
|
|
50607
|
-
* toTaskReadAndEnd
|
|
50608
|
-
* @desc:分阅并办结
|
|
50609
|
-
* @author liufan
|
|
50610
|
-
* @date 2022年9月29日
|
|
50697
|
+
/**
|
|
50698
|
+
* toTaskReadAndEnd
|
|
50699
|
+
* @desc:分阅并办结
|
|
50700
|
+
* @author liufan
|
|
50701
|
+
* @date 2022年9月29日
|
|
50611
50702
|
**/
|
|
50612
50703
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
50613
50704
|
var _this18 = this;
|
|
@@ -50625,11 +50716,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50625
50716
|
}
|
|
50626
50717
|
},
|
|
50627
50718
|
|
|
50628
|
-
/**
|
|
50629
|
-
* rejectAndEnd
|
|
50630
|
-
* @desc:驳回并办结
|
|
50631
|
-
* @author liufan
|
|
50632
|
-
* @date 2022年9月29日
|
|
50719
|
+
/**
|
|
50720
|
+
* rejectAndEnd
|
|
50721
|
+
* @desc:驳回并办结
|
|
50722
|
+
* @author liufan
|
|
50723
|
+
* @date 2022年9月29日
|
|
50633
50724
|
**/
|
|
50634
50725
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
50635
50726
|
var _this19 = this;
|
|
@@ -50684,11 +50775,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50684
50775
|
});
|
|
50685
50776
|
},
|
|
50686
50777
|
|
|
50687
|
-
/**
|
|
50688
|
-
* toTransfer
|
|
50689
|
-
* @desc:转办
|
|
50690
|
-
* @author liufan
|
|
50691
|
-
* @date 2022年9月29日
|
|
50778
|
+
/**
|
|
50779
|
+
* toTransfer
|
|
50780
|
+
* @desc:转办
|
|
50781
|
+
* @author liufan
|
|
50782
|
+
* @date 2022年9月29日
|
|
50692
50783
|
**/
|
|
50693
50784
|
toTransfer: function toTransfer(res) {
|
|
50694
50785
|
var _this21 = this;
|
|
@@ -50704,11 +50795,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50704
50795
|
}
|
|
50705
50796
|
},
|
|
50706
50797
|
|
|
50707
|
-
/**
|
|
50708
|
-
* getNodeInfo
|
|
50709
|
-
* @desc:获取节点信息
|
|
50710
|
-
* @author liufan
|
|
50711
|
-
* @date 2022年5月25日
|
|
50798
|
+
/**
|
|
50799
|
+
* getNodeInfo
|
|
50800
|
+
* @desc:获取节点信息
|
|
50801
|
+
* @author liufan
|
|
50802
|
+
* @date 2022年5月25日
|
|
50712
50803
|
**/
|
|
50713
50804
|
getNodeInfo: function getNodeInfo() {
|
|
50714
50805
|
var _this22 = this;
|
|
@@ -50795,7 +50886,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50795
50886
|
_this22.handleMode = data.countersignaturetypeText;
|
|
50796
50887
|
data.globalNodeType === 'endEvent' ? _this22.endFlow = true : '';
|
|
50797
50888
|
}
|
|
50798
|
-
|
|
50889
|
+
if (_this22.isCustomPreset) {
|
|
50890
|
+
_this22.$nextTick(function () {
|
|
50891
|
+
_this22.$refs.customPreset && _this22.$refs.customPreset.getPresetFlowInfo(_this22.nextNode.nextNodeId, _this22.nodeInfo.nextNode, true);
|
|
50892
|
+
});
|
|
50893
|
+
}
|
|
50799
50894
|
} else {
|
|
50800
50895
|
_this22.$message.error(message || '系统错误,请联系管理员!');
|
|
50801
50896
|
}
|
|
@@ -50807,12 +50902,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50807
50902
|
});
|
|
50808
50903
|
},
|
|
50809
50904
|
|
|
50810
|
-
/**
|
|
50811
|
-
* selecNext
|
|
50812
|
-
* @desc:下步节点变化时更新数据
|
|
50813
|
-
* @author liufan
|
|
50814
|
-
* @param {String} val 当前选中值
|
|
50815
|
-
* @date 2022年5月25日
|
|
50905
|
+
/**
|
|
50906
|
+
* selecNext
|
|
50907
|
+
* @desc:下步节点变化时更新数据
|
|
50908
|
+
* @author liufan
|
|
50909
|
+
* @param {String} val 当前选中值
|
|
50910
|
+
* @date 2022年5月25日
|
|
50816
50911
|
**/
|
|
50817
50912
|
selecNext: function selecNext(val, type, isDef) {
|
|
50818
50913
|
var _this23 = this;
|
|
@@ -50921,11 +51016,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50921
51016
|
if (isDef !== true) this.getNodeInfo();
|
|
50922
51017
|
},
|
|
50923
51018
|
|
|
50924
|
-
/**
|
|
50925
|
-
* isMultiple
|
|
50926
|
-
* @desc:是否多选
|
|
50927
|
-
* @author liufan
|
|
50928
|
-
* @date 2022年9月13日
|
|
51019
|
+
/**
|
|
51020
|
+
* isMultiple
|
|
51021
|
+
* @desc:是否多选
|
|
51022
|
+
* @author liufan
|
|
51023
|
+
* @date 2022年9月13日
|
|
50929
51024
|
**/
|
|
50930
51025
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
50931
51026
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -50957,11 +51052,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50957
51052
|
}
|
|
50958
51053
|
},
|
|
50959
51054
|
|
|
50960
|
-
/**
|
|
50961
|
-
* getHedInfo
|
|
50962
|
-
* @desc:获取审核页面数据
|
|
50963
|
-
* @author liufan
|
|
50964
|
-
* @date 2022年5月25日
|
|
51055
|
+
/**
|
|
51056
|
+
* getHedInfo
|
|
51057
|
+
* @desc:获取审核页面数据
|
|
51058
|
+
* @author liufan
|
|
51059
|
+
* @date 2022年5月25日
|
|
50965
51060
|
**/
|
|
50966
51061
|
getHedInfo: function getHedInfo() {
|
|
50967
51062
|
var _this24 = this;
|
|
@@ -51197,13 +51292,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51197
51292
|
});
|
|
51198
51293
|
},
|
|
51199
51294
|
|
|
51200
|
-
/**
|
|
51201
|
-
* closeProcess
|
|
51202
|
-
* @desc:关闭弹窗
|
|
51203
|
-
* @author liufan
|
|
51204
|
-
* @param {boolean} val 当前是否办理流程
|
|
51205
|
-
* @param {String} type 当前点击的弹窗类型
|
|
51206
|
-
* @date 2022年5月25日
|
|
51295
|
+
/**
|
|
51296
|
+
* closeProcess
|
|
51297
|
+
* @desc:关闭弹窗
|
|
51298
|
+
* @author liufan
|
|
51299
|
+
* @param {boolean} val 当前是否办理流程
|
|
51300
|
+
* @param {String} type 当前点击的弹窗类型
|
|
51301
|
+
* @date 2022年5月25日
|
|
51207
51302
|
**/
|
|
51208
51303
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
51209
51304
|
if (closeParent) {
|
|
@@ -51220,23 +51315,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51220
51315
|
}
|
|
51221
51316
|
},
|
|
51222
51317
|
|
|
51223
|
-
/**
|
|
51224
|
-
* selectChange
|
|
51225
|
-
* @desc:常用语选择
|
|
51226
|
-
* @author liufan
|
|
51227
|
-
* @param {String} val 选中值
|
|
51228
|
-
* @date 2022年5月25日
|
|
51318
|
+
/**
|
|
51319
|
+
* selectChange
|
|
51320
|
+
* @desc:常用语选择
|
|
51321
|
+
* @author liufan
|
|
51322
|
+
* @param {String} val 选中值
|
|
51323
|
+
* @date 2022年5月25日
|
|
51229
51324
|
**/
|
|
51230
51325
|
selectChange: function selectChange(val) {
|
|
51231
51326
|
this.value = val;
|
|
51232
51327
|
},
|
|
51233
51328
|
|
|
51234
|
-
/**
|
|
51235
|
-
* upDate
|
|
51236
|
-
* @desc:修改常用语
|
|
51237
|
-
* @author liufan
|
|
51238
|
-
* @param {Object} val 修改值
|
|
51239
|
-
* @date 2022年5月25日
|
|
51329
|
+
/**
|
|
51330
|
+
* upDate
|
|
51331
|
+
* @desc:修改常用语
|
|
51332
|
+
* @author liufan
|
|
51333
|
+
* @param {Object} val 修改值
|
|
51334
|
+
* @date 2022年5月25日
|
|
51240
51335
|
**/
|
|
51241
51336
|
upDate: function upDate(val) {
|
|
51242
51337
|
this.FormData.id = val.id;
|
|
@@ -51244,11 +51339,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51244
51339
|
},
|
|
51245
51340
|
|
|
51246
51341
|
|
|
51247
|
-
/**
|
|
51248
|
-
* getProcess
|
|
51249
|
-
* @desc:获取选择流程
|
|
51250
|
-
* @author liufan
|
|
51251
|
-
* @date 2022年5月25日
|
|
51342
|
+
/**
|
|
51343
|
+
* getProcess
|
|
51344
|
+
* @desc:获取选择流程
|
|
51345
|
+
* @author liufan
|
|
51346
|
+
* @date 2022年5月25日
|
|
51252
51347
|
**/
|
|
51253
51348
|
getProcess: function getProcess() {
|
|
51254
51349
|
var _this25 = this;
|
|
@@ -51302,11 +51397,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51302
51397
|
});
|
|
51303
51398
|
},
|
|
51304
51399
|
|
|
51305
|
-
/**
|
|
51306
|
-
* getPendedhistoryList
|
|
51307
|
-
* @desc:获取流程列表
|
|
51308
|
-
* @author liufan
|
|
51309
|
-
* @date 2022年5月25日
|
|
51400
|
+
/**
|
|
51401
|
+
* getPendedhistoryList
|
|
51402
|
+
* @desc:获取流程列表
|
|
51403
|
+
* @author liufan
|
|
51404
|
+
* @date 2022年5月25日
|
|
51310
51405
|
**/
|
|
51311
51406
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
51312
51407
|
var _this26 = this;
|
|
@@ -51338,12 +51433,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51338
51433
|
},
|
|
51339
51434
|
|
|
51340
51435
|
// 提交流程
|
|
51341
|
-
/**
|
|
51342
|
-
* subProcess
|
|
51343
|
-
* @desc:提交流程
|
|
51344
|
-
* @author liufan
|
|
51345
|
-
* @param {String} formName 当前form表单ref值
|
|
51346
|
-
* @date 2022年5月25日
|
|
51436
|
+
/**
|
|
51437
|
+
* subProcess
|
|
51438
|
+
* @desc:提交流程
|
|
51439
|
+
* @author liufan
|
|
51440
|
+
* @param {String} formName 当前form表单ref值
|
|
51441
|
+
* @date 2022年5月25日
|
|
51347
51442
|
**/
|
|
51348
51443
|
subProcess: function subProcess(val) {
|
|
51349
51444
|
var _this27 = this;
|
|
@@ -51593,8 +51688,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51593
51688
|
|
|
51594
51689
|
var freeStartFlow_component = normalizeComponent(
|
|
51595
51690
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
51596
|
-
|
|
51597
|
-
|
|
51691
|
+
freeStartFlowvue_type_template_id_61ab09c6_render,
|
|
51692
|
+
freeStartFlowvue_type_template_id_61ab09c6_staticRenderFns,
|
|
51598
51693
|
false,
|
|
51599
51694
|
null,
|
|
51600
51695
|
null,
|
|
@@ -54540,6 +54635,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54540
54635
|
//
|
|
54541
54636
|
//
|
|
54542
54637
|
//
|
|
54638
|
+
//
|
|
54639
|
+
//
|
|
54543
54640
|
|
|
54544
54641
|
|
|
54545
54642
|
|
|
@@ -54580,6 +54677,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54580
54677
|
hideBtn: { type: Boolean, default: false },
|
|
54581
54678
|
isCirculate: { type: Boolean, default: false },
|
|
54582
54679
|
newFlow: { type: Boolean, default: false },
|
|
54680
|
+
ownerType: { type: String, default: '' },
|
|
54583
54681
|
formLabelPosition: {
|
|
54584
54682
|
type: String,
|
|
54585
54683
|
default: 'left'
|
|
@@ -54972,6 +55070,28 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54972
55070
|
} else {
|
|
54973
55071
|
return { width: '100%' };
|
|
54974
55072
|
}
|
|
55073
|
+
},
|
|
55074
|
+
fyParams: function fyParams() {
|
|
55075
|
+
var orgId = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId;
|
|
55076
|
+
var params = {};
|
|
55077
|
+
if (this.configInfo.selectPersonValue == 1) {
|
|
55078
|
+
params.filid = orgId;
|
|
55079
|
+
} else if (this.configInfo.selectPersonValue == 2) {
|
|
55080
|
+
params.filid = orgId;
|
|
55081
|
+
} else if (this.configInfo.selectPersonValue == 3) {
|
|
55082
|
+
params.filid = 'all';
|
|
55083
|
+
} else if (this.configInfo.selectPersonValue == 4) {
|
|
55084
|
+
params.filid = 'all';
|
|
55085
|
+
} else if (this.configInfo.selectPersonValue == 5) {
|
|
55086
|
+
params.filid = '';
|
|
55087
|
+
} else if (this.configInfo.selectPersonValue == 6) {
|
|
55088
|
+
params.filid = '';
|
|
55089
|
+
} else if (this.configInfo.selectPersonValue == 7) {
|
|
55090
|
+
params.filid = orgId;
|
|
55091
|
+
} else if (this.configInfo.selectPersonValue == 8) {
|
|
55092
|
+
params.filid = orgId;
|
|
55093
|
+
}
|
|
55094
|
+
return params;
|
|
54975
55095
|
}
|
|
54976
55096
|
},
|
|
54977
55097
|
methods: {
|
|
@@ -55469,11 +55589,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55469
55589
|
});
|
|
55470
55590
|
},
|
|
55471
55591
|
|
|
55472
|
-
/**
|
|
55473
|
-
* saveInfo
|
|
55474
|
-
* @desc:暂存
|
|
55475
|
-
* @author liufan
|
|
55476
|
-
* @date 2022年9月9日
|
|
55592
|
+
/**
|
|
55593
|
+
* saveInfo
|
|
55594
|
+
* @desc:暂存
|
|
55595
|
+
* @author liufan
|
|
55596
|
+
* @date 2022年9月9日
|
|
55477
55597
|
**/
|
|
55478
55598
|
saveInfo: function saveInfo(type, btn) {
|
|
55479
55599
|
var _this14 = this;
|
|
@@ -55535,11 +55655,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55535
55655
|
});
|
|
55536
55656
|
},
|
|
55537
55657
|
|
|
55538
|
-
/**
|
|
55539
|
-
* rejectBtn
|
|
55540
|
-
* @desc:点击驳回
|
|
55541
|
-
* @author liufan
|
|
55542
|
-
* @date 2022年5月25日
|
|
55658
|
+
/**
|
|
55659
|
+
* rejectBtn
|
|
55660
|
+
* @desc:点击驳回
|
|
55661
|
+
* @author liufan
|
|
55662
|
+
* @date 2022年5月25日
|
|
55543
55663
|
**/
|
|
55544
55664
|
rejectBtn: function rejectBtn(res) {
|
|
55545
55665
|
var _this16 = this;
|
|
@@ -55559,11 +55679,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55559
55679
|
}
|
|
55560
55680
|
},
|
|
55561
55681
|
|
|
55562
|
-
/**
|
|
55563
|
-
* taskReadBtn
|
|
55564
|
-
* @desc:点击分阅
|
|
55565
|
-
* @author liufan
|
|
55566
|
-
* @date 2022年5月25日
|
|
55682
|
+
/**
|
|
55683
|
+
* taskReadBtn
|
|
55684
|
+
* @desc:点击分阅
|
|
55685
|
+
* @author liufan
|
|
55686
|
+
* @date 2022年5月25日
|
|
55567
55687
|
**/
|
|
55568
55688
|
taskReadBtn: function taskReadBtn(res) {
|
|
55569
55689
|
var _this17 = this;
|
|
@@ -55585,11 +55705,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55585
55705
|
}
|
|
55586
55706
|
},
|
|
55587
55707
|
|
|
55588
|
-
/**
|
|
55589
|
-
* getFind
|
|
55590
|
-
* @desc:获取通知方式
|
|
55591
|
-
* @author liufan
|
|
55592
|
-
* @date 2022年5月25日
|
|
55708
|
+
/**
|
|
55709
|
+
* getFind
|
|
55710
|
+
* @desc:获取通知方式
|
|
55711
|
+
* @author liufan
|
|
55712
|
+
* @date 2022年5月25日
|
|
55593
55713
|
**/
|
|
55594
55714
|
getFind: function getFind() {
|
|
55595
55715
|
var _this18 = this;
|
|
@@ -55656,12 +55776,12 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55656
55776
|
});
|
|
55657
55777
|
},
|
|
55658
55778
|
|
|
55659
|
-
/**
|
|
55660
|
-
* endFlows
|
|
55661
|
-
* @desc:直接办结
|
|
55662
|
-
* @author liufan
|
|
55663
|
-
* @param {Object} res 直接办结数据
|
|
55664
|
-
* @date 2022年5月25日
|
|
55779
|
+
/**
|
|
55780
|
+
* endFlows
|
|
55781
|
+
* @desc:直接办结
|
|
55782
|
+
* @author liufan
|
|
55783
|
+
* @param {Object} res 直接办结数据
|
|
55784
|
+
* @date 2022年5月25日
|
|
55665
55785
|
**/
|
|
55666
55786
|
endFlows: function endFlows(res) {
|
|
55667
55787
|
var _this20 = this;
|
|
@@ -55675,9 +55795,9 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55675
55795
|
}
|
|
55676
55796
|
},
|
|
55677
55797
|
|
|
55678
|
-
/**
|
|
55679
|
-
* 获取弹性布局样式
|
|
55680
|
-
* @returns {string} 弹性布局值
|
|
55798
|
+
/**
|
|
55799
|
+
* 获取弹性布局样式
|
|
55800
|
+
* @returns {string} 弹性布局值
|
|
55681
55801
|
*/
|
|
55682
55802
|
getFlexStyle: function getFlexStyle() {
|
|
55683
55803
|
var isDefaultFlex = (!this.endFlow || this.nodeInfos.length > 1 || this.taskOperationShiftedNodeList) && this.newTypeCode != 'fenyue' && !this.shrink && this.btnType === 'default' || this.btnType != 'default';
|
|
@@ -55725,12 +55845,12 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55725
55845
|
}).catch(function (e) {});
|
|
55726
55846
|
},
|
|
55727
55847
|
|
|
55728
|
-
/**
|
|
55729
|
-
* goView
|
|
55730
|
-
* @desc:更多流程按钮操作
|
|
55731
|
-
* @author liufan
|
|
55732
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
55733
|
-
* @date 2022年5月25日
|
|
55848
|
+
/**
|
|
55849
|
+
* goView
|
|
55850
|
+
* @desc:更多流程按钮操作
|
|
55851
|
+
* @author liufan
|
|
55852
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
55853
|
+
* @date 2022年5月25日
|
|
55734
55854
|
**/
|
|
55735
55855
|
goView: function goView(res) {
|
|
55736
55856
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -55742,7 +55862,6 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55742
55862
|
// 驳回:taskRejectHtml
|
|
55743
55863
|
// 直接办结:endFlowHtml
|
|
55744
55864
|
// 自由发起子流程:toFreeStartFlow
|
|
55745
|
-
console.log(res, '123');
|
|
55746
55865
|
if (res.type == 4) {
|
|
55747
55866
|
this.$emit('buttonClick', { fun: res.fun, opinion: this.value }, this.sendData);
|
|
55748
55867
|
} else if (res.fun === 'toStartTaskRead()') {
|
|
@@ -55820,11 +55939,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55820
55939
|
// isCanStartSubFlow
|
|
55821
55940
|
},
|
|
55822
55941
|
|
|
55823
|
-
/**
|
|
55824
|
-
* toTakeAdvice
|
|
55825
|
-
* @desc:征求意见
|
|
55826
|
-
* @author liufan
|
|
55827
|
-
* @date 2022年9月29日
|
|
55942
|
+
/**
|
|
55943
|
+
* toTakeAdvice
|
|
55944
|
+
* @desc:征求意见
|
|
55945
|
+
* @author liufan
|
|
55946
|
+
* @date 2022年9月29日
|
|
55828
55947
|
**/
|
|
55829
55948
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
55830
55949
|
var _this22 = this;
|
|
@@ -55872,16 +55991,15 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55872
55991
|
});
|
|
55873
55992
|
},
|
|
55874
55993
|
|
|
55875
|
-
/**
|
|
55876
|
-
* toStartDraf
|
|
55877
|
-
* @desc: 稿件递送、联合审核、复核
|
|
55878
|
-
* @author liufan
|
|
55879
|
-
* @date 2022年9月29日
|
|
55994
|
+
/**
|
|
55995
|
+
* toStartDraf
|
|
55996
|
+
* @desc: 稿件递送、联合审核、复核
|
|
55997
|
+
* @author liufan
|
|
55998
|
+
* @date 2022年9月29日
|
|
55880
55999
|
**/
|
|
55881
56000
|
toStartDraf: function toStartDraf(res) {
|
|
55882
56001
|
var _this24 = this;
|
|
55883
56002
|
|
|
55884
|
-
console.log(res);
|
|
55885
56003
|
if (this.beforeSubmit != undefined) {
|
|
55886
56004
|
this.beforeSubmit().then(function (next) {
|
|
55887
56005
|
// this.showTaskUnionExamine = true;
|
|
@@ -55900,11 +56018,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55900
56018
|
}
|
|
55901
56019
|
},
|
|
55902
56020
|
|
|
55903
|
-
/**
|
|
55904
|
-
* toSendMsg
|
|
55905
|
-
* @desc:核稿通知
|
|
55906
|
-
* @author liufan
|
|
55907
|
-
* @date 2022年9月29日
|
|
56021
|
+
/**
|
|
56022
|
+
* toSendMsg
|
|
56023
|
+
* @desc:核稿通知
|
|
56024
|
+
* @author liufan
|
|
56025
|
+
* @date 2022年9月29日
|
|
55908
56026
|
**/
|
|
55909
56027
|
toSendMsg: function toSendMsg(res) {
|
|
55910
56028
|
var _this25 = this;
|
|
@@ -55918,11 +56036,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55918
56036
|
}
|
|
55919
56037
|
},
|
|
55920
56038
|
|
|
55921
|
-
/**
|
|
55922
|
-
* toTaskReadAndEnd
|
|
55923
|
-
* @desc:分阅并办结
|
|
55924
|
-
* @author liufan
|
|
55925
|
-
* @date 2022年9月29日
|
|
56039
|
+
/**
|
|
56040
|
+
* toTaskReadAndEnd
|
|
56041
|
+
* @desc:分阅并办结
|
|
56042
|
+
* @author liufan
|
|
56043
|
+
* @date 2022年9月29日
|
|
55926
56044
|
**/
|
|
55927
56045
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
55928
56046
|
var _this26 = this;
|
|
@@ -55940,11 +56058,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55940
56058
|
}
|
|
55941
56059
|
},
|
|
55942
56060
|
|
|
55943
|
-
/**
|
|
55944
|
-
* rejectAndEnd
|
|
55945
|
-
* @desc:驳回并办结
|
|
55946
|
-
* @author liufan
|
|
55947
|
-
* @date 2022年9月29日
|
|
56061
|
+
/**
|
|
56062
|
+
* rejectAndEnd
|
|
56063
|
+
* @desc:驳回并办结
|
|
56064
|
+
* @author liufan
|
|
56065
|
+
* @date 2022年9月29日
|
|
55948
56066
|
**/
|
|
55949
56067
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
55950
56068
|
var _this27 = this;
|
|
@@ -56000,11 +56118,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56000
56118
|
});
|
|
56001
56119
|
},
|
|
56002
56120
|
|
|
56003
|
-
/**
|
|
56004
|
-
* toTransfer
|
|
56005
|
-
* @desc:转办
|
|
56006
|
-
* @author liufan
|
|
56007
|
-
* @date 2022年9月29日
|
|
56121
|
+
/**
|
|
56122
|
+
* toTransfer
|
|
56123
|
+
* @desc:转办
|
|
56124
|
+
* @author liufan
|
|
56125
|
+
* @date 2022年9月29日
|
|
56008
56126
|
**/
|
|
56009
56127
|
toTransfer: function toTransfer(res) {
|
|
56010
56128
|
var _this29 = this;
|
|
@@ -56023,11 +56141,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56023
56141
|
this.nextNode.customLimitTime = val;
|
|
56024
56142
|
},
|
|
56025
56143
|
|
|
56026
|
-
/**
|
|
56027
|
-
* getNodeInfo
|
|
56028
|
-
* @desc:获取节点信息
|
|
56029
|
-
* @author liufan
|
|
56030
|
-
* @date 2022年5月25日
|
|
56144
|
+
/**
|
|
56145
|
+
* getNodeInfo
|
|
56146
|
+
* @desc:获取节点信息
|
|
56147
|
+
* @author liufan
|
|
56148
|
+
* @date 2022年5月25日
|
|
56031
56149
|
**/
|
|
56032
56150
|
getNodeInfo: function getNodeInfo() {
|
|
56033
56151
|
var _this30 = this;
|
|
@@ -56158,8 +56276,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56158
56276
|
data.globalNodeType === 'endEvent' ? _this30.endFlow = true : '';
|
|
56159
56277
|
}
|
|
56160
56278
|
}
|
|
56161
|
-
|
|
56162
|
-
|
|
56279
|
+
if (_this30.isCustomPreset) {
|
|
56280
|
+
_this30.$nextTick(function () {
|
|
56281
|
+
_this30.$refs.customPreset && _this30.$refs.customPreset.getPresetFlowInfo(_this30.nextNode.nextNodeId, _this30.nodeInfo.nextNode, true);
|
|
56282
|
+
});
|
|
56283
|
+
}
|
|
56163
56284
|
} else {
|
|
56164
56285
|
_this30.$message.error(message || '系统错误,请联系管理员!');
|
|
56165
56286
|
}
|
|
@@ -56171,12 +56292,12 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56171
56292
|
});
|
|
56172
56293
|
},
|
|
56173
56294
|
|
|
56174
|
-
/**
|
|
56175
|
-
* selecNext
|
|
56176
|
-
* @desc:下步节点变化时更新数据
|
|
56177
|
-
* @author liufan
|
|
56178
|
-
* @param {String} val 当前选中值
|
|
56179
|
-
* @date 2022年5月25日
|
|
56295
|
+
/**
|
|
56296
|
+
* selecNext
|
|
56297
|
+
* @desc:下步节点变化时更新数据
|
|
56298
|
+
* @author liufan
|
|
56299
|
+
* @param {String} val 当前选中值
|
|
56300
|
+
* @date 2022年5月25日
|
|
56180
56301
|
**/
|
|
56181
56302
|
selecNext: function selecNext(val, type, isDef) {
|
|
56182
56303
|
var _this31 = this;
|
|
@@ -56316,11 +56437,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56316
56437
|
}
|
|
56317
56438
|
},
|
|
56318
56439
|
|
|
56319
|
-
/**
|
|
56320
|
-
* isMultiple
|
|
56321
|
-
* @desc:是否多选
|
|
56322
|
-
* @author liufan
|
|
56323
|
-
* @date 2022年9月13日
|
|
56440
|
+
/**
|
|
56441
|
+
* isMultiple
|
|
56442
|
+
* @desc:是否多选
|
|
56443
|
+
* @author liufan
|
|
56444
|
+
* @date 2022年9月13日
|
|
56324
56445
|
**/
|
|
56325
56446
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
56326
56447
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -56345,7 +56466,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56345
56466
|
}
|
|
56346
56467
|
}
|
|
56347
56468
|
if (val == 15 || val == 16) {
|
|
56348
|
-
this.params.filid = this.
|
|
56469
|
+
this.params.filid = this.pOrgId;
|
|
56349
56470
|
if (pOrgId) {
|
|
56350
56471
|
this.params.filid = pOrgId;
|
|
56351
56472
|
}
|
|
@@ -56355,11 +56476,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56355
56476
|
return fun.replace('()', '');
|
|
56356
56477
|
},
|
|
56357
56478
|
|
|
56358
|
-
/**
|
|
56359
|
-
* getHedInfo
|
|
56360
|
-
* @desc:获取审核页面数据
|
|
56361
|
-
* @author liufan
|
|
56362
|
-
* @date 2022年5月25日
|
|
56479
|
+
/**
|
|
56480
|
+
* getHedInfo
|
|
56481
|
+
* @desc:获取审核页面数据
|
|
56482
|
+
* @author liufan
|
|
56483
|
+
* @date 2022年5月25日
|
|
56363
56484
|
**/
|
|
56364
56485
|
getHedInfo: function getHedInfo() {
|
|
56365
56486
|
var _this32 = this;
|
|
@@ -56635,7 +56756,6 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56635
56756
|
// opinion && (this.value = opinion);
|
|
56636
56757
|
_this32.nextNode.notificationMsg = defaultNotificationMessage;
|
|
56637
56758
|
_this32.moreList = [];
|
|
56638
|
-
console.log(taskButtonList, 'taskButtonList');
|
|
56639
56759
|
if (taskButtonList && taskButtonList.length != 0) {
|
|
56640
56760
|
taskButtonList.map(function (item) {
|
|
56641
56761
|
if (item.fun === 'reject()') {
|
|
@@ -56678,13 +56798,13 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56678
56798
|
});
|
|
56679
56799
|
},
|
|
56680
56800
|
|
|
56681
|
-
/**
|
|
56682
|
-
* closeProcess
|
|
56683
|
-
* @desc:关闭弹窗
|
|
56684
|
-
* @author liufan
|
|
56685
|
-
* @param {boolean} val 当前是否办理流程
|
|
56686
|
-
* @param {String} type 当前点击的弹窗类型
|
|
56687
|
-
* @date 2022年5月25日
|
|
56801
|
+
/**
|
|
56802
|
+
* closeProcess
|
|
56803
|
+
* @desc:关闭弹窗
|
|
56804
|
+
* @author liufan
|
|
56805
|
+
* @param {boolean} val 当前是否办理流程
|
|
56806
|
+
* @param {String} type 当前点击的弹窗类型
|
|
56807
|
+
* @date 2022年5月25日
|
|
56688
56808
|
**/
|
|
56689
56809
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
56690
56810
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -56704,23 +56824,23 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56704
56824
|
}
|
|
56705
56825
|
},
|
|
56706
56826
|
|
|
56707
|
-
/**
|
|
56708
|
-
* selectChange
|
|
56709
|
-
* @desc:常用语选择
|
|
56710
|
-
* @author liufan
|
|
56711
|
-
* @param {String} val 选中值
|
|
56712
|
-
* @date 2022年5月25日
|
|
56827
|
+
/**
|
|
56828
|
+
* selectChange
|
|
56829
|
+
* @desc:常用语选择
|
|
56830
|
+
* @author liufan
|
|
56831
|
+
* @param {String} val 选中值
|
|
56832
|
+
* @date 2022年5月25日
|
|
56713
56833
|
**/
|
|
56714
56834
|
selectChange: function selectChange(val) {
|
|
56715
56835
|
this.value = val;
|
|
56716
56836
|
},
|
|
56717
56837
|
|
|
56718
|
-
/**
|
|
56719
|
-
* upDate
|
|
56720
|
-
* @desc:修改常用语
|
|
56721
|
-
* @author liufan
|
|
56722
|
-
* @param {Object} val 修改值
|
|
56723
|
-
* @date 2022年5月25日
|
|
56838
|
+
/**
|
|
56839
|
+
* upDate
|
|
56840
|
+
* @desc:修改常用语
|
|
56841
|
+
* @author liufan
|
|
56842
|
+
* @param {Object} val 修改值
|
|
56843
|
+
* @date 2022年5月25日
|
|
56724
56844
|
**/
|
|
56725
56845
|
upDate: function upDate(val) {
|
|
56726
56846
|
this.FormData.id = val.id;
|
|
@@ -56728,11 +56848,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56728
56848
|
},
|
|
56729
56849
|
|
|
56730
56850
|
|
|
56731
|
-
/**
|
|
56732
|
-
* getProcess
|
|
56733
|
-
* @desc:获取选择流程
|
|
56734
|
-
* @author liufan
|
|
56735
|
-
* @date 2022年5月25日
|
|
56851
|
+
/**
|
|
56852
|
+
* getProcess
|
|
56853
|
+
* @desc:获取选择流程
|
|
56854
|
+
* @author liufan
|
|
56855
|
+
* @date 2022年5月25日
|
|
56736
56856
|
**/
|
|
56737
56857
|
getProcess: function getProcess(val) {
|
|
56738
56858
|
var _this33 = this;
|
|
@@ -56744,6 +56864,9 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56744
56864
|
isOnly: true,
|
|
56745
56865
|
hideTempSave: true
|
|
56746
56866
|
}, this.param);
|
|
56867
|
+
if (this.ownerType) {
|
|
56868
|
+
params.ownerType = this.ownerType;
|
|
56869
|
+
}
|
|
56747
56870
|
this.loading = utils_util.loading(this.$loading, '加载中...');
|
|
56748
56871
|
utils_util.ajax({ url: getProcessDefList, params: params }).then(function (res) {
|
|
56749
56872
|
var status = res.status,
|
|
@@ -56792,11 +56915,11 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56792
56915
|
});
|
|
56793
56916
|
},
|
|
56794
56917
|
|
|
56795
|
-
/**
|
|
56796
|
-
* getPendedhistoryList
|
|
56797
|
-
* @desc:获取流程列表
|
|
56798
|
-
* @author liufan
|
|
56799
|
-
* @date 2022年5月25日
|
|
56918
|
+
/**
|
|
56919
|
+
* getPendedhistoryList
|
|
56920
|
+
* @desc:获取流程列表
|
|
56921
|
+
* @author liufan
|
|
56922
|
+
* @date 2022年5月25日
|
|
56800
56923
|
**/
|
|
56801
56924
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
56802
56925
|
var _this34 = this;
|
|
@@ -56864,28 +56987,9 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56864
56987
|
},
|
|
56865
56988
|
|
|
56866
56989
|
// 提交流程前验证
|
|
56867
|
-
beforeSubProcess: function beforeSubProcess() {
|
|
56868
|
-
|
|
56869
|
-
// 提交流程
|
|
56870
|
-
/**
|
|
56871
|
-
* subProcess
|
|
56872
|
-
* @desc:提交流程
|
|
56873
|
-
* @author liufan
|
|
56874
|
-
* @param {String} formName 当前form表单ref值
|
|
56875
|
-
* @date 2022年5月25日
|
|
56876
|
-
**/
|
|
56877
|
-
subProcess: function subProcess(val, type) {
|
|
56990
|
+
beforeSubProcess: function beforeSubProcess(val, type) {
|
|
56878
56991
|
var _this36 = this;
|
|
56879
56992
|
|
|
56880
|
-
if (this.btnType != 'default') {
|
|
56881
|
-
if (this.btnType == 'reject' && this.$refs[this.btnType].rejectObj.length == 0) {
|
|
56882
|
-
warning('暂无可驳回节点及对象');
|
|
56883
|
-
return;
|
|
56884
|
-
}
|
|
56885
|
-
console.log('taskReadBtn', this.btnType);
|
|
56886
|
-
this.$refs[this.btnType].subProcess('nextNode');
|
|
56887
|
-
return;
|
|
56888
|
-
}
|
|
56889
56993
|
return this.$refs['nextNode'].validate(function (valid) {
|
|
56890
56994
|
if (valid) {
|
|
56891
56995
|
if (_this36.isSubmitButtonShowAgreeAndDisagree == 1) {
|
|
@@ -56906,6 +57010,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56906
57010
|
// this.reqCircularRead(type);
|
|
56907
57011
|
// return;
|
|
56908
57012
|
// }
|
|
57013
|
+
|
|
56909
57014
|
if (_this36.submitButtonFunKey) {
|
|
56910
57015
|
var btnInfo = _this36.taskNodeButtons.filter(function (x) {
|
|
56911
57016
|
return x.key === _this36.submitButtonFunKey;
|
|
@@ -56926,13 +57031,39 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56926
57031
|
if (_this36.beforeSubmit == undefined) {
|
|
56927
57032
|
_this36.subFun(_this36.sendData);
|
|
56928
57033
|
} else {
|
|
56929
|
-
_this36.
|
|
56930
|
-
_this36.sendData();
|
|
56931
|
-
}).catch(function (e) {});
|
|
57034
|
+
_this36.sendData();
|
|
56932
57035
|
}
|
|
56933
57036
|
}
|
|
56934
57037
|
});
|
|
56935
57038
|
},
|
|
57039
|
+
|
|
57040
|
+
// 提交流程
|
|
57041
|
+
/**
|
|
57042
|
+
* subProcess
|
|
57043
|
+
* @desc:提交流程
|
|
57044
|
+
* @author liufan
|
|
57045
|
+
* @param {String} formName 当前form表单ref值
|
|
57046
|
+
* @date 2022年5月25日
|
|
57047
|
+
**/
|
|
57048
|
+
subProcess: function subProcess(val, type) {
|
|
57049
|
+
var _this37 = this;
|
|
57050
|
+
|
|
57051
|
+
if (this.btnType != 'default') {
|
|
57052
|
+
if (this.btnType == 'reject' && this.$refs[this.btnType].rejectObj.length == 0) {
|
|
57053
|
+
warning('暂无可驳回节点及对象');
|
|
57054
|
+
return;
|
|
57055
|
+
}
|
|
57056
|
+
this.$refs[this.btnType].subProcess('nextNode');
|
|
57057
|
+
return;
|
|
57058
|
+
}
|
|
57059
|
+
if (this.beforeSubmit == undefined) {
|
|
57060
|
+
this.beforeSubProcess(val, type);
|
|
57061
|
+
} else {
|
|
57062
|
+
this.beforeSubmit(1).then(function (next) {
|
|
57063
|
+
_this37.beforeSubProcess(val, type);
|
|
57064
|
+
}).catch(function (e) {});
|
|
57065
|
+
}
|
|
57066
|
+
},
|
|
56936
57067
|
validInfo: function validInfo() {
|
|
56937
57068
|
if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
|
|
56938
57069
|
if (this.isShowNextUser) {
|
|
@@ -56972,14 +57103,14 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56972
57103
|
return true;
|
|
56973
57104
|
},
|
|
56974
57105
|
flowSuccess: function flowSuccess(hideMessage) {
|
|
56975
|
-
var
|
|
57106
|
+
var _this38 = this;
|
|
56976
57107
|
|
|
56977
57108
|
if (!this.simpleTips) {
|
|
56978
57109
|
this.$alert('提交成功', '', {
|
|
56979
57110
|
confirmButtonText: '确定',
|
|
56980
57111
|
type: 'success',
|
|
56981
57112
|
callback: function callback(action) {
|
|
56982
|
-
|
|
57113
|
+
_this38.$emit('success');
|
|
56983
57114
|
}
|
|
56984
57115
|
});
|
|
56985
57116
|
} else {
|
|
@@ -56990,7 +57121,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56990
57121
|
}
|
|
56991
57122
|
},
|
|
56992
57123
|
sendData: function sendData(freetype) {
|
|
56993
|
-
var
|
|
57124
|
+
var _this39 = this;
|
|
56994
57125
|
|
|
56995
57126
|
if (this.isFlow && !this.nodeInfo.nextNode) {
|
|
56996
57127
|
this.$message.warning('请选择流程');
|
|
@@ -57006,85 +57137,114 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57006
57137
|
}
|
|
57007
57138
|
this.$refs['nextNode'].validate(function () {
|
|
57008
57139
|
var _ref2 = flowvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(valid) {
|
|
57009
|
-
var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
|
|
57140
|
+
var nextUserId, addSignUserId, removeSignUserId, str, i, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
|
|
57010
57141
|
return regenerator_default.a.wrap(function _callee2$(_context2) {
|
|
57011
57142
|
while (1) {
|
|
57012
57143
|
switch (_context2.prev = _context2.next) {
|
|
57013
57144
|
case 0:
|
|
57014
57145
|
if (!valid) {
|
|
57015
|
-
_context2.next =
|
|
57146
|
+
_context2.next = 71;
|
|
57016
57147
|
break;
|
|
57017
57148
|
}
|
|
57018
57149
|
|
|
57019
|
-
if (!
|
|
57150
|
+
if (!_this39.isFlow) {
|
|
57020
57151
|
_context2.next = 7;
|
|
57021
57152
|
break;
|
|
57022
57153
|
}
|
|
57023
57154
|
|
|
57024
|
-
if (!(
|
|
57155
|
+
if (!(_this39.isOpinionRequired && !_this39.$refs.commonOpinions.validate())) {
|
|
57025
57156
|
_context2.next = 5;
|
|
57026
57157
|
break;
|
|
57027
57158
|
}
|
|
57028
57159
|
|
|
57029
|
-
|
|
57160
|
+
_this39.$message.warning('请输入审批意见');
|
|
57030
57161
|
return _context2.abrupt('return');
|
|
57031
57162
|
|
|
57032
57163
|
case 5:
|
|
57033
|
-
if (
|
|
57034
|
-
|
|
57164
|
+
if (_this39.directCreateCircularReadWhenFlowStarted) {
|
|
57165
|
+
_this39.circulateVisible = true;
|
|
57035
57166
|
} else {
|
|
57036
|
-
|
|
57167
|
+
_this39.handleVisible = true;
|
|
57037
57168
|
}
|
|
57038
57169
|
return _context2.abrupt('return');
|
|
57039
57170
|
|
|
57040
57171
|
case 7:
|
|
57041
57172
|
nextUserId = [];
|
|
57042
57173
|
|
|
57043
|
-
if (
|
|
57044
|
-
|
|
57174
|
+
if (_this39.multiple) {
|
|
57175
|
+
_this39.nextNode.nextUserId && _this39.nextNode.nextUserId.map(function (item) {
|
|
57045
57176
|
return nextUserId.push(item);
|
|
57046
57177
|
});
|
|
57047
57178
|
}
|
|
57048
57179
|
addSignUserId = [];
|
|
57049
57180
|
|
|
57050
|
-
if (
|
|
57051
|
-
|
|
57181
|
+
if (_this39.isCanAddSign && _this39.nextNode.isAddSign == '1') {
|
|
57182
|
+
_this39.nextNode.addSignUserId.map(function (item) {
|
|
57052
57183
|
addSignUserId.push(item);
|
|
57053
57184
|
});
|
|
57054
57185
|
}
|
|
57055
57186
|
removeSignUserId = [];
|
|
57056
57187
|
|
|
57057
|
-
if (
|
|
57058
|
-
|
|
57188
|
+
if (_this39.isCanRemoveSign && _this39.nextNode.isRemoveSign == '1') {
|
|
57189
|
+
_this39.nextNode.removeSignUserId.map(function (item) {
|
|
57059
57190
|
removeSignUserId.push(item);
|
|
57060
57191
|
});
|
|
57061
57192
|
}
|
|
57062
57193
|
str = '';
|
|
57063
57194
|
|
|
57064
|
-
if (
|
|
57065
|
-
str =
|
|
57195
|
+
if (_this39.value) {
|
|
57196
|
+
str = _this39.value.replace(/\s+/g, '');
|
|
57066
57197
|
}
|
|
57067
|
-
if ((!
|
|
57068
|
-
|
|
57198
|
+
if ((!_this39.value || str === '') && _this39.nodeDefaultSubmitOpinion) {
|
|
57199
|
+
_this39.value = _this39.nodeDefaultSubmitOpinion;
|
|
57069
57200
|
}
|
|
57070
|
-
if (!
|
|
57071
|
-
delete
|
|
57072
|
-
delete
|
|
57201
|
+
if (!_this39.isSpecial) {
|
|
57202
|
+
delete _this39.nextNode.nextOperate;
|
|
57203
|
+
delete _this39.nextNode.nextNodeId;
|
|
57073
57204
|
}
|
|
57074
|
-
if (
|
|
57075
|
-
|
|
57076
|
-
|
|
57205
|
+
if (_this39.nextNode.nextOperate === 9 || _this39.oldNextOperate == 9) {
|
|
57206
|
+
_this39.nextNode.isReturnRejectNode = 1;
|
|
57207
|
+
_this39.nextNode.processDefinitionId = _this39.processObj.taskExamine.processDefinitionId;
|
|
57077
57208
|
}
|
|
57078
|
-
if (
|
|
57079
|
-
delete
|
|
57209
|
+
if (_this39.nextNode.nextOperate != 0 && _this39.nextNode.nextOperate != 1 && _this39.oldNextOperate === '' || _this39.oldNextOperate !== '' && _this39.oldNextOperate != 0 && _this39.oldNextOperate != 1) {
|
|
57210
|
+
delete _this39.nextNode.nextNodeId;
|
|
57080
57211
|
}
|
|
57081
57212
|
|
|
57082
|
-
if (!
|
|
57083
|
-
_context2.next =
|
|
57213
|
+
if (!(_this39.isCustomPreset && _this39.activeNames == '1')) {
|
|
57214
|
+
_context2.next = 30;
|
|
57084
57215
|
break;
|
|
57085
57216
|
}
|
|
57086
57217
|
|
|
57087
|
-
|
|
57218
|
+
i = 0;
|
|
57219
|
+
|
|
57220
|
+
case 21:
|
|
57221
|
+
if (!(i < _this39.presetList.length)) {
|
|
57222
|
+
_context2.next = 30;
|
|
57223
|
+
break;
|
|
57224
|
+
}
|
|
57225
|
+
|
|
57226
|
+
if (!(_this39.presetList[i].name && _this39.presetList[i].name != '1' && _this39.presetList[i].name != 'endEvent' && (!_this39.presetList[i].value || _this39.presetList[i].value.length == 0))) {
|
|
57227
|
+
_context2.next = 26;
|
|
57228
|
+
break;
|
|
57229
|
+
}
|
|
57230
|
+
|
|
57231
|
+
return _context2.abrupt('return', _this39.$message.warning('\u9884\u8BBE\u8282\u70B9<\u8282\u70B9' + _this39.presetList[i].sequence + '-' + _this39.presetList[i].label + '>\u5FC5\u987B\u9009\u62E9\u529E\u7406\u4EBA\uFF01'));
|
|
57232
|
+
|
|
57233
|
+
case 26:
|
|
57234
|
+
delete _this39.presetList[i].label;
|
|
57235
|
+
|
|
57236
|
+
case 27:
|
|
57237
|
+
i++;
|
|
57238
|
+
_context2.next = 21;
|
|
57239
|
+
break;
|
|
57240
|
+
|
|
57241
|
+
case 30:
|
|
57242
|
+
if (!_this39.isCancelSecondConfirmationType) {
|
|
57243
|
+
_context2.next = 33;
|
|
57244
|
+
break;
|
|
57245
|
+
}
|
|
57246
|
+
|
|
57247
|
+
_this39.$confirm('确认提交吗?', '提示', {
|
|
57088
57248
|
confirmButtonText: '确定',
|
|
57089
57249
|
cancelButtonText: '取消',
|
|
57090
57250
|
type: 'warning'
|
|
@@ -57100,46 +57260,46 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57100
57260
|
}
|
|
57101
57261
|
|
|
57102
57262
|
_context.next = 3;
|
|
57103
|
-
return
|
|
57263
|
+
return _this39.saveInfo('subMit');
|
|
57104
57264
|
|
|
57105
57265
|
case 3:
|
|
57106
|
-
|
|
57266
|
+
_this39.loading = utils_util.loading(_this39.$loading, '加载中...');
|
|
57107
57267
|
|
|
57108
57268
|
case 4:
|
|
57109
57269
|
notificationType = '';
|
|
57110
57270
|
|
|
57111
|
-
notificationType =
|
|
57271
|
+
notificationType = _this39.nextNode.notificationType.join(',');
|
|
57112
57272
|
addSignUserId = addSignUserId.join(',');
|
|
57113
57273
|
removeSignUserId = removeSignUserId.join(',');
|
|
57114
|
-
if (!
|
|
57115
|
-
delete
|
|
57274
|
+
if (!_this39.isCanPreAddSign || _this39.nextNode.isAddSign != '1') {
|
|
57275
|
+
delete _this39.nextNode.addSignMode;
|
|
57116
57276
|
}
|
|
57117
57277
|
|
|
57118
|
-
params = flowvue_type_script_lang_js_extends({},
|
|
57119
|
-
nextOperate:
|
|
57120
|
-
pendingId:
|
|
57121
|
-
opinion:
|
|
57278
|
+
params = flowvue_type_script_lang_js_extends({}, _this39.nextNode, {
|
|
57279
|
+
nextOperate: _this39.oldNextOperate !== '' ? _this39.oldNextOperate : _this39.nextNode.nextOperate,
|
|
57280
|
+
pendingId: _this39.pendingId,
|
|
57281
|
+
opinion: _this39.isForceDisplayDefaultOptionForPrefix && !_this39.value.startsWith(_this39.nodeDefaultSubmitOpinion) ? _this39.nodeDefaultSubmitOpinion + _this39.value : _this39.value,
|
|
57122
57282
|
userId: utils_util.getStorage('userId'),
|
|
57123
|
-
nextUserId:
|
|
57283
|
+
nextUserId: _this39.multiple ? nextUserId.join(',') : _this39.nextNode.nextUserId,
|
|
57124
57284
|
addSignUserId: addSignUserId,
|
|
57125
|
-
customPresetUserJson: JSON.stringify(
|
|
57126
|
-
presetUserJson: JSON.stringify(
|
|
57285
|
+
customPresetUserJson: JSON.stringify(_this39.presetList),
|
|
57286
|
+
presetUserJson: JSON.stringify(_this39.presetUserJson),
|
|
57127
57287
|
removeSignUserId: removeSignUserId,
|
|
57128
|
-
nextReadUserId:
|
|
57129
|
-
nextOrgId: !
|
|
57130
|
-
presetReadUserId:
|
|
57288
|
+
nextReadUserId: _this39.readMultiple ? _this39.mixReadList && _this39.mixReadList.join('|') : _this39.nextNode.nextReadUserId,
|
|
57289
|
+
nextOrgId: !_this39.isShowNextUser ? _this39.multiple ? _this39.mixOrgIdList && _this39.mixOrgIdList.join('|') : _this39.nextNode.nextOrgId : '',
|
|
57290
|
+
presetReadUserId: _this39.mixPresetList && _this39.mixPresetList.length > 0 ? _this39.mixPresetList.join('|') : _this39.nextNode.presetReadUserId.join(','),
|
|
57131
57291
|
notificationType: notificationType
|
|
57132
57292
|
});
|
|
57133
57293
|
|
|
57134
|
-
if (
|
|
57294
|
+
if (_this39.activeNames != '1' || !_this39.isCustomPreset) delete params.customPresetUserJson;
|
|
57135
57295
|
delete params.customLimitTimeText;
|
|
57136
|
-
if (
|
|
57296
|
+
if (_this39.nextNode.isRemoveSign != '1') {
|
|
57137
57297
|
delete params.removeSignUserId;
|
|
57138
57298
|
}
|
|
57139
|
-
if (
|
|
57299
|
+
if (_this39.nextNode.isAddSign != '1') {
|
|
57140
57300
|
delete params.addSignUserId;
|
|
57141
57301
|
}
|
|
57142
|
-
if (!
|
|
57302
|
+
if (!_this39.isSpecial) {
|
|
57143
57303
|
delete params.nextUserId;
|
|
57144
57304
|
}
|
|
57145
57305
|
|
|
@@ -57148,13 +57308,13 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57148
57308
|
break;
|
|
57149
57309
|
}
|
|
57150
57310
|
|
|
57151
|
-
params.isSubFlow =
|
|
57152
|
-
|
|
57311
|
+
params.isSubFlow = _this39.taskExamineInfo.isSubFlow;
|
|
57312
|
+
_this39.taskParams = params;
|
|
57153
57313
|
return _context.abrupt('return');
|
|
57154
57314
|
|
|
57155
57315
|
case 19:
|
|
57156
|
-
|
|
57157
|
-
isEndUserTask =
|
|
57316
|
+
_this39.loading = utils_util.loading(_this39.$loading, '提交中...');
|
|
57317
|
+
isEndUserTask = _this39.isEndUserTask, choiceOrgId = _this39.choiceOrgId, choiceDeptId = _this39.choiceDeptId, pOrgId = _this39.pOrgId, taskExamineInfo = _this39.taskExamineInfo, currentNodeIsCircularReadNode = _this39.currentNodeIsCircularReadNode, needRetrialAuth = _this39.needRetrialAuth, circularReadParamsMap = _this39.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this39.currentNodeEnableItemHandleDescription;
|
|
57158
57318
|
|
|
57159
57319
|
params.isEndUserTask = isEndUserTask;
|
|
57160
57320
|
params.choiceOrgId = choiceOrgId;
|
|
@@ -57178,17 +57338,17 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57178
57338
|
var status = res.status,
|
|
57179
57339
|
message = res.message;
|
|
57180
57340
|
|
|
57181
|
-
|
|
57341
|
+
_this39.loading.close();
|
|
57182
57342
|
if (status === 'success') {
|
|
57183
|
-
|
|
57343
|
+
_this39.flowSuccess();
|
|
57184
57344
|
} else {
|
|
57185
|
-
|
|
57186
|
-
|
|
57345
|
+
_this39.$message.error(message || '系统错误,请联系管理员!');
|
|
57346
|
+
_this39.$emit('error');
|
|
57187
57347
|
}
|
|
57188
57348
|
}).catch(function (err) {
|
|
57189
|
-
|
|
57349
|
+
_this39.loading.close();
|
|
57190
57350
|
if (err.message && err.message !== 'canceled') {
|
|
57191
|
-
|
|
57351
|
+
_this39.$message.error(err.message);
|
|
57192
57352
|
}
|
|
57193
57353
|
}));
|
|
57194
57354
|
|
|
@@ -57197,72 +57357,72 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57197
57357
|
return _context.stop();
|
|
57198
57358
|
}
|
|
57199
57359
|
}
|
|
57200
|
-
}, _callee,
|
|
57360
|
+
}, _callee, _this39);
|
|
57201
57361
|
})));
|
|
57202
57362
|
return _context2.abrupt('return');
|
|
57203
57363
|
|
|
57204
|
-
case
|
|
57364
|
+
case 33:
|
|
57205
57365
|
if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
|
|
57206
|
-
_context2.next =
|
|
57366
|
+
_context2.next = 37;
|
|
57207
57367
|
break;
|
|
57208
57368
|
}
|
|
57209
57369
|
|
|
57210
|
-
_context2.next =
|
|
57211
|
-
return
|
|
57370
|
+
_context2.next = 36;
|
|
57371
|
+
return _this39.saveInfo('subMit');
|
|
57212
57372
|
|
|
57213
|
-
case
|
|
57214
|
-
|
|
57373
|
+
case 36:
|
|
57374
|
+
_this39.loading = utils_util.loading(_this39.$loading, '加载中...');
|
|
57215
57375
|
|
|
57216
|
-
case
|
|
57376
|
+
case 37:
|
|
57217
57377
|
notificationType = '';
|
|
57218
57378
|
|
|
57219
|
-
notificationType =
|
|
57379
|
+
notificationType = _this39.nextNode.notificationType.join(',');
|
|
57220
57380
|
addSignUserId = addSignUserId.join(',');
|
|
57221
57381
|
removeSignUserId = removeSignUserId.join(',');
|
|
57222
|
-
if (!
|
|
57223
|
-
delete
|
|
57382
|
+
if (!_this39.isCanPreAddSign || _this39.nextNode.isAddSign != '1') {
|
|
57383
|
+
delete _this39.nextNode.addSignMode;
|
|
57224
57384
|
}
|
|
57225
57385
|
|
|
57226
|
-
params = flowvue_type_script_lang_js_extends({},
|
|
57227
|
-
nextOperate:
|
|
57228
|
-
pendingId:
|
|
57229
|
-
opinion:
|
|
57386
|
+
params = flowvue_type_script_lang_js_extends({}, _this39.nextNode, {
|
|
57387
|
+
nextOperate: _this39.oldNextOperate !== '' ? _this39.oldNextOperate : _this39.nextNode.nextOperate,
|
|
57388
|
+
pendingId: _this39.pendingId,
|
|
57389
|
+
opinion: _this39.isForceDisplayDefaultOptionForPrefix && !_this39.value.startsWith(_this39.nodeDefaultSubmitOpinion) ? _this39.nodeDefaultSubmitOpinion + _this39.value : _this39.value,
|
|
57230
57390
|
userId: utils_util.getStorage('userId'),
|
|
57231
|
-
nextUserId:
|
|
57391
|
+
nextUserId: _this39.multiple ? nextUserId.join(',') : _this39.nextNode.nextUserId,
|
|
57232
57392
|
addSignUserId: addSignUserId,
|
|
57233
|
-
customPresetUserJson: JSON.stringify(
|
|
57234
|
-
presetUserJson: JSON.stringify(
|
|
57393
|
+
customPresetUserJson: JSON.stringify(_this39.presetList),
|
|
57394
|
+
presetUserJson: JSON.stringify(_this39.presetUserJson),
|
|
57235
57395
|
removeSignUserId: removeSignUserId,
|
|
57236
|
-
nextReadUserId:
|
|
57237
|
-
nextOrgId: !
|
|
57238
|
-
presetReadUserId:
|
|
57396
|
+
nextReadUserId: _this39.readMultiple ? _this39.mixReadList && _this39.mixReadList.join('|') : _this39.nextNode.nextReadUserId,
|
|
57397
|
+
nextOrgId: !_this39.isShowNextUser ? _this39.multiple ? _this39.mixOrgIdList && _this39.mixOrgIdList.join('|') : _this39.nextNode.nextOrgId : '',
|
|
57398
|
+
presetReadUserId: _this39.mixPresetList && _this39.mixPresetList.length > 0 ? _this39.mixPresetList.join('|') : _this39.nextNode.presetReadUserId.join(','),
|
|
57239
57399
|
notificationType: notificationType
|
|
57240
57400
|
});
|
|
57241
57401
|
|
|
57242
|
-
if (
|
|
57402
|
+
if (_this39.activeNames != '1' || !_this39.isCustomPreset) delete params.customPresetUserJson;
|
|
57243
57403
|
delete params.customLimitTimeText;
|
|
57244
|
-
if (
|
|
57404
|
+
if (_this39.nextNode.isRemoveSign != '1') {
|
|
57245
57405
|
delete params.removeSignUserId;
|
|
57246
57406
|
}
|
|
57247
|
-
if (
|
|
57407
|
+
if (_this39.nextNode.isAddSign != '1') {
|
|
57248
57408
|
delete params.addSignUserId;
|
|
57249
57409
|
}
|
|
57250
|
-
if (!
|
|
57410
|
+
if (!_this39.isSpecial) {
|
|
57251
57411
|
delete params.nextUserId;
|
|
57252
57412
|
}
|
|
57253
57413
|
|
|
57254
57414
|
if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
|
|
57255
|
-
_context2.next =
|
|
57415
|
+
_context2.next = 52;
|
|
57256
57416
|
break;
|
|
57257
57417
|
}
|
|
57258
57418
|
|
|
57259
|
-
params.isSubFlow =
|
|
57260
|
-
|
|
57419
|
+
params.isSubFlow = _this39.taskExamineInfo.isSubFlow;
|
|
57420
|
+
_this39.taskParams = params;
|
|
57261
57421
|
return _context2.abrupt('return');
|
|
57262
57422
|
|
|
57263
|
-
case
|
|
57264
|
-
|
|
57265
|
-
isEndUserTask =
|
|
57423
|
+
case 52:
|
|
57424
|
+
_this39.loading = utils_util.loading(_this39.$loading, '提交中...');
|
|
57425
|
+
isEndUserTask = _this39.isEndUserTask, choiceOrgId = _this39.choiceOrgId, choiceDeptId = _this39.choiceDeptId, pOrgId = _this39.pOrgId, taskExamineInfo = _this39.taskExamineInfo, currentNodeIsCircularReadNode = _this39.currentNodeIsCircularReadNode, needRetrialAuth = _this39.needRetrialAuth, circularReadParamsMap = _this39.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this39.currentNodeEnableItemHandleDescription;
|
|
57266
57426
|
|
|
57267
57427
|
params.isEndUserTask = isEndUserTask;
|
|
57268
57428
|
params.choiceOrgId = choiceOrgId;
|
|
@@ -57286,29 +57446,29 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57286
57446
|
var status = res.status,
|
|
57287
57447
|
message = res.message;
|
|
57288
57448
|
|
|
57289
|
-
|
|
57449
|
+
_this39.loading.close();
|
|
57290
57450
|
if (status === 'success') {
|
|
57291
|
-
|
|
57451
|
+
_this39.flowSuccess();
|
|
57292
57452
|
} else {
|
|
57293
|
-
|
|
57294
|
-
|
|
57453
|
+
_this39.$message.error(message || '系统错误,请联系管理员!');
|
|
57454
|
+
_this39.$emit('error');
|
|
57295
57455
|
}
|
|
57296
57456
|
}).catch(function (err) {
|
|
57297
|
-
|
|
57457
|
+
_this39.loading.close();
|
|
57298
57458
|
if (err.message && err.message !== 'canceled') {
|
|
57299
|
-
|
|
57459
|
+
_this39.$message.error(err.message);
|
|
57300
57460
|
}
|
|
57301
57461
|
}));
|
|
57302
57462
|
|
|
57303
|
-
case
|
|
57463
|
+
case 71:
|
|
57304
57464
|
return _context2.abrupt('return', false);
|
|
57305
57465
|
|
|
57306
|
-
case
|
|
57466
|
+
case 72:
|
|
57307
57467
|
case 'end':
|
|
57308
57468
|
return _context2.stop();
|
|
57309
57469
|
}
|
|
57310
57470
|
}
|
|
57311
|
-
}, _callee2,
|
|
57471
|
+
}, _callee2, _this39);
|
|
57312
57472
|
}));
|
|
57313
57473
|
|
|
57314
57474
|
return function (_x) {
|
|
@@ -57364,8 +57524,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57364
57524
|
|
|
57365
57525
|
var flow_component = normalizeComponent(
|
|
57366
57526
|
src_flowvue_type_script_lang_js_,
|
|
57367
|
-
|
|
57368
|
-
|
|
57527
|
+
flowvue_type_template_id_160c0322_render,
|
|
57528
|
+
flowvue_type_template_id_160c0322_staticRenderFns,
|
|
57369
57529
|
false,
|
|
57370
57530
|
null,
|
|
57371
57531
|
null,
|
|
@@ -58675,6 +58835,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58675
58835
|
//
|
|
58676
58836
|
//
|
|
58677
58837
|
//
|
|
58838
|
+
//
|
|
58839
|
+
//
|
|
58840
|
+
//
|
|
58841
|
+
//
|
|
58678
58842
|
|
|
58679
58843
|
|
|
58680
58844
|
|
|
@@ -58715,6 +58879,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58715
58879
|
hideBtn: { type: Boolean, default: false },
|
|
58716
58880
|
isCirculate: { type: Boolean, default: false },
|
|
58717
58881
|
newFlow: { type: Boolean, default: false },
|
|
58882
|
+
ownerType: { type: String, default: '' },
|
|
58718
58883
|
formLabelPosition: {
|
|
58719
58884
|
type: String,
|
|
58720
58885
|
default: 'left'
|
|
@@ -58800,6 +58965,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58800
58965
|
oldNextOperate: '',
|
|
58801
58966
|
showOpinion: true,
|
|
58802
58967
|
submitButtonFunKey: '',
|
|
58968
|
+
showFlowImg: true,
|
|
58803
58969
|
activitiDefinitionSort: false,
|
|
58804
58970
|
taskNodeButtons: [],
|
|
58805
58971
|
taskOperationShiftedNodeList: null,
|
|
@@ -59041,6 +59207,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59041
59207
|
}
|
|
59042
59208
|
if (this.nodeInfo.nextNode) {
|
|
59043
59209
|
this.handleChange(this.nodeInfo.nextNode, true);
|
|
59210
|
+
// this.handleChange(val, true);
|
|
59044
59211
|
}
|
|
59045
59212
|
}
|
|
59046
59213
|
},
|
|
@@ -59105,6 +59272,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59105
59272
|
}
|
|
59106
59273
|
},
|
|
59107
59274
|
methods: {
|
|
59275
|
+
handleButtonClick: function handleButtonClick(val, call) {
|
|
59276
|
+
this.$emit('buttonClick', val, call);
|
|
59277
|
+
},
|
|
59278
|
+
handleErrorImg: function handleErrorImg(type) {
|
|
59279
|
+
this.showFlowImg = type != 'error';
|
|
59280
|
+
},
|
|
59108
59281
|
sortSuccess: function sortSuccess(list) {
|
|
59109
59282
|
this.nodeInfo.option = list;
|
|
59110
59283
|
if (this.defaultProcessKey == '') {
|
|
@@ -59196,6 +59369,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59196
59369
|
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
59197
59370
|
var _this4 = this;
|
|
59198
59371
|
|
|
59372
|
+
console.log('processDefinitionId', processDefinitionId);
|
|
59199
59373
|
var params = {
|
|
59200
59374
|
url: getNodeInfoForStart,
|
|
59201
59375
|
params: { processDefinitionId: processDefinitionId }
|
|
@@ -59286,6 +59460,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59286
59460
|
// this.$emit('success');
|
|
59287
59461
|
},
|
|
59288
59462
|
handleChange: function handleChange(val, isForStartFlow) {
|
|
59463
|
+
console.log('handleChange val', val);
|
|
59289
59464
|
this.getNodeInfoForStartFlow(val, isForStartFlow);
|
|
59290
59465
|
this.$parent.$emit('flowChange', val);
|
|
59291
59466
|
},
|
|
@@ -59604,11 +59779,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59604
59779
|
});
|
|
59605
59780
|
},
|
|
59606
59781
|
|
|
59607
|
-
/**
|
|
59608
|
-
* saveInfo
|
|
59609
|
-
* @desc:暂存
|
|
59610
|
-
* @author liufan
|
|
59611
|
-
* @date 2022年9月9日
|
|
59782
|
+
/**
|
|
59783
|
+
* saveInfo
|
|
59784
|
+
* @desc:暂存
|
|
59785
|
+
* @author liufan
|
|
59786
|
+
* @date 2022年9月9日
|
|
59612
59787
|
**/
|
|
59613
59788
|
saveInfo: function saveInfo(type, btn) {
|
|
59614
59789
|
var _this14 = this;
|
|
@@ -59670,11 +59845,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59670
59845
|
});
|
|
59671
59846
|
},
|
|
59672
59847
|
|
|
59673
|
-
/**
|
|
59674
|
-
* rejectBtn
|
|
59675
|
-
* @desc:点击驳回
|
|
59676
|
-
* @author liufan
|
|
59677
|
-
* @date 2022年5月25日
|
|
59848
|
+
/**
|
|
59849
|
+
* rejectBtn
|
|
59850
|
+
* @desc:点击驳回
|
|
59851
|
+
* @author liufan
|
|
59852
|
+
* @date 2022年5月25日
|
|
59678
59853
|
**/
|
|
59679
59854
|
rejectBtn: function rejectBtn() {
|
|
59680
59855
|
var _this16 = this;
|
|
@@ -59692,11 +59867,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59692
59867
|
}
|
|
59693
59868
|
},
|
|
59694
59869
|
|
|
59695
|
-
/**
|
|
59696
|
-
* taskReadBtn
|
|
59697
|
-
* @desc:点击分阅
|
|
59698
|
-
* @author liufan
|
|
59699
|
-
* @date 2022年5月25日
|
|
59870
|
+
/**
|
|
59871
|
+
* taskReadBtn
|
|
59872
|
+
* @desc:点击分阅
|
|
59873
|
+
* @author liufan
|
|
59874
|
+
* @date 2022年5月25日
|
|
59700
59875
|
**/
|
|
59701
59876
|
taskReadBtn: function taskReadBtn() {
|
|
59702
59877
|
var _this17 = this;
|
|
@@ -59715,11 +59890,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59715
59890
|
}
|
|
59716
59891
|
},
|
|
59717
59892
|
|
|
59718
|
-
/**
|
|
59719
|
-
* getFind
|
|
59720
|
-
* @desc:获取通知方式
|
|
59721
|
-
* @author liufan
|
|
59722
|
-
* @date 2022年5月25日
|
|
59893
|
+
/**
|
|
59894
|
+
* getFind
|
|
59895
|
+
* @desc:获取通知方式
|
|
59896
|
+
* @author liufan
|
|
59897
|
+
* @date 2022年5月25日
|
|
59723
59898
|
**/
|
|
59724
59899
|
getFind: function getFind() {
|
|
59725
59900
|
var _this18 = this;
|
|
@@ -59786,12 +59961,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59786
59961
|
});
|
|
59787
59962
|
},
|
|
59788
59963
|
|
|
59789
|
-
/**
|
|
59790
|
-
* endFlows
|
|
59791
|
-
* @desc:直接办结
|
|
59792
|
-
* @author liufan
|
|
59793
|
-
* @param {Object} res 直接办结数据
|
|
59794
|
-
* @date 2022年5月25日
|
|
59964
|
+
/**
|
|
59965
|
+
* endFlows
|
|
59966
|
+
* @desc:直接办结
|
|
59967
|
+
* @author liufan
|
|
59968
|
+
* @param {Object} res 直接办结数据
|
|
59969
|
+
* @date 2022年5月25日
|
|
59795
59970
|
**/
|
|
59796
59971
|
endFlows: function endFlows(res) {
|
|
59797
59972
|
var _this20 = this;
|
|
@@ -59846,12 +60021,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59846
60021
|
}).catch(function (e) {});
|
|
59847
60022
|
},
|
|
59848
60023
|
|
|
59849
|
-
/**
|
|
59850
|
-
* goView
|
|
59851
|
-
* @desc:更多流程按钮操作
|
|
59852
|
-
* @author liufan
|
|
59853
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
59854
|
-
* @date 2022年5月25日
|
|
60024
|
+
/**
|
|
60025
|
+
* goView
|
|
60026
|
+
* @desc:更多流程按钮操作
|
|
60027
|
+
* @author liufan
|
|
60028
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
60029
|
+
* @date 2022年5月25日
|
|
59855
60030
|
**/
|
|
59856
60031
|
goView: function goView(res) {
|
|
59857
60032
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -59894,6 +60069,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59894
60069
|
this.toStartDraf(res);
|
|
59895
60070
|
} else if (res.fun === 'toTakeAdvice()') {
|
|
59896
60071
|
//征求意见
|
|
60072
|
+
if (this.isOpinionRequired && !this.value) return this.$message.warning('请选择或输入审批意见');
|
|
59897
60073
|
this.flowType = 'takeAdvice';
|
|
59898
60074
|
this.flowMultiple = true;
|
|
59899
60075
|
this.flowDisabled = false;
|
|
@@ -59938,11 +60114,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59938
60114
|
// isCanStartSubFlow
|
|
59939
60115
|
},
|
|
59940
60116
|
|
|
59941
|
-
/**
|
|
59942
|
-
* toTakeAdvice
|
|
59943
|
-
* @desc:征求意见
|
|
59944
|
-
* @author liufan
|
|
59945
|
-
* @date 2022年9月29日
|
|
60117
|
+
/**
|
|
60118
|
+
* toTakeAdvice
|
|
60119
|
+
* @desc:征求意见
|
|
60120
|
+
* @author liufan
|
|
60121
|
+
* @date 2022年9月29日
|
|
59946
60122
|
**/
|
|
59947
60123
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
59948
60124
|
var _this22 = this;
|
|
@@ -59986,11 +60162,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59986
60162
|
});
|
|
59987
60163
|
},
|
|
59988
60164
|
|
|
59989
|
-
/**
|
|
59990
|
-
* toStartDraf
|
|
59991
|
-
* @desc: 稿件递送、联合审核、复核
|
|
59992
|
-
* @author liufan
|
|
59993
|
-
* @date 2022年9月29日
|
|
60165
|
+
/**
|
|
60166
|
+
* toStartDraf
|
|
60167
|
+
* @desc: 稿件递送、联合审核、复核
|
|
60168
|
+
* @author liufan
|
|
60169
|
+
* @date 2022年9月29日
|
|
59994
60170
|
**/
|
|
59995
60171
|
toStartDraf: function toStartDraf(res) {
|
|
59996
60172
|
var _this24 = this;
|
|
@@ -60004,11 +60180,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60004
60180
|
}
|
|
60005
60181
|
},
|
|
60006
60182
|
|
|
60007
|
-
/**
|
|
60008
|
-
* toSendMsg
|
|
60009
|
-
* @desc:核稿通知
|
|
60010
|
-
* @author liufan
|
|
60011
|
-
* @date 2022年9月29日
|
|
60183
|
+
/**
|
|
60184
|
+
* toSendMsg
|
|
60185
|
+
* @desc:核稿通知
|
|
60186
|
+
* @author liufan
|
|
60187
|
+
* @date 2022年9月29日
|
|
60012
60188
|
**/
|
|
60013
60189
|
toSendMsg: function toSendMsg(res) {
|
|
60014
60190
|
var _this25 = this;
|
|
@@ -60022,11 +60198,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60022
60198
|
}
|
|
60023
60199
|
},
|
|
60024
60200
|
|
|
60025
|
-
/**
|
|
60026
|
-
* toTaskReadAndEnd
|
|
60027
|
-
* @desc:分阅并办结
|
|
60028
|
-
* @author liufan
|
|
60029
|
-
* @date 2022年9月29日
|
|
60201
|
+
/**
|
|
60202
|
+
* toTaskReadAndEnd
|
|
60203
|
+
* @desc:分阅并办结
|
|
60204
|
+
* @author liufan
|
|
60205
|
+
* @date 2022年9月29日
|
|
60030
60206
|
**/
|
|
60031
60207
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
60032
60208
|
var _this26 = this;
|
|
@@ -60044,11 +60220,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60044
60220
|
}
|
|
60045
60221
|
},
|
|
60046
60222
|
|
|
60047
|
-
/**
|
|
60048
|
-
* rejectAndEnd
|
|
60049
|
-
* @desc:驳回并办结
|
|
60050
|
-
* @author liufan
|
|
60051
|
-
* @date 2022年9月29日
|
|
60223
|
+
/**
|
|
60224
|
+
* rejectAndEnd
|
|
60225
|
+
* @desc:驳回并办结
|
|
60226
|
+
* @author liufan
|
|
60227
|
+
* @date 2022年9月29日
|
|
60052
60228
|
**/
|
|
60053
60229
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
60054
60230
|
var _this27 = this;
|
|
@@ -60104,11 +60280,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60104
60280
|
});
|
|
60105
60281
|
},
|
|
60106
60282
|
|
|
60107
|
-
/**
|
|
60108
|
-
* toTransfer
|
|
60109
|
-
* @desc:转办
|
|
60110
|
-
* @author liufan
|
|
60111
|
-
* @date 2022年9月29日
|
|
60283
|
+
/**
|
|
60284
|
+
* toTransfer
|
|
60285
|
+
* @desc:转办
|
|
60286
|
+
* @author liufan
|
|
60287
|
+
* @date 2022年9月29日
|
|
60112
60288
|
**/
|
|
60113
60289
|
toTransfer: function toTransfer(res) {
|
|
60114
60290
|
var _this29 = this;
|
|
@@ -60127,11 +60303,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60127
60303
|
this.nextNode.customLimitTime = val;
|
|
60128
60304
|
},
|
|
60129
60305
|
|
|
60130
|
-
/**
|
|
60131
|
-
* getNodeInfo
|
|
60132
|
-
* @desc:获取节点信息
|
|
60133
|
-
* @author liufan
|
|
60134
|
-
* @date 2022年5月25日
|
|
60306
|
+
/**
|
|
60307
|
+
* getNodeInfo
|
|
60308
|
+
* @desc:获取节点信息
|
|
60309
|
+
* @author liufan
|
|
60310
|
+
* @date 2022年5月25日
|
|
60135
60311
|
**/
|
|
60136
60312
|
getNodeInfo: function getNodeInfo() {
|
|
60137
60313
|
var _this30 = this;
|
|
@@ -60262,7 +60438,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60262
60438
|
data.globalNodeType === 'endEvent' ? _this30.endFlow = true : '';
|
|
60263
60439
|
}
|
|
60264
60440
|
}
|
|
60265
|
-
_this30.isCustomPreset && _this30
|
|
60441
|
+
if (_this30.isCustomPreset && !_this30.newFlow) {
|
|
60442
|
+
_this30.$nextTick(function () {
|
|
60443
|
+
_this30.$refs.customPreset && _this30.$refs.customPreset.getPresetFlowInfo(_this30.nextNode.nextNodeId, _this30.nodeInfo.nextNode, true);
|
|
60444
|
+
});
|
|
60445
|
+
}
|
|
60266
60446
|
} else {
|
|
60267
60447
|
_this30.$message.error(message || '系统错误,请联系管理员!');
|
|
60268
60448
|
}
|
|
@@ -60274,12 +60454,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60274
60454
|
});
|
|
60275
60455
|
},
|
|
60276
60456
|
|
|
60277
|
-
/**
|
|
60278
|
-
* selecNext
|
|
60279
|
-
* @desc:下步节点变化时更新数据
|
|
60280
|
-
* @author liufan
|
|
60281
|
-
* @param {String} val 当前选中值
|
|
60282
|
-
* @date 2022年5月25日
|
|
60457
|
+
/**
|
|
60458
|
+
* selecNext
|
|
60459
|
+
* @desc:下步节点变化时更新数据
|
|
60460
|
+
* @author liufan
|
|
60461
|
+
* @param {String} val 当前选中值
|
|
60462
|
+
* @date 2022年5月25日
|
|
60283
60463
|
**/
|
|
60284
60464
|
selecNext: function selecNext(val, type, isDef) {
|
|
60285
60465
|
var _this31 = this;
|
|
@@ -60419,11 +60599,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60419
60599
|
}
|
|
60420
60600
|
},
|
|
60421
60601
|
|
|
60422
|
-
/**
|
|
60423
|
-
* isMultiple
|
|
60424
|
-
* @desc:是否多选
|
|
60425
|
-
* @author liufan
|
|
60426
|
-
* @date 2022年9月13日
|
|
60602
|
+
/**
|
|
60603
|
+
* isMultiple
|
|
60604
|
+
* @desc:是否多选
|
|
60605
|
+
* @author liufan
|
|
60606
|
+
* @date 2022年9月13日
|
|
60427
60607
|
**/
|
|
60428
60608
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
60429
60609
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -60447,19 +60627,19 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60447
60627
|
this.params.filid = choiceOrgId;
|
|
60448
60628
|
}
|
|
60449
60629
|
}
|
|
60450
|
-
if (val == 15
|
|
60451
|
-
this.params.filid = this.
|
|
60630
|
+
if (val == 15) {
|
|
60631
|
+
this.params.filid = this.pOrgId;
|
|
60452
60632
|
if (pOrgId) {
|
|
60453
60633
|
this.params.filid = pOrgId;
|
|
60454
60634
|
}
|
|
60455
60635
|
}
|
|
60456
60636
|
},
|
|
60457
60637
|
|
|
60458
|
-
/**
|
|
60459
|
-
* getHedInfo
|
|
60460
|
-
* @desc:获取审核页面数据
|
|
60461
|
-
* @author liufan
|
|
60462
|
-
* @date 2022年5月25日
|
|
60638
|
+
/**
|
|
60639
|
+
* getHedInfo
|
|
60640
|
+
* @desc:获取审核页面数据
|
|
60641
|
+
* @author liufan
|
|
60642
|
+
* @date 2022年5月25日
|
|
60463
60643
|
**/
|
|
60464
60644
|
getHedInfo: function getHedInfo() {
|
|
60465
60645
|
var _this32 = this;
|
|
@@ -60778,13 +60958,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60778
60958
|
});
|
|
60779
60959
|
},
|
|
60780
60960
|
|
|
60781
|
-
/**
|
|
60782
|
-
* closeProcess
|
|
60783
|
-
* @desc:关闭弹窗
|
|
60784
|
-
* @author liufan
|
|
60785
|
-
* @param {boolean} val 当前是否办理流程
|
|
60786
|
-
* @param {String} type 当前点击的弹窗类型
|
|
60787
|
-
* @date 2022年5月25日
|
|
60961
|
+
/**
|
|
60962
|
+
* closeProcess
|
|
60963
|
+
* @desc:关闭弹窗
|
|
60964
|
+
* @author liufan
|
|
60965
|
+
* @param {boolean} val 当前是否办理流程
|
|
60966
|
+
* @param {String} type 当前点击的弹窗类型
|
|
60967
|
+
* @date 2022年5月25日
|
|
60788
60968
|
**/
|
|
60789
60969
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
60790
60970
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -60804,23 +60984,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60804
60984
|
}
|
|
60805
60985
|
},
|
|
60806
60986
|
|
|
60807
|
-
/**
|
|
60808
|
-
* selectChange
|
|
60809
|
-
* @desc:常用语选择
|
|
60810
|
-
* @author liufan
|
|
60811
|
-
* @param {String} val 选中值
|
|
60812
|
-
* @date 2022年5月25日
|
|
60987
|
+
/**
|
|
60988
|
+
* selectChange
|
|
60989
|
+
* @desc:常用语选择
|
|
60990
|
+
* @author liufan
|
|
60991
|
+
* @param {String} val 选中值
|
|
60992
|
+
* @date 2022年5月25日
|
|
60813
60993
|
**/
|
|
60814
60994
|
selectChange: function selectChange(val) {
|
|
60815
60995
|
this.value = val;
|
|
60816
60996
|
},
|
|
60817
60997
|
|
|
60818
|
-
/**
|
|
60819
|
-
* upDate
|
|
60820
|
-
* @desc:修改常用语
|
|
60821
|
-
* @author liufan
|
|
60822
|
-
* @param {Object} val 修改值
|
|
60823
|
-
* @date 2022年5月25日
|
|
60998
|
+
/**
|
|
60999
|
+
* upDate
|
|
61000
|
+
* @desc:修改常用语
|
|
61001
|
+
* @author liufan
|
|
61002
|
+
* @param {Object} val 修改值
|
|
61003
|
+
* @date 2022年5月25日
|
|
60824
61004
|
**/
|
|
60825
61005
|
upDate: function upDate(val) {
|
|
60826
61006
|
this.FormData.id = val.id;
|
|
@@ -60828,11 +61008,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60828
61008
|
},
|
|
60829
61009
|
|
|
60830
61010
|
|
|
60831
|
-
/**
|
|
60832
|
-
* getProcess
|
|
60833
|
-
* @desc:获取选择流程
|
|
60834
|
-
* @author liufan
|
|
60835
|
-
* @date 2022年5月25日
|
|
61011
|
+
/**
|
|
61012
|
+
* getProcess
|
|
61013
|
+
* @desc:获取选择流程
|
|
61014
|
+
* @author liufan
|
|
61015
|
+
* @date 2022年5月25日
|
|
60836
61016
|
**/
|
|
60837
61017
|
getProcess: function getProcess(val) {
|
|
60838
61018
|
var _this33 = this;
|
|
@@ -60844,6 +61024,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60844
61024
|
isOnly: true,
|
|
60845
61025
|
hideTempSave: true
|
|
60846
61026
|
}, this.param);
|
|
61027
|
+
if (this.ownerType) {
|
|
61028
|
+
params.ownerType = this.ownerType;
|
|
61029
|
+
}
|
|
60847
61030
|
this.loading = utils_util.loading(this.$loading, '加载中...');
|
|
60848
61031
|
utils_util.ajax({ url: getProcessDefList, params: params }).then(function (res) {
|
|
60849
61032
|
var status = res.status,
|
|
@@ -60892,11 +61075,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60892
61075
|
});
|
|
60893
61076
|
},
|
|
60894
61077
|
|
|
60895
|
-
/**
|
|
60896
|
-
* getPendedhistoryList
|
|
60897
|
-
* @desc:获取流程列表
|
|
60898
|
-
* @author liufan
|
|
60899
|
-
* @date 2022年5月25日
|
|
61078
|
+
/**
|
|
61079
|
+
* getPendedhistoryList
|
|
61080
|
+
* @desc:获取流程列表
|
|
61081
|
+
* @author liufan
|
|
61082
|
+
* @date 2022年5月25日
|
|
60900
61083
|
**/
|
|
60901
61084
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
60902
61085
|
var _this34 = this;
|
|
@@ -60969,12 +61152,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60969
61152
|
beforeSubProcess: function beforeSubProcess() {},
|
|
60970
61153
|
|
|
60971
61154
|
// 提交流程
|
|
60972
|
-
/**
|
|
60973
|
-
* subProcess
|
|
60974
|
-
* @desc:提交流程
|
|
60975
|
-
* @author liufan
|
|
60976
|
-
* @param {String} formName 当前form表单ref值
|
|
60977
|
-
* @date 2022年5月25日
|
|
61155
|
+
/**
|
|
61156
|
+
* subProcess
|
|
61157
|
+
* @desc:提交流程
|
|
61158
|
+
* @author liufan
|
|
61159
|
+
* @param {String} formName 当前form表单ref值
|
|
61160
|
+
* @date 2022年5月25日
|
|
60978
61161
|
**/
|
|
60979
61162
|
subProcess: function subProcess(val, type) {
|
|
60980
61163
|
var _this36 = this;
|
|
@@ -61099,13 +61282,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61099
61282
|
}
|
|
61100
61283
|
this.$refs['nextNode'].validate(function () {
|
|
61101
61284
|
var _ref2 = flow_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(valid) {
|
|
61102
|
-
var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
|
|
61285
|
+
var nextUserId, addSignUserId, removeSignUserId, str, i, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
|
|
61103
61286
|
return regenerator_default.a.wrap(function _callee2$(_context2) {
|
|
61104
61287
|
while (1) {
|
|
61105
61288
|
switch (_context2.prev = _context2.next) {
|
|
61106
61289
|
case 0:
|
|
61107
61290
|
if (!valid) {
|
|
61108
|
-
_context2.next =
|
|
61291
|
+
_context2.next = 71;
|
|
61109
61292
|
break;
|
|
61110
61293
|
}
|
|
61111
61294
|
|
|
@@ -61172,8 +61355,37 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61172
61355
|
delete _this38.nextNode.nextNodeId;
|
|
61173
61356
|
}
|
|
61174
61357
|
|
|
61358
|
+
if (!(_this38.isCustomPreset && _this38.activeNames == '1')) {
|
|
61359
|
+
_context2.next = 30;
|
|
61360
|
+
break;
|
|
61361
|
+
}
|
|
61362
|
+
|
|
61363
|
+
i = 0;
|
|
61364
|
+
|
|
61365
|
+
case 21:
|
|
61366
|
+
if (!(i < _this38.presetList.length)) {
|
|
61367
|
+
_context2.next = 30;
|
|
61368
|
+
break;
|
|
61369
|
+
}
|
|
61370
|
+
|
|
61371
|
+
if (!(_this38.presetList[i].name && _this38.presetList[i].name != '1' && _this38.presetList[i].name != 'endEvent' && (!_this38.presetList[i].value || _this38.presetList[i].value.length == 0))) {
|
|
61372
|
+
_context2.next = 26;
|
|
61373
|
+
break;
|
|
61374
|
+
}
|
|
61375
|
+
|
|
61376
|
+
return _context2.abrupt('return', _this38.$message.warning('\u9884\u8BBE\u8282\u70B9<\u8282\u70B9' + _this38.presetList[i].sequence + '-' + _this38.presetList[i].label + '>\u5FC5\u987B\u9009\u62E9\u529E\u7406\u4EBA\uFF01'));
|
|
61377
|
+
|
|
61378
|
+
case 26:
|
|
61379
|
+
delete _this38.presetList[i].label;
|
|
61380
|
+
|
|
61381
|
+
case 27:
|
|
61382
|
+
i++;
|
|
61383
|
+
_context2.next = 21;
|
|
61384
|
+
break;
|
|
61385
|
+
|
|
61386
|
+
case 30:
|
|
61175
61387
|
if (!_this38.isCancelSecondConfirmationType) {
|
|
61176
|
-
_context2.next =
|
|
61388
|
+
_context2.next = 33;
|
|
61177
61389
|
break;
|
|
61178
61390
|
}
|
|
61179
61391
|
|
|
@@ -61224,7 +61436,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61224
61436
|
notificationType: notificationType
|
|
61225
61437
|
});
|
|
61226
61438
|
|
|
61227
|
-
if (_this38.activeNames != '1') delete params.customPresetUserJson;
|
|
61439
|
+
if (_this38.activeNames != '1' || !_this38.isCustomPreset) delete params.customPresetUserJson;
|
|
61228
61440
|
delete params.customLimitTimeText;
|
|
61229
61441
|
if (_this38.nextNode.isRemoveSign != '1') {
|
|
61230
61442
|
delete params.removeSignUserId;
|
|
@@ -61294,19 +61506,19 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61294
61506
|
})));
|
|
61295
61507
|
return _context2.abrupt('return');
|
|
61296
61508
|
|
|
61297
|
-
case
|
|
61509
|
+
case 33:
|
|
61298
61510
|
if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
|
|
61299
|
-
_context2.next =
|
|
61511
|
+
_context2.next = 37;
|
|
61300
61512
|
break;
|
|
61301
61513
|
}
|
|
61302
61514
|
|
|
61303
|
-
_context2.next =
|
|
61515
|
+
_context2.next = 36;
|
|
61304
61516
|
return _this38.saveInfo('subMit');
|
|
61305
61517
|
|
|
61306
|
-
case
|
|
61518
|
+
case 36:
|
|
61307
61519
|
_this38.loading = utils_util.loading(_this38.$loading, '加载中...');
|
|
61308
61520
|
|
|
61309
|
-
case
|
|
61521
|
+
case 37:
|
|
61310
61522
|
notificationType = '';
|
|
61311
61523
|
|
|
61312
61524
|
notificationType = _this38.nextNode.notificationType.join(',');
|
|
@@ -61345,7 +61557,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61345
61557
|
}
|
|
61346
61558
|
|
|
61347
61559
|
if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
|
|
61348
|
-
_context2.next =
|
|
61560
|
+
_context2.next = 52;
|
|
61349
61561
|
break;
|
|
61350
61562
|
}
|
|
61351
61563
|
|
|
@@ -61353,7 +61565,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61353
61565
|
_this38.taskParams = params;
|
|
61354
61566
|
return _context2.abrupt('return');
|
|
61355
61567
|
|
|
61356
|
-
case
|
|
61568
|
+
case 52:
|
|
61357
61569
|
_this38.loading = utils_util.loading(_this38.$loading, '提交中...');
|
|
61358
61570
|
isEndUserTask = _this38.isEndUserTask, choiceOrgId = _this38.choiceOrgId, choiceDeptId = _this38.choiceDeptId, pOrgId = _this38.pOrgId, taskExamineInfo = _this38.taskExamineInfo, currentNodeIsCircularReadNode = _this38.currentNodeIsCircularReadNode, needRetrialAuth = _this38.needRetrialAuth, circularReadParamsMap = _this38.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this38.currentNodeEnableItemHandleDescription;
|
|
61359
61571
|
|
|
@@ -61393,10 +61605,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61393
61605
|
}
|
|
61394
61606
|
}));
|
|
61395
61607
|
|
|
61396
|
-
case
|
|
61608
|
+
case 71:
|
|
61397
61609
|
return _context2.abrupt('return', false);
|
|
61398
61610
|
|
|
61399
|
-
case
|
|
61611
|
+
case 72:
|
|
61400
61612
|
case 'end':
|
|
61401
61613
|
return _context2.stop();
|
|
61402
61614
|
}
|
|
@@ -61457,8 +61669,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61457
61669
|
|
|
61458
61670
|
var flow_src_main_component = normalizeComponent(
|
|
61459
61671
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
61460
|
-
|
|
61461
|
-
|
|
61672
|
+
mainvue_type_template_id_791d3fbc_render,
|
|
61673
|
+
mainvue_type_template_id_791d3fbc_staticRenderFns,
|
|
61462
61674
|
false,
|
|
61463
61675
|
null,
|
|
61464
61676
|
null,
|
|
@@ -112929,7 +113141,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
112929
113141
|
}
|
|
112930
113142
|
|
|
112931
113143
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
112932
|
-
version: '0.8.
|
|
113144
|
+
version: '0.8.37',
|
|
112933
113145
|
install: install,
|
|
112934
113146
|
Archives: archives,
|
|
112935
113147
|
Button: packages_button,
|