eoss-mobiles 0.1.36 → 0.1.37
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 +11 -10
- package/lib/flow.js +10 -9
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +3 -2
- package/src/index.js +1 -1
|
@@ -11109,8 +11109,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
11109
11109
|
)
|
|
11110
11110
|
|
|
11111
11111
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
11112
|
-
// 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=
|
|
11113
|
-
var
|
|
11112
|
+
// 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=3ad4313b&
|
|
11113
|
+
var Handlevue_type_template_id_3ad4313b_render = function () {
|
|
11114
11114
|
var _vm = this
|
|
11115
11115
|
var _h = _vm.$createElement
|
|
11116
11116
|
var _c = _vm._self._c || _h
|
|
@@ -12064,11 +12064,11 @@ var Handlevue_type_template_id_db536624_render = function () {
|
|
|
12064
12064
|
1
|
|
12065
12065
|
)
|
|
12066
12066
|
}
|
|
12067
|
-
var
|
|
12068
|
-
|
|
12067
|
+
var Handlevue_type_template_id_3ad4313b_staticRenderFns = []
|
|
12068
|
+
Handlevue_type_template_id_3ad4313b_render._withStripped = true
|
|
12069
12069
|
|
|
12070
12070
|
|
|
12071
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
12071
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=3ad4313b&
|
|
12072
12072
|
|
|
12073
12073
|
// 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=4a537b88&
|
|
12074
12074
|
var Rejectvue_type_template_id_4a537b88_render = function () {
|
|
@@ -13337,7 +13337,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13337
13337
|
},
|
|
13338
13338
|
|
|
13339
13339
|
// 切换下一步操作
|
|
13340
|
-
changeNextOperate: function changeNextOperate(val) {
|
|
13340
|
+
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
13341
13341
|
//恢复默认
|
|
13342
13342
|
this.form.isReturnSubmitter = 0;
|
|
13343
13343
|
this.form.isUndertakeReply = 0;
|
|
@@ -13367,6 +13367,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13367
13367
|
} else if (val == 9) {
|
|
13368
13368
|
this.form.isReturnRejectNode = 1;
|
|
13369
13369
|
} else {}
|
|
13370
|
+
if (isDef === true) return;
|
|
13370
13371
|
if (val == 9) {
|
|
13371
13372
|
this.isNextUser = false;
|
|
13372
13373
|
this.isReject = true;
|
|
@@ -13550,7 +13551,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13550
13551
|
if (item.key == 9) {
|
|
13551
13552
|
that.isReject = true;
|
|
13552
13553
|
}
|
|
13553
|
-
that.changeNextOperate(that.form.nextOperate);
|
|
13554
|
+
that.changeNextOperate(that.form.nextOperate, true);
|
|
13554
13555
|
}
|
|
13555
13556
|
});
|
|
13556
13557
|
if (!isSelected) {
|
|
@@ -13765,8 +13766,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13765
13766
|
|
|
13766
13767
|
var Handle_component = normalizeComponent(
|
|
13767
13768
|
components_Handlevue_type_script_lang_js_,
|
|
13768
|
-
|
|
13769
|
-
|
|
13769
|
+
Handlevue_type_template_id_3ad4313b_render,
|
|
13770
|
+
Handlevue_type_template_id_3ad4313b_staticRenderFns,
|
|
13770
13771
|
false,
|
|
13771
13772
|
null,
|
|
13772
13773
|
null,
|
|
@@ -17195,7 +17196,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17195
17196
|
}
|
|
17196
17197
|
|
|
17197
17198
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17198
|
-
version: '0.1.
|
|
17199
|
+
version: '0.1.37',
|
|
17199
17200
|
install: install,
|
|
17200
17201
|
Button: packages_button,
|
|
17201
17202
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -3210,8 +3210,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3210
3210
|
)
|
|
3211
3211
|
|
|
3212
3212
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3213
|
-
// 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=
|
|
3214
|
-
var
|
|
3213
|
+
// 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=3ad4313b&
|
|
3214
|
+
var Handlevue_type_template_id_3ad4313b_render = function () {
|
|
3215
3215
|
var _vm = this
|
|
3216
3216
|
var _h = _vm.$createElement
|
|
3217
3217
|
var _c = _vm._self._c || _h
|
|
@@ -4165,11 +4165,11 @@ var Handlevue_type_template_id_db536624_render = function () {
|
|
|
4165
4165
|
1
|
|
4166
4166
|
)
|
|
4167
4167
|
}
|
|
4168
|
-
var
|
|
4169
|
-
|
|
4168
|
+
var Handlevue_type_template_id_3ad4313b_staticRenderFns = []
|
|
4169
|
+
Handlevue_type_template_id_3ad4313b_render._withStripped = true
|
|
4170
4170
|
|
|
4171
4171
|
|
|
4172
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4172
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=3ad4313b&
|
|
4173
4173
|
|
|
4174
4174
|
// 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=4a537b88&
|
|
4175
4175
|
var Rejectvue_type_template_id_4a537b88_render = function () {
|
|
@@ -5441,7 +5441,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5441
5441
|
},
|
|
5442
5442
|
|
|
5443
5443
|
// 切换下一步操作
|
|
5444
|
-
changeNextOperate: function changeNextOperate(val) {
|
|
5444
|
+
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
5445
5445
|
//恢复默认
|
|
5446
5446
|
this.form.isReturnSubmitter = 0;
|
|
5447
5447
|
this.form.isUndertakeReply = 0;
|
|
@@ -5471,6 +5471,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5471
5471
|
} else if (val == 9) {
|
|
5472
5472
|
this.form.isReturnRejectNode = 1;
|
|
5473
5473
|
} else {}
|
|
5474
|
+
if (isDef === true) return;
|
|
5474
5475
|
if (val == 9) {
|
|
5475
5476
|
this.isNextUser = false;
|
|
5476
5477
|
this.isReject = true;
|
|
@@ -5654,7 +5655,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5654
5655
|
if (item.key == 9) {
|
|
5655
5656
|
that.isReject = true;
|
|
5656
5657
|
}
|
|
5657
|
-
that.changeNextOperate(that.form.nextOperate);
|
|
5658
|
+
that.changeNextOperate(that.form.nextOperate, true);
|
|
5658
5659
|
}
|
|
5659
5660
|
});
|
|
5660
5661
|
if (!isSelected) {
|
|
@@ -5869,8 +5870,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5869
5870
|
|
|
5870
5871
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
5871
5872
|
components_Handlevue_type_script_lang_js_,
|
|
5872
|
-
|
|
5873
|
-
|
|
5873
|
+
Handlevue_type_template_id_3ad4313b_render,
|
|
5874
|
+
Handlevue_type_template_id_3ad4313b_staticRenderFns,
|
|
5874
5875
|
false,
|
|
5875
5876
|
null,
|
|
5876
5877
|
null,
|