eoss-ui 0.7.81 → 0.7.83
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 +677 -660
- package/lib/flow-list.js +11 -12
- package/lib/flow.js +626 -608
- package/lib/index.js +1 -1
- package/lib/main.js +18 -18
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/upload.js +6 -6
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +2 -2
- package/packages/flow/src/component/CommonOpinions.vue +1 -0
- package/packages/flow/src/component/FileList.vue +1 -1
- package/packages/flow/src/component/FreeCirculation.vue +2 -2
- package/packages/flow/src/component/SendMsg.vue +2 -2
- package/packages/flow/src/component/taskUnionExamine.vue +2 -2
- package/packages/flow/src/main.vue +13 -4
- package/packages/flow/src/processForm.vue +2 -3
- package/packages/flow/src/reset.vue +1 -2
- package/packages/flow/src/selectUser.vue +49 -22
- package/packages/flow/src/startTaskRead.vue +1 -1
- package/packages/flow/src/supervise.vue +1 -1
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/src/main.vue +6 -6
- package/packages/main/src/simplicity/index.vue +1 -1
- package/packages/main/src/simplicityTop/index.vue +1 -1
- 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 +6 -3
- package/packages/upload/src/main.vue +1 -1
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -4532,14 +4532,14 @@ module.exports = require("lodash");
|
|
|
4532
4532
|
|
|
4533
4533
|
"use strict";
|
|
4534
4534
|
|
|
4535
|
-
// 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/FileList.vue?vue&type=template&id=
|
|
4535
|
+
// 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/FileList.vue?vue&type=template&id=7e663b82&
|
|
4536
4536
|
var render = function () {
|
|
4537
4537
|
var _vm = this
|
|
4538
4538
|
var _h = _vm.$createElement
|
|
4539
4539
|
var _c = _vm._self._c || _h
|
|
4540
4540
|
return _c(
|
|
4541
4541
|
"div",
|
|
4542
|
-
{ staticClass: "file" },
|
|
4542
|
+
{ staticClass: "es-flow-file" },
|
|
4543
4543
|
[
|
|
4544
4544
|
_c(
|
|
4545
4545
|
"es-upload",
|
|
@@ -4570,7 +4570,7 @@ var staticRenderFns = []
|
|
|
4570
4570
|
render._withStripped = true
|
|
4571
4571
|
|
|
4572
4572
|
|
|
4573
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=
|
|
4573
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=7e663b82&
|
|
4574
4574
|
|
|
4575
4575
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
4576
4576
|
var api = __webpack_require__(1);
|
|
@@ -4725,7 +4725,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4725
4725
|
// ESM COMPAT FLAG
|
|
4726
4726
|
__webpack_require__.r(__webpack_exports__);
|
|
4727
4727
|
|
|
4728
|
-
// 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=
|
|
4728
|
+
// 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=e711590a&
|
|
4729
4729
|
var render = function () {
|
|
4730
4730
|
var _vm = this
|
|
4731
4731
|
var _h = _vm.$createElement
|
|
@@ -5399,7 +5399,7 @@ var render = function () {
|
|
|
5399
5399
|
],
|
|
5400
5400
|
attrs: {
|
|
5401
5401
|
slot: "append",
|
|
5402
|
-
icon: "es-icon-
|
|
5402
|
+
icon: "es-icon-shu-jituan",
|
|
5403
5403
|
},
|
|
5404
5404
|
on: {
|
|
5405
5405
|
click: function () {
|
|
@@ -6668,6 +6668,10 @@ var render = function () {
|
|
|
6668
6668
|
_c(
|
|
6669
6669
|
"el-checkbox-group",
|
|
6670
6670
|
{
|
|
6671
|
+
on: {
|
|
6672
|
+
change:
|
|
6673
|
+
_vm.handleChangeNotificationType,
|
|
6674
|
+
},
|
|
6671
6675
|
model: {
|
|
6672
6676
|
value:
|
|
6673
6677
|
_vm.nextNode.notificationType,
|
|
@@ -6713,8 +6717,12 @@ var render = function () {
|
|
|
6713
6717
|
{
|
|
6714
6718
|
name: "show",
|
|
6715
6719
|
rawName: "v-show",
|
|
6716
|
-
value:
|
|
6717
|
-
|
|
6720
|
+
value:
|
|
6721
|
+
_vm.showNews &&
|
|
6722
|
+
_vm.nextNode.notificationType
|
|
6723
|
+
.length > 0,
|
|
6724
|
+
expression:
|
|
6725
|
+
"showNews && nextNode.notificationType.length > 0",
|
|
6718
6726
|
},
|
|
6719
6727
|
],
|
|
6720
6728
|
staticStyle: {
|
|
@@ -7671,14 +7679,14 @@ var staticRenderFns = []
|
|
|
7671
7679
|
render._withStripped = true
|
|
7672
7680
|
|
|
7673
7681
|
|
|
7674
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7682
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=e711590a&
|
|
7675
7683
|
|
|
7676
7684
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7677
7685
|
var regenerator_ = __webpack_require__(4);
|
|
7678
7686
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
|
|
7679
7687
|
|
|
7680
|
-
// 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=
|
|
7681
|
-
var
|
|
7688
|
+
// 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=7b4f1542&
|
|
7689
|
+
var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
|
|
7682
7690
|
var _vm = this
|
|
7683
7691
|
var _h = _vm.$createElement
|
|
7684
7692
|
var _c = _vm._self._c || _h
|
|
@@ -7824,6 +7832,7 @@ var CommonOpinionsvue_type_template_id_4a620f86_render = function () {
|
|
|
7824
7832
|
_c(
|
|
7825
7833
|
"el-button",
|
|
7826
7834
|
{
|
|
7835
|
+
staticStyle: { "margin-right": "22px" },
|
|
7827
7836
|
attrs: { type: "primary", size: "small" },
|
|
7828
7837
|
on: {
|
|
7829
7838
|
click: function () {
|
|
@@ -7887,17 +7896,17 @@ var CommonOpinionsvue_type_template_id_4a620f86_render = function () {
|
|
|
7887
7896
|
1
|
|
7888
7897
|
)
|
|
7889
7898
|
}
|
|
7890
|
-
var
|
|
7891
|
-
|
|
7899
|
+
var CommonOpinionsvue_type_template_id_7b4f1542_staticRenderFns = []
|
|
7900
|
+
CommonOpinionsvue_type_template_id_7b4f1542_render._withStripped = true
|
|
7892
7901
|
|
|
7893
7902
|
|
|
7894
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=
|
|
7903
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
|
|
7895
7904
|
|
|
7896
7905
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
7897
7906
|
var api = __webpack_require__(1);
|
|
7898
7907
|
|
|
7899
|
-
// 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=
|
|
7900
|
-
var
|
|
7908
|
+
// 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&
|
|
7909
|
+
var tablevue_type_template_id_a96ee8f8_render = function () {
|
|
7901
7910
|
var _vm = this
|
|
7902
7911
|
var _h = _vm.$createElement
|
|
7903
7912
|
var _c = _vm._self._c || _h
|
|
@@ -7928,7 +7937,7 @@ var tablevue_type_template_id_67f38db6_render = function () {
|
|
|
7928
7937
|
)
|
|
7929
7938
|
}),
|
|
7930
7939
|
_c("el-table-column", {
|
|
7931
|
-
attrs: { label: "操作", width: "100" },
|
|
7940
|
+
attrs: { label: "操作", width: "100", align: "center" },
|
|
7932
7941
|
scopedSlots: _vm._u([
|
|
7933
7942
|
{
|
|
7934
7943
|
key: "default",
|
|
@@ -7969,11 +7978,11 @@ var tablevue_type_template_id_67f38db6_render = function () {
|
|
|
7969
7978
|
2
|
|
7970
7979
|
)
|
|
7971
7980
|
}
|
|
7972
|
-
var
|
|
7973
|
-
|
|
7981
|
+
var tablevue_type_template_id_a96ee8f8_staticRenderFns = []
|
|
7982
|
+
tablevue_type_template_id_a96ee8f8_render._withStripped = true
|
|
7974
7983
|
|
|
7975
7984
|
|
|
7976
|
-
// CONCATENATED MODULE: ./packages/flow/src/table.vue?vue&type=template&id=
|
|
7985
|
+
// CONCATENATED MODULE: ./packages/flow/src/table.vue?vue&type=template&id=a96ee8f8&
|
|
7977
7986
|
|
|
7978
7987
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/table.vue?vue&type=script&lang=js&
|
|
7979
7988
|
//
|
|
@@ -8049,8 +8058,8 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
8049
8058
|
|
|
8050
8059
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
8051
8060
|
src_tablevue_type_script_lang_js_,
|
|
8052
|
-
|
|
8053
|
-
|
|
8061
|
+
tablevue_type_template_id_a96ee8f8_render,
|
|
8062
|
+
tablevue_type_template_id_a96ee8f8_staticRenderFns,
|
|
8054
8063
|
false,
|
|
8055
8064
|
null,
|
|
8056
8065
|
null,
|
|
@@ -8437,6 +8446,7 @@ var _components;
|
|
|
8437
8446
|
//
|
|
8438
8447
|
//
|
|
8439
8448
|
//
|
|
8449
|
+
//
|
|
8440
8450
|
|
|
8441
8451
|
|
|
8442
8452
|
|
|
@@ -8723,8 +8733,8 @@ var _components;
|
|
|
8723
8733
|
|
|
8724
8734
|
var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
8725
8735
|
component_CommonOpinionsvue_type_script_lang_js_,
|
|
8726
|
-
|
|
8727
|
-
|
|
8736
|
+
CommonOpinionsvue_type_template_id_7b4f1542_render,
|
|
8737
|
+
CommonOpinionsvue_type_template_id_7b4f1542_staticRenderFns,
|
|
8728
8738
|
false,
|
|
8729
8739
|
null,
|
|
8730
8740
|
null,
|
|
@@ -8733,8 +8743,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8733
8743
|
)
|
|
8734
8744
|
|
|
8735
8745
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8736
|
-
// 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=
|
|
8737
|
-
var
|
|
8746
|
+
// 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=e4b5ed26&
|
|
8747
|
+
var processFormvue_type_template_id_e4b5ed26_render = function () {
|
|
8738
8748
|
var _vm = this
|
|
8739
8749
|
var _h = _vm.$createElement
|
|
8740
8750
|
var _c = _vm._self._c || _h
|
|
@@ -9445,7 +9455,7 @@ var processFormvue_type_template_id_9d5d2a78_render = function () {
|
|
|
9445
9455
|
_c(
|
|
9446
9456
|
"el-button",
|
|
9447
9457
|
{
|
|
9448
|
-
attrs: { type: "primary"
|
|
9458
|
+
attrs: { type: "primary" },
|
|
9449
9459
|
on: {
|
|
9450
9460
|
click: function ($event) {
|
|
9451
9461
|
_vm.subProcess("nextNode")
|
|
@@ -9454,11 +9464,9 @@ var processFormvue_type_template_id_9d5d2a78_render = function () {
|
|
|
9454
9464
|
},
|
|
9455
9465
|
[_vm._v("\n 确认\n ")]
|
|
9456
9466
|
),
|
|
9457
|
-
_c(
|
|
9458
|
-
"
|
|
9459
|
-
|
|
9460
|
-
[_vm._v(" 取消 ")]
|
|
9461
|
-
),
|
|
9467
|
+
_c("el-button", { on: { click: _vm.quit } }, [
|
|
9468
|
+
_vm._v(" 取消 "),
|
|
9469
|
+
]),
|
|
9462
9470
|
],
|
|
9463
9471
|
1
|
|
9464
9472
|
),
|
|
@@ -9564,14 +9572,14 @@ var processFormvue_type_template_id_9d5d2a78_render = function () {
|
|
|
9564
9572
|
1
|
|
9565
9573
|
)
|
|
9566
9574
|
}
|
|
9567
|
-
var
|
|
9568
|
-
|
|
9575
|
+
var processFormvue_type_template_id_e4b5ed26_staticRenderFns = []
|
|
9576
|
+
processFormvue_type_template_id_e4b5ed26_render._withStripped = true
|
|
9569
9577
|
|
|
9570
9578
|
|
|
9571
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9579
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e4b5ed26&
|
|
9572
9580
|
|
|
9573
|
-
// 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=
|
|
9574
|
-
var
|
|
9581
|
+
// 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=406a9f9a&
|
|
9582
|
+
var selectUservue_type_template_id_406a9f9a_render = function () {
|
|
9575
9583
|
var _vm = this
|
|
9576
9584
|
var _h = _vm.$createElement
|
|
9577
9585
|
var _c = _vm._self._c || _h
|
|
@@ -9579,43 +9587,49 @@ var selectUservue_type_template_id_f9652492_render = function () {
|
|
|
9579
9587
|
"div",
|
|
9580
9588
|
{ staticClass: "select-users" },
|
|
9581
9589
|
[
|
|
9582
|
-
_vm.
|
|
9583
|
-
|
|
9584
|
-
|
|
9585
|
-
|
|
9586
|
-
|
|
9587
|
-
|
|
9588
|
-
|
|
9589
|
-
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9599
|
-
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
9607
|
-
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
|
|
9615
|
-
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
|
|
9590
|
+
_vm.showSelectUser
|
|
9591
|
+
? _c(
|
|
9592
|
+
"div",
|
|
9593
|
+
_vm._l(_vm.newRadioList, function (item, index) {
|
|
9594
|
+
return _c(
|
|
9595
|
+
"el-radio",
|
|
9596
|
+
{
|
|
9597
|
+
directives: [
|
|
9598
|
+
{
|
|
9599
|
+
name: "show",
|
|
9600
|
+
rawName: "v-show",
|
|
9601
|
+
value:
|
|
9602
|
+
_vm.newRadioList.length > 0 &&
|
|
9603
|
+
!_vm.newMultiple &&
|
|
9604
|
+
_vm.newPresetEdit != 0,
|
|
9605
|
+
expression:
|
|
9606
|
+
"newRadioList.length > 0 && !newMultiple && newPresetEdit != 0",
|
|
9607
|
+
},
|
|
9608
|
+
],
|
|
9609
|
+
key: index,
|
|
9610
|
+
attrs: {
|
|
9611
|
+
disabled: _vm.isCurrentNodeForbiddenChangeCandidate == 1,
|
|
9612
|
+
label: item.id || item.showid,
|
|
9613
|
+
},
|
|
9614
|
+
on: {
|
|
9615
|
+
change: function ($event) {
|
|
9616
|
+
_vm.cancelSelectUser(true)
|
|
9617
|
+
},
|
|
9618
|
+
},
|
|
9619
|
+
model: {
|
|
9620
|
+
value: _vm.newNextUser,
|
|
9621
|
+
callback: function ($$v) {
|
|
9622
|
+
_vm.newNextUser = $$v
|
|
9623
|
+
},
|
|
9624
|
+
expression: "newNextUser",
|
|
9625
|
+
},
|
|
9626
|
+
},
|
|
9627
|
+
[_vm._v(_vm._s(item.name ? item.name : item.showname))]
|
|
9628
|
+
)
|
|
9629
|
+
}),
|
|
9630
|
+
1
|
|
9631
|
+
)
|
|
9632
|
+
: _vm._e(),
|
|
9619
9633
|
_c(
|
|
9620
9634
|
"el-checkbox-group",
|
|
9621
9635
|
{
|
|
@@ -9722,14 +9736,14 @@ var selectUservue_type_template_id_f9652492_render = function () {
|
|
|
9722
9736
|
1
|
|
9723
9737
|
),
|
|
9724
9738
|
],
|
|
9725
|
-
|
|
9739
|
+
1
|
|
9726
9740
|
)
|
|
9727
9741
|
}
|
|
9728
|
-
var
|
|
9729
|
-
|
|
9742
|
+
var selectUservue_type_template_id_406a9f9a_staticRenderFns = []
|
|
9743
|
+
selectUservue_type_template_id_406a9f9a_render._withStripped = true
|
|
9730
9744
|
|
|
9731
9745
|
|
|
9732
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
9746
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=406a9f9a&
|
|
9733
9747
|
|
|
9734
9748
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
9735
9749
|
var _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; };
|
|
@@ -9833,6 +9847,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9833
9847
|
//
|
|
9834
9848
|
//
|
|
9835
9849
|
//
|
|
9850
|
+
//
|
|
9851
|
+
//
|
|
9836
9852
|
|
|
9837
9853
|
|
|
9838
9854
|
|
|
@@ -9936,6 +9952,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9936
9952
|
return {
|
|
9937
9953
|
searchLoading: false,
|
|
9938
9954
|
newNextUser: [],
|
|
9955
|
+
showSelectUser: true,
|
|
9939
9956
|
classify: true,
|
|
9940
9957
|
newOptions: [],
|
|
9941
9958
|
newSelectUserList: [],
|
|
@@ -9998,6 +10015,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9998
10015
|
},
|
|
9999
10016
|
nextUser: {
|
|
10000
10017
|
handler: function handler(val) {
|
|
10018
|
+
console.log(val, 'nextUser');
|
|
10001
10019
|
this.newNextUser = val;
|
|
10002
10020
|
},
|
|
10003
10021
|
|
|
@@ -10157,18 +10175,38 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10157
10175
|
_this4.newNextUser.push(item.showid);
|
|
10158
10176
|
});
|
|
10159
10177
|
} else {
|
|
10178
|
+
console.log(val, this.newSelectUserList, 'aaaa');
|
|
10160
10179
|
if (this.newSelectUserList.length > 0) {
|
|
10161
10180
|
var _newSelectUserList$ = this.newSelectUserList[0],
|
|
10162
10181
|
showid = _newSelectUserList$.showid,
|
|
10163
10182
|
showname = _newSelectUserList$.showname;
|
|
10164
10183
|
|
|
10165
|
-
|
|
10166
|
-
|
|
10167
|
-
|
|
10168
|
-
|
|
10169
|
-
|
|
10184
|
+
if (val[0]) {
|
|
10185
|
+
console.log(val[0], '1111');
|
|
10186
|
+
this.newOptions.push(_extends({}, this.newSelectUserList[0], {
|
|
10187
|
+
id: showid,
|
|
10188
|
+
name: showname
|
|
10189
|
+
}));
|
|
10190
|
+
this.newNextUser = showid;
|
|
10191
|
+
} else {
|
|
10192
|
+
console.log(val[0], '2222');
|
|
10193
|
+
this.newOptions = [];
|
|
10194
|
+
this.newNextUser = '';
|
|
10195
|
+
this.showSelectUser = false;
|
|
10196
|
+
setTimeout(function () {
|
|
10197
|
+
_this4.showSelectUser = true;
|
|
10198
|
+
}, 0);
|
|
10199
|
+
}
|
|
10200
|
+
} else {
|
|
10201
|
+
this.newOptions = [];
|
|
10202
|
+
this.newNextUser = '';
|
|
10203
|
+
this.showSelectUser = false;
|
|
10204
|
+
setTimeout(function () {
|
|
10205
|
+
_this4.showSelectUser = true;
|
|
10206
|
+
}, 0);
|
|
10170
10207
|
}
|
|
10171
10208
|
}
|
|
10209
|
+
console.log(this.newNextUser, this.newOptions, 'bbb');
|
|
10172
10210
|
this.$emit('change', {
|
|
10173
10211
|
nextUser: this.newNextUser,
|
|
10174
10212
|
mixList: data,
|
|
@@ -10239,8 +10277,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10239
10277
|
|
|
10240
10278
|
var selectUser_component = Object(componentNormalizer["a" /* default */])(
|
|
10241
10279
|
src_selectUservue_type_script_lang_js_,
|
|
10242
|
-
|
|
10243
|
-
|
|
10280
|
+
selectUservue_type_template_id_406a9f9a_render,
|
|
10281
|
+
selectUservue_type_template_id_406a9f9a_staticRenderFns,
|
|
10244
10282
|
false,
|
|
10245
10283
|
null,
|
|
10246
10284
|
null,
|
|
@@ -11497,7 +11535,6 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11497
11535
|
//
|
|
11498
11536
|
//
|
|
11499
11537
|
//
|
|
11500
|
-
//
|
|
11501
11538
|
|
|
11502
11539
|
|
|
11503
11540
|
|
|
@@ -11553,7 +11590,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11553
11590
|
},
|
|
11554
11591
|
labelPosition: {
|
|
11555
11592
|
type: String,
|
|
11556
|
-
default: '
|
|
11593
|
+
default: 'right'
|
|
11557
11594
|
},
|
|
11558
11595
|
formTitle: {
|
|
11559
11596
|
type: String,
|
|
@@ -12504,8 +12541,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12504
12541
|
|
|
12505
12542
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
12506
12543
|
src_processFormvue_type_script_lang_js_,
|
|
12507
|
-
|
|
12508
|
-
|
|
12544
|
+
processFormvue_type_template_id_e4b5ed26_render,
|
|
12545
|
+
processFormvue_type_template_id_e4b5ed26_staticRenderFns,
|
|
12509
12546
|
false,
|
|
12510
12547
|
null,
|
|
12511
12548
|
null,
|
|
@@ -12517,8 +12554,8 @@ var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
|
12517
12554
|
// EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
|
|
12518
12555
|
var FileList = __webpack_require__(17);
|
|
12519
12556
|
|
|
12520
|
-
// 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/SendMsg.vue?vue&type=template&id=
|
|
12521
|
-
var
|
|
12557
|
+
// 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/SendMsg.vue?vue&type=template&id=9779cf84&
|
|
12558
|
+
var SendMsgvue_type_template_id_9779cf84_render = function () {
|
|
12522
12559
|
var _vm = this
|
|
12523
12560
|
var _h = _vm.$createElement
|
|
12524
12561
|
var _c = _vm._self._c || _h
|
|
@@ -12709,17 +12746,12 @@ var SendMsgvue_type_template_id_511ef65e_render = function () {
|
|
|
12709
12746
|
[
|
|
12710
12747
|
_c(
|
|
12711
12748
|
"el-button",
|
|
12712
|
-
{
|
|
12713
|
-
attrs: { type: "primary", size: "small" },
|
|
12714
|
-
on: { click: _vm.subMit },
|
|
12715
|
-
},
|
|
12749
|
+
{ attrs: { type: "primary" }, on: { click: _vm.subMit } },
|
|
12716
12750
|
[_vm._v("\n 确定\n ")]
|
|
12717
12751
|
),
|
|
12718
|
-
_c(
|
|
12719
|
-
"
|
|
12720
|
-
|
|
12721
|
-
[_vm._v(" 取消 ")]
|
|
12722
|
-
),
|
|
12752
|
+
_c("el-button", { on: { click: _vm.quit } }, [
|
|
12753
|
+
_vm._v(" 取消 "),
|
|
12754
|
+
]),
|
|
12723
12755
|
],
|
|
12724
12756
|
1
|
|
12725
12757
|
),
|
|
@@ -12731,11 +12763,11 @@ var SendMsgvue_type_template_id_511ef65e_render = function () {
|
|
|
12731
12763
|
1
|
|
12732
12764
|
)
|
|
12733
12765
|
}
|
|
12734
|
-
var
|
|
12735
|
-
|
|
12766
|
+
var SendMsgvue_type_template_id_9779cf84_staticRenderFns = []
|
|
12767
|
+
SendMsgvue_type_template_id_9779cf84_render._withStripped = true
|
|
12736
12768
|
|
|
12737
12769
|
|
|
12738
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=
|
|
12770
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=9779cf84&
|
|
12739
12771
|
|
|
12740
12772
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=script&lang=js&
|
|
12741
12773
|
//
|
|
@@ -12993,8 +13025,8 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
|
|
|
12993
13025
|
|
|
12994
13026
|
var SendMsg_component = Object(componentNormalizer["a" /* default */])(
|
|
12995
13027
|
component_SendMsgvue_type_script_lang_js_,
|
|
12996
|
-
|
|
12997
|
-
|
|
13028
|
+
SendMsgvue_type_template_id_9779cf84_render,
|
|
13029
|
+
SendMsgvue_type_template_id_9779cf84_staticRenderFns,
|
|
12998
13030
|
false,
|
|
12999
13031
|
null,
|
|
13000
13032
|
null,
|
|
@@ -13970,8 +14002,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13970
14002
|
)
|
|
13971
14003
|
|
|
13972
14004
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13973
|
-
// 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=
|
|
13974
|
-
var
|
|
14005
|
+
// 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=fd55f8d2&
|
|
14006
|
+
var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
|
|
13975
14007
|
var _vm = this
|
|
13976
14008
|
var _h = _vm.$createElement
|
|
13977
14009
|
var _c = _vm._self._c || _h
|
|
@@ -14374,7 +14406,7 @@ var startTaskReadvue_type_template_id_5d175d58_render = function () {
|
|
|
14374
14406
|
_c(
|
|
14375
14407
|
"el-button",
|
|
14376
14408
|
{
|
|
14377
|
-
attrs: { type: "primary"
|
|
14409
|
+
attrs: { type: "primary" },
|
|
14378
14410
|
on: {
|
|
14379
14411
|
click: function ($event) {
|
|
14380
14412
|
_vm.submit("nextNode")
|
|
@@ -14394,11 +14426,11 @@ var startTaskReadvue_type_template_id_5d175d58_render = function () {
|
|
|
14394
14426
|
1
|
|
14395
14427
|
)
|
|
14396
14428
|
}
|
|
14397
|
-
var
|
|
14398
|
-
|
|
14429
|
+
var startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns = []
|
|
14430
|
+
startTaskReadvue_type_template_id_fd55f8d2_render._withStripped = true
|
|
14399
14431
|
|
|
14400
14432
|
|
|
14401
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
14433
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fd55f8d2&
|
|
14402
14434
|
|
|
14403
14435
|
// 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&
|
|
14404
14436
|
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; };
|
|
@@ -15126,8 +15158,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15126
15158
|
|
|
15127
15159
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
15128
15160
|
src_startTaskReadvue_type_script_lang_js_,
|
|
15129
|
-
|
|
15130
|
-
|
|
15161
|
+
startTaskReadvue_type_template_id_fd55f8d2_render,
|
|
15162
|
+
startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns,
|
|
15131
15163
|
false,
|
|
15132
15164
|
null,
|
|
15133
15165
|
null,
|
|
@@ -15136,8 +15168,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15136
15168
|
)
|
|
15137
15169
|
|
|
15138
15170
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
15139
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=
|
|
15140
|
-
var
|
|
15171
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=5bd13ace&
|
|
15172
|
+
var resetvue_type_template_id_5bd13ace_render = function () {
|
|
15141
15173
|
var _vm = this
|
|
15142
15174
|
var _h = _vm.$createElement
|
|
15143
15175
|
var _c = _vm._self._c || _h
|
|
@@ -15602,7 +15634,7 @@ var resetvue_type_template_id_64351eb4_render = function () {
|
|
|
15602
15634
|
_c(
|
|
15603
15635
|
"el-button",
|
|
15604
15636
|
{
|
|
15605
|
-
attrs: { type: "primary"
|
|
15637
|
+
attrs: { type: "primary" },
|
|
15606
15638
|
on: {
|
|
15607
15639
|
click: function ($event) {
|
|
15608
15640
|
_vm.subProcess("nextNode")
|
|
@@ -15611,11 +15643,9 @@ var resetvue_type_template_id_64351eb4_render = function () {
|
|
|
15611
15643
|
},
|
|
15612
15644
|
[_vm._v("\n 确认\n ")]
|
|
15613
15645
|
),
|
|
15614
|
-
_c(
|
|
15615
|
-
"
|
|
15616
|
-
|
|
15617
|
-
[_vm._v(" 取消 ")]
|
|
15618
|
-
),
|
|
15646
|
+
_c("el-button", { on: { click: _vm.quit } }, [
|
|
15647
|
+
_vm._v(" 取消 "),
|
|
15648
|
+
]),
|
|
15619
15649
|
],
|
|
15620
15650
|
1
|
|
15621
15651
|
),
|
|
@@ -15627,11 +15657,11 @@ var resetvue_type_template_id_64351eb4_render = function () {
|
|
|
15627
15657
|
1
|
|
15628
15658
|
)
|
|
15629
15659
|
}
|
|
15630
|
-
var
|
|
15631
|
-
|
|
15660
|
+
var resetvue_type_template_id_5bd13ace_staticRenderFns = []
|
|
15661
|
+
resetvue_type_template_id_5bd13ace_render._withStripped = true
|
|
15632
15662
|
|
|
15633
15663
|
|
|
15634
|
-
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=
|
|
15664
|
+
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5bd13ace&
|
|
15635
15665
|
|
|
15636
15666
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
|
|
15637
15667
|
var resetvue_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; };
|
|
@@ -15877,7 +15907,6 @@ var resetvue_type_script_lang_js_components;
|
|
|
15877
15907
|
//
|
|
15878
15908
|
//
|
|
15879
15909
|
//
|
|
15880
|
-
//
|
|
15881
15910
|
|
|
15882
15911
|
|
|
15883
15912
|
|
|
@@ -16538,8 +16567,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
16538
16567
|
|
|
16539
16568
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
16540
16569
|
src_resetvue_type_script_lang_js_,
|
|
16541
|
-
|
|
16542
|
-
|
|
16570
|
+
resetvue_type_template_id_5bd13ace_render,
|
|
16571
|
+
resetvue_type_template_id_5bd13ace_staticRenderFns,
|
|
16543
16572
|
false,
|
|
16544
16573
|
null,
|
|
16545
16574
|
null,
|
|
@@ -16548,8 +16577,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16548
16577
|
)
|
|
16549
16578
|
|
|
16550
16579
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
16551
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16552
|
-
var
|
|
16580
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=47ede613&
|
|
16581
|
+
var taskUnionExaminevue_type_template_id_47ede613_render = function () {
|
|
16553
16582
|
var _vm = this
|
|
16554
16583
|
var _h = _vm.$createElement
|
|
16555
16584
|
var _c = _vm._self._c || _h
|
|
@@ -16842,17 +16871,10 @@ var taskUnionExaminevue_type_template_id_072193bb_render = function () {
|
|
|
16842
16871
|
[
|
|
16843
16872
|
_c(
|
|
16844
16873
|
"el-button",
|
|
16845
|
-
{
|
|
16846
|
-
attrs: { type: "primary", size: "small" },
|
|
16847
|
-
on: { click: _vm.subMit },
|
|
16848
|
-
},
|
|
16874
|
+
{ attrs: { type: "primary" }, on: { click: _vm.subMit } },
|
|
16849
16875
|
[_vm._v(" 确定 ")]
|
|
16850
16876
|
),
|
|
16851
|
-
_c(
|
|
16852
|
-
"el-button",
|
|
16853
|
-
{ attrs: { size: "small" }, on: { click: _vm.quit } },
|
|
16854
|
-
[_vm._v(" 取消 ")]
|
|
16855
|
-
),
|
|
16877
|
+
_c("el-button", { on: { click: _vm.quit } }, [_vm._v(" 取消 ")]),
|
|
16856
16878
|
],
|
|
16857
16879
|
1
|
|
16858
16880
|
),
|
|
@@ -16860,11 +16882,11 @@ var taskUnionExaminevue_type_template_id_072193bb_render = function () {
|
|
|
16860
16882
|
1
|
|
16861
16883
|
)
|
|
16862
16884
|
}
|
|
16863
|
-
var
|
|
16864
|
-
|
|
16885
|
+
var taskUnionExaminevue_type_template_id_47ede613_staticRenderFns = []
|
|
16886
|
+
taskUnionExaminevue_type_template_id_47ede613_render._withStripped = true
|
|
16865
16887
|
|
|
16866
16888
|
|
|
16867
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16889
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=47ede613&
|
|
16868
16890
|
|
|
16869
16891
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
16870
16892
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -17562,8 +17584,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17562
17584
|
|
|
17563
17585
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
17564
17586
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
17565
|
-
|
|
17566
|
-
|
|
17587
|
+
taskUnionExaminevue_type_template_id_47ede613_render,
|
|
17588
|
+
taskUnionExaminevue_type_template_id_47ede613_staticRenderFns,
|
|
17567
17589
|
false,
|
|
17568
17590
|
null,
|
|
17569
17591
|
null,
|
|
@@ -22403,8 +22425,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
22403
22425
|
)
|
|
22404
22426
|
|
|
22405
22427
|
/* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
|
|
22406
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
22407
|
-
var
|
|
22428
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
|
|
22429
|
+
var supervisevue_type_template_id_2e86d8fd_render = function () {
|
|
22408
22430
|
var _vm = this
|
|
22409
22431
|
var _h = _vm.$createElement
|
|
22410
22432
|
var _c = _vm._self._c || _h
|
|
@@ -22557,7 +22579,7 @@ var supervisevue_type_template_id_f11b91cc_render = function () {
|
|
|
22557
22579
|
_c(
|
|
22558
22580
|
"el-button",
|
|
22559
22581
|
{
|
|
22560
|
-
attrs: { type: "primary"
|
|
22582
|
+
attrs: { type: "primary" },
|
|
22561
22583
|
on: {
|
|
22562
22584
|
click: function ($event) {
|
|
22563
22585
|
_vm.subProcess()
|
|
@@ -22577,11 +22599,11 @@ var supervisevue_type_template_id_f11b91cc_render = function () {
|
|
|
22577
22599
|
1
|
|
22578
22600
|
)
|
|
22579
22601
|
}
|
|
22580
|
-
var
|
|
22581
|
-
|
|
22602
|
+
var supervisevue_type_template_id_2e86d8fd_staticRenderFns = []
|
|
22603
|
+
supervisevue_type_template_id_2e86d8fd_render._withStripped = true
|
|
22582
22604
|
|
|
22583
22605
|
|
|
22584
|
-
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
22606
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
|
|
22585
22607
|
|
|
22586
22608
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
|
|
22587
22609
|
var supervisevue_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; };
|
|
@@ -22759,8 +22781,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22759
22781
|
|
|
22760
22782
|
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
22761
22783
|
src_supervisevue_type_script_lang_js_,
|
|
22762
|
-
|
|
22763
|
-
|
|
22784
|
+
supervisevue_type_template_id_2e86d8fd_render,
|
|
22785
|
+
supervisevue_type_template_id_2e86d8fd_staticRenderFns,
|
|
22764
22786
|
false,
|
|
22765
22787
|
null,
|
|
22766
22788
|
null,
|
|
@@ -22769,8 +22791,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
22769
22791
|
)
|
|
22770
22792
|
|
|
22771
22793
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22772
|
-
// 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/Circulate.vue?vue&type=template&id=
|
|
22773
|
-
var
|
|
22794
|
+
// 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/Circulate.vue?vue&type=template&id=1daed9e3&
|
|
22795
|
+
var Circulatevue_type_template_id_1daed9e3_render = function () {
|
|
22774
22796
|
var _vm = this
|
|
22775
22797
|
var _h = _vm.$createElement
|
|
22776
22798
|
var _c = _vm._self._c || _h
|
|
@@ -22945,17 +22967,10 @@ var Circulatevue_type_template_id_7e42d343_render = function () {
|
|
|
22945
22967
|
[
|
|
22946
22968
|
_c(
|
|
22947
22969
|
"el-button",
|
|
22948
|
-
{
|
|
22949
|
-
attrs: { type: "primary", size: "small" },
|
|
22950
|
-
on: { click: _vm.subMit },
|
|
22951
|
-
},
|
|
22970
|
+
{ attrs: { type: "primary" }, on: { click: _vm.subMit } },
|
|
22952
22971
|
[_vm._v(" 确定 ")]
|
|
22953
22972
|
),
|
|
22954
|
-
_c(
|
|
22955
|
-
"el-button",
|
|
22956
|
-
{ attrs: { size: "small" }, on: { click: _vm.quit } },
|
|
22957
|
-
[_vm._v(" 取消 ")]
|
|
22958
|
-
),
|
|
22973
|
+
_c("el-button", { on: { click: _vm.quit } }, [_vm._v(" 取消 ")]),
|
|
22959
22974
|
],
|
|
22960
22975
|
1
|
|
22961
22976
|
)
|
|
@@ -22964,11 +22979,11 @@ var Circulatevue_type_template_id_7e42d343_render = function () {
|
|
|
22964
22979
|
1
|
|
22965
22980
|
)
|
|
22966
22981
|
}
|
|
22967
|
-
var
|
|
22968
|
-
|
|
22982
|
+
var Circulatevue_type_template_id_1daed9e3_staticRenderFns = []
|
|
22983
|
+
Circulatevue_type_template_id_1daed9e3_render._withStripped = true
|
|
22969
22984
|
|
|
22970
22985
|
|
|
22971
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
22986
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1daed9e3&
|
|
22972
22987
|
|
|
22973
22988
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
22974
22989
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -23386,8 +23401,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23386
23401
|
|
|
23387
23402
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
23388
23403
|
component_Circulatevue_type_script_lang_js_,
|
|
23389
|
-
|
|
23390
|
-
|
|
23404
|
+
Circulatevue_type_template_id_1daed9e3_render,
|
|
23405
|
+
Circulatevue_type_template_id_1daed9e3_staticRenderFns,
|
|
23391
23406
|
false,
|
|
23392
23407
|
null,
|
|
23393
23408
|
null,
|
|
@@ -23396,8 +23411,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
23396
23411
|
)
|
|
23397
23412
|
|
|
23398
23413
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
23399
|
-
// 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/FreeCirculation.vue?vue&type=template&id=
|
|
23400
|
-
var
|
|
23414
|
+
// 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/FreeCirculation.vue?vue&type=template&id=80a0ac70&
|
|
23415
|
+
var FreeCirculationvue_type_template_id_80a0ac70_render = function () {
|
|
23401
23416
|
var _vm = this
|
|
23402
23417
|
var _h = _vm.$createElement
|
|
23403
23418
|
var _c = _vm._self._c || _h
|
|
@@ -23477,17 +23492,10 @@ var FreeCirculationvue_type_template_id_8cc15fb0_render = function () {
|
|
|
23477
23492
|
[
|
|
23478
23493
|
_c(
|
|
23479
23494
|
"el-button",
|
|
23480
|
-
{
|
|
23481
|
-
attrs: { type: "primary", size: "small" },
|
|
23482
|
-
on: { click: _vm.subMit },
|
|
23483
|
-
},
|
|
23495
|
+
{ attrs: { type: "primary" }, on: { click: _vm.subMit } },
|
|
23484
23496
|
[_vm._v(" 确定 ")]
|
|
23485
23497
|
),
|
|
23486
|
-
_c(
|
|
23487
|
-
"el-button",
|
|
23488
|
-
{ attrs: { size: "small" }, on: { click: _vm.quit } },
|
|
23489
|
-
[_vm._v(" 取消 ")]
|
|
23490
|
-
),
|
|
23498
|
+
_c("el-button", { on: { click: _vm.quit } }, [_vm._v(" 取消 ")]),
|
|
23491
23499
|
],
|
|
23492
23500
|
1
|
|
23493
23501
|
),
|
|
@@ -23495,11 +23503,11 @@ var FreeCirculationvue_type_template_id_8cc15fb0_render = function () {
|
|
|
23495
23503
|
1
|
|
23496
23504
|
)
|
|
23497
23505
|
}
|
|
23498
|
-
var
|
|
23499
|
-
|
|
23506
|
+
var FreeCirculationvue_type_template_id_80a0ac70_staticRenderFns = []
|
|
23507
|
+
FreeCirculationvue_type_template_id_80a0ac70_render._withStripped = true
|
|
23500
23508
|
|
|
23501
23509
|
|
|
23502
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
23510
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=80a0ac70&
|
|
23503
23511
|
|
|
23504
23512
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
23505
23513
|
var FreeCirculationvue_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; };
|
|
@@ -23727,8 +23735,8 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
23727
23735
|
|
|
23728
23736
|
var FreeCirculation_component = Object(componentNormalizer["a" /* default */])(
|
|
23729
23737
|
component_FreeCirculationvue_type_script_lang_js_,
|
|
23730
|
-
|
|
23731
|
-
|
|
23738
|
+
FreeCirculationvue_type_template_id_80a0ac70_render,
|
|
23739
|
+
FreeCirculationvue_type_template_id_80a0ac70_staticRenderFns,
|
|
23732
23740
|
false,
|
|
23733
23741
|
null,
|
|
23734
23742
|
null,
|
|
@@ -25456,13 +25464,22 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25456
25464
|
this.processFormType = 'readTransfer';
|
|
25457
25465
|
this.handleVisible = true;
|
|
25458
25466
|
},
|
|
25459
|
-
|
|
25467
|
+
handleChangeNotificationType: function handleChangeNotificationType() {
|
|
25460
25468
|
var _this4 = this;
|
|
25461
25469
|
|
|
25470
|
+
if (this.nextNode.notificationType.length > 0) {
|
|
25471
|
+
this.$nextTick(function () {
|
|
25472
|
+
_this4.$refs.esContent.scrollTop += _this4.$refs.messagebox.clientHeight;
|
|
25473
|
+
});
|
|
25474
|
+
}
|
|
25475
|
+
},
|
|
25476
|
+
showMessage: function showMessage() {
|
|
25477
|
+
var _this5 = this;
|
|
25478
|
+
|
|
25462
25479
|
this.showNews = !this.showNews;
|
|
25463
25480
|
if (!this.showNews) return;
|
|
25464
25481
|
this.$nextTick(function () {
|
|
25465
|
-
|
|
25482
|
+
_this5.$refs.esContent.scrollTop += _this5.$refs.messagebox.clientHeight;
|
|
25466
25483
|
});
|
|
25467
25484
|
},
|
|
25468
25485
|
freeStartFlowSuccess: function freeStartFlowSuccess() {
|
|
@@ -25536,7 +25553,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25536
25553
|
|
|
25537
25554
|
//获取附件
|
|
25538
25555
|
getFile: function getFile(ownId, code) {
|
|
25539
|
-
var
|
|
25556
|
+
var _this6 = this;
|
|
25540
25557
|
|
|
25541
25558
|
var params = {
|
|
25542
25559
|
url: api["I" /* getAdjunctFileInfos */],
|
|
@@ -25548,13 +25565,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25548
25565
|
msg = res.msg;
|
|
25549
25566
|
|
|
25550
25567
|
if (rCode == 0) {
|
|
25551
|
-
results && (
|
|
25568
|
+
results && (_this6.fileNum = results.length);
|
|
25552
25569
|
} else {
|
|
25553
|
-
|
|
25570
|
+
_this6.$message.error(msg || '系统错误,请联系管理员!');
|
|
25554
25571
|
}
|
|
25555
25572
|
}).catch(function (err) {
|
|
25556
25573
|
if (err.message && err.message !== 'canceled') {
|
|
25557
|
-
|
|
25574
|
+
_this6.$message.error(err.message);
|
|
25558
25575
|
}
|
|
25559
25576
|
});
|
|
25560
25577
|
},
|
|
@@ -25601,7 +25618,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25601
25618
|
}
|
|
25602
25619
|
},
|
|
25603
25620
|
taskRead: function taskRead() {
|
|
25604
|
-
var
|
|
25621
|
+
var _this7 = this;
|
|
25605
25622
|
|
|
25606
25623
|
if (this.taskReadOpinionRequired == 'true' && !this.value) {
|
|
25607
25624
|
if (!this.$refs.commonOpinions.validate()) return;
|
|
@@ -25611,8 +25628,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25611
25628
|
cancelButtonText: '取消',
|
|
25612
25629
|
type: 'warning'
|
|
25613
25630
|
}).then(function () {
|
|
25614
|
-
|
|
25615
|
-
var _taskExamineInfo2 =
|
|
25631
|
+
_this7.loading = util["a" /* default */].loading(_this7.$loading, '加载中...');
|
|
25632
|
+
var _taskExamineInfo2 = _this7.taskExamineInfo,
|
|
25616
25633
|
businessId = _taskExamineInfo2.businessId,
|
|
25617
25634
|
appId = _taskExamineInfo2.appId,
|
|
25618
25635
|
processDefinitionId = _taskExamineInfo2.processDefinitionId,
|
|
@@ -25623,7 +25640,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25623
25640
|
appId: appId,
|
|
25624
25641
|
processDefinitionId: processDefinitionId,
|
|
25625
25642
|
pendingId: pendingId,
|
|
25626
|
-
opinion:
|
|
25643
|
+
opinion: _this7.value,
|
|
25627
25644
|
taskAction: 'complete'
|
|
25628
25645
|
};
|
|
25629
25646
|
util["a" /* default */].ajax({
|
|
@@ -25638,25 +25655,25 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25638
25655
|
var status = res.status,
|
|
25639
25656
|
message = res.message;
|
|
25640
25657
|
|
|
25641
|
-
|
|
25658
|
+
_this7.loading.close();
|
|
25642
25659
|
if (status === 'success') {
|
|
25643
|
-
|
|
25660
|
+
_this7.flowSuccess();
|
|
25644
25661
|
// this.$message.success('提交成功');
|
|
25645
25662
|
// this.$emit('success');
|
|
25646
25663
|
} else {
|
|
25647
|
-
|
|
25648
|
-
|
|
25664
|
+
_this7.$message.error(message || '系统错误,请联系管理员!');
|
|
25665
|
+
_this7.$emit('error');
|
|
25649
25666
|
}
|
|
25650
25667
|
}).catch(function (err) {
|
|
25651
|
-
|
|
25668
|
+
_this7.loading.close();
|
|
25652
25669
|
if (err.message && err.message !== 'canceled') {
|
|
25653
|
-
|
|
25670
|
+
_this7.$message.error(err.message);
|
|
25654
25671
|
}
|
|
25655
25672
|
});
|
|
25656
25673
|
}).catch(function () {});
|
|
25657
25674
|
},
|
|
25658
25675
|
validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
|
|
25659
|
-
var
|
|
25676
|
+
var _this8 = this;
|
|
25660
25677
|
|
|
25661
25678
|
var params = {
|
|
25662
25679
|
url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
|
|
@@ -25667,14 +25684,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25667
25684
|
}
|
|
25668
25685
|
};
|
|
25669
25686
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
25670
|
-
|
|
25687
|
+
_this8.loading.close();
|
|
25671
25688
|
if (res.rCode == 0) {
|
|
25672
|
-
|
|
25689
|
+
_this8.readTransferHandleDisabled = !res.results.canReadTransferHandle;
|
|
25673
25690
|
}
|
|
25674
25691
|
});
|
|
25675
25692
|
},
|
|
25676
25693
|
getTaskReadFlow: function getTaskReadFlow() {
|
|
25677
|
-
var
|
|
25694
|
+
var _this9 = this;
|
|
25678
25695
|
|
|
25679
25696
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
25680
25697
|
util["a" /* default */].ajax({
|
|
@@ -25691,32 +25708,32 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25691
25708
|
defaultNotificationMessage = _res$data.defaultNotificationMessage;
|
|
25692
25709
|
|
|
25693
25710
|
if (status === 'success') {
|
|
25694
|
-
|
|
25695
|
-
|
|
25696
|
-
|
|
25697
|
-
|
|
25698
|
-
|
|
25699
|
-
|
|
25700
|
-
if (
|
|
25701
|
-
|
|
25711
|
+
_this9.taskExamineInfo = taskExamine;
|
|
25712
|
+
_this9.nodeName = _this9.nodename || taskExamine.nodeName || '分阅';
|
|
25713
|
+
_this9.taskReadOpinionRequired = taskReadOpinionRequired;
|
|
25714
|
+
_this9.nextNode.notificationMsg = defaultNotificationMessage;
|
|
25715
|
+
_this9.isCanReadTransferHandle = isCanReadTransferHandle;
|
|
25716
|
+
_this9.isCanFenyue = isCanFenyue;
|
|
25717
|
+
if (_this9.nodeName) {
|
|
25718
|
+
_this9.NodeName = _this9.nodeName;
|
|
25702
25719
|
}
|
|
25703
|
-
if (
|
|
25704
|
-
|
|
25720
|
+
if (_this9.isCanReadTransferHandle) {
|
|
25721
|
+
_this9.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
|
|
25705
25722
|
}
|
|
25706
|
-
|
|
25723
|
+
_this9.getNodeType();
|
|
25707
25724
|
} else {
|
|
25708
|
-
|
|
25725
|
+
_this9.$message.error(message || '系统错误,请联系管理员!');
|
|
25709
25726
|
}
|
|
25710
|
-
|
|
25727
|
+
_this9.loading.close();
|
|
25711
25728
|
}).catch(function (err) {
|
|
25712
|
-
|
|
25729
|
+
_this9.loading.close();
|
|
25713
25730
|
if (err.message && err.message !== 'canceled') {
|
|
25714
|
-
|
|
25731
|
+
_this9.$message.error(err.message);
|
|
25715
25732
|
}
|
|
25716
25733
|
});
|
|
25717
25734
|
},
|
|
25718
25735
|
getUserInfo: function getUserInfo() {
|
|
25719
|
-
var
|
|
25736
|
+
var _this10 = this;
|
|
25720
25737
|
|
|
25721
25738
|
var mainConfig = util["a" /* default */].getStorage('mainConfig');
|
|
25722
25739
|
if (mainConfig) {
|
|
@@ -25727,14 +25744,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25727
25744
|
data = res.data;
|
|
25728
25745
|
|
|
25729
25746
|
if (status == 'success') {
|
|
25730
|
-
|
|
25747
|
+
_this10.userModel = data;
|
|
25731
25748
|
} else {
|
|
25732
25749
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
25733
|
-
|
|
25750
|
+
_this10.$message.error(msg);
|
|
25734
25751
|
}
|
|
25735
25752
|
}).catch(function (err) {
|
|
25736
25753
|
if (err.message && err.message !== 'canceled') {
|
|
25737
|
-
|
|
25754
|
+
_this10.$message.error(err.message);
|
|
25738
25755
|
}
|
|
25739
25756
|
});
|
|
25740
25757
|
}
|
|
@@ -25754,7 +25771,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25754
25771
|
}
|
|
25755
25772
|
},
|
|
25756
25773
|
getNodeType: function getNodeType() {
|
|
25757
|
-
var
|
|
25774
|
+
var _this11 = this;
|
|
25758
25775
|
|
|
25759
25776
|
var params = {
|
|
25760
25777
|
url: api["z" /* findCodeValues */],
|
|
@@ -25769,11 +25786,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25769
25786
|
data = res.data;
|
|
25770
25787
|
|
|
25771
25788
|
if (status === 'success') {
|
|
25772
|
-
|
|
25789
|
+
_this11.newsList = data;
|
|
25773
25790
|
}
|
|
25774
25791
|
}).catch(function (err) {
|
|
25775
25792
|
if (err.message && err.message !== 'canceled') {
|
|
25776
|
-
|
|
25793
|
+
_this11.$message.error(err.message);
|
|
25777
25794
|
}
|
|
25778
25795
|
});
|
|
25779
25796
|
},
|
|
@@ -25785,17 +25802,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25785
25802
|
* @date 2022年9月9日
|
|
25786
25803
|
**/
|
|
25787
25804
|
saveInfo: function saveInfo(type, btn) {
|
|
25788
|
-
var
|
|
25805
|
+
var _this12 = this;
|
|
25789
25806
|
|
|
25790
25807
|
if (this.isFlow) {
|
|
25791
25808
|
if (!type) {
|
|
25792
25809
|
if (btn && btn.before) {
|
|
25793
25810
|
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
25794
|
-
|
|
25811
|
+
_this12.$emit('save', _this12.businessIds);
|
|
25795
25812
|
}).catch(function (e) {});
|
|
25796
25813
|
} else if (this.beforeSubmit != undefined) {
|
|
25797
25814
|
this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
25798
|
-
|
|
25815
|
+
_this12.$emit('save', _this12.businessIds);
|
|
25799
25816
|
}).catch(function (e) {});
|
|
25800
25817
|
} else {
|
|
25801
25818
|
this.$emit('save', this.businessIds);
|
|
@@ -25804,13 +25821,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25804
25821
|
} else {
|
|
25805
25822
|
if (btn && btn.before && !type) {
|
|
25806
25823
|
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
25807
|
-
|
|
25824
|
+
_this12.saveFlowInfo();
|
|
25808
25825
|
}).catch(function (e) {});
|
|
25809
25826
|
} else if (this.beforeSubmit == undefined && !type) {
|
|
25810
25827
|
this.subFun(this.saveFlowInfo);
|
|
25811
25828
|
} else if (!type && this.beforeSubmit != undefined) {
|
|
25812
25829
|
this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
25813
|
-
|
|
25830
|
+
_this12.saveFlowInfo();
|
|
25814
25831
|
}).catch(function (e) {});
|
|
25815
25832
|
} else {
|
|
25816
25833
|
this.saveFlowInfo(type);
|
|
@@ -25818,7 +25835,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25818
25835
|
}
|
|
25819
25836
|
},
|
|
25820
25837
|
saveFlowInfo: function saveFlowInfo(isSave) {
|
|
25821
|
-
var
|
|
25838
|
+
var _this13 = this;
|
|
25822
25839
|
|
|
25823
25840
|
var params = {
|
|
25824
25841
|
opinion: this.value,
|
|
@@ -25829,17 +25846,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25829
25846
|
var status = res.status,
|
|
25830
25847
|
message = res.message;
|
|
25831
25848
|
|
|
25832
|
-
if (!isSave)
|
|
25849
|
+
if (!isSave) _this13.loading.close();
|
|
25833
25850
|
if (status == 'success') {
|
|
25834
25851
|
// this.$message.success('暂存成功');
|
|
25835
|
-
!isSave &&
|
|
25852
|
+
!isSave && _this13.$emit('save', _this13.businessIds);
|
|
25836
25853
|
} else {
|
|
25837
|
-
|
|
25854
|
+
_this13.$message.error(message || '系统错误,请联系管理员!');
|
|
25838
25855
|
}
|
|
25839
25856
|
}).catch(function (err) {
|
|
25840
|
-
if (!isSave)
|
|
25857
|
+
if (!isSave) _this13.loading.close();
|
|
25841
25858
|
if (err.message && err.message !== 'canceled') {
|
|
25842
|
-
|
|
25859
|
+
_this13.$message.error(err.message);
|
|
25843
25860
|
}
|
|
25844
25861
|
});
|
|
25845
25862
|
},
|
|
@@ -25851,7 +25868,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25851
25868
|
* @date 2022年5月25日
|
|
25852
25869
|
**/
|
|
25853
25870
|
rejectBtn: function rejectBtn() {
|
|
25854
|
-
var
|
|
25871
|
+
var _this14 = this;
|
|
25855
25872
|
|
|
25856
25873
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
25857
25874
|
if (!this.value) {
|
|
@@ -25859,7 +25876,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25859
25876
|
}
|
|
25860
25877
|
if (this.beforeSubmit != undefined) {
|
|
25861
25878
|
this.beforeSubmit(0).then(function (next) {
|
|
25862
|
-
|
|
25879
|
+
_this14.showReject = true;
|
|
25863
25880
|
}).catch(function (e) {});
|
|
25864
25881
|
} else {
|
|
25865
25882
|
this.showReject = true;
|
|
@@ -25873,14 +25890,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25873
25890
|
* @date 2022年5月25日
|
|
25874
25891
|
**/
|
|
25875
25892
|
taskReadBtn: function taskReadBtn() {
|
|
25876
|
-
var
|
|
25893
|
+
var _this15 = this;
|
|
25877
25894
|
|
|
25878
25895
|
// return this.$message.warning('暂未开放!敬请期待');
|
|
25879
25896
|
if (this.beforeSubmit != undefined) {
|
|
25880
25897
|
this.beforeSubmit().then(function (next) {
|
|
25881
|
-
if (
|
|
25882
|
-
|
|
25883
|
-
|
|
25898
|
+
if (_this15.value === '') _this15.value = _this15.nodeDefaultRejectOpinion;
|
|
25899
|
+
_this15.taskReadType = 'create';
|
|
25900
|
+
_this15.showTaskRead = true;
|
|
25884
25901
|
}).catch(function (e) {});
|
|
25885
25902
|
} else {
|
|
25886
25903
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
@@ -25896,7 +25913,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25896
25913
|
* @date 2022年5月25日
|
|
25897
25914
|
**/
|
|
25898
25915
|
getFind: function getFind() {
|
|
25899
|
-
var
|
|
25916
|
+
var _this16 = this;
|
|
25900
25917
|
|
|
25901
25918
|
util["a" /* default */].ajax({
|
|
25902
25919
|
url: api["B" /* findSysCodes */]
|
|
@@ -25905,25 +25922,25 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25905
25922
|
message = res.message;
|
|
25906
25923
|
|
|
25907
25924
|
if (status === 'success') {
|
|
25908
|
-
|
|
25925
|
+
_this16.nextNode.notificationType = message.split(',');
|
|
25909
25926
|
var arr = [];
|
|
25910
|
-
|
|
25911
|
-
|
|
25927
|
+
_this16.newsList.map(function (item) {
|
|
25928
|
+
_this16.nextNode.notificationType.map(function (x) {
|
|
25912
25929
|
if (x == item.cciValue) {
|
|
25913
25930
|
arr.push(x);
|
|
25914
25931
|
}
|
|
25915
25932
|
});
|
|
25916
25933
|
});
|
|
25917
|
-
|
|
25934
|
+
_this16.nextNode.notificationType = arr;
|
|
25918
25935
|
}
|
|
25919
25936
|
}).catch(function (err) {
|
|
25920
25937
|
if (err.message && err.message !== 'canceled') {
|
|
25921
|
-
|
|
25938
|
+
_this16.$message.error(err.message);
|
|
25922
25939
|
}
|
|
25923
25940
|
});
|
|
25924
25941
|
},
|
|
25925
25942
|
getFreeStartParams: function getFreeStartParams() {
|
|
25926
|
-
var
|
|
25943
|
+
var _this17 = this;
|
|
25927
25944
|
|
|
25928
25945
|
var _endFlowInfo = this.endFlowInfo,
|
|
25929
25946
|
businessId = _endFlowInfo.businessId,
|
|
@@ -25941,20 +25958,20 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25941
25958
|
};
|
|
25942
25959
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
25943
25960
|
util["a" /* default */].ajax(param).then(function (res) {
|
|
25944
|
-
|
|
25961
|
+
_this17.loading.close();
|
|
25945
25962
|
if (res.rCode == 0 || res.status == 'success') {
|
|
25946
|
-
|
|
25947
|
-
if (res.results.useScene === 'multiInsMidwayWithSubmitScene')
|
|
25948
|
-
if (!
|
|
25949
|
-
if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return
|
|
25963
|
+
_this17.freeStartFlowParams = res.results;
|
|
25964
|
+
if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this17.subProcess('同意。', res.results.useScene);
|
|
25965
|
+
if (!_this17.freeValid) return;
|
|
25966
|
+
if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this17.$message.warning('未找到流程定义!');
|
|
25950
25967
|
if (res.results.startFlowIndexProcessKeys.length == 1) {
|
|
25951
|
-
|
|
25952
|
-
|
|
25968
|
+
_this17.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
|
|
25969
|
+
_this17.handleVisible = true;
|
|
25953
25970
|
} else {
|
|
25954
|
-
|
|
25971
|
+
_this17.showFreeStartFlow = true;
|
|
25955
25972
|
}
|
|
25956
25973
|
} else {
|
|
25957
|
-
|
|
25974
|
+
_this17.$message.error(res.message || '系统错误,请联系管理员!');
|
|
25958
25975
|
}
|
|
25959
25976
|
});
|
|
25960
25977
|
},
|
|
@@ -25967,53 +25984,53 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25967
25984
|
* @date 2022年5月25日
|
|
25968
25985
|
**/
|
|
25969
25986
|
endFlows: function endFlows(res) {
|
|
25970
|
-
var
|
|
25987
|
+
var _this18 = this;
|
|
25971
25988
|
|
|
25972
25989
|
if (this.beforeSubmit != undefined) {
|
|
25973
25990
|
this.beforeSubmit().then(function (next) {
|
|
25974
|
-
|
|
25991
|
+
_this18.saveEndFlows(res);
|
|
25975
25992
|
}).catch(function (e) {});
|
|
25976
25993
|
} else {
|
|
25977
25994
|
this.saveEndFlows(res);
|
|
25978
25995
|
}
|
|
25979
25996
|
},
|
|
25980
25997
|
saveEndFlows: function saveEndFlows(res) {
|
|
25981
|
-
var
|
|
25998
|
+
var _this19 = this;
|
|
25982
25999
|
|
|
25983
26000
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
25984
26001
|
var params = {
|
|
25985
26002
|
url: api["y" /* endFlowHtml */],
|
|
25986
26003
|
headers: { Accept: 'application/json,text/plain' },
|
|
25987
26004
|
method: 'post',
|
|
25988
|
-
data: mainvue_type_script_lang_js_extends({},
|
|
25989
|
-
opinion:
|
|
26005
|
+
data: mainvue_type_script_lang_js_extends({}, _this19.endFlowInfo, _this19.nextNode, {
|
|
26006
|
+
opinion: _this19.value,
|
|
25990
26007
|
userId: util["a" /* default */].getStorage('userId'),
|
|
25991
|
-
nextUserId:
|
|
25992
|
-
addSignUserId:
|
|
25993
|
-
customPresetUserJson: JSON.stringify(
|
|
25994
|
-
presetUserJson: JSON.stringify(
|
|
25995
|
-
removeSignUserId:
|
|
25996
|
-
notificationType:
|
|
26008
|
+
nextUserId: _this19.multiple ? _this19.nextNode.nextUserId.join(',') : _this19.nextNode.nextUserId,
|
|
26009
|
+
addSignUserId: _this19.nextNode.addSignUserId.join(','),
|
|
26010
|
+
customPresetUserJson: JSON.stringify(_this19.presetList),
|
|
26011
|
+
presetUserJson: JSON.stringify(_this19.presetUserJson),
|
|
26012
|
+
removeSignUserId: _this19.nextNode.removeSignUserId.join(','),
|
|
26013
|
+
notificationType: _this19.nextNode.notificationType.join(',')
|
|
25997
26014
|
})
|
|
25998
26015
|
};
|
|
25999
|
-
|
|
26016
|
+
_this19.loading = util["a" /* default */].loading(_this19.$loading, '加载中...');
|
|
26000
26017
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
26001
26018
|
var status = res.status,
|
|
26002
26019
|
message = res.message;
|
|
26003
26020
|
|
|
26004
|
-
|
|
26021
|
+
_this19.loading.close();
|
|
26005
26022
|
if (status === 'success') {
|
|
26006
|
-
|
|
26023
|
+
_this19.flowSuccess();
|
|
26007
26024
|
// this.$message.success('提交成功');
|
|
26008
26025
|
// this.$emit('success');
|
|
26009
26026
|
} else {
|
|
26010
|
-
|
|
26011
|
-
|
|
26027
|
+
_this19.$message.error(message || '系统错误,请联系管理员!');
|
|
26028
|
+
_this19.$emit('error');
|
|
26012
26029
|
}
|
|
26013
26030
|
}).catch(function (err) {
|
|
26014
|
-
|
|
26031
|
+
_this19.loading.close();
|
|
26015
26032
|
if (err.message && err.message !== 'canceled') {
|
|
26016
|
-
|
|
26033
|
+
_this19.$message.error(err.message);
|
|
26017
26034
|
}
|
|
26018
26035
|
});
|
|
26019
26036
|
}).catch(function (e) {});
|
|
@@ -26118,11 +26135,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26118
26135
|
* @date 2022年9月29日
|
|
26119
26136
|
**/
|
|
26120
26137
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26121
|
-
var
|
|
26138
|
+
var _this20 = this;
|
|
26122
26139
|
|
|
26123
26140
|
if (this.beforeSubmit != undefined) {
|
|
26124
26141
|
this.beforeSubmit().then(function (next) {
|
|
26125
|
-
|
|
26142
|
+
_this20.saveToTakeAdvice(res);
|
|
26126
26143
|
}).catch(function (e) {});
|
|
26127
26144
|
} else {
|
|
26128
26145
|
this.saveToTakeAdvice(res);
|
|
@@ -26130,7 +26147,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26130
26147
|
// return this.$message.warning('暂未开放!敬请期待');
|
|
26131
26148
|
},
|
|
26132
26149
|
saveToTakeAdvice: function saveToTakeAdvice(res) {
|
|
26133
|
-
var
|
|
26150
|
+
var _this21 = this;
|
|
26134
26151
|
|
|
26135
26152
|
var params = {
|
|
26136
26153
|
url: api["sb" /* isCanStartSubFlow */],
|
|
@@ -26145,16 +26162,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26145
26162
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
26146
26163
|
var message = res.message;
|
|
26147
26164
|
|
|
26148
|
-
|
|
26165
|
+
_this21.loading.close();
|
|
26149
26166
|
if (message == 'success') {
|
|
26150
|
-
|
|
26167
|
+
_this21.showTaskUnionExamine = true;
|
|
26151
26168
|
} else {
|
|
26152
|
-
|
|
26169
|
+
_this21.$message.error(message || '系统错误,请联系管理员!');
|
|
26153
26170
|
}
|
|
26154
26171
|
}).catch(function (err) {
|
|
26155
|
-
|
|
26172
|
+
_this21.loading.close();
|
|
26156
26173
|
if (err.message && err.message !== 'canceled') {
|
|
26157
|
-
|
|
26174
|
+
_this21.$message.error(err.message);
|
|
26158
26175
|
}
|
|
26159
26176
|
});
|
|
26160
26177
|
},
|
|
@@ -26166,11 +26183,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26166
26183
|
* @date 2022年9月29日
|
|
26167
26184
|
**/
|
|
26168
26185
|
toStartDraf: function toStartDraf(res) {
|
|
26169
|
-
var
|
|
26186
|
+
var _this22 = this;
|
|
26170
26187
|
|
|
26171
26188
|
if (this.beforeSubmit != undefined) {
|
|
26172
26189
|
this.beforeSubmit().then(function (next) {
|
|
26173
|
-
|
|
26190
|
+
_this22.showTaskUnionExamine = true;
|
|
26174
26191
|
}).catch(function (e) {});
|
|
26175
26192
|
} else {
|
|
26176
26193
|
this.showTaskUnionExamine = true;
|
|
@@ -26184,11 +26201,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26184
26201
|
* @date 2022年9月29日
|
|
26185
26202
|
**/
|
|
26186
26203
|
toSendMsg: function toSendMsg(res) {
|
|
26187
|
-
var
|
|
26204
|
+
var _this23 = this;
|
|
26188
26205
|
|
|
26189
26206
|
if (this.beforeSubmit != undefined) {
|
|
26190
26207
|
this.beforeSubmit().then(function (next) {
|
|
26191
|
-
|
|
26208
|
+
_this23.showSendMsg = true;
|
|
26192
26209
|
}).catch(function (e) {});
|
|
26193
26210
|
} else {
|
|
26194
26211
|
this.showSendMsg = true;
|
|
@@ -26202,13 +26219,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26202
26219
|
* @date 2022年9月29日
|
|
26203
26220
|
**/
|
|
26204
26221
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26205
|
-
var
|
|
26222
|
+
var _this24 = this;
|
|
26206
26223
|
|
|
26207
26224
|
if (this.beforeSubmit != undefined) {
|
|
26208
26225
|
this.beforeSubmit().then(function (next) {
|
|
26209
|
-
if (
|
|
26210
|
-
|
|
26211
|
-
|
|
26226
|
+
if (_this24.value === '') _this24.value = _this24.nodeDefaultRejectOpinion;
|
|
26227
|
+
_this24.taskReadType = 'taskReadAndEnd';
|
|
26228
|
+
_this24.showTaskRead = true;
|
|
26212
26229
|
}).catch(function (e) {});
|
|
26213
26230
|
} else {
|
|
26214
26231
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
@@ -26224,21 +26241,21 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26224
26241
|
* @date 2022年9月29日
|
|
26225
26242
|
**/
|
|
26226
26243
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
26227
|
-
var
|
|
26244
|
+
var _this25 = this;
|
|
26228
26245
|
|
|
26229
26246
|
if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
|
|
26230
26247
|
if (!this.$refs.commonOpinions.validate()) return;
|
|
26231
26248
|
}
|
|
26232
26249
|
if (this.beforeSubmit != undefined) {
|
|
26233
26250
|
this.beforeSubmit().then(function (next) {
|
|
26234
|
-
|
|
26251
|
+
_this25.saveRejectAndEnd(res);
|
|
26235
26252
|
}).catch(function (e) {});
|
|
26236
26253
|
} else {
|
|
26237
26254
|
this.saveRejectAndEnd(res);
|
|
26238
26255
|
}
|
|
26239
26256
|
},
|
|
26240
26257
|
saveRejectAndEnd: function saveRejectAndEnd(res) {
|
|
26241
|
-
var
|
|
26258
|
+
var _this26 = this;
|
|
26242
26259
|
|
|
26243
26260
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
26244
26261
|
// return this.$message.warning('请填写意见');
|
|
@@ -26247,29 +26264,29 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26247
26264
|
headers: { Accept: 'application/json,text/plain' },
|
|
26248
26265
|
method: 'post',
|
|
26249
26266
|
data: {
|
|
26250
|
-
opinion:
|
|
26251
|
-
pendingId:
|
|
26267
|
+
opinion: _this26.value,
|
|
26268
|
+
pendingId: _this26.pendingId,
|
|
26252
26269
|
isSinglePage: false
|
|
26253
26270
|
}
|
|
26254
26271
|
};
|
|
26255
|
-
|
|
26272
|
+
_this26.loading = util["a" /* default */].loading(_this26.$loading, '加载中...');
|
|
26256
26273
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
26257
26274
|
var status = res.status,
|
|
26258
26275
|
message = res.message;
|
|
26259
26276
|
|
|
26260
|
-
|
|
26277
|
+
_this26.loading.close();
|
|
26261
26278
|
if (status === 'success') {
|
|
26262
|
-
|
|
26279
|
+
_this26.flowSuccess();
|
|
26263
26280
|
// this.$message.success('提交成功');
|
|
26264
26281
|
// this.$emit('success');
|
|
26265
26282
|
} else {
|
|
26266
|
-
|
|
26267
|
-
|
|
26283
|
+
_this26.$message.error(message || '系统错误,请联系管理员!');
|
|
26284
|
+
_this26.$emit('error');
|
|
26268
26285
|
}
|
|
26269
26286
|
}).catch(function (err) {
|
|
26270
|
-
|
|
26287
|
+
_this26.loading.close();
|
|
26271
26288
|
if (err.message && err.message !== 'canceled') {
|
|
26272
|
-
|
|
26289
|
+
_this26.$message.error(err.message);
|
|
26273
26290
|
}
|
|
26274
26291
|
});
|
|
26275
26292
|
}).catch(function () {
|
|
@@ -26284,12 +26301,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26284
26301
|
* @date 2022年9月29日
|
|
26285
26302
|
**/
|
|
26286
26303
|
toTransfer: function toTransfer(res) {
|
|
26287
|
-
var
|
|
26304
|
+
var _this27 = this;
|
|
26288
26305
|
|
|
26289
26306
|
if (this.beforeSubmit != undefined) {
|
|
26290
26307
|
this.beforeSubmit(0).then(function (next) {
|
|
26291
|
-
|
|
26292
|
-
|
|
26308
|
+
_this27.taskReadType = 'transfer';
|
|
26309
|
+
_this27.showTaskRead = true;
|
|
26293
26310
|
}).catch(function (e) {});
|
|
26294
26311
|
} else {
|
|
26295
26312
|
this.taskReadType = 'transfer';
|
|
@@ -26307,7 +26324,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26307
26324
|
* @date 2022年5月25日
|
|
26308
26325
|
**/
|
|
26309
26326
|
getNodeInfo: function getNodeInfo() {
|
|
26310
|
-
var
|
|
26327
|
+
var _this28 = this;
|
|
26311
26328
|
|
|
26312
26329
|
var params = {
|
|
26313
26330
|
processDefinitionId: this.nodeInfo.nextNode,
|
|
@@ -26322,50 +26339,50 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26322
26339
|
message = res.message,
|
|
26323
26340
|
data = res.data;
|
|
26324
26341
|
|
|
26325
|
-
|
|
26342
|
+
_this28.loading.close();
|
|
26326
26343
|
if (status === 'success') {
|
|
26327
|
-
|
|
26328
|
-
|
|
26329
|
-
|
|
26330
|
-
if (
|
|
26331
|
-
|
|
26344
|
+
_this28.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
26345
|
+
_this28.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
26346
|
+
_this28.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
26347
|
+
if (_this28.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
26348
|
+
_this28.nextNode.customLimitTime = _this28.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
26332
26349
|
}
|
|
26333
|
-
data.otherOrgDisabledObjId && (
|
|
26334
|
-
data.currentOrgDisabledObjId && (
|
|
26350
|
+
data.otherOrgDisabledObjId && (_this28.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
|
|
26351
|
+
data.currentOrgDisabledObjId && (_this28.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
|
|
26335
26352
|
if (data != null) {
|
|
26336
26353
|
if (data.nodeExtAttr.userSelectionType == 7 || data.nodeExtAttr.userSelectionType == 8 || data.nodeExtAttr.userSelectionType == 9 || data.nodeExtAttr.userSelectionType == 10 || data.nodeExtAttr.userSelectionType == 11 || data.nodeExtAttr.userSelectionType == 12) {
|
|
26337
|
-
|
|
26354
|
+
_this28.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
|
|
26338
26355
|
} else {
|
|
26339
|
-
|
|
26356
|
+
_this28.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this28.choiceOrgId, _this28.choiceDeptId, _this28.pOrgId);
|
|
26340
26357
|
}
|
|
26341
|
-
|
|
26342
|
-
|
|
26343
|
-
|
|
26344
|
-
|
|
26345
|
-
|
|
26358
|
+
_this28.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
|
|
26359
|
+
_this28.isTaskread = data.nodeExtAttr.isTaskread;
|
|
26360
|
+
_this28.isHandleExplain = data.nodeExtAttr.isHandleExplain;
|
|
26361
|
+
_this28.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
|
|
26362
|
+
_this28.nodeType = data.nodeExtAttr.nodeType;
|
|
26346
26363
|
//如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
|
|
26347
|
-
if (
|
|
26348
|
-
|
|
26349
|
-
|
|
26350
|
-
|
|
26351
|
-
|
|
26352
|
-
|
|
26364
|
+
if (_this28.nodeType === 1 || _this28.nodeType === 2) {
|
|
26365
|
+
_this28.isMainSubProcess === true ? _this28.isNodeShowProcess = true : _this28.isNodeShowProcess = false;
|
|
26366
|
+
_this28.isMainSubProcess === true ? _this28.isMainSubProcess = true : _this28.isMainSubProcess = false;
|
|
26367
|
+
_this28.isNextUser = false;
|
|
26368
|
+
_this28.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
|
|
26369
|
+
_this28.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
|
|
26353
26370
|
} else {
|
|
26354
|
-
|
|
26355
|
-
|
|
26356
|
-
|
|
26357
|
-
|
|
26358
|
-
|
|
26371
|
+
_this28.isHideCurrentOrg = false;
|
|
26372
|
+
_this28.isHideOtherOrg = false;
|
|
26373
|
+
_this28.isNodeShowProcess = false;
|
|
26374
|
+
_this28.isMainSubProcess = false;
|
|
26375
|
+
_this28.isNextUser = _this28.nextNode.nextOperate != 9;
|
|
26359
26376
|
// this.isMainSubProcess === true
|
|
26360
26377
|
// ? (this.isMainSubProcess = true)
|
|
26361
26378
|
// : (this.isMainSubProcess = false);
|
|
26362
26379
|
}
|
|
26363
|
-
|
|
26364
|
-
if (
|
|
26380
|
+
_this28.multiple ? _this28.nextNode.nextUserId = [] : _this28.nextNode.nextUserId = '';
|
|
26381
|
+
if (_this28.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
|
|
26365
26382
|
data.nextUserList.map(function (item) {
|
|
26366
26383
|
if (item.userId && item.username) {
|
|
26367
|
-
|
|
26368
|
-
|
|
26384
|
+
_this28.nextNode.nextUserId.push(item.userId);
|
|
26385
|
+
_this28.selectUserList.push({
|
|
26369
26386
|
showname: item.username,
|
|
26370
26387
|
showid: item.userId
|
|
26371
26388
|
});
|
|
@@ -26374,40 +26391,40 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26374
26391
|
}
|
|
26375
26392
|
data.nextUserList.map(function (item) {
|
|
26376
26393
|
if (item.userId && item.username) {
|
|
26377
|
-
|
|
26394
|
+
_this28.options.push({
|
|
26378
26395
|
showname: item.username,
|
|
26379
26396
|
showid: item.userId
|
|
26380
26397
|
});
|
|
26381
26398
|
}
|
|
26382
26399
|
});
|
|
26383
26400
|
if (data.nodeExtAttr.presetEdit != 0) {
|
|
26384
|
-
|
|
26401
|
+
_this28.radioList = _this28.options;
|
|
26385
26402
|
}
|
|
26386
|
-
if (!
|
|
26387
|
-
|
|
26388
|
-
|
|
26403
|
+
if (!_this28.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
|
|
26404
|
+
_this28.nextNode.nextUserId = data.nextUserList[0].userId;
|
|
26405
|
+
_this28.selectUserList.push({
|
|
26389
26406
|
showname: data.nextUserList[0].username,
|
|
26390
26407
|
showid: data.nextUserList[0].userId
|
|
26391
26408
|
});
|
|
26392
26409
|
}
|
|
26393
|
-
|
|
26394
|
-
|
|
26395
|
-
|
|
26396
|
-
|
|
26397
|
-
|
|
26410
|
+
_this28.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
|
|
26411
|
+
_this28.isCustomUser = data.nodeExtAttr.isCustomUser;
|
|
26412
|
+
_this28.presetEdit = data.nodeExtAttr.presetEdit;
|
|
26413
|
+
_this28.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
|
|
26414
|
+
_this28.handleMode = data.countersignaturetypeText;
|
|
26398
26415
|
if (data.globalNodeType === 'endEvent') {
|
|
26399
|
-
|
|
26400
|
-
data.globalNodeType === 'endEvent' ?
|
|
26416
|
+
_this28.isNextUser = data.globalNodeType != 'endEvent';
|
|
26417
|
+
data.globalNodeType === 'endEvent' ? _this28.endFlow = true : '';
|
|
26401
26418
|
}
|
|
26402
26419
|
}
|
|
26403
|
-
|
|
26420
|
+
_this28.isCustomPreset && _this28.$refs.customPreset.getPresetFlowInfo(_this28.nextNode.nextNodeId, _this28.nodeInfo.nextNode, true);
|
|
26404
26421
|
} else {
|
|
26405
|
-
|
|
26422
|
+
_this28.$message.error(message || '系统错误,请联系管理员!');
|
|
26406
26423
|
}
|
|
26407
26424
|
}).catch(function (err) {
|
|
26408
|
-
|
|
26425
|
+
_this28.loading.close();
|
|
26409
26426
|
if (err.message && err.message !== 'canceled') {
|
|
26410
|
-
|
|
26427
|
+
_this28.$message.error(err.message);
|
|
26411
26428
|
}
|
|
26412
26429
|
});
|
|
26413
26430
|
},
|
|
@@ -26420,7 +26437,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26420
26437
|
* @date 2022年5月25日
|
|
26421
26438
|
**/
|
|
26422
26439
|
selecNext: function selecNext(val, type, isDef) {
|
|
26423
|
-
var
|
|
26440
|
+
var _this29 = this;
|
|
26424
26441
|
|
|
26425
26442
|
var isNextNode = false;
|
|
26426
26443
|
if (type) {
|
|
@@ -26465,13 +26482,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26465
26482
|
this.operationList.forEach(function (item) {
|
|
26466
26483
|
if (item.key === val) {
|
|
26467
26484
|
if (!item.taskNodeList) {
|
|
26468
|
-
|
|
26485
|
+
_this29.nodeInfos = [];
|
|
26469
26486
|
} else {
|
|
26470
|
-
|
|
26487
|
+
_this29.nodeInfos = item.taskNodeList;
|
|
26471
26488
|
|
|
26472
|
-
if (
|
|
26473
|
-
|
|
26474
|
-
return
|
|
26489
|
+
if (_this29.taskOperationShiftedNodeList) {
|
|
26490
|
+
_this29.nodeInfos = item.taskNodeList.filter(function (x) {
|
|
26491
|
+
return _this29.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
|
|
26475
26492
|
});
|
|
26476
26493
|
}
|
|
26477
26494
|
}
|
|
@@ -26480,7 +26497,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26480
26497
|
});
|
|
26481
26498
|
if (this.defaultNextNode) {
|
|
26482
26499
|
var defaultNode = this.nodeInfos.filter(function (item) {
|
|
26483
|
-
return item.nodeId ==
|
|
26500
|
+
return item.nodeId == _this29.defaultNextNode;
|
|
26484
26501
|
});
|
|
26485
26502
|
if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
|
|
26486
26503
|
this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
|
|
@@ -26592,7 +26609,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26592
26609
|
* @date 2022年5月25日
|
|
26593
26610
|
**/
|
|
26594
26611
|
getHedInfo: function getHedInfo() {
|
|
26595
|
-
var
|
|
26612
|
+
var _this30 = this;
|
|
26596
26613
|
|
|
26597
26614
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
26598
26615
|
var params = {
|
|
@@ -26602,7 +26619,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26602
26619
|
util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
26603
26620
|
//pc返回数据
|
|
26604
26621
|
|
|
26605
|
-
|
|
26622
|
+
_this30.loading.close();
|
|
26606
26623
|
|
|
26607
26624
|
if (res.status === 'success') {
|
|
26608
26625
|
var _res$data2 = res.data,
|
|
@@ -26643,17 +26660,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26643
26660
|
isCanPreAddSign = _res$data2.isCanPreAddSign;
|
|
26644
26661
|
|
|
26645
26662
|
if (temporarySaveButtonName) {
|
|
26646
|
-
|
|
26663
|
+
_this30.saveButtonName = temporarySaveButtonName;
|
|
26647
26664
|
}
|
|
26648
26665
|
if (simpleTips != undefined) {
|
|
26649
|
-
|
|
26666
|
+
_this30.simpleTips = simpleTips;
|
|
26650
26667
|
}
|
|
26651
|
-
|
|
26652
|
-
|
|
26668
|
+
_this30.$emit('startTaskRead', res);
|
|
26669
|
+
_this30.$emit('start-task-read', res);
|
|
26653
26670
|
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
26654
|
-
|
|
26671
|
+
_this30.taskOperationShiftedNodeList = [];
|
|
26655
26672
|
taskOperationShiftedNodeList.map(function (x) {
|
|
26656
|
-
|
|
26673
|
+
_this30.taskOperationShiftedNodeList.push(x.nodeId);
|
|
26657
26674
|
taskOperations.push({
|
|
26658
26675
|
key: x.nodeId,
|
|
26659
26676
|
value: x.nodeName,
|
|
@@ -26662,151 +26679,151 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26662
26679
|
});
|
|
26663
26680
|
});
|
|
26664
26681
|
}
|
|
26665
|
-
|
|
26666
|
-
|
|
26682
|
+
_this30.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
|
|
26683
|
+
_this30.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
26667
26684
|
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
26668
|
-
|
|
26685
|
+
_this30.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
26669
26686
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
26670
|
-
|
|
26671
|
-
|
|
26687
|
+
_this30.currentOrgSelectorTabs.map(function (x, i) {
|
|
26688
|
+
_this30.currentOrgSelectorParams[x] = {
|
|
26672
26689
|
filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
26673
26690
|
only_filid: true
|
|
26674
26691
|
};
|
|
26675
26692
|
});
|
|
26676
26693
|
}
|
|
26677
26694
|
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
26678
|
-
|
|
26695
|
+
_this30.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
26679
26696
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
26680
|
-
|
|
26681
|
-
|
|
26697
|
+
_this30.foreignOrgSelectorTabs.map(function (x, i) {
|
|
26698
|
+
_this30.foreignOrgSelectorParams[x] = {
|
|
26682
26699
|
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : x == 'filgroup' ? '' : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? 'all' : foreignOrgparams[i],
|
|
26683
26700
|
nofilid: foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId') : foreignOrgparams[i] == 'nofiliddept' ? sessionStorage.getItem('depId') : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
26684
|
-
roleid:
|
|
26701
|
+
roleid: _this30.circularReadParamsMap.circularReadOrgRoleCode || _this30.foreignOrgSelectorParams.roleid
|
|
26685
26702
|
};
|
|
26686
26703
|
});
|
|
26687
26704
|
}
|
|
26688
|
-
|
|
26689
|
-
if (
|
|
26690
|
-
|
|
26705
|
+
_this30.circularReadParamsMap = circularReadParamsMap || {};
|
|
26706
|
+
if (_this30.circularReadParamsMap.circularReadOrgRoleCode) {
|
|
26707
|
+
_this30.foreignOrgSelectorParams.roleid = _this30.circularReadParamsMap.circularReadOrgRoleCode;
|
|
26691
26708
|
}
|
|
26692
|
-
|
|
26693
|
-
|
|
26694
|
-
|
|
26695
|
-
|
|
26696
|
-
|
|
26697
|
-
|
|
26698
|
-
|
|
26699
|
-
|
|
26700
|
-
|
|
26701
|
-
|
|
26702
|
-
|
|
26703
|
-
|
|
26704
|
-
|
|
26705
|
-
|
|
26706
|
-
|
|
26707
|
-
|
|
26708
|
-
|
|
26709
|
-
|
|
26710
|
-
|
|
26711
|
-
|
|
26712
|
-
nextNodeCheckType && (
|
|
26713
|
-
|
|
26714
|
-
|
|
26709
|
+
_this30.currentOrgName = currentOrgName;
|
|
26710
|
+
_this30.nextOperateCheckType = nextOperateCheckType || 'select';
|
|
26711
|
+
_this30.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
|
|
26712
|
+
|
|
26713
|
+
_this30.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
|
|
26714
|
+
_this30.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
|
|
26715
|
+
_this30.readOnlyNotificationType = readOnlyNotificationType;
|
|
26716
|
+
|
|
26717
|
+
_this30.readOnlyNotificationType = readOnlyNotificationType;
|
|
26718
|
+
_this30.isSpecial = isSpecial;
|
|
26719
|
+
_this30.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
26720
|
+
_this30.otherOrgName = otherOrgName;
|
|
26721
|
+
_this30.isCanPreAddSign = isCanPreAddSign;
|
|
26722
|
+
_this30.endFlowInfo.choiceOrgId = choiceOrgId;
|
|
26723
|
+
_this30.endFlowInfo.choiceDeptId = choiceDeptId;
|
|
26724
|
+
_this30.endFlowInfo.pendingId = _this30.pendingId;
|
|
26725
|
+
_this30.attachedCode = attachedCode;
|
|
26726
|
+
_this30.endFlowInfo.pOrgId = pOrgId;
|
|
26727
|
+
_this30.canPresetRead = canPresetRead;
|
|
26728
|
+
_this30.isCdjxjTaskHandle = isCdjxjTaskHandle;
|
|
26729
|
+
nextNodeCheckType && (_this30.nextNodeCheckType = nextNodeCheckType);
|
|
26730
|
+
_this30.operationList = taskOperations || [];
|
|
26731
|
+
_this30.customPresetHintMessage = customPresetHintMessage;
|
|
26715
26732
|
if (canPresetRead) {
|
|
26716
26733
|
var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
|
|
26717
26734
|
var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
|
|
26718
26735
|
ids.map(function (item, index) {
|
|
26719
|
-
|
|
26736
|
+
_this30.presetReadUserId.push({
|
|
26720
26737
|
showid: item,
|
|
26721
26738
|
showname: names[index]
|
|
26722
26739
|
});
|
|
26723
|
-
|
|
26740
|
+
_this30.selectPresetUserList.push({
|
|
26724
26741
|
showid: item,
|
|
26725
26742
|
showname: names[index]
|
|
26726
26743
|
});
|
|
26727
|
-
|
|
26744
|
+
_this30.nextNode.presetReadUserId.push(item);
|
|
26728
26745
|
});
|
|
26729
26746
|
}
|
|
26730
|
-
if (!
|
|
26747
|
+
if (!_this30.isFlow) _this30.getFile(_this30.pendingId, attachedCode);
|
|
26731
26748
|
if (nextNodeList && nextNodeList.length != 0) {
|
|
26732
|
-
|
|
26749
|
+
_this30.nextNodeList = nextNodeList;
|
|
26733
26750
|
}
|
|
26734
|
-
if (canRemoveSignUserList && canRemoveSignUserList.length != 0)
|
|
26751
|
+
if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this30.removeUsers = canRemoveSignUserList;
|
|
26735
26752
|
if (taskOperations && taskOperations.length != 0) {
|
|
26736
26753
|
var isSelected = false;
|
|
26737
26754
|
taskOperations.map(function (item) {
|
|
26738
|
-
if (item.key === 9)
|
|
26755
|
+
if (item.key === 9) _this30.isReject = true;
|
|
26739
26756
|
if (item.isSelected) {
|
|
26740
|
-
|
|
26741
|
-
|
|
26757
|
+
_this30.nodeInfos = [];
|
|
26758
|
+
_this30.nextNode.nextOperate = item.key;
|
|
26742
26759
|
if (item.taskNodeList != null) {
|
|
26743
|
-
|
|
26760
|
+
_this30.nodeInfos = item.taskNodeList;
|
|
26744
26761
|
}
|
|
26745
26762
|
isSelected = true;
|
|
26746
26763
|
}
|
|
26747
26764
|
});
|
|
26748
26765
|
if (taskOperations.length > 0 && !isSelected) {
|
|
26749
|
-
|
|
26750
|
-
|
|
26766
|
+
_this30.nodeInfos = [];
|
|
26767
|
+
_this30.nextNode.nextOperate = taskOperations[0].key;
|
|
26751
26768
|
if (taskOperations[0].taskNodeList != null) {
|
|
26752
|
-
|
|
26769
|
+
_this30.nodeInfos = taskOperations[0].taskNodeList;
|
|
26753
26770
|
}
|
|
26754
26771
|
}
|
|
26755
26772
|
}
|
|
26756
26773
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
26757
|
-
|
|
26774
|
+
_this30.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
|
|
26758
26775
|
if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
|
|
26759
26776
|
var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
|
|
26760
26777
|
notice.map(function (x) {
|
|
26761
|
-
|
|
26778
|
+
_this30.nodeFixedOpinionSelectList.push({ content: x });
|
|
26762
26779
|
});
|
|
26763
26780
|
}
|
|
26764
26781
|
|
|
26765
|
-
|
|
26766
|
-
|
|
26767
|
-
|
|
26768
|
-
|
|
26769
|
-
|
|
26770
|
-
|
|
26782
|
+
_this30.value = opinion || '';
|
|
26783
|
+
_this30.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
|
|
26784
|
+
_this30.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
|
|
26785
|
+
_this30.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
|
|
26786
|
+
_this30.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
|
|
26787
|
+
_this30.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
|
|
26771
26788
|
// this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
|
|
26772
|
-
|
|
26789
|
+
_this30.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
26773
26790
|
if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
|
|
26774
|
-
var defaultNode =
|
|
26791
|
+
var defaultNode = _this30.nodeInfos.filter(function (item) {
|
|
26775
26792
|
return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
26776
26793
|
});
|
|
26777
|
-
if (
|
|
26778
|
-
|
|
26794
|
+
if (_this30.nodeInfos.length > 0 && defaultNode.length == 0) {
|
|
26795
|
+
_this30.nextNode.nextNodeId = _this30.nodeInfos[0].nodeId;
|
|
26779
26796
|
} else {
|
|
26780
|
-
|
|
26797
|
+
_this30.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
26781
26798
|
}
|
|
26782
|
-
} else if (
|
|
26783
|
-
|
|
26799
|
+
} else if (_this30.nodeInfos.length > 0) {
|
|
26800
|
+
_this30.nextNode.nextNodeId = _this30.nodeInfos[0].nodeId;
|
|
26784
26801
|
}
|
|
26785
|
-
|
|
26802
|
+
_this30.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
|
|
26786
26803
|
if (nodeInfoMap.nodeExtAttr.submitText) {
|
|
26787
|
-
|
|
26804
|
+
_this30.btnList.map(function (x) {
|
|
26788
26805
|
if (x.event === 'sub') {
|
|
26789
26806
|
x.text = nodeInfoMap.nodeExtAttr.submitText;
|
|
26790
26807
|
}
|
|
26791
26808
|
});
|
|
26792
26809
|
}
|
|
26793
26810
|
}
|
|
26794
|
-
|
|
26795
|
-
|
|
26796
|
-
|
|
26811
|
+
_this30.choiceOrgId = choiceOrgId;
|
|
26812
|
+
_this30.choiceDeptId = choiceDeptId;
|
|
26813
|
+
_this30.pOrgId = pOrgId;
|
|
26797
26814
|
if (res.data && res.data.isEndUserTask != undefined) {
|
|
26798
|
-
|
|
26815
|
+
_this30.isEndUserTask = res.data.isEndUserTask;
|
|
26799
26816
|
}
|
|
26800
26817
|
if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
|
|
26801
|
-
|
|
26802
|
-
|
|
26803
|
-
|
|
26804
|
-
|
|
26805
|
-
|
|
26806
|
-
|
|
26807
|
-
|
|
26808
|
-
|
|
26809
|
-
|
|
26818
|
+
_this30.nodeInfo.nextNode = taskExamine.processDefinitionId;
|
|
26819
|
+
_this30.NodeName = taskExamine.nodeName;
|
|
26820
|
+
_this30.taskId = taskExamine.taskId;
|
|
26821
|
+
_this30.businessIds = taskExamine.businessId;
|
|
26822
|
+
_this30.appId = taskExamine.appId;
|
|
26823
|
+
_this30.taskExamineInfo = taskExamine;
|
|
26824
|
+
_this30.taskExamineInfo.choiceOrgId = choiceOrgId;
|
|
26825
|
+
_this30.taskExamineInfo.choiceDeptId = choiceDeptId;
|
|
26826
|
+
_this30.endFlowInfo.processType = taskExamine.processType;
|
|
26810
26827
|
// this.endFlowInfo.isReturnSubmitter =
|
|
26811
26828
|
// taskExamine.isReturnSubmitter;
|
|
26812
26829
|
// this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
@@ -26818,78 +26835,78 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26818
26835
|
// this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
26819
26836
|
// this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
26820
26837
|
// this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
26821
|
-
|
|
26822
|
-
|
|
26823
|
-
|
|
26824
|
-
|
|
26825
|
-
|
|
26826
|
-
|
|
26827
|
-
|
|
26828
|
-
|
|
26829
|
-
|
|
26838
|
+
_this30.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
|
|
26839
|
+
_this30.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
26840
|
+
_this30.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
26841
|
+
_this30.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
|
|
26842
|
+
_this30.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
|
|
26843
|
+
_this30.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
26844
|
+
_this30.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
|
|
26845
|
+
_this30.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
26846
|
+
_this30.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
26830
26847
|
// this.endFlowInfo.isReadDealReply =
|
|
26831
26848
|
// taskExamine.isReadDealReplybusinessId;
|
|
26832
|
-
|
|
26833
|
-
|
|
26834
|
-
|
|
26835
|
-
|
|
26849
|
+
_this30.endFlowInfo.appId = taskExamine.appId;
|
|
26850
|
+
_this30.endFlowInfo.businessId = taskExamine.businessId;
|
|
26851
|
+
_this30.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
|
|
26852
|
+
_this30.endFlowInfo.nodeId = taskExamine.nodeId;
|
|
26836
26853
|
}
|
|
26837
|
-
if (
|
|
26838
|
-
|
|
26854
|
+
if (_this30.nodeName) {
|
|
26855
|
+
_this30.NodeName = _this30.nodeName;
|
|
26839
26856
|
}
|
|
26840
|
-
|
|
26841
|
-
|
|
26842
|
-
if (
|
|
26843
|
-
|
|
26857
|
+
_this30.isCanAddSign = isCanAddSign;
|
|
26858
|
+
_this30.processObj = res.data;
|
|
26859
|
+
if (_this30.isCanAddSign) {
|
|
26860
|
+
_this30.nextNode.isAddSign = '2';
|
|
26844
26861
|
}
|
|
26845
|
-
|
|
26846
|
-
if (
|
|
26847
|
-
|
|
26862
|
+
_this30.isCanRemoveSign = isCanRemoveSign;
|
|
26863
|
+
if (_this30.isCanRemoveSign) {
|
|
26864
|
+
_this30.nextNode.isRemoveSign = '2';
|
|
26848
26865
|
}
|
|
26849
26866
|
|
|
26850
|
-
if (!
|
|
26851
|
-
|
|
26867
|
+
if (!_this30.isOpinionRequired) {
|
|
26868
|
+
_this30.isOpinionRequired = 0;
|
|
26852
26869
|
}
|
|
26853
26870
|
// opinion && (this.value = opinion);
|
|
26854
|
-
|
|
26855
|
-
|
|
26871
|
+
_this30.nextNode.notificationMsg = defaultNotificationMessage;
|
|
26872
|
+
_this30.moreList = [];
|
|
26856
26873
|
if (taskButtonList && taskButtonList.length != 0) {
|
|
26857
26874
|
taskButtonList.map(function (item) {
|
|
26858
26875
|
if (item.fun === 'reject()') {
|
|
26859
|
-
|
|
26876
|
+
_this30.rejectObj = item;
|
|
26860
26877
|
} else if (item.fun === 'toStartTaskRead()') {
|
|
26861
|
-
|
|
26878
|
+
_this30.pointsReadingObj = item;
|
|
26862
26879
|
} else {
|
|
26863
|
-
|
|
26880
|
+
_this30.moreList.push(item);
|
|
26864
26881
|
}
|
|
26865
26882
|
});
|
|
26866
26883
|
}
|
|
26867
|
-
|
|
26868
|
-
|
|
26869
|
-
|
|
26870
|
-
|
|
26871
|
-
|
|
26872
|
-
|
|
26873
|
-
|
|
26884
|
+
_this30.isMainSubProcess = res.data.isMainSubProcess == 'true';
|
|
26885
|
+
_this30.isCustomPreset = isCustomPreset;
|
|
26886
|
+
_this30.isPreset = isPreset;
|
|
26887
|
+
_this30.presetTaskNodeMap = presetTaskNodeMap;
|
|
26888
|
+
_this30.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
|
|
26889
|
+
_this30.getFind();
|
|
26890
|
+
_this30.selecNext(_this30.nextNode.nextOperate, true, true);
|
|
26874
26891
|
// this.getNodeInfo();
|
|
26875
|
-
|
|
26892
|
+
_this30.StartTaskReadKey++;
|
|
26876
26893
|
} else {
|
|
26877
26894
|
if (res.status === 'taskCompleted') {
|
|
26878
|
-
|
|
26879
|
-
|
|
26880
|
-
|
|
26895
|
+
_this30.$emit('shrink', true);
|
|
26896
|
+
_this30.shrinkAbled = true;
|
|
26897
|
+
_this30.$message.warning(res.message || '系统错误,请联系管理员!');
|
|
26881
26898
|
} else {
|
|
26882
|
-
|
|
26899
|
+
_this30.$message.error(res.message || '系统错误,请联系管理员!');
|
|
26883
26900
|
}
|
|
26884
26901
|
}
|
|
26885
|
-
|
|
26902
|
+
_this30.showOpinion = false;
|
|
26886
26903
|
setTimeout(function () {
|
|
26887
|
-
|
|
26904
|
+
_this30.showOpinion = true;
|
|
26888
26905
|
}, 0);
|
|
26889
26906
|
}).catch(function (err) {
|
|
26890
|
-
|
|
26907
|
+
_this30.loading.close();
|
|
26891
26908
|
if (err.message && err.message !== 'canceled') {
|
|
26892
|
-
|
|
26909
|
+
_this30.$message.error(err.message);
|
|
26893
26910
|
}
|
|
26894
26911
|
});
|
|
26895
26912
|
},
|
|
@@ -26951,7 +26968,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26951
26968
|
* @date 2022年5月25日
|
|
26952
26969
|
**/
|
|
26953
26970
|
getProcess: function getProcess(val) {
|
|
26954
|
-
var
|
|
26971
|
+
var _this31 = this;
|
|
26955
26972
|
|
|
26956
26973
|
var params = mainvue_type_script_lang_js_extends({
|
|
26957
26974
|
businessId: this.businessId,
|
|
@@ -26966,44 +26983,44 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26966
26983
|
message = res.message,
|
|
26967
26984
|
data = res.data;
|
|
26968
26985
|
|
|
26969
|
-
|
|
26986
|
+
_this31.loading.close();
|
|
26970
26987
|
if (status === 'success') {
|
|
26971
26988
|
if (data.simpleTips != undefined) {
|
|
26972
|
-
|
|
26989
|
+
_this31.simpleTips = data.simpleTips;
|
|
26973
26990
|
}
|
|
26974
|
-
|
|
26991
|
+
_this31.isStartFlowChartView = data.isStartFlowChartView;
|
|
26975
26992
|
if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
|
|
26976
|
-
|
|
26993
|
+
_this31.$message.error('流程不存在或未关联对应流程!');
|
|
26977
26994
|
} else {
|
|
26978
|
-
|
|
26995
|
+
_this31.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
|
|
26979
26996
|
|
|
26980
|
-
|
|
26981
|
-
|
|
26982
|
-
return item.processDefKey ==
|
|
26997
|
+
_this31.nodeInfo.option = data.definitionList;
|
|
26998
|
+
_this31.nodeInfo.nextNode = data.definitionList.filter(function (item) {
|
|
26999
|
+
return item.processDefKey == _this31.defaultProcessKey;
|
|
26983
27000
|
});
|
|
26984
|
-
if (
|
|
26985
|
-
|
|
27001
|
+
if (_this31.nodeInfo.nextNode.length) {
|
|
27002
|
+
_this31.nodeInfo.nextNode = _this31.nodeInfo.nextNode[0].processDefId;
|
|
26986
27003
|
} else {
|
|
26987
27004
|
if (data.definitionList.length != 0) {
|
|
26988
|
-
|
|
27005
|
+
_this31.nodeInfo.nextNode = data.definitionList[0].processDefId;
|
|
26989
27006
|
} else {
|
|
26990
|
-
|
|
27007
|
+
_this31.nodeInfo.nextNode = '';
|
|
26991
27008
|
}
|
|
26992
27009
|
}
|
|
26993
|
-
if (
|
|
26994
|
-
|
|
27010
|
+
if (_this31.nodeInfo.nextNode) {
|
|
27011
|
+
_this31.handleChange(_this31.nodeInfo.nextNode, true);
|
|
26995
27012
|
}
|
|
26996
|
-
if (
|
|
26997
|
-
|
|
27013
|
+
if (_this31.showCirculate != undefined && !_this31.showCirculate && _this31.urgencyLevel) {
|
|
27014
|
+
_this31.getAdminMsgType();
|
|
26998
27015
|
}
|
|
26999
27016
|
}
|
|
27000
27017
|
} else {
|
|
27001
|
-
|
|
27018
|
+
_this31.$message.error(message || '系统错误,请联系管理员!');
|
|
27002
27019
|
}
|
|
27003
27020
|
}).catch(function (err) {
|
|
27004
|
-
|
|
27021
|
+
_this31.loading.close();
|
|
27005
27022
|
if (err.message && err.message !== 'canceled') {
|
|
27006
|
-
|
|
27023
|
+
_this31.$message.error(err.message);
|
|
27007
27024
|
}
|
|
27008
27025
|
});
|
|
27009
27026
|
},
|
|
@@ -27015,7 +27032,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27015
27032
|
* @date 2022年5月25日
|
|
27016
27033
|
**/
|
|
27017
27034
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
27018
|
-
var
|
|
27035
|
+
var _this32 = this;
|
|
27019
27036
|
|
|
27020
27037
|
var params = {
|
|
27021
27038
|
apprecordId: this.businessIds,
|
|
@@ -27028,22 +27045,22 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27028
27045
|
results = res.results;
|
|
27029
27046
|
|
|
27030
27047
|
if (!rCode) {
|
|
27031
|
-
|
|
27032
|
-
|
|
27033
|
-
|
|
27034
|
-
|
|
27035
|
-
|
|
27048
|
+
_this32.nextNode.nextUserId = [];
|
|
27049
|
+
_this32.showNews = false;
|
|
27050
|
+
_this32.nextNode.notificationType = [];
|
|
27051
|
+
_this32.pendingId = results[results.length - 1].attachId;
|
|
27052
|
+
_this32.getHedInfo();
|
|
27036
27053
|
} else {
|
|
27037
|
-
|
|
27054
|
+
_this32.$message.error(msg || '系统错误,请联系管理员!');
|
|
27038
27055
|
}
|
|
27039
27056
|
}).catch(function (err) {
|
|
27040
27057
|
if (err.message && err.message !== 'canceled') {
|
|
27041
|
-
|
|
27058
|
+
_this32.$message.error(err.message);
|
|
27042
27059
|
}
|
|
27043
27060
|
});
|
|
27044
27061
|
},
|
|
27045
27062
|
reqCircularRead: function reqCircularRead(type) {
|
|
27046
|
-
var
|
|
27063
|
+
var _this33 = this;
|
|
27047
27064
|
|
|
27048
27065
|
var _that = this;
|
|
27049
27066
|
var params = {
|
|
@@ -27057,7 +27074,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27057
27074
|
};
|
|
27058
27075
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
27059
27076
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
27060
|
-
|
|
27077
|
+
_this33.loading.close();
|
|
27061
27078
|
if (res.rCode == 0) {
|
|
27062
27079
|
if (res.results.alert) {
|
|
27063
27080
|
_that.$confirm(res.results.message, {
|
|
@@ -27088,20 +27105,20 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27088
27105
|
* @date 2022年5月25日
|
|
27089
27106
|
**/
|
|
27090
27107
|
subProcess: function subProcess(val, type) {
|
|
27091
|
-
var
|
|
27108
|
+
var _this34 = this;
|
|
27092
27109
|
|
|
27093
27110
|
return this.$refs['nextNode'].validate(function (valid) {
|
|
27094
27111
|
if (valid) {
|
|
27095
|
-
if (
|
|
27096
|
-
|
|
27097
|
-
|
|
27098
|
-
|
|
27112
|
+
if (_this34.isSubmitButtonShowAgreeAndDisagree == 1) {
|
|
27113
|
+
_this34.value = _this34.value.replace(RegExp('不同意。', 'g'), '');
|
|
27114
|
+
_this34.value = _this34.value.replace(RegExp('同意。', 'g'), '');
|
|
27115
|
+
_this34.value = val + _this34.value;
|
|
27099
27116
|
}
|
|
27100
|
-
if (!
|
|
27101
|
-
|
|
27117
|
+
if (!_this34.validInfo()) {
|
|
27118
|
+
_this34.freeValid = false;
|
|
27102
27119
|
return;
|
|
27103
27120
|
} else {
|
|
27104
|
-
|
|
27121
|
+
_this34.freeValid = true;
|
|
27105
27122
|
}
|
|
27106
27123
|
// if (
|
|
27107
27124
|
// this.currentNodeIsCircularReadNode &&
|
|
@@ -27110,28 +27127,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27110
27127
|
// this.reqCircularRead(type);
|
|
27111
27128
|
// return;
|
|
27112
27129
|
// }
|
|
27113
|
-
if (
|
|
27114
|
-
var btnInfo =
|
|
27115
|
-
return x.key ===
|
|
27130
|
+
if (_this34.submitButtonFunKey) {
|
|
27131
|
+
var btnInfo = _this34.taskNodeButtons.filter(function (x) {
|
|
27132
|
+
return x.key === _this34.submitButtonFunKey;
|
|
27116
27133
|
});
|
|
27117
27134
|
if (btnInfo.length > 0) {
|
|
27118
27135
|
if (btnInfo[0].type == 4) {
|
|
27119
|
-
|
|
27136
|
+
_this34.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this34.value }, _this34.sendData);
|
|
27120
27137
|
} else if (btnInfo[0].type == 2) {
|
|
27121
|
-
|
|
27138
|
+
_this34.goView(btnInfo[0]);
|
|
27122
27139
|
}
|
|
27123
27140
|
}
|
|
27124
27141
|
return;
|
|
27125
27142
|
}
|
|
27126
27143
|
if (type == 'multiInsMidwayWithSubmitScene') {
|
|
27127
|
-
|
|
27144
|
+
_this34.sendData(type);
|
|
27128
27145
|
return;
|
|
27129
27146
|
}
|
|
27130
|
-
if (
|
|
27131
|
-
|
|
27147
|
+
if (_this34.beforeSubmit == undefined) {
|
|
27148
|
+
_this34.subFun(_this34.sendData);
|
|
27132
27149
|
} else {
|
|
27133
|
-
|
|
27134
|
-
|
|
27150
|
+
_this34.beforeSubmit(1).then(function (next) {
|
|
27151
|
+
_this34.sendData();
|
|
27135
27152
|
}).catch(function (e) {});
|
|
27136
27153
|
}
|
|
27137
27154
|
}
|
|
@@ -27176,14 +27193,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27176
27193
|
return true;
|
|
27177
27194
|
},
|
|
27178
27195
|
flowSuccess: function flowSuccess(hideMessage) {
|
|
27179
|
-
var
|
|
27196
|
+
var _this35 = this;
|
|
27180
27197
|
|
|
27181
27198
|
if (!this.simpleTips) {
|
|
27182
27199
|
this.$alert('提交成功', '', {
|
|
27183
27200
|
confirmButtonText: '确定',
|
|
27184
27201
|
type: 'success',
|
|
27185
27202
|
callback: function callback(action) {
|
|
27186
|
-
|
|
27203
|
+
_this35.$emit('success');
|
|
27187
27204
|
}
|
|
27188
27205
|
});
|
|
27189
27206
|
} else {
|
|
@@ -27194,7 +27211,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27194
27211
|
}
|
|
27195
27212
|
},
|
|
27196
27213
|
sendData: function sendData(freetype) {
|
|
27197
|
-
var
|
|
27214
|
+
var _this36 = this;
|
|
27198
27215
|
|
|
27199
27216
|
if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
27200
27217
|
if (this.directCreateCircularReadWhenFlowStarted) {
|
|
@@ -27212,133 +27229,134 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27212
27229
|
switch (_context.prev = _context.next) {
|
|
27213
27230
|
case 0:
|
|
27214
27231
|
if (!valid) {
|
|
27215
|
-
_context.next =
|
|
27232
|
+
_context.next = 57;
|
|
27216
27233
|
break;
|
|
27217
27234
|
}
|
|
27218
27235
|
|
|
27219
|
-
if (!
|
|
27220
|
-
_context.next =
|
|
27236
|
+
if (!_this36.isFlow) {
|
|
27237
|
+
_context.next = 7;
|
|
27221
27238
|
break;
|
|
27222
27239
|
}
|
|
27223
27240
|
|
|
27224
|
-
if (!(
|
|
27225
|
-
_context.next =
|
|
27241
|
+
if (!(_this36.isOpinionRequired && !_this36.$refs.commonOpinions.validate())) {
|
|
27242
|
+
_context.next = 5;
|
|
27226
27243
|
break;
|
|
27227
27244
|
}
|
|
27228
27245
|
|
|
27246
|
+
_this36.$message.warning('请输入审批意见');
|
|
27229
27247
|
return _context.abrupt('return');
|
|
27230
27248
|
|
|
27231
|
-
case
|
|
27232
|
-
if (
|
|
27233
|
-
|
|
27249
|
+
case 5:
|
|
27250
|
+
if (_this36.directCreateCircularReadWhenFlowStarted) {
|
|
27251
|
+
_this36.circulateVisible = true;
|
|
27234
27252
|
} else {
|
|
27235
|
-
|
|
27253
|
+
_this36.handleVisible = true;
|
|
27236
27254
|
}
|
|
27237
27255
|
return _context.abrupt('return');
|
|
27238
27256
|
|
|
27239
|
-
case
|
|
27257
|
+
case 7:
|
|
27240
27258
|
nextUserId = [];
|
|
27241
27259
|
|
|
27242
|
-
if (
|
|
27243
|
-
|
|
27260
|
+
if (_this36.multiple) {
|
|
27261
|
+
_this36.nextNode.nextUserId && _this36.nextNode.nextUserId.map(function (item) {
|
|
27244
27262
|
return nextUserId.push(item);
|
|
27245
27263
|
});
|
|
27246
27264
|
}
|
|
27247
27265
|
addSignUserId = [];
|
|
27248
27266
|
|
|
27249
|
-
if (
|
|
27250
|
-
|
|
27267
|
+
if (_this36.isCanAddSign && _this36.nextNode.isAddSign == '1') {
|
|
27268
|
+
_this36.nextNode.addSignUserId.map(function (item) {
|
|
27251
27269
|
addSignUserId.push(item);
|
|
27252
27270
|
});
|
|
27253
27271
|
}
|
|
27254
27272
|
removeSignUserId = [];
|
|
27255
27273
|
|
|
27256
|
-
if (
|
|
27257
|
-
|
|
27274
|
+
if (_this36.isCanRemoveSign && _this36.nextNode.isRemoveSign == '1') {
|
|
27275
|
+
_this36.nextNode.removeSignUserId.map(function (item) {
|
|
27258
27276
|
removeSignUserId.push(item);
|
|
27259
27277
|
});
|
|
27260
27278
|
}
|
|
27261
27279
|
str = '';
|
|
27262
27280
|
|
|
27263
|
-
if (
|
|
27264
|
-
str =
|
|
27281
|
+
if (_this36.value) {
|
|
27282
|
+
str = _this36.value.replace(/\s+/g, '');
|
|
27265
27283
|
}
|
|
27266
|
-
if ((!
|
|
27267
|
-
|
|
27284
|
+
if ((!_this36.value || str === '') && _this36.nodeDefaultSubmitOpinion) {
|
|
27285
|
+
_this36.value = _this36.nodeDefaultSubmitOpinion;
|
|
27268
27286
|
}
|
|
27269
|
-
if (!
|
|
27270
|
-
delete
|
|
27271
|
-
delete
|
|
27287
|
+
if (!_this36.isSpecial) {
|
|
27288
|
+
delete _this36.nextNode.nextOperate;
|
|
27289
|
+
delete _this36.nextNode.nextNodeId;
|
|
27272
27290
|
}
|
|
27273
|
-
if (
|
|
27274
|
-
|
|
27275
|
-
|
|
27291
|
+
if (_this36.nextNode.nextOperate === 9 || _this36.oldNextOperate == 9) {
|
|
27292
|
+
_this36.nextNode.isReturnRejectNode = 1;
|
|
27293
|
+
_this36.nextNode.processDefinitionId = _this36.processObj.taskExamine.processDefinitionId;
|
|
27276
27294
|
}
|
|
27277
|
-
if (
|
|
27278
|
-
delete
|
|
27295
|
+
if (_this36.nextNode.nextOperate != 0 && _this36.nextNode.nextOperate != 1 && _this36.oldNextOperate === '' || _this36.oldNextOperate !== '' && _this36.oldNextOperate != 0 && _this36.oldNextOperate != 1) {
|
|
27296
|
+
delete _this36.nextNode.nextNodeId;
|
|
27279
27297
|
}
|
|
27280
27298
|
|
|
27281
27299
|
if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
|
|
27282
|
-
_context.next =
|
|
27300
|
+
_context.next = 23;
|
|
27283
27301
|
break;
|
|
27284
27302
|
}
|
|
27285
27303
|
|
|
27286
|
-
_context.next =
|
|
27287
|
-
return
|
|
27288
|
-
|
|
27289
|
-
case 21:
|
|
27290
|
-
_this35.loading = util["a" /* default */].loading(_this35.$loading, '加载中...');
|
|
27304
|
+
_context.next = 22;
|
|
27305
|
+
return _this36.saveInfo('subMit');
|
|
27291
27306
|
|
|
27292
27307
|
case 22:
|
|
27308
|
+
_this36.loading = util["a" /* default */].loading(_this36.$loading, '加载中...');
|
|
27309
|
+
|
|
27310
|
+
case 23:
|
|
27293
27311
|
notificationType = '';
|
|
27294
27312
|
|
|
27295
|
-
notificationType =
|
|
27313
|
+
notificationType = _this36.nextNode.notificationType.join(',');
|
|
27296
27314
|
addSignUserId = addSignUserId.join(',');
|
|
27297
27315
|
removeSignUserId = removeSignUserId.join(',');
|
|
27298
|
-
if (!
|
|
27299
|
-
delete
|
|
27316
|
+
if (!_this36.isCanPreAddSign || _this36.nextNode.isAddSign != '1') {
|
|
27317
|
+
delete _this36.nextNode.addSignMode;
|
|
27300
27318
|
}
|
|
27301
27319
|
|
|
27302
|
-
params = mainvue_type_script_lang_js_extends({},
|
|
27303
|
-
nextOperate:
|
|
27304
|
-
pendingId:
|
|
27305
|
-
opinion:
|
|
27320
|
+
params = mainvue_type_script_lang_js_extends({}, _this36.nextNode, {
|
|
27321
|
+
nextOperate: _this36.oldNextOperate !== '' ? _this36.oldNextOperate : _this36.nextNode.nextOperate,
|
|
27322
|
+
pendingId: _this36.pendingId,
|
|
27323
|
+
opinion: _this36.isForceDisplayDefaultOptionForPrefix && !_this36.value.startsWith(_this36.nodeDefaultSubmitOpinion) ? _this36.nodeDefaultSubmitOpinion + _this36.value : _this36.value,
|
|
27306
27324
|
userId: util["a" /* default */].getStorage('userId'),
|
|
27307
|
-
nextUserId:
|
|
27325
|
+
nextUserId: _this36.multiple ? nextUserId.join(',') : _this36.nextNode.nextUserId,
|
|
27308
27326
|
addSignUserId: addSignUserId,
|
|
27309
|
-
customPresetUserJson: JSON.stringify(
|
|
27310
|
-
presetUserJson: JSON.stringify(
|
|
27327
|
+
customPresetUserJson: JSON.stringify(_this36.presetList),
|
|
27328
|
+
presetUserJson: JSON.stringify(_this36.presetUserJson),
|
|
27311
27329
|
removeSignUserId: removeSignUserId,
|
|
27312
|
-
nextReadUserId:
|
|
27313
|
-
nextOrgId: !
|
|
27314
|
-
presetReadUserId:
|
|
27330
|
+
nextReadUserId: _this36.readMultiple ? _this36.mixReadList && _this36.mixReadList.join('|') : _this36.nextNode.nextReadUserId,
|
|
27331
|
+
nextOrgId: !_this36.isShowNextUser ? _this36.multiple ? _this36.mixOrgIdList && _this36.mixOrgIdList.join('|') : _this36.nextNode.nextOrgId : '',
|
|
27332
|
+
presetReadUserId: _this36.mixPresetList && _this36.mixPresetList.length > 0 ? _this36.mixPresetList.join('|') : _this36.nextNode.presetReadUserId.join(','),
|
|
27315
27333
|
notificationType: notificationType
|
|
27316
27334
|
});
|
|
27317
27335
|
|
|
27318
|
-
if (
|
|
27336
|
+
if (_this36.activeNames != '1') delete params.customPresetUserJson;
|
|
27319
27337
|
delete params.customLimitTimeText;
|
|
27320
|
-
if (
|
|
27338
|
+
if (_this36.nextNode.isRemoveSign != '1') {
|
|
27321
27339
|
delete params.removeSignUserId;
|
|
27322
27340
|
}
|
|
27323
|
-
if (
|
|
27341
|
+
if (_this36.nextNode.isAddSign != '1') {
|
|
27324
27342
|
delete params.addSignUserId;
|
|
27325
27343
|
}
|
|
27326
|
-
if (!
|
|
27344
|
+
if (!_this36.isSpecial) {
|
|
27327
27345
|
delete params.nextUserId;
|
|
27328
27346
|
}
|
|
27329
27347
|
|
|
27330
27348
|
if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
|
|
27331
|
-
_context.next =
|
|
27349
|
+
_context.next = 38;
|
|
27332
27350
|
break;
|
|
27333
27351
|
}
|
|
27334
27352
|
|
|
27335
|
-
params.isSubFlow =
|
|
27336
|
-
|
|
27353
|
+
params.isSubFlow = _this36.taskExamineInfo.isSubFlow;
|
|
27354
|
+
_this36.taskParams = params;
|
|
27337
27355
|
return _context.abrupt('return');
|
|
27338
27356
|
|
|
27339
|
-
case
|
|
27340
|
-
|
|
27341
|
-
isEndUserTask =
|
|
27357
|
+
case 38:
|
|
27358
|
+
_this36.loading = util["a" /* default */].loading(_this36.$loading, '提交中...');
|
|
27359
|
+
isEndUserTask = _this36.isEndUserTask, choiceOrgId = _this36.choiceOrgId, choiceDeptId = _this36.choiceDeptId, pOrgId = _this36.pOrgId, taskExamineInfo = _this36.taskExamineInfo, currentNodeIsCircularReadNode = _this36.currentNodeIsCircularReadNode, needRetrialAuth = _this36.needRetrialAuth, circularReadParamsMap = _this36.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this36.currentNodeEnableItemHandleDescription;
|
|
27342
27360
|
|
|
27343
27361
|
params.isEndUserTask = isEndUserTask;
|
|
27344
27362
|
params.choiceOrgId = choiceOrgId;
|
|
@@ -27362,29 +27380,29 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27362
27380
|
var status = res.status,
|
|
27363
27381
|
message = res.message;
|
|
27364
27382
|
|
|
27365
|
-
|
|
27383
|
+
_this36.loading.close();
|
|
27366
27384
|
if (status === 'success') {
|
|
27367
|
-
|
|
27385
|
+
_this36.flowSuccess();
|
|
27368
27386
|
} else {
|
|
27369
|
-
|
|
27370
|
-
|
|
27387
|
+
_this36.$message.error(message || '系统错误,请联系管理员!');
|
|
27388
|
+
_this36.$emit('error');
|
|
27371
27389
|
}
|
|
27372
27390
|
}).catch(function (err) {
|
|
27373
|
-
|
|
27391
|
+
_this36.loading.close();
|
|
27374
27392
|
if (err.message && err.message !== 'canceled') {
|
|
27375
|
-
|
|
27393
|
+
_this36.$message.error(err.message);
|
|
27376
27394
|
}
|
|
27377
27395
|
}));
|
|
27378
27396
|
|
|
27379
|
-
case
|
|
27397
|
+
case 57:
|
|
27380
27398
|
return _context.abrupt('return', false);
|
|
27381
27399
|
|
|
27382
|
-
case
|
|
27400
|
+
case 58:
|
|
27383
27401
|
case 'end':
|
|
27384
27402
|
return _context.stop();
|
|
27385
27403
|
}
|
|
27386
27404
|
}
|
|
27387
|
-
}, _callee,
|
|
27405
|
+
}, _callee, _this36);
|
|
27388
27406
|
}));
|
|
27389
27407
|
|
|
27390
27408
|
return function (_x) {
|