eoss-mobiles 0.3.54 → 0.3.56
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 +39 -26
- package/lib/flow.js +38 -25
- 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 +10 -3
- package/packages/flow/src/components/taskUnionExamine.vue +1 -1
- 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
|
|
@@ -16410,6 +16410,7 @@ var Handlevue_type_template_id_01ab6df6_render = function () {
|
|
|
16410
16410
|
)
|
|
16411
16411
|
: _vm._e(),
|
|
16412
16412
|
_vm.currentNodeEnableItemHandleDescription &&
|
|
16413
|
+
_vm.nodeList &&
|
|
16413
16414
|
_vm.nodeList.length != 0 &&
|
|
16414
16415
|
_vm.isShowNode &&
|
|
16415
16416
|
_vm.isNextUser
|
|
@@ -16955,11 +16956,11 @@ var Handlevue_type_template_id_01ab6df6_render = function () {
|
|
|
16955
16956
|
1
|
|
16956
16957
|
)
|
|
16957
16958
|
}
|
|
16958
|
-
var
|
|
16959
|
-
|
|
16959
|
+
var Handlevue_type_template_id_35d96726_staticRenderFns = []
|
|
16960
|
+
Handlevue_type_template_id_35d96726_render._withStripped = true
|
|
16960
16961
|
|
|
16961
16962
|
|
|
16962
|
-
// 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
|
|
16963
16964
|
|
|
16964
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
|
|
16965
16966
|
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
@@ -18299,6 +18300,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18299
18300
|
userId: {
|
|
18300
18301
|
type: String,
|
|
18301
18302
|
default: ''
|
|
18303
|
+
},
|
|
18304
|
+
selectorParams: {
|
|
18305
|
+
type: Object,
|
|
18306
|
+
default: function _default() {}
|
|
18302
18307
|
}
|
|
18303
18308
|
},
|
|
18304
18309
|
data: function data() {
|
|
@@ -18848,7 +18853,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18848
18853
|
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
18849
18854
|
var _this8 = this;
|
|
18850
18855
|
|
|
18856
|
+
console.log(val, isDef, this.tagKey, 'isDef');
|
|
18851
18857
|
if (!isDef && val.key === this.tagKey) return;
|
|
18858
|
+
console.log(val, isDef, this.tagKey, 'isDef2222');
|
|
18852
18859
|
this.tagKey = val.key;
|
|
18853
18860
|
//恢复默认
|
|
18854
18861
|
this.isNextUser = false;
|
|
@@ -19100,11 +19107,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19100
19107
|
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
19101
19108
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
19102
19109
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
19103
|
-
that.foreignOrgSelectorParams[x] = {
|
|
19110
|
+
that.foreignOrgSelectorParams[x] = Handlevue_type_script_lang_js_extends({
|
|
19104
19111
|
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' || foreignOrgparams[i] == 'nofilidorg' ? 'root' : foreignOrgparams[i],
|
|
19105
19112
|
nofilid: foreignOrgparams[i] == 'nofilidorg' ? that.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
19106
19113
|
myUserid: x == 'filgroup' ? util["a" /* default */].getStorage('userId') : ''
|
|
19107
|
-
};
|
|
19114
|
+
}, that.selectorParams);
|
|
19108
19115
|
});
|
|
19109
19116
|
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
19110
19117
|
}
|
|
@@ -19474,8 +19481,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19474
19481
|
|
|
19475
19482
|
var Handle_component = normalizeComponent(
|
|
19476
19483
|
components_Handlevue_type_script_lang_js,
|
|
19477
|
-
|
|
19478
|
-
|
|
19484
|
+
Handlevue_type_template_id_35d96726_render,
|
|
19485
|
+
Handlevue_type_template_id_35d96726_staticRenderFns,
|
|
19479
19486
|
false,
|
|
19480
19487
|
null,
|
|
19481
19488
|
null,
|
|
@@ -19484,8 +19491,8 @@ var Handle_component = normalizeComponent(
|
|
|
19484
19491
|
)
|
|
19485
19492
|
|
|
19486
19493
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
19487
|
-
// 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=
|
|
19488
|
-
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 () {
|
|
19489
19496
|
var _vm = this
|
|
19490
19497
|
var _h = _vm.$createElement
|
|
19491
19498
|
var _c = _vm._self._c || _h
|
|
@@ -19711,13 +19718,15 @@ var Circulatevue_type_template_id_483055a4_render = function () {
|
|
|
19711
19718
|
),
|
|
19712
19719
|
])
|
|
19713
19720
|
}
|
|
19714
|
-
var
|
|
19715
|
-
|
|
19721
|
+
var Circulatevue_type_template_id_2c8ddb82_staticRenderFns = []
|
|
19722
|
+
Circulatevue_type_template_id_2c8ddb82_render._withStripped = true
|
|
19716
19723
|
|
|
19717
19724
|
|
|
19718
|
-
// 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
|
|
19719
19726
|
|
|
19720
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
|
+
|
|
19721
19730
|
//
|
|
19722
19731
|
//
|
|
19723
19732
|
//
|
|
@@ -19907,6 +19916,7 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
19907
19916
|
type: String,
|
|
19908
19917
|
default: ''
|
|
19909
19918
|
},
|
|
19919
|
+
selectorParams: { type: Object, default: function _default() {} },
|
|
19910
19920
|
title: {
|
|
19911
19921
|
type: String,
|
|
19912
19922
|
default: ''
|
|
@@ -20001,13 +20011,16 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
20001
20011
|
},
|
|
20002
20012
|
created: function created() {
|
|
20003
20013
|
// this.getMessage();
|
|
20004
|
-
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
|
+
};
|
|
20005
20017
|
this.foreignOrgSelectorParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
|
|
20006
20018
|
this.foreignOrgSelectorParams.myUserid = '';
|
|
20007
20019
|
this.foreignOrgSelectorParams.filgroup = {
|
|
20008
20020
|
pid: 'root',
|
|
20009
20021
|
myUserid: this.userId
|
|
20010
20022
|
};
|
|
20023
|
+
this.foreignOrgSelectorParams = Circulatevue_type_script_lang_js_extends({}, this.foreignOrgSelectorParams, this.selectorParams);
|
|
20011
20024
|
},
|
|
20012
20025
|
|
|
20013
20026
|
computed: {},
|
|
@@ -20230,8 +20243,8 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
20230
20243
|
|
|
20231
20244
|
var Circulate_component = normalizeComponent(
|
|
20232
20245
|
components_Circulatevue_type_script_lang_js,
|
|
20233
|
-
|
|
20234
|
-
|
|
20246
|
+
Circulatevue_type_template_id_2c8ddb82_render,
|
|
20247
|
+
Circulatevue_type_template_id_2c8ddb82_staticRenderFns,
|
|
20235
20248
|
false,
|
|
20236
20249
|
null,
|
|
20237
20250
|
null,
|
|
@@ -21128,8 +21141,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21128
21141
|
)
|
|
21129
21142
|
|
|
21130
21143
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21131
|
-
// 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=
|
|
21132
|
-
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=0312edd8
|
|
21145
|
+
var taskUnionExaminevue_type_template_id_0312edd8_render = function () {
|
|
21133
21146
|
var _vm = this
|
|
21134
21147
|
var _h = _vm.$createElement
|
|
21135
21148
|
var _c = _vm._self._c || _h
|
|
@@ -21292,11 +21305,11 @@ var taskUnionExaminevue_type_template_id_f69c2dba_render = function () {
|
|
|
21292
21305
|
]),
|
|
21293
21306
|
])
|
|
21294
21307
|
}
|
|
21295
|
-
var
|
|
21296
|
-
|
|
21308
|
+
var taskUnionExaminevue_type_template_id_0312edd8_staticRenderFns = []
|
|
21309
|
+
taskUnionExaminevue_type_template_id_0312edd8_render._withStripped = true
|
|
21297
21310
|
|
|
21298
21311
|
|
|
21299
|
-
// 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=0312edd8
|
|
21300
21313
|
|
|
21301
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
|
|
21302
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; };
|
|
@@ -21487,7 +21500,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21487
21500
|
};
|
|
21488
21501
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
21489
21502
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
21490
|
-
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params
|
|
21503
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
21491
21504
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
21492
21505
|
// this.newMultiple = this.multiple;
|
|
21493
21506
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
@@ -21948,8 +21961,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21948
21961
|
|
|
21949
21962
|
var taskUnionExamine_component = normalizeComponent(
|
|
21950
21963
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21951
|
-
|
|
21952
|
-
|
|
21964
|
+
taskUnionExaminevue_type_template_id_0312edd8_render,
|
|
21965
|
+
taskUnionExaminevue_type_template_id_0312edd8_staticRenderFns,
|
|
21953
21966
|
false,
|
|
21954
21967
|
null,
|
|
21955
21968
|
null,
|
|
@@ -29362,7 +29375,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29362
29375
|
}
|
|
29363
29376
|
|
|
29364
29377
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29365
|
-
version: '0.3.
|
|
29378
|
+
version: '0.3.56',
|
|
29366
29379
|
install: install,
|
|
29367
29380
|
Button: packages_button,
|
|
29368
29381
|
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
|
|
@@ -5650,6 +5650,7 @@ var Handlevue_type_template_id_01ab6df6_render = function () {
|
|
|
5650
5650
|
)
|
|
5651
5651
|
: _vm._e(),
|
|
5652
5652
|
_vm.currentNodeEnableItemHandleDescription &&
|
|
5653
|
+
_vm.nodeList &&
|
|
5653
5654
|
_vm.nodeList.length != 0 &&
|
|
5654
5655
|
_vm.isShowNode &&
|
|
5655
5656
|
_vm.isNextUser
|
|
@@ -6195,11 +6196,11 @@ var Handlevue_type_template_id_01ab6df6_render = function () {
|
|
|
6195
6196
|
1
|
|
6196
6197
|
)
|
|
6197
6198
|
}
|
|
6198
|
-
var
|
|
6199
|
-
|
|
6199
|
+
var Handlevue_type_template_id_35d96726_staticRenderFns = []
|
|
6200
|
+
Handlevue_type_template_id_35d96726_render._withStripped = true
|
|
6200
6201
|
|
|
6201
6202
|
|
|
6202
|
-
// 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
|
|
6203
6204
|
|
|
6204
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
|
|
6205
6206
|
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
@@ -7539,6 +7540,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7539
7540
|
userId: {
|
|
7540
7541
|
type: String,
|
|
7541
7542
|
default: ''
|
|
7543
|
+
},
|
|
7544
|
+
selectorParams: {
|
|
7545
|
+
type: Object,
|
|
7546
|
+
default: function _default() {}
|
|
7542
7547
|
}
|
|
7543
7548
|
},
|
|
7544
7549
|
data: function data() {
|
|
@@ -8088,7 +8093,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8088
8093
|
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
8089
8094
|
var _this8 = this;
|
|
8090
8095
|
|
|
8096
|
+
console.log(val, isDef, this.tagKey, 'isDef');
|
|
8091
8097
|
if (!isDef && val.key === this.tagKey) return;
|
|
8098
|
+
console.log(val, isDef, this.tagKey, 'isDef2222');
|
|
8092
8099
|
this.tagKey = val.key;
|
|
8093
8100
|
//恢复默认
|
|
8094
8101
|
this.isNextUser = false;
|
|
@@ -8340,11 +8347,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8340
8347
|
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
8341
8348
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
8342
8349
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
8343
|
-
that.foreignOrgSelectorParams[x] = {
|
|
8350
|
+
that.foreignOrgSelectorParams[x] = Handlevue_type_script_lang_js_extends({
|
|
8344
8351
|
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' || foreignOrgparams[i] == 'nofilidorg' ? 'root' : foreignOrgparams[i],
|
|
8345
8352
|
nofilid: foreignOrgparams[i] == 'nofilidorg' ? that.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
8346
8353
|
myUserid: x == 'filgroup' ? util["a" /* default */].getStorage('userId') : ''
|
|
8347
|
-
};
|
|
8354
|
+
}, that.selectorParams);
|
|
8348
8355
|
});
|
|
8349
8356
|
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
8350
8357
|
}
|
|
@@ -8714,8 +8721,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8714
8721
|
|
|
8715
8722
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8716
8723
|
components_Handlevue_type_script_lang_js,
|
|
8717
|
-
|
|
8718
|
-
|
|
8724
|
+
Handlevue_type_template_id_35d96726_render,
|
|
8725
|
+
Handlevue_type_template_id_35d96726_staticRenderFns,
|
|
8719
8726
|
false,
|
|
8720
8727
|
null,
|
|
8721
8728
|
null,
|
|
@@ -8724,8 +8731,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8724
8731
|
)
|
|
8725
8732
|
|
|
8726
8733
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
8727
|
-
// 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=
|
|
8728
|
-
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 () {
|
|
8729
8736
|
var _vm = this
|
|
8730
8737
|
var _h = _vm.$createElement
|
|
8731
8738
|
var _c = _vm._self._c || _h
|
|
@@ -8951,13 +8958,15 @@ var Circulatevue_type_template_id_483055a4_render = function () {
|
|
|
8951
8958
|
),
|
|
8952
8959
|
])
|
|
8953
8960
|
}
|
|
8954
|
-
var
|
|
8955
|
-
|
|
8961
|
+
var Circulatevue_type_template_id_2c8ddb82_staticRenderFns = []
|
|
8962
|
+
Circulatevue_type_template_id_2c8ddb82_render._withStripped = true
|
|
8956
8963
|
|
|
8957
8964
|
|
|
8958
|
-
// 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
|
|
8959
8966
|
|
|
8960
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
|
+
|
|
8961
8970
|
//
|
|
8962
8971
|
//
|
|
8963
8972
|
//
|
|
@@ -9147,6 +9156,7 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
9147
9156
|
type: String,
|
|
9148
9157
|
default: ''
|
|
9149
9158
|
},
|
|
9159
|
+
selectorParams: { type: Object, default: function _default() {} },
|
|
9150
9160
|
title: {
|
|
9151
9161
|
type: String,
|
|
9152
9162
|
default: ''
|
|
@@ -9241,13 +9251,16 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
9241
9251
|
},
|
|
9242
9252
|
created: function created() {
|
|
9243
9253
|
// this.getMessage();
|
|
9244
|
-
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
|
+
};
|
|
9245
9257
|
this.foreignOrgSelectorParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
|
|
9246
9258
|
this.foreignOrgSelectorParams.myUserid = '';
|
|
9247
9259
|
this.foreignOrgSelectorParams.filgroup = {
|
|
9248
9260
|
pid: 'root',
|
|
9249
9261
|
myUserid: this.userId
|
|
9250
9262
|
};
|
|
9263
|
+
this.foreignOrgSelectorParams = Circulatevue_type_script_lang_js_extends({}, this.foreignOrgSelectorParams, this.selectorParams);
|
|
9251
9264
|
},
|
|
9252
9265
|
|
|
9253
9266
|
computed: {},
|
|
@@ -9470,8 +9483,8 @@ Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
|
9470
9483
|
|
|
9471
9484
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
9472
9485
|
components_Circulatevue_type_script_lang_js,
|
|
9473
|
-
|
|
9474
|
-
|
|
9486
|
+
Circulatevue_type_template_id_2c8ddb82_render,
|
|
9487
|
+
Circulatevue_type_template_id_2c8ddb82_staticRenderFns,
|
|
9475
9488
|
false,
|
|
9476
9489
|
null,
|
|
9477
9490
|
null,
|
|
@@ -10368,8 +10381,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10368
10381
|
)
|
|
10369
10382
|
|
|
10370
10383
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10371
|
-
// 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=
|
|
10372
|
-
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=0312edd8
|
|
10385
|
+
var taskUnionExaminevue_type_template_id_0312edd8_render = function () {
|
|
10373
10386
|
var _vm = this
|
|
10374
10387
|
var _h = _vm.$createElement
|
|
10375
10388
|
var _c = _vm._self._c || _h
|
|
@@ -10532,11 +10545,11 @@ var taskUnionExaminevue_type_template_id_f69c2dba_render = function () {
|
|
|
10532
10545
|
]),
|
|
10533
10546
|
])
|
|
10534
10547
|
}
|
|
10535
|
-
var
|
|
10536
|
-
|
|
10548
|
+
var taskUnionExaminevue_type_template_id_0312edd8_staticRenderFns = []
|
|
10549
|
+
taskUnionExaminevue_type_template_id_0312edd8_render._withStripped = true
|
|
10537
10550
|
|
|
10538
10551
|
|
|
10539
|
-
// 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=0312edd8
|
|
10540
10553
|
|
|
10541
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
|
|
10542
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; };
|
|
@@ -10727,7 +10740,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10727
10740
|
};
|
|
10728
10741
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
10729
10742
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10730
|
-
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params
|
|
10743
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
10731
10744
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
10732
10745
|
// this.newMultiple = this.multiple;
|
|
10733
10746
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
@@ -11188,8 +11201,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11188
11201
|
|
|
11189
11202
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11190
11203
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11191
|
-
|
|
11192
|
-
|
|
11204
|
+
taskUnionExaminevue_type_template_id_0312edd8_render,
|
|
11205
|
+
taskUnionExaminevue_type_template_id_0312edd8_staticRenderFns,
|
|
11193
11206
|
false,
|
|
11194
11207
|
null,
|
|
11195
11208
|
null,
|