eoss-ui 0.6.78 → 0.6.80
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 +289 -68
- package/lib/flow.js +283 -62
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/main.vue +65 -28
- package/packages/flow/src/processForm.vue +39 -2
- package/packages/flow/src/processReject.vue +2 -1
- package/packages/flow/src/reset.vue +12 -0
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -27180,8 +27180,8 @@ form_src_main.install = function (Vue) {
|
|
|
27180
27180
|
};
|
|
27181
27181
|
|
|
27182
27182
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27183
|
-
// 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=
|
|
27184
|
-
var
|
|
27183
|
+
// 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=4ea6a802&
|
|
27184
|
+
var mainvue_type_template_id_4ea6a802_render = function () {
|
|
27185
27185
|
var _vm = this
|
|
27186
27186
|
var _h = _vm.$createElement
|
|
27187
27187
|
var _c = _vm._self._c || _h
|
|
@@ -27194,7 +27194,7 @@ var mainvue_type_template_id_1ebfbd3f_render = function () {
|
|
|
27194
27194
|
style: _vm.styles,
|
|
27195
27195
|
},
|
|
27196
27196
|
[
|
|
27197
|
-
_vm.showCirculate
|
|
27197
|
+
_vm.showCirculate && _vm.newTypeCode != "fenyue"
|
|
27198
27198
|
? _c(
|
|
27199
27199
|
"div",
|
|
27200
27200
|
{
|
|
@@ -27733,7 +27733,9 @@ var mainvue_type_template_id_1ebfbd3f_render = function () {
|
|
|
27733
27733
|
},
|
|
27734
27734
|
},
|
|
27735
27735
|
[
|
|
27736
|
-
_vm.isFlow &&
|
|
27736
|
+
_vm.isFlow &&
|
|
27737
|
+
_vm.nodeInfo.option.length > 0 &&
|
|
27738
|
+
!_vm.flowListDisabled
|
|
27737
27739
|
? _c(
|
|
27738
27740
|
"el-form-item",
|
|
27739
27741
|
{
|
|
@@ -27794,9 +27796,7 @@ var mainvue_type_template_id_1ebfbd3f_render = function () {
|
|
|
27794
27796
|
key: items.id,
|
|
27795
27797
|
attrs: {
|
|
27796
27798
|
label: items.name,
|
|
27797
|
-
disabled:
|
|
27798
|
-
_vm.flowListDisabled ||
|
|
27799
|
-
items.disabled,
|
|
27799
|
+
disabled: items.disabled,
|
|
27800
27800
|
value: items.processDefId,
|
|
27801
27801
|
},
|
|
27802
27802
|
})
|
|
@@ -29992,11 +29992,11 @@ var mainvue_type_template_id_1ebfbd3f_render = function () {
|
|
|
29992
29992
|
)
|
|
29993
29993
|
: _vm._e()
|
|
29994
29994
|
}
|
|
29995
|
-
var
|
|
29996
|
-
|
|
29995
|
+
var mainvue_type_template_id_4ea6a802_staticRenderFns = []
|
|
29996
|
+
mainvue_type_template_id_4ea6a802_render._withStripped = true
|
|
29997
29997
|
|
|
29998
29998
|
|
|
29999
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
29999
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=4ea6a802&
|
|
30000
30000
|
|
|
30001
30001
|
// 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=19364a89&
|
|
30002
30002
|
var CommonOpinionsvue_type_template_id_19364a89_render = function () {
|
|
@@ -31036,8 +31036,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
31036
31036
|
)
|
|
31037
31037
|
|
|
31038
31038
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
31039
|
-
// 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=
|
|
31040
|
-
var
|
|
31039
|
+
// 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=7d7a1c8e&
|
|
31040
|
+
var processFormvue_type_template_id_7d7a1c8e_render = function () {
|
|
31041
31041
|
var _vm = this
|
|
31042
31042
|
var _h = _vm.$createElement
|
|
31043
31043
|
var _c = _vm._self._c || _h
|
|
@@ -31084,6 +31084,14 @@ var processFormvue_type_template_id_972ab99a_render = function () {
|
|
|
31084
31084
|
_c(
|
|
31085
31085
|
"el-form-item",
|
|
31086
31086
|
{
|
|
31087
|
+
directives: [
|
|
31088
|
+
{
|
|
31089
|
+
name: "show",
|
|
31090
|
+
rawName: "v-show",
|
|
31091
|
+
value: _vm.showBtn,
|
|
31092
|
+
expression: "showBtn",
|
|
31093
|
+
},
|
|
31094
|
+
],
|
|
31087
31095
|
attrs: {
|
|
31088
31096
|
prop: "nodeName",
|
|
31089
31097
|
label: "当前节点",
|
|
@@ -31496,7 +31504,17 @@ var processFormvue_type_template_id_972ab99a_render = function () {
|
|
|
31496
31504
|
: _vm._e(),
|
|
31497
31505
|
_c(
|
|
31498
31506
|
"el-form-item",
|
|
31499
|
-
{
|
|
31507
|
+
{
|
|
31508
|
+
directives: [
|
|
31509
|
+
{
|
|
31510
|
+
name: "show",
|
|
31511
|
+
rawName: "v-show",
|
|
31512
|
+
value: _vm.showBtn,
|
|
31513
|
+
expression: "showBtn",
|
|
31514
|
+
},
|
|
31515
|
+
],
|
|
31516
|
+
attrs: { prop: "noticeType", label: "通知方式" },
|
|
31517
|
+
},
|
|
31500
31518
|
[
|
|
31501
31519
|
_c(
|
|
31502
31520
|
"el-checkbox-group",
|
|
@@ -31544,8 +31562,8 @@ var processFormvue_type_template_id_972ab99a_render = function () {
|
|
|
31544
31562
|
{
|
|
31545
31563
|
name: "show",
|
|
31546
31564
|
rawName: "v-show",
|
|
31547
|
-
value: _vm.nextNode.noticeType.length != 0,
|
|
31548
|
-
expression: "nextNode.noticeType.length != 0",
|
|
31565
|
+
value: _vm.nextNode.noticeType.length != 0 && _vm.showBtn,
|
|
31566
|
+
expression: "nextNode.noticeType.length != 0 && showBtn",
|
|
31549
31567
|
},
|
|
31550
31568
|
],
|
|
31551
31569
|
attrs: { prop: "nextNode", label: "通知消息" },
|
|
@@ -31679,15 +31697,107 @@ var processFormvue_type_template_id_972ab99a_render = function () {
|
|
|
31679
31697
|
],
|
|
31680
31698
|
1
|
|
31681
31699
|
),
|
|
31700
|
+
!_vm.showBtn
|
|
31701
|
+
? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
|
|
31702
|
+
_c(
|
|
31703
|
+
"div",
|
|
31704
|
+
{
|
|
31705
|
+
staticClass: "news",
|
|
31706
|
+
on: {
|
|
31707
|
+
click: function ($event) {
|
|
31708
|
+
_vm.showNews = !_vm.showNews
|
|
31709
|
+
},
|
|
31710
|
+
},
|
|
31711
|
+
},
|
|
31712
|
+
[
|
|
31713
|
+
_c("span", { staticClass: "news-item" }, [_vm._v("消息通知")]),
|
|
31714
|
+
_c("span", { class: _vm.showNews ? "show" : "sj" }),
|
|
31715
|
+
]
|
|
31716
|
+
),
|
|
31717
|
+
_vm.showNews
|
|
31718
|
+
? _c(
|
|
31719
|
+
"div",
|
|
31720
|
+
{ ref: "messagebox", staticStyle: { transition: "1s" } },
|
|
31721
|
+
[
|
|
31722
|
+
_c(
|
|
31723
|
+
"el-checkbox-group",
|
|
31724
|
+
{
|
|
31725
|
+
model: {
|
|
31726
|
+
value: _vm.nextNode.noticeType,
|
|
31727
|
+
callback: function ($$v) {
|
|
31728
|
+
_vm.$set(_vm.nextNode, "noticeType", $$v)
|
|
31729
|
+
},
|
|
31730
|
+
expression: "nextNode.noticeType",
|
|
31731
|
+
},
|
|
31732
|
+
},
|
|
31733
|
+
_vm._l(_vm.nextNode.noticeList, function (item) {
|
|
31734
|
+
return _c(
|
|
31735
|
+
"el-checkbox",
|
|
31736
|
+
{
|
|
31737
|
+
key: item.cciValue,
|
|
31738
|
+
attrs: {
|
|
31739
|
+
label: item.cciValue,
|
|
31740
|
+
disabled: _vm.readOnlyNotificationType
|
|
31741
|
+
? _vm.readOnlyNotificationType.indexOf(
|
|
31742
|
+
item.cciValue
|
|
31743
|
+
) != -1
|
|
31744
|
+
: false,
|
|
31745
|
+
},
|
|
31746
|
+
},
|
|
31747
|
+
[
|
|
31748
|
+
_vm._v(
|
|
31749
|
+
"\n " +
|
|
31750
|
+
_vm._s(item.shortName) +
|
|
31751
|
+
"\n "
|
|
31752
|
+
),
|
|
31753
|
+
]
|
|
31754
|
+
)
|
|
31755
|
+
}),
|
|
31756
|
+
1
|
|
31757
|
+
),
|
|
31758
|
+
_c("es-input", {
|
|
31759
|
+
directives: [
|
|
31760
|
+
{
|
|
31761
|
+
name: "show",
|
|
31762
|
+
rawName: "v-show",
|
|
31763
|
+
value: _vm.showNews,
|
|
31764
|
+
expression: "showNews",
|
|
31765
|
+
},
|
|
31766
|
+
],
|
|
31767
|
+
staticStyle: {
|
|
31768
|
+
"border-color": "#ccc",
|
|
31769
|
+
padding: "5px",
|
|
31770
|
+
"border-radius": "5px",
|
|
31771
|
+
"font-size": "13px",
|
|
31772
|
+
},
|
|
31773
|
+
attrs: {
|
|
31774
|
+
autosize: "",
|
|
31775
|
+
type: "textarea",
|
|
31776
|
+
readonly: _vm.notificationMessageReadOnly,
|
|
31777
|
+
},
|
|
31778
|
+
model: {
|
|
31779
|
+
value: _vm.nextNode.noticeInfo,
|
|
31780
|
+
callback: function ($$v) {
|
|
31781
|
+
_vm.$set(_vm.nextNode, "noticeInfo", $$v)
|
|
31782
|
+
},
|
|
31783
|
+
expression: "nextNode.noticeInfo",
|
|
31784
|
+
},
|
|
31785
|
+
}),
|
|
31786
|
+
],
|
|
31787
|
+
1
|
|
31788
|
+
)
|
|
31789
|
+
: _vm._e(),
|
|
31790
|
+
])
|
|
31791
|
+
: _vm._e(),
|
|
31682
31792
|
],
|
|
31683
31793
|
1
|
|
31684
31794
|
)
|
|
31685
31795
|
}
|
|
31686
|
-
var
|
|
31687
|
-
|
|
31796
|
+
var processFormvue_type_template_id_7d7a1c8e_staticRenderFns = []
|
|
31797
|
+
processFormvue_type_template_id_7d7a1c8e_render._withStripped = true
|
|
31688
31798
|
|
|
31689
31799
|
|
|
31690
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
31800
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=7d7a1c8e&
|
|
31691
31801
|
|
|
31692
31802
|
// 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=49031d93&
|
|
31693
31803
|
var selectUservue_type_template_id_49031d93_render = function () {
|
|
@@ -33483,6 +33593,42 @@ var processFormvue_type_script_lang_js_components;
|
|
|
33483
33593
|
//
|
|
33484
33594
|
//
|
|
33485
33595
|
//
|
|
33596
|
+
//
|
|
33597
|
+
//
|
|
33598
|
+
//
|
|
33599
|
+
//
|
|
33600
|
+
//
|
|
33601
|
+
//
|
|
33602
|
+
//
|
|
33603
|
+
//
|
|
33604
|
+
//
|
|
33605
|
+
//
|
|
33606
|
+
//
|
|
33607
|
+
//
|
|
33608
|
+
//
|
|
33609
|
+
//
|
|
33610
|
+
//
|
|
33611
|
+
//
|
|
33612
|
+
//
|
|
33613
|
+
//
|
|
33614
|
+
//
|
|
33615
|
+
//
|
|
33616
|
+
//
|
|
33617
|
+
//
|
|
33618
|
+
//
|
|
33619
|
+
//
|
|
33620
|
+
//
|
|
33621
|
+
//
|
|
33622
|
+
//
|
|
33623
|
+
//
|
|
33624
|
+
//
|
|
33625
|
+
//
|
|
33626
|
+
//
|
|
33627
|
+
//
|
|
33628
|
+
//
|
|
33629
|
+
//
|
|
33630
|
+
//
|
|
33631
|
+
//
|
|
33486
33632
|
|
|
33487
33633
|
|
|
33488
33634
|
|
|
@@ -33548,6 +33694,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
33548
33694
|
customPresetHintMessage: '', //流程预设标题
|
|
33549
33695
|
nextNodeCheckType: 'select',
|
|
33550
33696
|
nextOperateCheckType: 'select',
|
|
33697
|
+
showNews: false, // 是否展示通知信息
|
|
33551
33698
|
notificationMessageReadOnly: false,
|
|
33552
33699
|
readOnlyNotificationType: '',
|
|
33553
33700
|
show: true,
|
|
@@ -34270,8 +34417,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34270
34417
|
|
|
34271
34418
|
var processForm_component = normalizeComponent(
|
|
34272
34419
|
src_processFormvue_type_script_lang_js_,
|
|
34273
|
-
|
|
34274
|
-
|
|
34420
|
+
processFormvue_type_template_id_7d7a1c8e_render,
|
|
34421
|
+
processFormvue_type_template_id_7d7a1c8e_staticRenderFns,
|
|
34275
34422
|
false,
|
|
34276
34423
|
null,
|
|
34277
34424
|
null,
|
|
@@ -35316,8 +35463,8 @@ var TimeLimit_component = normalizeComponent(
|
|
|
35316
35463
|
)
|
|
35317
35464
|
|
|
35318
35465
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
35319
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
35320
|
-
var
|
|
35466
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=9cd54606&
|
|
35467
|
+
var processRejectvue_type_template_id_9cd54606_render = function () {
|
|
35321
35468
|
var _vm = this
|
|
35322
35469
|
var _h = _vm.$createElement
|
|
35323
35470
|
var _c = _vm._self._c || _h
|
|
@@ -35345,7 +35492,11 @@ var processRejectvue_type_template_id_67bb0710_render = function () {
|
|
|
35345
35492
|
{
|
|
35346
35493
|
ref: "nextNode",
|
|
35347
35494
|
staticClass: "demo-dynamic",
|
|
35348
|
-
attrs: {
|
|
35495
|
+
attrs: {
|
|
35496
|
+
model: _vm.nextNode,
|
|
35497
|
+
"label-width": "100px",
|
|
35498
|
+
"label-align": "left",
|
|
35499
|
+
},
|
|
35349
35500
|
},
|
|
35350
35501
|
[
|
|
35351
35502
|
_c(
|
|
@@ -35538,11 +35689,11 @@ var processRejectvue_type_template_id_67bb0710_render = function () {
|
|
|
35538
35689
|
1
|
|
35539
35690
|
)
|
|
35540
35691
|
}
|
|
35541
|
-
var
|
|
35542
|
-
|
|
35692
|
+
var processRejectvue_type_template_id_9cd54606_staticRenderFns = []
|
|
35693
|
+
processRejectvue_type_template_id_9cd54606_render._withStripped = true
|
|
35543
35694
|
|
|
35544
35695
|
|
|
35545
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
35696
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=9cd54606&
|
|
35546
35697
|
|
|
35547
35698
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
35548
35699
|
//
|
|
@@ -35630,6 +35781,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
|
|
|
35630
35781
|
//
|
|
35631
35782
|
//
|
|
35632
35783
|
//
|
|
35784
|
+
//
|
|
35633
35785
|
|
|
35634
35786
|
|
|
35635
35787
|
|
|
@@ -35848,8 +36000,8 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
|
|
|
35848
36000
|
|
|
35849
36001
|
var processReject_component = normalizeComponent(
|
|
35850
36002
|
src_processRejectvue_type_script_lang_js_,
|
|
35851
|
-
|
|
35852
|
-
|
|
36003
|
+
processRejectvue_type_template_id_9cd54606_render,
|
|
36004
|
+
processRejectvue_type_template_id_9cd54606_staticRenderFns,
|
|
35853
36005
|
false,
|
|
35854
36006
|
null,
|
|
35855
36007
|
null,
|
|
@@ -37009,8 +37161,8 @@ var startTaskRead_component = normalizeComponent(
|
|
|
37009
37161
|
)
|
|
37010
37162
|
|
|
37011
37163
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
37012
|
-
// 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=
|
|
37013
|
-
var
|
|
37164
|
+
// 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=73aacad2&
|
|
37165
|
+
var resetvue_type_template_id_73aacad2_render = function () {
|
|
37014
37166
|
var _vm = this
|
|
37015
37167
|
var _h = _vm.$createElement
|
|
37016
37168
|
var _c = _vm._self._c || _h
|
|
@@ -37112,27 +37264,48 @@ var resetvue_type_template_id_803e1634_render = function () {
|
|
|
37112
37264
|
},
|
|
37113
37265
|
},
|
|
37114
37266
|
[
|
|
37115
|
-
|
|
37116
|
-
|
|
37117
|
-
|
|
37118
|
-
|
|
37119
|
-
|
|
37120
|
-
|
|
37121
|
-
|
|
37122
|
-
|
|
37123
|
-
|
|
37267
|
+
_vm.nextNodeCheckType == "select"
|
|
37268
|
+
? _c(
|
|
37269
|
+
"el-select",
|
|
37270
|
+
{
|
|
37271
|
+
attrs: { placeholder: "请选择下步节点" },
|
|
37272
|
+
on: { change: _vm.changeSel },
|
|
37273
|
+
model: {
|
|
37274
|
+
value: _vm.nextNode.nextNode,
|
|
37275
|
+
callback: function ($$v) {
|
|
37276
|
+
_vm.$set(_vm.nextNode, "nextNode", $$v)
|
|
37277
|
+
},
|
|
37278
|
+
expression: "nextNode.nextNode",
|
|
37279
|
+
},
|
|
37280
|
+
},
|
|
37281
|
+
_vm._l(_vm.nextNode.nodeInfo, function (items) {
|
|
37282
|
+
return _c("el-option", {
|
|
37283
|
+
key: items.nodeId,
|
|
37284
|
+
attrs: {
|
|
37285
|
+
label: items.nodeName,
|
|
37286
|
+
value: items.nodeId,
|
|
37287
|
+
},
|
|
37288
|
+
})
|
|
37289
|
+
}),
|
|
37290
|
+
1
|
|
37291
|
+
)
|
|
37292
|
+
: _vm.nextNodeCheckType == "radio"
|
|
37293
|
+
? _c("es-radio-group", {
|
|
37294
|
+
attrs: {
|
|
37295
|
+
data: _vm.nextNode.nodeInfo,
|
|
37296
|
+
"value-key": "nodeId",
|
|
37297
|
+
"label-key": "nodeName",
|
|
37298
|
+
},
|
|
37299
|
+
on: { change: _vm.changeSel },
|
|
37300
|
+
model: {
|
|
37301
|
+
value: _vm.nextNode.nextNode,
|
|
37302
|
+
callback: function ($$v) {
|
|
37303
|
+
_vm.$set(_vm.nextNode, "nextNode", $$v)
|
|
37304
|
+
},
|
|
37305
|
+
expression: "nextNode.nextNode",
|
|
37124
37306
|
},
|
|
37125
|
-
expression: "nextNode.nextNode",
|
|
37126
|
-
},
|
|
37127
|
-
},
|
|
37128
|
-
_vm._l(_vm.nextNode.nodeInfo, function (items) {
|
|
37129
|
-
return _c("el-option", {
|
|
37130
|
-
key: items.nodeId,
|
|
37131
|
-
attrs: { label: items.nodeName, value: items.nodeId },
|
|
37132
37307
|
})
|
|
37133
|
-
|
|
37134
|
-
1
|
|
37135
|
-
),
|
|
37308
|
+
: _vm._e(),
|
|
37136
37309
|
],
|
|
37137
37310
|
1
|
|
37138
37311
|
),
|
|
@@ -37436,11 +37609,11 @@ var resetvue_type_template_id_803e1634_render = function () {
|
|
|
37436
37609
|
1
|
|
37437
37610
|
)
|
|
37438
37611
|
}
|
|
37439
|
-
var
|
|
37440
|
-
|
|
37612
|
+
var resetvue_type_template_id_73aacad2_staticRenderFns = []
|
|
37613
|
+
resetvue_type_template_id_73aacad2_render._withStripped = true
|
|
37441
37614
|
|
|
37442
37615
|
|
|
37443
|
-
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=
|
|
37616
|
+
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
|
|
37444
37617
|
|
|
37445
37618
|
// 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&
|
|
37446
37619
|
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; };
|
|
@@ -37659,6 +37832,15 @@ var resetvue_type_script_lang_js_components;
|
|
|
37659
37832
|
//
|
|
37660
37833
|
//
|
|
37661
37834
|
//
|
|
37835
|
+
//
|
|
37836
|
+
//
|
|
37837
|
+
//
|
|
37838
|
+
//
|
|
37839
|
+
//
|
|
37840
|
+
//
|
|
37841
|
+
//
|
|
37842
|
+
//
|
|
37843
|
+
//
|
|
37662
37844
|
|
|
37663
37845
|
|
|
37664
37846
|
|
|
@@ -37688,6 +37870,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
37688
37870
|
loading: false,
|
|
37689
37871
|
isCustomUser: 0,
|
|
37690
37872
|
selectUser: false,
|
|
37873
|
+
nextNodeCheckType: 'select',
|
|
37691
37874
|
multiple: false,
|
|
37692
37875
|
showNoticeType: false,
|
|
37693
37876
|
readMultiple: true,
|
|
@@ -38225,6 +38408,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
38225
38408
|
data = res.data;
|
|
38226
38409
|
|
|
38227
38410
|
if (status == 'success') {
|
|
38411
|
+
data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
|
|
38228
38412
|
_this7.pendtitle = data.pendtitle || data.taskExamine.businessName;
|
|
38229
38413
|
_this7.customPresetHintMessage = data.customPresetHintMessage;
|
|
38230
38414
|
_this7.readOnlyNotificationType = data.readOnlyNotificationType;
|
|
@@ -38306,8 +38490,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
38306
38490
|
|
|
38307
38491
|
var reset_component = normalizeComponent(
|
|
38308
38492
|
src_resetvue_type_script_lang_js_,
|
|
38309
|
-
|
|
38310
|
-
|
|
38493
|
+
resetvue_type_template_id_73aacad2_render,
|
|
38494
|
+
resetvue_type_template_id_73aacad2_staticRenderFns,
|
|
38311
38495
|
false,
|
|
38312
38496
|
null,
|
|
38313
38497
|
null,
|
|
@@ -45947,6 +46131,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45947
46131
|
//
|
|
45948
46132
|
//
|
|
45949
46133
|
//
|
|
46134
|
+
//
|
|
46135
|
+
//
|
|
46136
|
+
//
|
|
46137
|
+
//
|
|
46138
|
+
//
|
|
46139
|
+
//
|
|
46140
|
+
//
|
|
46141
|
+
//
|
|
45950
46142
|
|
|
45951
46143
|
|
|
45952
46144
|
|
|
@@ -47325,6 +47517,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47325
47517
|
selecNext: function selecNext(val, type, isDef) {
|
|
47326
47518
|
var _this26 = this;
|
|
47327
47519
|
|
|
47520
|
+
console.log(val, 'valvalval');
|
|
47521
|
+
var isNextNode = false;
|
|
47522
|
+
if (type) {
|
|
47523
|
+
isNextNode = this.operationList.filter(function (x) {
|
|
47524
|
+
return x.key == val;
|
|
47525
|
+
})[0].isNextNode;
|
|
47526
|
+
}
|
|
47328
47527
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
47329
47528
|
if (this.multiple) {
|
|
47330
47529
|
this.nextNode.nextUserId = [];
|
|
@@ -47335,7 +47534,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47335
47534
|
this.selectUserList = [];
|
|
47336
47535
|
this.radioList = [];
|
|
47337
47536
|
|
|
47338
|
-
if (type) {
|
|
47537
|
+
if (type && !isNextNode) {
|
|
47538
|
+
console.log('不是下一步节点');
|
|
47339
47539
|
this.isNextUser = false;
|
|
47340
47540
|
this.isShowNode = false;
|
|
47341
47541
|
this.isMainSubProcess = false;
|
|
@@ -47352,12 +47552,30 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47352
47552
|
this.nextNode.isReturnRejectNode = 0;
|
|
47353
47553
|
this.nextNode.isSerialSubmit = 0;
|
|
47354
47554
|
this.nodeInfos = [];
|
|
47555
|
+
var newOperationList = [];
|
|
47556
|
+
// this.operationList.map(x => {
|
|
47557
|
+
|
|
47558
|
+
// })
|
|
47355
47559
|
this.operationList.forEach(function (item) {
|
|
47356
47560
|
if (item.key === val) {
|
|
47357
47561
|
if (!item.taskNodeList) {
|
|
47358
47562
|
_this26.nodeInfos = [];
|
|
47359
47563
|
} else {
|
|
47360
|
-
|
|
47564
|
+
if (isDef) {
|
|
47565
|
+
item.taskNodeList.map(function (x) {
|
|
47566
|
+
if (x.nodeName == '编号') {
|
|
47567
|
+
_this26.operationList.push({
|
|
47568
|
+
key: x.nodeId,
|
|
47569
|
+
value: x.nodeName,
|
|
47570
|
+
isNextNode: true
|
|
47571
|
+
});
|
|
47572
|
+
}
|
|
47573
|
+
});
|
|
47574
|
+
}
|
|
47575
|
+
|
|
47576
|
+
_this26.nodeInfos = item.taskNodeList.filter(function (x) {
|
|
47577
|
+
return x.nodeName != '编号';
|
|
47578
|
+
});
|
|
47361
47579
|
}
|
|
47362
47580
|
return;
|
|
47363
47581
|
}
|
|
@@ -47375,7 +47593,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47375
47593
|
this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
|
|
47376
47594
|
}
|
|
47377
47595
|
}
|
|
47378
|
-
|
|
47596
|
+
if (isNextNode) {
|
|
47597
|
+
this.nodeInfos = [];
|
|
47598
|
+
this.nextNode.nextNodeId = val;
|
|
47599
|
+
}
|
|
47379
47600
|
if (val === 9) {
|
|
47380
47601
|
this.isReject = true;
|
|
47381
47602
|
} else {
|
|
@@ -47935,14 +48156,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47935
48156
|
subProcess: function subProcess(val, type) {
|
|
47936
48157
|
var _this31 = this;
|
|
47937
48158
|
|
|
47938
|
-
if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
47939
|
-
if (this.directCreateCircularReadWhenFlowStarted) {
|
|
47940
|
-
this.$refs.flowCirculate.subMit();
|
|
47941
|
-
} else {
|
|
47942
|
-
this.$refs.processFormIndex.subProcess('nextNode');
|
|
47943
|
-
}
|
|
47944
|
-
return;
|
|
47945
|
-
}
|
|
47946
48159
|
return this.$refs['nextNode'].validate(function (valid) {
|
|
47947
48160
|
if (valid) {
|
|
47948
48161
|
if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
|
|
@@ -48036,6 +48249,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48036
48249
|
sendData: function sendData(freetype) {
|
|
48037
48250
|
var _this33 = this;
|
|
48038
48251
|
|
|
48252
|
+
if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
48253
|
+
if (this.directCreateCircularReadWhenFlowStarted) {
|
|
48254
|
+
this.$refs.flowCirculate.subMit();
|
|
48255
|
+
} else {
|
|
48256
|
+
this.$refs.processFormIndex.subProcess('nextNode');
|
|
48257
|
+
}
|
|
48258
|
+
return;
|
|
48259
|
+
}
|
|
48039
48260
|
this.$refs['nextNode'].validate(function () {
|
|
48040
48261
|
var _ref2 = flow_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
|
|
48041
48262
|
var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
|
|
@@ -48260,8 +48481,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48260
48481
|
|
|
48261
48482
|
var flow_src_main_component = normalizeComponent(
|
|
48262
48483
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
48263
|
-
|
|
48264
|
-
|
|
48484
|
+
mainvue_type_template_id_4ea6a802_render,
|
|
48485
|
+
mainvue_type_template_id_4ea6a802_staticRenderFns,
|
|
48265
48486
|
false,
|
|
48266
48487
|
null,
|
|
48267
48488
|
null,
|
|
@@ -91747,7 +91968,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
91747
91968
|
}
|
|
91748
91969
|
|
|
91749
91970
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
91750
|
-
version: '0.6.
|
|
91971
|
+
version: '0.6.80',
|
|
91751
91972
|
install: install,
|
|
91752
91973
|
Button: packages_button,
|
|
91753
91974
|
ButtonGroup: button_group,
|