eoss-ui 0.8.34 → 0.8.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/eoss-ui.common.js +913 -497
- package/lib/flow-list.js +141 -124
- package/lib/flow.js +763 -364
- package/lib/index.js +1 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/Opinions.vue +9 -3
- package/packages/flow/src/flow.vue +68 -38
- package/packages/flow/src/main.vue +218 -143
- package/packages/flow/src/processForm.vue +205 -10
- package/packages/flow/src/processReject.vue +2 -2
- package/packages/flow/src/startTaskRead.vue +24 -11
- package/packages/flow-list/src/main.vue +2346 -2337
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/flow.scss +13 -2
- 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=48a0a0a2&
|
|
29341
|
+
var mainvue_type_template_id_48a0a0a2_render = function () {
|
|
29342
29342
|
var _vm = this
|
|
29343
29343
|
var _h = _vm.$createElement
|
|
29344
29344
|
var _c = _vm._self._c || _h
|
|
@@ -29391,6 +29391,7 @@ var mainvue_type_template_id_931a201c_render = function () {
|
|
|
29391
29391
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
29392
29392
|
isEndMessage: _vm.isEndMessage,
|
|
29393
29393
|
},
|
|
29394
|
+
on: { success: _vm.handleNewFlowSuccess },
|
|
29394
29395
|
},
|
|
29395
29396
|
"FlowNew",
|
|
29396
29397
|
_vm.$attrs,
|
|
@@ -30960,8 +30961,7 @@ var mainvue_type_template_id_931a201c_render = function () {
|
|
|
30960
30961
|
{
|
|
30961
30962
|
attrs: {
|
|
30962
30963
|
prop: "nextReadUserId",
|
|
30963
|
-
label:
|
|
30964
|
-
"\n 分阅用户\n ",
|
|
30964
|
+
label: "分阅用户",
|
|
30965
30965
|
},
|
|
30966
30966
|
},
|
|
30967
30967
|
[
|
|
@@ -32123,6 +32123,10 @@ var mainvue_type_template_id_931a201c_render = function () {
|
|
|
32123
32123
|
.newFlowStartNodeItemName,
|
|
32124
32124
|
taskParams: _vm.taskParams,
|
|
32125
32125
|
formType: _vm.processFormType,
|
|
32126
|
+
isCanReadTransferHandle:
|
|
32127
|
+
_vm.isCanReadTransferHandle,
|
|
32128
|
+
readTransferHandleFlowTypeCode:
|
|
32129
|
+
_vm.readTransferHandleFlowTypeCode,
|
|
32126
32130
|
},
|
|
32127
32131
|
on: {
|
|
32128
32132
|
cancel: function ($event) {
|
|
@@ -32467,14 +32471,14 @@ var mainvue_type_template_id_931a201c_render = function () {
|
|
|
32467
32471
|
)
|
|
32468
32472
|
: _vm._e()
|
|
32469
32473
|
}
|
|
32470
|
-
var
|
|
32471
|
-
|
|
32474
|
+
var mainvue_type_template_id_48a0a0a2_staticRenderFns = []
|
|
32475
|
+
mainvue_type_template_id_48a0a0a2_render._withStripped = true
|
|
32472
32476
|
|
|
32473
32477
|
|
|
32474
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
32478
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48a0a0a2&
|
|
32475
32479
|
|
|
32476
|
-
// 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=
|
|
32477
|
-
var
|
|
32480
|
+
// 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&
|
|
32481
|
+
var CommonOpinionsvue_type_template_id_8458f882_render = function () {
|
|
32478
32482
|
var _vm = this
|
|
32479
32483
|
var _h = _vm.$createElement
|
|
32480
32484
|
var _c = _vm._self._c || _h
|
|
@@ -32684,11 +32688,11 @@ var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
|
|
|
32684
32688
|
1
|
|
32685
32689
|
)
|
|
32686
32690
|
}
|
|
32687
|
-
var
|
|
32688
|
-
|
|
32691
|
+
var CommonOpinionsvue_type_template_id_8458f882_staticRenderFns = []
|
|
32692
|
+
CommonOpinionsvue_type_template_id_8458f882_render._withStripped = true
|
|
32689
32693
|
|
|
32690
32694
|
|
|
32691
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=
|
|
32695
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=8458f882&
|
|
32692
32696
|
|
|
32693
32697
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/table.vue?vue&type=template&id=a96ee8f8&
|
|
32694
32698
|
var tablevue_type_template_id_a96ee8f8_render = function () {
|
|
@@ -33274,7 +33278,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33274
33278
|
},
|
|
33275
33279
|
rows: {
|
|
33276
33280
|
type: [Number, String],
|
|
33277
|
-
default:
|
|
33281
|
+
default: 5
|
|
33278
33282
|
},
|
|
33279
33283
|
required: { type: Boolean, default: false }
|
|
33280
33284
|
},
|
|
@@ -33326,21 +33330,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33326
33330
|
return validSate;
|
|
33327
33331
|
},
|
|
33328
33332
|
|
|
33329
|
-
/**
|
|
33330
|
-
* changeOpinion
|
|
33331
|
-
* @desc:监听意见变化
|
|
33332
|
-
* @author liufan
|
|
33333
|
-
* @date 2022年10月28日
|
|
33333
|
+
/**
|
|
33334
|
+
* changeOpinion
|
|
33335
|
+
* @desc:监听意见变化
|
|
33336
|
+
* @author liufan
|
|
33337
|
+
* @date 2022年10月28日
|
|
33334
33338
|
**/
|
|
33335
33339
|
changeOpinion: function changeOpinion() {
|
|
33336
33340
|
this.$emit('change', this.form.value);
|
|
33337
33341
|
},
|
|
33338
33342
|
|
|
33339
|
-
/**
|
|
33340
|
-
* getCommonOpion
|
|
33341
|
-
* @desc:获取意见
|
|
33342
|
-
* @author liufan
|
|
33343
|
-
* @date 2022年5月25日
|
|
33343
|
+
/**
|
|
33344
|
+
* getCommonOpion
|
|
33345
|
+
* @desc:获取意见
|
|
33346
|
+
* @author liufan
|
|
33347
|
+
* @date 2022年5月25日
|
|
33344
33348
|
**/
|
|
33345
33349
|
getCommonOpion: function getCommonOpion() {
|
|
33346
33350
|
var _this = this;
|
|
@@ -33369,24 +33373,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33369
33373
|
});
|
|
33370
33374
|
},
|
|
33371
33375
|
|
|
33372
|
-
/**
|
|
33373
|
-
* upDate
|
|
33374
|
-
* @desc:修改常用语
|
|
33375
|
-
* @author liufan
|
|
33376
|
-
* @param {Object} val 修改值
|
|
33377
|
-
* @date 2022年5月25日
|
|
33376
|
+
/**
|
|
33377
|
+
* upDate
|
|
33378
|
+
* @desc:修改常用语
|
|
33379
|
+
* @author liufan
|
|
33380
|
+
* @param {Object} val 修改值
|
|
33381
|
+
* @date 2022年5月25日
|
|
33378
33382
|
**/
|
|
33379
33383
|
upDate: function upDate(val) {
|
|
33380
33384
|
this.FormData.id = val.id;
|
|
33381
33385
|
this.addVisible = true;
|
|
33382
33386
|
},
|
|
33383
33387
|
|
|
33384
|
-
/**
|
|
33385
|
-
* selectChange
|
|
33386
|
-
* @desc:常用语选择
|
|
33387
|
-
* @author liufan
|
|
33388
|
-
* @param {String} val 选中值
|
|
33389
|
-
* @date 2022年5月25日
|
|
33388
|
+
/**
|
|
33389
|
+
* selectChange
|
|
33390
|
+
* @desc:常用语选择
|
|
33391
|
+
* @author liufan
|
|
33392
|
+
* @param {String} val 选中值
|
|
33393
|
+
* @date 2022年5月25日
|
|
33390
33394
|
**/
|
|
33391
33395
|
selectChange: function selectChange(val) {
|
|
33392
33396
|
var _this2 = this;
|
|
@@ -33405,12 +33409,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33405
33409
|
});
|
|
33406
33410
|
},
|
|
33407
33411
|
|
|
33408
|
-
/**
|
|
33409
|
-
* del
|
|
33410
|
-
* @desc:删除常用语
|
|
33411
|
-
* @author liufan
|
|
33412
|
-
* @param {Object} val 删除的数据
|
|
33413
|
-
* @date 2022年5月25日
|
|
33412
|
+
/**
|
|
33413
|
+
* del
|
|
33414
|
+
* @desc:删除常用语
|
|
33415
|
+
* @author liufan
|
|
33416
|
+
* @param {Object} val 删除的数据
|
|
33417
|
+
* @date 2022年5月25日
|
|
33414
33418
|
**/
|
|
33415
33419
|
del: function del(val) {
|
|
33416
33420
|
var _this3 = this;
|
|
@@ -33452,12 +33456,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33452
33456
|
}).catch(function (e) {});
|
|
33453
33457
|
},
|
|
33454
33458
|
|
|
33455
|
-
/**
|
|
33456
|
-
* submit
|
|
33457
|
-
* @desc:新增/编辑意见保存
|
|
33458
|
-
* @author liufan
|
|
33459
|
-
* @param {Object} val 保存数据
|
|
33460
|
-
* @date 2022年5月25日
|
|
33459
|
+
/**
|
|
33460
|
+
* submit
|
|
33461
|
+
* @desc:新增/编辑意见保存
|
|
33462
|
+
* @author liufan
|
|
33463
|
+
* @param {Object} val 保存数据
|
|
33464
|
+
* @date 2022年5月25日
|
|
33461
33465
|
**/
|
|
33462
33466
|
submit: function submit(val) {
|
|
33463
33467
|
var _this4 = this;
|
|
@@ -33512,8 +33516,8 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33512
33516
|
|
|
33513
33517
|
var CommonOpinions_component = normalizeComponent(
|
|
33514
33518
|
component_CommonOpinionsvue_type_script_lang_js_,
|
|
33515
|
-
|
|
33516
|
-
|
|
33519
|
+
CommonOpinionsvue_type_template_id_8458f882_render,
|
|
33520
|
+
CommonOpinionsvue_type_template_id_8458f882_staticRenderFns,
|
|
33517
33521
|
false,
|
|
33518
33522
|
null,
|
|
33519
33523
|
null,
|
|
@@ -33522,8 +33526,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
33522
33526
|
)
|
|
33523
33527
|
|
|
33524
33528
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
33525
|
-
// 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=
|
|
33526
|
-
var
|
|
33529
|
+
// 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=68430d4b&
|
|
33530
|
+
var flowvue_type_template_id_68430d4b_render = function () {
|
|
33527
33531
|
var _vm = this
|
|
33528
33532
|
var _h = _vm.$createElement
|
|
33529
33533
|
var _c = _vm._self._c || _h
|
|
@@ -34019,8 +34023,11 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
34019
34023
|
name: "show",
|
|
34020
34024
|
rawName: "v-show",
|
|
34021
34025
|
value:
|
|
34022
|
-
!_vm.isStartFlow &&
|
|
34023
|
-
|
|
34026
|
+
!_vm.isStartFlow &&
|
|
34027
|
+
!_vm.shrink &&
|
|
34028
|
+
_vm.typeList.length > 1,
|
|
34029
|
+
expression:
|
|
34030
|
+
"!isStartFlow && !shrink && typeList.length > 1",
|
|
34024
34031
|
},
|
|
34025
34032
|
],
|
|
34026
34033
|
staticClass: "es-flow-middle-more-btn",
|
|
@@ -35138,8 +35145,7 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
35138
35145
|
{
|
|
35139
35146
|
attrs: {
|
|
35140
35147
|
prop: "nextReadUserId",
|
|
35141
|
-
label:
|
|
35142
|
-
"\n 分阅用户\n ",
|
|
35148
|
+
label: "分阅用户",
|
|
35143
35149
|
},
|
|
35144
35150
|
},
|
|
35145
35151
|
[
|
|
@@ -35156,6 +35162,7 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
35156
35162
|
showTooltip:
|
|
35157
35163
|
_vm.showTooltip,
|
|
35158
35164
|
title: "分阅用户",
|
|
35165
|
+
params: _vm.fyParams,
|
|
35159
35166
|
mix: true,
|
|
35160
35167
|
types: _vm.types,
|
|
35161
35168
|
tabs: _vm.tabs,
|
|
@@ -35202,6 +35209,7 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
35202
35209
|
_vm.presetReadUserId,
|
|
35203
35210
|
presetEdit: 1,
|
|
35204
35211
|
title: "分阅用户",
|
|
35212
|
+
params: _vm.fyParams,
|
|
35205
35213
|
mix: true,
|
|
35206
35214
|
types: _vm.types,
|
|
35207
35215
|
tabs: _vm.tabs,
|
|
@@ -35731,6 +35739,7 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
35731
35739
|
_vm.btnType === "reject"
|
|
35732
35740
|
? _c("ProcessReject", {
|
|
35733
35741
|
ref: "reject",
|
|
35742
|
+
staticClass: "es-info",
|
|
35734
35743
|
attrs: {
|
|
35735
35744
|
"pending-id": _vm.pendingId,
|
|
35736
35745
|
option: _vm.value,
|
|
@@ -35751,11 +35760,13 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
35751
35760
|
: _vm.btnType === "toStartTaskRead"
|
|
35752
35761
|
? _c("StartTaskRead", {
|
|
35753
35762
|
ref: "toStartTaskRead",
|
|
35763
|
+
staticClass: "es-info",
|
|
35754
35764
|
attrs: {
|
|
35755
35765
|
"pending-id": _vm.pendingId,
|
|
35756
35766
|
hideBtn: "",
|
|
35757
35767
|
opinion: _vm.value,
|
|
35758
35768
|
type: _vm.taskReadType,
|
|
35769
|
+
resetAppId: _vm.resetAppId,
|
|
35759
35770
|
showTooltip: _vm.showTooltip,
|
|
35760
35771
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
35761
35772
|
hideMessage: _vm.hideMessage,
|
|
@@ -35982,7 +35993,7 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
35982
35993
|
attrs: { size: "medium" },
|
|
35983
35994
|
on: { click: _vm.taskReadBtn },
|
|
35984
35995
|
},
|
|
35985
|
-
[_vm._v("分阅
|
|
35996
|
+
[_vm._v("分阅")]
|
|
35986
35997
|
)
|
|
35987
35998
|
: _vm._e(),
|
|
35988
35999
|
],
|
|
@@ -36198,6 +36209,7 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
36198
36209
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
36199
36210
|
hideMessage: _vm.hideMessage,
|
|
36200
36211
|
selectorConfig: _vm.selectorConfig,
|
|
36212
|
+
resetAppId: _vm.resetAppId,
|
|
36201
36213
|
simpleTips: _vm.simpleTips,
|
|
36202
36214
|
subParams: _vm.subParams,
|
|
36203
36215
|
taskExamine: _vm.taskExamineInfo,
|
|
@@ -36424,14 +36436,14 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
36424
36436
|
)
|
|
36425
36437
|
: _vm._e()
|
|
36426
36438
|
}
|
|
36427
|
-
var
|
|
36428
|
-
|
|
36439
|
+
var flowvue_type_template_id_68430d4b_staticRenderFns = []
|
|
36440
|
+
flowvue_type_template_id_68430d4b_render._withStripped = true
|
|
36429
36441
|
|
|
36430
36442
|
|
|
36431
|
-
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=
|
|
36443
|
+
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=68430d4b&
|
|
36432
36444
|
|
|
36433
|
-
// 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=
|
|
36434
|
-
var
|
|
36445
|
+
// 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
|
+
var Opinionsvue_type_template_id_5f07a050_render = function () {
|
|
36435
36447
|
var _vm = this
|
|
36436
36448
|
var _h = _vm.$createElement
|
|
36437
36449
|
var _c = _vm._self._c || _h
|
|
@@ -36547,11 +36559,7 @@ var Opinionsvue_type_template_id_0119601a_render = function () {
|
|
|
36547
36559
|
_c("el-button", {
|
|
36548
36560
|
staticClass: "es-flow__opinions--edit",
|
|
36549
36561
|
attrs: { type: "text", icon: "es-icon-xiugai" },
|
|
36550
|
-
on: {
|
|
36551
|
-
click: function ($event) {
|
|
36552
|
-
_vm.dialogVisible = true
|
|
36553
|
-
},
|
|
36554
|
-
},
|
|
36562
|
+
on: { click: _vm.handleOpenDialog },
|
|
36555
36563
|
}),
|
|
36556
36564
|
],
|
|
36557
36565
|
1
|
|
@@ -36652,11 +36660,11 @@ var Opinionsvue_type_template_id_0119601a_render = function () {
|
|
|
36652
36660
|
1
|
|
36653
36661
|
)
|
|
36654
36662
|
}
|
|
36655
|
-
var
|
|
36656
|
-
|
|
36663
|
+
var Opinionsvue_type_template_id_5f07a050_staticRenderFns = []
|
|
36664
|
+
Opinionsvue_type_template_id_5f07a050_render._withStripped = true
|
|
36657
36665
|
|
|
36658
36666
|
|
|
36659
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Opinions.vue?vue&type=template&id=
|
|
36667
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Opinions.vue?vue&type=template&id=5f07a050&
|
|
36660
36668
|
|
|
36661
36669
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Opinions.vue?vue&type=script&lang=js&
|
|
36662
36670
|
var Opinionsvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -36869,7 +36877,7 @@ var Opinionsvue_type_script_lang_js_components;
|
|
|
36869
36877
|
},
|
|
36870
36878
|
rows: {
|
|
36871
36879
|
type: [Number, String],
|
|
36872
|
-
default:
|
|
36880
|
+
default: 5
|
|
36873
36881
|
},
|
|
36874
36882
|
required: { type: Boolean, default: false }
|
|
36875
36883
|
},
|
|
@@ -36904,8 +36912,14 @@ var Opinionsvue_type_script_lang_js_components;
|
|
|
36904
36912
|
}
|
|
36905
36913
|
},
|
|
36906
36914
|
methods: {
|
|
36915
|
+
handleOpenDialog: function handleOpenDialog() {
|
|
36916
|
+
if (this.isBanInputOpinion == '1' || this.disabled) return;
|
|
36917
|
+
this.dialogVisible = true;
|
|
36918
|
+
},
|
|
36907
36919
|
handleClickTag: function handleClickTag(item) {
|
|
36920
|
+
if (this.isBanInputOpinion == '1') return;
|
|
36908
36921
|
this.form.value = (typeof item === 'undefined' ? 'undefined' : Opinionsvue_type_script_lang_js_typeof(item)) === 'object' ? item.content : item;
|
|
36922
|
+
this.$emit('change', this.form.value);
|
|
36909
36923
|
},
|
|
36910
36924
|
handleBlur: function handleBlur() {
|
|
36911
36925
|
this.$emit('blur', this.form.value);
|
|
@@ -37128,8 +37142,8 @@ var Opinionsvue_type_script_lang_js_components;
|
|
|
37128
37142
|
|
|
37129
37143
|
var Opinions_component = normalizeComponent(
|
|
37130
37144
|
component_Opinionsvue_type_script_lang_js_,
|
|
37131
|
-
|
|
37132
|
-
|
|
37145
|
+
Opinionsvue_type_template_id_5f07a050_render,
|
|
37146
|
+
Opinionsvue_type_template_id_5f07a050_staticRenderFns,
|
|
37133
37147
|
false,
|
|
37134
37148
|
null,
|
|
37135
37149
|
null,
|
|
@@ -37138,8 +37152,8 @@ var Opinions_component = normalizeComponent(
|
|
|
37138
37152
|
)
|
|
37139
37153
|
|
|
37140
37154
|
/* harmony default export */ var Opinions = (Opinions_component.exports);
|
|
37141
|
-
// 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=
|
|
37142
|
-
var
|
|
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=1fcc557e&
|
|
37156
|
+
var processFormvue_type_template_id_1fcc557e_render = function () {
|
|
37143
37157
|
var _vm = this
|
|
37144
37158
|
var _h = _vm.$createElement
|
|
37145
37159
|
var _c = _vm._self._c || _h
|
|
@@ -37238,21 +37252,138 @@ var processFormvue_type_template_id_69688141_render = function () {
|
|
|
37238
37252
|
},
|
|
37239
37253
|
},
|
|
37240
37254
|
[
|
|
37241
|
-
|
|
37242
|
-
|
|
37243
|
-
|
|
37244
|
-
|
|
37245
|
-
|
|
37246
|
-
|
|
37247
|
-
|
|
37248
|
-
|
|
37249
|
-
|
|
37250
|
-
|
|
37251
|
-
|
|
37252
|
-
|
|
37255
|
+
_vm.showOpinion
|
|
37256
|
+
? _c("CommonOpinions", {
|
|
37257
|
+
staticClass: "opinions",
|
|
37258
|
+
attrs: {
|
|
37259
|
+
opinion: _vm.nextNode.newOpinion,
|
|
37260
|
+
rows:
|
|
37261
|
+
_vm.copyHistory ||
|
|
37262
|
+
_vm.formType == "readTransfer"
|
|
37263
|
+
? 2
|
|
37264
|
+
: 5,
|
|
37265
|
+
required: _vm.isOpinionRequired == 1,
|
|
37266
|
+
},
|
|
37267
|
+
on: {
|
|
37268
|
+
change: function (val) {
|
|
37269
|
+
return (_vm.nextNode.newOpinion = val)
|
|
37270
|
+
},
|
|
37271
|
+
},
|
|
37272
|
+
})
|
|
37273
|
+
: _vm._e(),
|
|
37274
|
+
],
|
|
37275
|
+
1
|
|
37276
|
+
)
|
|
37277
|
+
: _vm._e(),
|
|
37278
|
+
_vm.isCanReadTransferHandle && _vm.readTransferHandleFlowTypeCode
|
|
37279
|
+
? _c(
|
|
37280
|
+
"el-form-item",
|
|
37281
|
+
{
|
|
37282
|
+
attrs: {
|
|
37283
|
+
prop: "nextNode",
|
|
37284
|
+
label: "选择流程",
|
|
37285
|
+
rules: [
|
|
37286
|
+
// { required: true, message: `请选择流程`, trigger: 'blur' }
|
|
37287
|
+
],
|
|
37288
|
+
},
|
|
37289
|
+
},
|
|
37290
|
+
[
|
|
37291
|
+
_c(
|
|
37292
|
+
"el-input",
|
|
37293
|
+
{
|
|
37294
|
+
staticClass: "input-with-select select-process",
|
|
37295
|
+
class: {
|
|
37296
|
+
"hide-flow-char":
|
|
37297
|
+
_vm.isStartFlowChartView != "true",
|
|
37253
37298
|
},
|
|
37299
|
+
attrs: { placeholder: "请输入内容" },
|
|
37254
37300
|
},
|
|
37255
|
-
|
|
37301
|
+
[
|
|
37302
|
+
_c(
|
|
37303
|
+
"el-select",
|
|
37304
|
+
{
|
|
37305
|
+
key: _vm.optionsKey,
|
|
37306
|
+
staticStyle: { width: "calc(100% + 40px)" },
|
|
37307
|
+
attrs: {
|
|
37308
|
+
slot: "prepend",
|
|
37309
|
+
placeholder: "请选择流程",
|
|
37310
|
+
},
|
|
37311
|
+
on: { change: _vm.handleFlowChange },
|
|
37312
|
+
slot: "prepend",
|
|
37313
|
+
model: {
|
|
37314
|
+
value: _vm.currentNodeInfo.nextNode,
|
|
37315
|
+
callback: function ($$v) {
|
|
37316
|
+
_vm.$set(_vm.currentNodeInfo, "nextNode", $$v)
|
|
37317
|
+
},
|
|
37318
|
+
expression: "currentNodeInfo.nextNode",
|
|
37319
|
+
},
|
|
37320
|
+
},
|
|
37321
|
+
_vm._l(
|
|
37322
|
+
_vm.currentNodeInfo.option,
|
|
37323
|
+
function (items) {
|
|
37324
|
+
return _c("el-option", {
|
|
37325
|
+
key: items.id,
|
|
37326
|
+
attrs: {
|
|
37327
|
+
label: items.name,
|
|
37328
|
+
disabled: items.disabled,
|
|
37329
|
+
value: items.processDefId,
|
|
37330
|
+
},
|
|
37331
|
+
})
|
|
37332
|
+
}
|
|
37333
|
+
),
|
|
37334
|
+
1
|
|
37335
|
+
),
|
|
37336
|
+
_c(
|
|
37337
|
+
"div",
|
|
37338
|
+
{
|
|
37339
|
+
directives: [
|
|
37340
|
+
{
|
|
37341
|
+
name: "show",
|
|
37342
|
+
rawName: "v-show",
|
|
37343
|
+
value: _vm.isStartFlowChartView == "true",
|
|
37344
|
+
expression: "isStartFlowChartView == 'true'",
|
|
37345
|
+
},
|
|
37346
|
+
],
|
|
37347
|
+
attrs: { slot: "append" },
|
|
37348
|
+
slot: "append",
|
|
37349
|
+
},
|
|
37350
|
+
[
|
|
37351
|
+
_c("el-button", {
|
|
37352
|
+
attrs: {
|
|
37353
|
+
icon: "es-icon-shu-jituan",
|
|
37354
|
+
type: "primary",
|
|
37355
|
+
},
|
|
37356
|
+
on: {
|
|
37357
|
+
click: function () {
|
|
37358
|
+
_vm.showFlowChart = true
|
|
37359
|
+
},
|
|
37360
|
+
},
|
|
37361
|
+
}),
|
|
37362
|
+
_c("el-button", {
|
|
37363
|
+
directives: [
|
|
37364
|
+
{
|
|
37365
|
+
name: "show",
|
|
37366
|
+
rawName: "v-show",
|
|
37367
|
+
value: _vm.activitiDefinitionSort,
|
|
37368
|
+
expression: "activitiDefinitionSort",
|
|
37369
|
+
},
|
|
37370
|
+
],
|
|
37371
|
+
attrs: {
|
|
37372
|
+
icon: "es-icon-paixu",
|
|
37373
|
+
type: "primary",
|
|
37374
|
+
},
|
|
37375
|
+
on: {
|
|
37376
|
+
click: function () {
|
|
37377
|
+
_vm.showSort = true
|
|
37378
|
+
},
|
|
37379
|
+
},
|
|
37380
|
+
}),
|
|
37381
|
+
],
|
|
37382
|
+
1
|
|
37383
|
+
),
|
|
37384
|
+
],
|
|
37385
|
+
1
|
|
37386
|
+
),
|
|
37256
37387
|
],
|
|
37257
37388
|
1
|
|
37258
37389
|
)
|
|
@@ -37534,6 +37665,7 @@ var processFormvue_type_template_id_69688141_render = function () {
|
|
|
37534
37665
|
title: "分阅用户",
|
|
37535
37666
|
mix: true,
|
|
37536
37667
|
types: _vm.types,
|
|
37668
|
+
params: _vm.fyParams,
|
|
37537
37669
|
tabs: _vm.tabs,
|
|
37538
37670
|
},
|
|
37539
37671
|
on: {
|
|
@@ -37564,6 +37696,7 @@ var processFormvue_type_template_id_69688141_render = function () {
|
|
|
37564
37696
|
showTooltip: _vm.showTooltip,
|
|
37565
37697
|
options: _vm.presetOptions,
|
|
37566
37698
|
title: "分阅用户",
|
|
37699
|
+
params: _vm.fyParams,
|
|
37567
37700
|
radioList: _vm.presetReadUserId,
|
|
37568
37701
|
presetEdit: 1,
|
|
37569
37702
|
mix: true,
|
|
@@ -37974,11 +38107,11 @@ var processFormvue_type_template_id_69688141_render = function () {
|
|
|
37974
38107
|
1
|
|
37975
38108
|
)
|
|
37976
38109
|
}
|
|
37977
|
-
var
|
|
37978
|
-
|
|
38110
|
+
var processFormvue_type_template_id_1fcc557e_staticRenderFns = []
|
|
38111
|
+
processFormvue_type_template_id_1fcc557e_render._withStripped = true
|
|
37979
38112
|
|
|
37980
38113
|
|
|
37981
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
38114
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=1fcc557e&
|
|
37982
38115
|
|
|
37983
38116
|
// 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=e270ebde&
|
|
37984
38117
|
var selectUservue_type_template_id_e270ebde_render = function () {
|
|
@@ -39516,6 +39649,8 @@ var Preset_component = normalizeComponent(
|
|
|
39516
39649
|
|
|
39517
39650
|
/* harmony default export */ var Preset = (Preset_component.exports);
|
|
39518
39651
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=script&lang=js&
|
|
39652
|
+
var processFormvue_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; };
|
|
39653
|
+
|
|
39519
39654
|
var processFormvue_type_script_lang_js_components;
|
|
39520
39655
|
|
|
39521
39656
|
//
|
|
@@ -39939,6 +40074,63 @@ var processFormvue_type_script_lang_js_components;
|
|
|
39939
40074
|
//
|
|
39940
40075
|
//
|
|
39941
40076
|
//
|
|
40077
|
+
//
|
|
40078
|
+
//
|
|
40079
|
+
//
|
|
40080
|
+
//
|
|
40081
|
+
//
|
|
40082
|
+
//
|
|
40083
|
+
//
|
|
40084
|
+
//
|
|
40085
|
+
//
|
|
40086
|
+
//
|
|
40087
|
+
//
|
|
40088
|
+
//
|
|
40089
|
+
//
|
|
40090
|
+
//
|
|
40091
|
+
//
|
|
40092
|
+
//
|
|
40093
|
+
//
|
|
40094
|
+
//
|
|
40095
|
+
//
|
|
40096
|
+
//
|
|
40097
|
+
//
|
|
40098
|
+
//
|
|
40099
|
+
//
|
|
40100
|
+
//
|
|
40101
|
+
//
|
|
40102
|
+
//
|
|
40103
|
+
//
|
|
40104
|
+
//
|
|
40105
|
+
//
|
|
40106
|
+
//
|
|
40107
|
+
//
|
|
40108
|
+
//
|
|
40109
|
+
//
|
|
40110
|
+
//
|
|
40111
|
+
//
|
|
40112
|
+
//
|
|
40113
|
+
//
|
|
40114
|
+
//
|
|
40115
|
+
//
|
|
40116
|
+
//
|
|
40117
|
+
//
|
|
40118
|
+
//
|
|
40119
|
+
//
|
|
40120
|
+
//
|
|
40121
|
+
//
|
|
40122
|
+
//
|
|
40123
|
+
//
|
|
40124
|
+
//
|
|
40125
|
+
//
|
|
40126
|
+
//
|
|
40127
|
+
//
|
|
40128
|
+
//
|
|
40129
|
+
//
|
|
40130
|
+
//
|
|
40131
|
+
//
|
|
40132
|
+
//
|
|
40133
|
+
//
|
|
39942
40134
|
|
|
39943
40135
|
|
|
39944
40136
|
|
|
@@ -39951,6 +40143,14 @@ var processFormvue_type_script_lang_js_components;
|
|
|
39951
40143
|
|
|
39952
40144
|
components: (processFormvue_type_script_lang_js_components = {}, processFormvue_type_script_lang_js_components[Option.name] = Option, processFormvue_type_script_lang_js_components[selectUser.name] = selectUser, processFormvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, processFormvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, processFormvue_type_script_lang_js_components.Preset = Preset, processFormvue_type_script_lang_js_components),
|
|
39953
40145
|
props: {
|
|
40146
|
+
isCanReadTransferHandle: {
|
|
40147
|
+
type: Boolean,
|
|
40148
|
+
default: false
|
|
40149
|
+
},
|
|
40150
|
+
readTransferHandleFlowTypeCode: {
|
|
40151
|
+
type: String,
|
|
40152
|
+
default: ''
|
|
40153
|
+
},
|
|
39954
40154
|
processDefinitionId: {
|
|
39955
40155
|
type: String,
|
|
39956
40156
|
default: ''
|
|
@@ -40032,11 +40232,15 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40032
40232
|
return {
|
|
40033
40233
|
loading: false,
|
|
40034
40234
|
isCustomUser: 0,
|
|
40235
|
+
currentNodeInfo: { nextNode: '', nextUser: '', option: [] },
|
|
40236
|
+
isStartFlowChartView: false,
|
|
40035
40237
|
isCurrentNodeForbiddenChangeCandidate: 0,
|
|
40036
40238
|
allLoading: null,
|
|
40037
40239
|
selectUser: false,
|
|
40038
40240
|
multiple: false,
|
|
40039
40241
|
readMultiple: true,
|
|
40242
|
+
showOpinion: true,
|
|
40243
|
+
isOpinionRequired: 0,
|
|
40040
40244
|
currentOrgSelectorTabs: ['employee', 'persongroup'],
|
|
40041
40245
|
customPresetHintMessage: '', //流程预设标题
|
|
40042
40246
|
nextNodeCheckType: 'select',
|
|
@@ -40055,6 +40259,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40055
40259
|
defaultNextNode: '',
|
|
40056
40260
|
presetUserJson: [],
|
|
40057
40261
|
businessId: '',
|
|
40262
|
+
optionsKey: 0,
|
|
40058
40263
|
isTaskread: 0, //是否显示分阅用户
|
|
40059
40264
|
isHandleExplain: 0, //是否展示办理说明
|
|
40060
40265
|
options: [],
|
|
@@ -40092,6 +40297,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40092
40297
|
}
|
|
40093
40298
|
}
|
|
40094
40299
|
},
|
|
40300
|
+
activitiDefinitionSort: false,
|
|
40095
40301
|
userModel: {},
|
|
40096
40302
|
nextUserTabs: {},
|
|
40097
40303
|
selectPresetUserList: [],
|
|
@@ -40159,7 +40365,9 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40159
40365
|
}
|
|
40160
40366
|
},
|
|
40161
40367
|
processDefinitionId: function processDefinitionId(val) {
|
|
40368
|
+
var savedNodeInfo = processFormvue_type_script_lang_js_extends({}, this.currentNodeInfo);
|
|
40162
40369
|
Object.assign(this.$data, this.$options.data());
|
|
40370
|
+
this.currentNodeInfo = savedNodeInfo;
|
|
40163
40371
|
this.getUserInfo();
|
|
40164
40372
|
this.getNodeType();
|
|
40165
40373
|
this.getStartFlow(val);
|
|
@@ -40205,6 +40413,28 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40205
40413
|
} else {
|
|
40206
40414
|
return ['employee', 'enterprise', 'department', 'persongroup'];
|
|
40207
40415
|
}
|
|
40416
|
+
},
|
|
40417
|
+
fyParams: function fyParams() {
|
|
40418
|
+
var orgId = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId;
|
|
40419
|
+
var params = {};
|
|
40420
|
+
if (this.configInfo.selectPersonValue == 1) {
|
|
40421
|
+
params.filid = orgId;
|
|
40422
|
+
} else if (this.configInfo.selectPersonValue == 2) {
|
|
40423
|
+
params.filid = orgId;
|
|
40424
|
+
} else if (this.configInfo.selectPersonValue == 3) {
|
|
40425
|
+
params.filid = 'all';
|
|
40426
|
+
} else if (this.configInfo.selectPersonValue == 4) {
|
|
40427
|
+
params.filid = 'all';
|
|
40428
|
+
} else if (this.configInfo.selectPersonValue == 5) {
|
|
40429
|
+
params.filid = '';
|
|
40430
|
+
} else if (this.configInfo.selectPersonValue == 6) {
|
|
40431
|
+
params.filid = '';
|
|
40432
|
+
} else if (this.configInfo.selectPersonValue == 7) {
|
|
40433
|
+
params.filid = orgId;
|
|
40434
|
+
} else if (this.configInfo.selectPersonValue == 8) {
|
|
40435
|
+
params.filid = orgId;
|
|
40436
|
+
}
|
|
40437
|
+
return params;
|
|
40208
40438
|
}
|
|
40209
40439
|
},
|
|
40210
40440
|
created: function created() {
|
|
@@ -40220,9 +40450,68 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40220
40450
|
} else if (this.formType != 'readTransfer') {
|
|
40221
40451
|
this.newOpinion = this.opinion;
|
|
40222
40452
|
}
|
|
40453
|
+
if (this.isCanReadTransferHandle && this.readTransferHandleFlowTypeCode) {
|
|
40454
|
+
this.getProcess(this.readTransferHandleFlowTypeCode);
|
|
40455
|
+
}
|
|
40223
40456
|
},
|
|
40224
40457
|
|
|
40225
40458
|
methods: {
|
|
40459
|
+
/**
|
|
40460
|
+
* getProcess
|
|
40461
|
+
* @desc:获取选择流程
|
|
40462
|
+
* @author liufan
|
|
40463
|
+
* @date 2022年5月25日
|
|
40464
|
+
**/
|
|
40465
|
+
getProcess: function getProcess(val) {
|
|
40466
|
+
var _this2 = this;
|
|
40467
|
+
|
|
40468
|
+
var params = {
|
|
40469
|
+
businessId: this.businessId,
|
|
40470
|
+
flowTypeCode: val || this.flowTypeCode,
|
|
40471
|
+
// defaultProcessKey: this.defaultProcessKey,
|
|
40472
|
+
isOnly: true,
|
|
40473
|
+
hideTempSave: true
|
|
40474
|
+
};
|
|
40475
|
+
var loading = utils_util.loading(this.$loading, '加载中...');
|
|
40476
|
+
utils_util.ajax({ url: getProcessDefList, params: params }).then(function (res) {
|
|
40477
|
+
var status = res.status,
|
|
40478
|
+
message = res.message,
|
|
40479
|
+
data = res.data;
|
|
40480
|
+
|
|
40481
|
+
loading.close();
|
|
40482
|
+
if (status === 'success') {
|
|
40483
|
+
_this2.isStartFlowChartView = data.isStartFlowChartView;
|
|
40484
|
+
if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
|
|
40485
|
+
_this2.$message.error('流程不存在或未关联对应流程!');
|
|
40486
|
+
} else {
|
|
40487
|
+
_this2.activitiDefinitionSort = data.activitiDefinitionSort;
|
|
40488
|
+
_this2.currentNodeInfo.option = data.definitionList;
|
|
40489
|
+
_this2.currentNodeInfo.nextNode = data.definitionList.filter(function (item) {
|
|
40490
|
+
return item.processDefKey == _this2.defaultProcessKey;
|
|
40491
|
+
});
|
|
40492
|
+
if (_this2.currentNodeInfo.nextNode.length) {
|
|
40493
|
+
_this2.currentNodeInfo.nextNode = _this2.currentNodeInfo.nextNode[0].processDefId;
|
|
40494
|
+
} else {
|
|
40495
|
+
if (data.definitionList.length != 0) {
|
|
40496
|
+
_this2.currentNodeInfo.nextNode = data.definitionList[0].processDefId;
|
|
40497
|
+
} else {
|
|
40498
|
+
_this2.currentNodeInfo.nextNode = '';
|
|
40499
|
+
}
|
|
40500
|
+
}
|
|
40501
|
+
if (_this2.currentNodeInfo.nextNode) {
|
|
40502
|
+
_this2.handleFlowChange(_this2.currentNodeInfo.nextNode, true);
|
|
40503
|
+
}
|
|
40504
|
+
}
|
|
40505
|
+
} else {
|
|
40506
|
+
_this2.$message.error(message || '系统错误,请联系管理员!');
|
|
40507
|
+
}
|
|
40508
|
+
}).catch(function (err) {
|
|
40509
|
+
loading.close();
|
|
40510
|
+
if (err.message && err.message !== 'canceled') {
|
|
40511
|
+
_this2.$message.error(err.message);
|
|
40512
|
+
}
|
|
40513
|
+
});
|
|
40514
|
+
},
|
|
40226
40515
|
handleChangeTime: function handleChangeTime(val) {
|
|
40227
40516
|
this.nextNode.customLimitTime = val;
|
|
40228
40517
|
},
|
|
@@ -40245,6 +40534,30 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40245
40534
|
callback();
|
|
40246
40535
|
}
|
|
40247
40536
|
},
|
|
40537
|
+
handleFlowChange: function handleFlowChange(val) {
|
|
40538
|
+
this.getNodeInfoForStartFlow(val);
|
|
40539
|
+
this.$parent.$emit('flowChange', val);
|
|
40540
|
+
},
|
|
40541
|
+
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
40542
|
+
var _this3 = this;
|
|
40543
|
+
|
|
40544
|
+
var params = {
|
|
40545
|
+
url: getNodeInfoForStart,
|
|
40546
|
+
params: { processDefinitionId: processDefinitionId }
|
|
40547
|
+
};
|
|
40548
|
+
utils_util.ajax(params).then(function (res) {
|
|
40549
|
+
if (res.status == 'success') {
|
|
40550
|
+
_this3.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired;
|
|
40551
|
+
_this3.showOpinion = false;
|
|
40552
|
+
setTimeout(function () {
|
|
40553
|
+
_this3.showOpinion = true;
|
|
40554
|
+
}, 0);
|
|
40555
|
+
_this3.processDefinitionId = processDefinitionId;
|
|
40556
|
+
// this.getStartFlow(processDefinitionId);
|
|
40557
|
+
// this.getNodeInfos(undefined, undefined, processDefinitionId);
|
|
40558
|
+
}
|
|
40559
|
+
});
|
|
40560
|
+
},
|
|
40248
40561
|
handleChange: function handleChange() {
|
|
40249
40562
|
this.isChangeMessage = true;
|
|
40250
40563
|
},
|
|
@@ -40255,7 +40568,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40255
40568
|
}
|
|
40256
40569
|
},
|
|
40257
40570
|
getUserInfo: function getUserInfo() {
|
|
40258
|
-
var
|
|
40571
|
+
var _this4 = this;
|
|
40259
40572
|
|
|
40260
40573
|
var mainConfig = utils_util.getStorage('mainConfig');
|
|
40261
40574
|
if (mainConfig) {
|
|
@@ -40268,16 +40581,16 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40268
40581
|
data = res.data;
|
|
40269
40582
|
|
|
40270
40583
|
if (status == 'success') {
|
|
40271
|
-
|
|
40272
|
-
|
|
40273
|
-
|
|
40584
|
+
_this4.userModel = data;
|
|
40585
|
+
_this4.foreignOrgSelectorParams.nofilid = _this4.userModel.orgId;
|
|
40586
|
+
_this4.foreignOrgSelectorParams.roleid = tthis.currentOrgSelectorParams.roleid = _this4.selectorParams.roleid;
|
|
40274
40587
|
} else {
|
|
40275
40588
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
40276
|
-
|
|
40589
|
+
_this4.$message.error(msg);
|
|
40277
40590
|
}
|
|
40278
40591
|
}).catch(function (err) {
|
|
40279
40592
|
if (err.message && err.message !== 'canceled') {
|
|
40280
|
-
|
|
40593
|
+
_this4.$message.error(err.message);
|
|
40281
40594
|
}
|
|
40282
40595
|
});
|
|
40283
40596
|
}
|
|
@@ -40347,7 +40660,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40347
40660
|
}
|
|
40348
40661
|
},
|
|
40349
40662
|
selecNext: function selecNext(val) {
|
|
40350
|
-
var
|
|
40663
|
+
var _this5 = this;
|
|
40351
40664
|
|
|
40352
40665
|
this.nextNode.nextUser = [];
|
|
40353
40666
|
this.options = [];
|
|
@@ -40361,7 +40674,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40361
40674
|
this.nextNode.nodeInfo = this.operationList[val].list;
|
|
40362
40675
|
if (this.nextNode.nodeInfo.length > 0) {
|
|
40363
40676
|
var defaultNodeData = this.nextNode.nodeInfo.filter(function (x) {
|
|
40364
|
-
return x.nodeId ==
|
|
40677
|
+
return x.nodeId == _this5.defaultNextNode;
|
|
40365
40678
|
});
|
|
40366
40679
|
length;
|
|
40367
40680
|
this.nextNode.nextNode = defaultNodeData.length > 0 ? this.defaultNextNode : this.nextNode.nodeInfo[0].nodeId;
|
|
@@ -40439,7 +40752,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40439
40752
|
this.getsubProcessColumns();
|
|
40440
40753
|
},
|
|
40441
40754
|
getNodeType: function getNodeType() {
|
|
40442
|
-
var
|
|
40755
|
+
var _this6 = this;
|
|
40443
40756
|
|
|
40444
40757
|
utils_util.ajax({
|
|
40445
40758
|
url: findCodeValues,
|
|
@@ -40452,23 +40765,23 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40452
40765
|
data = res.data;
|
|
40453
40766
|
|
|
40454
40767
|
if (status === 'success') {
|
|
40455
|
-
|
|
40768
|
+
_this6.nextNode.noticeList = data;
|
|
40456
40769
|
}
|
|
40457
40770
|
}).catch(function (err) {
|
|
40458
|
-
if (
|
|
40459
|
-
|
|
40771
|
+
if (_this6.showBtn) {
|
|
40772
|
+
_this6.loading = false;
|
|
40460
40773
|
} else {
|
|
40461
|
-
|
|
40774
|
+
_this6.allLoading.close();
|
|
40462
40775
|
}
|
|
40463
40776
|
if (err.message && err.message !== 'canceled') {
|
|
40464
|
-
|
|
40777
|
+
_this6.$message.error(err.message);
|
|
40465
40778
|
}
|
|
40466
40779
|
});
|
|
40467
40780
|
},
|
|
40468
40781
|
|
|
40469
40782
|
//获取通知信息
|
|
40470
40783
|
getMessage: function getMessage() {
|
|
40471
|
-
var
|
|
40784
|
+
var _this7 = this;
|
|
40472
40785
|
|
|
40473
40786
|
var params = {
|
|
40474
40787
|
processDefinitionId: this.processDefinitionId,
|
|
@@ -40480,21 +40793,21 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40480
40793
|
}
|
|
40481
40794
|
utils_util.ajax({ url: getNotificationMsg, params: params, methods: 'post' }).then(function (res) {
|
|
40482
40795
|
if (res.status === 'success') {
|
|
40483
|
-
if (!
|
|
40484
|
-
|
|
40485
|
-
|
|
40796
|
+
if (!_this7.showBtn) {
|
|
40797
|
+
_this7.oldMessage = res.message;
|
|
40798
|
+
_this7.nextNode.noticeInfo = res.message.replace('{title}', _this7.formTitle);
|
|
40486
40799
|
} else {
|
|
40487
|
-
|
|
40800
|
+
_this7.nextNode.noticeInfo = res.message;
|
|
40488
40801
|
}
|
|
40489
40802
|
}
|
|
40490
40803
|
}).catch(function (err) {
|
|
40491
|
-
if (
|
|
40492
|
-
|
|
40804
|
+
if (_this7.showBtn) {
|
|
40805
|
+
_this7.loading = false;
|
|
40493
40806
|
} else {
|
|
40494
|
-
|
|
40807
|
+
_this7.allLoading.close();
|
|
40495
40808
|
}
|
|
40496
40809
|
if (err.message && err.message !== 'canceled') {
|
|
40497
|
-
|
|
40810
|
+
_this7.$message.error(err.message);
|
|
40498
40811
|
}
|
|
40499
40812
|
});
|
|
40500
40813
|
},
|
|
@@ -40504,11 +40817,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40504
40817
|
this.saveProcess(formName);
|
|
40505
40818
|
},
|
|
40506
40819
|
saveProcess: function saveProcess(formName) {
|
|
40507
|
-
var
|
|
40820
|
+
var _this8 = this;
|
|
40508
40821
|
|
|
40509
40822
|
this.$refs[formName].validate(function (valid) {
|
|
40510
40823
|
if (valid) {
|
|
40511
|
-
var _nextNode =
|
|
40824
|
+
var _nextNode = _this8.nextNode,
|
|
40512
40825
|
nextNode = _nextNode.nextNode,
|
|
40513
40826
|
nextUser = _nextNode.nextUser,
|
|
40514
40827
|
noticeInfo = _nextNode.noticeInfo,
|
|
@@ -40525,31 +40838,31 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40525
40838
|
// return this.$message.warning('请选择通知方式');
|
|
40526
40839
|
// }
|
|
40527
40840
|
|
|
40528
|
-
if (
|
|
40529
|
-
if ((nextUser == '' ||
|
|
40530
|
-
return
|
|
40841
|
+
if (_this8.isShowNextUser) {
|
|
40842
|
+
if ((nextUser == '' || _this8.multiple && nextUser.length == 0) && !_this8.isHideCurrentOrg && !_this8.isHideOtherOrg) {
|
|
40843
|
+
return _this8.$message.warning('\u8BF7\u9009\u62E9' + (_this8.flowLabelConfig.nextUser || '下步办理人'));
|
|
40531
40844
|
}
|
|
40532
40845
|
} else {
|
|
40533
|
-
if (nextOrgId == '' ||
|
|
40534
|
-
return
|
|
40846
|
+
if (nextOrgId == '' || _this8.multiple && nextOrgId.length == 0) {
|
|
40847
|
+
return _this8.$message.warning('请选择办理对象');
|
|
40535
40848
|
}
|
|
40536
40849
|
}
|
|
40537
|
-
if ((
|
|
40538
|
-
return
|
|
40850
|
+
if ((_this8.isHideOtherOrg || _this8.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
|
|
40851
|
+
return _this8.$message.warning('请选择办理对象');
|
|
40539
40852
|
}
|
|
40540
|
-
if (
|
|
40541
|
-
|
|
40853
|
+
if (_this8.isCancelSecondConfirmationType) {
|
|
40854
|
+
_this8.$confirm('确认提交吗?', '提示', {
|
|
40542
40855
|
confirmButtonText: '确定',
|
|
40543
40856
|
cancelButtonText: '取消',
|
|
40544
40857
|
type: 'warning'
|
|
40545
40858
|
}).then(function () {
|
|
40546
|
-
if (
|
|
40547
|
-
|
|
40859
|
+
if (_this8.showBtn) {
|
|
40860
|
+
_this8.loading = true;
|
|
40548
40861
|
} else {
|
|
40549
|
-
|
|
40862
|
+
_this8.allLoading = utils_util.loading(_this8.$loading, '加载中...');
|
|
40550
40863
|
}
|
|
40551
40864
|
var newNextUser = [];
|
|
40552
|
-
if (
|
|
40865
|
+
if (_this8.multiple) {
|
|
40553
40866
|
nextUser && nextUser.map(function (item) {
|
|
40554
40867
|
return newNextUser.push(item);
|
|
40555
40868
|
});
|
|
@@ -40559,108 +40872,108 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40559
40872
|
newNoticeType = noticeType.join(',');
|
|
40560
40873
|
}
|
|
40561
40874
|
var params = {
|
|
40562
|
-
processDefinitionId:
|
|
40563
|
-
nextUserId:
|
|
40875
|
+
processDefinitionId: _this8.processDefinitionId,
|
|
40876
|
+
nextUserId: _this8.multiple ? newNextUser.join(',') : nextUser,
|
|
40564
40877
|
nextNodeId: nextNode,
|
|
40565
|
-
businessId:
|
|
40878
|
+
businessId: _this8.businessId,
|
|
40566
40879
|
notificationType: newNoticeType,
|
|
40567
40880
|
userId: utils_util.getStorage('userId'),
|
|
40568
40881
|
notificationMsg: noticeInfo,
|
|
40569
|
-
customPresetUserJson: JSON.stringify(
|
|
40570
|
-
presetUserJson: JSON.stringify(
|
|
40571
|
-
nextReadUserId:
|
|
40572
|
-
nextOrgId: !
|
|
40882
|
+
customPresetUserJson: JSON.stringify(_this8.presetList),
|
|
40883
|
+
presetUserJson: JSON.stringify(_this8.presetUserJson),
|
|
40884
|
+
nextReadUserId: _this8.readMultiple ? _this8.mixReadList && _this8.mixReadList.join('|') : nextReadUserId,
|
|
40885
|
+
nextOrgId: !_this8.isShowNextUser ? _this8.multiple ? _this8.mixOrgIdList && _this8.mixOrgIdList.join('|') : nextOrgId : '',
|
|
40573
40886
|
handleExplain: handleExplain,
|
|
40574
|
-
presetReadUserId:
|
|
40575
|
-
opinion:
|
|
40887
|
+
presetReadUserId: _this8.mixPresetList && _this8.mixPresetList.length > 0 ? _this8.mixPresetList.join('|') : presetReadUserId.join(','),
|
|
40888
|
+
opinion: _this8.newOpinion || newOpinion
|
|
40576
40889
|
};
|
|
40577
|
-
if (
|
|
40890
|
+
if (_this8.enableCustomLimitTimeSetting) {
|
|
40578
40891
|
params.customLimitTime = customLimitTime;
|
|
40579
40892
|
if (!customLimitTime) {
|
|
40580
|
-
|
|
40581
|
-
|
|
40893
|
+
_this8.$message.warning('请选择或输入限时办理的天数');
|
|
40894
|
+
_this8.nextNode.customLimitTime = '';
|
|
40582
40895
|
return;
|
|
40583
40896
|
} else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
|
|
40584
|
-
|
|
40585
|
-
|
|
40897
|
+
_this8.$message.warning('请输入正确的天数');
|
|
40898
|
+
_this8.nextNode.customLimitTime = '';
|
|
40586
40899
|
return;
|
|
40587
40900
|
}
|
|
40588
40901
|
}
|
|
40589
|
-
if (
|
|
40902
|
+
if (_this8.isHideCurrentOrg) {
|
|
40590
40903
|
params.nextCurrentOrgObj = nextCurrentOrgObj;
|
|
40591
40904
|
}
|
|
40592
|
-
if (
|
|
40905
|
+
if (_this8.isHideOtherOrg) {
|
|
40593
40906
|
params.nextOtherOrgObj = nextOtherOrgObj;
|
|
40594
40907
|
}
|
|
40595
|
-
if (
|
|
40596
|
-
if (
|
|
40908
|
+
if (_this8.activeNames != '1' || !_this8.isCustomPreset) delete params.customPresetUserJson;
|
|
40909
|
+
if (_this8.isFreeStartFlow || _this8.formType === 'readTransfer') {
|
|
40597
40910
|
var newParm = {};
|
|
40598
|
-
newParm.copyHistory =
|
|
40911
|
+
newParm.copyHistory = _this8.copyHistory === 'needCopyPendedHistory';
|
|
40599
40912
|
newParm.startFlowParamJson = params;
|
|
40600
40913
|
// newParm.startFlowParamJson.businessId = this.id; //this.id
|
|
40601
40914
|
newParm.startFlowParamJson.taskExamineParam = {
|
|
40602
|
-
startFlowFirstNodeName:
|
|
40915
|
+
startFlowFirstNodeName: _this8.taskExamineParam
|
|
40603
40916
|
};
|
|
40604
40917
|
newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
|
|
40605
|
-
for (var key in
|
|
40606
|
-
if (Array.isArray(
|
|
40607
|
-
|
|
40918
|
+
for (var key in _this8.taskParams) {
|
|
40919
|
+
if (Array.isArray(_this8.taskParams[key])) {
|
|
40920
|
+
_this8.taskParams[key] = _this8.taskParams[key].length > 0 ? _this8.taskParams[key].join(',') : '';
|
|
40608
40921
|
}
|
|
40609
40922
|
}
|
|
40610
40923
|
|
|
40611
|
-
newParm.submitTaskParamJson = JSON.stringify(
|
|
40612
|
-
if (
|
|
40924
|
+
newParm.submitTaskParamJson = JSON.stringify(_this8.taskParams);
|
|
40925
|
+
if (_this8.formType == 'readTransfer') {
|
|
40613
40926
|
newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
|
|
40614
|
-
newParm.taskReadEndParamJson = JSON.stringify(
|
|
40927
|
+
newParm.taskReadEndParamJson = JSON.stringify(_this8.taskParams);
|
|
40615
40928
|
delete newParm.copyHistory;
|
|
40616
40929
|
delete newParm.startFlowParamJson;
|
|
40617
40930
|
delete newParm.submitTaskParamJson;
|
|
40618
40931
|
}
|
|
40619
40932
|
params = newParm;
|
|
40620
40933
|
}
|
|
40621
|
-
if (
|
|
40622
|
-
params.pendingId =
|
|
40934
|
+
if (_this8.copyHistory && !_this8.isFreeStartFlow) {
|
|
40935
|
+
params.pendingId = _this8.pendingId;
|
|
40623
40936
|
delete params.businessId;
|
|
40624
40937
|
}
|
|
40625
40938
|
utils_util.ajax({
|
|
40626
|
-
url:
|
|
40939
|
+
url: _this8.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this8.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this8.copyHistory ? freeStartFlow : register,
|
|
40627
40940
|
method: 'post',
|
|
40628
40941
|
data: params
|
|
40629
40942
|
}).then(function (res) {
|
|
40630
40943
|
var status = res.status,
|
|
40631
40944
|
message = res.message;
|
|
40632
40945
|
|
|
40633
|
-
if (
|
|
40634
|
-
|
|
40946
|
+
if (_this8.showBtn) {
|
|
40947
|
+
_this8.loading = false;
|
|
40635
40948
|
} else {
|
|
40636
|
-
|
|
40949
|
+
_this8.allLoading.close();
|
|
40637
40950
|
}
|
|
40638
40951
|
if (status === 'success' || res.rCode == 0) {
|
|
40639
|
-
|
|
40640
|
-
|
|
40952
|
+
_this8.quit(true);
|
|
40953
|
+
_this8.simpleTips && _this8.$message.success('操作成功');
|
|
40641
40954
|
} else {
|
|
40642
|
-
|
|
40955
|
+
_this8.$message.error(message || '系统错误,请联系管理员!');
|
|
40643
40956
|
}
|
|
40644
40957
|
}).catch(function (err) {
|
|
40645
|
-
if (
|
|
40646
|
-
|
|
40958
|
+
if (_this8.showBtn) {
|
|
40959
|
+
_this8.loading = false;
|
|
40647
40960
|
} else {
|
|
40648
|
-
|
|
40961
|
+
_this8.allLoading.close();
|
|
40649
40962
|
}
|
|
40650
40963
|
if (err.message && err.message !== 'canceled') {
|
|
40651
|
-
|
|
40964
|
+
_this8.$message.error(err.message);
|
|
40652
40965
|
}
|
|
40653
40966
|
});
|
|
40654
40967
|
});
|
|
40655
40968
|
return;
|
|
40656
40969
|
}
|
|
40657
|
-
if (
|
|
40658
|
-
|
|
40970
|
+
if (_this8.showBtn) {
|
|
40971
|
+
_this8.loading = true;
|
|
40659
40972
|
} else {
|
|
40660
|
-
|
|
40973
|
+
_this8.allLoading = utils_util.loading(_this8.$loading, '加载中...');
|
|
40661
40974
|
}
|
|
40662
40975
|
var newNextUser = [];
|
|
40663
|
-
if (
|
|
40976
|
+
if (_this8.multiple) {
|
|
40664
40977
|
nextUser && nextUser.map(function (item) {
|
|
40665
40978
|
return newNextUser.push(item);
|
|
40666
40979
|
});
|
|
@@ -40670,96 +40983,96 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40670
40983
|
newNoticeType = noticeType.join(',');
|
|
40671
40984
|
}
|
|
40672
40985
|
var params = {
|
|
40673
|
-
processDefinitionId:
|
|
40674
|
-
nextUserId:
|
|
40986
|
+
processDefinitionId: _this8.processDefinitionId,
|
|
40987
|
+
nextUserId: _this8.multiple ? newNextUser.join(',') : nextUser,
|
|
40675
40988
|
nextNodeId: nextNode,
|
|
40676
|
-
businessId:
|
|
40989
|
+
businessId: _this8.businessId,
|
|
40677
40990
|
notificationType: newNoticeType,
|
|
40678
40991
|
userId: utils_util.getStorage('userId'),
|
|
40679
40992
|
notificationMsg: noticeInfo,
|
|
40680
|
-
customPresetUserJson: JSON.stringify(
|
|
40681
|
-
presetUserJson: JSON.stringify(
|
|
40682
|
-
nextReadUserId:
|
|
40683
|
-
nextOrgId: !
|
|
40993
|
+
customPresetUserJson: JSON.stringify(_this8.presetList),
|
|
40994
|
+
presetUserJson: JSON.stringify(_this8.presetUserJson),
|
|
40995
|
+
nextReadUserId: _this8.readMultiple ? _this8.mixReadList && _this8.mixReadList.join('|') : nextReadUserId,
|
|
40996
|
+
nextOrgId: !_this8.isShowNextUser ? _this8.multiple ? _this8.mixOrgIdList && _this8.mixOrgIdList.join('|') : nextOrgId : '',
|
|
40684
40997
|
handleExplain: handleExplain,
|
|
40685
|
-
presetReadUserId:
|
|
40686
|
-
opinion:
|
|
40998
|
+
presetReadUserId: _this8.mixPresetList && _this8.mixPresetList.length > 0 ? _this8.mixPresetList.join('|') : presetReadUserId.join(','),
|
|
40999
|
+
opinion: _this8.newOpinion || newOpinion
|
|
40687
41000
|
};
|
|
40688
|
-
if (
|
|
41001
|
+
if (_this8.enableCustomLimitTimeSetting) {
|
|
40689
41002
|
params.customLimitTime = customLimitTime;
|
|
40690
41003
|
if (!customLimitTime) {
|
|
40691
|
-
|
|
40692
|
-
|
|
41004
|
+
_this8.$message.warning('请选择或输入限时办理的天数');
|
|
41005
|
+
_this8.nextNode.customLimitTime = '';
|
|
40693
41006
|
return;
|
|
40694
41007
|
} else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
|
|
40695
|
-
|
|
40696
|
-
|
|
41008
|
+
_this8.$message.warning('请输入正确的天数');
|
|
41009
|
+
_this8.nextNode.customLimitTime = '';
|
|
40697
41010
|
return;
|
|
40698
41011
|
}
|
|
40699
41012
|
}
|
|
40700
|
-
if (
|
|
41013
|
+
if (_this8.isHideCurrentOrg) {
|
|
40701
41014
|
params.nextCurrentOrgObj = nextCurrentOrgObj;
|
|
40702
41015
|
}
|
|
40703
|
-
if (
|
|
41016
|
+
if (_this8.isHideOtherOrg) {
|
|
40704
41017
|
params.nextOtherOrgObj = nextOtherOrgObj;
|
|
40705
41018
|
}
|
|
40706
|
-
if (
|
|
40707
|
-
if (
|
|
41019
|
+
if (_this8.activeNames != '1' || !_this8.isCustomPreset) delete params.customPresetUserJson;
|
|
41020
|
+
if (_this8.isFreeStartFlow || _this8.formType === 'readTransfer') {
|
|
40708
41021
|
var newParm = {};
|
|
40709
|
-
newParm.copyHistory =
|
|
41022
|
+
newParm.copyHistory = _this8.copyHistory === 'needCopyPendedHistory';
|
|
40710
41023
|
newParm.startFlowParamJson = params;
|
|
40711
41024
|
// newParm.startFlowParamJson.businessId = this.id; //this.id
|
|
40712
41025
|
newParm.startFlowParamJson.taskExamineParam = {
|
|
40713
|
-
startFlowFirstNodeName:
|
|
41026
|
+
startFlowFirstNodeName: _this8.taskExamineParam
|
|
40714
41027
|
};
|
|
40715
41028
|
newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
|
|
40716
|
-
for (var key in
|
|
40717
|
-
if (Array.isArray(
|
|
40718
|
-
|
|
41029
|
+
for (var key in _this8.taskParams) {
|
|
41030
|
+
if (Array.isArray(_this8.taskParams[key])) {
|
|
41031
|
+
_this8.taskParams[key] = _this8.taskParams[key].length > 0 ? _this8.taskParams[key].join(',') : '';
|
|
40719
41032
|
}
|
|
40720
41033
|
}
|
|
40721
41034
|
|
|
40722
|
-
newParm.submitTaskParamJson = JSON.stringify(
|
|
40723
|
-
if (
|
|
41035
|
+
newParm.submitTaskParamJson = JSON.stringify(_this8.taskParams);
|
|
41036
|
+
if (_this8.formType == 'readTransfer') {
|
|
40724
41037
|
newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
|
|
40725
|
-
newParm.taskReadEndParamJson = JSON.stringify(
|
|
41038
|
+
newParm.taskReadEndParamJson = JSON.stringify(_this8.taskParams);
|
|
40726
41039
|
delete newParm.copyHistory;
|
|
40727
41040
|
delete newParm.startFlowParamJson;
|
|
40728
41041
|
delete newParm.submitTaskParamJson;
|
|
40729
41042
|
}
|
|
40730
41043
|
params = newParm;
|
|
40731
41044
|
}
|
|
40732
|
-
if (
|
|
40733
|
-
params.pendingId =
|
|
41045
|
+
if (_this8.copyHistory && !_this8.isFreeStartFlow) {
|
|
41046
|
+
params.pendingId = _this8.pendingId;
|
|
40734
41047
|
delete params.businessId;
|
|
40735
41048
|
}
|
|
40736
41049
|
utils_util.ajax({
|
|
40737
|
-
url:
|
|
41050
|
+
url: _this8.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this8.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this8.copyHistory ? freeStartFlow : register,
|
|
40738
41051
|
method: 'post',
|
|
40739
41052
|
data: params
|
|
40740
41053
|
}).then(function (res) {
|
|
40741
41054
|
var status = res.status,
|
|
40742
41055
|
message = res.message;
|
|
40743
41056
|
|
|
40744
|
-
if (
|
|
40745
|
-
|
|
41057
|
+
if (_this8.showBtn) {
|
|
41058
|
+
_this8.loading = false;
|
|
40746
41059
|
} else {
|
|
40747
|
-
|
|
41060
|
+
_this8.allLoading.close();
|
|
40748
41061
|
}
|
|
40749
41062
|
if (status === 'success' || res.rCode == 0) {
|
|
40750
|
-
|
|
40751
|
-
|
|
41063
|
+
_this8.quit(true);
|
|
41064
|
+
_this8.simpleTips && _this8.$message.success('操作成功');
|
|
40752
41065
|
} else {
|
|
40753
|
-
|
|
41066
|
+
_this8.$message.error(message || '系统错误,请联系管理员!');
|
|
40754
41067
|
}
|
|
40755
41068
|
}).catch(function (err) {
|
|
40756
|
-
if (
|
|
40757
|
-
|
|
41069
|
+
if (_this8.showBtn) {
|
|
41070
|
+
_this8.loading = false;
|
|
40758
41071
|
} else {
|
|
40759
|
-
|
|
41072
|
+
_this8.allLoading.close();
|
|
40760
41073
|
}
|
|
40761
41074
|
if (err.message && err.message !== 'canceled') {
|
|
40762
|
-
|
|
41075
|
+
_this8.$message.error(err.message);
|
|
40763
41076
|
}
|
|
40764
41077
|
});
|
|
40765
41078
|
} else {
|
|
@@ -40767,11 +41080,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40767
41080
|
}
|
|
40768
41081
|
});
|
|
40769
41082
|
},
|
|
40770
|
-
getNodeInfos: function getNodeInfos(nodeId, index) {
|
|
40771
|
-
var
|
|
41083
|
+
getNodeInfos: function getNodeInfos(nodeId, index, processDefinitionId) {
|
|
41084
|
+
var _this9 = this;
|
|
40772
41085
|
|
|
40773
41086
|
var params = {
|
|
40774
|
-
processDefinitionId: this.processDefinitionId,
|
|
41087
|
+
processDefinitionId: processDefinitionId || this.processDefinitionId,
|
|
40775
41088
|
nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
|
|
40776
41089
|
businessId: this.id,
|
|
40777
41090
|
userId: utils_util.getStorage('userId')
|
|
@@ -40786,25 +41099,25 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40786
41099
|
countersignaturetypeText = _res$data.countersignaturetypeText,
|
|
40787
41100
|
countersignaturetypeCode = _res$data.countersignaturetypeCode;
|
|
40788
41101
|
|
|
40789
|
-
if (
|
|
40790
|
-
|
|
41102
|
+
if (_this9.showBtn) {
|
|
41103
|
+
_this9.loading = false;
|
|
40791
41104
|
} else {
|
|
40792
|
-
|
|
41105
|
+
_this9.allLoading.close();
|
|
40793
41106
|
}
|
|
40794
41107
|
if (status === 'success') {
|
|
40795
|
-
if (
|
|
40796
|
-
|
|
40797
|
-
}
|
|
40798
|
-
|
|
40799
|
-
|
|
40800
|
-
|
|
40801
|
-
|
|
40802
|
-
|
|
41108
|
+
if (_this9.currentOrgSelectorParams.department && !_this9.currentOrgSelectorParams.department.roleid && _this9.selectorParams.roleid && nodeExtAttr.deptRoleCode) {
|
|
41109
|
+
_this9.currentOrgSelectorParams.department.roleid = nodeExtAttr.deptRoleCode;
|
|
41110
|
+
}
|
|
41111
|
+
_this9.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
41112
|
+
_this9.nextNode.userInfo = nextUserList;
|
|
41113
|
+
_this9.countersignaturetypeCode = countersignaturetypeCode;
|
|
41114
|
+
_this9.nextNode.countersignaturetypeText = countersignaturetypeText;
|
|
41115
|
+
_this9.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
40803
41116
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
|
|
40804
|
-
|
|
41117
|
+
_this9.nextCurrentOrgselectUserList = [];
|
|
40805
41118
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
|
|
40806
41119
|
nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
|
|
40807
|
-
|
|
41120
|
+
_this9.nextCurrentOrgselectUserList.push({
|
|
40808
41121
|
showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i],
|
|
40809
41122
|
showid: x,
|
|
40810
41123
|
stype: 'department'
|
|
@@ -40813,7 +41126,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40813
41126
|
}
|
|
40814
41127
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
|
|
40815
41128
|
nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
|
|
40816
|
-
|
|
41129
|
+
_this9.nextCurrentOrgselectUserList.push({
|
|
40817
41130
|
showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i],
|
|
40818
41131
|
showid: x,
|
|
40819
41132
|
stype: 'employee'
|
|
@@ -40822,80 +41135,80 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40822
41135
|
}
|
|
40823
41136
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
|
|
40824
41137
|
nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
|
|
40825
|
-
|
|
41138
|
+
_this9.nextCurrentOrgselectUserList.push({
|
|
40826
41139
|
showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i],
|
|
40827
41140
|
showid: x,
|
|
40828
41141
|
stype: 'enterprise'
|
|
40829
41142
|
});
|
|
40830
41143
|
});
|
|
40831
41144
|
}
|
|
40832
|
-
|
|
41145
|
+
_this9.nextNode.nextCurrentOrgObj = nodeMoreInfo.currentOrgDefaultSelectObjects;
|
|
40833
41146
|
}
|
|
40834
|
-
if (
|
|
40835
|
-
|
|
41147
|
+
if (_this9.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
|
|
41148
|
+
_this9.nextNode.customLimitTime = _this9.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
|
|
40836
41149
|
}
|
|
40837
|
-
|
|
40838
|
-
|
|
40839
|
-
|
|
40840
|
-
|
|
40841
|
-
|
|
41150
|
+
_this9.isTaskread = nodeExtAttr.isTaskread;
|
|
41151
|
+
_this9.isHandleExplain = nodeExtAttr.isHandleExplain;
|
|
41152
|
+
_this9.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
|
|
41153
|
+
_this9.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
|
|
41154
|
+
_this9.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
|
|
40842
41155
|
if (nodeExtAttr.userSelectionType == 7 || nodeExtAttr.userSelectionType == 8 || nodeExtAttr.userSelectionType == 9 || nodeExtAttr.userSelectionType == 10 || nodeExtAttr.userSelectionType == 11 || nodeExtAttr.userSelectionType == 12) {
|
|
40843
|
-
|
|
41156
|
+
_this9.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
|
|
40844
41157
|
} else {
|
|
40845
|
-
var _isMultiple =
|
|
41158
|
+
var _isMultiple = _this9.isMultiple(nodeExtAttr.userSelectionType),
|
|
40846
41159
|
multiple = _isMultiple.multiple,
|
|
40847
41160
|
_params = _isMultiple.params;
|
|
40848
41161
|
|
|
40849
|
-
|
|
40850
|
-
|
|
41162
|
+
_this9.multiple = multiple;
|
|
41163
|
+
_this9.params = _params;
|
|
40851
41164
|
}
|
|
40852
41165
|
// this.isReadMultiple(nodeExtAttr.userSelectionType);
|
|
40853
41166
|
if (nodeExtAttr.nodeType === 1 || nodeExtAttr.nodeType === 2) {
|
|
40854
|
-
|
|
40855
|
-
|
|
41167
|
+
_this9.isHideCurrentOrg = nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
|
|
41168
|
+
_this9.isHideOtherOrg = nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
|
|
40856
41169
|
} else {
|
|
40857
|
-
|
|
40858
|
-
|
|
41170
|
+
_this9.isHideCurrentOrg = false;
|
|
41171
|
+
_this9.isHideOtherOrg = false;
|
|
40859
41172
|
}
|
|
40860
41173
|
nextUserList.map(function (item) {
|
|
40861
|
-
if (
|
|
40862
|
-
|
|
40863
|
-
|
|
41174
|
+
if (_this9.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
|
|
41175
|
+
_this9.nextNode.nextUser.push(item.userId);
|
|
41176
|
+
_this9.selectUserList.push({
|
|
40864
41177
|
showname: item.username,
|
|
40865
41178
|
showid: item.userId
|
|
40866
41179
|
});
|
|
40867
41180
|
}
|
|
40868
41181
|
|
|
40869
|
-
|
|
41182
|
+
_this9.options.push({
|
|
40870
41183
|
showname: item.username,
|
|
40871
41184
|
showid: item.userId
|
|
40872
41185
|
});
|
|
40873
41186
|
});
|
|
40874
|
-
if (
|
|
40875
|
-
|
|
41187
|
+
if (_this9.multiple) {
|
|
41188
|
+
_this9.nextNode.nextReadUserId = [];
|
|
40876
41189
|
} else {
|
|
40877
|
-
|
|
41190
|
+
_this9.nextNode.nextReadUserId = '';
|
|
40878
41191
|
}
|
|
40879
|
-
if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !
|
|
40880
|
-
|
|
40881
|
-
|
|
41192
|
+
if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this9.multiple) {
|
|
41193
|
+
_this9.nextNode.nextUser = nextUserList[0].userId;
|
|
41194
|
+
_this9.selectUserList.push({
|
|
40882
41195
|
showname: nextUserList[0].username,
|
|
40883
41196
|
showid: nextUserList[0].userId
|
|
40884
41197
|
});
|
|
40885
41198
|
}
|
|
40886
|
-
|
|
41199
|
+
_this9.radioList = _this9.options;
|
|
40887
41200
|
} else {
|
|
40888
|
-
|
|
41201
|
+
_this9.$message.error(message || '系统错误,请联系管理员!');
|
|
40889
41202
|
}
|
|
40890
|
-
nodeId &&
|
|
41203
|
+
nodeId && _this9.$refs.selectUser[index].changeInfo();
|
|
40891
41204
|
}).catch(function (err) {
|
|
40892
|
-
if (
|
|
40893
|
-
|
|
41205
|
+
if (_this9.showBtn) {
|
|
41206
|
+
_this9.loading = false;
|
|
40894
41207
|
} else {
|
|
40895
|
-
|
|
41208
|
+
_this9.allLoading.close();
|
|
40896
41209
|
}
|
|
40897
41210
|
if (err.message && err.message !== 'canceled') {
|
|
40898
|
-
|
|
41211
|
+
_this9.$message.error(err.message);
|
|
40899
41212
|
}
|
|
40900
41213
|
});
|
|
40901
41214
|
},
|
|
@@ -40918,7 +41231,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40918
41231
|
this.$emit('cancel', false);
|
|
40919
41232
|
},
|
|
40920
41233
|
getFind: function getFind() {
|
|
40921
|
-
var
|
|
41234
|
+
var _this10 = this;
|
|
40922
41235
|
|
|
40923
41236
|
utils_util.ajax({
|
|
40924
41237
|
url: findSysCodes
|
|
@@ -40927,28 +41240,28 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40927
41240
|
message = res.message;
|
|
40928
41241
|
|
|
40929
41242
|
if (status === 'success') {
|
|
40930
|
-
if (
|
|
40931
|
-
|
|
41243
|
+
if (_this10.hideMessage) return;
|
|
41244
|
+
_this10.nextNode.noticeType = message.split(',');
|
|
40932
41245
|
var arr = [];
|
|
40933
|
-
|
|
40934
|
-
|
|
41246
|
+
_this10.nextNode.noticeList.map(function (item) {
|
|
41247
|
+
_this10.nextNode.noticeType.map(function (x) {
|
|
40935
41248
|
if (x == item.cciValue) {
|
|
40936
41249
|
arr.push(x);
|
|
40937
41250
|
}
|
|
40938
41251
|
});
|
|
40939
41252
|
});
|
|
40940
|
-
|
|
41253
|
+
_this10.nextNode.noticeType = arr;
|
|
40941
41254
|
} else {
|
|
40942
|
-
|
|
41255
|
+
_this10.$message.error(message || '系统错误,请联系管理员!');
|
|
40943
41256
|
}
|
|
40944
41257
|
}).catch(function (err) {
|
|
40945
|
-
if (
|
|
40946
|
-
|
|
41258
|
+
if (_this10.showBtn) {
|
|
41259
|
+
_this10.loading = false;
|
|
40947
41260
|
} else {
|
|
40948
|
-
|
|
41261
|
+
_this10.allLoading.close();
|
|
40949
41262
|
}
|
|
40950
41263
|
if (err.message && err.message !== 'canceled') {
|
|
40951
|
-
|
|
41264
|
+
_this10.$message.error(err.message);
|
|
40952
41265
|
}
|
|
40953
41266
|
});
|
|
40954
41267
|
},
|
|
@@ -40991,7 +41304,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40991
41304
|
return { multiple: multiple, params: params };
|
|
40992
41305
|
},
|
|
40993
41306
|
getStartFlow: function getStartFlow(processId) {
|
|
40994
|
-
var
|
|
41307
|
+
var _this11 = this;
|
|
40995
41308
|
|
|
40996
41309
|
if (!processId) {
|
|
40997
41310
|
return false;
|
|
@@ -41018,43 +41331,44 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41018
41331
|
data = res.data;
|
|
41019
41332
|
|
|
41020
41333
|
if (status == 'success') {
|
|
41021
|
-
data.nodeInfoMap.nodeExtAttr.submitTipsMsg &&
|
|
41334
|
+
data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this11.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
|
|
41022
41335
|
confirmButtonText: '确定',
|
|
41023
41336
|
cancelButtonText: '取消',
|
|
41024
41337
|
type: 'warning'
|
|
41025
41338
|
}).then(function () {}).catch(function () {
|
|
41026
|
-
|
|
41339
|
+
_this11.quit();
|
|
41027
41340
|
});
|
|
41028
|
-
data.nextNodeCheckType && (
|
|
41029
|
-
data.nextOperateCheckType && (
|
|
41341
|
+
data.nextNodeCheckType && (_this11.nextNodeCheckType = data.nextNodeCheckType);
|
|
41342
|
+
data.nextOperateCheckType && (_this11.nextOperateCheckType = data.nextOperateCheckType);
|
|
41030
41343
|
if (data.currentOrgSelectorParams) {
|
|
41031
41344
|
if (data.currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
41032
|
-
|
|
41345
|
+
_this11.currentOrgSelectorTabs = data.currentOrgSelectorParams.currentOrgType.split(',');
|
|
41033
41346
|
var currentOrgparams = data.currentOrgSelectorParams.currentOrgRange.split(',');
|
|
41034
|
-
|
|
41035
|
-
|
|
41347
|
+
_this11.currentOrgSelectorTabs.map(function (x, i) {
|
|
41348
|
+
_this11.currentOrgSelectorParams[x] = {
|
|
41036
41349
|
filid: currentOrgparams[i] == 'my' ? JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : currentOrgparams[i],
|
|
41037
41350
|
only_filid: true
|
|
41038
41351
|
};
|
|
41039
41352
|
});
|
|
41040
41353
|
}
|
|
41041
41354
|
}
|
|
41042
|
-
|
|
41043
|
-
|
|
41044
|
-
|
|
41045
|
-
|
|
41046
|
-
|
|
41047
|
-
|
|
41048
|
-
|
|
41049
|
-
|
|
41050
|
-
|
|
41051
|
-
|
|
41052
|
-
|
|
41053
|
-
|
|
41355
|
+
_this11.configInfo = res.data;
|
|
41356
|
+
_this11.customPresetHintMessage = data.customPresetHintMessage;
|
|
41357
|
+
_this11.readOnlyNotificationType = data.readOnlyNotificationType;
|
|
41358
|
+
_this11.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
|
|
41359
|
+
_this11.nextNode.nodeInfo = data.nextNodeList;
|
|
41360
|
+
_this11.nextNode.nextNode = data.nextNodeList[0].nodeId;
|
|
41361
|
+
_this11.isPreset = data.isPreset;
|
|
41362
|
+
_this11.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
|
|
41363
|
+
_this11.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
41364
|
+
_this11.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
|
|
41365
|
+
_this11.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
|
|
41366
|
+
if (_this11.isChooseNextNode == 1) {
|
|
41367
|
+
_this11.operationList = [
|
|
41054
41368
|
// { key: 0, value: '默认', list: [] },
|
|
41055
41369
|
{ key: 1, value: '自定义', list: [] }];
|
|
41056
41370
|
if (data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1) {
|
|
41057
|
-
|
|
41371
|
+
_this11.operationList.unshift({
|
|
41058
41372
|
key: 0,
|
|
41059
41373
|
value: '默认',
|
|
41060
41374
|
list: data.nextNodeList
|
|
@@ -41065,69 +41379,69 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41065
41379
|
arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
|
|
41066
41380
|
}
|
|
41067
41381
|
// this.operationList[0].list = data.nextNodeList;
|
|
41068
|
-
|
|
41069
|
-
if (
|
|
41070
|
-
|
|
41071
|
-
|
|
41072
|
-
if (
|
|
41382
|
+
_this11.operationList[data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1 ? 1 : 0].list = arr;
|
|
41383
|
+
if (_this11.isHideDefaultOperation != 1) {
|
|
41384
|
+
_this11.nextNode.nextOperate = 0;
|
|
41385
|
+
_this11.nextNode.nodeInfo = _this11.operationList[0].list;
|
|
41386
|
+
if (_this11.nextNode.nodeInfo.length > 0) {
|
|
41073
41387
|
var defaultNodeData = data.nextNodeList.filter(function (x) {
|
|
41074
|
-
return x.nodeId ==
|
|
41388
|
+
return x.nodeId == _this11.defaultNextNode;
|
|
41075
41389
|
});
|
|
41076
|
-
|
|
41390
|
+
_this11.nextNode.nextNode = defaultNodeData.length > 0 ? _this11.defaultNextNode : data.nextNodeList[0].nodeId;
|
|
41077
41391
|
}
|
|
41078
41392
|
}
|
|
41079
41393
|
if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
|
|
41080
41394
|
// this.nextNode.nodeInfo = data.nextNodeList
|
|
41081
|
-
|
|
41082
|
-
|
|
41395
|
+
_this11.nextNode.nextOperate = 1;
|
|
41396
|
+
_this11.nextNode.nodeInfo = _this11.operationList[_this11.isHideDefaultOperation != 1 ? 1 : 0].list;
|
|
41083
41397
|
|
|
41084
|
-
if (
|
|
41085
|
-
var _defaultNodeData =
|
|
41086
|
-
return x.nodeId ==
|
|
41398
|
+
if (_this11.nextNode.nodeInfo.length > 0) {
|
|
41399
|
+
var _defaultNodeData = _this11.nextNode.nodeInfo.filter(function (x) {
|
|
41400
|
+
return x.nodeId == _this11.defaultNextNode;
|
|
41087
41401
|
});
|
|
41088
|
-
|
|
41402
|
+
_this11.nextNode.nextNode = _defaultNodeData.length > 0 ? _this11.defaultNextNode : _this11.nextNode.nodeInfo[0].nodeId;
|
|
41089
41403
|
}
|
|
41090
41404
|
}
|
|
41091
41405
|
}
|
|
41092
|
-
|
|
41093
|
-
|
|
41094
|
-
|
|
41095
|
-
|
|
41096
|
-
|
|
41406
|
+
_this11.isCustomPreset = data.isCustomPreset;
|
|
41407
|
+
_this11.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
|
|
41408
|
+
_this11.presetTaskNodeMap = data.presetTaskNodeMap;
|
|
41409
|
+
_this11.isSinglePage = data.taskExamine.isSinglePage;
|
|
41410
|
+
_this11.isSinglePage && (_this11.nextNode.opinion = data.taskExamine.opinion);
|
|
41097
41411
|
// this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
|
|
41098
|
-
|
|
41099
|
-
|
|
41412
|
+
_this11.nextNode.nodeName = data.taskExamine.nodeName;
|
|
41413
|
+
_this11.canPresetRead = data.canPresetRead;
|
|
41100
41414
|
if (data.canPresetRead) {
|
|
41101
41415
|
var ids = data.nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
|
|
41102
41416
|
var names = data.nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
|
|
41103
41417
|
ids.map(function (item, index) {
|
|
41104
|
-
|
|
41418
|
+
_this11.presetReadUserId.push({
|
|
41105
41419
|
showid: item,
|
|
41106
41420
|
showname: names[index]
|
|
41107
41421
|
});
|
|
41108
|
-
|
|
41422
|
+
_this11.selectPresetUserList.push({
|
|
41109
41423
|
showid: item,
|
|
41110
41424
|
showname: names[index]
|
|
41111
41425
|
});
|
|
41112
|
-
|
|
41426
|
+
_this11.nextNode.presetReadUserId.push(item);
|
|
41113
41427
|
});
|
|
41114
41428
|
}
|
|
41115
|
-
|
|
41429
|
+
_this11.getNodeInfos(undefined, undefined, processId);
|
|
41116
41430
|
// this.getPresetFlowInfo();
|
|
41117
|
-
|
|
41118
|
-
|
|
41119
|
-
|
|
41431
|
+
_this11.isCustomPreset && _this11.$refs.customPreset.getPresetFlowInfo(_this11.nextNode.nextNode, undefined, true);
|
|
41432
|
+
_this11.getFind();
|
|
41433
|
+
_this11.getMessage();
|
|
41120
41434
|
} else {
|
|
41121
|
-
|
|
41435
|
+
_this11.$message.error(message || '系统错误,请联系管理员!');
|
|
41122
41436
|
}
|
|
41123
41437
|
}).catch(function (err) {
|
|
41124
|
-
if (
|
|
41125
|
-
|
|
41438
|
+
if (_this11.showBtn) {
|
|
41439
|
+
_this11.loading = false;
|
|
41126
41440
|
} else {
|
|
41127
|
-
|
|
41441
|
+
_this11.allLoading.close();
|
|
41128
41442
|
}
|
|
41129
41443
|
if (err.message && err.message !== 'canceled') {
|
|
41130
|
-
|
|
41444
|
+
_this11.$message.error(err.message);
|
|
41131
41445
|
}
|
|
41132
41446
|
});
|
|
41133
41447
|
}
|
|
@@ -41145,8 +41459,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41145
41459
|
|
|
41146
41460
|
var processForm_component = normalizeComponent(
|
|
41147
41461
|
src_processFormvue_type_script_lang_js_,
|
|
41148
|
-
|
|
41149
|
-
|
|
41462
|
+
processFormvue_type_template_id_1fcc557e_render,
|
|
41463
|
+
processFormvue_type_template_id_1fcc557e_staticRenderFns,
|
|
41150
41464
|
false,
|
|
41151
41465
|
null,
|
|
41152
41466
|
null,
|
|
@@ -42193,8 +42507,8 @@ var TimeLimit_component = normalizeComponent(
|
|
|
42193
42507
|
)
|
|
42194
42508
|
|
|
42195
42509
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
42196
|
-
// 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=
|
|
42197
|
-
var
|
|
42510
|
+
// 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=6c65370c&
|
|
42511
|
+
var processRejectvue_type_template_id_6c65370c_render = function () {
|
|
42198
42512
|
var _vm = this
|
|
42199
42513
|
var _h = _vm.$createElement
|
|
42200
42514
|
var _c = _vm._self._c || _h
|
|
@@ -42232,16 +42546,15 @@ var processRejectvue_type_template_id_14451a70_render = function () {
|
|
|
42232
42546
|
_c(
|
|
42233
42547
|
"div",
|
|
42234
42548
|
{
|
|
42235
|
-
|
|
42236
|
-
"max-height
|
|
42237
|
-
"
|
|
42238
|
-
"margin-bottom
|
|
42239
|
-
},
|
|
42549
|
+
style:
|
|
42550
|
+
"max-height: 290px; overflow-y: " +
|
|
42551
|
+
(_vm.hideBtn ? "unset" : "auto") +
|
|
42552
|
+
"; margin-bottom: 10px",
|
|
42240
42553
|
},
|
|
42241
42554
|
[
|
|
42242
42555
|
_c(
|
|
42243
42556
|
"el-form-item",
|
|
42244
|
-
{ attrs: { prop: "nodeName", label: "
|
|
42557
|
+
{ attrs: { prop: "nodeName", label: "当前节点`" } },
|
|
42245
42558
|
[
|
|
42246
42559
|
_c("el-input", {
|
|
42247
42560
|
attrs: { disabled: "" },
|
|
@@ -42438,11 +42751,11 @@ var processRejectvue_type_template_id_14451a70_render = function () {
|
|
|
42438
42751
|
1
|
|
42439
42752
|
)
|
|
42440
42753
|
}
|
|
42441
|
-
var
|
|
42442
|
-
|
|
42754
|
+
var processRejectvue_type_template_id_6c65370c_staticRenderFns = []
|
|
42755
|
+
processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
42443
42756
|
|
|
42444
42757
|
|
|
42445
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
42758
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=6c65370c&
|
|
42446
42759
|
|
|
42447
42760
|
// 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&
|
|
42448
42761
|
//
|
|
@@ -42764,8 +43077,8 @@ processRejectvue_type_template_id_14451a70_render._withStripped = true
|
|
|
42764
43077
|
|
|
42765
43078
|
var processReject_component = normalizeComponent(
|
|
42766
43079
|
src_processRejectvue_type_script_lang_js_,
|
|
42767
|
-
|
|
42768
|
-
|
|
43080
|
+
processRejectvue_type_template_id_6c65370c_render,
|
|
43081
|
+
processRejectvue_type_template_id_6c65370c_staticRenderFns,
|
|
42769
43082
|
false,
|
|
42770
43083
|
null,
|
|
42771
43084
|
null,
|
|
@@ -42774,8 +43087,8 @@ var processReject_component = normalizeComponent(
|
|
|
42774
43087
|
)
|
|
42775
43088
|
|
|
42776
43089
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
42777
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
42778
|
-
var
|
|
43090
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=d6b2d084&
|
|
43091
|
+
var startTaskReadvue_type_template_id_d6b2d084_render = function () {
|
|
42779
43092
|
var _vm = this
|
|
42780
43093
|
var _h = _vm.$createElement
|
|
42781
43094
|
var _c = _vm._self._c || _h
|
|
@@ -42791,7 +43104,10 @@ var startTaskReadvue_type_template_id_48c99383_render = function () {
|
|
|
42791
43104
|
},
|
|
42792
43105
|
],
|
|
42793
43106
|
staticClass: "task-read",
|
|
42794
|
-
style:
|
|
43107
|
+
style:
|
|
43108
|
+
"height: " +
|
|
43109
|
+
(_vm.typeCode == "read" || _vm.hideBtn ? "100%" : "unset") +
|
|
43110
|
+
";",
|
|
42795
43111
|
attrs: {
|
|
42796
43112
|
"element-loading-text": "加载中...",
|
|
42797
43113
|
"element-loading-spinner": "el-icon-loading",
|
|
@@ -42812,8 +43128,10 @@ var startTaskReadvue_type_template_id_48c99383_render = function () {
|
|
|
42812
43128
|
{
|
|
42813
43129
|
style:
|
|
42814
43130
|
"max-height: " +
|
|
42815
|
-
(_vm.typeCode ? "
|
|
42816
|
-
"; overflow-y:
|
|
43131
|
+
(_vm.typeCode || _vm.hideBtn ? "100%" : "290px") +
|
|
43132
|
+
"; overflow-y:" +
|
|
43133
|
+
(_vm.hideBtn ? "unset" : "auto") +
|
|
43134
|
+
"; margin-bottom: 10px",
|
|
42817
43135
|
},
|
|
42818
43136
|
[
|
|
42819
43137
|
_vm.type === "transfer"
|
|
@@ -43201,11 +43519,11 @@ var startTaskReadvue_type_template_id_48c99383_render = function () {
|
|
|
43201
43519
|
1
|
|
43202
43520
|
)
|
|
43203
43521
|
}
|
|
43204
|
-
var
|
|
43205
|
-
|
|
43522
|
+
var startTaskReadvue_type_template_id_d6b2d084_staticRenderFns = []
|
|
43523
|
+
startTaskReadvue_type_template_id_d6b2d084_render._withStripped = true
|
|
43206
43524
|
|
|
43207
43525
|
|
|
43208
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
43526
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=d6b2d084&
|
|
43209
43527
|
|
|
43210
43528
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
43211
43529
|
var startTaskReadvue_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; };
|
|
@@ -43452,14 +43770,14 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43452
43770
|
var tab = {};
|
|
43453
43771
|
if (this.type != 'transfer') {
|
|
43454
43772
|
tab = {
|
|
43455
|
-
employee: {
|
|
43456
|
-
|
|
43457
|
-
|
|
43458
|
-
|
|
43459
|
-
|
|
43460
|
-
},
|
|
43461
|
-
department: { param: { filid: this.orgId } }
|
|
43462
|
-
enterprise: {}
|
|
43773
|
+
// employee: {
|
|
43774
|
+
// param: {
|
|
43775
|
+
// filid: '',//this.orgId
|
|
43776
|
+
// name: '本单位用户'
|
|
43777
|
+
// }
|
|
43778
|
+
// },
|
|
43779
|
+
department: { param: { filid: this.orgId } } //this.orgId
|
|
43780
|
+
// enterprise: {}
|
|
43463
43781
|
};
|
|
43464
43782
|
} else {
|
|
43465
43783
|
tab = {
|
|
@@ -43488,6 +43806,11 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43488
43806
|
},
|
|
43489
43807
|
|
|
43490
43808
|
methods: {
|
|
43809
|
+
// getSelectType(info){
|
|
43810
|
+
// if(info.selectPersonValue == 4){
|
|
43811
|
+
// this.selectorParams.filid = 'all'
|
|
43812
|
+
// }
|
|
43813
|
+
// },
|
|
43491
43814
|
getSelectorConfig: function getSelectorConfig() {
|
|
43492
43815
|
this.selectorTabs = this.selectorConfig.type.split(',');
|
|
43493
43816
|
this.selectorParams = this.selectorConfig.params;
|
|
@@ -43609,7 +43932,14 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43609
43932
|
} else if (this.configInfo.selectPersonValue == 6) {
|
|
43610
43933
|
this.multiple = true;
|
|
43611
43934
|
this.params.filid = '';
|
|
43935
|
+
} else if (this.configInfo.selectPersonValue == 7) {
|
|
43936
|
+
this.multiple = false;
|
|
43937
|
+
this.params.filid = orgId;
|
|
43938
|
+
} else if (this.configInfo.selectPersonValue == 8) {
|
|
43939
|
+
this.multiple = true;
|
|
43940
|
+
this.params.filid = orgId;
|
|
43612
43941
|
}
|
|
43942
|
+
console.log(this.params, 'params');
|
|
43613
43943
|
},
|
|
43614
43944
|
handleSelectCheck: function handleSelectCheck(val, data) {
|
|
43615
43945
|
var _this3 = this;
|
|
@@ -43658,6 +43988,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43658
43988
|
url: api_toStartTaskRead,
|
|
43659
43989
|
params: startTaskReadvue_type_script_lang_js_extends({
|
|
43660
43990
|
pendingId: this.pendingId,
|
|
43991
|
+
appId: this.resetAppId,
|
|
43661
43992
|
taskAction: this.type
|
|
43662
43993
|
}, this.param)
|
|
43663
43994
|
};
|
|
@@ -43943,8 +44274,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43943
44274
|
|
|
43944
44275
|
var startTaskRead_component = normalizeComponent(
|
|
43945
44276
|
src_startTaskReadvue_type_script_lang_js_,
|
|
43946
|
-
|
|
43947
|
-
|
|
44277
|
+
startTaskReadvue_type_template_id_d6b2d084_render,
|
|
44278
|
+
startTaskReadvue_type_template_id_d6b2d084_staticRenderFns,
|
|
43948
44279
|
false,
|
|
43949
44280
|
null,
|
|
43950
44281
|
null,
|
|
@@ -54232,6 +54563,10 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54232
54563
|
//
|
|
54233
54564
|
//
|
|
54234
54565
|
//
|
|
54566
|
+
//
|
|
54567
|
+
//
|
|
54568
|
+
//
|
|
54569
|
+
//
|
|
54235
54570
|
|
|
54236
54571
|
|
|
54237
54572
|
|
|
@@ -54332,7 +54667,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54332
54667
|
},
|
|
54333
54668
|
rows: {
|
|
54334
54669
|
type: [String, Number],
|
|
54335
|
-
default:
|
|
54670
|
+
default: 5
|
|
54336
54671
|
},
|
|
54337
54672
|
showOther: {
|
|
54338
54673
|
type: Boolean,
|
|
@@ -54664,6 +54999,28 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54664
54999
|
} else {
|
|
54665
55000
|
return { width: '100%' };
|
|
54666
55001
|
}
|
|
55002
|
+
},
|
|
55003
|
+
fyParams: function fyParams() {
|
|
55004
|
+
var orgId = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId;
|
|
55005
|
+
var params = {};
|
|
55006
|
+
if (this.configInfo.selectPersonValue == 1) {
|
|
55007
|
+
params.filid = orgId;
|
|
55008
|
+
} else if (this.configInfo.selectPersonValue == 2) {
|
|
55009
|
+
params.filid = orgId;
|
|
55010
|
+
} else if (this.configInfo.selectPersonValue == 3) {
|
|
55011
|
+
params.filid = 'all';
|
|
55012
|
+
} else if (this.configInfo.selectPersonValue == 4) {
|
|
55013
|
+
params.filid = 'all';
|
|
55014
|
+
} else if (this.configInfo.selectPersonValue == 5) {
|
|
55015
|
+
params.filid = '';
|
|
55016
|
+
} else if (this.configInfo.selectPersonValue == 6) {
|
|
55017
|
+
params.filid = '';
|
|
55018
|
+
} else if (this.configInfo.selectPersonValue == 7) {
|
|
55019
|
+
params.filid = orgId;
|
|
55020
|
+
} else if (this.configInfo.selectPersonValue == 8) {
|
|
55021
|
+
params.filid = orgId;
|
|
55022
|
+
}
|
|
55023
|
+
return params;
|
|
54667
55024
|
}
|
|
54668
55025
|
},
|
|
54669
55026
|
methods: {
|
|
@@ -55850,6 +56207,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55850
56207
|
data.globalNodeType === 'endEvent' ? _this30.endFlow = true : '';
|
|
55851
56208
|
}
|
|
55852
56209
|
}
|
|
56210
|
+
console.log(_this30.$refs.customPreset.getPresetFlowInfo, 'his.$refs.customPreset');
|
|
55853
56211
|
_this30.isCustomPreset && _this30.$refs.customPreset.getPresetFlowInfo(_this30.nextNode.nextNodeId, _this30.nodeInfo.nextNode, true);
|
|
55854
56212
|
} else {
|
|
55855
56213
|
_this30.$message.error(message || '系统错误,请联系管理员!');
|
|
@@ -57055,8 +57413,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57055
57413
|
|
|
57056
57414
|
var flow_component = normalizeComponent(
|
|
57057
57415
|
src_flowvue_type_script_lang_js_,
|
|
57058
|
-
|
|
57059
|
-
|
|
57416
|
+
flowvue_type_template_id_68430d4b_render,
|
|
57417
|
+
flowvue_type_template_id_68430d4b_staticRenderFns,
|
|
57060
57418
|
false,
|
|
57061
57419
|
null,
|
|
57062
57420
|
null,
|
|
@@ -58346,6 +58704,24 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58346
58704
|
//
|
|
58347
58705
|
//
|
|
58348
58706
|
//
|
|
58707
|
+
//
|
|
58708
|
+
//
|
|
58709
|
+
//
|
|
58710
|
+
//
|
|
58711
|
+
//
|
|
58712
|
+
//
|
|
58713
|
+
//
|
|
58714
|
+
//
|
|
58715
|
+
//
|
|
58716
|
+
//
|
|
58717
|
+
//
|
|
58718
|
+
//
|
|
58719
|
+
//
|
|
58720
|
+
//
|
|
58721
|
+
//
|
|
58722
|
+
//
|
|
58723
|
+
//
|
|
58724
|
+
//
|
|
58349
58725
|
|
|
58350
58726
|
|
|
58351
58727
|
|
|
@@ -58446,7 +58822,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58446
58822
|
},
|
|
58447
58823
|
rows: {
|
|
58448
58824
|
type: [String, Number],
|
|
58449
|
-
default:
|
|
58825
|
+
default: 5
|
|
58450
58826
|
},
|
|
58451
58827
|
showOther: {
|
|
58452
58828
|
type: Boolean,
|
|
@@ -58490,6 +58866,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58490
58866
|
freeStartFlowNextNode: undefined,
|
|
58491
58867
|
otherOrgDisabledObjId: [],
|
|
58492
58868
|
isCanReadTransferHandle: false,
|
|
58869
|
+
readTransferHandleFlowTypeCode: '',
|
|
58493
58870
|
readTransferHandleDisabled: true,
|
|
58494
58871
|
showCustomLimitTimeText: false,
|
|
58495
58872
|
showSort: false,
|
|
@@ -58711,6 +59088,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58711
59088
|
}
|
|
58712
59089
|
if (this.nodeInfo.nextNode) {
|
|
58713
59090
|
this.handleChange(this.nodeInfo.nextNode, true);
|
|
59091
|
+
// this.handleChange(val, true);
|
|
58714
59092
|
}
|
|
58715
59093
|
}
|
|
58716
59094
|
},
|
|
@@ -58848,7 +59226,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58848
59226
|
this.businessId && this.getProcess();
|
|
58849
59227
|
} else if (this.newTypeCode == 'fenyue') {
|
|
58850
59228
|
this.getTaskReadFlow();
|
|
58851
|
-
} else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
|
|
59229
|
+
} else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation' && !this.newFlow) {
|
|
58852
59230
|
this.getHedInfo();
|
|
58853
59231
|
}
|
|
58854
59232
|
},
|
|
@@ -58866,6 +59244,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58866
59244
|
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
58867
59245
|
var _this4 = this;
|
|
58868
59246
|
|
|
59247
|
+
console.log('processDefinitionId', processDefinitionId);
|
|
58869
59248
|
var params = {
|
|
58870
59249
|
url: getNodeInfoForStart,
|
|
58871
59250
|
params: { processDefinitionId: processDefinitionId }
|
|
@@ -58947,12 +59326,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58947
59326
|
_this6.$refs.esContent.scrollTop += _this6.$refs.messagebox.clientHeight;
|
|
58948
59327
|
});
|
|
58949
59328
|
},
|
|
59329
|
+
handleNewFlowSuccess: function handleNewFlowSuccess() {
|
|
59330
|
+
this.$emit('success');
|
|
59331
|
+
},
|
|
58950
59332
|
freeStartFlowSuccess: function freeStartFlowSuccess() {
|
|
58951
59333
|
this.showFreeStartFlow = false;
|
|
58952
59334
|
this.flowSuccess(true);
|
|
58953
59335
|
// this.$emit('success');
|
|
58954
59336
|
},
|
|
58955
59337
|
handleChange: function handleChange(val, isForStartFlow) {
|
|
59338
|
+
console.log('handleChange val', val);
|
|
58956
59339
|
this.getNodeInfoForStartFlow(val, isForStartFlow);
|
|
58957
59340
|
this.$parent.$emit('flowChange', val);
|
|
58958
59341
|
},
|
|
@@ -59179,6 +59562,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59179
59562
|
taskExamine = _res$data.taskExamine,
|
|
59180
59563
|
taskReadOpinionRequired = _res$data.taskReadOpinionRequired,
|
|
59181
59564
|
isCanReadTransferHandle = _res$data.isCanReadTransferHandle,
|
|
59565
|
+
readTransferHandleFlowTypeCode = _res$data.readTransferHandleFlowTypeCode,
|
|
59182
59566
|
defaultNotificationMessage = _res$data.defaultNotificationMessage;
|
|
59183
59567
|
|
|
59184
59568
|
if (status === 'success') {
|
|
@@ -59187,6 +59571,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59187
59571
|
_this11.taskReadOpinionRequired = taskReadOpinionRequired;
|
|
59188
59572
|
_this11.nextNode.notificationMsg = defaultNotificationMessage;
|
|
59189
59573
|
_this11.isCanReadTransferHandle = isCanReadTransferHandle;
|
|
59574
|
+
_this11.readTransferHandleFlowTypeCode = readTransferHandleFlowTypeCode;
|
|
59190
59575
|
_this11.isCanFenyue = isCanFenyue;
|
|
59191
59576
|
if (_this11.nodeName) {
|
|
59192
59577
|
_this11.NodeName = _this11.nodeName;
|
|
@@ -59828,17 +60213,29 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59828
60213
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
|
|
59829
60214
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
|
|
59830
60215
|
data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
|
|
59831
|
-
_this30.nextCurrentOrgselectUserList.push({
|
|
60216
|
+
_this30.nextCurrentOrgselectUserList.push({
|
|
60217
|
+
showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i],
|
|
60218
|
+
showid: x,
|
|
60219
|
+
stype: 'department'
|
|
60220
|
+
});
|
|
59832
60221
|
});
|
|
59833
60222
|
}
|
|
59834
60223
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
|
|
59835
60224
|
data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
|
|
59836
|
-
_this30.nextCurrentOrgselectUserList.push({
|
|
60225
|
+
_this30.nextCurrentOrgselectUserList.push({
|
|
60226
|
+
showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i],
|
|
60227
|
+
showid: x,
|
|
60228
|
+
stype: 'employee'
|
|
60229
|
+
});
|
|
59837
60230
|
});
|
|
59838
60231
|
}
|
|
59839
60232
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
|
|
59840
60233
|
data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
|
|
59841
|
-
_this30.nextCurrentOrgselectUserList.push({
|
|
60234
|
+
_this30.nextCurrentOrgselectUserList.push({
|
|
60235
|
+
showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i],
|
|
60236
|
+
showid: x,
|
|
60237
|
+
stype: 'enterprise'
|
|
60238
|
+
});
|
|
59842
60239
|
});
|
|
59843
60240
|
}
|
|
59844
60241
|
}
|
|
@@ -60067,7 +60464,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60067
60464
|
}
|
|
60068
60465
|
if (this.endFlow && isDef) {
|
|
60069
60466
|
this.loading.close();
|
|
60070
|
-
} else {
|
|
60467
|
+
} else if (!this.newFlow) {
|
|
60071
60468
|
this.getNodeInfo();
|
|
60072
60469
|
}
|
|
60073
60470
|
},
|
|
@@ -60569,7 +60966,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60569
60966
|
_this34.showNews = false;
|
|
60570
60967
|
_this34.nextNode.notificationType = [];
|
|
60571
60968
|
_this34.pendingId = results[results.length - 1].attachId;
|
|
60572
|
-
_this34.
|
|
60969
|
+
if (!_this34.newFlow) {
|
|
60970
|
+
_this34.getHedInfo();
|
|
60971
|
+
}
|
|
60573
60972
|
} else {
|
|
60574
60973
|
_this34.$message.error(msg || '系统错误,请联系管理员!');
|
|
60575
60974
|
}
|
|
@@ -61108,8 +61507,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61108
61507
|
|
|
61109
61508
|
var flow_src_main_component = normalizeComponent(
|
|
61110
61509
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
61111
|
-
|
|
61112
|
-
|
|
61510
|
+
mainvue_type_template_id_48a0a0a2_render,
|
|
61511
|
+
mainvue_type_template_id_48a0a0a2_staticRenderFns,
|
|
61113
61512
|
false,
|
|
61114
61513
|
null,
|
|
61115
61514
|
null,
|
|
@@ -63159,8 +63558,8 @@ flow_group_src_main.install = function (Vue) {
|
|
|
63159
63558
|
};
|
|
63160
63559
|
|
|
63161
63560
|
/* harmony default export */ var flow_group = (flow_group_src_main);
|
|
63162
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
63163
|
-
var
|
|
63561
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6a97d245&
|
|
63562
|
+
var mainvue_type_template_id_6a97d245_render = function () {
|
|
63164
63563
|
var _vm = this
|
|
63165
63564
|
var _h = _vm.$createElement
|
|
63166
63565
|
var _c = _vm._self._c || _h
|
|
@@ -63591,11 +63990,11 @@ var mainvue_type_template_id_7e636ba0_render = function () {
|
|
|
63591
63990
|
2
|
|
63592
63991
|
)
|
|
63593
63992
|
}
|
|
63594
|
-
var
|
|
63595
|
-
|
|
63993
|
+
var mainvue_type_template_id_6a97d245_staticRenderFns = []
|
|
63994
|
+
mainvue_type_template_id_6a97d245_render._withStripped = true
|
|
63596
63995
|
|
|
63597
63996
|
|
|
63598
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
63997
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6a97d245&
|
|
63599
63998
|
|
|
63600
63999
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
|
|
63601
64000
|
|
|
@@ -63944,6 +64343,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
63944
64343
|
title: '办理意见',
|
|
63945
64344
|
align: 'center',
|
|
63946
64345
|
showOverflowTooltip: true,
|
|
64346
|
+
'min-width': 200,
|
|
63947
64347
|
// sortable: true,
|
|
63948
64348
|
field: 'doresult'
|
|
63949
64349
|
}, {
|
|
@@ -64273,17 +64673,25 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64273
64673
|
|
|
64274
64674
|
var _that = this;
|
|
64275
64675
|
var newThead = {
|
|
64276
|
-
flow: [
|
|
64277
|
-
|
|
64278
|
-
|
|
64279
|
-
|
|
64280
|
-
|
|
64281
|
-
|
|
64282
|
-
|
|
64283
|
-
|
|
64284
|
-
|
|
64285
|
-
|
|
64286
|
-
|
|
64676
|
+
flow: [
|
|
64677
|
+
// {
|
|
64678
|
+
// label: '经办部门',
|
|
64679
|
+
// field: 'deptid',
|
|
64680
|
+
// align: 'center',
|
|
64681
|
+
// key: 'jbbm',
|
|
64682
|
+
// showOverflowTooltip: true,
|
|
64683
|
+
// width: this.theadWidth.deptid || 150,
|
|
64684
|
+
// render: (h, params) => {
|
|
64685
|
+
// return h(
|
|
64686
|
+
// 'span',
|
|
64687
|
+
// {},
|
|
64688
|
+
// params.row.doDeptName
|
|
64689
|
+
// ? params.row.doDeptName
|
|
64690
|
+
// : params.row.deptName
|
|
64691
|
+
// );
|
|
64692
|
+
// }
|
|
64693
|
+
// },
|
|
64694
|
+
{
|
|
64287
64695
|
label: '步骤',
|
|
64288
64696
|
field: 'itemname',
|
|
64289
64697
|
align: 'center',
|
|
@@ -64296,15 +64704,21 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64296
64704
|
align: 'center',
|
|
64297
64705
|
key: 'blr',
|
|
64298
64706
|
showOverflowTooltip: true,
|
|
64299
|
-
width: this.theadWidth.userName || 110
|
|
64300
|
-
|
|
64301
|
-
|
|
64302
|
-
|
|
64303
|
-
|
|
64304
|
-
|
|
64305
|
-
|
|
64306
|
-
|
|
64307
|
-
|
|
64707
|
+
width: this.theadWidth.userName || 110,
|
|
64708
|
+
render: function render(h, params) {
|
|
64709
|
+
|
|
64710
|
+
return h('span', {}, [params.row.userName]);
|
|
64711
|
+
}
|
|
64712
|
+
},
|
|
64713
|
+
// {
|
|
64714
|
+
// label: '办理人部门',
|
|
64715
|
+
// field: 'deptName',
|
|
64716
|
+
// align: 'center',
|
|
64717
|
+
// showOverflowTooltip: true,
|
|
64718
|
+
// key: 'blrbm',
|
|
64719
|
+
// width: this.theadWidth.deptName || 110
|
|
64720
|
+
// },
|
|
64721
|
+
{
|
|
64308
64722
|
label: '状态',
|
|
64309
64723
|
field: 'pendstate',
|
|
64310
64724
|
key: 'zt',
|
|
@@ -64325,6 +64739,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64325
64739
|
align: 'center',
|
|
64326
64740
|
width: this.theadWidth.doresult,
|
|
64327
64741
|
showOverflowTooltip: true,
|
|
64742
|
+
'min-width': 200,
|
|
64328
64743
|
key: 'blyj',
|
|
64329
64744
|
render: function render(h, params) {
|
|
64330
64745
|
if (params.row.doresult && (params.row.doresult.startsWith('http') || params.row.doresult.startsWith('https'))) {
|
|
@@ -64389,7 +64804,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64389
64804
|
showOverflowTooltip: true,
|
|
64390
64805
|
width: this.theadWidth.pressTimes || 150,
|
|
64391
64806
|
render: function render(h, params) {
|
|
64392
|
-
return h('
|
|
64807
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
|
|
64393
64808
|
}
|
|
64394
64809
|
}, {
|
|
64395
64810
|
title: '操作',
|
|
@@ -64450,6 +64865,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64450
64865
|
label: '办理意见',
|
|
64451
64866
|
field: 'doresult',
|
|
64452
64867
|
align: 'center',
|
|
64868
|
+
'min-width': 200,
|
|
64453
64869
|
key: 'blyj',
|
|
64454
64870
|
width: this.theadWidth.doresult,
|
|
64455
64871
|
showOverflowTooltip: true,
|
|
@@ -64516,7 +64932,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64516
64932
|
showOverflowTooltip: true,
|
|
64517
64933
|
width: this.theadWidth.pressTimes || 150,
|
|
64518
64934
|
render: function render(h, params) {
|
|
64519
|
-
return h('
|
|
64935
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
|
|
64520
64936
|
}
|
|
64521
64937
|
}, {
|
|
64522
64938
|
title: '操作',
|
|
@@ -64616,7 +65032,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64616
65032
|
showOverflowTooltip: true,
|
|
64617
65033
|
width: this.theadWidth.pressTimes || 150,
|
|
64618
65034
|
render: function render(h, params) {
|
|
64619
|
-
return h('
|
|
65035
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes);
|
|
64620
65036
|
}
|
|
64621
65037
|
}, {
|
|
64622
65038
|
label: '阅结意见 & 说明',
|
|
@@ -64942,11 +65358,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64942
65358
|
|
|
64943
65359
|
|
|
64944
65360
|
methods: {
|
|
64945
|
-
/**
|
|
64946
|
-
* handleBatchDelete
|
|
64947
|
-
* @desc:批量删除
|
|
64948
|
-
* @author liufan
|
|
64949
|
-
* @date 2025年12月31日
|
|
65361
|
+
/**
|
|
65362
|
+
* handleBatchDelete
|
|
65363
|
+
* @desc:批量删除
|
|
65364
|
+
* @author liufan
|
|
65365
|
+
* @date 2025年12月31日
|
|
64950
65366
|
**/
|
|
64951
65367
|
handleBatchDelete: function handleBatchDelete() {
|
|
64952
65368
|
var _this6 = this;
|
|
@@ -65243,12 +65659,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65243
65659
|
}
|
|
65244
65660
|
},
|
|
65245
65661
|
|
|
65246
|
-
/**
|
|
65247
|
-
* handleFormSubmit
|
|
65248
|
-
* @desc:删除节点点击事件
|
|
65249
|
-
* @param {Object} formData 点击删除的form数据
|
|
65250
|
-
* @author liufan
|
|
65251
|
-
* @date 2022年11月29日
|
|
65662
|
+
/**
|
|
65663
|
+
* handleFormSubmit
|
|
65664
|
+
* @desc:删除节点点击事件
|
|
65665
|
+
* @param {Object} formData 点击删除的form数据
|
|
65666
|
+
* @author liufan
|
|
65667
|
+
* @date 2022年11月29日
|
|
65252
65668
|
**/
|
|
65253
65669
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
65254
65670
|
var _this12 = this;
|
|
@@ -65284,12 +65700,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65284
65700
|
});
|
|
65285
65701
|
},
|
|
65286
65702
|
|
|
65287
|
-
/**
|
|
65288
|
-
* del
|
|
65289
|
-
* @desc:展示删除弹窗
|
|
65290
|
-
* @param {String} id 当前点击数据id
|
|
65291
|
-
* @author liufan
|
|
65292
|
-
* @date 2022年11月29日
|
|
65703
|
+
/**
|
|
65704
|
+
* del
|
|
65705
|
+
* @desc:展示删除弹窗
|
|
65706
|
+
* @param {String} id 当前点击数据id
|
|
65707
|
+
* @author liufan
|
|
65708
|
+
* @date 2022年11月29日
|
|
65293
65709
|
**/
|
|
65294
65710
|
del: function del(id, type) {
|
|
65295
65711
|
this.modalType = type;
|
|
@@ -65297,12 +65713,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65297
65713
|
this.showDel = true;
|
|
65298
65714
|
},
|
|
65299
65715
|
|
|
65300
|
-
/**
|
|
65301
|
-
* handleCurrentChange
|
|
65302
|
-
* @desc:监听页码变化
|
|
65303
|
-
* @param {String} val 当前页
|
|
65304
|
-
* @author liufan
|
|
65305
|
-
* @date 2022年11月29日
|
|
65716
|
+
/**
|
|
65717
|
+
* handleCurrentChange
|
|
65718
|
+
* @desc:监听页码变化
|
|
65719
|
+
* @param {String} val 当前页
|
|
65720
|
+
* @author liufan
|
|
65721
|
+
* @date 2022年11月29日
|
|
65306
65722
|
**/
|
|
65307
65723
|
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
65308
65724
|
this.currentPage = val;
|
|
@@ -65311,12 +65727,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65311
65727
|
}
|
|
65312
65728
|
},
|
|
65313
65729
|
|
|
65314
|
-
/**
|
|
65315
|
-
* handleSizeChange
|
|
65316
|
-
* @desc:监听每页数据显示数量变化
|
|
65317
|
-
* @param {String} val 每页展示数量
|
|
65318
|
-
* @author liufan
|
|
65319
|
-
* @date 2022年11月29日
|
|
65730
|
+
/**
|
|
65731
|
+
* handleSizeChange
|
|
65732
|
+
* @desc:监听每页数据显示数量变化
|
|
65733
|
+
* @param {String} val 每页展示数量
|
|
65734
|
+
* @author liufan
|
|
65735
|
+
* @date 2022年11月29日
|
|
65320
65736
|
**/
|
|
65321
65737
|
handleSizeChange: function handleSizeChange(val) {
|
|
65322
65738
|
this.pageSize = val;
|
|
@@ -65325,12 +65741,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65325
65741
|
}
|
|
65326
65742
|
},
|
|
65327
65743
|
|
|
65328
|
-
/**
|
|
65329
|
-
* sortChange
|
|
65330
|
-
* @desc:监听排序变化
|
|
65331
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
65332
|
-
* @author liufan
|
|
65333
|
-
* @date 2022年11月29日
|
|
65744
|
+
/**
|
|
65745
|
+
* sortChange
|
|
65746
|
+
* @desc:监听排序变化
|
|
65747
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
65748
|
+
* @author liufan
|
|
65749
|
+
* @date 2022年11月29日
|
|
65334
65750
|
**/
|
|
65335
65751
|
sortChange: function sortChange(info, type) {
|
|
65336
65752
|
var prop = info.prop;
|
|
@@ -65346,11 +65762,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65346
65762
|
}
|
|
65347
65763
|
},
|
|
65348
65764
|
|
|
65349
|
-
/**
|
|
65350
|
-
* getDeletList
|
|
65351
|
-
* @desc:删除列表数据
|
|
65352
|
-
* @author liufan
|
|
65353
|
-
* @date 2025年12月30日
|
|
65765
|
+
/**
|
|
65766
|
+
* getDeletList
|
|
65767
|
+
* @desc:删除列表数据
|
|
65768
|
+
* @author liufan
|
|
65769
|
+
* @date 2025年12月30日
|
|
65354
65770
|
**/
|
|
65355
65771
|
getDeletList: function getDeletList() {
|
|
65356
65772
|
var _this13 = this;
|
|
@@ -65379,11 +65795,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65379
65795
|
});
|
|
65380
65796
|
},
|
|
65381
65797
|
|
|
65382
|
-
/**
|
|
65383
|
-
* getResetList
|
|
65384
|
-
* @desc:重设列表数据
|
|
65385
|
-
* @author liufan
|
|
65386
|
-
* @date 2025年12月30日
|
|
65798
|
+
/**
|
|
65799
|
+
* getResetList
|
|
65800
|
+
* @desc:重设列表数据
|
|
65801
|
+
* @author liufan
|
|
65802
|
+
* @date 2025年12月30日
|
|
65387
65803
|
**/
|
|
65388
65804
|
getResetList: function getResetList() {
|
|
65389
65805
|
var _this14 = this;
|
|
@@ -65413,11 +65829,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65413
65829
|
});
|
|
65414
65830
|
},
|
|
65415
65831
|
|
|
65416
|
-
/**
|
|
65417
|
-
* getPressList
|
|
65418
|
-
* @desc:催办列表数据
|
|
65419
|
-
* @author liufan
|
|
65420
|
-
* @date 2022年11月29日
|
|
65832
|
+
/**
|
|
65833
|
+
* getPressList
|
|
65834
|
+
* @desc:催办列表数据
|
|
65835
|
+
* @author liufan
|
|
65836
|
+
* @date 2022年11月29日
|
|
65421
65837
|
**/
|
|
65422
65838
|
getPressList: function getPressList() {
|
|
65423
65839
|
var _this15 = this;
|
|
@@ -65447,12 +65863,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65447
65863
|
});
|
|
65448
65864
|
},
|
|
65449
65865
|
|
|
65450
|
-
/**
|
|
65451
|
-
* goPress
|
|
65452
|
-
* @desc:催办列表查看
|
|
65453
|
-
* @param {String} id 催办列表id
|
|
65454
|
-
* @author liufan
|
|
65455
|
-
* @date 2022年11月29日
|
|
65866
|
+
/**
|
|
65867
|
+
* goPress
|
|
65868
|
+
* @desc:催办列表查看
|
|
65869
|
+
* @param {String} id 催办列表id
|
|
65870
|
+
* @author liufan
|
|
65871
|
+
* @date 2022年11月29日
|
|
65456
65872
|
**/
|
|
65457
65873
|
goPress: function goPress(id) {
|
|
65458
65874
|
this.historyId = id;
|
|
@@ -65460,23 +65876,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65460
65876
|
this.getPressList();
|
|
65461
65877
|
},
|
|
65462
65878
|
|
|
65463
|
-
/**
|
|
65464
|
-
* showFile
|
|
65465
|
-
* @desc:附件查看
|
|
65466
|
-
* @param {String} ownId 附件id
|
|
65467
|
-
* @author liufan
|
|
65468
|
-
* @date 2022年11月29日
|
|
65879
|
+
/**
|
|
65880
|
+
* showFile
|
|
65881
|
+
* @desc:附件查看
|
|
65882
|
+
* @param {String} ownId 附件id
|
|
65883
|
+
* @author liufan
|
|
65884
|
+
* @date 2022年11月29日
|
|
65469
65885
|
**/
|
|
65470
65886
|
showFile: function showFile(ownId) {
|
|
65471
65887
|
this.wfpendingid = ownId;
|
|
65472
65888
|
this.showFileList = true;
|
|
65473
65889
|
},
|
|
65474
65890
|
|
|
65475
|
-
/**
|
|
65476
|
-
* handleChange
|
|
65477
|
-
* @desc:切换排序方式
|
|
65478
|
-
* @author liufan
|
|
65479
|
-
* @date 2022年11月22日
|
|
65891
|
+
/**
|
|
65892
|
+
* handleChange
|
|
65893
|
+
* @desc:切换排序方式
|
|
65894
|
+
* @author liufan
|
|
65895
|
+
* @date 2022年11月22日
|
|
65480
65896
|
**/
|
|
65481
65897
|
handleChange: function handleChange(key, value) {
|
|
65482
65898
|
if (value) {
|
|
@@ -65526,11 +65942,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65526
65942
|
}))();
|
|
65527
65943
|
},
|
|
65528
65944
|
|
|
65529
|
-
/**
|
|
65530
|
-
* getFlowList
|
|
65531
|
-
* @desc:获取流程列表
|
|
65532
|
-
* @author liufan
|
|
65533
|
-
* @date 2022年11月22日
|
|
65945
|
+
/**
|
|
65946
|
+
* getFlowList
|
|
65947
|
+
* @desc:获取流程列表
|
|
65948
|
+
* @author liufan
|
|
65949
|
+
* @date 2022年11月22日
|
|
65534
65950
|
**/
|
|
65535
65951
|
getFlowList: function getFlowList(type) {
|
|
65536
65952
|
var _this17 = this;
|
|
@@ -65610,12 +66026,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65610
66026
|
});
|
|
65611
66027
|
},
|
|
65612
66028
|
|
|
65613
|
-
/**
|
|
65614
|
-
* handleClick
|
|
65615
|
-
* @desc:表单点击事件
|
|
65616
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
65617
|
-
* @author liufan
|
|
65618
|
-
* @date 2022年11月10日
|
|
66029
|
+
/**
|
|
66030
|
+
* handleClick
|
|
66031
|
+
* @desc:表单点击事件
|
|
66032
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
66033
|
+
* @author liufan
|
|
66034
|
+
* @date 2022年11月10日
|
|
65619
66035
|
**/
|
|
65620
66036
|
handleClick: function handleClick(val) {
|
|
65621
66037
|
var _this18 = this;
|
|
@@ -65661,13 +66077,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65661
66077
|
}
|
|
65662
66078
|
},
|
|
65663
66079
|
|
|
65664
|
-
/**
|
|
65665
|
-
* getCodeValue
|
|
65666
|
-
* @desc:获取代码表过滤后的值
|
|
65667
|
-
* @param {String} value 展示数据的代码值
|
|
65668
|
-
* @param {String} type 代码表类型
|
|
65669
|
-
* @author liufan
|
|
65670
|
-
* @date 2022年11月10日
|
|
66080
|
+
/**
|
|
66081
|
+
* getCodeValue
|
|
66082
|
+
* @desc:获取代码表过滤后的值
|
|
66083
|
+
* @param {String} value 展示数据的代码值
|
|
66084
|
+
* @param {String} type 代码表类型
|
|
66085
|
+
* @author liufan
|
|
66086
|
+
* @date 2022年11月10日
|
|
65671
66087
|
**/
|
|
65672
66088
|
getCodeValue: function getCodeValue(value, type) {
|
|
65673
66089
|
var val = this[type].filter(function (item) {
|
|
@@ -65676,12 +66092,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65676
66092
|
return val[0].shortName;
|
|
65677
66093
|
},
|
|
65678
66094
|
|
|
65679
|
-
/**
|
|
65680
|
-
* getSysInfo
|
|
65681
|
-
* @desc:获取代码表
|
|
65682
|
-
* @param {String} code 编码code值
|
|
65683
|
-
* @author liufan
|
|
65684
|
-
* @date 2022年11月10日
|
|
66095
|
+
/**
|
|
66096
|
+
* getSysInfo
|
|
66097
|
+
* @desc:获取代码表
|
|
66098
|
+
* @param {String} code 编码code值
|
|
66099
|
+
* @author liufan
|
|
66100
|
+
* @date 2022年11月10日
|
|
65685
66101
|
**/
|
|
65686
66102
|
getSysInfo: function getSysInfo(code) {
|
|
65687
66103
|
var _this19 = this;
|
|
@@ -65703,11 +66119,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65703
66119
|
}).catch(function (e) {});
|
|
65704
66120
|
},
|
|
65705
66121
|
|
|
65706
|
-
/**
|
|
65707
|
-
* getListInfo
|
|
65708
|
-
* @desc:获取预设列表数据
|
|
65709
|
-
* @author liufan
|
|
65710
|
-
* @date 2022年11月10日
|
|
66122
|
+
/**
|
|
66123
|
+
* getListInfo
|
|
66124
|
+
* @desc:获取预设列表数据
|
|
66125
|
+
* @author liufan
|
|
66126
|
+
* @date 2022年11月10日
|
|
65711
66127
|
**/
|
|
65712
66128
|
getListInfo: function getListInfo() {
|
|
65713
66129
|
var _this20 = this;
|
|
@@ -65760,8 +66176,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65760
66176
|
|
|
65761
66177
|
var flow_list_src_main_component = normalizeComponent(
|
|
65762
66178
|
packages_flow_list_src_mainvue_type_script_lang_js_,
|
|
65763
|
-
|
|
65764
|
-
|
|
66179
|
+
mainvue_type_template_id_6a97d245_render,
|
|
66180
|
+
mainvue_type_template_id_6a97d245_staticRenderFns,
|
|
65765
66181
|
false,
|
|
65766
66182
|
null,
|
|
65767
66183
|
null,
|
|
@@ -112563,7 +112979,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
112563
112979
|
}
|
|
112564
112980
|
|
|
112565
112981
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
112566
|
-
version: '0.8.
|
|
112982
|
+
version: '0.8.36',
|
|
112567
112983
|
install: install,
|
|
112568
112984
|
Archives: archives,
|
|
112569
112985
|
Button: packages_button,
|