eoss-mobiles 0.3.55 → 0.3.57
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 +43 -27
- package/lib/flow.js +42 -26
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Circulate.vue +21 -10
- package/packages/flow/src/components/Handle.vue +7 -2
- package/packages/flow/src/components/taskUnionExamine.vue +9 -3
- package/src/index.js +1 -1
|
@@ -15510,8 +15510,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15510
15510
|
)
|
|
15511
15511
|
|
|
15512
15512
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15513
|
-
// 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=
|
|
15514
|
-
var
|
|
15513
|
+
// 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=35d96726
|
|
15514
|
+
var Handlevue_type_template_id_35d96726_render = function () {
|
|
15515
15515
|
var _vm = this
|
|
15516
15516
|
var _h = _vm.$createElement
|
|
15517
15517
|
var _c = _vm._self._c || _h
|
|
@@ -16956,11 +16956,11 @@ var Handlevue_type_template_id_33c5698a_render = function () {
|
|
|
16956
16956
|
1
|
|
16957
16957
|
)
|
|
16958
16958
|
}
|
|
16959
|
-
var
|
|
16960
|
-
|
|
16959
|
+
var Handlevue_type_template_id_35d96726_staticRenderFns = []
|
|
16960
|
+
Handlevue_type_template_id_35d96726_render._withStripped = true
|
|
16961
16961
|
|
|
16962
16962
|
|
|
16963
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16963
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=35d96726
|
|
16964
16964
|
|
|
16965
16965
|
// 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=4dfae864
|
|
16966
16966
|
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
@@ -18300,6 +18300,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18300
18300
|
userId: {
|
|
18301
18301
|
type: String,
|
|
18302
18302
|
default: ''
|
|
18303
|
+
},
|
|
18304
|
+
selectorParams: {
|
|
18305
|
+
type: Object,
|
|
18306
|
+
default: function _default() {}
|
|
18303
18307
|
}
|
|
18304
18308
|
},
|
|
18305
18309
|
data: function data() {
|
|
@@ -19103,11 +19107,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19103
19107
|
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
19104
19108
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
19105
19109
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
19106
|
-
that.foreignOrgSelectorParams[x] = {
|
|
19110
|
+
that.foreignOrgSelectorParams[x] = Handlevue_type_script_lang_js_extends({
|
|
19107
19111
|
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' || foreignOrgparams[i] == 'nofilidorg' ? 'root' : foreignOrgparams[i],
|
|
19108
19112
|
nofilid: foreignOrgparams[i] == 'nofilidorg' ? that.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
19109
19113
|
myUserid: x == 'filgroup' ? util["a" /* default */].getStorage('userId') : ''
|
|
19110
|
-
};
|
|
19114
|
+
}, that.selectorParams);
|
|
19111
19115
|
});
|
|
19112
19116
|
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
19113
19117
|
}
|
|
@@ -19477,8 +19481,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19477
19481
|
|
|
19478
19482
|
var Handle_component = normalizeComponent(
|
|
19479
19483
|
components_Handlevue_type_script_lang_js,
|
|
19480
|
-
|
|
19481
|
-
|
|
19484
|
+
Handlevue_type_template_id_35d96726_render,
|
|
19485
|
+
Handlevue_type_template_id_35d96726_staticRenderFns,
|
|
19482
19486
|
false,
|
|
19483
19487
|
null,
|
|
19484
19488
|
null,
|
|
@@ -19487,8 +19491,8 @@ var Handle_component = normalizeComponent(
|
|
|
19487
19491
|
)
|
|
19488
19492
|
|
|
19489
19493
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
19490
|
-
// 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=
|
|
19491
|
-
var
|
|
19494
|
+
// 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=2c8ddb82
|
|
19495
|
+
var Circulatevue_type_template_id_2c8ddb82_render = function () {
|
|
19492
19496
|
var _vm = this
|
|
19493
19497
|
var _h = _vm.$createElement
|
|
19494
19498
|
var _c = _vm._self._c || _h
|
|
@@ -19714,13 +19718,15 @@ var Circulatevue_type_template_id_483055a4_render = function () {
|
|
|
19714
19718
|
),
|
|
19715
19719
|
])
|
|
19716
19720
|
}
|
|
19717
|
-
var
|
|
19718
|
-
|
|
19721
|
+
var Circulatevue_type_template_id_2c8ddb82_staticRenderFns = []
|
|
19722
|
+
Circulatevue_type_template_id_2c8ddb82_render._withStripped = true
|
|
19719
19723
|
|
|
19720
19724
|
|
|
19721
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
19725
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=2c8ddb82
|
|
19722
19726
|
|
|
19723
19727
|
// 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
|
|
19728
|
+
var Circulatevue_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; };
|
|
19729
|
+
|
|
19724
19730
|
//
|
|
19725
19731
|
//
|
|
19726
19732
|
//
|
|
@@ -19910,6 +19916,7 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
19910
19916
|
type: String,
|
|
19911
19917
|
default: ''
|
|
19912
19918
|
},
|
|
19919
|
+
selectorParams: { type: Object, default: function _default() {} },
|
|
19913
19920
|
title: {
|
|
19914
19921
|
type: String,
|
|
19915
19922
|
default: ''
|
|
@@ -20004,13 +20011,16 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
20004
20011
|
},
|
|
20005
20012
|
created: function created() {
|
|
20006
20013
|
// this.getMessage();
|
|
20007
|
-
this.currentOrgSelectorParams.employee = this.currentOrgSelectorParams.persongroup = {
|
|
20014
|
+
this.currentOrgSelectorParams.employee = this.currentOrgSelectorParams.persongroup = {
|
|
20015
|
+
pid: this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId
|
|
20016
|
+
};
|
|
20008
20017
|
this.foreignOrgSelectorParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
|
|
20009
20018
|
this.foreignOrgSelectorParams.myUserid = '';
|
|
20010
20019
|
this.foreignOrgSelectorParams.filgroup = {
|
|
20011
20020
|
pid: 'root',
|
|
20012
20021
|
myUserid: this.userId
|
|
20013
20022
|
};
|
|
20023
|
+
this.foreignOrgSelectorParams = Circulatevue_type_script_lang_js_extends({}, this.foreignOrgSelectorParams, this.selectorParams);
|
|
20014
20024
|
},
|
|
20015
20025
|
|
|
20016
20026
|
computed: {},
|
|
@@ -20233,8 +20243,8 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
20233
20243
|
|
|
20234
20244
|
var Circulate_component = normalizeComponent(
|
|
20235
20245
|
components_Circulatevue_type_script_lang_js,
|
|
20236
|
-
|
|
20237
|
-
|
|
20246
|
+
Circulatevue_type_template_id_2c8ddb82_render,
|
|
20247
|
+
Circulatevue_type_template_id_2c8ddb82_staticRenderFns,
|
|
20238
20248
|
false,
|
|
20239
20249
|
null,
|
|
20240
20250
|
null,
|
|
@@ -21131,8 +21141,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21131
21141
|
)
|
|
21132
21142
|
|
|
21133
21143
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21134
|
-
// 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=
|
|
21135
|
-
var
|
|
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=8179f026
|
|
21145
|
+
var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
21136
21146
|
var _vm = this
|
|
21137
21147
|
var _h = _vm.$createElement
|
|
21138
21148
|
var _c = _vm._self._c || _h
|
|
@@ -21295,11 +21305,11 @@ var taskUnionExaminevue_type_template_id_f69c2dba_render = function () {
|
|
|
21295
21305
|
]),
|
|
21296
21306
|
])
|
|
21297
21307
|
}
|
|
21298
|
-
var
|
|
21299
|
-
|
|
21308
|
+
var taskUnionExaminevue_type_template_id_8179f026_staticRenderFns = []
|
|
21309
|
+
taskUnionExaminevue_type_template_id_8179f026_render._withStripped = true
|
|
21300
21310
|
|
|
21301
21311
|
|
|
21302
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21312
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=8179f026
|
|
21303
21313
|
|
|
21304
21314
|
// 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
|
|
21305
21315
|
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; };
|
|
@@ -21490,7 +21500,12 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21490
21500
|
};
|
|
21491
21501
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
21492
21502
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
21493
|
-
|
|
21503
|
+
if (this.type == 'takeAdvice') {
|
|
21504
|
+
this.params.only_filid = true;
|
|
21505
|
+
} else {
|
|
21506
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
21507
|
+
}
|
|
21508
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
21494
21509
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
21495
21510
|
// this.newMultiple = this.multiple;
|
|
21496
21511
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
@@ -21730,7 +21745,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21730
21745
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
21731
21746
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
21732
21747
|
_this5.params[x] = {
|
|
21733
|
-
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i]
|
|
21748
|
+
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
21749
|
+
only_filid: true
|
|
21734
21750
|
};
|
|
21735
21751
|
});
|
|
21736
21752
|
} else {
|
|
@@ -21951,8 +21967,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21951
21967
|
|
|
21952
21968
|
var taskUnionExamine_component = normalizeComponent(
|
|
21953
21969
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21954
|
-
|
|
21955
|
-
|
|
21970
|
+
taskUnionExaminevue_type_template_id_8179f026_render,
|
|
21971
|
+
taskUnionExaminevue_type_template_id_8179f026_staticRenderFns,
|
|
21956
21972
|
false,
|
|
21957
21973
|
null,
|
|
21958
21974
|
null,
|
|
@@ -29365,7 +29381,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29365
29381
|
}
|
|
29366
29382
|
|
|
29367
29383
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29368
|
-
version: '0.3.
|
|
29384
|
+
version: '0.3.57',
|
|
29369
29385
|
install: install,
|
|
29370
29386
|
Button: packages_button,
|
|
29371
29387
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4750,8 +4750,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4750
4750
|
)
|
|
4751
4751
|
|
|
4752
4752
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4753
|
-
// 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=
|
|
4754
|
-
var
|
|
4753
|
+
// 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=35d96726
|
|
4754
|
+
var Handlevue_type_template_id_35d96726_render = function () {
|
|
4755
4755
|
var _vm = this
|
|
4756
4756
|
var _h = _vm.$createElement
|
|
4757
4757
|
var _c = _vm._self._c || _h
|
|
@@ -6196,11 +6196,11 @@ var Handlevue_type_template_id_33c5698a_render = function () {
|
|
|
6196
6196
|
1
|
|
6197
6197
|
)
|
|
6198
6198
|
}
|
|
6199
|
-
var
|
|
6200
|
-
|
|
6199
|
+
var Handlevue_type_template_id_35d96726_staticRenderFns = []
|
|
6200
|
+
Handlevue_type_template_id_35d96726_render._withStripped = true
|
|
6201
6201
|
|
|
6202
6202
|
|
|
6203
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6203
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=35d96726
|
|
6204
6204
|
|
|
6205
6205
|
// 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=4dfae864
|
|
6206
6206
|
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
@@ -7540,6 +7540,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7540
7540
|
userId: {
|
|
7541
7541
|
type: String,
|
|
7542
7542
|
default: ''
|
|
7543
|
+
},
|
|
7544
|
+
selectorParams: {
|
|
7545
|
+
type: Object,
|
|
7546
|
+
default: function _default() {}
|
|
7543
7547
|
}
|
|
7544
7548
|
},
|
|
7545
7549
|
data: function data() {
|
|
@@ -8343,11 +8347,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8343
8347
|
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
8344
8348
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
8345
8349
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
8346
|
-
that.foreignOrgSelectorParams[x] = {
|
|
8350
|
+
that.foreignOrgSelectorParams[x] = Handlevue_type_script_lang_js_extends({
|
|
8347
8351
|
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' || foreignOrgparams[i] == 'nofilidorg' ? 'root' : foreignOrgparams[i],
|
|
8348
8352
|
nofilid: foreignOrgparams[i] == 'nofilidorg' ? that.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
8349
8353
|
myUserid: x == 'filgroup' ? util["a" /* default */].getStorage('userId') : ''
|
|
8350
|
-
};
|
|
8354
|
+
}, that.selectorParams);
|
|
8351
8355
|
});
|
|
8352
8356
|
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
8353
8357
|
}
|
|
@@ -8717,8 +8721,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8717
8721
|
|
|
8718
8722
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8719
8723
|
components_Handlevue_type_script_lang_js,
|
|
8720
|
-
|
|
8721
|
-
|
|
8724
|
+
Handlevue_type_template_id_35d96726_render,
|
|
8725
|
+
Handlevue_type_template_id_35d96726_staticRenderFns,
|
|
8722
8726
|
false,
|
|
8723
8727
|
null,
|
|
8724
8728
|
null,
|
|
@@ -8727,8 +8731,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8727
8731
|
)
|
|
8728
8732
|
|
|
8729
8733
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
8730
|
-
// 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=
|
|
8731
|
-
var
|
|
8734
|
+
// 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=2c8ddb82
|
|
8735
|
+
var Circulatevue_type_template_id_2c8ddb82_render = function () {
|
|
8732
8736
|
var _vm = this
|
|
8733
8737
|
var _h = _vm.$createElement
|
|
8734
8738
|
var _c = _vm._self._c || _h
|
|
@@ -8954,13 +8958,15 @@ var Circulatevue_type_template_id_483055a4_render = function () {
|
|
|
8954
8958
|
),
|
|
8955
8959
|
])
|
|
8956
8960
|
}
|
|
8957
|
-
var
|
|
8958
|
-
|
|
8961
|
+
var Circulatevue_type_template_id_2c8ddb82_staticRenderFns = []
|
|
8962
|
+
Circulatevue_type_template_id_2c8ddb82_render._withStripped = true
|
|
8959
8963
|
|
|
8960
8964
|
|
|
8961
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
8965
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=2c8ddb82
|
|
8962
8966
|
|
|
8963
8967
|
// 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
|
|
8968
|
+
var Circulatevue_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; };
|
|
8969
|
+
|
|
8964
8970
|
//
|
|
8965
8971
|
//
|
|
8966
8972
|
//
|
|
@@ -9150,6 +9156,7 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
9150
9156
|
type: String,
|
|
9151
9157
|
default: ''
|
|
9152
9158
|
},
|
|
9159
|
+
selectorParams: { type: Object, default: function _default() {} },
|
|
9153
9160
|
title: {
|
|
9154
9161
|
type: String,
|
|
9155
9162
|
default: ''
|
|
@@ -9244,13 +9251,16 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
9244
9251
|
},
|
|
9245
9252
|
created: function created() {
|
|
9246
9253
|
// this.getMessage();
|
|
9247
|
-
this.currentOrgSelectorParams.employee = this.currentOrgSelectorParams.persongroup = {
|
|
9254
|
+
this.currentOrgSelectorParams.employee = this.currentOrgSelectorParams.persongroup = {
|
|
9255
|
+
pid: this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId
|
|
9256
|
+
};
|
|
9248
9257
|
this.foreignOrgSelectorParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
|
|
9249
9258
|
this.foreignOrgSelectorParams.myUserid = '';
|
|
9250
9259
|
this.foreignOrgSelectorParams.filgroup = {
|
|
9251
9260
|
pid: 'root',
|
|
9252
9261
|
myUserid: this.userId
|
|
9253
9262
|
};
|
|
9263
|
+
this.foreignOrgSelectorParams = Circulatevue_type_script_lang_js_extends({}, this.foreignOrgSelectorParams, this.selectorParams);
|
|
9254
9264
|
},
|
|
9255
9265
|
|
|
9256
9266
|
computed: {},
|
|
@@ -9473,8 +9483,8 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
9473
9483
|
|
|
9474
9484
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
9475
9485
|
components_Circulatevue_type_script_lang_js,
|
|
9476
|
-
|
|
9477
|
-
|
|
9486
|
+
Circulatevue_type_template_id_2c8ddb82_render,
|
|
9487
|
+
Circulatevue_type_template_id_2c8ddb82_staticRenderFns,
|
|
9478
9488
|
false,
|
|
9479
9489
|
null,
|
|
9480
9490
|
null,
|
|
@@ -10371,8 +10381,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10371
10381
|
)
|
|
10372
10382
|
|
|
10373
10383
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10374
|
-
// 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=
|
|
10375
|
-
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 () {
|
|
10376
10386
|
var _vm = this
|
|
10377
10387
|
var _h = _vm.$createElement
|
|
10378
10388
|
var _c = _vm._self._c || _h
|
|
@@ -10535,11 +10545,11 @@ var taskUnionExaminevue_type_template_id_f69c2dba_render = function () {
|
|
|
10535
10545
|
]),
|
|
10536
10546
|
])
|
|
10537
10547
|
}
|
|
10538
|
-
var
|
|
10539
|
-
|
|
10548
|
+
var taskUnionExaminevue_type_template_id_8179f026_staticRenderFns = []
|
|
10549
|
+
taskUnionExaminevue_type_template_id_8179f026_render._withStripped = true
|
|
10540
10550
|
|
|
10541
10551
|
|
|
10542
|
-
// 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
|
|
10543
10553
|
|
|
10544
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
|
|
10545
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; };
|
|
@@ -10730,7 +10740,12 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10730
10740
|
};
|
|
10731
10741
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
10732
10742
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10733
|
-
|
|
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
|
+
}
|
|
10748
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
10734
10749
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
10735
10750
|
// this.newMultiple = this.multiple;
|
|
10736
10751
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
@@ -10970,7 +10985,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10970
10985
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
10971
10986
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
10972
10987
|
_this5.params[x] = {
|
|
10973
|
-
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
|
|
10974
10990
|
};
|
|
10975
10991
|
});
|
|
10976
10992
|
} else {
|
|
@@ -11191,8 +11207,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11191
11207
|
|
|
11192
11208
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11193
11209
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11194
|
-
|
|
11195
|
-
|
|
11210
|
+
taskUnionExaminevue_type_template_id_8179f026_render,
|
|
11211
|
+
taskUnionExaminevue_type_template_id_8179f026_staticRenderFns,
|
|
11196
11212
|
false,
|
|
11197
11213
|
null,
|
|
11198
11214
|
null,
|