eoss-mobiles 0.3.56 → 0.3.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 +23 -20
- package/lib/flow.js +14 -8
- package/lib/index.js +1 -1
- package/lib/selector.js +8 -11
- package/package.json +1 -1
- package/packages/flow/src/components/taskUnionExamine.vue +8 -2
- package/packages/selector/src/tree.vue +2 -5
- package/src/index.js +1 -1
|
@@ -2340,8 +2340,8 @@ selector_treevue_type_template_id_1898a068_render._withStripped = true
|
|
|
2340
2340
|
|
|
2341
2341
|
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=1898a068
|
|
2342
2342
|
|
|
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=
|
|
2344
|
-
var
|
|
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=34c2c5fa
|
|
2344
|
+
var treevue_type_template_id_34c2c5fa_render = function () {
|
|
2345
2345
|
var _vm = this
|
|
2346
2346
|
var _h = _vm.$createElement
|
|
2347
2347
|
var _c = _vm._self._c || _h
|
|
@@ -2731,11 +2731,11 @@ var treevue_type_template_id_53316a9f_render = function () {
|
|
|
2731
2731
|
0
|
|
2732
2732
|
)
|
|
2733
2733
|
}
|
|
2734
|
-
var
|
|
2735
|
-
|
|
2734
|
+
var treevue_type_template_id_34c2c5fa_staticRenderFns = []
|
|
2735
|
+
treevue_type_template_id_34c2c5fa_render._withStripped = true
|
|
2736
2736
|
|
|
2737
2737
|
|
|
2738
|
-
// CONCATENATED MODULE: ./packages/selector/src/tree.vue?vue&type=template&id=
|
|
2738
|
+
// CONCATENATED MODULE: ./packages/selector/src/tree.vue?vue&type=template&id=34c2c5fa
|
|
2739
2739
|
|
|
2740
2740
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=script&lang=js
|
|
2741
2741
|
//
|
|
@@ -3114,10 +3114,7 @@ treevue_type_template_id_53316a9f_render._withStripped = true
|
|
|
3114
3114
|
|
|
3115
3115
|
methods: {
|
|
3116
3116
|
isDisabled: function isDisabled(item) {
|
|
3117
|
-
|
|
3118
|
-
return this.disableds.includes(item[this.valueKey]);
|
|
3119
|
-
}
|
|
3120
|
-
return this.selectType != 'department' && this.selectType != 'enterprise' ? item.disabled : item.disabled || item.nocheck;
|
|
3117
|
+
return (this.selectType != 'department' && this.selectType != 'enterprise' ? item.disabled : item.disabled || item.nocheck) || this.disableds.includes(item[this.valueKey]);
|
|
3121
3118
|
},
|
|
3122
3119
|
getUserInfo: function getUserInfo(attr) {
|
|
3123
3120
|
var info = JSON.parse(attr);
|
|
@@ -3162,8 +3159,8 @@ treevue_type_template_id_53316a9f_render._withStripped = true
|
|
|
3162
3159
|
|
|
3163
3160
|
var tree_component = normalizeComponent(
|
|
3164
3161
|
src_treevue_type_script_lang_js,
|
|
3165
|
-
|
|
3166
|
-
|
|
3162
|
+
treevue_type_template_id_34c2c5fa_render,
|
|
3163
|
+
treevue_type_template_id_34c2c5fa_staticRenderFns,
|
|
3167
3164
|
false,
|
|
3168
3165
|
null,
|
|
3169
3166
|
null,
|
|
@@ -21141,8 +21138,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21141
21138
|
)
|
|
21142
21139
|
|
|
21143
21140
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21144
|
-
// 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=
|
|
21145
|
-
var
|
|
21141
|
+
// 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=8179f026
|
|
21142
|
+
var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
21146
21143
|
var _vm = this
|
|
21147
21144
|
var _h = _vm.$createElement
|
|
21148
21145
|
var _c = _vm._self._c || _h
|
|
@@ -21305,11 +21302,11 @@ var taskUnionExaminevue_type_template_id_0312edd8_render = function () {
|
|
|
21305
21302
|
]),
|
|
21306
21303
|
])
|
|
21307
21304
|
}
|
|
21308
|
-
var
|
|
21309
|
-
|
|
21305
|
+
var taskUnionExaminevue_type_template_id_8179f026_staticRenderFns = []
|
|
21306
|
+
taskUnionExaminevue_type_template_id_8179f026_render._withStripped = true
|
|
21310
21307
|
|
|
21311
21308
|
|
|
21312
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21309
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=8179f026
|
|
21313
21310
|
|
|
21314
21311
|
// 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
|
|
21315
21312
|
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; };
|
|
@@ -21500,6 +21497,11 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21500
21497
|
};
|
|
21501
21498
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
21502
21499
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
21500
|
+
if (this.type == 'takeAdvice') {
|
|
21501
|
+
this.params.only_filid = true;
|
|
21502
|
+
} else {
|
|
21503
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
21504
|
+
}
|
|
21503
21505
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
21504
21506
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
21505
21507
|
// this.newMultiple = this.multiple;
|
|
@@ -21740,7 +21742,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21740
21742
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
21741
21743
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
21742
21744
|
_this5.params[x] = {
|
|
21743
|
-
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i]
|
|
21745
|
+
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
21746
|
+
only_filid: true
|
|
21744
21747
|
};
|
|
21745
21748
|
});
|
|
21746
21749
|
} else {
|
|
@@ -21961,8 +21964,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21961
21964
|
|
|
21962
21965
|
var taskUnionExamine_component = normalizeComponent(
|
|
21963
21966
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21964
|
-
|
|
21965
|
-
|
|
21967
|
+
taskUnionExaminevue_type_template_id_8179f026_render,
|
|
21968
|
+
taskUnionExaminevue_type_template_id_8179f026_staticRenderFns,
|
|
21966
21969
|
false,
|
|
21967
21970
|
null,
|
|
21968
21971
|
null,
|
|
@@ -29375,7 +29378,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29375
29378
|
}
|
|
29376
29379
|
|
|
29377
29380
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29378
|
-
version: '0.3.
|
|
29381
|
+
version: '0.3.58',
|
|
29379
29382
|
install: install,
|
|
29380
29383
|
Button: packages_button,
|
|
29381
29384
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -10381,8 +10381,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10381
10381
|
)
|
|
10382
10382
|
|
|
10383
10383
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10384
|
-
// 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=
|
|
10385
|
-
var
|
|
10384
|
+
// 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=8179f026
|
|
10385
|
+
var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
10386
10386
|
var _vm = this
|
|
10387
10387
|
var _h = _vm.$createElement
|
|
10388
10388
|
var _c = _vm._self._c || _h
|
|
@@ -10545,11 +10545,11 @@ var taskUnionExaminevue_type_template_id_0312edd8_render = function () {
|
|
|
10545
10545
|
]),
|
|
10546
10546
|
])
|
|
10547
10547
|
}
|
|
10548
|
-
var
|
|
10549
|
-
|
|
10548
|
+
var taskUnionExaminevue_type_template_id_8179f026_staticRenderFns = []
|
|
10549
|
+
taskUnionExaminevue_type_template_id_8179f026_render._withStripped = true
|
|
10550
10550
|
|
|
10551
10551
|
|
|
10552
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10552
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=8179f026
|
|
10553
10553
|
|
|
10554
10554
|
// 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
|
|
10555
10555
|
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; };
|
|
@@ -10740,6 +10740,11 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10740
10740
|
};
|
|
10741
10741
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
10742
10742
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10743
|
+
if (this.type == 'takeAdvice') {
|
|
10744
|
+
this.params.only_filid = true;
|
|
10745
|
+
} else {
|
|
10746
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
10747
|
+
}
|
|
10743
10748
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
10744
10749
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
10745
10750
|
// this.newMultiple = this.multiple;
|
|
@@ -10980,7 +10985,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10980
10985
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
10981
10986
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
10982
10987
|
_this5.params[x] = {
|
|
10983
|
-
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i]
|
|
10988
|
+
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
10989
|
+
only_filid: true
|
|
10984
10990
|
};
|
|
10985
10991
|
});
|
|
10986
10992
|
} else {
|
|
@@ -11201,8 +11207,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11201
11207
|
|
|
11202
11208
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11203
11209
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11204
|
-
|
|
11205
|
-
|
|
11210
|
+
taskUnionExaminevue_type_template_id_8179f026_render,
|
|
11211
|
+
taskUnionExaminevue_type_template_id_8179f026_staticRenderFns,
|
|
11206
11212
|
false,
|
|
11207
11213
|
null,
|
|
11208
11214
|
null,
|