eoss-ui 0.8.34 → 0.8.35
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 +859 -493
- package/lib/flow-list.js +141 -124
- package/lib/flow.js +709 -360
- 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 +8 -3
- package/packages/flow/src/main.vue +176 -103
- package/packages/flow/src/processForm.vue +180 -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=5f3621e7&
|
|
29341
|
+
var mainvue_type_template_id_5f3621e7_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,
|
|
@@ -32123,6 +32124,10 @@ var mainvue_type_template_id_931a201c_render = function () {
|
|
|
32123
32124
|
.newFlowStartNodeItemName,
|
|
32124
32125
|
taskParams: _vm.taskParams,
|
|
32125
32126
|
formType: _vm.processFormType,
|
|
32127
|
+
isCanReadTransferHandle:
|
|
32128
|
+
_vm.isCanReadTransferHandle,
|
|
32129
|
+
readTransferHandleFlowTypeCode:
|
|
32130
|
+
_vm.readTransferHandleFlowTypeCode,
|
|
32126
32131
|
},
|
|
32127
32132
|
on: {
|
|
32128
32133
|
cancel: function ($event) {
|
|
@@ -32467,14 +32472,14 @@ var mainvue_type_template_id_931a201c_render = function () {
|
|
|
32467
32472
|
)
|
|
32468
32473
|
: _vm._e()
|
|
32469
32474
|
}
|
|
32470
|
-
var
|
|
32471
|
-
|
|
32475
|
+
var mainvue_type_template_id_5f3621e7_staticRenderFns = []
|
|
32476
|
+
mainvue_type_template_id_5f3621e7_render._withStripped = true
|
|
32472
32477
|
|
|
32473
32478
|
|
|
32474
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
32479
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f3621e7&
|
|
32475
32480
|
|
|
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
|
|
32481
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=8458f882&
|
|
32482
|
+
var CommonOpinionsvue_type_template_id_8458f882_render = function () {
|
|
32478
32483
|
var _vm = this
|
|
32479
32484
|
var _h = _vm.$createElement
|
|
32480
32485
|
var _c = _vm._self._c || _h
|
|
@@ -32684,11 +32689,11 @@ var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
|
|
|
32684
32689
|
1
|
|
32685
32690
|
)
|
|
32686
32691
|
}
|
|
32687
|
-
var
|
|
32688
|
-
|
|
32692
|
+
var CommonOpinionsvue_type_template_id_8458f882_staticRenderFns = []
|
|
32693
|
+
CommonOpinionsvue_type_template_id_8458f882_render._withStripped = true
|
|
32689
32694
|
|
|
32690
32695
|
|
|
32691
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=
|
|
32696
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=8458f882&
|
|
32692
32697
|
|
|
32693
32698
|
// 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
32699
|
var tablevue_type_template_id_a96ee8f8_render = function () {
|
|
@@ -33274,7 +33279,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33274
33279
|
},
|
|
33275
33280
|
rows: {
|
|
33276
33281
|
type: [Number, String],
|
|
33277
|
-
default:
|
|
33282
|
+
default: 5
|
|
33278
33283
|
},
|
|
33279
33284
|
required: { type: Boolean, default: false }
|
|
33280
33285
|
},
|
|
@@ -33326,21 +33331,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33326
33331
|
return validSate;
|
|
33327
33332
|
},
|
|
33328
33333
|
|
|
33329
|
-
/**
|
|
33330
|
-
* changeOpinion
|
|
33331
|
-
* @desc:监听意见变化
|
|
33332
|
-
* @author liufan
|
|
33333
|
-
* @date 2022年10月28日
|
|
33334
|
+
/**
|
|
33335
|
+
* changeOpinion
|
|
33336
|
+
* @desc:监听意见变化
|
|
33337
|
+
* @author liufan
|
|
33338
|
+
* @date 2022年10月28日
|
|
33334
33339
|
**/
|
|
33335
33340
|
changeOpinion: function changeOpinion() {
|
|
33336
33341
|
this.$emit('change', this.form.value);
|
|
33337
33342
|
},
|
|
33338
33343
|
|
|
33339
|
-
/**
|
|
33340
|
-
* getCommonOpion
|
|
33341
|
-
* @desc:获取意见
|
|
33342
|
-
* @author liufan
|
|
33343
|
-
* @date 2022年5月25日
|
|
33344
|
+
/**
|
|
33345
|
+
* getCommonOpion
|
|
33346
|
+
* @desc:获取意见
|
|
33347
|
+
* @author liufan
|
|
33348
|
+
* @date 2022年5月25日
|
|
33344
33349
|
**/
|
|
33345
33350
|
getCommonOpion: function getCommonOpion() {
|
|
33346
33351
|
var _this = this;
|
|
@@ -33369,24 +33374,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33369
33374
|
});
|
|
33370
33375
|
},
|
|
33371
33376
|
|
|
33372
|
-
/**
|
|
33373
|
-
* upDate
|
|
33374
|
-
* @desc:修改常用语
|
|
33375
|
-
* @author liufan
|
|
33376
|
-
* @param {Object} val 修改值
|
|
33377
|
-
* @date 2022年5月25日
|
|
33377
|
+
/**
|
|
33378
|
+
* upDate
|
|
33379
|
+
* @desc:修改常用语
|
|
33380
|
+
* @author liufan
|
|
33381
|
+
* @param {Object} val 修改值
|
|
33382
|
+
* @date 2022年5月25日
|
|
33378
33383
|
**/
|
|
33379
33384
|
upDate: function upDate(val) {
|
|
33380
33385
|
this.FormData.id = val.id;
|
|
33381
33386
|
this.addVisible = true;
|
|
33382
33387
|
},
|
|
33383
33388
|
|
|
33384
|
-
/**
|
|
33385
|
-
* selectChange
|
|
33386
|
-
* @desc:常用语选择
|
|
33387
|
-
* @author liufan
|
|
33388
|
-
* @param {String} val 选中值
|
|
33389
|
-
* @date 2022年5月25日
|
|
33389
|
+
/**
|
|
33390
|
+
* selectChange
|
|
33391
|
+
* @desc:常用语选择
|
|
33392
|
+
* @author liufan
|
|
33393
|
+
* @param {String} val 选中值
|
|
33394
|
+
* @date 2022年5月25日
|
|
33390
33395
|
**/
|
|
33391
33396
|
selectChange: function selectChange(val) {
|
|
33392
33397
|
var _this2 = this;
|
|
@@ -33405,12 +33410,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33405
33410
|
});
|
|
33406
33411
|
},
|
|
33407
33412
|
|
|
33408
|
-
/**
|
|
33409
|
-
* del
|
|
33410
|
-
* @desc:删除常用语
|
|
33411
|
-
* @author liufan
|
|
33412
|
-
* @param {Object} val 删除的数据
|
|
33413
|
-
* @date 2022年5月25日
|
|
33413
|
+
/**
|
|
33414
|
+
* del
|
|
33415
|
+
* @desc:删除常用语
|
|
33416
|
+
* @author liufan
|
|
33417
|
+
* @param {Object} val 删除的数据
|
|
33418
|
+
* @date 2022年5月25日
|
|
33414
33419
|
**/
|
|
33415
33420
|
del: function del(val) {
|
|
33416
33421
|
var _this3 = this;
|
|
@@ -33452,12 +33457,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33452
33457
|
}).catch(function (e) {});
|
|
33453
33458
|
},
|
|
33454
33459
|
|
|
33455
|
-
/**
|
|
33456
|
-
* submit
|
|
33457
|
-
* @desc:新增/编辑意见保存
|
|
33458
|
-
* @author liufan
|
|
33459
|
-
* @param {Object} val 保存数据
|
|
33460
|
-
* @date 2022年5月25日
|
|
33460
|
+
/**
|
|
33461
|
+
* submit
|
|
33462
|
+
* @desc:新增/编辑意见保存
|
|
33463
|
+
* @author liufan
|
|
33464
|
+
* @param {Object} val 保存数据
|
|
33465
|
+
* @date 2022年5月25日
|
|
33461
33466
|
**/
|
|
33462
33467
|
submit: function submit(val) {
|
|
33463
33468
|
var _this4 = this;
|
|
@@ -33512,8 +33517,8 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
33512
33517
|
|
|
33513
33518
|
var CommonOpinions_component = normalizeComponent(
|
|
33514
33519
|
component_CommonOpinionsvue_type_script_lang_js_,
|
|
33515
|
-
|
|
33516
|
-
|
|
33520
|
+
CommonOpinionsvue_type_template_id_8458f882_render,
|
|
33521
|
+
CommonOpinionsvue_type_template_id_8458f882_staticRenderFns,
|
|
33517
33522
|
false,
|
|
33518
33523
|
null,
|
|
33519
33524
|
null,
|
|
@@ -33522,8 +33527,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
33522
33527
|
)
|
|
33523
33528
|
|
|
33524
33529
|
/* 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
|
|
33530
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=53d37cbc&
|
|
33531
|
+
var flowvue_type_template_id_53d37cbc_render = function () {
|
|
33527
33532
|
var _vm = this
|
|
33528
33533
|
var _h = _vm.$createElement
|
|
33529
33534
|
var _c = _vm._self._c || _h
|
|
@@ -34019,8 +34024,11 @@ var flowvue_type_template_id_6c57ccab_render = function () {
|
|
|
34019
34024
|
name: "show",
|
|
34020
34025
|
rawName: "v-show",
|
|
34021
34026
|
value:
|
|
34022
|
-
!_vm.isStartFlow &&
|
|
34023
|
-
|
|
34027
|
+
!_vm.isStartFlow &&
|
|
34028
|
+
!_vm.shrink &&
|
|
34029
|
+
_vm.typeList.length > 1,
|
|
34030
|
+
expression:
|
|
34031
|
+
"!isStartFlow && !shrink && typeList.length>1",
|
|
34024
34032
|
},
|
|
34025
34033
|
],
|
|
34026
34034
|
staticClass: "es-flow-middle-more-btn",
|
|
@@ -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_53d37cbc_staticRenderFns = []
|
|
36440
|
+
flowvue_type_template_id_53d37cbc_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=53d37cbc&
|
|
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=f523153e&
|
|
37156
|
+
var processFormvue_type_template_id_f523153e_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
|
)
|
|
@@ -37974,11 +38105,11 @@ var processFormvue_type_template_id_69688141_render = function () {
|
|
|
37974
38105
|
1
|
|
37975
38106
|
)
|
|
37976
38107
|
}
|
|
37977
|
-
var
|
|
37978
|
-
|
|
38108
|
+
var processFormvue_type_template_id_f523153e_staticRenderFns = []
|
|
38109
|
+
processFormvue_type_template_id_f523153e_render._withStripped = true
|
|
37979
38110
|
|
|
37980
38111
|
|
|
37981
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
38112
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=f523153e&
|
|
37982
38113
|
|
|
37983
38114
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=e270ebde&
|
|
37984
38115
|
var selectUservue_type_template_id_e270ebde_render = function () {
|
|
@@ -39516,6 +39647,8 @@ var Preset_component = normalizeComponent(
|
|
|
39516
39647
|
|
|
39517
39648
|
/* harmony default export */ var Preset = (Preset_component.exports);
|
|
39518
39649
|
// 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&
|
|
39650
|
+
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; };
|
|
39651
|
+
|
|
39519
39652
|
var processFormvue_type_script_lang_js_components;
|
|
39520
39653
|
|
|
39521
39654
|
//
|
|
@@ -39939,6 +40072,61 @@ var processFormvue_type_script_lang_js_components;
|
|
|
39939
40072
|
//
|
|
39940
40073
|
//
|
|
39941
40074
|
//
|
|
40075
|
+
//
|
|
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
|
+
//
|
|
39942
40130
|
|
|
39943
40131
|
|
|
39944
40132
|
|
|
@@ -39951,6 +40139,14 @@ var processFormvue_type_script_lang_js_components;
|
|
|
39951
40139
|
|
|
39952
40140
|
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
40141
|
props: {
|
|
40142
|
+
isCanReadTransferHandle: {
|
|
40143
|
+
type: Boolean,
|
|
40144
|
+
default: false
|
|
40145
|
+
},
|
|
40146
|
+
readTransferHandleFlowTypeCode: {
|
|
40147
|
+
type: String,
|
|
40148
|
+
default: ''
|
|
40149
|
+
},
|
|
39954
40150
|
processDefinitionId: {
|
|
39955
40151
|
type: String,
|
|
39956
40152
|
default: ''
|
|
@@ -40032,11 +40228,15 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40032
40228
|
return {
|
|
40033
40229
|
loading: false,
|
|
40034
40230
|
isCustomUser: 0,
|
|
40231
|
+
currentNodeInfo: { nextNode: '', nextUser: '', option: [] },
|
|
40232
|
+
isStartFlowChartView: false,
|
|
40035
40233
|
isCurrentNodeForbiddenChangeCandidate: 0,
|
|
40036
40234
|
allLoading: null,
|
|
40037
40235
|
selectUser: false,
|
|
40038
40236
|
multiple: false,
|
|
40039
40237
|
readMultiple: true,
|
|
40238
|
+
showOpinion: true,
|
|
40239
|
+
isOpinionRequired: 0,
|
|
40040
40240
|
currentOrgSelectorTabs: ['employee', 'persongroup'],
|
|
40041
40241
|
customPresetHintMessage: '', //流程预设标题
|
|
40042
40242
|
nextNodeCheckType: 'select',
|
|
@@ -40055,6 +40255,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40055
40255
|
defaultNextNode: '',
|
|
40056
40256
|
presetUserJson: [],
|
|
40057
40257
|
businessId: '',
|
|
40258
|
+
optionsKey: 0,
|
|
40058
40259
|
isTaskread: 0, //是否显示分阅用户
|
|
40059
40260
|
isHandleExplain: 0, //是否展示办理说明
|
|
40060
40261
|
options: [],
|
|
@@ -40092,6 +40293,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40092
40293
|
}
|
|
40093
40294
|
}
|
|
40094
40295
|
},
|
|
40296
|
+
activitiDefinitionSort: false,
|
|
40095
40297
|
userModel: {},
|
|
40096
40298
|
nextUserTabs: {},
|
|
40097
40299
|
selectPresetUserList: [],
|
|
@@ -40159,7 +40361,9 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40159
40361
|
}
|
|
40160
40362
|
},
|
|
40161
40363
|
processDefinitionId: function processDefinitionId(val) {
|
|
40364
|
+
var savedNodeInfo = processFormvue_type_script_lang_js_extends({}, this.currentNodeInfo);
|
|
40162
40365
|
Object.assign(this.$data, this.$options.data());
|
|
40366
|
+
this.currentNodeInfo = savedNodeInfo;
|
|
40163
40367
|
this.getUserInfo();
|
|
40164
40368
|
this.getNodeType();
|
|
40165
40369
|
this.getStartFlow(val);
|
|
@@ -40220,9 +40424,68 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40220
40424
|
} else if (this.formType != 'readTransfer') {
|
|
40221
40425
|
this.newOpinion = this.opinion;
|
|
40222
40426
|
}
|
|
40427
|
+
if (this.isCanReadTransferHandle && this.readTransferHandleFlowTypeCode) {
|
|
40428
|
+
this.getProcess(this.readTransferHandleFlowTypeCode);
|
|
40429
|
+
}
|
|
40223
40430
|
},
|
|
40224
40431
|
|
|
40225
40432
|
methods: {
|
|
40433
|
+
/**
|
|
40434
|
+
* getProcess
|
|
40435
|
+
* @desc:获取选择流程
|
|
40436
|
+
* @author liufan
|
|
40437
|
+
* @date 2022年5月25日
|
|
40438
|
+
**/
|
|
40439
|
+
getProcess: function getProcess(val) {
|
|
40440
|
+
var _this2 = this;
|
|
40441
|
+
|
|
40442
|
+
var params = {
|
|
40443
|
+
businessId: this.businessId,
|
|
40444
|
+
flowTypeCode: val || this.flowTypeCode,
|
|
40445
|
+
// defaultProcessKey: this.defaultProcessKey,
|
|
40446
|
+
isOnly: true,
|
|
40447
|
+
hideTempSave: true
|
|
40448
|
+
};
|
|
40449
|
+
var loading = utils_util.loading(this.$loading, '加载中...');
|
|
40450
|
+
utils_util.ajax({ url: getProcessDefList, params: params }).then(function (res) {
|
|
40451
|
+
var status = res.status,
|
|
40452
|
+
message = res.message,
|
|
40453
|
+
data = res.data;
|
|
40454
|
+
|
|
40455
|
+
loading.close();
|
|
40456
|
+
if (status === 'success') {
|
|
40457
|
+
_this2.isStartFlowChartView = data.isStartFlowChartView;
|
|
40458
|
+
if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
|
|
40459
|
+
_this2.$message.error('流程不存在或未关联对应流程!');
|
|
40460
|
+
} else {
|
|
40461
|
+
_this2.activitiDefinitionSort = data.activitiDefinitionSort;
|
|
40462
|
+
_this2.currentNodeInfo.option = data.definitionList;
|
|
40463
|
+
_this2.currentNodeInfo.nextNode = data.definitionList.filter(function (item) {
|
|
40464
|
+
return item.processDefKey == _this2.defaultProcessKey;
|
|
40465
|
+
});
|
|
40466
|
+
if (_this2.currentNodeInfo.nextNode.length) {
|
|
40467
|
+
_this2.currentNodeInfo.nextNode = _this2.currentNodeInfo.nextNode[0].processDefId;
|
|
40468
|
+
} else {
|
|
40469
|
+
if (data.definitionList.length != 0) {
|
|
40470
|
+
_this2.currentNodeInfo.nextNode = data.definitionList[0].processDefId;
|
|
40471
|
+
} else {
|
|
40472
|
+
_this2.currentNodeInfo.nextNode = '';
|
|
40473
|
+
}
|
|
40474
|
+
}
|
|
40475
|
+
if (_this2.currentNodeInfo.nextNode) {
|
|
40476
|
+
_this2.handleFlowChange(_this2.currentNodeInfo.nextNode, true);
|
|
40477
|
+
}
|
|
40478
|
+
}
|
|
40479
|
+
} else {
|
|
40480
|
+
_this2.$message.error(message || '系统错误,请联系管理员!');
|
|
40481
|
+
}
|
|
40482
|
+
}).catch(function (err) {
|
|
40483
|
+
loading.close();
|
|
40484
|
+
if (err.message && err.message !== 'canceled') {
|
|
40485
|
+
_this2.$message.error(err.message);
|
|
40486
|
+
}
|
|
40487
|
+
});
|
|
40488
|
+
},
|
|
40226
40489
|
handleChangeTime: function handleChangeTime(val) {
|
|
40227
40490
|
this.nextNode.customLimitTime = val;
|
|
40228
40491
|
},
|
|
@@ -40245,6 +40508,30 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40245
40508
|
callback();
|
|
40246
40509
|
}
|
|
40247
40510
|
},
|
|
40511
|
+
handleFlowChange: function handleFlowChange(val) {
|
|
40512
|
+
this.getNodeInfoForStartFlow(val);
|
|
40513
|
+
this.$parent.$emit('flowChange', val);
|
|
40514
|
+
},
|
|
40515
|
+
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
40516
|
+
var _this3 = this;
|
|
40517
|
+
|
|
40518
|
+
var params = {
|
|
40519
|
+
url: getNodeInfoForStart,
|
|
40520
|
+
params: { processDefinitionId: processDefinitionId }
|
|
40521
|
+
};
|
|
40522
|
+
utils_util.ajax(params).then(function (res) {
|
|
40523
|
+
if (res.status == 'success') {
|
|
40524
|
+
_this3.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired;
|
|
40525
|
+
_this3.showOpinion = false;
|
|
40526
|
+
setTimeout(function () {
|
|
40527
|
+
_this3.showOpinion = true;
|
|
40528
|
+
}, 0);
|
|
40529
|
+
_this3.processDefinitionId = processDefinitionId;
|
|
40530
|
+
// this.getStartFlow(processDefinitionId);
|
|
40531
|
+
// this.getNodeInfos(undefined, undefined, processDefinitionId);
|
|
40532
|
+
}
|
|
40533
|
+
});
|
|
40534
|
+
},
|
|
40248
40535
|
handleChange: function handleChange() {
|
|
40249
40536
|
this.isChangeMessage = true;
|
|
40250
40537
|
},
|
|
@@ -40255,7 +40542,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40255
40542
|
}
|
|
40256
40543
|
},
|
|
40257
40544
|
getUserInfo: function getUserInfo() {
|
|
40258
|
-
var
|
|
40545
|
+
var _this4 = this;
|
|
40259
40546
|
|
|
40260
40547
|
var mainConfig = utils_util.getStorage('mainConfig');
|
|
40261
40548
|
if (mainConfig) {
|
|
@@ -40268,16 +40555,16 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40268
40555
|
data = res.data;
|
|
40269
40556
|
|
|
40270
40557
|
if (status == 'success') {
|
|
40271
|
-
|
|
40272
|
-
|
|
40273
|
-
|
|
40558
|
+
_this4.userModel = data;
|
|
40559
|
+
_this4.foreignOrgSelectorParams.nofilid = _this4.userModel.orgId;
|
|
40560
|
+
_this4.foreignOrgSelectorParams.roleid = tthis.currentOrgSelectorParams.roleid = _this4.selectorParams.roleid;
|
|
40274
40561
|
} else {
|
|
40275
40562
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
40276
|
-
|
|
40563
|
+
_this4.$message.error(msg);
|
|
40277
40564
|
}
|
|
40278
40565
|
}).catch(function (err) {
|
|
40279
40566
|
if (err.message && err.message !== 'canceled') {
|
|
40280
|
-
|
|
40567
|
+
_this4.$message.error(err.message);
|
|
40281
40568
|
}
|
|
40282
40569
|
});
|
|
40283
40570
|
}
|
|
@@ -40347,7 +40634,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40347
40634
|
}
|
|
40348
40635
|
},
|
|
40349
40636
|
selecNext: function selecNext(val) {
|
|
40350
|
-
var
|
|
40637
|
+
var _this5 = this;
|
|
40351
40638
|
|
|
40352
40639
|
this.nextNode.nextUser = [];
|
|
40353
40640
|
this.options = [];
|
|
@@ -40361,7 +40648,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40361
40648
|
this.nextNode.nodeInfo = this.operationList[val].list;
|
|
40362
40649
|
if (this.nextNode.nodeInfo.length > 0) {
|
|
40363
40650
|
var defaultNodeData = this.nextNode.nodeInfo.filter(function (x) {
|
|
40364
|
-
return x.nodeId ==
|
|
40651
|
+
return x.nodeId == _this5.defaultNextNode;
|
|
40365
40652
|
});
|
|
40366
40653
|
length;
|
|
40367
40654
|
this.nextNode.nextNode = defaultNodeData.length > 0 ? this.defaultNextNode : this.nextNode.nodeInfo[0].nodeId;
|
|
@@ -40439,7 +40726,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40439
40726
|
this.getsubProcessColumns();
|
|
40440
40727
|
},
|
|
40441
40728
|
getNodeType: function getNodeType() {
|
|
40442
|
-
var
|
|
40729
|
+
var _this6 = this;
|
|
40443
40730
|
|
|
40444
40731
|
utils_util.ajax({
|
|
40445
40732
|
url: findCodeValues,
|
|
@@ -40452,23 +40739,23 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40452
40739
|
data = res.data;
|
|
40453
40740
|
|
|
40454
40741
|
if (status === 'success') {
|
|
40455
|
-
|
|
40742
|
+
_this6.nextNode.noticeList = data;
|
|
40456
40743
|
}
|
|
40457
40744
|
}).catch(function (err) {
|
|
40458
|
-
if (
|
|
40459
|
-
|
|
40745
|
+
if (_this6.showBtn) {
|
|
40746
|
+
_this6.loading = false;
|
|
40460
40747
|
} else {
|
|
40461
|
-
|
|
40748
|
+
_this6.allLoading.close();
|
|
40462
40749
|
}
|
|
40463
40750
|
if (err.message && err.message !== 'canceled') {
|
|
40464
|
-
|
|
40751
|
+
_this6.$message.error(err.message);
|
|
40465
40752
|
}
|
|
40466
40753
|
});
|
|
40467
40754
|
},
|
|
40468
40755
|
|
|
40469
40756
|
//获取通知信息
|
|
40470
40757
|
getMessage: function getMessage() {
|
|
40471
|
-
var
|
|
40758
|
+
var _this7 = this;
|
|
40472
40759
|
|
|
40473
40760
|
var params = {
|
|
40474
40761
|
processDefinitionId: this.processDefinitionId,
|
|
@@ -40480,21 +40767,21 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40480
40767
|
}
|
|
40481
40768
|
utils_util.ajax({ url: getNotificationMsg, params: params, methods: 'post' }).then(function (res) {
|
|
40482
40769
|
if (res.status === 'success') {
|
|
40483
|
-
if (!
|
|
40484
|
-
|
|
40485
|
-
|
|
40770
|
+
if (!_this7.showBtn) {
|
|
40771
|
+
_this7.oldMessage = res.message;
|
|
40772
|
+
_this7.nextNode.noticeInfo = res.message.replace('{title}', _this7.formTitle);
|
|
40486
40773
|
} else {
|
|
40487
|
-
|
|
40774
|
+
_this7.nextNode.noticeInfo = res.message;
|
|
40488
40775
|
}
|
|
40489
40776
|
}
|
|
40490
40777
|
}).catch(function (err) {
|
|
40491
|
-
if (
|
|
40492
|
-
|
|
40778
|
+
if (_this7.showBtn) {
|
|
40779
|
+
_this7.loading = false;
|
|
40493
40780
|
} else {
|
|
40494
|
-
|
|
40781
|
+
_this7.allLoading.close();
|
|
40495
40782
|
}
|
|
40496
40783
|
if (err.message && err.message !== 'canceled') {
|
|
40497
|
-
|
|
40784
|
+
_this7.$message.error(err.message);
|
|
40498
40785
|
}
|
|
40499
40786
|
});
|
|
40500
40787
|
},
|
|
@@ -40504,11 +40791,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40504
40791
|
this.saveProcess(formName);
|
|
40505
40792
|
},
|
|
40506
40793
|
saveProcess: function saveProcess(formName) {
|
|
40507
|
-
var
|
|
40794
|
+
var _this8 = this;
|
|
40508
40795
|
|
|
40509
40796
|
this.$refs[formName].validate(function (valid) {
|
|
40510
40797
|
if (valid) {
|
|
40511
|
-
var _nextNode =
|
|
40798
|
+
var _nextNode = _this8.nextNode,
|
|
40512
40799
|
nextNode = _nextNode.nextNode,
|
|
40513
40800
|
nextUser = _nextNode.nextUser,
|
|
40514
40801
|
noticeInfo = _nextNode.noticeInfo,
|
|
@@ -40525,31 +40812,31 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40525
40812
|
// return this.$message.warning('请选择通知方式');
|
|
40526
40813
|
// }
|
|
40527
40814
|
|
|
40528
|
-
if (
|
|
40529
|
-
if ((nextUser == '' ||
|
|
40530
|
-
return
|
|
40815
|
+
if (_this8.isShowNextUser) {
|
|
40816
|
+
if ((nextUser == '' || _this8.multiple && nextUser.length == 0) && !_this8.isHideCurrentOrg && !_this8.isHideOtherOrg) {
|
|
40817
|
+
return _this8.$message.warning('\u8BF7\u9009\u62E9' + (_this8.flowLabelConfig.nextUser || '下步办理人'));
|
|
40531
40818
|
}
|
|
40532
40819
|
} else {
|
|
40533
|
-
if (nextOrgId == '' ||
|
|
40534
|
-
return
|
|
40820
|
+
if (nextOrgId == '' || _this8.multiple && nextOrgId.length == 0) {
|
|
40821
|
+
return _this8.$message.warning('请选择办理对象');
|
|
40535
40822
|
}
|
|
40536
40823
|
}
|
|
40537
|
-
if ((
|
|
40538
|
-
return
|
|
40824
|
+
if ((_this8.isHideOtherOrg || _this8.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
|
|
40825
|
+
return _this8.$message.warning('请选择办理对象');
|
|
40539
40826
|
}
|
|
40540
|
-
if (
|
|
40541
|
-
|
|
40827
|
+
if (_this8.isCancelSecondConfirmationType) {
|
|
40828
|
+
_this8.$confirm('确认提交吗?', '提示', {
|
|
40542
40829
|
confirmButtonText: '确定',
|
|
40543
40830
|
cancelButtonText: '取消',
|
|
40544
40831
|
type: 'warning'
|
|
40545
40832
|
}).then(function () {
|
|
40546
|
-
if (
|
|
40547
|
-
|
|
40833
|
+
if (_this8.showBtn) {
|
|
40834
|
+
_this8.loading = true;
|
|
40548
40835
|
} else {
|
|
40549
|
-
|
|
40836
|
+
_this8.allLoading = utils_util.loading(_this8.$loading, '加载中...');
|
|
40550
40837
|
}
|
|
40551
40838
|
var newNextUser = [];
|
|
40552
|
-
if (
|
|
40839
|
+
if (_this8.multiple) {
|
|
40553
40840
|
nextUser && nextUser.map(function (item) {
|
|
40554
40841
|
return newNextUser.push(item);
|
|
40555
40842
|
});
|
|
@@ -40559,108 +40846,108 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40559
40846
|
newNoticeType = noticeType.join(',');
|
|
40560
40847
|
}
|
|
40561
40848
|
var params = {
|
|
40562
|
-
processDefinitionId:
|
|
40563
|
-
nextUserId:
|
|
40849
|
+
processDefinitionId: _this8.processDefinitionId,
|
|
40850
|
+
nextUserId: _this8.multiple ? newNextUser.join(',') : nextUser,
|
|
40564
40851
|
nextNodeId: nextNode,
|
|
40565
|
-
businessId:
|
|
40852
|
+
businessId: _this8.businessId,
|
|
40566
40853
|
notificationType: newNoticeType,
|
|
40567
40854
|
userId: utils_util.getStorage('userId'),
|
|
40568
40855
|
notificationMsg: noticeInfo,
|
|
40569
|
-
customPresetUserJson: JSON.stringify(
|
|
40570
|
-
presetUserJson: JSON.stringify(
|
|
40571
|
-
nextReadUserId:
|
|
40572
|
-
nextOrgId: !
|
|
40856
|
+
customPresetUserJson: JSON.stringify(_this8.presetList),
|
|
40857
|
+
presetUserJson: JSON.stringify(_this8.presetUserJson),
|
|
40858
|
+
nextReadUserId: _this8.readMultiple ? _this8.mixReadList && _this8.mixReadList.join('|') : nextReadUserId,
|
|
40859
|
+
nextOrgId: !_this8.isShowNextUser ? _this8.multiple ? _this8.mixOrgIdList && _this8.mixOrgIdList.join('|') : nextOrgId : '',
|
|
40573
40860
|
handleExplain: handleExplain,
|
|
40574
|
-
presetReadUserId:
|
|
40575
|
-
opinion:
|
|
40861
|
+
presetReadUserId: _this8.mixPresetList && _this8.mixPresetList.length > 0 ? _this8.mixPresetList.join('|') : presetReadUserId.join(','),
|
|
40862
|
+
opinion: _this8.newOpinion || newOpinion
|
|
40576
40863
|
};
|
|
40577
|
-
if (
|
|
40864
|
+
if (_this8.enableCustomLimitTimeSetting) {
|
|
40578
40865
|
params.customLimitTime = customLimitTime;
|
|
40579
40866
|
if (!customLimitTime) {
|
|
40580
|
-
|
|
40581
|
-
|
|
40867
|
+
_this8.$message.warning('请选择或输入限时办理的天数');
|
|
40868
|
+
_this8.nextNode.customLimitTime = '';
|
|
40582
40869
|
return;
|
|
40583
40870
|
} else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
|
|
40584
|
-
|
|
40585
|
-
|
|
40871
|
+
_this8.$message.warning('请输入正确的天数');
|
|
40872
|
+
_this8.nextNode.customLimitTime = '';
|
|
40586
40873
|
return;
|
|
40587
40874
|
}
|
|
40588
40875
|
}
|
|
40589
|
-
if (
|
|
40876
|
+
if (_this8.isHideCurrentOrg) {
|
|
40590
40877
|
params.nextCurrentOrgObj = nextCurrentOrgObj;
|
|
40591
40878
|
}
|
|
40592
|
-
if (
|
|
40879
|
+
if (_this8.isHideOtherOrg) {
|
|
40593
40880
|
params.nextOtherOrgObj = nextOtherOrgObj;
|
|
40594
40881
|
}
|
|
40595
|
-
if (
|
|
40596
|
-
if (
|
|
40882
|
+
if (_this8.activeNames != '1' || !_this8.isCustomPreset) delete params.customPresetUserJson;
|
|
40883
|
+
if (_this8.isFreeStartFlow || _this8.formType === 'readTransfer') {
|
|
40597
40884
|
var newParm = {};
|
|
40598
|
-
newParm.copyHistory =
|
|
40885
|
+
newParm.copyHistory = _this8.copyHistory === 'needCopyPendedHistory';
|
|
40599
40886
|
newParm.startFlowParamJson = params;
|
|
40600
40887
|
// newParm.startFlowParamJson.businessId = this.id; //this.id
|
|
40601
40888
|
newParm.startFlowParamJson.taskExamineParam = {
|
|
40602
|
-
startFlowFirstNodeName:
|
|
40889
|
+
startFlowFirstNodeName: _this8.taskExamineParam
|
|
40603
40890
|
};
|
|
40604
40891
|
newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
|
|
40605
|
-
for (var key in
|
|
40606
|
-
if (Array.isArray(
|
|
40607
|
-
|
|
40892
|
+
for (var key in _this8.taskParams) {
|
|
40893
|
+
if (Array.isArray(_this8.taskParams[key])) {
|
|
40894
|
+
_this8.taskParams[key] = _this8.taskParams[key].length > 0 ? _this8.taskParams[key].join(',') : '';
|
|
40608
40895
|
}
|
|
40609
40896
|
}
|
|
40610
40897
|
|
|
40611
|
-
newParm.submitTaskParamJson = JSON.stringify(
|
|
40612
|
-
if (
|
|
40898
|
+
newParm.submitTaskParamJson = JSON.stringify(_this8.taskParams);
|
|
40899
|
+
if (_this8.formType == 'readTransfer') {
|
|
40613
40900
|
newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
|
|
40614
|
-
newParm.taskReadEndParamJson = JSON.stringify(
|
|
40901
|
+
newParm.taskReadEndParamJson = JSON.stringify(_this8.taskParams);
|
|
40615
40902
|
delete newParm.copyHistory;
|
|
40616
40903
|
delete newParm.startFlowParamJson;
|
|
40617
40904
|
delete newParm.submitTaskParamJson;
|
|
40618
40905
|
}
|
|
40619
40906
|
params = newParm;
|
|
40620
40907
|
}
|
|
40621
|
-
if (
|
|
40622
|
-
params.pendingId =
|
|
40908
|
+
if (_this8.copyHistory && !_this8.isFreeStartFlow) {
|
|
40909
|
+
params.pendingId = _this8.pendingId;
|
|
40623
40910
|
delete params.businessId;
|
|
40624
40911
|
}
|
|
40625
40912
|
utils_util.ajax({
|
|
40626
|
-
url:
|
|
40913
|
+
url: _this8.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this8.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this8.copyHistory ? freeStartFlow : register,
|
|
40627
40914
|
method: 'post',
|
|
40628
40915
|
data: params
|
|
40629
40916
|
}).then(function (res) {
|
|
40630
40917
|
var status = res.status,
|
|
40631
40918
|
message = res.message;
|
|
40632
40919
|
|
|
40633
|
-
if (
|
|
40634
|
-
|
|
40920
|
+
if (_this8.showBtn) {
|
|
40921
|
+
_this8.loading = false;
|
|
40635
40922
|
} else {
|
|
40636
|
-
|
|
40923
|
+
_this8.allLoading.close();
|
|
40637
40924
|
}
|
|
40638
40925
|
if (status === 'success' || res.rCode == 0) {
|
|
40639
|
-
|
|
40640
|
-
|
|
40926
|
+
_this8.quit(true);
|
|
40927
|
+
_this8.simpleTips && _this8.$message.success('操作成功');
|
|
40641
40928
|
} else {
|
|
40642
|
-
|
|
40929
|
+
_this8.$message.error(message || '系统错误,请联系管理员!');
|
|
40643
40930
|
}
|
|
40644
40931
|
}).catch(function (err) {
|
|
40645
|
-
if (
|
|
40646
|
-
|
|
40932
|
+
if (_this8.showBtn) {
|
|
40933
|
+
_this8.loading = false;
|
|
40647
40934
|
} else {
|
|
40648
|
-
|
|
40935
|
+
_this8.allLoading.close();
|
|
40649
40936
|
}
|
|
40650
40937
|
if (err.message && err.message !== 'canceled') {
|
|
40651
|
-
|
|
40938
|
+
_this8.$message.error(err.message);
|
|
40652
40939
|
}
|
|
40653
40940
|
});
|
|
40654
40941
|
});
|
|
40655
40942
|
return;
|
|
40656
40943
|
}
|
|
40657
|
-
if (
|
|
40658
|
-
|
|
40944
|
+
if (_this8.showBtn) {
|
|
40945
|
+
_this8.loading = true;
|
|
40659
40946
|
} else {
|
|
40660
|
-
|
|
40947
|
+
_this8.allLoading = utils_util.loading(_this8.$loading, '加载中...');
|
|
40661
40948
|
}
|
|
40662
40949
|
var newNextUser = [];
|
|
40663
|
-
if (
|
|
40950
|
+
if (_this8.multiple) {
|
|
40664
40951
|
nextUser && nextUser.map(function (item) {
|
|
40665
40952
|
return newNextUser.push(item);
|
|
40666
40953
|
});
|
|
@@ -40670,96 +40957,96 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40670
40957
|
newNoticeType = noticeType.join(',');
|
|
40671
40958
|
}
|
|
40672
40959
|
var params = {
|
|
40673
|
-
processDefinitionId:
|
|
40674
|
-
nextUserId:
|
|
40960
|
+
processDefinitionId: _this8.processDefinitionId,
|
|
40961
|
+
nextUserId: _this8.multiple ? newNextUser.join(',') : nextUser,
|
|
40675
40962
|
nextNodeId: nextNode,
|
|
40676
|
-
businessId:
|
|
40963
|
+
businessId: _this8.businessId,
|
|
40677
40964
|
notificationType: newNoticeType,
|
|
40678
40965
|
userId: utils_util.getStorage('userId'),
|
|
40679
40966
|
notificationMsg: noticeInfo,
|
|
40680
|
-
customPresetUserJson: JSON.stringify(
|
|
40681
|
-
presetUserJson: JSON.stringify(
|
|
40682
|
-
nextReadUserId:
|
|
40683
|
-
nextOrgId: !
|
|
40967
|
+
customPresetUserJson: JSON.stringify(_this8.presetList),
|
|
40968
|
+
presetUserJson: JSON.stringify(_this8.presetUserJson),
|
|
40969
|
+
nextReadUserId: _this8.readMultiple ? _this8.mixReadList && _this8.mixReadList.join('|') : nextReadUserId,
|
|
40970
|
+
nextOrgId: !_this8.isShowNextUser ? _this8.multiple ? _this8.mixOrgIdList && _this8.mixOrgIdList.join('|') : nextOrgId : '',
|
|
40684
40971
|
handleExplain: handleExplain,
|
|
40685
|
-
presetReadUserId:
|
|
40686
|
-
opinion:
|
|
40972
|
+
presetReadUserId: _this8.mixPresetList && _this8.mixPresetList.length > 0 ? _this8.mixPresetList.join('|') : presetReadUserId.join(','),
|
|
40973
|
+
opinion: _this8.newOpinion || newOpinion
|
|
40687
40974
|
};
|
|
40688
|
-
if (
|
|
40975
|
+
if (_this8.enableCustomLimitTimeSetting) {
|
|
40689
40976
|
params.customLimitTime = customLimitTime;
|
|
40690
40977
|
if (!customLimitTime) {
|
|
40691
|
-
|
|
40692
|
-
|
|
40978
|
+
_this8.$message.warning('请选择或输入限时办理的天数');
|
|
40979
|
+
_this8.nextNode.customLimitTime = '';
|
|
40693
40980
|
return;
|
|
40694
40981
|
} else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
|
|
40695
|
-
|
|
40696
|
-
|
|
40982
|
+
_this8.$message.warning('请输入正确的天数');
|
|
40983
|
+
_this8.nextNode.customLimitTime = '';
|
|
40697
40984
|
return;
|
|
40698
40985
|
}
|
|
40699
40986
|
}
|
|
40700
|
-
if (
|
|
40987
|
+
if (_this8.isHideCurrentOrg) {
|
|
40701
40988
|
params.nextCurrentOrgObj = nextCurrentOrgObj;
|
|
40702
40989
|
}
|
|
40703
|
-
if (
|
|
40990
|
+
if (_this8.isHideOtherOrg) {
|
|
40704
40991
|
params.nextOtherOrgObj = nextOtherOrgObj;
|
|
40705
40992
|
}
|
|
40706
|
-
if (
|
|
40707
|
-
if (
|
|
40993
|
+
if (_this8.activeNames != '1' || !_this8.isCustomPreset) delete params.customPresetUserJson;
|
|
40994
|
+
if (_this8.isFreeStartFlow || _this8.formType === 'readTransfer') {
|
|
40708
40995
|
var newParm = {};
|
|
40709
|
-
newParm.copyHistory =
|
|
40996
|
+
newParm.copyHistory = _this8.copyHistory === 'needCopyPendedHistory';
|
|
40710
40997
|
newParm.startFlowParamJson = params;
|
|
40711
40998
|
// newParm.startFlowParamJson.businessId = this.id; //this.id
|
|
40712
40999
|
newParm.startFlowParamJson.taskExamineParam = {
|
|
40713
|
-
startFlowFirstNodeName:
|
|
41000
|
+
startFlowFirstNodeName: _this8.taskExamineParam
|
|
40714
41001
|
};
|
|
40715
41002
|
newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
|
|
40716
|
-
for (var key in
|
|
40717
|
-
if (Array.isArray(
|
|
40718
|
-
|
|
41003
|
+
for (var key in _this8.taskParams) {
|
|
41004
|
+
if (Array.isArray(_this8.taskParams[key])) {
|
|
41005
|
+
_this8.taskParams[key] = _this8.taskParams[key].length > 0 ? _this8.taskParams[key].join(',') : '';
|
|
40719
41006
|
}
|
|
40720
41007
|
}
|
|
40721
41008
|
|
|
40722
|
-
newParm.submitTaskParamJson = JSON.stringify(
|
|
40723
|
-
if (
|
|
41009
|
+
newParm.submitTaskParamJson = JSON.stringify(_this8.taskParams);
|
|
41010
|
+
if (_this8.formType == 'readTransfer') {
|
|
40724
41011
|
newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
|
|
40725
|
-
newParm.taskReadEndParamJson = JSON.stringify(
|
|
41012
|
+
newParm.taskReadEndParamJson = JSON.stringify(_this8.taskParams);
|
|
40726
41013
|
delete newParm.copyHistory;
|
|
40727
41014
|
delete newParm.startFlowParamJson;
|
|
40728
41015
|
delete newParm.submitTaskParamJson;
|
|
40729
41016
|
}
|
|
40730
41017
|
params = newParm;
|
|
40731
41018
|
}
|
|
40732
|
-
if (
|
|
40733
|
-
params.pendingId =
|
|
41019
|
+
if (_this8.copyHistory && !_this8.isFreeStartFlow) {
|
|
41020
|
+
params.pendingId = _this8.pendingId;
|
|
40734
41021
|
delete params.businessId;
|
|
40735
41022
|
}
|
|
40736
41023
|
utils_util.ajax({
|
|
40737
|
-
url:
|
|
41024
|
+
url: _this8.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this8.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this8.copyHistory ? freeStartFlow : register,
|
|
40738
41025
|
method: 'post',
|
|
40739
41026
|
data: params
|
|
40740
41027
|
}).then(function (res) {
|
|
40741
41028
|
var status = res.status,
|
|
40742
41029
|
message = res.message;
|
|
40743
41030
|
|
|
40744
|
-
if (
|
|
40745
|
-
|
|
41031
|
+
if (_this8.showBtn) {
|
|
41032
|
+
_this8.loading = false;
|
|
40746
41033
|
} else {
|
|
40747
|
-
|
|
41034
|
+
_this8.allLoading.close();
|
|
40748
41035
|
}
|
|
40749
41036
|
if (status === 'success' || res.rCode == 0) {
|
|
40750
|
-
|
|
40751
|
-
|
|
41037
|
+
_this8.quit(true);
|
|
41038
|
+
_this8.simpleTips && _this8.$message.success('操作成功');
|
|
40752
41039
|
} else {
|
|
40753
|
-
|
|
41040
|
+
_this8.$message.error(message || '系统错误,请联系管理员!');
|
|
40754
41041
|
}
|
|
40755
41042
|
}).catch(function (err) {
|
|
40756
|
-
if (
|
|
40757
|
-
|
|
41043
|
+
if (_this8.showBtn) {
|
|
41044
|
+
_this8.loading = false;
|
|
40758
41045
|
} else {
|
|
40759
|
-
|
|
41046
|
+
_this8.allLoading.close();
|
|
40760
41047
|
}
|
|
40761
41048
|
if (err.message && err.message !== 'canceled') {
|
|
40762
|
-
|
|
41049
|
+
_this8.$message.error(err.message);
|
|
40763
41050
|
}
|
|
40764
41051
|
});
|
|
40765
41052
|
} else {
|
|
@@ -40767,11 +41054,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40767
41054
|
}
|
|
40768
41055
|
});
|
|
40769
41056
|
},
|
|
40770
|
-
getNodeInfos: function getNodeInfos(nodeId, index) {
|
|
40771
|
-
var
|
|
41057
|
+
getNodeInfos: function getNodeInfos(nodeId, index, processDefinitionId) {
|
|
41058
|
+
var _this9 = this;
|
|
40772
41059
|
|
|
40773
41060
|
var params = {
|
|
40774
|
-
processDefinitionId: this.processDefinitionId,
|
|
41061
|
+
processDefinitionId: processDefinitionId || this.processDefinitionId,
|
|
40775
41062
|
nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
|
|
40776
41063
|
businessId: this.id,
|
|
40777
41064
|
userId: utils_util.getStorage('userId')
|
|
@@ -40786,25 +41073,25 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40786
41073
|
countersignaturetypeText = _res$data.countersignaturetypeText,
|
|
40787
41074
|
countersignaturetypeCode = _res$data.countersignaturetypeCode;
|
|
40788
41075
|
|
|
40789
|
-
if (
|
|
40790
|
-
|
|
41076
|
+
if (_this9.showBtn) {
|
|
41077
|
+
_this9.loading = false;
|
|
40791
41078
|
} else {
|
|
40792
|
-
|
|
41079
|
+
_this9.allLoading.close();
|
|
40793
41080
|
}
|
|
40794
41081
|
if (status === 'success') {
|
|
40795
|
-
if (
|
|
40796
|
-
|
|
40797
|
-
}
|
|
40798
|
-
|
|
40799
|
-
|
|
40800
|
-
|
|
40801
|
-
|
|
40802
|
-
|
|
41082
|
+
if (_this9.currentOrgSelectorParams.department && !_this9.currentOrgSelectorParams.department.roleid && _this9.selectorParams.roleid && nodeExtAttr.deptRoleCode) {
|
|
41083
|
+
_this9.currentOrgSelectorParams.department.roleid = nodeExtAttr.deptRoleCode;
|
|
41084
|
+
}
|
|
41085
|
+
_this9.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
41086
|
+
_this9.nextNode.userInfo = nextUserList;
|
|
41087
|
+
_this9.countersignaturetypeCode = countersignaturetypeCode;
|
|
41088
|
+
_this9.nextNode.countersignaturetypeText = countersignaturetypeText;
|
|
41089
|
+
_this9.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
40803
41090
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
|
|
40804
|
-
|
|
41091
|
+
_this9.nextCurrentOrgselectUserList = [];
|
|
40805
41092
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
|
|
40806
41093
|
nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
|
|
40807
|
-
|
|
41094
|
+
_this9.nextCurrentOrgselectUserList.push({
|
|
40808
41095
|
showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i],
|
|
40809
41096
|
showid: x,
|
|
40810
41097
|
stype: 'department'
|
|
@@ -40813,7 +41100,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40813
41100
|
}
|
|
40814
41101
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
|
|
40815
41102
|
nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
|
|
40816
|
-
|
|
41103
|
+
_this9.nextCurrentOrgselectUserList.push({
|
|
40817
41104
|
showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i],
|
|
40818
41105
|
showid: x,
|
|
40819
41106
|
stype: 'employee'
|
|
@@ -40822,80 +41109,80 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40822
41109
|
}
|
|
40823
41110
|
if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
|
|
40824
41111
|
nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
|
|
40825
|
-
|
|
41112
|
+
_this9.nextCurrentOrgselectUserList.push({
|
|
40826
41113
|
showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i],
|
|
40827
41114
|
showid: x,
|
|
40828
41115
|
stype: 'enterprise'
|
|
40829
41116
|
});
|
|
40830
41117
|
});
|
|
40831
41118
|
}
|
|
40832
|
-
|
|
41119
|
+
_this9.nextNode.nextCurrentOrgObj = nodeMoreInfo.currentOrgDefaultSelectObjects;
|
|
40833
41120
|
}
|
|
40834
|
-
if (
|
|
40835
|
-
|
|
41121
|
+
if (_this9.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
|
|
41122
|
+
_this9.nextNode.customLimitTime = _this9.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
|
|
40836
41123
|
}
|
|
40837
|
-
|
|
40838
|
-
|
|
40839
|
-
|
|
40840
|
-
|
|
40841
|
-
|
|
41124
|
+
_this9.isTaskread = nodeExtAttr.isTaskread;
|
|
41125
|
+
_this9.isHandleExplain = nodeExtAttr.isHandleExplain;
|
|
41126
|
+
_this9.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
|
|
41127
|
+
_this9.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
|
|
41128
|
+
_this9.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
|
|
40842
41129
|
if (nodeExtAttr.userSelectionType == 7 || nodeExtAttr.userSelectionType == 8 || nodeExtAttr.userSelectionType == 9 || nodeExtAttr.userSelectionType == 10 || nodeExtAttr.userSelectionType == 11 || nodeExtAttr.userSelectionType == 12) {
|
|
40843
|
-
|
|
41130
|
+
_this9.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
|
|
40844
41131
|
} else {
|
|
40845
|
-
var _isMultiple =
|
|
41132
|
+
var _isMultiple = _this9.isMultiple(nodeExtAttr.userSelectionType),
|
|
40846
41133
|
multiple = _isMultiple.multiple,
|
|
40847
41134
|
_params = _isMultiple.params;
|
|
40848
41135
|
|
|
40849
|
-
|
|
40850
|
-
|
|
41136
|
+
_this9.multiple = multiple;
|
|
41137
|
+
_this9.params = _params;
|
|
40851
41138
|
}
|
|
40852
41139
|
// this.isReadMultiple(nodeExtAttr.userSelectionType);
|
|
40853
41140
|
if (nodeExtAttr.nodeType === 1 || nodeExtAttr.nodeType === 2) {
|
|
40854
|
-
|
|
40855
|
-
|
|
41141
|
+
_this9.isHideCurrentOrg = nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
|
|
41142
|
+
_this9.isHideOtherOrg = nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
|
|
40856
41143
|
} else {
|
|
40857
|
-
|
|
40858
|
-
|
|
41144
|
+
_this9.isHideCurrentOrg = false;
|
|
41145
|
+
_this9.isHideOtherOrg = false;
|
|
40859
41146
|
}
|
|
40860
41147
|
nextUserList.map(function (item) {
|
|
40861
|
-
if (
|
|
40862
|
-
|
|
40863
|
-
|
|
41148
|
+
if (_this9.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
|
|
41149
|
+
_this9.nextNode.nextUser.push(item.userId);
|
|
41150
|
+
_this9.selectUserList.push({
|
|
40864
41151
|
showname: item.username,
|
|
40865
41152
|
showid: item.userId
|
|
40866
41153
|
});
|
|
40867
41154
|
}
|
|
40868
41155
|
|
|
40869
|
-
|
|
41156
|
+
_this9.options.push({
|
|
40870
41157
|
showname: item.username,
|
|
40871
41158
|
showid: item.userId
|
|
40872
41159
|
});
|
|
40873
41160
|
});
|
|
40874
|
-
if (
|
|
40875
|
-
|
|
41161
|
+
if (_this9.multiple) {
|
|
41162
|
+
_this9.nextNode.nextReadUserId = [];
|
|
40876
41163
|
} else {
|
|
40877
|
-
|
|
41164
|
+
_this9.nextNode.nextReadUserId = '';
|
|
40878
41165
|
}
|
|
40879
|
-
if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !
|
|
40880
|
-
|
|
40881
|
-
|
|
41166
|
+
if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this9.multiple) {
|
|
41167
|
+
_this9.nextNode.nextUser = nextUserList[0].userId;
|
|
41168
|
+
_this9.selectUserList.push({
|
|
40882
41169
|
showname: nextUserList[0].username,
|
|
40883
41170
|
showid: nextUserList[0].userId
|
|
40884
41171
|
});
|
|
40885
41172
|
}
|
|
40886
|
-
|
|
41173
|
+
_this9.radioList = _this9.options;
|
|
40887
41174
|
} else {
|
|
40888
|
-
|
|
41175
|
+
_this9.$message.error(message || '系统错误,请联系管理员!');
|
|
40889
41176
|
}
|
|
40890
|
-
nodeId &&
|
|
41177
|
+
nodeId && _this9.$refs.selectUser[index].changeInfo();
|
|
40891
41178
|
}).catch(function (err) {
|
|
40892
|
-
if (
|
|
40893
|
-
|
|
41179
|
+
if (_this9.showBtn) {
|
|
41180
|
+
_this9.loading = false;
|
|
40894
41181
|
} else {
|
|
40895
|
-
|
|
41182
|
+
_this9.allLoading.close();
|
|
40896
41183
|
}
|
|
40897
41184
|
if (err.message && err.message !== 'canceled') {
|
|
40898
|
-
|
|
41185
|
+
_this9.$message.error(err.message);
|
|
40899
41186
|
}
|
|
40900
41187
|
});
|
|
40901
41188
|
},
|
|
@@ -40918,7 +41205,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40918
41205
|
this.$emit('cancel', false);
|
|
40919
41206
|
},
|
|
40920
41207
|
getFind: function getFind() {
|
|
40921
|
-
var
|
|
41208
|
+
var _this10 = this;
|
|
40922
41209
|
|
|
40923
41210
|
utils_util.ajax({
|
|
40924
41211
|
url: findSysCodes
|
|
@@ -40927,28 +41214,28 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40927
41214
|
message = res.message;
|
|
40928
41215
|
|
|
40929
41216
|
if (status === 'success') {
|
|
40930
|
-
if (
|
|
40931
|
-
|
|
41217
|
+
if (_this10.hideMessage) return;
|
|
41218
|
+
_this10.nextNode.noticeType = message.split(',');
|
|
40932
41219
|
var arr = [];
|
|
40933
|
-
|
|
40934
|
-
|
|
41220
|
+
_this10.nextNode.noticeList.map(function (item) {
|
|
41221
|
+
_this10.nextNode.noticeType.map(function (x) {
|
|
40935
41222
|
if (x == item.cciValue) {
|
|
40936
41223
|
arr.push(x);
|
|
40937
41224
|
}
|
|
40938
41225
|
});
|
|
40939
41226
|
});
|
|
40940
|
-
|
|
41227
|
+
_this10.nextNode.noticeType = arr;
|
|
40941
41228
|
} else {
|
|
40942
|
-
|
|
41229
|
+
_this10.$message.error(message || '系统错误,请联系管理员!');
|
|
40943
41230
|
}
|
|
40944
41231
|
}).catch(function (err) {
|
|
40945
|
-
if (
|
|
40946
|
-
|
|
41232
|
+
if (_this10.showBtn) {
|
|
41233
|
+
_this10.loading = false;
|
|
40947
41234
|
} else {
|
|
40948
|
-
|
|
41235
|
+
_this10.allLoading.close();
|
|
40949
41236
|
}
|
|
40950
41237
|
if (err.message && err.message !== 'canceled') {
|
|
40951
|
-
|
|
41238
|
+
_this10.$message.error(err.message);
|
|
40952
41239
|
}
|
|
40953
41240
|
});
|
|
40954
41241
|
},
|
|
@@ -40991,7 +41278,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40991
41278
|
return { multiple: multiple, params: params };
|
|
40992
41279
|
},
|
|
40993
41280
|
getStartFlow: function getStartFlow(processId) {
|
|
40994
|
-
var
|
|
41281
|
+
var _this11 = this;
|
|
40995
41282
|
|
|
40996
41283
|
if (!processId) {
|
|
40997
41284
|
return false;
|
|
@@ -41018,43 +41305,43 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41018
41305
|
data = res.data;
|
|
41019
41306
|
|
|
41020
41307
|
if (status == 'success') {
|
|
41021
|
-
data.nodeInfoMap.nodeExtAttr.submitTipsMsg &&
|
|
41308
|
+
data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this11.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
|
|
41022
41309
|
confirmButtonText: '确定',
|
|
41023
41310
|
cancelButtonText: '取消',
|
|
41024
41311
|
type: 'warning'
|
|
41025
41312
|
}).then(function () {}).catch(function () {
|
|
41026
|
-
|
|
41313
|
+
_this11.quit();
|
|
41027
41314
|
});
|
|
41028
|
-
data.nextNodeCheckType && (
|
|
41029
|
-
data.nextOperateCheckType && (
|
|
41315
|
+
data.nextNodeCheckType && (_this11.nextNodeCheckType = data.nextNodeCheckType);
|
|
41316
|
+
data.nextOperateCheckType && (_this11.nextOperateCheckType = data.nextOperateCheckType);
|
|
41030
41317
|
if (data.currentOrgSelectorParams) {
|
|
41031
41318
|
if (data.currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
41032
|
-
|
|
41319
|
+
_this11.currentOrgSelectorTabs = data.currentOrgSelectorParams.currentOrgType.split(',');
|
|
41033
41320
|
var currentOrgparams = data.currentOrgSelectorParams.currentOrgRange.split(',');
|
|
41034
|
-
|
|
41035
|
-
|
|
41321
|
+
_this11.currentOrgSelectorTabs.map(function (x, i) {
|
|
41322
|
+
_this11.currentOrgSelectorParams[x] = {
|
|
41036
41323
|
filid: currentOrgparams[i] == 'my' ? JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : currentOrgparams[i],
|
|
41037
41324
|
only_filid: true
|
|
41038
41325
|
};
|
|
41039
41326
|
});
|
|
41040
41327
|
}
|
|
41041
41328
|
}
|
|
41042
|
-
|
|
41043
|
-
|
|
41044
|
-
|
|
41045
|
-
|
|
41046
|
-
|
|
41047
|
-
|
|
41048
|
-
|
|
41049
|
-
|
|
41050
|
-
|
|
41051
|
-
|
|
41052
|
-
if (
|
|
41053
|
-
|
|
41329
|
+
_this11.customPresetHintMessage = data.customPresetHintMessage;
|
|
41330
|
+
_this11.readOnlyNotificationType = data.readOnlyNotificationType;
|
|
41331
|
+
_this11.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
|
|
41332
|
+
_this11.nextNode.nodeInfo = data.nextNodeList;
|
|
41333
|
+
_this11.nextNode.nextNode = data.nextNodeList[0].nodeId;
|
|
41334
|
+
_this11.isPreset = data.isPreset;
|
|
41335
|
+
_this11.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
|
|
41336
|
+
_this11.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
41337
|
+
_this11.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
|
|
41338
|
+
_this11.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
|
|
41339
|
+
if (_this11.isChooseNextNode == 1) {
|
|
41340
|
+
_this11.operationList = [
|
|
41054
41341
|
// { key: 0, value: '默认', list: [] },
|
|
41055
41342
|
{ key: 1, value: '自定义', list: [] }];
|
|
41056
41343
|
if (data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1) {
|
|
41057
|
-
|
|
41344
|
+
_this11.operationList.unshift({
|
|
41058
41345
|
key: 0,
|
|
41059
41346
|
value: '默认',
|
|
41060
41347
|
list: data.nextNodeList
|
|
@@ -41065,69 +41352,69 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41065
41352
|
arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
|
|
41066
41353
|
}
|
|
41067
41354
|
// this.operationList[0].list = data.nextNodeList;
|
|
41068
|
-
|
|
41069
|
-
if (
|
|
41070
|
-
|
|
41071
|
-
|
|
41072
|
-
if (
|
|
41355
|
+
_this11.operationList[data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1 ? 1 : 0].list = arr;
|
|
41356
|
+
if (_this11.isHideDefaultOperation != 1) {
|
|
41357
|
+
_this11.nextNode.nextOperate = 0;
|
|
41358
|
+
_this11.nextNode.nodeInfo = _this11.operationList[0].list;
|
|
41359
|
+
if (_this11.nextNode.nodeInfo.length > 0) {
|
|
41073
41360
|
var defaultNodeData = data.nextNodeList.filter(function (x) {
|
|
41074
|
-
return x.nodeId ==
|
|
41361
|
+
return x.nodeId == _this11.defaultNextNode;
|
|
41075
41362
|
});
|
|
41076
|
-
|
|
41363
|
+
_this11.nextNode.nextNode = defaultNodeData.length > 0 ? _this11.defaultNextNode : data.nextNodeList[0].nodeId;
|
|
41077
41364
|
}
|
|
41078
41365
|
}
|
|
41079
41366
|
if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
|
|
41080
41367
|
// this.nextNode.nodeInfo = data.nextNodeList
|
|
41081
|
-
|
|
41082
|
-
|
|
41368
|
+
_this11.nextNode.nextOperate = 1;
|
|
41369
|
+
_this11.nextNode.nodeInfo = _this11.operationList[_this11.isHideDefaultOperation != 1 ? 1 : 0].list;
|
|
41083
41370
|
|
|
41084
|
-
if (
|
|
41085
|
-
var _defaultNodeData =
|
|
41086
|
-
return x.nodeId ==
|
|
41371
|
+
if (_this11.nextNode.nodeInfo.length > 0) {
|
|
41372
|
+
var _defaultNodeData = _this11.nextNode.nodeInfo.filter(function (x) {
|
|
41373
|
+
return x.nodeId == _this11.defaultNextNode;
|
|
41087
41374
|
});
|
|
41088
|
-
|
|
41375
|
+
_this11.nextNode.nextNode = _defaultNodeData.length > 0 ? _this11.defaultNextNode : _this11.nextNode.nodeInfo[0].nodeId;
|
|
41089
41376
|
}
|
|
41090
41377
|
}
|
|
41091
41378
|
}
|
|
41092
|
-
|
|
41093
|
-
|
|
41094
|
-
|
|
41095
|
-
|
|
41096
|
-
|
|
41379
|
+
_this11.isCustomPreset = data.isCustomPreset;
|
|
41380
|
+
_this11.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
|
|
41381
|
+
_this11.presetTaskNodeMap = data.presetTaskNodeMap;
|
|
41382
|
+
_this11.isSinglePage = data.taskExamine.isSinglePage;
|
|
41383
|
+
_this11.isSinglePage && (_this11.nextNode.opinion = data.taskExamine.opinion);
|
|
41097
41384
|
// this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
|
|
41098
|
-
|
|
41099
|
-
|
|
41385
|
+
_this11.nextNode.nodeName = data.taskExamine.nodeName;
|
|
41386
|
+
_this11.canPresetRead = data.canPresetRead;
|
|
41100
41387
|
if (data.canPresetRead) {
|
|
41101
41388
|
var ids = data.nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
|
|
41102
41389
|
var names = data.nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
|
|
41103
41390
|
ids.map(function (item, index) {
|
|
41104
|
-
|
|
41391
|
+
_this11.presetReadUserId.push({
|
|
41105
41392
|
showid: item,
|
|
41106
41393
|
showname: names[index]
|
|
41107
41394
|
});
|
|
41108
|
-
|
|
41395
|
+
_this11.selectPresetUserList.push({
|
|
41109
41396
|
showid: item,
|
|
41110
41397
|
showname: names[index]
|
|
41111
41398
|
});
|
|
41112
|
-
|
|
41399
|
+
_this11.nextNode.presetReadUserId.push(item);
|
|
41113
41400
|
});
|
|
41114
41401
|
}
|
|
41115
|
-
|
|
41402
|
+
_this11.getNodeInfos(undefined, undefined, processId);
|
|
41116
41403
|
// this.getPresetFlowInfo();
|
|
41117
|
-
|
|
41118
|
-
|
|
41119
|
-
|
|
41404
|
+
_this11.isCustomPreset && _this11.$refs.customPreset.getPresetFlowInfo(_this11.nextNode.nextNode, undefined, true);
|
|
41405
|
+
_this11.getFind();
|
|
41406
|
+
_this11.getMessage();
|
|
41120
41407
|
} else {
|
|
41121
|
-
|
|
41408
|
+
_this11.$message.error(message || '系统错误,请联系管理员!');
|
|
41122
41409
|
}
|
|
41123
41410
|
}).catch(function (err) {
|
|
41124
|
-
if (
|
|
41125
|
-
|
|
41411
|
+
if (_this11.showBtn) {
|
|
41412
|
+
_this11.loading = false;
|
|
41126
41413
|
} else {
|
|
41127
|
-
|
|
41414
|
+
_this11.allLoading.close();
|
|
41128
41415
|
}
|
|
41129
41416
|
if (err.message && err.message !== 'canceled') {
|
|
41130
|
-
|
|
41417
|
+
_this11.$message.error(err.message);
|
|
41131
41418
|
}
|
|
41132
41419
|
});
|
|
41133
41420
|
}
|
|
@@ -41145,8 +41432,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41145
41432
|
|
|
41146
41433
|
var processForm_component = normalizeComponent(
|
|
41147
41434
|
src_processFormvue_type_script_lang_js_,
|
|
41148
|
-
|
|
41149
|
-
|
|
41435
|
+
processFormvue_type_template_id_f523153e_render,
|
|
41436
|
+
processFormvue_type_template_id_f523153e_staticRenderFns,
|
|
41150
41437
|
false,
|
|
41151
41438
|
null,
|
|
41152
41439
|
null,
|
|
@@ -42193,8 +42480,8 @@ var TimeLimit_component = normalizeComponent(
|
|
|
42193
42480
|
)
|
|
42194
42481
|
|
|
42195
42482
|
/* 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
|
|
42483
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=6c65370c&
|
|
42484
|
+
var processRejectvue_type_template_id_6c65370c_render = function () {
|
|
42198
42485
|
var _vm = this
|
|
42199
42486
|
var _h = _vm.$createElement
|
|
42200
42487
|
var _c = _vm._self._c || _h
|
|
@@ -42232,16 +42519,15 @@ var processRejectvue_type_template_id_14451a70_render = function () {
|
|
|
42232
42519
|
_c(
|
|
42233
42520
|
"div",
|
|
42234
42521
|
{
|
|
42235
|
-
|
|
42236
|
-
"max-height
|
|
42237
|
-
"
|
|
42238
|
-
"margin-bottom
|
|
42239
|
-
},
|
|
42522
|
+
style:
|
|
42523
|
+
"max-height: 290px; overflow-y: " +
|
|
42524
|
+
(_vm.hideBtn ? "unset" : "auto") +
|
|
42525
|
+
"; margin-bottom: 10px",
|
|
42240
42526
|
},
|
|
42241
42527
|
[
|
|
42242
42528
|
_c(
|
|
42243
42529
|
"el-form-item",
|
|
42244
|
-
{ attrs: { prop: "nodeName", label: "
|
|
42530
|
+
{ attrs: { prop: "nodeName", label: "当前节点`" } },
|
|
42245
42531
|
[
|
|
42246
42532
|
_c("el-input", {
|
|
42247
42533
|
attrs: { disabled: "" },
|
|
@@ -42438,11 +42724,11 @@ var processRejectvue_type_template_id_14451a70_render = function () {
|
|
|
42438
42724
|
1
|
|
42439
42725
|
)
|
|
42440
42726
|
}
|
|
42441
|
-
var
|
|
42442
|
-
|
|
42727
|
+
var processRejectvue_type_template_id_6c65370c_staticRenderFns = []
|
|
42728
|
+
processRejectvue_type_template_id_6c65370c_render._withStripped = true
|
|
42443
42729
|
|
|
42444
42730
|
|
|
42445
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
42731
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=6c65370c&
|
|
42446
42732
|
|
|
42447
42733
|
// 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
42734
|
//
|
|
@@ -42764,8 +43050,8 @@ processRejectvue_type_template_id_14451a70_render._withStripped = true
|
|
|
42764
43050
|
|
|
42765
43051
|
var processReject_component = normalizeComponent(
|
|
42766
43052
|
src_processRejectvue_type_script_lang_js_,
|
|
42767
|
-
|
|
42768
|
-
|
|
43053
|
+
processRejectvue_type_template_id_6c65370c_render,
|
|
43054
|
+
processRejectvue_type_template_id_6c65370c_staticRenderFns,
|
|
42769
43055
|
false,
|
|
42770
43056
|
null,
|
|
42771
43057
|
null,
|
|
@@ -42774,8 +43060,8 @@ var processReject_component = normalizeComponent(
|
|
|
42774
43060
|
)
|
|
42775
43061
|
|
|
42776
43062
|
/* 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
|
|
43063
|
+
// 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&
|
|
43064
|
+
var startTaskReadvue_type_template_id_d6b2d084_render = function () {
|
|
42779
43065
|
var _vm = this
|
|
42780
43066
|
var _h = _vm.$createElement
|
|
42781
43067
|
var _c = _vm._self._c || _h
|
|
@@ -42791,7 +43077,10 @@ var startTaskReadvue_type_template_id_48c99383_render = function () {
|
|
|
42791
43077
|
},
|
|
42792
43078
|
],
|
|
42793
43079
|
staticClass: "task-read",
|
|
42794
|
-
style:
|
|
43080
|
+
style:
|
|
43081
|
+
"height: " +
|
|
43082
|
+
(_vm.typeCode == "read" || _vm.hideBtn ? "100%" : "unset") +
|
|
43083
|
+
";",
|
|
42795
43084
|
attrs: {
|
|
42796
43085
|
"element-loading-text": "加载中...",
|
|
42797
43086
|
"element-loading-spinner": "el-icon-loading",
|
|
@@ -42812,8 +43101,10 @@ var startTaskReadvue_type_template_id_48c99383_render = function () {
|
|
|
42812
43101
|
{
|
|
42813
43102
|
style:
|
|
42814
43103
|
"max-height: " +
|
|
42815
|
-
(_vm.typeCode ? "
|
|
42816
|
-
"; overflow-y:
|
|
43104
|
+
(_vm.typeCode || _vm.hideBtn ? "100%" : "290px") +
|
|
43105
|
+
"; overflow-y:" +
|
|
43106
|
+
(_vm.hideBtn ? "unset" : "auto") +
|
|
43107
|
+
"; margin-bottom: 10px",
|
|
42817
43108
|
},
|
|
42818
43109
|
[
|
|
42819
43110
|
_vm.type === "transfer"
|
|
@@ -43201,11 +43492,11 @@ var startTaskReadvue_type_template_id_48c99383_render = function () {
|
|
|
43201
43492
|
1
|
|
43202
43493
|
)
|
|
43203
43494
|
}
|
|
43204
|
-
var
|
|
43205
|
-
|
|
43495
|
+
var startTaskReadvue_type_template_id_d6b2d084_staticRenderFns = []
|
|
43496
|
+
startTaskReadvue_type_template_id_d6b2d084_render._withStripped = true
|
|
43206
43497
|
|
|
43207
43498
|
|
|
43208
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
43499
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=d6b2d084&
|
|
43209
43500
|
|
|
43210
43501
|
// 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
43502
|
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 +43743,14 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43452
43743
|
var tab = {};
|
|
43453
43744
|
if (this.type != 'transfer') {
|
|
43454
43745
|
tab = {
|
|
43455
|
-
employee: {
|
|
43456
|
-
|
|
43457
|
-
|
|
43458
|
-
|
|
43459
|
-
|
|
43460
|
-
},
|
|
43461
|
-
department: { param: { filid: this.orgId } }
|
|
43462
|
-
enterprise: {}
|
|
43746
|
+
// employee: {
|
|
43747
|
+
// param: {
|
|
43748
|
+
// filid: '',//this.orgId
|
|
43749
|
+
// name: '本单位用户'
|
|
43750
|
+
// }
|
|
43751
|
+
// },
|
|
43752
|
+
department: { param: { filid: this.orgId } } //this.orgId
|
|
43753
|
+
// enterprise: {}
|
|
43463
43754
|
};
|
|
43464
43755
|
} else {
|
|
43465
43756
|
tab = {
|
|
@@ -43488,6 +43779,11 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43488
43779
|
},
|
|
43489
43780
|
|
|
43490
43781
|
methods: {
|
|
43782
|
+
// getSelectType(info){
|
|
43783
|
+
// if(info.selectPersonValue == 4){
|
|
43784
|
+
// this.selectorParams.filid = 'all'
|
|
43785
|
+
// }
|
|
43786
|
+
// },
|
|
43491
43787
|
getSelectorConfig: function getSelectorConfig() {
|
|
43492
43788
|
this.selectorTabs = this.selectorConfig.type.split(',');
|
|
43493
43789
|
this.selectorParams = this.selectorConfig.params;
|
|
@@ -43609,7 +43905,14 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43609
43905
|
} else if (this.configInfo.selectPersonValue == 6) {
|
|
43610
43906
|
this.multiple = true;
|
|
43611
43907
|
this.params.filid = '';
|
|
43908
|
+
} else if (this.configInfo.selectPersonValue == 7) {
|
|
43909
|
+
this.multiple = false;
|
|
43910
|
+
this.params.filid = orgId;
|
|
43911
|
+
} else if (this.configInfo.selectPersonValue == 8) {
|
|
43912
|
+
this.multiple = true;
|
|
43913
|
+
this.params.filid = orgId;
|
|
43612
43914
|
}
|
|
43915
|
+
console.log(this.params, 'params');
|
|
43613
43916
|
},
|
|
43614
43917
|
handleSelectCheck: function handleSelectCheck(val, data) {
|
|
43615
43918
|
var _this3 = this;
|
|
@@ -43658,6 +43961,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43658
43961
|
url: api_toStartTaskRead,
|
|
43659
43962
|
params: startTaskReadvue_type_script_lang_js_extends({
|
|
43660
43963
|
pendingId: this.pendingId,
|
|
43964
|
+
appId: this.resetAppId,
|
|
43661
43965
|
taskAction: this.type
|
|
43662
43966
|
}, this.param)
|
|
43663
43967
|
};
|
|
@@ -43943,8 +44247,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43943
44247
|
|
|
43944
44248
|
var startTaskRead_component = normalizeComponent(
|
|
43945
44249
|
src_startTaskReadvue_type_script_lang_js_,
|
|
43946
|
-
|
|
43947
|
-
|
|
44250
|
+
startTaskReadvue_type_template_id_d6b2d084_render,
|
|
44251
|
+
startTaskReadvue_type_template_id_d6b2d084_staticRenderFns,
|
|
43948
44252
|
false,
|
|
43949
44253
|
null,
|
|
43950
44254
|
null,
|
|
@@ -54232,6 +54536,10 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54232
54536
|
//
|
|
54233
54537
|
//
|
|
54234
54538
|
//
|
|
54539
|
+
//
|
|
54540
|
+
//
|
|
54541
|
+
//
|
|
54542
|
+
//
|
|
54235
54543
|
|
|
54236
54544
|
|
|
54237
54545
|
|
|
@@ -54332,7 +54640,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54332
54640
|
},
|
|
54333
54641
|
rows: {
|
|
54334
54642
|
type: [String, Number],
|
|
54335
|
-
default:
|
|
54643
|
+
default: 5
|
|
54336
54644
|
},
|
|
54337
54645
|
showOther: {
|
|
54338
54646
|
type: Boolean,
|
|
@@ -55850,6 +56158,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55850
56158
|
data.globalNodeType === 'endEvent' ? _this30.endFlow = true : '';
|
|
55851
56159
|
}
|
|
55852
56160
|
}
|
|
56161
|
+
console.log(_this30.$refs.customPreset.getPresetFlowInfo, 'his.$refs.customPreset');
|
|
55853
56162
|
_this30.isCustomPreset && _this30.$refs.customPreset.getPresetFlowInfo(_this30.nextNode.nextNodeId, _this30.nodeInfo.nextNode, true);
|
|
55854
56163
|
} else {
|
|
55855
56164
|
_this30.$message.error(message || '系统错误,请联系管理员!');
|
|
@@ -57055,8 +57364,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57055
57364
|
|
|
57056
57365
|
var flow_component = normalizeComponent(
|
|
57057
57366
|
src_flowvue_type_script_lang_js_,
|
|
57058
|
-
|
|
57059
|
-
|
|
57367
|
+
flowvue_type_template_id_53d37cbc_render,
|
|
57368
|
+
flowvue_type_template_id_53d37cbc_staticRenderFns,
|
|
57060
57369
|
false,
|
|
57061
57370
|
null,
|
|
57062
57371
|
null,
|
|
@@ -58346,6 +58655,26 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58346
58655
|
//
|
|
58347
58656
|
//
|
|
58348
58657
|
//
|
|
58658
|
+
//
|
|
58659
|
+
//
|
|
58660
|
+
//
|
|
58661
|
+
//
|
|
58662
|
+
//
|
|
58663
|
+
//
|
|
58664
|
+
//
|
|
58665
|
+
//
|
|
58666
|
+
//
|
|
58667
|
+
//
|
|
58668
|
+
//
|
|
58669
|
+
//
|
|
58670
|
+
//
|
|
58671
|
+
//
|
|
58672
|
+
//
|
|
58673
|
+
//
|
|
58674
|
+
//
|
|
58675
|
+
//
|
|
58676
|
+
//
|
|
58677
|
+
//
|
|
58349
58678
|
|
|
58350
58679
|
|
|
58351
58680
|
|
|
@@ -58446,7 +58775,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58446
58775
|
},
|
|
58447
58776
|
rows: {
|
|
58448
58777
|
type: [String, Number],
|
|
58449
|
-
default:
|
|
58778
|
+
default: 5
|
|
58450
58779
|
},
|
|
58451
58780
|
showOther: {
|
|
58452
58781
|
type: Boolean,
|
|
@@ -58490,6 +58819,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58490
58819
|
freeStartFlowNextNode: undefined,
|
|
58491
58820
|
otherOrgDisabledObjId: [],
|
|
58492
58821
|
isCanReadTransferHandle: false,
|
|
58822
|
+
readTransferHandleFlowTypeCode: '',
|
|
58493
58823
|
readTransferHandleDisabled: true,
|
|
58494
58824
|
showCustomLimitTimeText: false,
|
|
58495
58825
|
showSort: false,
|
|
@@ -58848,7 +59178,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58848
59178
|
this.businessId && this.getProcess();
|
|
58849
59179
|
} else if (this.newTypeCode == 'fenyue') {
|
|
58850
59180
|
this.getTaskReadFlow();
|
|
58851
|
-
} else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
|
|
59181
|
+
} else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation' && !this.newFlow) {
|
|
58852
59182
|
this.getHedInfo();
|
|
58853
59183
|
}
|
|
58854
59184
|
},
|
|
@@ -58947,6 +59277,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58947
59277
|
_this6.$refs.esContent.scrollTop += _this6.$refs.messagebox.clientHeight;
|
|
58948
59278
|
});
|
|
58949
59279
|
},
|
|
59280
|
+
handleNewFlowSuccess: function handleNewFlowSuccess() {
|
|
59281
|
+
this.$emit('success');
|
|
59282
|
+
},
|
|
58950
59283
|
freeStartFlowSuccess: function freeStartFlowSuccess() {
|
|
58951
59284
|
this.showFreeStartFlow = false;
|
|
58952
59285
|
this.flowSuccess(true);
|
|
@@ -59179,6 +59512,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59179
59512
|
taskExamine = _res$data.taskExamine,
|
|
59180
59513
|
taskReadOpinionRequired = _res$data.taskReadOpinionRequired,
|
|
59181
59514
|
isCanReadTransferHandle = _res$data.isCanReadTransferHandle,
|
|
59515
|
+
readTransferHandleFlowTypeCode = _res$data.readTransferHandleFlowTypeCode,
|
|
59182
59516
|
defaultNotificationMessage = _res$data.defaultNotificationMessage;
|
|
59183
59517
|
|
|
59184
59518
|
if (status === 'success') {
|
|
@@ -59187,6 +59521,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59187
59521
|
_this11.taskReadOpinionRequired = taskReadOpinionRequired;
|
|
59188
59522
|
_this11.nextNode.notificationMsg = defaultNotificationMessage;
|
|
59189
59523
|
_this11.isCanReadTransferHandle = isCanReadTransferHandle;
|
|
59524
|
+
_this11.readTransferHandleFlowTypeCode = readTransferHandleFlowTypeCode;
|
|
59190
59525
|
_this11.isCanFenyue = isCanFenyue;
|
|
59191
59526
|
if (_this11.nodeName) {
|
|
59192
59527
|
_this11.NodeName = _this11.nodeName;
|
|
@@ -59828,17 +60163,29 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59828
60163
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
|
|
59829
60164
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
|
|
59830
60165
|
data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
|
|
59831
|
-
_this30.nextCurrentOrgselectUserList.push({
|
|
60166
|
+
_this30.nextCurrentOrgselectUserList.push({
|
|
60167
|
+
showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i],
|
|
60168
|
+
showid: x,
|
|
60169
|
+
stype: 'department'
|
|
60170
|
+
});
|
|
59832
60171
|
});
|
|
59833
60172
|
}
|
|
59834
60173
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
|
|
59835
60174
|
data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
|
|
59836
|
-
_this30.nextCurrentOrgselectUserList.push({
|
|
60175
|
+
_this30.nextCurrentOrgselectUserList.push({
|
|
60176
|
+
showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i],
|
|
60177
|
+
showid: x,
|
|
60178
|
+
stype: 'employee'
|
|
60179
|
+
});
|
|
59837
60180
|
});
|
|
59838
60181
|
}
|
|
59839
60182
|
if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
|
|
59840
60183
|
data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
|
|
59841
|
-
_this30.nextCurrentOrgselectUserList.push({
|
|
60184
|
+
_this30.nextCurrentOrgselectUserList.push({
|
|
60185
|
+
showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i],
|
|
60186
|
+
showid: x,
|
|
60187
|
+
stype: 'enterprise'
|
|
60188
|
+
});
|
|
59842
60189
|
});
|
|
59843
60190
|
}
|
|
59844
60191
|
}
|
|
@@ -60067,7 +60414,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60067
60414
|
}
|
|
60068
60415
|
if (this.endFlow && isDef) {
|
|
60069
60416
|
this.loading.close();
|
|
60070
|
-
} else {
|
|
60417
|
+
} else if (!this.newFlow) {
|
|
60071
60418
|
this.getNodeInfo();
|
|
60072
60419
|
}
|
|
60073
60420
|
},
|
|
@@ -60569,7 +60916,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
60569
60916
|
_this34.showNews = false;
|
|
60570
60917
|
_this34.nextNode.notificationType = [];
|
|
60571
60918
|
_this34.pendingId = results[results.length - 1].attachId;
|
|
60572
|
-
_this34.
|
|
60919
|
+
if (!_this34.newFlow) {
|
|
60920
|
+
_this34.getHedInfo();
|
|
60921
|
+
}
|
|
60573
60922
|
} else {
|
|
60574
60923
|
_this34.$message.error(msg || '系统错误,请联系管理员!');
|
|
60575
60924
|
}
|
|
@@ -61108,8 +61457,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61108
61457
|
|
|
61109
61458
|
var flow_src_main_component = normalizeComponent(
|
|
61110
61459
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
61111
|
-
|
|
61112
|
-
|
|
61460
|
+
mainvue_type_template_id_5f3621e7_render,
|
|
61461
|
+
mainvue_type_template_id_5f3621e7_staticRenderFns,
|
|
61113
61462
|
false,
|
|
61114
61463
|
null,
|
|
61115
61464
|
null,
|
|
@@ -63159,8 +63508,8 @@ flow_group_src_main.install = function (Vue) {
|
|
|
63159
63508
|
};
|
|
63160
63509
|
|
|
63161
63510
|
/* 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
|
|
63511
|
+
// 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&
|
|
63512
|
+
var mainvue_type_template_id_6a97d245_render = function () {
|
|
63164
63513
|
var _vm = this
|
|
63165
63514
|
var _h = _vm.$createElement
|
|
63166
63515
|
var _c = _vm._self._c || _h
|
|
@@ -63591,11 +63940,11 @@ var mainvue_type_template_id_7e636ba0_render = function () {
|
|
|
63591
63940
|
2
|
|
63592
63941
|
)
|
|
63593
63942
|
}
|
|
63594
|
-
var
|
|
63595
|
-
|
|
63943
|
+
var mainvue_type_template_id_6a97d245_staticRenderFns = []
|
|
63944
|
+
mainvue_type_template_id_6a97d245_render._withStripped = true
|
|
63596
63945
|
|
|
63597
63946
|
|
|
63598
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
63947
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6a97d245&
|
|
63599
63948
|
|
|
63600
63949
|
// 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
63950
|
|
|
@@ -63944,6 +64293,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
63944
64293
|
title: '办理意见',
|
|
63945
64294
|
align: 'center',
|
|
63946
64295
|
showOverflowTooltip: true,
|
|
64296
|
+
'min-width': 200,
|
|
63947
64297
|
// sortable: true,
|
|
63948
64298
|
field: 'doresult'
|
|
63949
64299
|
}, {
|
|
@@ -64273,17 +64623,25 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64273
64623
|
|
|
64274
64624
|
var _that = this;
|
|
64275
64625
|
var newThead = {
|
|
64276
|
-
flow: [
|
|
64277
|
-
|
|
64278
|
-
|
|
64279
|
-
|
|
64280
|
-
|
|
64281
|
-
|
|
64282
|
-
|
|
64283
|
-
|
|
64284
|
-
|
|
64285
|
-
|
|
64286
|
-
|
|
64626
|
+
flow: [
|
|
64627
|
+
// {
|
|
64628
|
+
// label: '经办部门',
|
|
64629
|
+
// field: 'deptid',
|
|
64630
|
+
// align: 'center',
|
|
64631
|
+
// key: 'jbbm',
|
|
64632
|
+
// showOverflowTooltip: true,
|
|
64633
|
+
// width: this.theadWidth.deptid || 150,
|
|
64634
|
+
// render: (h, params) => {
|
|
64635
|
+
// return h(
|
|
64636
|
+
// 'span',
|
|
64637
|
+
// {},
|
|
64638
|
+
// params.row.doDeptName
|
|
64639
|
+
// ? params.row.doDeptName
|
|
64640
|
+
// : params.row.deptName
|
|
64641
|
+
// );
|
|
64642
|
+
// }
|
|
64643
|
+
// },
|
|
64644
|
+
{
|
|
64287
64645
|
label: '步骤',
|
|
64288
64646
|
field: 'itemname',
|
|
64289
64647
|
align: 'center',
|
|
@@ -64296,15 +64654,21 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64296
64654
|
align: 'center',
|
|
64297
64655
|
key: 'blr',
|
|
64298
64656
|
showOverflowTooltip: true,
|
|
64299
|
-
width: this.theadWidth.userName || 110
|
|
64300
|
-
|
|
64301
|
-
|
|
64302
|
-
|
|
64303
|
-
|
|
64304
|
-
|
|
64305
|
-
|
|
64306
|
-
|
|
64307
|
-
|
|
64657
|
+
width: this.theadWidth.userName || 110,
|
|
64658
|
+
render: function render(h, params) {
|
|
64659
|
+
|
|
64660
|
+
return h('span', {}, [params.row.userName]);
|
|
64661
|
+
}
|
|
64662
|
+
},
|
|
64663
|
+
// {
|
|
64664
|
+
// label: '办理人部门',
|
|
64665
|
+
// field: 'deptName',
|
|
64666
|
+
// align: 'center',
|
|
64667
|
+
// showOverflowTooltip: true,
|
|
64668
|
+
// key: 'blrbm',
|
|
64669
|
+
// width: this.theadWidth.deptName || 110
|
|
64670
|
+
// },
|
|
64671
|
+
{
|
|
64308
64672
|
label: '状态',
|
|
64309
64673
|
field: 'pendstate',
|
|
64310
64674
|
key: 'zt',
|
|
@@ -64325,6 +64689,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64325
64689
|
align: 'center',
|
|
64326
64690
|
width: this.theadWidth.doresult,
|
|
64327
64691
|
showOverflowTooltip: true,
|
|
64692
|
+
'min-width': 200,
|
|
64328
64693
|
key: 'blyj',
|
|
64329
64694
|
render: function render(h, params) {
|
|
64330
64695
|
if (params.row.doresult && (params.row.doresult.startsWith('http') || params.row.doresult.startsWith('https'))) {
|
|
@@ -64389,7 +64754,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64389
64754
|
showOverflowTooltip: true,
|
|
64390
64755
|
width: this.theadWidth.pressTimes || 150,
|
|
64391
64756
|
render: function render(h, params) {
|
|
64392
|
-
return h('
|
|
64757
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
|
|
64393
64758
|
}
|
|
64394
64759
|
}, {
|
|
64395
64760
|
title: '操作',
|
|
@@ -64450,6 +64815,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64450
64815
|
label: '办理意见',
|
|
64451
64816
|
field: 'doresult',
|
|
64452
64817
|
align: 'center',
|
|
64818
|
+
'min-width': 200,
|
|
64453
64819
|
key: 'blyj',
|
|
64454
64820
|
width: this.theadWidth.doresult,
|
|
64455
64821
|
showOverflowTooltip: true,
|
|
@@ -64516,7 +64882,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64516
64882
|
showOverflowTooltip: true,
|
|
64517
64883
|
width: this.theadWidth.pressTimes || 150,
|
|
64518
64884
|
render: function render(h, params) {
|
|
64519
|
-
return h('
|
|
64885
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
|
|
64520
64886
|
}
|
|
64521
64887
|
}, {
|
|
64522
64888
|
title: '操作',
|
|
@@ -64616,7 +64982,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64616
64982
|
showOverflowTooltip: true,
|
|
64617
64983
|
width: this.theadWidth.pressTimes || 150,
|
|
64618
64984
|
render: function render(h, params) {
|
|
64619
|
-
return h('
|
|
64985
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes);
|
|
64620
64986
|
}
|
|
64621
64987
|
}, {
|
|
64622
64988
|
label: '阅结意见 & 说明',
|
|
@@ -64942,11 +65308,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64942
65308
|
|
|
64943
65309
|
|
|
64944
65310
|
methods: {
|
|
64945
|
-
/**
|
|
64946
|
-
* handleBatchDelete
|
|
64947
|
-
* @desc:批量删除
|
|
64948
|
-
* @author liufan
|
|
64949
|
-
* @date 2025年12月31日
|
|
65311
|
+
/**
|
|
65312
|
+
* handleBatchDelete
|
|
65313
|
+
* @desc:批量删除
|
|
65314
|
+
* @author liufan
|
|
65315
|
+
* @date 2025年12月31日
|
|
64950
65316
|
**/
|
|
64951
65317
|
handleBatchDelete: function handleBatchDelete() {
|
|
64952
65318
|
var _this6 = this;
|
|
@@ -65243,12 +65609,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65243
65609
|
}
|
|
65244
65610
|
},
|
|
65245
65611
|
|
|
65246
|
-
/**
|
|
65247
|
-
* handleFormSubmit
|
|
65248
|
-
* @desc:删除节点点击事件
|
|
65249
|
-
* @param {Object} formData 点击删除的form数据
|
|
65250
|
-
* @author liufan
|
|
65251
|
-
* @date 2022年11月29日
|
|
65612
|
+
/**
|
|
65613
|
+
* handleFormSubmit
|
|
65614
|
+
* @desc:删除节点点击事件
|
|
65615
|
+
* @param {Object} formData 点击删除的form数据
|
|
65616
|
+
* @author liufan
|
|
65617
|
+
* @date 2022年11月29日
|
|
65252
65618
|
**/
|
|
65253
65619
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
65254
65620
|
var _this12 = this;
|
|
@@ -65284,12 +65650,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65284
65650
|
});
|
|
65285
65651
|
},
|
|
65286
65652
|
|
|
65287
|
-
/**
|
|
65288
|
-
* del
|
|
65289
|
-
* @desc:展示删除弹窗
|
|
65290
|
-
* @param {String} id 当前点击数据id
|
|
65291
|
-
* @author liufan
|
|
65292
|
-
* @date 2022年11月29日
|
|
65653
|
+
/**
|
|
65654
|
+
* del
|
|
65655
|
+
* @desc:展示删除弹窗
|
|
65656
|
+
* @param {String} id 当前点击数据id
|
|
65657
|
+
* @author liufan
|
|
65658
|
+
* @date 2022年11月29日
|
|
65293
65659
|
**/
|
|
65294
65660
|
del: function del(id, type) {
|
|
65295
65661
|
this.modalType = type;
|
|
@@ -65297,12 +65663,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65297
65663
|
this.showDel = true;
|
|
65298
65664
|
},
|
|
65299
65665
|
|
|
65300
|
-
/**
|
|
65301
|
-
* handleCurrentChange
|
|
65302
|
-
* @desc:监听页码变化
|
|
65303
|
-
* @param {String} val 当前页
|
|
65304
|
-
* @author liufan
|
|
65305
|
-
* @date 2022年11月29日
|
|
65666
|
+
/**
|
|
65667
|
+
* handleCurrentChange
|
|
65668
|
+
* @desc:监听页码变化
|
|
65669
|
+
* @param {String} val 当前页
|
|
65670
|
+
* @author liufan
|
|
65671
|
+
* @date 2022年11月29日
|
|
65306
65672
|
**/
|
|
65307
65673
|
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
65308
65674
|
this.currentPage = val;
|
|
@@ -65311,12 +65677,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65311
65677
|
}
|
|
65312
65678
|
},
|
|
65313
65679
|
|
|
65314
|
-
/**
|
|
65315
|
-
* handleSizeChange
|
|
65316
|
-
* @desc:监听每页数据显示数量变化
|
|
65317
|
-
* @param {String} val 每页展示数量
|
|
65318
|
-
* @author liufan
|
|
65319
|
-
* @date 2022年11月29日
|
|
65680
|
+
/**
|
|
65681
|
+
* handleSizeChange
|
|
65682
|
+
* @desc:监听每页数据显示数量变化
|
|
65683
|
+
* @param {String} val 每页展示数量
|
|
65684
|
+
* @author liufan
|
|
65685
|
+
* @date 2022年11月29日
|
|
65320
65686
|
**/
|
|
65321
65687
|
handleSizeChange: function handleSizeChange(val) {
|
|
65322
65688
|
this.pageSize = val;
|
|
@@ -65325,12 +65691,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65325
65691
|
}
|
|
65326
65692
|
},
|
|
65327
65693
|
|
|
65328
|
-
/**
|
|
65329
|
-
* sortChange
|
|
65330
|
-
* @desc:监听排序变化
|
|
65331
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
65332
|
-
* @author liufan
|
|
65333
|
-
* @date 2022年11月29日
|
|
65694
|
+
/**
|
|
65695
|
+
* sortChange
|
|
65696
|
+
* @desc:监听排序变化
|
|
65697
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
65698
|
+
* @author liufan
|
|
65699
|
+
* @date 2022年11月29日
|
|
65334
65700
|
**/
|
|
65335
65701
|
sortChange: function sortChange(info, type) {
|
|
65336
65702
|
var prop = info.prop;
|
|
@@ -65346,11 +65712,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65346
65712
|
}
|
|
65347
65713
|
},
|
|
65348
65714
|
|
|
65349
|
-
/**
|
|
65350
|
-
* getDeletList
|
|
65351
|
-
* @desc:删除列表数据
|
|
65352
|
-
* @author liufan
|
|
65353
|
-
* @date 2025年12月30日
|
|
65715
|
+
/**
|
|
65716
|
+
* getDeletList
|
|
65717
|
+
* @desc:删除列表数据
|
|
65718
|
+
* @author liufan
|
|
65719
|
+
* @date 2025年12月30日
|
|
65354
65720
|
**/
|
|
65355
65721
|
getDeletList: function getDeletList() {
|
|
65356
65722
|
var _this13 = this;
|
|
@@ -65379,11 +65745,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65379
65745
|
});
|
|
65380
65746
|
},
|
|
65381
65747
|
|
|
65382
|
-
/**
|
|
65383
|
-
* getResetList
|
|
65384
|
-
* @desc:重设列表数据
|
|
65385
|
-
* @author liufan
|
|
65386
|
-
* @date 2025年12月30日
|
|
65748
|
+
/**
|
|
65749
|
+
* getResetList
|
|
65750
|
+
* @desc:重设列表数据
|
|
65751
|
+
* @author liufan
|
|
65752
|
+
* @date 2025年12月30日
|
|
65387
65753
|
**/
|
|
65388
65754
|
getResetList: function getResetList() {
|
|
65389
65755
|
var _this14 = this;
|
|
@@ -65413,11 +65779,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65413
65779
|
});
|
|
65414
65780
|
},
|
|
65415
65781
|
|
|
65416
|
-
/**
|
|
65417
|
-
* getPressList
|
|
65418
|
-
* @desc:催办列表数据
|
|
65419
|
-
* @author liufan
|
|
65420
|
-
* @date 2022年11月29日
|
|
65782
|
+
/**
|
|
65783
|
+
* getPressList
|
|
65784
|
+
* @desc:催办列表数据
|
|
65785
|
+
* @author liufan
|
|
65786
|
+
* @date 2022年11月29日
|
|
65421
65787
|
**/
|
|
65422
65788
|
getPressList: function getPressList() {
|
|
65423
65789
|
var _this15 = this;
|
|
@@ -65447,12 +65813,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65447
65813
|
});
|
|
65448
65814
|
},
|
|
65449
65815
|
|
|
65450
|
-
/**
|
|
65451
|
-
* goPress
|
|
65452
|
-
* @desc:催办列表查看
|
|
65453
|
-
* @param {String} id 催办列表id
|
|
65454
|
-
* @author liufan
|
|
65455
|
-
* @date 2022年11月29日
|
|
65816
|
+
/**
|
|
65817
|
+
* goPress
|
|
65818
|
+
* @desc:催办列表查看
|
|
65819
|
+
* @param {String} id 催办列表id
|
|
65820
|
+
* @author liufan
|
|
65821
|
+
* @date 2022年11月29日
|
|
65456
65822
|
**/
|
|
65457
65823
|
goPress: function goPress(id) {
|
|
65458
65824
|
this.historyId = id;
|
|
@@ -65460,23 +65826,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65460
65826
|
this.getPressList();
|
|
65461
65827
|
},
|
|
65462
65828
|
|
|
65463
|
-
/**
|
|
65464
|
-
* showFile
|
|
65465
|
-
* @desc:附件查看
|
|
65466
|
-
* @param {String} ownId 附件id
|
|
65467
|
-
* @author liufan
|
|
65468
|
-
* @date 2022年11月29日
|
|
65829
|
+
/**
|
|
65830
|
+
* showFile
|
|
65831
|
+
* @desc:附件查看
|
|
65832
|
+
* @param {String} ownId 附件id
|
|
65833
|
+
* @author liufan
|
|
65834
|
+
* @date 2022年11月29日
|
|
65469
65835
|
**/
|
|
65470
65836
|
showFile: function showFile(ownId) {
|
|
65471
65837
|
this.wfpendingid = ownId;
|
|
65472
65838
|
this.showFileList = true;
|
|
65473
65839
|
},
|
|
65474
65840
|
|
|
65475
|
-
/**
|
|
65476
|
-
* handleChange
|
|
65477
|
-
* @desc:切换排序方式
|
|
65478
|
-
* @author liufan
|
|
65479
|
-
* @date 2022年11月22日
|
|
65841
|
+
/**
|
|
65842
|
+
* handleChange
|
|
65843
|
+
* @desc:切换排序方式
|
|
65844
|
+
* @author liufan
|
|
65845
|
+
* @date 2022年11月22日
|
|
65480
65846
|
**/
|
|
65481
65847
|
handleChange: function handleChange(key, value) {
|
|
65482
65848
|
if (value) {
|
|
@@ -65526,11 +65892,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65526
65892
|
}))();
|
|
65527
65893
|
},
|
|
65528
65894
|
|
|
65529
|
-
/**
|
|
65530
|
-
* getFlowList
|
|
65531
|
-
* @desc:获取流程列表
|
|
65532
|
-
* @author liufan
|
|
65533
|
-
* @date 2022年11月22日
|
|
65895
|
+
/**
|
|
65896
|
+
* getFlowList
|
|
65897
|
+
* @desc:获取流程列表
|
|
65898
|
+
* @author liufan
|
|
65899
|
+
* @date 2022年11月22日
|
|
65534
65900
|
**/
|
|
65535
65901
|
getFlowList: function getFlowList(type) {
|
|
65536
65902
|
var _this17 = this;
|
|
@@ -65610,12 +65976,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65610
65976
|
});
|
|
65611
65977
|
},
|
|
65612
65978
|
|
|
65613
|
-
/**
|
|
65614
|
-
* handleClick
|
|
65615
|
-
* @desc:表单点击事件
|
|
65616
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
65617
|
-
* @author liufan
|
|
65618
|
-
* @date 2022年11月10日
|
|
65979
|
+
/**
|
|
65980
|
+
* handleClick
|
|
65981
|
+
* @desc:表单点击事件
|
|
65982
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
65983
|
+
* @author liufan
|
|
65984
|
+
* @date 2022年11月10日
|
|
65619
65985
|
**/
|
|
65620
65986
|
handleClick: function handleClick(val) {
|
|
65621
65987
|
var _this18 = this;
|
|
@@ -65661,13 +66027,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65661
66027
|
}
|
|
65662
66028
|
},
|
|
65663
66029
|
|
|
65664
|
-
/**
|
|
65665
|
-
* getCodeValue
|
|
65666
|
-
* @desc:获取代码表过滤后的值
|
|
65667
|
-
* @param {String} value 展示数据的代码值
|
|
65668
|
-
* @param {String} type 代码表类型
|
|
65669
|
-
* @author liufan
|
|
65670
|
-
* @date 2022年11月10日
|
|
66030
|
+
/**
|
|
66031
|
+
* getCodeValue
|
|
66032
|
+
* @desc:获取代码表过滤后的值
|
|
66033
|
+
* @param {String} value 展示数据的代码值
|
|
66034
|
+
* @param {String} type 代码表类型
|
|
66035
|
+
* @author liufan
|
|
66036
|
+
* @date 2022年11月10日
|
|
65671
66037
|
**/
|
|
65672
66038
|
getCodeValue: function getCodeValue(value, type) {
|
|
65673
66039
|
var val = this[type].filter(function (item) {
|
|
@@ -65676,12 +66042,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65676
66042
|
return val[0].shortName;
|
|
65677
66043
|
},
|
|
65678
66044
|
|
|
65679
|
-
/**
|
|
65680
|
-
* getSysInfo
|
|
65681
|
-
* @desc:获取代码表
|
|
65682
|
-
* @param {String} code 编码code值
|
|
65683
|
-
* @author liufan
|
|
65684
|
-
* @date 2022年11月10日
|
|
66045
|
+
/**
|
|
66046
|
+
* getSysInfo
|
|
66047
|
+
* @desc:获取代码表
|
|
66048
|
+
* @param {String} code 编码code值
|
|
66049
|
+
* @author liufan
|
|
66050
|
+
* @date 2022年11月10日
|
|
65685
66051
|
**/
|
|
65686
66052
|
getSysInfo: function getSysInfo(code) {
|
|
65687
66053
|
var _this19 = this;
|
|
@@ -65703,11 +66069,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65703
66069
|
}).catch(function (e) {});
|
|
65704
66070
|
},
|
|
65705
66071
|
|
|
65706
|
-
/**
|
|
65707
|
-
* getListInfo
|
|
65708
|
-
* @desc:获取预设列表数据
|
|
65709
|
-
* @author liufan
|
|
65710
|
-
* @date 2022年11月10日
|
|
66072
|
+
/**
|
|
66073
|
+
* getListInfo
|
|
66074
|
+
* @desc:获取预设列表数据
|
|
66075
|
+
* @author liufan
|
|
66076
|
+
* @date 2022年11月10日
|
|
65711
66077
|
**/
|
|
65712
66078
|
getListInfo: function getListInfo() {
|
|
65713
66079
|
var _this20 = this;
|
|
@@ -65760,8 +66126,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65760
66126
|
|
|
65761
66127
|
var flow_list_src_main_component = normalizeComponent(
|
|
65762
66128
|
packages_flow_list_src_mainvue_type_script_lang_js_,
|
|
65763
|
-
|
|
65764
|
-
|
|
66129
|
+
mainvue_type_template_id_6a97d245_render,
|
|
66130
|
+
mainvue_type_template_id_6a97d245_staticRenderFns,
|
|
65765
66131
|
false,
|
|
65766
66132
|
null,
|
|
65767
66133
|
null,
|
|
@@ -112563,7 +112929,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
112563
112929
|
}
|
|
112564
112930
|
|
|
112565
112931
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
112566
|
-
version: '0.8.
|
|
112932
|
+
version: '0.8.35',
|
|
112567
112933
|
install: install,
|
|
112568
112934
|
Archives: archives,
|
|
112569
112935
|
Button: packages_button,
|