eoss-mobiles 0.3.66 → 0.3.68
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 +73 -55
- package/lib/flow.js +72 -54
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Circulate.vue +1 -1
- package/packages/flow/src/components/Handle.vue +14 -6
- package/packages/flow/src/components/StartFlow.vue +10 -6
- package/packages/flow/src/components/reset.vue +5 -2
- package/packages/flow/src/components/taskUnionExamine.vue +3 -1
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -2277,8 +2277,8 @@ render._withStripped = true
|
|
|
2277
2277
|
|
|
2278
2278
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
2279
2279
|
|
|
2280
|
-
// 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/StartFlow.vue?vue&type=template&id=
|
|
2281
|
-
var
|
|
2280
|
+
// 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/StartFlow.vue?vue&type=template&id=3b7fd321
|
|
2281
|
+
var StartFlowvue_type_template_id_3b7fd321_render = function () {
|
|
2282
2282
|
var _vm = this
|
|
2283
2283
|
var _h = _vm.$createElement
|
|
2284
2284
|
var _c = _vm._self._c || _h
|
|
@@ -2471,7 +2471,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
2471
2471
|
attrs: { size: "small", type: "primary" },
|
|
2472
2472
|
on: {
|
|
2473
2473
|
click: function () {
|
|
2474
|
-
|
|
2474
|
+
// form.customLimitTime = '';
|
|
2475
2475
|
_vm.showCustomLimitTimeText =
|
|
2476
2476
|
!_vm.showCustomLimitTimeText
|
|
2477
2477
|
},
|
|
@@ -2514,7 +2514,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
2514
2514
|
attrs: { size: "small", type: "primary" },
|
|
2515
2515
|
on: {
|
|
2516
2516
|
click: function () {
|
|
2517
|
-
|
|
2517
|
+
// form.customLimitTime = '';
|
|
2518
2518
|
_vm.showCustomLimitTimeText =
|
|
2519
2519
|
!_vm.showCustomLimitTimeText
|
|
2520
2520
|
},
|
|
@@ -2589,11 +2589,11 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
2589
2589
|
]),
|
|
2590
2590
|
])
|
|
2591
2591
|
}
|
|
2592
|
-
var
|
|
2593
|
-
|
|
2592
|
+
var StartFlowvue_type_template_id_3b7fd321_staticRenderFns = []
|
|
2593
|
+
StartFlowvue_type_template_id_3b7fd321_render._withStripped = true
|
|
2594
2594
|
|
|
2595
2595
|
|
|
2596
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2596
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=3b7fd321
|
|
2597
2597
|
|
|
2598
2598
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2599
2599
|
var api = __webpack_require__(2);
|
|
@@ -4302,6 +4302,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4302
4302
|
if (this.formType == 'freeStart' || this.copyHistory) {
|
|
4303
4303
|
this.form.opinion = this.opinion;
|
|
4304
4304
|
}
|
|
4305
|
+
|
|
4305
4306
|
this.geAllData(obj);
|
|
4306
4307
|
},
|
|
4307
4308
|
|
|
@@ -4467,11 +4468,11 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4467
4468
|
if (_that.formType == 'freeStart' && !_that.isFreeStartFlow) {
|
|
4468
4469
|
_this2.$emit('closePop');
|
|
4469
4470
|
} else {
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4471
|
+
if (_that.formType == 'freeStart') {
|
|
4472
|
+
_that.$emit('success');
|
|
4473
|
+
} else {
|
|
4474
|
+
_that.$parent.$emit('success');
|
|
4475
|
+
}
|
|
4475
4476
|
}
|
|
4476
4477
|
} else {
|
|
4477
4478
|
_this2.$toast(res.msg || res.message);
|
|
@@ -4703,6 +4704,9 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4703
4704
|
_that.peopleObj = res.results.nodeExtr;
|
|
4704
4705
|
// _that.nextUserList = res.results.transactorInfos || [];
|
|
4705
4706
|
_that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
4707
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
4708
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
4709
|
+
}
|
|
4706
4710
|
if (res.results.nodeExtr.userSelectionType) {
|
|
4707
4711
|
_this4.treeType = res.results.nodeExtr.userSelectionType;
|
|
4708
4712
|
if (res.results.nodeExtr) {
|
|
@@ -4745,8 +4749,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4745
4749
|
|
|
4746
4750
|
var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
4747
4751
|
components_StartFlowvue_type_script_lang_js,
|
|
4748
|
-
|
|
4749
|
-
|
|
4752
|
+
StartFlowvue_type_template_id_3b7fd321_render,
|
|
4753
|
+
StartFlowvue_type_template_id_3b7fd321_staticRenderFns,
|
|
4750
4754
|
false,
|
|
4751
4755
|
null,
|
|
4752
4756
|
null,
|
|
@@ -4755,8 +4759,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4755
4759
|
)
|
|
4756
4760
|
|
|
4757
4761
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4758
|
-
// 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=
|
|
4759
|
-
var
|
|
4762
|
+
// 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=52fc39c4
|
|
4763
|
+
var Handlevue_type_template_id_52fc39c4_render = function () {
|
|
4760
4764
|
var _vm = this
|
|
4761
4765
|
var _h = _vm.$createElement
|
|
4762
4766
|
var _c = _vm._self._c || _h
|
|
@@ -4768,7 +4772,9 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
4768
4772
|
? _c("StartFlow", {
|
|
4769
4773
|
attrs: {
|
|
4770
4774
|
defId: _vm.freeStartFlowParams.defId,
|
|
4771
|
-
businessId:
|
|
4775
|
+
businessId:
|
|
4776
|
+
_vm.freeStartFlowParams.startFlowBusinessId ||
|
|
4777
|
+
_vm.taskExamineInfo.businessId,
|
|
4772
4778
|
taskParams: _vm.taskParams,
|
|
4773
4779
|
"is-free-start-flow":
|
|
4774
4780
|
_vm.freeStartFlowParams.useScene ===
|
|
@@ -4786,6 +4792,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
4786
4792
|
closePop: function ($event) {
|
|
4787
4793
|
_vm.showFreeStart = false
|
|
4788
4794
|
},
|
|
4795
|
+
success: _vm.handleSuccess,
|
|
4789
4796
|
},
|
|
4790
4797
|
})
|
|
4791
4798
|
: _vm.handleFlow
|
|
@@ -5507,8 +5514,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
5507
5514
|
on: {
|
|
5508
5515
|
click:
|
|
5509
5516
|
function () {
|
|
5510
|
-
|
|
5511
|
-
""
|
|
5517
|
+
// form.customLimitTime = '';
|
|
5512
5518
|
_vm.showCustomLimitTimeText =
|
|
5513
5519
|
!_vm.showCustomLimitTimeText
|
|
5514
5520
|
},
|
|
@@ -5572,8 +5578,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
5572
5578
|
on: {
|
|
5573
5579
|
click:
|
|
5574
5580
|
function () {
|
|
5575
|
-
|
|
5576
|
-
""
|
|
5581
|
+
// form.customLimitTime = '';
|
|
5577
5582
|
_vm.showCustomLimitTimeText =
|
|
5578
5583
|
!_vm.showCustomLimitTimeText
|
|
5579
5584
|
},
|
|
@@ -6206,11 +6211,11 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
6206
6211
|
1
|
|
6207
6212
|
)
|
|
6208
6213
|
}
|
|
6209
|
-
var
|
|
6210
|
-
|
|
6214
|
+
var Handlevue_type_template_id_52fc39c4_staticRenderFns = []
|
|
6215
|
+
Handlevue_type_template_id_52fc39c4_render._withStripped = true
|
|
6211
6216
|
|
|
6212
6217
|
|
|
6213
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6218
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=52fc39c4
|
|
6214
6219
|
|
|
6215
6220
|
// 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=7503f952
|
|
6216
6221
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -7511,6 +7516,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7511
7516
|
//
|
|
7512
7517
|
//
|
|
7513
7518
|
//
|
|
7519
|
+
//
|
|
7514
7520
|
|
|
7515
7521
|
|
|
7516
7522
|
|
|
@@ -7725,6 +7731,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7725
7731
|
}
|
|
7726
7732
|
},
|
|
7727
7733
|
methods: {
|
|
7734
|
+
handleSuccess: function handleSuccess() {
|
|
7735
|
+
this.$parent.$emit('success');
|
|
7736
|
+
},
|
|
7728
7737
|
handleClickDefList: function handleClickDefList(info) {
|
|
7729
7738
|
this.freeStartFlowParams.defId = info.defId;
|
|
7730
7739
|
this.showFreeStart = true;
|
|
@@ -8370,18 +8379,19 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8370
8379
|
taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
|
|
8371
8380
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
8372
8381
|
|
|
8373
|
-
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
8382
|
+
if (currentOrgSelectorParams && currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
8374
8383
|
that.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
8375
8384
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
8376
8385
|
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
8377
8386
|
that.currentOrgSelectorParams[x] = {
|
|
8378
8387
|
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
8379
|
-
only_filid: true
|
|
8388
|
+
only_filid: true,
|
|
8389
|
+
onlyMyOrg: true
|
|
8380
8390
|
};
|
|
8381
8391
|
});
|
|
8382
8392
|
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
8383
8393
|
}
|
|
8384
|
-
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
8394
|
+
if (currentOrgSelectorParams && currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
8385
8395
|
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
8386
8396
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
8387
8397
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
@@ -8638,6 +8648,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8638
8648
|
_that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
8639
8649
|
_that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
8640
8650
|
_that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
8651
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
8652
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
8653
|
+
}
|
|
8641
8654
|
res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
|
|
8642
8655
|
res.data.currentOrgDisabledObjId && (_this10.currentOrgDisabledObjId = res.data.currentOrgDisabledObjId.split(','));
|
|
8643
8656
|
_this10.appointNotUserIds = res.data.appointNotUserIds;
|
|
@@ -8780,8 +8793,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8780
8793
|
|
|
8781
8794
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8782
8795
|
components_Handlevue_type_script_lang_js,
|
|
8783
|
-
|
|
8784
|
-
|
|
8796
|
+
Handlevue_type_template_id_52fc39c4_render,
|
|
8797
|
+
Handlevue_type_template_id_52fc39c4_staticRenderFns,
|
|
8785
8798
|
false,
|
|
8786
8799
|
null,
|
|
8787
8800
|
null,
|
|
@@ -8790,8 +8803,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8790
8803
|
)
|
|
8791
8804
|
|
|
8792
8805
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
8793
|
-
// 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=
|
|
8794
|
-
var
|
|
8806
|
+
// 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=6a3992e8
|
|
8807
|
+
var Circulatevue_type_template_id_6a3992e8_render = function () {
|
|
8795
8808
|
var _vm = this
|
|
8796
8809
|
var _h = _vm.$createElement
|
|
8797
8810
|
var _c = _vm._self._c || _h
|
|
@@ -9017,11 +9030,11 @@ var Circulatevue_type_template_id_2c8ddb82_render = function () {
|
|
|
9017
9030
|
),
|
|
9018
9031
|
])
|
|
9019
9032
|
}
|
|
9020
|
-
var
|
|
9021
|
-
|
|
9033
|
+
var Circulatevue_type_template_id_6a3992e8_staticRenderFns = []
|
|
9034
|
+
Circulatevue_type_template_id_6a3992e8_render._withStripped = true
|
|
9022
9035
|
|
|
9023
9036
|
|
|
9024
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
9037
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=6a3992e8
|
|
9025
9038
|
|
|
9026
9039
|
// 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
|
|
9027
9040
|
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; };
|
|
@@ -9226,7 +9239,7 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
9226
9239
|
|
|
9227
9240
|
return _ref = {
|
|
9228
9241
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
9229
|
-
currentOrgSelectorParams: { only_filid: true },
|
|
9242
|
+
currentOrgSelectorParams: { only_filid: true, onlyMyOrg: true },
|
|
9230
9243
|
currentOrgSelectorTabs: 'employee, persongroup',
|
|
9231
9244
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
9232
9245
|
foreignOrgSelectorParams: { roleid: '' },
|
|
@@ -9542,8 +9555,8 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
9542
9555
|
|
|
9543
9556
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
9544
9557
|
components_Circulatevue_type_script_lang_js,
|
|
9545
|
-
|
|
9546
|
-
|
|
9558
|
+
Circulatevue_type_template_id_6a3992e8_render,
|
|
9559
|
+
Circulatevue_type_template_id_6a3992e8_staticRenderFns,
|
|
9547
9560
|
false,
|
|
9548
9561
|
null,
|
|
9549
9562
|
null,
|
|
@@ -10444,8 +10457,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10444
10457
|
)
|
|
10445
10458
|
|
|
10446
10459
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10447
|
-
// 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=
|
|
10448
|
-
var
|
|
10460
|
+
// 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=12480d2e
|
|
10461
|
+
var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
|
|
10449
10462
|
var _vm = this
|
|
10450
10463
|
var _h = _vm.$createElement
|
|
10451
10464
|
var _c = _vm._self._c || _h
|
|
@@ -10608,11 +10621,11 @@ var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
|
10608
10621
|
]),
|
|
10609
10622
|
])
|
|
10610
10623
|
}
|
|
10611
|
-
var
|
|
10612
|
-
|
|
10624
|
+
var taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns = []
|
|
10625
|
+
taskUnionExaminevue_type_template_id_12480d2e_render._withStripped = true
|
|
10613
10626
|
|
|
10614
10627
|
|
|
10615
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10628
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
|
|
10616
10629
|
|
|
10617
10630
|
// 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
|
|
10618
10631
|
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; };
|
|
@@ -10809,6 +10822,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10809
10822
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10810
10823
|
if (this.type == 'takeAdvice') {
|
|
10811
10824
|
this.params.only_filid = true;
|
|
10825
|
+
this.params.onlyMyOrg = true;
|
|
10812
10826
|
} else {
|
|
10813
10827
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
10814
10828
|
}
|
|
@@ -11053,7 +11067,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11053
11067
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
11054
11068
|
_this5.params[x] = {
|
|
11055
11069
|
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
11056
|
-
only_filid: true
|
|
11070
|
+
only_filid: true,
|
|
11071
|
+
onlyMyOrg: true
|
|
11057
11072
|
};
|
|
11058
11073
|
});
|
|
11059
11074
|
} else {
|
|
@@ -11274,8 +11289,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11274
11289
|
|
|
11275
11290
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11276
11291
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11277
|
-
|
|
11278
|
-
|
|
11292
|
+
taskUnionExaminevue_type_template_id_12480d2e_render,
|
|
11293
|
+
taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns,
|
|
11279
11294
|
false,
|
|
11280
11295
|
null,
|
|
11281
11296
|
null,
|
|
@@ -11502,8 +11517,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
11502
11517
|
)
|
|
11503
11518
|
|
|
11504
11519
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
11505
|
-
// 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/reset.vue?vue&type=template&id=
|
|
11506
|
-
var
|
|
11520
|
+
// 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/reset.vue?vue&type=template&id=2e32a802
|
|
11521
|
+
var resetvue_type_template_id_2e32a802_render = function () {
|
|
11507
11522
|
var _vm = this
|
|
11508
11523
|
var _h = _vm.$createElement
|
|
11509
11524
|
var _c = _vm._self._c || _h
|
|
@@ -11686,7 +11701,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
11686
11701
|
attrs: { size: "small", type: "primary" },
|
|
11687
11702
|
on: {
|
|
11688
11703
|
click: function () {
|
|
11689
|
-
|
|
11704
|
+
// form.customLimitTime = '';
|
|
11690
11705
|
_vm.showCustomLimitTimeText =
|
|
11691
11706
|
!_vm.showCustomLimitTimeText
|
|
11692
11707
|
},
|
|
@@ -11729,7 +11744,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
11729
11744
|
attrs: { size: "small", type: "primary" },
|
|
11730
11745
|
on: {
|
|
11731
11746
|
click: function () {
|
|
11732
|
-
|
|
11747
|
+
// form.customLimitTime = '';
|
|
11733
11748
|
_vm.showCustomLimitTimeText =
|
|
11734
11749
|
!_vm.showCustomLimitTimeText
|
|
11735
11750
|
},
|
|
@@ -11804,11 +11819,11 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
11804
11819
|
]),
|
|
11805
11820
|
])
|
|
11806
11821
|
}
|
|
11807
|
-
var
|
|
11808
|
-
|
|
11822
|
+
var resetvue_type_template_id_2e32a802_staticRenderFns = []
|
|
11823
|
+
resetvue_type_template_id_2e32a802_render._withStripped = true
|
|
11809
11824
|
|
|
11810
11825
|
|
|
11811
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
11826
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=2e32a802
|
|
11812
11827
|
|
|
11813
11828
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
11814
11829
|
var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -12473,6 +12488,9 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12473
12488
|
};
|
|
12474
12489
|
});
|
|
12475
12490
|
_that.enableCustomLimitTimeSetting = _this5.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
12491
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
12492
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
12493
|
+
}
|
|
12476
12494
|
if (res.data.nodeExtAttr.userSelectionType) {
|
|
12477
12495
|
_this5.treeType = res.data.nodeExtAttr.userSelectionType;
|
|
12478
12496
|
if (res.data.nodeExtAttr) {
|
|
@@ -12515,8 +12533,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12515
12533
|
|
|
12516
12534
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
12517
12535
|
components_resetvue_type_script_lang_js,
|
|
12518
|
-
|
|
12519
|
-
|
|
12536
|
+
resetvue_type_template_id_2e32a802_render,
|
|
12537
|
+
resetvue_type_template_id_2e32a802_staticRenderFns,
|
|
12520
12538
|
false,
|
|
12521
12539
|
null,
|
|
12522
12540
|
null,
|