eoss-mobiles 0.2.57 → 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 +14 -10
- package/lib/flow.js +13 -9
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +6 -1
- 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_1c8c96a9_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
|
}
|
|
@@ -16762,8 +16766,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16762
16766
|
|
|
16763
16767
|
var Handle_component = normalizeComponent(
|
|
16764
16768
|
components_Handlevue_type_script_lang_js_,
|
|
16765
|
-
|
|
16766
|
-
|
|
16769
|
+
Handlevue_type_template_id_6500ee6a_render,
|
|
16770
|
+
Handlevue_type_template_id_6500ee6a_staticRenderFns,
|
|
16767
16771
|
false,
|
|
16768
16772
|
null,
|
|
16769
16773
|
null,
|
|
@@ -22839,7 +22843,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
22839
22843
|
}
|
|
22840
22844
|
|
|
22841
22845
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
22842
|
-
version: '0.2.
|
|
22846
|
+
version: '0.2.58',
|
|
22843
22847
|
install: install,
|
|
22844
22848
|
Button: packages_button,
|
|
22845
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_1c8c96a9_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
|
}
|
|
@@ -6644,8 +6648,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6644
6648
|
|
|
6645
6649
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6646
6650
|
components_Handlevue_type_script_lang_js_,
|
|
6647
|
-
|
|
6648
|
-
|
|
6651
|
+
Handlevue_type_template_id_6500ee6a_render,
|
|
6652
|
+
Handlevue_type_template_id_6500ee6a_staticRenderFns,
|
|
6649
6653
|
false,
|
|
6650
6654
|
null,
|
|
6651
6655
|
null,
|