eoss-mobiles 0.3.63 → 0.3.64
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-mobile.common.js +37 -16
- package/lib/flow.js +36 -15
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +61 -35
- package/src/index.js +1 -1
|
@@ -15512,8 +15512,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15512
15512
|
)
|
|
15513
15513
|
|
|
15514
15514
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15515
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
15516
|
-
var
|
|
15515
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=5e571766
|
|
15516
|
+
var Handlevue_type_template_id_5e571766_render = function () {
|
|
15517
15517
|
var _vm = this
|
|
15518
15518
|
var _h = _vm.$createElement
|
|
15519
15519
|
var _c = _vm._self._c || _h
|
|
@@ -15592,7 +15592,10 @@ var Handlevue_type_template_id_2b6a3d23_render = function () {
|
|
|
15592
15592
|
},
|
|
15593
15593
|
on: { onInputOpintion: _vm.onInputOpintion },
|
|
15594
15594
|
}),
|
|
15595
|
-
_vm.typeCode != "fenyue" &&
|
|
15595
|
+
_vm.typeCode != "fenyue" &&
|
|
15596
|
+
(!_vm.endFlow ||
|
|
15597
|
+
_vm.taskOperations.length > 1 ||
|
|
15598
|
+
_vm.taskOperationShiftedNodeList)
|
|
15596
15599
|
? _c("div", { staticClass: "special-box input-box" }, [
|
|
15597
15600
|
_vm.isCanAddSign
|
|
15598
15601
|
? _c(
|
|
@@ -16960,11 +16963,11 @@ var Handlevue_type_template_id_2b6a3d23_render = function () {
|
|
|
16960
16963
|
1
|
|
16961
16964
|
)
|
|
16962
16965
|
}
|
|
16963
|
-
var
|
|
16964
|
-
|
|
16966
|
+
var Handlevue_type_template_id_5e571766_staticRenderFns = []
|
|
16967
|
+
Handlevue_type_template_id_5e571766_render._withStripped = true
|
|
16965
16968
|
|
|
16966
16969
|
|
|
16967
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16970
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=5e571766
|
|
16968
16971
|
|
|
16969
16972
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
16970
16973
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -18258,6 +18261,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18258
18261
|
//
|
|
18259
18262
|
//
|
|
18260
18263
|
//
|
|
18264
|
+
//
|
|
18265
|
+
//
|
|
18266
|
+
//
|
|
18267
|
+
//
|
|
18268
|
+
//
|
|
18269
|
+
//
|
|
18270
|
+
//
|
|
18261
18271
|
|
|
18262
18272
|
|
|
18263
18273
|
|
|
@@ -18867,9 +18877,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18867
18877
|
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
18868
18878
|
var _this8 = this;
|
|
18869
18879
|
|
|
18870
|
-
console.log(val, isDef, this.tagKey, 'isDef');
|
|
18871
18880
|
if (!isDef && val.key === this.tagKey) return;
|
|
18872
|
-
console.log(val, isDef, this.tagKey, 'isDef2222');
|
|
18873
18881
|
this.tagKey = val.key;
|
|
18874
18882
|
//恢复默认
|
|
18875
18883
|
this.isNextUser = false;
|
|
@@ -18893,7 +18901,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18893
18901
|
} else {
|
|
18894
18902
|
this.isReject = false;
|
|
18895
18903
|
}
|
|
18896
|
-
this.form.nextOperate = val.key;
|
|
18904
|
+
this.form.nextOperate = val.isNextNode ? val.nextOperate : val.key;
|
|
18897
18905
|
this.form.nextOperateName = val.value;
|
|
18898
18906
|
this.nodeList = val.taskNodeList;
|
|
18899
18907
|
if (this.isSpecial) {
|
|
@@ -19192,14 +19200,26 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19192
19200
|
var isSelected = false;
|
|
19193
19201
|
that.taskOperations.map(function (item) {
|
|
19194
19202
|
if (item.isSelected || that.taskOperations.length == 1) {
|
|
19203
|
+
|
|
19195
19204
|
isSelected = true;
|
|
19196
19205
|
if (that.taskOperations.length == 1) {
|
|
19197
|
-
|
|
19206
|
+
|
|
19207
|
+
if (that.taskOperations[0].isNextNode) {
|
|
19208
|
+
|
|
19209
|
+
that.form.nextOperate = that.taskOperations[0].nextOperate;
|
|
19210
|
+
} else {
|
|
19211
|
+
that.form.nextOperate = that.taskOperations[0].key;
|
|
19212
|
+
}
|
|
19198
19213
|
that.form.nextOperateName = that.taskOperations[0].value;
|
|
19199
|
-
if (!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) {
|
|
19214
|
+
if ((!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) && !that.taskOperations[0].isNextNode) {
|
|
19215
|
+
|
|
19200
19216
|
that.form.nextNodeId = undefined;
|
|
19201
19217
|
that.form.nextNodeName = undefined;
|
|
19218
|
+
} else if (that.taskOperations[0].isNextNode) {
|
|
19219
|
+
that.form.nextNodeId = that.taskOperations[0].key;
|
|
19220
|
+
that.form.nextNodeName = that.taskOperations[0].value;
|
|
19202
19221
|
} else {
|
|
19222
|
+
|
|
19203
19223
|
that.nodeList = that.taskOperations[0].taskNodeList;
|
|
19204
19224
|
var info = [];
|
|
19205
19225
|
that.nodeList.map(function (x) {
|
|
@@ -19259,7 +19279,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19259
19279
|
}
|
|
19260
19280
|
that.changeNextOperate({
|
|
19261
19281
|
value: that.form.nextOperateName,
|
|
19262
|
-
key: that.
|
|
19282
|
+
key: that.taskOperations[0].key,
|
|
19283
|
+
nextOperate: that.taskOperations[0].nextOperate,
|
|
19284
|
+
isNextNode: that.taskOperations[0].isNextNode,
|
|
19263
19285
|
taskNodeList: that.nodeList
|
|
19264
19286
|
}, true);
|
|
19265
19287
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
@@ -19368,7 +19390,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19368
19390
|
_this10.$toast.clear();
|
|
19369
19391
|
_this10.showFlowBtn = true;
|
|
19370
19392
|
if (res.status == 'success') {
|
|
19371
|
-
|
|
19372
19393
|
_that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
19373
19394
|
_that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
19374
19395
|
_that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
@@ -19514,8 +19535,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19514
19535
|
|
|
19515
19536
|
var Handle_component = normalizeComponent(
|
|
19516
19537
|
components_Handlevue_type_script_lang_js,
|
|
19517
|
-
|
|
19518
|
-
|
|
19538
|
+
Handlevue_type_template_id_5e571766_render,
|
|
19539
|
+
Handlevue_type_template_id_5e571766_staticRenderFns,
|
|
19519
19540
|
false,
|
|
19520
19541
|
null,
|
|
19521
19542
|
null,
|
|
@@ -29430,7 +29451,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29430
29451
|
}
|
|
29431
29452
|
|
|
29432
29453
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29433
|
-
version: '0.3.
|
|
29454
|
+
version: '0.3.64',
|
|
29434
29455
|
install: install,
|
|
29435
29456
|
Button: packages_button,
|
|
29436
29457
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4755,8 +4755,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4755
4755
|
)
|
|
4756
4756
|
|
|
4757
4757
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4758
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4759
|
-
var
|
|
4758
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=5e571766
|
|
4759
|
+
var Handlevue_type_template_id_5e571766_render = function () {
|
|
4760
4760
|
var _vm = this
|
|
4761
4761
|
var _h = _vm.$createElement
|
|
4762
4762
|
var _c = _vm._self._c || _h
|
|
@@ -4835,7 +4835,10 @@ var Handlevue_type_template_id_2b6a3d23_render = function () {
|
|
|
4835
4835
|
},
|
|
4836
4836
|
on: { onInputOpintion: _vm.onInputOpintion },
|
|
4837
4837
|
}),
|
|
4838
|
-
_vm.typeCode != "fenyue" &&
|
|
4838
|
+
_vm.typeCode != "fenyue" &&
|
|
4839
|
+
(!_vm.endFlow ||
|
|
4840
|
+
_vm.taskOperations.length > 1 ||
|
|
4841
|
+
_vm.taskOperationShiftedNodeList)
|
|
4839
4842
|
? _c("div", { staticClass: "special-box input-box" }, [
|
|
4840
4843
|
_vm.isCanAddSign
|
|
4841
4844
|
? _c(
|
|
@@ -6203,11 +6206,11 @@ var Handlevue_type_template_id_2b6a3d23_render = function () {
|
|
|
6203
6206
|
1
|
|
6204
6207
|
)
|
|
6205
6208
|
}
|
|
6206
|
-
var
|
|
6207
|
-
|
|
6209
|
+
var Handlevue_type_template_id_5e571766_staticRenderFns = []
|
|
6210
|
+
Handlevue_type_template_id_5e571766_render._withStripped = true
|
|
6208
6211
|
|
|
6209
6212
|
|
|
6210
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6213
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=5e571766
|
|
6211
6214
|
|
|
6212
6215
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
6213
6216
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -7501,6 +7504,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7501
7504
|
//
|
|
7502
7505
|
//
|
|
7503
7506
|
//
|
|
7507
|
+
//
|
|
7508
|
+
//
|
|
7509
|
+
//
|
|
7510
|
+
//
|
|
7511
|
+
//
|
|
7512
|
+
//
|
|
7513
|
+
//
|
|
7504
7514
|
|
|
7505
7515
|
|
|
7506
7516
|
|
|
@@ -8110,9 +8120,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8110
8120
|
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
8111
8121
|
var _this8 = this;
|
|
8112
8122
|
|
|
8113
|
-
console.log(val, isDef, this.tagKey, 'isDef');
|
|
8114
8123
|
if (!isDef && val.key === this.tagKey) return;
|
|
8115
|
-
console.log(val, isDef, this.tagKey, 'isDef2222');
|
|
8116
8124
|
this.tagKey = val.key;
|
|
8117
8125
|
//恢复默认
|
|
8118
8126
|
this.isNextUser = false;
|
|
@@ -8136,7 +8144,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8136
8144
|
} else {
|
|
8137
8145
|
this.isReject = false;
|
|
8138
8146
|
}
|
|
8139
|
-
this.form.nextOperate = val.key;
|
|
8147
|
+
this.form.nextOperate = val.isNextNode ? val.nextOperate : val.key;
|
|
8140
8148
|
this.form.nextOperateName = val.value;
|
|
8141
8149
|
this.nodeList = val.taskNodeList;
|
|
8142
8150
|
if (this.isSpecial) {
|
|
@@ -8435,14 +8443,26 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8435
8443
|
var isSelected = false;
|
|
8436
8444
|
that.taskOperations.map(function (item) {
|
|
8437
8445
|
if (item.isSelected || that.taskOperations.length == 1) {
|
|
8446
|
+
|
|
8438
8447
|
isSelected = true;
|
|
8439
8448
|
if (that.taskOperations.length == 1) {
|
|
8440
|
-
|
|
8449
|
+
|
|
8450
|
+
if (that.taskOperations[0].isNextNode) {
|
|
8451
|
+
|
|
8452
|
+
that.form.nextOperate = that.taskOperations[0].nextOperate;
|
|
8453
|
+
} else {
|
|
8454
|
+
that.form.nextOperate = that.taskOperations[0].key;
|
|
8455
|
+
}
|
|
8441
8456
|
that.form.nextOperateName = that.taskOperations[0].value;
|
|
8442
|
-
if (!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) {
|
|
8457
|
+
if ((!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) && !that.taskOperations[0].isNextNode) {
|
|
8458
|
+
|
|
8443
8459
|
that.form.nextNodeId = undefined;
|
|
8444
8460
|
that.form.nextNodeName = undefined;
|
|
8461
|
+
} else if (that.taskOperations[0].isNextNode) {
|
|
8462
|
+
that.form.nextNodeId = that.taskOperations[0].key;
|
|
8463
|
+
that.form.nextNodeName = that.taskOperations[0].value;
|
|
8445
8464
|
} else {
|
|
8465
|
+
|
|
8446
8466
|
that.nodeList = that.taskOperations[0].taskNodeList;
|
|
8447
8467
|
var info = [];
|
|
8448
8468
|
that.nodeList.map(function (x) {
|
|
@@ -8502,7 +8522,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8502
8522
|
}
|
|
8503
8523
|
that.changeNextOperate({
|
|
8504
8524
|
value: that.form.nextOperateName,
|
|
8505
|
-
key: that.
|
|
8525
|
+
key: that.taskOperations[0].key,
|
|
8526
|
+
nextOperate: that.taskOperations[0].nextOperate,
|
|
8527
|
+
isNextNode: that.taskOperations[0].isNextNode,
|
|
8506
8528
|
taskNodeList: that.nodeList
|
|
8507
8529
|
}, true);
|
|
8508
8530
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
@@ -8611,7 +8633,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8611
8633
|
_this10.$toast.clear();
|
|
8612
8634
|
_this10.showFlowBtn = true;
|
|
8613
8635
|
if (res.status == 'success') {
|
|
8614
|
-
|
|
8615
8636
|
_that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
8616
8637
|
_that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
8617
8638
|
_that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
@@ -8757,8 +8778,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8757
8778
|
|
|
8758
8779
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8759
8780
|
components_Handlevue_type_script_lang_js,
|
|
8760
|
-
|
|
8761
|
-
|
|
8781
|
+
Handlevue_type_template_id_5e571766_render,
|
|
8782
|
+
Handlevue_type_template_id_5e571766_staticRenderFns,
|
|
8762
8783
|
false,
|
|
8763
8784
|
null,
|
|
8764
8785
|
null,
|