eoss-mobiles 0.3.51 → 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 +32 -22
- package/lib/flow.js +19 -14
- 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/flow/src/components/taskUnionExamine.vue +1 -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,
|
|
@@ -21117,8 +21126,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21117
21126
|
)
|
|
21118
21127
|
|
|
21119
21128
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21120
|
-
// 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/taskUnionExamine.vue?vue&type=template&id=
|
|
21121
|
-
var
|
|
21129
|
+
// 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/taskUnionExamine.vue?vue&type=template&id=65b142be
|
|
21130
|
+
var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
21122
21131
|
var _vm = this
|
|
21123
21132
|
var _h = _vm.$createElement
|
|
21124
21133
|
var _c = _vm._self._c || _h
|
|
@@ -21280,11 +21289,11 @@ var taskUnionExaminevue_type_template_id_75fe7a6d_render = function () {
|
|
|
21280
21289
|
]),
|
|
21281
21290
|
])
|
|
21282
21291
|
}
|
|
21283
|
-
var
|
|
21284
|
-
|
|
21292
|
+
var taskUnionExaminevue_type_template_id_65b142be_staticRenderFns = []
|
|
21293
|
+
taskUnionExaminevue_type_template_id_65b142be_render._withStripped = true
|
|
21285
21294
|
|
|
21286
21295
|
|
|
21287
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21296
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=65b142be
|
|
21288
21297
|
|
|
21289
21298
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
|
|
21290
21299
|
var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -21809,6 +21818,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21809
21818
|
choiceDeptId: choiceDeptId,
|
|
21810
21819
|
isSubFlow: isSubFlow,
|
|
21811
21820
|
choiceOrgId: choiceOrgId,
|
|
21821
|
+
isImageOpinion: isImageOpinion,
|
|
21812
21822
|
userId: this.userId || util["a" /* default */].getStorage('userId'),
|
|
21813
21823
|
loginType: 2, //登录方式
|
|
21814
21824
|
mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
|
|
@@ -21934,8 +21944,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21934
21944
|
|
|
21935
21945
|
var taskUnionExamine_component = normalizeComponent(
|
|
21936
21946
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21937
|
-
|
|
21938
|
-
|
|
21947
|
+
taskUnionExaminevue_type_template_id_65b142be_render,
|
|
21948
|
+
taskUnionExaminevue_type_template_id_65b142be_staticRenderFns,
|
|
21939
21949
|
false,
|
|
21940
21950
|
null,
|
|
21941
21951
|
null,
|
|
@@ -29348,7 +29358,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29348
29358
|
}
|
|
29349
29359
|
|
|
29350
29360
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29351
|
-
version: '0.3.
|
|
29361
|
+
version: '0.3.53',
|
|
29352
29362
|
install: install,
|
|
29353
29363
|
Button: packages_button,
|
|
29354
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,
|
|
@@ -10362,8 +10366,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10362
10366
|
)
|
|
10363
10367
|
|
|
10364
10368
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10365
|
-
// 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/taskUnionExamine.vue?vue&type=template&id=
|
|
10366
|
-
var
|
|
10369
|
+
// 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/taskUnionExamine.vue?vue&type=template&id=65b142be
|
|
10370
|
+
var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
10367
10371
|
var _vm = this
|
|
10368
10372
|
var _h = _vm.$createElement
|
|
10369
10373
|
var _c = _vm._self._c || _h
|
|
@@ -10525,11 +10529,11 @@ var taskUnionExaminevue_type_template_id_75fe7a6d_render = function () {
|
|
|
10525
10529
|
]),
|
|
10526
10530
|
])
|
|
10527
10531
|
}
|
|
10528
|
-
var
|
|
10529
|
-
|
|
10532
|
+
var taskUnionExaminevue_type_template_id_65b142be_staticRenderFns = []
|
|
10533
|
+
taskUnionExaminevue_type_template_id_65b142be_render._withStripped = true
|
|
10530
10534
|
|
|
10531
10535
|
|
|
10532
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10536
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=65b142be
|
|
10533
10537
|
|
|
10534
10538
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
|
|
10535
10539
|
var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -11054,6 +11058,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11054
11058
|
choiceDeptId: choiceDeptId,
|
|
11055
11059
|
isSubFlow: isSubFlow,
|
|
11056
11060
|
choiceOrgId: choiceOrgId,
|
|
11061
|
+
isImageOpinion: isImageOpinion,
|
|
11057
11062
|
userId: this.userId || util["a" /* default */].getStorage('userId'),
|
|
11058
11063
|
loginType: 2, //登录方式
|
|
11059
11064
|
mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
|
|
@@ -11179,8 +11184,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11179
11184
|
|
|
11180
11185
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11181
11186
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11182
|
-
|
|
11183
|
-
|
|
11187
|
+
taskUnionExaminevue_type_template_id_65b142be_render,
|
|
11188
|
+
taskUnionExaminevue_type_template_id_65b142be_staticRenderFns,
|
|
11184
11189
|
false,
|
|
11185
11190
|
null,
|
|
11186
11191
|
null,
|