eoss-mobiles 0.2.56 → 0.2.58
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 +19 -14
- package/lib/flow.js +18 -13
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +11 -5
- 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=6500ee6a&
|
|
13727
|
+
var Handlevue_type_template_id_6500ee6a_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_6500ee6a_staticRenderFns = []
|
|
14726
|
+
Handlevue_type_template_id_6500ee6a_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=6500ee6a&
|
|
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 () {
|
|
@@ -16079,7 +16079,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16079
16079
|
this.$toast('请选择输入审批意见');
|
|
16080
16080
|
return;
|
|
16081
16081
|
}
|
|
16082
|
-
if (this.isSpecial && this.isNextUser && !this.form.nextUserId && idStr === '' && !this.isReject) {
|
|
16082
|
+
if (this.isSpecial && this.isNextUser && !this.form.nextUserId && idStr === '' && this.form.isAddSign != '1' && !this.isReject) {
|
|
16083
|
+
this.$toast('请选择办理人');
|
|
16084
|
+
return;
|
|
16085
|
+
}
|
|
16086
|
+
if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
|
|
16083
16087
|
this.$toast('请选择办理人');
|
|
16084
16088
|
return;
|
|
16085
16089
|
}
|
|
@@ -16116,7 +16120,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16116
16120
|
this.$toast('请选择催办通知方式');
|
|
16117
16121
|
return;
|
|
16118
16122
|
}
|
|
16119
|
-
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson) {
|
|
16123
|
+
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson && this.form.isAddSign != '1') {
|
|
16120
16124
|
this.$toast('\u8BF7\u9009\u62E9' + (this.currentOrgName || '本单位'));
|
|
16121
16125
|
return;
|
|
16122
16126
|
}
|
|
@@ -16725,20 +16729,21 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16725
16729
|
changePidObjtype: function changePidObjtype(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16726
16730
|
if (val === 1 || val === 2) {
|
|
16727
16731
|
this.pid = choiceOrgId || this.orgId;
|
|
16728
|
-
this.
|
|
16732
|
+
this.objType = 'enterprise';
|
|
16729
16733
|
this.selectType = 'employee';
|
|
16730
16734
|
} else if (this.userSelectionType === 3 || this.userSelectionType === 4) {
|
|
16731
16735
|
this.pid = 'root';
|
|
16732
|
-
this.
|
|
16736
|
+
this.objType = 'employee';
|
|
16733
16737
|
} else if (this.userSelectionType === 5 || this.userSelectionType === 6) {
|
|
16734
16738
|
this.pid = choiceDeptId || this.depId;
|
|
16735
|
-
this.
|
|
16739
|
+
this.objType = 'department';
|
|
16736
16740
|
} else if (this.userSelectionType === 11 || this.userSelectionType === 12) {
|
|
16737
16741
|
this.selectType = 'employee';
|
|
16738
|
-
this.
|
|
16742
|
+
this.objType = 'enterprise';
|
|
16739
16743
|
} else if (this.userSelectionType === 13) {
|
|
16740
16744
|
this.pid = choiceDeptId || this.depId;
|
|
16741
16745
|
this.selectType = 'employee';
|
|
16746
|
+
this.objType = 'department';
|
|
16742
16747
|
} else if (this.userSelectionType === 14) {
|
|
16743
16748
|
this.pid = pOrgId || this.orgId;
|
|
16744
16749
|
this.selectType = 'employee';
|
|
@@ -16761,8 +16766,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16761
16766
|
|
|
16762
16767
|
var Handle_component = normalizeComponent(
|
|
16763
16768
|
components_Handlevue_type_script_lang_js_,
|
|
16764
|
-
|
|
16765
|
-
|
|
16769
|
+
Handlevue_type_template_id_6500ee6a_render,
|
|
16770
|
+
Handlevue_type_template_id_6500ee6a_staticRenderFns,
|
|
16766
16771
|
false,
|
|
16767
16772
|
null,
|
|
16768
16773
|
null,
|
|
@@ -22838,7 +22843,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
22838
22843
|
}
|
|
22839
22844
|
|
|
22840
22845
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
22841
|
-
version: '0.2.
|
|
22846
|
+
version: '0.2.58',
|
|
22842
22847
|
install: install,
|
|
22843
22848
|
Button: packages_button,
|
|
22844
22849
|
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=6500ee6a&
|
|
3609
|
+
var Handlevue_type_template_id_6500ee6a_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_6500ee6a_staticRenderFns = []
|
|
4608
|
+
Handlevue_type_template_id_6500ee6a_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=6500ee6a&
|
|
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 () {
|
|
@@ -5961,7 +5961,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5961
5961
|
this.$toast('请选择输入审批意见');
|
|
5962
5962
|
return;
|
|
5963
5963
|
}
|
|
5964
|
-
if (this.isSpecial && this.isNextUser && !this.form.nextUserId && idStr === '' && !this.isReject) {
|
|
5964
|
+
if (this.isSpecial && this.isNextUser && !this.form.nextUserId && idStr === '' && this.form.isAddSign != '1' && !this.isReject) {
|
|
5965
|
+
this.$toast('请选择办理人');
|
|
5966
|
+
return;
|
|
5967
|
+
}
|
|
5968
|
+
if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
|
|
5965
5969
|
this.$toast('请选择办理人');
|
|
5966
5970
|
return;
|
|
5967
5971
|
}
|
|
@@ -5998,7 +6002,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5998
6002
|
this.$toast('请选择催办通知方式');
|
|
5999
6003
|
return;
|
|
6000
6004
|
}
|
|
6001
|
-
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson) {
|
|
6005
|
+
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson && this.form.isAddSign != '1') {
|
|
6002
6006
|
this.$toast('\u8BF7\u9009\u62E9' + (this.currentOrgName || '本单位'));
|
|
6003
6007
|
return;
|
|
6004
6008
|
}
|
|
@@ -6607,20 +6611,21 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6607
6611
|
changePidObjtype: function changePidObjtype(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
6608
6612
|
if (val === 1 || val === 2) {
|
|
6609
6613
|
this.pid = choiceOrgId || this.orgId;
|
|
6610
|
-
this.
|
|
6614
|
+
this.objType = 'enterprise';
|
|
6611
6615
|
this.selectType = 'employee';
|
|
6612
6616
|
} else if (this.userSelectionType === 3 || this.userSelectionType === 4) {
|
|
6613
6617
|
this.pid = 'root';
|
|
6614
|
-
this.
|
|
6618
|
+
this.objType = 'employee';
|
|
6615
6619
|
} else if (this.userSelectionType === 5 || this.userSelectionType === 6) {
|
|
6616
6620
|
this.pid = choiceDeptId || this.depId;
|
|
6617
|
-
this.
|
|
6621
|
+
this.objType = 'department';
|
|
6618
6622
|
} else if (this.userSelectionType === 11 || this.userSelectionType === 12) {
|
|
6619
6623
|
this.selectType = 'employee';
|
|
6620
|
-
this.
|
|
6624
|
+
this.objType = 'enterprise';
|
|
6621
6625
|
} else if (this.userSelectionType === 13) {
|
|
6622
6626
|
this.pid = choiceDeptId || this.depId;
|
|
6623
6627
|
this.selectType = 'employee';
|
|
6628
|
+
this.objType = 'department';
|
|
6624
6629
|
} else if (this.userSelectionType === 14) {
|
|
6625
6630
|
this.pid = pOrgId || this.orgId;
|
|
6626
6631
|
this.selectType = 'employee';
|
|
@@ -6643,8 +6648,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6643
6648
|
|
|
6644
6649
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6645
6650
|
components_Handlevue_type_script_lang_js_,
|
|
6646
|
-
|
|
6647
|
-
|
|
6651
|
+
Handlevue_type_template_id_6500ee6a_render,
|
|
6652
|
+
Handlevue_type_template_id_6500ee6a_staticRenderFns,
|
|
6648
6653
|
false,
|
|
6649
6654
|
null,
|
|
6650
6655
|
null,
|