eoss-ui 0.7.60 → 0.7.62
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-ui.common.js +72 -55
- package/lib/flow.js +66 -49
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +3 -2
- package/packages/flow/src/component/FreeCirculation.vue +4 -4
- package/packages/flow/src/component/taskUnionExamine.vue +7 -5
- package/packages/flow/src/freeStartFlow.vue +3 -3
- package/packages/flow/src/main.vue +112 -80
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -27552,8 +27552,8 @@ form_src_main.install = function (Vue) {
|
|
|
27552
27552
|
};
|
|
27553
27553
|
|
|
27554
27554
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27555
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
27556
|
-
var
|
|
27555
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=3b3047e5&
|
|
27556
|
+
var mainvue_type_template_id_3b3047e5_render = function () {
|
|
27557
27557
|
var _vm = this
|
|
27558
27558
|
var _h = _vm.$createElement
|
|
27559
27559
|
var _c = _vm._self._c || _h
|
|
@@ -27853,6 +27853,7 @@ var mainvue_type_template_id_185acfc2_render = function () {
|
|
|
27853
27853
|
staticStyle: { height: "100%" },
|
|
27854
27854
|
attrs: {
|
|
27855
27855
|
type: _vm.newTypeCode,
|
|
27856
|
+
showTooltip: _vm.showTooltip,
|
|
27856
27857
|
simpleTips: _vm.simpleTips,
|
|
27857
27858
|
appId: _vm.resetAppId,
|
|
27858
27859
|
flowParams: _vm.param,
|
|
@@ -30491,11 +30492,11 @@ var mainvue_type_template_id_185acfc2_render = function () {
|
|
|
30491
30492
|
)
|
|
30492
30493
|
: _vm._e()
|
|
30493
30494
|
}
|
|
30494
|
-
var
|
|
30495
|
-
|
|
30495
|
+
var mainvue_type_template_id_3b3047e5_staticRenderFns = []
|
|
30496
|
+
mainvue_type_template_id_3b3047e5_render._withStripped = true
|
|
30496
30497
|
|
|
30497
30498
|
|
|
30498
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30499
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3b3047e5&
|
|
30499
30500
|
|
|
30500
30501
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4a620f86&
|
|
30501
30502
|
var CommonOpinionsvue_type_template_id_4a620f86_render = function () {
|
|
@@ -39330,8 +39331,8 @@ var reset_component = normalizeComponent(
|
|
|
39330
39331
|
)
|
|
39331
39332
|
|
|
39332
39333
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
39333
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
39334
|
-
var
|
|
39334
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=842848a2&
|
|
39335
|
+
var taskUnionExaminevue_type_template_id_842848a2_render = function () {
|
|
39335
39336
|
var _vm = this
|
|
39336
39337
|
var _h = _vm.$createElement
|
|
39337
39338
|
var _c = _vm._self._c || _h
|
|
@@ -39458,8 +39459,9 @@ var taskUnionExaminevue_type_template_id_e8a207ca_render = function () {
|
|
|
39458
39459
|
attrs: {
|
|
39459
39460
|
nextUser: _vm.infoList.nextOtherOrgObj,
|
|
39460
39461
|
where: {
|
|
39461
|
-
filid: "
|
|
39462
|
+
filid: "all",
|
|
39462
39463
|
roleid: _vm.selectorParams.roleid,
|
|
39464
|
+
nofilid: _vm.sessionStorage.getItem("orgId"),
|
|
39463
39465
|
},
|
|
39464
39466
|
showTooltip: _vm.showTooltip,
|
|
39465
39467
|
multiple: _vm.newMultiple,
|
|
@@ -39642,11 +39644,11 @@ var taskUnionExaminevue_type_template_id_e8a207ca_render = function () {
|
|
|
39642
39644
|
1
|
|
39643
39645
|
)
|
|
39644
39646
|
}
|
|
39645
|
-
var
|
|
39646
|
-
|
|
39647
|
+
var taskUnionExaminevue_type_template_id_842848a2_staticRenderFns = []
|
|
39648
|
+
taskUnionExaminevue_type_template_id_842848a2_render._withStripped = true
|
|
39647
39649
|
|
|
39648
39650
|
|
|
39649
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
39651
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=842848a2&
|
|
39650
39652
|
|
|
39651
39653
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
39652
39654
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -39885,11 +39887,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39885
39887
|
currentOrgName: '',
|
|
39886
39888
|
otherOrgName: '',
|
|
39887
39889
|
newMultiple: true,
|
|
39888
|
-
params: { filid: 'all' },
|
|
39890
|
+
params: { filid: 'all', only_filid: true },
|
|
39889
39891
|
isHideOtherOrg: '',
|
|
39890
39892
|
isHideCurrentOrg: 0,
|
|
39891
39893
|
isOpinionRequired: 0,
|
|
39892
|
-
otherParams: { filid: '
|
|
39894
|
+
otherParams: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') },
|
|
39893
39895
|
loading: false
|
|
39894
39896
|
};
|
|
39895
39897
|
},
|
|
@@ -40075,7 +40077,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
40075
40077
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
40076
40078
|
_this3.currentOrgTabs.map(function (x, i) {
|
|
40077
40079
|
_this3.params[x] = {
|
|
40078
|
-
filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : param[i]
|
|
40080
|
+
filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : param[i],
|
|
40081
|
+
only_filid: true
|
|
40079
40082
|
};
|
|
40080
40083
|
});
|
|
40081
40084
|
} else {
|
|
@@ -40091,7 +40094,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
40091
40094
|
_this3.foreignOrgTabs.map(function (x, i) {
|
|
40092
40095
|
_this3.otherParams[x] = {
|
|
40093
40096
|
filid: _param[i],
|
|
40094
|
-
roleid: _this3.selectorParams.roleid
|
|
40097
|
+
roleid: _this3.selectorParams.roleid,
|
|
40098
|
+
nofilid: sessionStorage.getItem('orgId')
|
|
40095
40099
|
};
|
|
40096
40100
|
});
|
|
40097
40101
|
}
|
|
@@ -40342,8 +40346,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
40342
40346
|
|
|
40343
40347
|
var taskUnionExamine_component = normalizeComponent(
|
|
40344
40348
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
40345
|
-
|
|
40346
|
-
|
|
40349
|
+
taskUnionExaminevue_type_template_id_842848a2_render,
|
|
40350
|
+
taskUnionExaminevue_type_template_id_842848a2_staticRenderFns,
|
|
40347
40351
|
false,
|
|
40348
40352
|
null,
|
|
40349
40353
|
null,
|
|
@@ -40352,8 +40356,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
40352
40356
|
)
|
|
40353
40357
|
|
|
40354
40358
|
/* harmony default export */ var component_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
40355
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
40356
|
-
var
|
|
40359
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0e0beabc&
|
|
40360
|
+
var freeStartFlowvue_type_template_id_0e0beabc_render = function () {
|
|
40357
40361
|
var _vm = this
|
|
40358
40362
|
var _h = _vm.$createElement
|
|
40359
40363
|
var _c = _vm._self._c || _h
|
|
@@ -41250,6 +41254,7 @@ var freeStartFlowvue_type_template_id_58b83688_render = function () {
|
|
|
41250
41254
|
roleid:
|
|
41251
41255
|
_vm.selectorParams
|
|
41252
41256
|
.roleid,
|
|
41257
|
+
only_filid: true,
|
|
41253
41258
|
},
|
|
41254
41259
|
},
|
|
41255
41260
|
on: {
|
|
@@ -41286,10 +41291,14 @@ var freeStartFlowvue_type_template_id_58b83688_render = function () {
|
|
|
41286
41291
|
multiple: "",
|
|
41287
41292
|
mix: "",
|
|
41288
41293
|
where: {
|
|
41289
|
-
filid: "
|
|
41294
|
+
filid: "all",
|
|
41290
41295
|
roleid:
|
|
41291
41296
|
_vm.selectorParams
|
|
41292
41297
|
.roleid,
|
|
41298
|
+
nofilid:
|
|
41299
|
+
_vm.sessionStorage.getItem(
|
|
41300
|
+
"orgId"
|
|
41301
|
+
),
|
|
41293
41302
|
},
|
|
41294
41303
|
showTooltip:
|
|
41295
41304
|
_vm.showTooltip,
|
|
@@ -41301,6 +41310,10 @@ var freeStartFlowvue_type_template_id_58b83688_render = function () {
|
|
|
41301
41310
|
roleid:
|
|
41302
41311
|
_vm.selectorParams
|
|
41303
41312
|
.roleid,
|
|
41313
|
+
nofilid:
|
|
41314
|
+
_vm.sessionStorage.getItem(
|
|
41315
|
+
"orgId"
|
|
41316
|
+
),
|
|
41304
41317
|
},
|
|
41305
41318
|
},
|
|
41306
41319
|
on: {
|
|
@@ -42455,11 +42468,11 @@ var freeStartFlowvue_type_template_id_58b83688_render = function () {
|
|
|
42455
42468
|
)
|
|
42456
42469
|
: _vm._e()
|
|
42457
42470
|
}
|
|
42458
|
-
var
|
|
42459
|
-
|
|
42471
|
+
var freeStartFlowvue_type_template_id_0e0beabc_staticRenderFns = []
|
|
42472
|
+
freeStartFlowvue_type_template_id_0e0beabc_render._withStripped = true
|
|
42460
42473
|
|
|
42461
42474
|
|
|
42462
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
42475
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0e0beabc&
|
|
42463
42476
|
|
|
42464
42477
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
42465
42478
|
|
|
@@ -45174,8 +45187,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45174
45187
|
|
|
45175
45188
|
var freeStartFlow_component = normalizeComponent(
|
|
45176
45189
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
45177
|
-
|
|
45178
|
-
|
|
45190
|
+
freeStartFlowvue_type_template_id_0e0beabc_render,
|
|
45191
|
+
freeStartFlowvue_type_template_id_0e0beabc_staticRenderFns,
|
|
45179
45192
|
false,
|
|
45180
45193
|
null,
|
|
45181
45194
|
null,
|
|
@@ -45550,8 +45563,8 @@ var supervise_component = normalizeComponent(
|
|
|
45550
45563
|
)
|
|
45551
45564
|
|
|
45552
45565
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
45553
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
45554
|
-
var
|
|
45566
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=7e42d343&
|
|
45567
|
+
var Circulatevue_type_template_id_7e42d343_render = function () {
|
|
45555
45568
|
var _vm = this
|
|
45556
45569
|
var _h = _vm.$createElement
|
|
45557
45570
|
var _c = _vm._self._c || _h
|
|
@@ -45745,11 +45758,11 @@ var Circulatevue_type_template_id_694b261a_render = function () {
|
|
|
45745
45758
|
1
|
|
45746
45759
|
)
|
|
45747
45760
|
}
|
|
45748
|
-
var
|
|
45749
|
-
|
|
45761
|
+
var Circulatevue_type_template_id_7e42d343_staticRenderFns = []
|
|
45762
|
+
Circulatevue_type_template_id_7e42d343_render._withStripped = true
|
|
45750
45763
|
|
|
45751
45764
|
|
|
45752
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
45765
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=7e42d343&
|
|
45753
45766
|
|
|
45754
45767
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
45755
45768
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -45906,11 +45919,11 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45906
45919
|
currentOrgName: '',
|
|
45907
45920
|
otherOrgName: '',
|
|
45908
45921
|
newMultiple: true,
|
|
45909
|
-
params: { filid: 'all' },
|
|
45922
|
+
params: { filid: 'all', only_filid: true },
|
|
45910
45923
|
isHideOtherOrg: '',
|
|
45911
45924
|
isHideCurrentOrg: 0,
|
|
45912
45925
|
isOpinionRequired: 0,
|
|
45913
|
-
otherParams: { filid: '
|
|
45926
|
+
otherParams: { filid: 'all', nofilid: 1 },
|
|
45914
45927
|
loading: false,
|
|
45915
45928
|
subLoading: null,
|
|
45916
45929
|
userModel: {}
|
|
@@ -45921,6 +45934,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45921
45934
|
selectorParams: {
|
|
45922
45935
|
handler: function handler(val) {
|
|
45923
45936
|
this.params = val;
|
|
45937
|
+
this.params.only_filid = true;
|
|
45924
45938
|
},
|
|
45925
45939
|
|
|
45926
45940
|
deep: true,
|
|
@@ -46166,8 +46180,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
46166
46180
|
|
|
46167
46181
|
var Circulate_component = normalizeComponent(
|
|
46168
46182
|
component_Circulatevue_type_script_lang_js_,
|
|
46169
|
-
|
|
46170
|
-
|
|
46183
|
+
Circulatevue_type_template_id_7e42d343_render,
|
|
46184
|
+
Circulatevue_type_template_id_7e42d343_staticRenderFns,
|
|
46171
46185
|
false,
|
|
46172
46186
|
null,
|
|
46173
46187
|
null,
|
|
@@ -46176,8 +46190,8 @@ var Circulate_component = normalizeComponent(
|
|
|
46176
46190
|
)
|
|
46177
46191
|
|
|
46178
46192
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
46179
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
46180
|
-
var
|
|
46193
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=26d26287&
|
|
46194
|
+
var FreeCirculationvue_type_template_id_26d26287_render = function () {
|
|
46181
46195
|
var _vm = this
|
|
46182
46196
|
var _h = _vm.$createElement
|
|
46183
46197
|
var _c = _vm._self._c || _h
|
|
@@ -46232,8 +46246,9 @@ var FreeCirculationvue_type_template_id_2eb65518_render = function () {
|
|
|
46232
46246
|
showTooltip: _vm.showTooltip,
|
|
46233
46247
|
disableds: _vm.otherOrgDisabledObjId,
|
|
46234
46248
|
where: {
|
|
46235
|
-
filid: "
|
|
46249
|
+
filid: "all",
|
|
46236
46250
|
roleid: _vm.selectorParams.roleid,
|
|
46251
|
+
nofilid: _vm.sessionStorage.getItem("orgId"),
|
|
46237
46252
|
},
|
|
46238
46253
|
types: _vm.foreignOrgSelectorTabs,
|
|
46239
46254
|
params: _vm.foreignOrgSelectorParams,
|
|
@@ -46275,11 +46290,11 @@ var FreeCirculationvue_type_template_id_2eb65518_render = function () {
|
|
|
46275
46290
|
1
|
|
46276
46291
|
)
|
|
46277
46292
|
}
|
|
46278
|
-
var
|
|
46279
|
-
|
|
46293
|
+
var FreeCirculationvue_type_template_id_26d26287_staticRenderFns = []
|
|
46294
|
+
FreeCirculationvue_type_template_id_26d26287_render._withStripped = true
|
|
46280
46295
|
|
|
46281
46296
|
|
|
46282
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
46297
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=26d26287&
|
|
46283
46298
|
|
|
46284
46299
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
46285
46300
|
var FreeCirculationvue_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; };
|
|
@@ -46363,11 +46378,11 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
46363
46378
|
nextOtherOrgObjSelect: [],
|
|
46364
46379
|
nextNode: {},
|
|
46365
46380
|
currentOrgSelectorParams: {
|
|
46366
|
-
filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId
|
|
46381
|
+
filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId, only_filid: true
|
|
46367
46382
|
},
|
|
46368
46383
|
currentOrgSelectorTabs: ['employee', 'persongroup'],
|
|
46369
|
-
foreignOrgSelectorTabs: ['enterprise', '
|
|
46370
|
-
foreignOrgSelectorParams: { filid: '
|
|
46384
|
+
foreignOrgSelectorTabs: ['enterprise', 'filgroup'],
|
|
46385
|
+
foreignOrgSelectorParams: { enterprise: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') }, filgroup: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') }, roleid: '' },
|
|
46371
46386
|
loading: null
|
|
46372
46387
|
};
|
|
46373
46388
|
},
|
|
@@ -46507,8 +46522,8 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
46507
46522
|
|
|
46508
46523
|
var FreeCirculation_component = normalizeComponent(
|
|
46509
46524
|
component_FreeCirculationvue_type_script_lang_js_,
|
|
46510
|
-
|
|
46511
|
-
|
|
46525
|
+
FreeCirculationvue_type_template_id_26d26287_render,
|
|
46526
|
+
FreeCirculationvue_type_template_id_26d26287_staticRenderFns,
|
|
46512
46527
|
false,
|
|
46513
46528
|
null,
|
|
46514
46529
|
null,
|
|
@@ -47803,7 +47818,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47803
47818
|
currentNodeEnableItemHandleDescription: false,
|
|
47804
47819
|
startFlowPageEmbeddedIntoStartFlowIndex: false,
|
|
47805
47820
|
pendingItemHandleDescription: '',
|
|
47806
|
-
currentOrgSelectorParams: { filid: '' },
|
|
47821
|
+
currentOrgSelectorParams: { filid: '', only_filid: true },
|
|
47807
47822
|
currentOrgSelectorTabs: ['employee', 'persongroup'],
|
|
47808
47823
|
foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
|
|
47809
47824
|
foreignOrgSelectorParams: { filid: 'all', roleid: '' },
|
|
@@ -48048,7 +48063,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48048
48063
|
required: this.enableCustomLimitTimeSetting,
|
|
48049
48064
|
message: this.showCustomLimitTimeText ? '请输入限时办理天数' : '请选择限时办理天数',
|
|
48050
48065
|
trigger: 'blur'
|
|
48051
|
-
}, {
|
|
48066
|
+
}, {
|
|
48067
|
+
required: this.enableCustomLimitTimeSetting,
|
|
48068
|
+
validator: this.checkCustomLimitTime,
|
|
48069
|
+
trigger: 'change'
|
|
48070
|
+
}]
|
|
48052
48071
|
};
|
|
48053
48072
|
},
|
|
48054
48073
|
tabs: function tabs() {
|
|
@@ -49442,7 +49461,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49442
49461
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
49443
49462
|
_this29.currentOrgSelectorTabs.map(function (x, i) {
|
|
49444
49463
|
_this29.currentOrgSelectorParams[x] = {
|
|
49445
|
-
filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
49464
|
+
filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
49465
|
+
only_filid: true
|
|
49446
49466
|
};
|
|
49447
49467
|
});
|
|
49448
49468
|
}
|
|
@@ -49451,13 +49471,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49451
49471
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
49452
49472
|
_this29.foreignOrgSelectorTabs.map(function (x, i) {
|
|
49453
49473
|
_this29.foreignOrgSelectorParams[x] = {
|
|
49454
|
-
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? '' : foreignOrgparams[i],
|
|
49474
|
+
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? 'all' : foreignOrgparams[i],
|
|
49455
49475
|
nofilid: foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId') : foreignOrgparams[i] == 'nofiliddept' ? sessionStorage.getItem('depId') : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
49456
49476
|
roleid: _this29.circularReadParamsMap.circularReadOrgRoleCode || _this29.foreignOrgSelectorParams.roleid
|
|
49457
49477
|
};
|
|
49458
|
-
if ((foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept') && x != "filgroup") {
|
|
49459
|
-
_this29.foreignOrgSelectorParams[x].id = '' + (foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId') + '-org-0' : sessionStorage.getItem('depId') + '-dep-0');
|
|
49460
|
-
}
|
|
49461
49478
|
});
|
|
49462
49479
|
}
|
|
49463
49480
|
_this29.circularReadParamsMap = circularReadParamsMap || {};
|
|
@@ -50215,8 +50232,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50215
50232
|
|
|
50216
50233
|
var flow_src_main_component = normalizeComponent(
|
|
50217
50234
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
50218
|
-
|
|
50219
|
-
|
|
50235
|
+
mainvue_type_template_id_3b3047e5_render,
|
|
50236
|
+
mainvue_type_template_id_3b3047e5_staticRenderFns,
|
|
50220
50237
|
false,
|
|
50221
50238
|
null,
|
|
50222
50239
|
null,
|
|
@@ -94537,7 +94554,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94537
94554
|
}
|
|
94538
94555
|
|
|
94539
94556
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94540
|
-
version: '0.7.
|
|
94557
|
+
version: '0.7.62',
|
|
94541
94558
|
install: install,
|
|
94542
94559
|
Button: packages_button,
|
|
94543
94560
|
ButtonGroup: button_group,
|