eoss-mobiles 0.3.75 → 0.3.76
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 +16 -13
- package/lib/flow.js +15 -12
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +42 -24
- package/src/index.js +1 -1
|
@@ -15730,8 +15730,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15730
15730
|
)
|
|
15731
15731
|
|
|
15732
15732
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15733
|
-
// 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=
|
|
15734
|
-
var
|
|
15733
|
+
// 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=68b3345e
|
|
15734
|
+
var Handlevue_type_template_id_68b3345e_render = function () {
|
|
15735
15735
|
var _vm = this
|
|
15736
15736
|
var _h = _vm.$createElement
|
|
15737
15737
|
var _c = _vm._self._c || _h
|
|
@@ -17183,11 +17183,11 @@ var Handlevue_type_template_id_dae0deb8_render = function () {
|
|
|
17183
17183
|
1
|
|
17184
17184
|
)
|
|
17185
17185
|
}
|
|
17186
|
-
var
|
|
17187
|
-
|
|
17186
|
+
var Handlevue_type_template_id_68b3345e_staticRenderFns = []
|
|
17187
|
+
Handlevue_type_template_id_68b3345e_render._withStripped = true
|
|
17188
17188
|
|
|
17189
17189
|
|
|
17190
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
17190
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=68b3345e
|
|
17191
17191
|
|
|
17192
17192
|
// 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
|
|
17193
17193
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -18490,6 +18490,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18490
18490
|
//
|
|
18491
18491
|
//
|
|
18492
18492
|
//
|
|
18493
|
+
//
|
|
18494
|
+
//
|
|
18495
|
+
//
|
|
18496
|
+
//
|
|
18497
|
+
//
|
|
18498
|
+
//
|
|
18499
|
+
//
|
|
18493
18500
|
|
|
18494
18501
|
|
|
18495
18502
|
|
|
@@ -18562,7 +18569,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18562
18569
|
showFlowBtn: false,
|
|
18563
18570
|
endFlow: false,
|
|
18564
18571
|
currentOrgSelectorParams: {},
|
|
18565
|
-
currentOrgSelectorTabs: 'employee,
|
|
18572
|
+
currentOrgSelectorTabs: 'employee,persongroup',
|
|
18566
18573
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
18567
18574
|
foreignOrgSelectorParams: { roleid: '' },
|
|
18568
18575
|
otherOrgDisabledObjId: [],
|
|
@@ -19434,23 +19441,19 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19434
19441
|
isSelected = true;
|
|
19435
19442
|
isSelectIndex = index;
|
|
19436
19443
|
if (that.taskOperations.length == 1) {
|
|
19437
|
-
|
|
19438
19444
|
if (that.taskOperations[0].isNextNode) {
|
|
19439
|
-
|
|
19440
19445
|
that.form.nextOperate = that.taskOperations[0].nextOperate;
|
|
19441
19446
|
} else {
|
|
19442
19447
|
that.form.nextOperate = that.taskOperations[0].key;
|
|
19443
19448
|
}
|
|
19444
19449
|
that.form.nextOperateName = that.taskOperations[0].value;
|
|
19445
19450
|
if ((!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) && !that.taskOperations[0].isNextNode) {
|
|
19446
|
-
|
|
19447
19451
|
that.form.nextNodeId = undefined;
|
|
19448
19452
|
that.form.nextNodeName = undefined;
|
|
19449
19453
|
} else if (that.taskOperations[0].isNextNode) {
|
|
19450
19454
|
that.form.nextNodeId = that.taskOperations[0].key;
|
|
19451
19455
|
that.form.nextNodeName = that.taskOperations[0].value;
|
|
19452
19456
|
} else {
|
|
19453
|
-
|
|
19454
19457
|
that.nodeList = that.taskOperations[0].taskNodeList;
|
|
19455
19458
|
var info = [];
|
|
19456
19459
|
that.nodeList.map(function (x) {
|
|
@@ -19773,8 +19776,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19773
19776
|
|
|
19774
19777
|
var Handle_component = normalizeComponent(
|
|
19775
19778
|
components_Handlevue_type_script_lang_js,
|
|
19776
|
-
|
|
19777
|
-
|
|
19779
|
+
Handlevue_type_template_id_68b3345e_render,
|
|
19780
|
+
Handlevue_type_template_id_68b3345e_staticRenderFns,
|
|
19778
19781
|
false,
|
|
19779
19782
|
null,
|
|
19780
19783
|
null,
|
|
@@ -29694,7 +29697,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29694
29697
|
}
|
|
29695
29698
|
|
|
29696
29699
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29697
|
-
version: '0.3.
|
|
29700
|
+
version: '0.3.76',
|
|
29698
29701
|
install: install,
|
|
29699
29702
|
Button: packages_button,
|
|
29700
29703
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4968,8 +4968,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4968
4968
|
)
|
|
4969
4969
|
|
|
4970
4970
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4971
|
-
// 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=
|
|
4972
|
-
var
|
|
4971
|
+
// 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=68b3345e
|
|
4972
|
+
var Handlevue_type_template_id_68b3345e_render = function () {
|
|
4973
4973
|
var _vm = this
|
|
4974
4974
|
var _h = _vm.$createElement
|
|
4975
4975
|
var _c = _vm._self._c || _h
|
|
@@ -6421,11 +6421,11 @@ var Handlevue_type_template_id_dae0deb8_render = function () {
|
|
|
6421
6421
|
1
|
|
6422
6422
|
)
|
|
6423
6423
|
}
|
|
6424
|
-
var
|
|
6425
|
-
|
|
6424
|
+
var Handlevue_type_template_id_68b3345e_staticRenderFns = []
|
|
6425
|
+
Handlevue_type_template_id_68b3345e_render._withStripped = true
|
|
6426
6426
|
|
|
6427
6427
|
|
|
6428
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6428
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=68b3345e
|
|
6429
6429
|
|
|
6430
6430
|
// 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
|
|
6431
6431
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -7728,6 +7728,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7728
7728
|
//
|
|
7729
7729
|
//
|
|
7730
7730
|
//
|
|
7731
|
+
//
|
|
7732
|
+
//
|
|
7733
|
+
//
|
|
7734
|
+
//
|
|
7735
|
+
//
|
|
7736
|
+
//
|
|
7737
|
+
//
|
|
7731
7738
|
|
|
7732
7739
|
|
|
7733
7740
|
|
|
@@ -7800,7 +7807,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7800
7807
|
showFlowBtn: false,
|
|
7801
7808
|
endFlow: false,
|
|
7802
7809
|
currentOrgSelectorParams: {},
|
|
7803
|
-
currentOrgSelectorTabs: 'employee,
|
|
7810
|
+
currentOrgSelectorTabs: 'employee,persongroup',
|
|
7804
7811
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
7805
7812
|
foreignOrgSelectorParams: { roleid: '' },
|
|
7806
7813
|
otherOrgDisabledObjId: [],
|
|
@@ -8672,23 +8679,19 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8672
8679
|
isSelected = true;
|
|
8673
8680
|
isSelectIndex = index;
|
|
8674
8681
|
if (that.taskOperations.length == 1) {
|
|
8675
|
-
|
|
8676
8682
|
if (that.taskOperations[0].isNextNode) {
|
|
8677
|
-
|
|
8678
8683
|
that.form.nextOperate = that.taskOperations[0].nextOperate;
|
|
8679
8684
|
} else {
|
|
8680
8685
|
that.form.nextOperate = that.taskOperations[0].key;
|
|
8681
8686
|
}
|
|
8682
8687
|
that.form.nextOperateName = that.taskOperations[0].value;
|
|
8683
8688
|
if ((!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) && !that.taskOperations[0].isNextNode) {
|
|
8684
|
-
|
|
8685
8689
|
that.form.nextNodeId = undefined;
|
|
8686
8690
|
that.form.nextNodeName = undefined;
|
|
8687
8691
|
} else if (that.taskOperations[0].isNextNode) {
|
|
8688
8692
|
that.form.nextNodeId = that.taskOperations[0].key;
|
|
8689
8693
|
that.form.nextNodeName = that.taskOperations[0].value;
|
|
8690
8694
|
} else {
|
|
8691
|
-
|
|
8692
8695
|
that.nodeList = that.taskOperations[0].taskNodeList;
|
|
8693
8696
|
var info = [];
|
|
8694
8697
|
that.nodeList.map(function (x) {
|
|
@@ -9011,8 +9014,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9011
9014
|
|
|
9012
9015
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
9013
9016
|
components_Handlevue_type_script_lang_js,
|
|
9014
|
-
|
|
9015
|
-
|
|
9017
|
+
Handlevue_type_template_id_68b3345e_render,
|
|
9018
|
+
Handlevue_type_template_id_68b3345e_staticRenderFns,
|
|
9016
9019
|
false,
|
|
9017
9020
|
null,
|
|
9018
9021
|
null,
|