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
|
@@ -13054,8 +13054,8 @@ mainvue_type_template_id_48dbcefe_render._withStripped = true
|
|
|
13054
13054
|
|
|
13055
13055
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
13056
13056
|
|
|
13057
|
-
// 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=
|
|
13058
|
-
var
|
|
13057
|
+
// 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
|
|
13058
|
+
var StartFlowvue_type_template_id_3b7fd321_render = function () {
|
|
13059
13059
|
var _vm = this
|
|
13060
13060
|
var _h = _vm.$createElement
|
|
13061
13061
|
var _c = _vm._self._c || _h
|
|
@@ -13248,7 +13248,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
13248
13248
|
attrs: { size: "small", type: "primary" },
|
|
13249
13249
|
on: {
|
|
13250
13250
|
click: function () {
|
|
13251
|
-
|
|
13251
|
+
// form.customLimitTime = '';
|
|
13252
13252
|
_vm.showCustomLimitTimeText =
|
|
13253
13253
|
!_vm.showCustomLimitTimeText
|
|
13254
13254
|
},
|
|
@@ -13291,7 +13291,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
13291
13291
|
attrs: { size: "small", type: "primary" },
|
|
13292
13292
|
on: {
|
|
13293
13293
|
click: function () {
|
|
13294
|
-
|
|
13294
|
+
// form.customLimitTime = '';
|
|
13295
13295
|
_vm.showCustomLimitTimeText =
|
|
13296
13296
|
!_vm.showCustomLimitTimeText
|
|
13297
13297
|
},
|
|
@@ -13366,11 +13366,11 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
13366
13366
|
]),
|
|
13367
13367
|
])
|
|
13368
13368
|
}
|
|
13369
|
-
var
|
|
13370
|
-
|
|
13369
|
+
var StartFlowvue_type_template_id_3b7fd321_staticRenderFns = []
|
|
13370
|
+
StartFlowvue_type_template_id_3b7fd321_render._withStripped = true
|
|
13371
13371
|
|
|
13372
13372
|
|
|
13373
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13373
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=3b7fd321
|
|
13374
13374
|
|
|
13375
13375
|
// 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/Opinion.vue?vue&type=template&id=29ae69c0
|
|
13376
13376
|
var Opinionvue_type_template_id_29ae69c0_render = function () {
|
|
@@ -15064,6 +15064,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15064
15064
|
if (this.formType == 'freeStart' || this.copyHistory) {
|
|
15065
15065
|
this.form.opinion = this.opinion;
|
|
15066
15066
|
}
|
|
15067
|
+
|
|
15067
15068
|
this.geAllData(obj);
|
|
15068
15069
|
},
|
|
15069
15070
|
|
|
@@ -15229,11 +15230,11 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15229
15230
|
if (_that.formType == 'freeStart' && !_that.isFreeStartFlow) {
|
|
15230
15231
|
_this2.$emit('closePop');
|
|
15231
15232
|
} else {
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
15233
|
+
if (_that.formType == 'freeStart') {
|
|
15234
|
+
_that.$emit('success');
|
|
15235
|
+
} else {
|
|
15236
|
+
_that.$parent.$emit('success');
|
|
15237
|
+
}
|
|
15237
15238
|
}
|
|
15238
15239
|
} else {
|
|
15239
15240
|
_this2.$toast(res.msg || res.message);
|
|
@@ -15465,6 +15466,9 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15465
15466
|
_that.peopleObj = res.results.nodeExtr;
|
|
15466
15467
|
// _that.nextUserList = res.results.transactorInfos || [];
|
|
15467
15468
|
_that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
15469
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
15470
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
15471
|
+
}
|
|
15468
15472
|
if (res.results.nodeExtr.userSelectionType) {
|
|
15469
15473
|
_this4.treeType = res.results.nodeExtr.userSelectionType;
|
|
15470
15474
|
if (res.results.nodeExtr) {
|
|
@@ -15507,8 +15511,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15507
15511
|
|
|
15508
15512
|
var StartFlow_component = normalizeComponent(
|
|
15509
15513
|
components_StartFlowvue_type_script_lang_js,
|
|
15510
|
-
|
|
15511
|
-
|
|
15514
|
+
StartFlowvue_type_template_id_3b7fd321_render,
|
|
15515
|
+
StartFlowvue_type_template_id_3b7fd321_staticRenderFns,
|
|
15512
15516
|
false,
|
|
15513
15517
|
null,
|
|
15514
15518
|
null,
|
|
@@ -15517,8 +15521,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15517
15521
|
)
|
|
15518
15522
|
|
|
15519
15523
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15520
|
-
// 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=
|
|
15521
|
-
var
|
|
15524
|
+
// 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
|
|
15525
|
+
var Handlevue_type_template_id_52fc39c4_render = function () {
|
|
15522
15526
|
var _vm = this
|
|
15523
15527
|
var _h = _vm.$createElement
|
|
15524
15528
|
var _c = _vm._self._c || _h
|
|
@@ -15530,7 +15534,9 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
15530
15534
|
? _c("StartFlow", {
|
|
15531
15535
|
attrs: {
|
|
15532
15536
|
defId: _vm.freeStartFlowParams.defId,
|
|
15533
|
-
businessId:
|
|
15537
|
+
businessId:
|
|
15538
|
+
_vm.freeStartFlowParams.startFlowBusinessId ||
|
|
15539
|
+
_vm.taskExamineInfo.businessId,
|
|
15534
15540
|
taskParams: _vm.taskParams,
|
|
15535
15541
|
"is-free-start-flow":
|
|
15536
15542
|
_vm.freeStartFlowParams.useScene ===
|
|
@@ -15548,6 +15554,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
15548
15554
|
closePop: function ($event) {
|
|
15549
15555
|
_vm.showFreeStart = false
|
|
15550
15556
|
},
|
|
15557
|
+
success: _vm.handleSuccess,
|
|
15551
15558
|
},
|
|
15552
15559
|
})
|
|
15553
15560
|
: _vm.handleFlow
|
|
@@ -16269,8 +16276,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
16269
16276
|
on: {
|
|
16270
16277
|
click:
|
|
16271
16278
|
function () {
|
|
16272
|
-
|
|
16273
|
-
""
|
|
16279
|
+
// form.customLimitTime = '';
|
|
16274
16280
|
_vm.showCustomLimitTimeText =
|
|
16275
16281
|
!_vm.showCustomLimitTimeText
|
|
16276
16282
|
},
|
|
@@ -16334,8 +16340,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
16334
16340
|
on: {
|
|
16335
16341
|
click:
|
|
16336
16342
|
function () {
|
|
16337
|
-
|
|
16338
|
-
""
|
|
16343
|
+
// form.customLimitTime = '';
|
|
16339
16344
|
_vm.showCustomLimitTimeText =
|
|
16340
16345
|
!_vm.showCustomLimitTimeText
|
|
16341
16346
|
},
|
|
@@ -16968,11 +16973,11 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
16968
16973
|
1
|
|
16969
16974
|
)
|
|
16970
16975
|
}
|
|
16971
|
-
var
|
|
16972
|
-
|
|
16976
|
+
var Handlevue_type_template_id_52fc39c4_staticRenderFns = []
|
|
16977
|
+
Handlevue_type_template_id_52fc39c4_render._withStripped = true
|
|
16973
16978
|
|
|
16974
16979
|
|
|
16975
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16980
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=52fc39c4
|
|
16976
16981
|
|
|
16977
16982
|
// 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
|
|
16978
16983
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -18273,6 +18278,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18273
18278
|
//
|
|
18274
18279
|
//
|
|
18275
18280
|
//
|
|
18281
|
+
//
|
|
18276
18282
|
|
|
18277
18283
|
|
|
18278
18284
|
|
|
@@ -18487,6 +18493,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18487
18493
|
}
|
|
18488
18494
|
},
|
|
18489
18495
|
methods: {
|
|
18496
|
+
handleSuccess: function handleSuccess() {
|
|
18497
|
+
this.$parent.$emit('success');
|
|
18498
|
+
},
|
|
18490
18499
|
handleClickDefList: function handleClickDefList(info) {
|
|
18491
18500
|
this.freeStartFlowParams.defId = info.defId;
|
|
18492
18501
|
this.showFreeStart = true;
|
|
@@ -19132,18 +19141,19 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19132
19141
|
taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
|
|
19133
19142
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
19134
19143
|
|
|
19135
|
-
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
19144
|
+
if (currentOrgSelectorParams && currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
19136
19145
|
that.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
19137
19146
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
19138
19147
|
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
19139
19148
|
that.currentOrgSelectorParams[x] = {
|
|
19140
19149
|
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
19141
|
-
only_filid: true
|
|
19150
|
+
only_filid: true,
|
|
19151
|
+
onlyMyOrg: true
|
|
19142
19152
|
};
|
|
19143
19153
|
});
|
|
19144
19154
|
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
19145
19155
|
}
|
|
19146
|
-
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
19156
|
+
if (currentOrgSelectorParams && currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
19147
19157
|
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
19148
19158
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
19149
19159
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
@@ -19400,6 +19410,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19400
19410
|
_that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
19401
19411
|
_that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
19402
19412
|
_that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
19413
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
19414
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
19415
|
+
}
|
|
19403
19416
|
res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
|
|
19404
19417
|
res.data.currentOrgDisabledObjId && (_this10.currentOrgDisabledObjId = res.data.currentOrgDisabledObjId.split(','));
|
|
19405
19418
|
_this10.appointNotUserIds = res.data.appointNotUserIds;
|
|
@@ -19542,8 +19555,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19542
19555
|
|
|
19543
19556
|
var Handle_component = normalizeComponent(
|
|
19544
19557
|
components_Handlevue_type_script_lang_js,
|
|
19545
|
-
|
|
19546
|
-
|
|
19558
|
+
Handlevue_type_template_id_52fc39c4_render,
|
|
19559
|
+
Handlevue_type_template_id_52fc39c4_staticRenderFns,
|
|
19547
19560
|
false,
|
|
19548
19561
|
null,
|
|
19549
19562
|
null,
|
|
@@ -19552,8 +19565,8 @@ var Handle_component = normalizeComponent(
|
|
|
19552
19565
|
)
|
|
19553
19566
|
|
|
19554
19567
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
19555
|
-
// 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=
|
|
19556
|
-
var
|
|
19568
|
+
// 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
|
|
19569
|
+
var Circulatevue_type_template_id_6a3992e8_render = function () {
|
|
19557
19570
|
var _vm = this
|
|
19558
19571
|
var _h = _vm.$createElement
|
|
19559
19572
|
var _c = _vm._self._c || _h
|
|
@@ -19779,11 +19792,11 @@ var Circulatevue_type_template_id_2c8ddb82_render = function () {
|
|
|
19779
19792
|
),
|
|
19780
19793
|
])
|
|
19781
19794
|
}
|
|
19782
|
-
var
|
|
19783
|
-
|
|
19795
|
+
var Circulatevue_type_template_id_6a3992e8_staticRenderFns = []
|
|
19796
|
+
Circulatevue_type_template_id_6a3992e8_render._withStripped = true
|
|
19784
19797
|
|
|
19785
19798
|
|
|
19786
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
19799
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=6a3992e8
|
|
19787
19800
|
|
|
19788
19801
|
// 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
|
|
19789
19802
|
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; };
|
|
@@ -19988,7 +20001,7 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
19988
20001
|
|
|
19989
20002
|
return _ref = {
|
|
19990
20003
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
19991
|
-
currentOrgSelectorParams: { only_filid: true },
|
|
20004
|
+
currentOrgSelectorParams: { only_filid: true, onlyMyOrg: true },
|
|
19992
20005
|
currentOrgSelectorTabs: 'employee, persongroup',
|
|
19993
20006
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
19994
20007
|
foreignOrgSelectorParams: { roleid: '' },
|
|
@@ -20304,8 +20317,8 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
20304
20317
|
|
|
20305
20318
|
var Circulate_component = normalizeComponent(
|
|
20306
20319
|
components_Circulatevue_type_script_lang_js,
|
|
20307
|
-
|
|
20308
|
-
|
|
20320
|
+
Circulatevue_type_template_id_6a3992e8_render,
|
|
20321
|
+
Circulatevue_type_template_id_6a3992e8_staticRenderFns,
|
|
20309
20322
|
false,
|
|
20310
20323
|
null,
|
|
20311
20324
|
null,
|
|
@@ -21206,8 +21219,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21206
21219
|
)
|
|
21207
21220
|
|
|
21208
21221
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21209
|
-
// 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=
|
|
21210
|
-
var
|
|
21222
|
+
// 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
|
|
21223
|
+
var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
|
|
21211
21224
|
var _vm = this
|
|
21212
21225
|
var _h = _vm.$createElement
|
|
21213
21226
|
var _c = _vm._self._c || _h
|
|
@@ -21370,11 +21383,11 @@ var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
|
21370
21383
|
]),
|
|
21371
21384
|
])
|
|
21372
21385
|
}
|
|
21373
|
-
var
|
|
21374
|
-
|
|
21386
|
+
var taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns = []
|
|
21387
|
+
taskUnionExaminevue_type_template_id_12480d2e_render._withStripped = true
|
|
21375
21388
|
|
|
21376
21389
|
|
|
21377
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21390
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
|
|
21378
21391
|
|
|
21379
21392
|
// 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
|
|
21380
21393
|
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; };
|
|
@@ -21571,6 +21584,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21571
21584
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
21572
21585
|
if (this.type == 'takeAdvice') {
|
|
21573
21586
|
this.params.only_filid = true;
|
|
21587
|
+
this.params.onlyMyOrg = true;
|
|
21574
21588
|
} else {
|
|
21575
21589
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
21576
21590
|
}
|
|
@@ -21815,7 +21829,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21815
21829
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
21816
21830
|
_this5.params[x] = {
|
|
21817
21831
|
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
21818
|
-
only_filid: true
|
|
21832
|
+
only_filid: true,
|
|
21833
|
+
onlyMyOrg: true
|
|
21819
21834
|
};
|
|
21820
21835
|
});
|
|
21821
21836
|
} else {
|
|
@@ -22036,8 +22051,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
22036
22051
|
|
|
22037
22052
|
var taskUnionExamine_component = normalizeComponent(
|
|
22038
22053
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
22039
|
-
|
|
22040
|
-
|
|
22054
|
+
taskUnionExaminevue_type_template_id_12480d2e_render,
|
|
22055
|
+
taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns,
|
|
22041
22056
|
false,
|
|
22042
22057
|
null,
|
|
22043
22058
|
null,
|
|
@@ -22264,8 +22279,8 @@ var supervise_component = normalizeComponent(
|
|
|
22264
22279
|
)
|
|
22265
22280
|
|
|
22266
22281
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22267
|
-
// 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=
|
|
22268
|
-
var
|
|
22282
|
+
// 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
|
|
22283
|
+
var resetvue_type_template_id_2e32a802_render = function () {
|
|
22269
22284
|
var _vm = this
|
|
22270
22285
|
var _h = _vm.$createElement
|
|
22271
22286
|
var _c = _vm._self._c || _h
|
|
@@ -22448,7 +22463,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
22448
22463
|
attrs: { size: "small", type: "primary" },
|
|
22449
22464
|
on: {
|
|
22450
22465
|
click: function () {
|
|
22451
|
-
|
|
22466
|
+
// form.customLimitTime = '';
|
|
22452
22467
|
_vm.showCustomLimitTimeText =
|
|
22453
22468
|
!_vm.showCustomLimitTimeText
|
|
22454
22469
|
},
|
|
@@ -22491,7 +22506,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
22491
22506
|
attrs: { size: "small", type: "primary" },
|
|
22492
22507
|
on: {
|
|
22493
22508
|
click: function () {
|
|
22494
|
-
|
|
22509
|
+
// form.customLimitTime = '';
|
|
22495
22510
|
_vm.showCustomLimitTimeText =
|
|
22496
22511
|
!_vm.showCustomLimitTimeText
|
|
22497
22512
|
},
|
|
@@ -22566,11 +22581,11 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
22566
22581
|
]),
|
|
22567
22582
|
])
|
|
22568
22583
|
}
|
|
22569
|
-
var
|
|
22570
|
-
|
|
22584
|
+
var resetvue_type_template_id_2e32a802_staticRenderFns = []
|
|
22585
|
+
resetvue_type_template_id_2e32a802_render._withStripped = true
|
|
22571
22586
|
|
|
22572
22587
|
|
|
22573
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
22588
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=2e32a802
|
|
22574
22589
|
|
|
22575
22590
|
// 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
|
|
22576
22591
|
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; };
|
|
@@ -23235,6 +23250,9 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23235
23250
|
};
|
|
23236
23251
|
});
|
|
23237
23252
|
_that.enableCustomLimitTimeSetting = _this5.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
23253
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
23254
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
23255
|
+
}
|
|
23238
23256
|
if (res.data.nodeExtAttr.userSelectionType) {
|
|
23239
23257
|
_this5.treeType = res.data.nodeExtAttr.userSelectionType;
|
|
23240
23258
|
if (res.data.nodeExtAttr) {
|
|
@@ -23277,8 +23295,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23277
23295
|
|
|
23278
23296
|
var reset_component = normalizeComponent(
|
|
23279
23297
|
components_resetvue_type_script_lang_js,
|
|
23280
|
-
|
|
23281
|
-
|
|
23298
|
+
resetvue_type_template_id_2e32a802_render,
|
|
23299
|
+
resetvue_type_template_id_2e32a802_staticRenderFns,
|
|
23282
23300
|
false,
|
|
23283
23301
|
null,
|
|
23284
23302
|
null,
|
|
@@ -29458,7 +29476,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29458
29476
|
}
|
|
29459
29477
|
|
|
29460
29478
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29461
|
-
version: '0.3.
|
|
29479
|
+
version: '0.3.68',
|
|
29462
29480
|
install: install,
|
|
29463
29481
|
Button: packages_button,
|
|
29464
29482
|
ButtonGroup: button_group,
|