eoss-mobiles 0.2.56 → 0.2.57
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 +13 -12
- package/lib/flow.js +12 -11
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +5 -4
- package/src/index.js +1 -1
|
@@ -13723,8 +13723,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
13723
13723
|
)
|
|
13724
13724
|
|
|
13725
13725
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
13726
|
-
// 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=
|
|
13727
|
-
var
|
|
13726
|
+
// 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=1c8c96a9&
|
|
13727
|
+
var Handlevue_type_template_id_1c8c96a9_render = function () {
|
|
13728
13728
|
var _vm = this
|
|
13729
13729
|
var _h = _vm.$createElement
|
|
13730
13730
|
var _c = _vm._self._c || _h
|
|
@@ -14722,11 +14722,11 @@ var Handlevue_type_template_id_20c2ed00_render = function () {
|
|
|
14722
14722
|
1
|
|
14723
14723
|
)
|
|
14724
14724
|
}
|
|
14725
|
-
var
|
|
14726
|
-
|
|
14725
|
+
var Handlevue_type_template_id_1c8c96a9_staticRenderFns = []
|
|
14726
|
+
Handlevue_type_template_id_1c8c96a9_render._withStripped = true
|
|
14727
14727
|
|
|
14728
14728
|
|
|
14729
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
14729
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=1c8c96a9&
|
|
14730
14730
|
|
|
14731
14731
|
// 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=508bd680&
|
|
14732
14732
|
var Rejectvue_type_template_id_508bd680_render = function () {
|
|
@@ -16725,20 +16725,21 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16725
16725
|
changePidObjtype: function changePidObjtype(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16726
16726
|
if (val === 1 || val === 2) {
|
|
16727
16727
|
this.pid = choiceOrgId || this.orgId;
|
|
16728
|
-
this.
|
|
16728
|
+
this.objType = 'enterprise';
|
|
16729
16729
|
this.selectType = 'employee';
|
|
16730
16730
|
} else if (this.userSelectionType === 3 || this.userSelectionType === 4) {
|
|
16731
16731
|
this.pid = 'root';
|
|
16732
|
-
this.
|
|
16732
|
+
this.objType = 'employee';
|
|
16733
16733
|
} else if (this.userSelectionType === 5 || this.userSelectionType === 6) {
|
|
16734
16734
|
this.pid = choiceDeptId || this.depId;
|
|
16735
|
-
this.
|
|
16735
|
+
this.objType = 'department';
|
|
16736
16736
|
} else if (this.userSelectionType === 11 || this.userSelectionType === 12) {
|
|
16737
16737
|
this.selectType = 'employee';
|
|
16738
|
-
this.
|
|
16738
|
+
this.objType = 'enterprise';
|
|
16739
16739
|
} else if (this.userSelectionType === 13) {
|
|
16740
16740
|
this.pid = choiceDeptId || this.depId;
|
|
16741
16741
|
this.selectType = 'employee';
|
|
16742
|
+
this.objType = 'department';
|
|
16742
16743
|
} else if (this.userSelectionType === 14) {
|
|
16743
16744
|
this.pid = pOrgId || this.orgId;
|
|
16744
16745
|
this.selectType = 'employee';
|
|
@@ -16761,8 +16762,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16761
16762
|
|
|
16762
16763
|
var Handle_component = normalizeComponent(
|
|
16763
16764
|
components_Handlevue_type_script_lang_js_,
|
|
16764
|
-
|
|
16765
|
-
|
|
16765
|
+
Handlevue_type_template_id_1c8c96a9_render,
|
|
16766
|
+
Handlevue_type_template_id_1c8c96a9_staticRenderFns,
|
|
16766
16767
|
false,
|
|
16767
16768
|
null,
|
|
16768
16769
|
null,
|
|
@@ -22838,7 +22839,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
22838
22839
|
}
|
|
22839
22840
|
|
|
22840
22841
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
22841
|
-
version: '0.2.
|
|
22842
|
+
version: '0.2.57',
|
|
22842
22843
|
install: install,
|
|
22843
22844
|
Button: packages_button,
|
|
22844
22845
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -3605,8 +3605,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3605
3605
|
)
|
|
3606
3606
|
|
|
3607
3607
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3608
|
-
// 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=
|
|
3609
|
-
var
|
|
3608
|
+
// 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=1c8c96a9&
|
|
3609
|
+
var Handlevue_type_template_id_1c8c96a9_render = function () {
|
|
3610
3610
|
var _vm = this
|
|
3611
3611
|
var _h = _vm.$createElement
|
|
3612
3612
|
var _c = _vm._self._c || _h
|
|
@@ -4604,11 +4604,11 @@ var Handlevue_type_template_id_20c2ed00_render = function () {
|
|
|
4604
4604
|
1
|
|
4605
4605
|
)
|
|
4606
4606
|
}
|
|
4607
|
-
var
|
|
4608
|
-
|
|
4607
|
+
var Handlevue_type_template_id_1c8c96a9_staticRenderFns = []
|
|
4608
|
+
Handlevue_type_template_id_1c8c96a9_render._withStripped = true
|
|
4609
4609
|
|
|
4610
4610
|
|
|
4611
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4611
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=1c8c96a9&
|
|
4612
4612
|
|
|
4613
4613
|
// 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=508bd680&
|
|
4614
4614
|
var Rejectvue_type_template_id_508bd680_render = function () {
|
|
@@ -6607,20 +6607,21 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6607
6607
|
changePidObjtype: function changePidObjtype(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
6608
6608
|
if (val === 1 || val === 2) {
|
|
6609
6609
|
this.pid = choiceOrgId || this.orgId;
|
|
6610
|
-
this.
|
|
6610
|
+
this.objType = 'enterprise';
|
|
6611
6611
|
this.selectType = 'employee';
|
|
6612
6612
|
} else if (this.userSelectionType === 3 || this.userSelectionType === 4) {
|
|
6613
6613
|
this.pid = 'root';
|
|
6614
|
-
this.
|
|
6614
|
+
this.objType = 'employee';
|
|
6615
6615
|
} else if (this.userSelectionType === 5 || this.userSelectionType === 6) {
|
|
6616
6616
|
this.pid = choiceDeptId || this.depId;
|
|
6617
|
-
this.
|
|
6617
|
+
this.objType = 'department';
|
|
6618
6618
|
} else if (this.userSelectionType === 11 || this.userSelectionType === 12) {
|
|
6619
6619
|
this.selectType = 'employee';
|
|
6620
|
-
this.
|
|
6620
|
+
this.objType = 'enterprise';
|
|
6621
6621
|
} else if (this.userSelectionType === 13) {
|
|
6622
6622
|
this.pid = choiceDeptId || this.depId;
|
|
6623
6623
|
this.selectType = 'employee';
|
|
6624
|
+
this.objType = 'department';
|
|
6624
6625
|
} else if (this.userSelectionType === 14) {
|
|
6625
6626
|
this.pid = pOrgId || this.orgId;
|
|
6626
6627
|
this.selectType = 'employee';
|
|
@@ -6643,8 +6644,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6643
6644
|
|
|
6644
6645
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6645
6646
|
components_Handlevue_type_script_lang_js_,
|
|
6646
|
-
|
|
6647
|
-
|
|
6647
|
+
Handlevue_type_template_id_1c8c96a9_render,
|
|
6648
|
+
Handlevue_type_template_id_1c8c96a9_staticRenderFns,
|
|
6648
6649
|
false,
|
|
6649
6650
|
null,
|
|
6650
6651
|
null,
|