eoss-mobiles 0.3.35 → 0.3.37
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 +81 -60
- package/lib/field.js +8 -2
- package/lib/flow.js +54 -43
- package/lib/index.js +1 -1
- package/lib/selector.js +13 -9
- package/package.json +1 -1
- package/packages/field/src/main.vue +5 -0
- package/packages/flow/src/components/Handle.vue +84 -35
- package/packages/flow/src/components/Opinion.vue +2 -4
- package/packages/selector/src/selector-tree.vue +6 -2
- package/src/index.js +1 -1
|
@@ -2150,8 +2150,8 @@ mainvue_type_template_id_17308961_render._withStripped = true
|
|
|
2150
2150
|
|
|
2151
2151
|
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=17308961
|
|
2152
2152
|
|
|
2153
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
2154
|
-
var
|
|
2153
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=1c4984fc
|
|
2154
|
+
var selector_treevue_type_template_id_1c4984fc_render = function () {
|
|
2155
2155
|
var _vm = this
|
|
2156
2156
|
var _h = _vm.$createElement
|
|
2157
2157
|
var _c = _vm._self._c || _h
|
|
@@ -2331,11 +2331,11 @@ var selector_treevue_type_template_id_ed62cd92_render = function () {
|
|
|
2331
2331
|
1
|
|
2332
2332
|
)
|
|
2333
2333
|
}
|
|
2334
|
-
var
|
|
2335
|
-
|
|
2334
|
+
var selector_treevue_type_template_id_1c4984fc_staticRenderFns = []
|
|
2335
|
+
selector_treevue_type_template_id_1c4984fc_render._withStripped = true
|
|
2336
2336
|
|
|
2337
2337
|
|
|
2338
|
-
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
2338
|
+
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=1c4984fc
|
|
2339
2339
|
|
|
2340
2340
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=template&id=d9c99060
|
|
2341
2341
|
var treevue_type_template_id_d9c99060_render = function () {
|
|
@@ -4311,10 +4311,14 @@ var _props, _methods;
|
|
|
4311
4311
|
this.newParam = _extends({}, JSON.parse(JSON.stringify(this.param)));
|
|
4312
4312
|
this.newParam.selecttype = this.newTabs[this.selectIndex].param.selecttype;
|
|
4313
4313
|
if (this.newParam.selecttype === 'persongroup') {
|
|
4314
|
-
this.newParam.
|
|
4314
|
+
if (this.newParam[this.newTabs[this.selectIndex].name]) {
|
|
4315
|
+
this.newParam = _extends({}, this.newTabs[this.selectIndex].param, this.newParam[this.newTabs[this.selectIndex].name] ? this.newParam[this.newTabs[this.selectIndex].name] : {});
|
|
4316
|
+
} else {
|
|
4317
|
+
this.newParam.pid = 'root';
|
|
4318
|
+
}
|
|
4315
4319
|
this.newParam.myUserid = this.newParam.myUserid || util["a" /* default */].getStorage('userId');
|
|
4316
4320
|
} else {
|
|
4317
|
-
this.newParam = _extends({}, this.newTabs[this.selectIndex].param, this.newParam);
|
|
4321
|
+
this.newParam = _extends({}, this.newTabs[this.selectIndex].param, this.newParam[this.newTabs[this.selectIndex].name] ? this.newParam[this.newTabs[this.selectIndex].name] : {});
|
|
4318
4322
|
// this.newTabs[this.selectIndex].param.pid || this.param.pid || 'root';
|
|
4319
4323
|
}
|
|
4320
4324
|
delete this.newParam.department;
|
|
@@ -4639,8 +4643,8 @@ var _props, _methods;
|
|
|
4639
4643
|
|
|
4640
4644
|
var selector_tree_component = normalizeComponent(
|
|
4641
4645
|
src_selector_treevue_type_script_lang_js,
|
|
4642
|
-
|
|
4643
|
-
|
|
4646
|
+
selector_treevue_type_template_id_1c4984fc_render,
|
|
4647
|
+
selector_treevue_type_template_id_1c4984fc_staticRenderFns,
|
|
4644
4648
|
false,
|
|
4645
4649
|
null,
|
|
4646
4650
|
null,
|
|
@@ -5312,8 +5316,8 @@ selector_src_main.install = function (Vue) {
|
|
|
5312
5316
|
};
|
|
5313
5317
|
|
|
5314
5318
|
/* harmony default export */ var selector = (selector_src_main);
|
|
5315
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=
|
|
5316
|
-
var
|
|
5319
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=506d4b55
|
|
5320
|
+
var mainvue_type_template_id_506d4b55_render = function () {
|
|
5317
5321
|
var _vm = this
|
|
5318
5322
|
var _h = _vm.$createElement
|
|
5319
5323
|
var _c = _vm._self._c || _h
|
|
@@ -5359,6 +5363,7 @@ var mainvue_type_template_id_348368fb_render = function () {
|
|
|
5359
5363
|
(Array.isArray(_vm.rules)
|
|
5360
5364
|
? _vm.rules[0].required
|
|
5361
5365
|
: _vm.rules.required),
|
|
5366
|
+
autofocus: _vm.autofocus,
|
|
5362
5367
|
error:
|
|
5363
5368
|
(!_vm.newErrorMessage &&
|
|
5364
5369
|
!_vm.modelValue &&
|
|
@@ -5438,11 +5443,11 @@ var mainvue_type_template_id_348368fb_render = function () {
|
|
|
5438
5443
|
1
|
|
5439
5444
|
)
|
|
5440
5445
|
}
|
|
5441
|
-
var
|
|
5442
|
-
|
|
5446
|
+
var mainvue_type_template_id_506d4b55_staticRenderFns = []
|
|
5447
|
+
mainvue_type_template_id_506d4b55_render._withStripped = true
|
|
5443
5448
|
|
|
5444
5449
|
|
|
5445
|
-
// CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=
|
|
5450
|
+
// CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=506d4b55
|
|
5446
5451
|
|
|
5447
5452
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=script&lang=js
|
|
5448
5453
|
//
|
|
@@ -5513,6 +5518,7 @@ mainvue_type_template_id_348368fb_render._withStripped = true
|
|
|
5513
5518
|
//
|
|
5514
5519
|
//
|
|
5515
5520
|
//
|
|
5521
|
+
//
|
|
5516
5522
|
|
|
5517
5523
|
/* harmony default export */ var field_src_mainvue_type_script_lang_js = ({
|
|
5518
5524
|
name: 'EmInput',
|
|
@@ -5556,6 +5562,10 @@ mainvue_type_template_id_348368fb_render._withStripped = true
|
|
|
5556
5562
|
type: String,
|
|
5557
5563
|
default: ''
|
|
5558
5564
|
},
|
|
5565
|
+
autofocus: {
|
|
5566
|
+
type: Boolean,
|
|
5567
|
+
default: false
|
|
5568
|
+
},
|
|
5559
5569
|
labelPosition: {
|
|
5560
5570
|
type: String,
|
|
5561
5571
|
default: 'left'
|
|
@@ -5688,8 +5698,8 @@ mainvue_type_template_id_348368fb_render._withStripped = true
|
|
|
5688
5698
|
|
|
5689
5699
|
var field_src_main_component = normalizeComponent(
|
|
5690
5700
|
packages_field_src_mainvue_type_script_lang_js,
|
|
5691
|
-
|
|
5692
|
-
|
|
5701
|
+
mainvue_type_template_id_506d4b55_render,
|
|
5702
|
+
mainvue_type_template_id_506d4b55_staticRenderFns,
|
|
5693
5703
|
false,
|
|
5694
5704
|
null,
|
|
5695
5705
|
null,
|
|
@@ -13321,8 +13331,8 @@ StartFlowvue_type_template_id_1e2dff79_render._withStripped = true
|
|
|
13321
13331
|
|
|
13322
13332
|
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=1e2dff79
|
|
13323
13333
|
|
|
13324
|
-
// 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=
|
|
13325
|
-
var
|
|
13334
|
+
// 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=7c12a95d
|
|
13335
|
+
var Opinionvue_type_template_id_7c12a95d_render = function () {
|
|
13326
13336
|
var _vm = this
|
|
13327
13337
|
var _h = _vm.$createElement
|
|
13328
13338
|
var _c = _vm._self._c || _h
|
|
@@ -13398,9 +13408,6 @@ var Opinionvue_type_template_id_405382b8_render = function () {
|
|
|
13398
13408
|
attrs: {
|
|
13399
13409
|
label: _vm.label,
|
|
13400
13410
|
placeholder: _vm.placeholder,
|
|
13401
|
-
autofocus:
|
|
13402
|
-
_vm.pendingItemHandleDescription &&
|
|
13403
|
-
_vm.showDescription,
|
|
13404
13411
|
type: "textarea",
|
|
13405
13412
|
rows: "3",
|
|
13406
13413
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
@@ -13467,9 +13474,6 @@ var Opinionvue_type_template_id_405382b8_render = function () {
|
|
|
13467
13474
|
placeholder: _vm.placeholder,
|
|
13468
13475
|
type: "textarea",
|
|
13469
13476
|
rows: "3",
|
|
13470
|
-
autofocus:
|
|
13471
|
-
_vm.pendingItemHandleDescription &&
|
|
13472
|
-
_vm.showDescription,
|
|
13473
13477
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
13474
13478
|
required: _vm.isOpinionRequired == 1 ? true : false,
|
|
13475
13479
|
},
|
|
@@ -13548,11 +13552,11 @@ var Opinionvue_type_template_id_405382b8_render = function () {
|
|
|
13548
13552
|
1
|
|
13549
13553
|
)
|
|
13550
13554
|
}
|
|
13551
|
-
var
|
|
13552
|
-
|
|
13555
|
+
var Opinionvue_type_template_id_7c12a95d_staticRenderFns = []
|
|
13556
|
+
Opinionvue_type_template_id_7c12a95d_render._withStripped = true
|
|
13553
13557
|
|
|
13554
13558
|
|
|
13555
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
13559
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=7c12a95d
|
|
13556
13560
|
|
|
13557
13561
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
|
|
13558
13562
|
//
|
|
@@ -13658,8 +13662,6 @@ Opinionvue_type_template_id_405382b8_render._withStripped = true
|
|
|
13658
13662
|
//
|
|
13659
13663
|
//
|
|
13660
13664
|
//
|
|
13661
|
-
//
|
|
13662
|
-
//
|
|
13663
13665
|
|
|
13664
13666
|
|
|
13665
13667
|
|
|
@@ -13886,8 +13888,8 @@ Opinionvue_type_template_id_405382b8_render._withStripped = true
|
|
|
13886
13888
|
|
|
13887
13889
|
var Opinion_component = normalizeComponent(
|
|
13888
13890
|
components_Opinionvue_type_script_lang_js,
|
|
13889
|
-
|
|
13890
|
-
|
|
13891
|
+
Opinionvue_type_template_id_7c12a95d_render,
|
|
13892
|
+
Opinionvue_type_template_id_7c12a95d_staticRenderFns,
|
|
13891
13893
|
false,
|
|
13892
13894
|
null,
|
|
13893
13895
|
null,
|
|
@@ -15445,8 +15447,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15445
15447
|
)
|
|
15446
15448
|
|
|
15447
15449
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15448
|
-
// 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=
|
|
15449
|
-
var
|
|
15450
|
+
// 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=3941b7cd
|
|
15451
|
+
var Handlevue_type_template_id_3941b7cd_render = function () {
|
|
15450
15452
|
var _vm = this
|
|
15451
15453
|
var _h = _vm.$createElement
|
|
15452
15454
|
var _c = _vm._self._c || _h
|
|
@@ -16065,17 +16067,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
16065
16067
|
paddingTop: _vm.paddingTop,
|
|
16066
16068
|
isDepartment: "",
|
|
16067
16069
|
objType: "enterprise",
|
|
16068
|
-
tabs:
|
|
16069
|
-
param:
|
|
16070
|
-
|
|
16071
|
-
pid: _vm.orgId,
|
|
16072
|
-
roleid: _vm.deptRoleCode,
|
|
16073
|
-
},
|
|
16074
|
-
myemployee: {
|
|
16075
|
-
pid: _vm.orgId,
|
|
16076
|
-
roleid: _vm.deptRoleCode,
|
|
16077
|
-
},
|
|
16078
|
-
},
|
|
16070
|
+
tabs: _vm.currentOrgSelectorTabs,
|
|
16071
|
+
param:
|
|
16072
|
+
_vm.currentOrgSelectorParams,
|
|
16079
16073
|
disableds:
|
|
16080
16074
|
_vm.currentOrgDisabledObjId,
|
|
16081
16075
|
baseUrl: _vm.apiBaseUrl,
|
|
@@ -16118,10 +16112,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
16118
16112
|
isAllCheck: _vm.isAllCheck,
|
|
16119
16113
|
paddingTop: _vm.paddingTop,
|
|
16120
16114
|
objType: "enterprise",
|
|
16121
|
-
param:
|
|
16122
|
-
|
|
16123
|
-
|
|
16124
|
-
tabs: "enterprise",
|
|
16115
|
+
param:
|
|
16116
|
+
_vm.foreignOrgSelectorParams,
|
|
16117
|
+
tabs: _vm.foreignOrgSelectorTabs,
|
|
16125
16118
|
baseUrl: _vm.apiBaseUrl,
|
|
16126
16119
|
disableds:
|
|
16127
16120
|
_vm.otherOrgDisabledObjId,
|
|
@@ -16896,11 +16889,11 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
16896
16889
|
1
|
|
16897
16890
|
)
|
|
16898
16891
|
}
|
|
16899
|
-
var
|
|
16900
|
-
|
|
16892
|
+
var Handlevue_type_template_id_3941b7cd_staticRenderFns = []
|
|
16893
|
+
Handlevue_type_template_id_3941b7cd_render._withStripped = true
|
|
16901
16894
|
|
|
16902
16895
|
|
|
16903
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16896
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=3941b7cd
|
|
16904
16897
|
|
|
16905
16898
|
// 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=46f10c43
|
|
16906
16899
|
var Rejectvue_type_template_id_46f10c43_render = function () {
|
|
@@ -18163,9 +18156,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18163
18156
|
//
|
|
18164
18157
|
//
|
|
18165
18158
|
//
|
|
18166
|
-
//
|
|
18167
|
-
//
|
|
18168
|
-
//
|
|
18169
18159
|
|
|
18170
18160
|
|
|
18171
18161
|
|
|
@@ -18223,6 +18213,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18223
18213
|
|
|
18224
18214
|
return _ref = {
|
|
18225
18215
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
18216
|
+
currentOrgSelectorParams: { pid: 'root' },
|
|
18217
|
+
currentOrgSelectorTabs: 'employee, persongroup',
|
|
18218
|
+
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
18219
|
+
foreignOrgSelectorParams: { pid: 'root', roleid: '' },
|
|
18226
18220
|
otherOrgDisabledObjId: [],
|
|
18227
18221
|
currentNodeEnableItemHandleDescription: false,
|
|
18228
18222
|
pendingItemHandleDescription: '',
|
|
@@ -18595,8 +18589,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18595
18589
|
this.$toast('请选择催办通知方式');
|
|
18596
18590
|
return;
|
|
18597
18591
|
}
|
|
18598
|
-
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson && this.form.isAddSign != '1') {
|
|
18599
|
-
this.$toast(
|
|
18592
|
+
if ((this.isHideCurrentOrg || this.isHideOtherOrg) && !this.form.nextCurrentOrgObjJson && !this.form.nextOtherOrgObjJson && this.form.isAddSign != '1') {
|
|
18593
|
+
// this.$toast(`请选择${this.currentOrgName || '本单位'}`);
|
|
18594
|
+
this.$toast('\u8BF7\u9009\u62E9\u529E\u7406\u5BF9\u8C61');
|
|
18600
18595
|
return;
|
|
18601
18596
|
}
|
|
18602
18597
|
delete this.form.nextNodeName;
|
|
@@ -18986,6 +18981,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18986
18981
|
taskExamine = _res$data.taskExamine,
|
|
18987
18982
|
customPresetHintMessage = _res$data.customPresetHintMessage,
|
|
18988
18983
|
currentOrgName = _res$data.currentOrgName,
|
|
18984
|
+
currentOrgSelectorParams = _res$data.currentOrgSelectorParams,
|
|
18989
18985
|
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
18990
18986
|
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
18991
18987
|
otherOrgName = _res$data.otherOrgName,
|
|
@@ -18996,11 +18992,36 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18996
18992
|
taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
|
|
18997
18993
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
18998
18994
|
|
|
18995
|
+
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
18996
|
+
that.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
18997
|
+
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
18998
|
+
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
18999
|
+
that.currentOrgSelectorParams[x] = {
|
|
19000
|
+
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
19001
|
+
};
|
|
19002
|
+
});
|
|
19003
|
+
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
19004
|
+
}
|
|
19005
|
+
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
19006
|
+
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
19007
|
+
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
19008
|
+
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
19009
|
+
that.foreignOrgSelectorParams[x] = {
|
|
19010
|
+
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
|
|
19011
|
+
};
|
|
19012
|
+
});
|
|
19013
|
+
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
19014
|
+
}
|
|
18999
19015
|
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
19000
19016
|
that.taskOperationShiftedNodeList = [];
|
|
19001
19017
|
taskOperationShiftedNodeList.map(function (x) {
|
|
19002
19018
|
that.taskOperationShiftedNodeList.push(x.nodeId);
|
|
19003
|
-
that.taskOperations.push({
|
|
19019
|
+
that.taskOperations.push({
|
|
19020
|
+
key: x.nodeId,
|
|
19021
|
+
value: x.nodeName,
|
|
19022
|
+
isNextNode: true,
|
|
19023
|
+
nextOperate: x.nextOperate
|
|
19024
|
+
});
|
|
19004
19025
|
});
|
|
19005
19026
|
}
|
|
19006
19027
|
that.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
@@ -19357,8 +19378,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19357
19378
|
|
|
19358
19379
|
var Handle_component = normalizeComponent(
|
|
19359
19380
|
components_Handlevue_type_script_lang_js,
|
|
19360
|
-
|
|
19361
|
-
|
|
19381
|
+
Handlevue_type_template_id_3941b7cd_render,
|
|
19382
|
+
Handlevue_type_template_id_3941b7cd_staticRenderFns,
|
|
19362
19383
|
false,
|
|
19363
19384
|
null,
|
|
19364
19385
|
null,
|
|
@@ -28442,7 +28463,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
28442
28463
|
}
|
|
28443
28464
|
|
|
28444
28465
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
28445
|
-
version: '0.3.
|
|
28466
|
+
version: '0.3.37',
|
|
28446
28467
|
install: install,
|
|
28447
28468
|
Button: packages_button,
|
|
28448
28469
|
ButtonGroup: button_group,
|
package/lib/field.js
CHANGED
|
@@ -199,7 +199,7 @@ function normalizeComponent(
|
|
|
199
199
|
// ESM COMPAT FLAG
|
|
200
200
|
__webpack_require__.r(__webpack_exports__);
|
|
201
201
|
|
|
202
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=
|
|
202
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=506d4b55
|
|
203
203
|
var render = function () {
|
|
204
204
|
var _vm = this
|
|
205
205
|
var _h = _vm.$createElement
|
|
@@ -246,6 +246,7 @@ var render = function () {
|
|
|
246
246
|
(Array.isArray(_vm.rules)
|
|
247
247
|
? _vm.rules[0].required
|
|
248
248
|
: _vm.rules.required),
|
|
249
|
+
autofocus: _vm.autofocus,
|
|
249
250
|
error:
|
|
250
251
|
(!_vm.newErrorMessage &&
|
|
251
252
|
!_vm.modelValue &&
|
|
@@ -329,7 +330,7 @@ var staticRenderFns = []
|
|
|
329
330
|
render._withStripped = true
|
|
330
331
|
|
|
331
332
|
|
|
332
|
-
// CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=
|
|
333
|
+
// CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=506d4b55
|
|
333
334
|
|
|
334
335
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=script&lang=js
|
|
335
336
|
//
|
|
@@ -400,6 +401,7 @@ render._withStripped = true
|
|
|
400
401
|
//
|
|
401
402
|
//
|
|
402
403
|
//
|
|
404
|
+
//
|
|
403
405
|
|
|
404
406
|
/* harmony default export */ var mainvue_type_script_lang_js = ({
|
|
405
407
|
name: 'EmInput',
|
|
@@ -443,6 +445,10 @@ render._withStripped = true
|
|
|
443
445
|
type: String,
|
|
444
446
|
default: ''
|
|
445
447
|
},
|
|
448
|
+
autofocus: {
|
|
449
|
+
type: Boolean,
|
|
450
|
+
default: false
|
|
451
|
+
},
|
|
446
452
|
labelPosition: {
|
|
447
453
|
type: String,
|
|
448
454
|
default: 'left'
|
package/lib/flow.js
CHANGED
|
@@ -2575,8 +2575,8 @@ var api = __webpack_require__(2);
|
|
|
2575
2575
|
// EXTERNAL MODULE: ./src/utils/http.js + 1 modules
|
|
2576
2576
|
var http = __webpack_require__(3);
|
|
2577
2577
|
|
|
2578
|
-
// 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=
|
|
2579
|
-
var
|
|
2578
|
+
// 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=7c12a95d
|
|
2579
|
+
var Opinionvue_type_template_id_7c12a95d_render = function () {
|
|
2580
2580
|
var _vm = this
|
|
2581
2581
|
var _h = _vm.$createElement
|
|
2582
2582
|
var _c = _vm._self._c || _h
|
|
@@ -2652,9 +2652,6 @@ var Opinionvue_type_template_id_405382b8_render = function () {
|
|
|
2652
2652
|
attrs: {
|
|
2653
2653
|
label: _vm.label,
|
|
2654
2654
|
placeholder: _vm.placeholder,
|
|
2655
|
-
autofocus:
|
|
2656
|
-
_vm.pendingItemHandleDescription &&
|
|
2657
|
-
_vm.showDescription,
|
|
2658
2655
|
type: "textarea",
|
|
2659
2656
|
rows: "3",
|
|
2660
2657
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
@@ -2721,9 +2718,6 @@ var Opinionvue_type_template_id_405382b8_render = function () {
|
|
|
2721
2718
|
placeholder: _vm.placeholder,
|
|
2722
2719
|
type: "textarea",
|
|
2723
2720
|
rows: "3",
|
|
2724
|
-
autofocus:
|
|
2725
|
-
_vm.pendingItemHandleDescription &&
|
|
2726
|
-
_vm.showDescription,
|
|
2727
2721
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
2728
2722
|
required: _vm.isOpinionRequired == 1 ? true : false,
|
|
2729
2723
|
},
|
|
@@ -2802,11 +2796,11 @@ var Opinionvue_type_template_id_405382b8_render = function () {
|
|
|
2802
2796
|
1
|
|
2803
2797
|
)
|
|
2804
2798
|
}
|
|
2805
|
-
var
|
|
2806
|
-
|
|
2799
|
+
var Opinionvue_type_template_id_7c12a95d_staticRenderFns = []
|
|
2800
|
+
Opinionvue_type_template_id_7c12a95d_render._withStripped = true
|
|
2807
2801
|
|
|
2808
2802
|
|
|
2809
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
2803
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=7c12a95d
|
|
2810
2804
|
|
|
2811
2805
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
|
|
2812
2806
|
//
|
|
@@ -2912,8 +2906,6 @@ Opinionvue_type_template_id_405382b8_render._withStripped = true
|
|
|
2912
2906
|
//
|
|
2913
2907
|
//
|
|
2914
2908
|
//
|
|
2915
|
-
//
|
|
2916
|
-
//
|
|
2917
2909
|
|
|
2918
2910
|
|
|
2919
2911
|
|
|
@@ -3143,8 +3135,8 @@ var componentNormalizer = __webpack_require__(1);
|
|
|
3143
3135
|
|
|
3144
3136
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
3145
3137
|
components_Opinionvue_type_script_lang_js,
|
|
3146
|
-
|
|
3147
|
-
|
|
3138
|
+
Opinionvue_type_template_id_7c12a95d_render,
|
|
3139
|
+
Opinionvue_type_template_id_7c12a95d_staticRenderFns,
|
|
3148
3140
|
false,
|
|
3149
3141
|
null,
|
|
3150
3142
|
null,
|
|
@@ -4708,8 +4700,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4708
4700
|
)
|
|
4709
4701
|
|
|
4710
4702
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4711
|
-
// 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=
|
|
4712
|
-
var
|
|
4703
|
+
// 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=3941b7cd
|
|
4704
|
+
var Handlevue_type_template_id_3941b7cd_render = function () {
|
|
4713
4705
|
var _vm = this
|
|
4714
4706
|
var _h = _vm.$createElement
|
|
4715
4707
|
var _c = _vm._self._c || _h
|
|
@@ -5328,17 +5320,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
5328
5320
|
paddingTop: _vm.paddingTop,
|
|
5329
5321
|
isDepartment: "",
|
|
5330
5322
|
objType: "enterprise",
|
|
5331
|
-
tabs:
|
|
5332
|
-
param:
|
|
5333
|
-
|
|
5334
|
-
pid: _vm.orgId,
|
|
5335
|
-
roleid: _vm.deptRoleCode,
|
|
5336
|
-
},
|
|
5337
|
-
myemployee: {
|
|
5338
|
-
pid: _vm.orgId,
|
|
5339
|
-
roleid: _vm.deptRoleCode,
|
|
5340
|
-
},
|
|
5341
|
-
},
|
|
5323
|
+
tabs: _vm.currentOrgSelectorTabs,
|
|
5324
|
+
param:
|
|
5325
|
+
_vm.currentOrgSelectorParams,
|
|
5342
5326
|
disableds:
|
|
5343
5327
|
_vm.currentOrgDisabledObjId,
|
|
5344
5328
|
baseUrl: _vm.apiBaseUrl,
|
|
@@ -5381,10 +5365,9 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
5381
5365
|
isAllCheck: _vm.isAllCheck,
|
|
5382
5366
|
paddingTop: _vm.paddingTop,
|
|
5383
5367
|
objType: "enterprise",
|
|
5384
|
-
param:
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
tabs: "enterprise",
|
|
5368
|
+
param:
|
|
5369
|
+
_vm.foreignOrgSelectorParams,
|
|
5370
|
+
tabs: _vm.foreignOrgSelectorTabs,
|
|
5388
5371
|
baseUrl: _vm.apiBaseUrl,
|
|
5389
5372
|
disableds:
|
|
5390
5373
|
_vm.otherOrgDisabledObjId,
|
|
@@ -6159,11 +6142,11 @@ var Handlevue_type_template_id_dea6aca8_render = function () {
|
|
|
6159
6142
|
1
|
|
6160
6143
|
)
|
|
6161
6144
|
}
|
|
6162
|
-
var
|
|
6163
|
-
|
|
6145
|
+
var Handlevue_type_template_id_3941b7cd_staticRenderFns = []
|
|
6146
|
+
Handlevue_type_template_id_3941b7cd_render._withStripped = true
|
|
6164
6147
|
|
|
6165
6148
|
|
|
6166
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6149
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=3941b7cd
|
|
6167
6150
|
|
|
6168
6151
|
// 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=46f10c43
|
|
6169
6152
|
var Rejectvue_type_template_id_46f10c43_render = function () {
|
|
@@ -7426,9 +7409,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7426
7409
|
//
|
|
7427
7410
|
//
|
|
7428
7411
|
//
|
|
7429
|
-
//
|
|
7430
|
-
//
|
|
7431
|
-
//
|
|
7432
7412
|
|
|
7433
7413
|
|
|
7434
7414
|
|
|
@@ -7486,6 +7466,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7486
7466
|
|
|
7487
7467
|
return _ref = {
|
|
7488
7468
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
7469
|
+
currentOrgSelectorParams: { pid: 'root' },
|
|
7470
|
+
currentOrgSelectorTabs: 'employee, persongroup',
|
|
7471
|
+
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
7472
|
+
foreignOrgSelectorParams: { pid: 'root', roleid: '' },
|
|
7489
7473
|
otherOrgDisabledObjId: [],
|
|
7490
7474
|
currentNodeEnableItemHandleDescription: false,
|
|
7491
7475
|
pendingItemHandleDescription: '',
|
|
@@ -7858,8 +7842,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7858
7842
|
this.$toast('请选择催办通知方式');
|
|
7859
7843
|
return;
|
|
7860
7844
|
}
|
|
7861
|
-
if (this.isHideCurrentOrg && !this.form.nextCurrentOrgObjJson && this.form.isAddSign != '1') {
|
|
7862
|
-
this.$toast(
|
|
7845
|
+
if ((this.isHideCurrentOrg || this.isHideOtherOrg) && !this.form.nextCurrentOrgObjJson && !this.form.nextOtherOrgObjJson && this.form.isAddSign != '1') {
|
|
7846
|
+
// this.$toast(`请选择${this.currentOrgName || '本单位'}`);
|
|
7847
|
+
this.$toast('\u8BF7\u9009\u62E9\u529E\u7406\u5BF9\u8C61');
|
|
7863
7848
|
return;
|
|
7864
7849
|
}
|
|
7865
7850
|
delete this.form.nextNodeName;
|
|
@@ -8249,6 +8234,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8249
8234
|
taskExamine = _res$data.taskExamine,
|
|
8250
8235
|
customPresetHintMessage = _res$data.customPresetHintMessage,
|
|
8251
8236
|
currentOrgName = _res$data.currentOrgName,
|
|
8237
|
+
currentOrgSelectorParams = _res$data.currentOrgSelectorParams,
|
|
8252
8238
|
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
8253
8239
|
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
8254
8240
|
otherOrgName = _res$data.otherOrgName,
|
|
@@ -8259,11 +8245,36 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8259
8245
|
taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
|
|
8260
8246
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
8261
8247
|
|
|
8248
|
+
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
8249
|
+
that.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
8250
|
+
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
8251
|
+
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
8252
|
+
that.currentOrgSelectorParams[x] = {
|
|
8253
|
+
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
8254
|
+
};
|
|
8255
|
+
});
|
|
8256
|
+
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
8257
|
+
}
|
|
8258
|
+
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
8259
|
+
that.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
8260
|
+
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
8261
|
+
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
8262
|
+
that.foreignOrgSelectorParams[x] = {
|
|
8263
|
+
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
|
|
8264
|
+
};
|
|
8265
|
+
});
|
|
8266
|
+
that.foreignOrgSelectorTabs = that.foreignOrgSelectorTabs.join(',');
|
|
8267
|
+
}
|
|
8262
8268
|
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
8263
8269
|
that.taskOperationShiftedNodeList = [];
|
|
8264
8270
|
taskOperationShiftedNodeList.map(function (x) {
|
|
8265
8271
|
that.taskOperationShiftedNodeList.push(x.nodeId);
|
|
8266
|
-
that.taskOperations.push({
|
|
8272
|
+
that.taskOperations.push({
|
|
8273
|
+
key: x.nodeId,
|
|
8274
|
+
value: x.nodeName,
|
|
8275
|
+
isNextNode: true,
|
|
8276
|
+
nextOperate: x.nextOperate
|
|
8277
|
+
});
|
|
8267
8278
|
});
|
|
8268
8279
|
}
|
|
8269
8280
|
that.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
@@ -8620,8 +8631,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8620
8631
|
|
|
8621
8632
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8622
8633
|
components_Handlevue_type_script_lang_js,
|
|
8623
|
-
|
|
8624
|
-
|
|
8634
|
+
Handlevue_type_template_id_3941b7cd_render,
|
|
8635
|
+
Handlevue_type_template_id_3941b7cd_staticRenderFns,
|
|
8625
8636
|
false,
|
|
8626
8637
|
null,
|
|
8627
8638
|
null,
|