eoss-mobiles 0.3.76 → 0.3.78
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 +241 -145
- package/lib/flow.js +240 -144
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +22 -4
- package/packages/flow/src/components/Reject.vue +9 -2
- package/packages/flow/src/components/StartFlow.vue +17 -5
- package/packages/flow/src/components/TaskRead.vue +6 -0
- package/packages/flow/src/components/reset.vue +14 -4
- package/packages/flow/src/components/supervise.vue +7 -2
- package/packages/flow/src/components/taskUnionExamine.vue +8 -2
- package/src/index.js +1 -1
- package/src/utils/axios.js +4 -4
|
@@ -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=7e14a1c2
|
|
13058
|
+
var StartFlowvue_type_template_id_7e14a1c2_render = function () {
|
|
13059
13059
|
var _vm = this
|
|
13060
13060
|
var _h = _vm.$createElement
|
|
13061
13061
|
var _c = _vm._self._c || _h
|
|
@@ -13271,7 +13271,8 @@ var StartFlowvue_type_template_id_fa95dfc4_render = function () {
|
|
|
13271
13271
|
paddingTop: _vm.paddingTop,
|
|
13272
13272
|
objType: _vm.objType,
|
|
13273
13273
|
nextUserList: _vm.nextUserList,
|
|
13274
|
-
label:
|
|
13274
|
+
label:
|
|
13275
|
+
"" + (_vm.flowLabelConfig.nextUser || "办理人"),
|
|
13275
13276
|
},
|
|
13276
13277
|
on: {
|
|
13277
13278
|
change: function ($event) {
|
|
@@ -13405,18 +13406,21 @@ var StartFlowvue_type_template_id_fa95dfc4_render = function () {
|
|
|
13405
13406
|
},
|
|
13406
13407
|
})
|
|
13407
13408
|
: _vm._e(),
|
|
13408
|
-
|
|
13409
|
-
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
|
|
13413
|
-
|
|
13414
|
-
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13409
|
+
!_vm.hideMessage
|
|
13410
|
+
? _c("Message", {
|
|
13411
|
+
ref: "message",
|
|
13412
|
+
attrs: {
|
|
13413
|
+
code: _vm.msgCode,
|
|
13414
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
13415
|
+
notificationMessageReadOnly:
|
|
13416
|
+
_vm.notificationMessageReadOnly,
|
|
13417
|
+
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
13418
|
+
baseUrl: _vm.baseUrl,
|
|
13419
|
+
defaultNotificationType: _vm.defaultNotificationType,
|
|
13420
|
+
},
|
|
13421
|
+
on: { onInputMsg: _vm.onInputMsg },
|
|
13422
|
+
})
|
|
13423
|
+
: _vm._e(),
|
|
13420
13424
|
],
|
|
13421
13425
|
1
|
|
13422
13426
|
),
|
|
@@ -13443,11 +13447,11 @@ var StartFlowvue_type_template_id_fa95dfc4_render = function () {
|
|
|
13443
13447
|
]),
|
|
13444
13448
|
])
|
|
13445
13449
|
}
|
|
13446
|
-
var
|
|
13447
|
-
|
|
13450
|
+
var StartFlowvue_type_template_id_7e14a1c2_staticRenderFns = []
|
|
13451
|
+
StartFlowvue_type_template_id_7e14a1c2_render._withStripped = true
|
|
13448
13452
|
|
|
13449
13453
|
|
|
13450
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13454
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=7e14a1c2
|
|
13451
13455
|
|
|
13452
13456
|
// 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
|
|
13453
13457
|
var Opinionvue_type_template_id_29ae69c0_render = function () {
|
|
@@ -15049,6 +15053,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
15049
15053
|
//
|
|
15050
15054
|
//
|
|
15051
15055
|
//
|
|
15056
|
+
//
|
|
15052
15057
|
|
|
15053
15058
|
|
|
15054
15059
|
|
|
@@ -15123,6 +15128,16 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
15123
15128
|
selectorParams: {
|
|
15124
15129
|
type: Object,
|
|
15125
15130
|
default: function _default() {}
|
|
15131
|
+
},
|
|
15132
|
+
flowLabelConfig: {
|
|
15133
|
+
type: Object,
|
|
15134
|
+
default: function _default() {
|
|
15135
|
+
return {};
|
|
15136
|
+
}
|
|
15137
|
+
},
|
|
15138
|
+
hideMessage: {
|
|
15139
|
+
type: Boolean,
|
|
15140
|
+
default: false
|
|
15126
15141
|
}
|
|
15127
15142
|
},
|
|
15128
15143
|
data: function data() {
|
|
@@ -15268,14 +15283,12 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
15268
15283
|
|
|
15269
15284
|
// 提交流程
|
|
15270
15285
|
onSubmit: function onSubmit() {
|
|
15271
|
-
var _this2 = this;
|
|
15272
|
-
|
|
15273
15286
|
if (!this.form.opinion && this.isOpinionRequired == 1 && this.form.isImageOpinion == 0 || !this.file && this.isOpinionRequired == 1 && this.form.isImageOpinion == 1) {
|
|
15274
15287
|
this.$toast('请选择输入审批意见');
|
|
15275
15288
|
return;
|
|
15276
15289
|
}
|
|
15277
15290
|
if (!this.form.nextUserId && this.isNextUser) {
|
|
15278
|
-
this.$toast('
|
|
15291
|
+
this.$toast('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'));
|
|
15279
15292
|
return;
|
|
15280
15293
|
}
|
|
15281
15294
|
if (!this.form.nextNodeId) {
|
|
@@ -15356,9 +15369,14 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
15356
15369
|
info.businessId = this.businessId; //this.businessId
|
|
15357
15370
|
}
|
|
15358
15371
|
if (this.beforeSubmit) {
|
|
15359
|
-
this.beforeSubmit(info);
|
|
15372
|
+
this.beforeSubmit(info, this.sendData);
|
|
15360
15373
|
return;
|
|
15361
15374
|
}
|
|
15375
|
+
this.sendData(info);
|
|
15376
|
+
},
|
|
15377
|
+
sendData: function sendData(info) {
|
|
15378
|
+
var _this2 = this;
|
|
15379
|
+
|
|
15362
15380
|
var formData = new FormData();
|
|
15363
15381
|
// if (this.form.isImageOpinion == 1) {
|
|
15364
15382
|
// formData.append('file', this.file);
|
|
@@ -15578,7 +15596,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
15578
15596
|
that.form.notificationMsg = res.results.notificationMsg;
|
|
15579
15597
|
that.form.nodeId = res.results.nodeId;
|
|
15580
15598
|
var defaultNotificationTypes = [];
|
|
15581
|
-
if (res.results.notificationTypes && that.defaultNotificationType.length == 0) {
|
|
15599
|
+
if (res.results.notificationTypes && that.defaultNotificationType.length == 0 && !that.hideMessage) {
|
|
15582
15600
|
defaultNotificationTypes = res.results.notificationTypes.filter(function (x) {
|
|
15583
15601
|
return x.defaultSelected == 'true';
|
|
15584
15602
|
});
|
|
@@ -15720,8 +15738,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
15720
15738
|
|
|
15721
15739
|
var StartFlow_component = normalizeComponent(
|
|
15722
15740
|
components_StartFlowvue_type_script_lang_js,
|
|
15723
|
-
|
|
15724
|
-
|
|
15741
|
+
StartFlowvue_type_template_id_7e14a1c2_render,
|
|
15742
|
+
StartFlowvue_type_template_id_7e14a1c2_staticRenderFns,
|
|
15725
15743
|
false,
|
|
15726
15744
|
null,
|
|
15727
15745
|
null,
|
|
@@ -15730,8 +15748,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15730
15748
|
)
|
|
15731
15749
|
|
|
15732
15750
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15733
|
-
// 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=
|
|
15734
|
-
var
|
|
15751
|
+
// 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=34172aca
|
|
15752
|
+
var Handlevue_type_template_id_34172aca_render = function () {
|
|
15735
15753
|
var _vm = this
|
|
15736
15754
|
var _h = _vm.$createElement
|
|
15737
15755
|
var _c = _vm._self._c || _h
|
|
@@ -15751,6 +15769,8 @@ var Handlevue_type_template_id_68b3345e_render = function () {
|
|
|
15751
15769
|
_vm.freeStartFlowParams.useScene ===
|
|
15752
15770
|
"multiInsMidwayWithSubmitScene",
|
|
15753
15771
|
opinion: _vm.form.opinion,
|
|
15772
|
+
hideMessage: _vm.hideMessage,
|
|
15773
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
15754
15774
|
"copy-history": _vm.freeStartFlowParams.pendedHistoryHandle,
|
|
15755
15775
|
formType: _vm.processFormType,
|
|
15756
15776
|
orgId: _vm.orgId,
|
|
@@ -16283,12 +16303,19 @@ var Handlevue_type_template_id_68b3345e_render = function () {
|
|
|
16283
16303
|
_vm.isCurrentNodeForbiddenChangeCandidate ==
|
|
16284
16304
|
1,
|
|
16285
16305
|
placeholder:
|
|
16286
|
-
"
|
|
16306
|
+
"请选择" +
|
|
16307
|
+
(_vm.flowLabelConfig
|
|
16308
|
+
.nextUser ||
|
|
16309
|
+
"下步办理人"),
|
|
16287
16310
|
param: {
|
|
16288
16311
|
pid: _vm.pid,
|
|
16289
16312
|
onlyMyOrg: _vm.onlyMyOrg,
|
|
16290
16313
|
},
|
|
16291
|
-
label:
|
|
16314
|
+
label:
|
|
16315
|
+
"" +
|
|
16316
|
+
(_vm.flowLabelConfig
|
|
16317
|
+
.nextUser ||
|
|
16318
|
+
"下步办理人"),
|
|
16292
16319
|
},
|
|
16293
16320
|
on: {
|
|
16294
16321
|
change: function ($event) {
|
|
@@ -16993,6 +17020,8 @@ var Handlevue_type_template_id_68b3345e_render = function () {
|
|
|
16993
17020
|
_vm.taskExamineInfo
|
|
16994
17021
|
.processDefinitionId,
|
|
16995
17022
|
nodeId: _vm.form.nextNodeId,
|
|
17023
|
+
hideMessage: _vm.hideMessage,
|
|
17024
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
16996
17025
|
taskId:
|
|
16997
17026
|
_vm.processObj.taskExamine.taskId,
|
|
16998
17027
|
pendingId: _vm.pendingId,
|
|
@@ -17031,30 +17060,32 @@ var Handlevue_type_template_id_68b3345e_render = function () {
|
|
|
17031
17060
|
1
|
|
17032
17061
|
)
|
|
17033
17062
|
: _vm._e(),
|
|
17034
|
-
|
|
17035
|
-
|
|
17036
|
-
|
|
17037
|
-
|
|
17038
|
-
|
|
17039
|
-
|
|
17040
|
-
|
|
17041
|
-
|
|
17042
|
-
|
|
17043
|
-
|
|
17044
|
-
|
|
17045
|
-
|
|
17046
|
-
|
|
17047
|
-
|
|
17048
|
-
|
|
17049
|
-
|
|
17050
|
-
|
|
17051
|
-
|
|
17052
|
-
|
|
17053
|
-
|
|
17054
|
-
|
|
17055
|
-
|
|
17056
|
-
|
|
17057
|
-
|
|
17063
|
+
!_vm.hideMessage
|
|
17064
|
+
? _c(
|
|
17065
|
+
"div",
|
|
17066
|
+
{ staticClass: "item-msg item-msg2" },
|
|
17067
|
+
[
|
|
17068
|
+
_c("Message", {
|
|
17069
|
+
ref: "message",
|
|
17070
|
+
attrs: {
|
|
17071
|
+
code: _vm.msgCode,
|
|
17072
|
+
baseUrl: _vm.baseUrl,
|
|
17073
|
+
readOnlyNotificationType:
|
|
17074
|
+
_vm.readOnlyNotificationType,
|
|
17075
|
+
notificationMessageReadOnly:
|
|
17076
|
+
_vm.notificationMessageReadOnly,
|
|
17077
|
+
pendingId: _vm.pendingId,
|
|
17078
|
+
defaultNotificationType:
|
|
17079
|
+
_vm.defaultNotificationType,
|
|
17080
|
+
defaultNotificationMsg:
|
|
17081
|
+
_vm.form.notificationMsg,
|
|
17082
|
+
},
|
|
17083
|
+
on: { onInputMsg: _vm.onInputMsg },
|
|
17084
|
+
}),
|
|
17085
|
+
],
|
|
17086
|
+
1
|
|
17087
|
+
)
|
|
17088
|
+
: _vm._e(),
|
|
17058
17089
|
],
|
|
17059
17090
|
1
|
|
17060
17091
|
)
|
|
@@ -17118,6 +17149,8 @@ var Handlevue_type_template_id_68b3345e_render = function () {
|
|
|
17118
17149
|
attrs: {
|
|
17119
17150
|
pendingId: _vm.pendingId,
|
|
17120
17151
|
"before-submit": _vm.beforeSubmit,
|
|
17152
|
+
hideMessage: _vm.hideMessage,
|
|
17153
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
17121
17154
|
},
|
|
17122
17155
|
on: {
|
|
17123
17156
|
close: function ($event) {
|
|
@@ -17183,14 +17216,14 @@ var Handlevue_type_template_id_68b3345e_render = function () {
|
|
|
17183
17216
|
1
|
|
17184
17217
|
)
|
|
17185
17218
|
}
|
|
17186
|
-
var
|
|
17187
|
-
|
|
17219
|
+
var Handlevue_type_template_id_34172aca_staticRenderFns = []
|
|
17220
|
+
Handlevue_type_template_id_34172aca_render._withStripped = true
|
|
17188
17221
|
|
|
17189
17222
|
|
|
17190
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
17223
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=34172aca
|
|
17191
17224
|
|
|
17192
|
-
// 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=
|
|
17193
|
-
var
|
|
17225
|
+
// 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=5c379963
|
|
17226
|
+
var Rejectvue_type_template_id_5c379963_render = function () {
|
|
17194
17227
|
var _vm = this
|
|
17195
17228
|
var _h = _vm.$createElement
|
|
17196
17229
|
var _c = _vm._self._c || _h
|
|
@@ -17255,7 +17288,7 @@ var Rejectvue_type_template_id_7503f952_render = function () {
|
|
|
17255
17288
|
],
|
|
17256
17289
|
1
|
|
17257
17290
|
),
|
|
17258
|
-
_vm.rejectObj && _vm.rejectObj.length != 0
|
|
17291
|
+
_vm.rejectObj && _vm.rejectObj.length != 0 && !_vm.hideMessage
|
|
17259
17292
|
? _c("Message", {
|
|
17260
17293
|
ref: "message",
|
|
17261
17294
|
attrs: {
|
|
@@ -17312,11 +17345,11 @@ var Rejectvue_type_template_id_7503f952_render = function () {
|
|
|
17312
17345
|
]),
|
|
17313
17346
|
])
|
|
17314
17347
|
}
|
|
17315
|
-
var
|
|
17316
|
-
|
|
17348
|
+
var Rejectvue_type_template_id_5c379963_staticRenderFns = []
|
|
17349
|
+
Rejectvue_type_template_id_5c379963_render._withStripped = true
|
|
17317
17350
|
|
|
17318
17351
|
|
|
17319
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
17352
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=5c379963
|
|
17320
17353
|
|
|
17321
17354
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=script&lang=js
|
|
17322
17355
|
var Rejectvue_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; };
|
|
@@ -17395,6 +17428,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17395
17428
|
userId: {
|
|
17396
17429
|
type: String,
|
|
17397
17430
|
default: ''
|
|
17431
|
+
},
|
|
17432
|
+
hideMessage: {
|
|
17433
|
+
type: Boolean,
|
|
17434
|
+
default: false
|
|
17398
17435
|
}
|
|
17399
17436
|
},
|
|
17400
17437
|
data: function data() {
|
|
@@ -17564,7 +17601,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17564
17601
|
}
|
|
17565
17602
|
_this2.processObj = res.data;
|
|
17566
17603
|
_this2.form.notificationMsg = defaultNotificationMessage;
|
|
17567
|
-
_this2.
|
|
17604
|
+
if (!_this2.hideMessage) {
|
|
17605
|
+
_this2.defaultNotificationType = defaultNotificationType.split(',');
|
|
17606
|
+
}
|
|
17607
|
+
|
|
17568
17608
|
var list = [];
|
|
17569
17609
|
if (rejectTaskNodes) {
|
|
17570
17610
|
for (var i in rejectTaskNodes) {
|
|
@@ -17604,8 +17644,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17604
17644
|
|
|
17605
17645
|
var Reject_component = normalizeComponent(
|
|
17606
17646
|
components_Rejectvue_type_script_lang_js,
|
|
17607
|
-
|
|
17608
|
-
|
|
17647
|
+
Rejectvue_type_template_id_5c379963_render,
|
|
17648
|
+
Rejectvue_type_template_id_5c379963_staticRenderFns,
|
|
17609
17649
|
false,
|
|
17610
17650
|
null,
|
|
17611
17651
|
null,
|
|
@@ -18497,6 +18537,15 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18497
18537
|
//
|
|
18498
18538
|
//
|
|
18499
18539
|
//
|
|
18540
|
+
//
|
|
18541
|
+
//
|
|
18542
|
+
//
|
|
18543
|
+
//
|
|
18544
|
+
//
|
|
18545
|
+
//
|
|
18546
|
+
//
|
|
18547
|
+
//
|
|
18548
|
+
//
|
|
18500
18549
|
|
|
18501
18550
|
|
|
18502
18551
|
|
|
@@ -18559,6 +18608,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18559
18608
|
selectorParams: {
|
|
18560
18609
|
type: Object,
|
|
18561
18610
|
default: function _default() {}
|
|
18611
|
+
},
|
|
18612
|
+
flowLabelConfig: {
|
|
18613
|
+
type: Object,
|
|
18614
|
+
default: function _default() {
|
|
18615
|
+
return {};
|
|
18616
|
+
}
|
|
18617
|
+
},
|
|
18618
|
+
hideMessage: {
|
|
18619
|
+
type: Boolean,
|
|
18620
|
+
default: false
|
|
18562
18621
|
}
|
|
18563
18622
|
},
|
|
18564
18623
|
data: function data() {
|
|
@@ -18907,7 +18966,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18907
18966
|
return;
|
|
18908
18967
|
}
|
|
18909
18968
|
if (this.isSpecial && this.isNextUser && !this.form.nextUserId && idStr === '' && this.form.isAddSign != '1' && !this.isReject) {
|
|
18910
|
-
this.$toast('
|
|
18969
|
+
this.$toast('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'));
|
|
18911
18970
|
return;
|
|
18912
18971
|
}
|
|
18913
18972
|
// if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
|
|
@@ -19418,7 +19477,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19418
19477
|
that.form.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
19419
19478
|
that.form.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
19420
19479
|
that.form.notificationMsg = defaultNotificationMessage;
|
|
19421
|
-
defaultNotificationType && (that.defaultNotificationType = defaultNotificationType.split(','));
|
|
19480
|
+
defaultNotificationType && !that.hideMessage && (that.defaultNotificationType = defaultNotificationType.split(','));
|
|
19422
19481
|
that.nodeInfoMapInfo = nodeInfoMap;
|
|
19423
19482
|
that.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
19424
19483
|
that.opinionHandleExplainText = nodeInfoMap.nodeExtAttr.opinionHandleExplainText;
|
|
@@ -19776,8 +19835,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19776
19835
|
|
|
19777
19836
|
var Handle_component = normalizeComponent(
|
|
19778
19837
|
components_Handlevue_type_script_lang_js,
|
|
19779
|
-
|
|
19780
|
-
|
|
19838
|
+
Handlevue_type_template_id_34172aca_render,
|
|
19839
|
+
Handlevue_type_template_id_34172aca_staticRenderFns,
|
|
19781
19840
|
false,
|
|
19782
19841
|
null,
|
|
19783
19842
|
null,
|
|
@@ -20548,8 +20607,8 @@ var Circulate_component = normalizeComponent(
|
|
|
20548
20607
|
)
|
|
20549
20608
|
|
|
20550
20609
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
20551
|
-
// 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/TaskRead.vue?vue&type=template&id=
|
|
20552
|
-
var
|
|
20610
|
+
// 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/TaskRead.vue?vue&type=template&id=5fbe547c
|
|
20611
|
+
var TaskReadvue_type_template_id_5fbe547c_render = function () {
|
|
20553
20612
|
var _vm = this
|
|
20554
20613
|
var _h = _vm.$createElement
|
|
20555
20614
|
var _c = _vm._self._c || _h
|
|
@@ -20713,20 +20772,23 @@ var TaskReadvue_type_template_id_788504eb_render = function () {
|
|
|
20713
20772
|
"div",
|
|
20714
20773
|
{ staticClass: "item" },
|
|
20715
20774
|
[
|
|
20716
|
-
|
|
20717
|
-
|
|
20718
|
-
|
|
20719
|
-
|
|
20720
|
-
|
|
20721
|
-
|
|
20722
|
-
|
|
20723
|
-
|
|
20724
|
-
|
|
20725
|
-
|
|
20726
|
-
|
|
20727
|
-
|
|
20728
|
-
|
|
20729
|
-
|
|
20775
|
+
!_vm.hideMessage
|
|
20776
|
+
? _c("Message", {
|
|
20777
|
+
ref: "message",
|
|
20778
|
+
attrs: {
|
|
20779
|
+
code: _vm.msgCode,
|
|
20780
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
20781
|
+
notificationMessageReadOnly:
|
|
20782
|
+
_vm.notificationMessageReadOnly,
|
|
20783
|
+
defaultNotificationMsg: _vm.defaultNotificationMessage,
|
|
20784
|
+
defaultNotificationType: _vm.defaultNotificationType,
|
|
20785
|
+
baseUrl: _vm.baseUrl,
|
|
20786
|
+
showMsg: true,
|
|
20787
|
+
pendingId: _vm.pendingId,
|
|
20788
|
+
},
|
|
20789
|
+
on: { onInputMsg: _vm.onInputMsg },
|
|
20790
|
+
})
|
|
20791
|
+
: _vm._e(),
|
|
20730
20792
|
],
|
|
20731
20793
|
1
|
|
20732
20794
|
),
|
|
@@ -20751,11 +20813,11 @@ var TaskReadvue_type_template_id_788504eb_render = function () {
|
|
|
20751
20813
|
]),
|
|
20752
20814
|
])
|
|
20753
20815
|
}
|
|
20754
|
-
var
|
|
20755
|
-
|
|
20816
|
+
var TaskReadvue_type_template_id_5fbe547c_staticRenderFns = []
|
|
20817
|
+
TaskReadvue_type_template_id_5fbe547c_render._withStripped = true
|
|
20756
20818
|
|
|
20757
20819
|
|
|
20758
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20820
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=5fbe547c
|
|
20759
20821
|
|
|
20760
20822
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
20761
20823
|
var TaskReadvue_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; };
|
|
@@ -20859,6 +20921,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20859
20921
|
//
|
|
20860
20922
|
//
|
|
20861
20923
|
//
|
|
20924
|
+
//
|
|
20862
20925
|
|
|
20863
20926
|
|
|
20864
20927
|
|
|
@@ -20927,6 +20990,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20927
20990
|
isAllCheck: {
|
|
20928
20991
|
type: Boolean,
|
|
20929
20992
|
default: false
|
|
20993
|
+
},
|
|
20994
|
+
hideMessage: {
|
|
20995
|
+
type: Boolean,
|
|
20996
|
+
default: false
|
|
20930
20997
|
}
|
|
20931
20998
|
},
|
|
20932
20999
|
computed: {
|
|
@@ -21058,6 +21125,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21058
21125
|
data = res.data;
|
|
21059
21126
|
|
|
21060
21127
|
if (status === 'success') {
|
|
21128
|
+
if (_this3.hideMessage) return;
|
|
21061
21129
|
_this3.form.notificationMsgType = message.split(',');
|
|
21062
21130
|
_this3.defaultNotificationType = message.split(',');
|
|
21063
21131
|
if (data) {
|
|
@@ -21430,8 +21498,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21430
21498
|
|
|
21431
21499
|
var TaskRead_component = normalizeComponent(
|
|
21432
21500
|
components_TaskReadvue_type_script_lang_js,
|
|
21433
|
-
|
|
21434
|
-
|
|
21501
|
+
TaskReadvue_type_template_id_5fbe547c_render,
|
|
21502
|
+
TaskReadvue_type_template_id_5fbe547c_staticRenderFns,
|
|
21435
21503
|
false,
|
|
21436
21504
|
null,
|
|
21437
21505
|
null,
|
|
@@ -21440,8 +21508,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21440
21508
|
)
|
|
21441
21509
|
|
|
21442
21510
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21443
|
-
// 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=
|
|
21444
|
-
var
|
|
21511
|
+
// 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=252a387b
|
|
21512
|
+
var taskUnionExaminevue_type_template_id_252a387b_render = function () {
|
|
21445
21513
|
var _vm = this
|
|
21446
21514
|
var _h = _vm.$createElement
|
|
21447
21515
|
var _c = _vm._self._c || _h
|
|
@@ -21563,7 +21631,7 @@ var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
|
|
|
21563
21631
|
1
|
|
21564
21632
|
)
|
|
21565
21633
|
: _vm._e(),
|
|
21566
|
-
_vm.showMessage
|
|
21634
|
+
_vm.showMessage && !_vm.hideMessage
|
|
21567
21635
|
? _c("Message", {
|
|
21568
21636
|
ref: "message",
|
|
21569
21637
|
attrs: {
|
|
@@ -21604,11 +21672,11 @@ var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
|
|
|
21604
21672
|
]),
|
|
21605
21673
|
])
|
|
21606
21674
|
}
|
|
21607
|
-
var
|
|
21608
|
-
|
|
21675
|
+
var taskUnionExaminevue_type_template_id_252a387b_staticRenderFns = []
|
|
21676
|
+
taskUnionExaminevue_type_template_id_252a387b_render._withStripped = true
|
|
21609
21677
|
|
|
21610
21678
|
|
|
21611
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21679
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=252a387b
|
|
21612
21680
|
|
|
21613
21681
|
// 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
|
|
21614
21682
|
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; };
|
|
@@ -21751,6 +21819,10 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21751
21819
|
isAllCheck: {
|
|
21752
21820
|
type: Boolean,
|
|
21753
21821
|
default: false
|
|
21822
|
+
},
|
|
21823
|
+
hideMessage: {
|
|
21824
|
+
type: Boolean,
|
|
21825
|
+
default: false
|
|
21754
21826
|
}
|
|
21755
21827
|
},
|
|
21756
21828
|
data: function data() {
|
|
@@ -21904,7 +21976,9 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21904
21976
|
|
|
21905
21977
|
_this3.$toast.clear();
|
|
21906
21978
|
if (status === 'success') {
|
|
21907
|
-
_this3.
|
|
21979
|
+
if (!_this3.hideMessage) {
|
|
21980
|
+
_this3.infoList.noticeType = message.split(',');
|
|
21981
|
+
}
|
|
21908
21982
|
} else {
|
|
21909
21983
|
_this3.$toast(message || '系统错误,请联系管理员!');
|
|
21910
21984
|
}
|
|
@@ -22272,8 +22346,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
22272
22346
|
|
|
22273
22347
|
var taskUnionExamine_component = normalizeComponent(
|
|
22274
22348
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
22275
|
-
|
|
22276
|
-
|
|
22349
|
+
taskUnionExaminevue_type_template_id_252a387b_render,
|
|
22350
|
+
taskUnionExaminevue_type_template_id_252a387b_staticRenderFns,
|
|
22277
22351
|
false,
|
|
22278
22352
|
null,
|
|
22279
22353
|
null,
|
|
@@ -22282,8 +22356,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
22282
22356
|
)
|
|
22283
22357
|
|
|
22284
22358
|
/* harmony default export */ var components_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
22285
|
-
// 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/supervise.vue?vue&type=template&id=
|
|
22286
|
-
var
|
|
22359
|
+
// 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/supervise.vue?vue&type=template&id=62f0df9d
|
|
22360
|
+
var supervisevue_type_template_id_62f0df9d_render = function () {
|
|
22287
22361
|
var _vm = this
|
|
22288
22362
|
var _h = _vm.$createElement
|
|
22289
22363
|
var _c = _vm._self._c || _h
|
|
@@ -22291,20 +22365,22 @@ var supervisevue_type_template_id_21cb8155_render = function () {
|
|
|
22291
22365
|
"div",
|
|
22292
22366
|
{ staticClass: "flow-supervise" },
|
|
22293
22367
|
[
|
|
22294
|
-
|
|
22295
|
-
|
|
22296
|
-
|
|
22297
|
-
|
|
22298
|
-
|
|
22299
|
-
|
|
22300
|
-
|
|
22301
|
-
|
|
22302
|
-
|
|
22303
|
-
|
|
22304
|
-
|
|
22305
|
-
|
|
22306
|
-
|
|
22307
|
-
|
|
22368
|
+
!_vm.hideMessage
|
|
22369
|
+
? _c("Message", {
|
|
22370
|
+
ref: "message",
|
|
22371
|
+
attrs: {
|
|
22372
|
+
code: _vm.msgCode,
|
|
22373
|
+
baseUrl: _vm.baseUrl,
|
|
22374
|
+
showCheckType: false,
|
|
22375
|
+
showMsg: true,
|
|
22376
|
+
label: "",
|
|
22377
|
+
defaultNotificationType: _vm.form.noticeType,
|
|
22378
|
+
defaultNotificationMsg: _vm.form.notifyMessage,
|
|
22379
|
+
onlyShowType: "",
|
|
22380
|
+
},
|
|
22381
|
+
on: { onInputMsg: _vm.onInputMsg },
|
|
22382
|
+
})
|
|
22383
|
+
: _vm._e(),
|
|
22308
22384
|
_vm.showFlowList
|
|
22309
22385
|
? _c("em-flow-list", {
|
|
22310
22386
|
ref: "flowList",
|
|
@@ -22329,11 +22405,11 @@ var supervisevue_type_template_id_21cb8155_render = function () {
|
|
|
22329
22405
|
1
|
|
22330
22406
|
)
|
|
22331
22407
|
}
|
|
22332
|
-
var
|
|
22333
|
-
|
|
22408
|
+
var supervisevue_type_template_id_62f0df9d_staticRenderFns = []
|
|
22409
|
+
supervisevue_type_template_id_62f0df9d_render._withStripped = true
|
|
22334
22410
|
|
|
22335
22411
|
|
|
22336
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=
|
|
22412
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=62f0df9d
|
|
22337
22413
|
|
|
22338
22414
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=script&lang=js
|
|
22339
22415
|
//
|
|
@@ -22369,6 +22445,7 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
|
22369
22445
|
//
|
|
22370
22446
|
//
|
|
22371
22447
|
//
|
|
22448
|
+
//
|
|
22372
22449
|
|
|
22373
22450
|
|
|
22374
22451
|
|
|
@@ -22383,7 +22460,8 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
|
22383
22460
|
type: String,
|
|
22384
22461
|
default: 'notification_type'
|
|
22385
22462
|
},
|
|
22386
|
-
appId: { type: String, default: '' }
|
|
22463
|
+
appId: { type: String, default: '' },
|
|
22464
|
+
hideMessage: { type: Boolean, default: false }
|
|
22387
22465
|
},
|
|
22388
22466
|
data: function data() {
|
|
22389
22467
|
return {
|
|
@@ -22462,7 +22540,10 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
|
22462
22540
|
_this2.form = res.results;
|
|
22463
22541
|
_this2.form.notificationMsg = res.results.notifyMessage;
|
|
22464
22542
|
_this2.flowList = res.results.taskSuperviseHistories;
|
|
22465
|
-
_this2.
|
|
22543
|
+
if (!_this2.hideMessage) {
|
|
22544
|
+
_this2.form.noticeType = res.results.fixedNotificationType.split(',');
|
|
22545
|
+
}
|
|
22546
|
+
|
|
22466
22547
|
_this2.showFlowList = true;
|
|
22467
22548
|
} else {
|
|
22468
22549
|
_this2.$toast(res.msg);
|
|
@@ -22490,8 +22571,8 @@ supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
|
22490
22571
|
|
|
22491
22572
|
var supervise_component = normalizeComponent(
|
|
22492
22573
|
components_supervisevue_type_script_lang_js,
|
|
22493
|
-
|
|
22494
|
-
|
|
22574
|
+
supervisevue_type_template_id_62f0df9d_render,
|
|
22575
|
+
supervisevue_type_template_id_62f0df9d_staticRenderFns,
|
|
22495
22576
|
false,
|
|
22496
22577
|
null,
|
|
22497
22578
|
null,
|
|
@@ -22500,8 +22581,8 @@ var supervise_component = normalizeComponent(
|
|
|
22500
22581
|
)
|
|
22501
22582
|
|
|
22502
22583
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22503
|
-
// 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=
|
|
22504
|
-
var
|
|
22584
|
+
// 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=175ec1c3
|
|
22585
|
+
var resetvue_type_template_id_175ec1c3_render = function () {
|
|
22505
22586
|
var _vm = this
|
|
22506
22587
|
var _h = _vm.$createElement
|
|
22507
22588
|
var _c = _vm._self._c || _h
|
|
@@ -22631,7 +22712,7 @@ var resetvue_type_template_id_6c4eb3b7_render = function () {
|
|
|
22631
22712
|
paddingTop: _vm.paddingTop,
|
|
22632
22713
|
objType: _vm.objType,
|
|
22633
22714
|
nextUserList: _vm.nextUserList,
|
|
22634
|
-
label: "办理人",
|
|
22715
|
+
label: "" + (_vm.flowLabelConfig.nextUser || "办理人"),
|
|
22635
22716
|
},
|
|
22636
22717
|
on: {
|
|
22637
22718
|
change: function ($event) {
|
|
@@ -22764,18 +22845,21 @@ var resetvue_type_template_id_6c4eb3b7_render = function () {
|
|
|
22764
22845
|
},
|
|
22765
22846
|
})
|
|
22766
22847
|
: _vm._e(),
|
|
22767
|
-
|
|
22768
|
-
|
|
22769
|
-
|
|
22770
|
-
|
|
22771
|
-
|
|
22772
|
-
|
|
22773
|
-
|
|
22774
|
-
|
|
22775
|
-
|
|
22776
|
-
|
|
22777
|
-
|
|
22778
|
-
|
|
22848
|
+
!_vm.hideMessage
|
|
22849
|
+
? _c("Message", {
|
|
22850
|
+
ref: "message",
|
|
22851
|
+
attrs: {
|
|
22852
|
+
code: _vm.msgCode,
|
|
22853
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
22854
|
+
notificationMessageReadOnly:
|
|
22855
|
+
_vm.notificationMessageReadOnly,
|
|
22856
|
+
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
22857
|
+
baseUrl: _vm.baseUrl,
|
|
22858
|
+
defaultNotificationType: _vm.defaultNotificationType,
|
|
22859
|
+
},
|
|
22860
|
+
on: { onInputMsg: _vm.onInputMsg },
|
|
22861
|
+
})
|
|
22862
|
+
: _vm._e(),
|
|
22779
22863
|
],
|
|
22780
22864
|
1
|
|
22781
22865
|
),
|
|
@@ -22802,11 +22886,11 @@ var resetvue_type_template_id_6c4eb3b7_render = function () {
|
|
|
22802
22886
|
]),
|
|
22803
22887
|
])
|
|
22804
22888
|
}
|
|
22805
|
-
var
|
|
22806
|
-
|
|
22889
|
+
var resetvue_type_template_id_175ec1c3_staticRenderFns = []
|
|
22890
|
+
resetvue_type_template_id_175ec1c3_render._withStripped = true
|
|
22807
22891
|
|
|
22808
22892
|
|
|
22809
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
22893
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=175ec1c3
|
|
22810
22894
|
|
|
22811
22895
|
// 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
|
|
22812
22896
|
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; };
|
|
@@ -22979,6 +23063,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
22979
23063
|
//
|
|
22980
23064
|
//
|
|
22981
23065
|
//
|
|
23066
|
+
//
|
|
22982
23067
|
|
|
22983
23068
|
|
|
22984
23069
|
|
|
@@ -23043,6 +23128,16 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23043
23128
|
opinion: {
|
|
23044
23129
|
type: String,
|
|
23045
23130
|
default: ''
|
|
23131
|
+
},
|
|
23132
|
+
hideMessage: {
|
|
23133
|
+
type: Boolean,
|
|
23134
|
+
default: false
|
|
23135
|
+
},
|
|
23136
|
+
flowLabelConfig: {
|
|
23137
|
+
type: Object,
|
|
23138
|
+
default: function _default() {
|
|
23139
|
+
return {};
|
|
23140
|
+
}
|
|
23046
23141
|
}
|
|
23047
23142
|
},
|
|
23048
23143
|
data: function data() {
|
|
@@ -23118,6 +23213,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23118
23213
|
url: findSysCodes
|
|
23119
23214
|
}).then(function (res) {
|
|
23120
23215
|
// this.form.notificationMsg = res.message;
|
|
23216
|
+
if (_this.hideMessage) return;
|
|
23121
23217
|
_this.defaultNotificationType = res.message.split(',');
|
|
23122
23218
|
});
|
|
23123
23219
|
},
|
|
@@ -23199,7 +23295,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23199
23295
|
return;
|
|
23200
23296
|
}
|
|
23201
23297
|
if (!this.form.nextUserId) {
|
|
23202
|
-
this.$toast('
|
|
23298
|
+
this.$toast('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'));
|
|
23203
23299
|
return;
|
|
23204
23300
|
}
|
|
23205
23301
|
if (!this.form.nextNodeId) {
|
|
@@ -23290,7 +23386,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23290
23386
|
this.$refs.selectTree.getContent(label);
|
|
23291
23387
|
});
|
|
23292
23388
|
var obj = {
|
|
23293
|
-
label: '
|
|
23389
|
+
label: '\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '办理人'),
|
|
23294
23390
|
show: true
|
|
23295
23391
|
};
|
|
23296
23392
|
this.$emit('informNav', obj);
|
|
@@ -23516,8 +23612,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23516
23612
|
|
|
23517
23613
|
var reset_component = normalizeComponent(
|
|
23518
23614
|
components_resetvue_type_script_lang_js,
|
|
23519
|
-
|
|
23520
|
-
|
|
23615
|
+
resetvue_type_template_id_175ec1c3_render,
|
|
23616
|
+
resetvue_type_template_id_175ec1c3_staticRenderFns,
|
|
23521
23617
|
false,
|
|
23522
23618
|
null,
|
|
23523
23619
|
null,
|
|
@@ -29697,7 +29793,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29697
29793
|
}
|
|
29698
29794
|
|
|
29699
29795
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29700
|
-
version: '0.3.
|
|
29796
|
+
version: '0.3.78',
|
|
29701
29797
|
install: install,
|
|
29702
29798
|
Button: packages_button,
|
|
29703
29799
|
ButtonGroup: button_group,
|