eoss-mobiles 0.3.52 → 0.3.53
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 +24 -15
- package/lib/flow.js +11 -7
- package/lib/index.js +1 -1
- package/lib/selector.js +12 -7
- package/package.json +1 -1
- package/packages/flow/src/components/Circulate.vue +4 -0
- package/packages/selector/src/selector-tree.vue +5 -0
- package/src/index.js +1 -1
|
@@ -2150,8 +2150,8 @@ mainvue_type_template_id_17308961_render._withStripped = true
|
|
|
2150
2150
|
|
|
2151
2151
|
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=17308961
|
|
2152
2152
|
|
|
2153
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
2154
|
-
var
|
|
2153
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=1898a068
|
|
2154
|
+
var selector_treevue_type_template_id_1898a068_render = function () {
|
|
2155
2155
|
var _vm = this
|
|
2156
2156
|
var _h = _vm.$createElement
|
|
2157
2157
|
var _c = _vm._self._c || _h
|
|
@@ -2334,11 +2334,11 @@ var selector_treevue_type_template_id_67a0c96c_render = function () {
|
|
|
2334
2334
|
1
|
|
2335
2335
|
)
|
|
2336
2336
|
}
|
|
2337
|
-
var
|
|
2338
|
-
|
|
2337
|
+
var selector_treevue_type_template_id_1898a068_staticRenderFns = []
|
|
2338
|
+
selector_treevue_type_template_id_1898a068_render._withStripped = true
|
|
2339
2339
|
|
|
2340
2340
|
|
|
2341
|
-
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
2341
|
+
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=1898a068
|
|
2342
2342
|
|
|
2343
2343
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=template&id=53316a9f
|
|
2344
2344
|
var treevue_type_template_id_53316a9f_render = function () {
|
|
@@ -4580,11 +4580,16 @@ var _props, _methods;
|
|
|
4580
4580
|
var selectData = [];
|
|
4581
4581
|
this.$set(res.obj, 'checked', true);
|
|
4582
4582
|
model.map(function (x) {
|
|
4583
|
+
|
|
4583
4584
|
if (!x.disabled && !x.nocheck && !x.isAllCheck && (x.selecttype == _this10.newParam.selecttype || _this10.newParam.selecttype == 'persongroup' && x.selecttype == 'employee') && _this10.disableds.indexOf(x[_this10.valueKey]) == -1) {
|
|
4584
4585
|
_this10.$set(x, 'checked', true);
|
|
4586
|
+
if (!x.mixType) {
|
|
4587
|
+
_this10.$set(x, 'mixType', _this10.newTabs[_this10.selectIndex].name);
|
|
4588
|
+
}
|
|
4585
4589
|
selectData.push(x);
|
|
4586
4590
|
}
|
|
4587
4591
|
});
|
|
4592
|
+
|
|
4588
4593
|
(_list = this.list).push.apply(_list, selectData);
|
|
4589
4594
|
// this.$set(res.obj, 'checked', true);
|
|
4590
4595
|
} else {
|
|
@@ -4657,8 +4662,8 @@ var _props, _methods;
|
|
|
4657
4662
|
|
|
4658
4663
|
var selector_tree_component = normalizeComponent(
|
|
4659
4664
|
src_selector_treevue_type_script_lang_js,
|
|
4660
|
-
|
|
4661
|
-
|
|
4665
|
+
selector_treevue_type_template_id_1898a068_render,
|
|
4666
|
+
selector_treevue_type_template_id_1898a068_staticRenderFns,
|
|
4662
4667
|
false,
|
|
4663
4668
|
null,
|
|
4664
4669
|
null,
|
|
@@ -19478,8 +19483,8 @@ var Handle_component = normalizeComponent(
|
|
|
19478
19483
|
)
|
|
19479
19484
|
|
|
19480
19485
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
19481
|
-
// 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/Circulate.vue?vue&type=template&id=
|
|
19482
|
-
var
|
|
19486
|
+
// 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/Circulate.vue?vue&type=template&id=a5842bc6
|
|
19487
|
+
var Circulatevue_type_template_id_a5842bc6_render = function () {
|
|
19483
19488
|
var _vm = this
|
|
19484
19489
|
var _h = _vm.$createElement
|
|
19485
19490
|
var _c = _vm._self._c || _h
|
|
@@ -19705,11 +19710,11 @@ var Circulatevue_type_template_id_5be31d2a_render = function () {
|
|
|
19705
19710
|
),
|
|
19706
19711
|
])
|
|
19707
19712
|
}
|
|
19708
|
-
var
|
|
19709
|
-
|
|
19713
|
+
var Circulatevue_type_template_id_a5842bc6_staticRenderFns = []
|
|
19714
|
+
Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
19710
19715
|
|
|
19711
19716
|
|
|
19712
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
19717
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=a5842bc6
|
|
19713
19718
|
|
|
19714
19719
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Circulate.vue?vue&type=script&lang=js
|
|
19715
19720
|
//
|
|
@@ -20051,6 +20056,10 @@ Circulatevue_type_template_id_5be31d2a_render._withStripped = true
|
|
|
20051
20056
|
},
|
|
20052
20057
|
type: 'post'
|
|
20053
20058
|
};
|
|
20059
|
+
if (!this.form.nextOtherOrgObj && !this.form.nextCurrentOrgObj) {
|
|
20060
|
+
this.$toast('请选择办理对象');
|
|
20061
|
+
return;
|
|
20062
|
+
}
|
|
20054
20063
|
this.$toast.loading({
|
|
20055
20064
|
message: '提交中...',
|
|
20056
20065
|
forbidClick: true,
|
|
@@ -20219,8 +20228,8 @@ Circulatevue_type_template_id_5be31d2a_render._withStripped = true
|
|
|
20219
20228
|
|
|
20220
20229
|
var Circulate_component = normalizeComponent(
|
|
20221
20230
|
components_Circulatevue_type_script_lang_js,
|
|
20222
|
-
|
|
20223
|
-
|
|
20231
|
+
Circulatevue_type_template_id_a5842bc6_render,
|
|
20232
|
+
Circulatevue_type_template_id_a5842bc6_staticRenderFns,
|
|
20224
20233
|
false,
|
|
20225
20234
|
null,
|
|
20226
20235
|
null,
|
|
@@ -29349,7 +29358,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29349
29358
|
}
|
|
29350
29359
|
|
|
29351
29360
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29352
|
-
version: '0.3.
|
|
29361
|
+
version: '0.3.53',
|
|
29353
29362
|
install: install,
|
|
29354
29363
|
Button: packages_button,
|
|
29355
29364
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -8723,8 +8723,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8723
8723
|
)
|
|
8724
8724
|
|
|
8725
8725
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
8726
|
-
// 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/Circulate.vue?vue&type=template&id=
|
|
8727
|
-
var
|
|
8726
|
+
// 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/Circulate.vue?vue&type=template&id=a5842bc6
|
|
8727
|
+
var Circulatevue_type_template_id_a5842bc6_render = function () {
|
|
8728
8728
|
var _vm = this
|
|
8729
8729
|
var _h = _vm.$createElement
|
|
8730
8730
|
var _c = _vm._self._c || _h
|
|
@@ -8950,11 +8950,11 @@ var Circulatevue_type_template_id_5be31d2a_render = function () {
|
|
|
8950
8950
|
),
|
|
8951
8951
|
])
|
|
8952
8952
|
}
|
|
8953
|
-
var
|
|
8954
|
-
|
|
8953
|
+
var Circulatevue_type_template_id_a5842bc6_staticRenderFns = []
|
|
8954
|
+
Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
8955
8955
|
|
|
8956
8956
|
|
|
8957
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
8957
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=a5842bc6
|
|
8958
8958
|
|
|
8959
8959
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Circulate.vue?vue&type=script&lang=js
|
|
8960
8960
|
//
|
|
@@ -9296,6 +9296,10 @@ Circulatevue_type_template_id_5be31d2a_render._withStripped = true
|
|
|
9296
9296
|
},
|
|
9297
9297
|
type: 'post'
|
|
9298
9298
|
};
|
|
9299
|
+
if (!this.form.nextOtherOrgObj && !this.form.nextCurrentOrgObj) {
|
|
9300
|
+
this.$toast('请选择办理对象');
|
|
9301
|
+
return;
|
|
9302
|
+
}
|
|
9299
9303
|
this.$toast.loading({
|
|
9300
9304
|
message: '提交中...',
|
|
9301
9305
|
forbidClick: true,
|
|
@@ -9464,8 +9468,8 @@ Circulatevue_type_template_id_5be31d2a_render._withStripped = true
|
|
|
9464
9468
|
|
|
9465
9469
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
9466
9470
|
components_Circulatevue_type_script_lang_js,
|
|
9467
|
-
|
|
9468
|
-
|
|
9471
|
+
Circulatevue_type_template_id_a5842bc6_render,
|
|
9472
|
+
Circulatevue_type_template_id_a5842bc6_staticRenderFns,
|
|
9469
9473
|
false,
|
|
9470
9474
|
null,
|
|
9471
9475
|
null,
|