eoss-mobiles 0.2.92 → 0.2.93
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/checkbox.js +28 -8
- package/lib/eoss-mobile.common.js +179 -97
- package/lib/flow.js +145 -83
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/checkbox/src/main.vue +22 -0
- package/packages/flow/src/components/Handle.vue +46 -36
- package/packages/flow/src/components/Message.vue +10 -0
- package/packages/flow/src/components/Reject.vue +9 -0
- package/packages/flow/src/components/StartFlow.vue +29 -19
- package/packages/flow/src/components/TaskRead.vue +10 -3
- package/packages/flow/src/components/taskUnionExamine.vue +10 -4
- package/src/index.js +1 -1
|
@@ -12788,8 +12788,8 @@ mainvue_type_template_id_7b5917b8_render._withStripped = true
|
|
|
12788
12788
|
|
|
12789
12789
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7b5917b8&
|
|
12790
12790
|
|
|
12791
|
-
// 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=
|
|
12792
|
-
var
|
|
12791
|
+
// 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=20f21730&
|
|
12792
|
+
var StartFlowvue_type_template_id_20f21730_render = function () {
|
|
12793
12793
|
var _vm = this
|
|
12794
12794
|
var _h = _vm.$createElement
|
|
12795
12795
|
var _c = _vm._self._c || _h
|
|
@@ -12946,6 +12946,8 @@ var StartFlowvue_type_template_id_d6e98734_render = function () {
|
|
|
12946
12946
|
ref: "message",
|
|
12947
12947
|
attrs: {
|
|
12948
12948
|
code: "notification_type",
|
|
12949
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
12950
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
12949
12951
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
12950
12952
|
baseUrl: _vm.baseUrl,
|
|
12951
12953
|
defaultNotificationType: _vm.defaultNotificationType,
|
|
@@ -12978,11 +12980,11 @@ var StartFlowvue_type_template_id_d6e98734_render = function () {
|
|
|
12978
12980
|
]),
|
|
12979
12981
|
])
|
|
12980
12982
|
}
|
|
12981
|
-
var
|
|
12982
|
-
|
|
12983
|
+
var StartFlowvue_type_template_id_20f21730_staticRenderFns = []
|
|
12984
|
+
StartFlowvue_type_template_id_20f21730_render._withStripped = true
|
|
12983
12985
|
|
|
12984
12986
|
|
|
12985
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
12987
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=20f21730&
|
|
12986
12988
|
|
|
12987
12989
|
// 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=2dab6204&
|
|
12988
12990
|
var Opinionvue_type_template_id_2dab6204_render = function () {
|
|
@@ -13497,8 +13499,8 @@ var Opinion_component = normalizeComponent(
|
|
|
13497
13499
|
)
|
|
13498
13500
|
|
|
13499
13501
|
/* harmony default export */ var Opinion = (Opinion_component.exports);
|
|
13500
|
-
// 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/Message.vue?vue&type=template&id=
|
|
13501
|
-
var
|
|
13502
|
+
// 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/Message.vue?vue&type=template&id=434d110c&
|
|
13503
|
+
var Messagevue_type_template_id_434d110c_render = function () {
|
|
13502
13504
|
var _vm = this
|
|
13503
13505
|
var _h = _vm.$createElement
|
|
13504
13506
|
var _c = _vm._self._c || _h
|
|
@@ -13523,6 +13525,7 @@ var Messagevue_type_template_id_f4fe15d6_render = function () {
|
|
|
13523
13525
|
direction: "horizontal",
|
|
13524
13526
|
sysAppCode: _vm.code,
|
|
13525
13527
|
baseUrl: _vm.baseUrl,
|
|
13528
|
+
disabledValue: _vm.readOnlyNotificationType,
|
|
13526
13529
|
labelKey: "shortName",
|
|
13527
13530
|
valueKey: "cciValue",
|
|
13528
13531
|
},
|
|
@@ -13556,6 +13559,7 @@ var Messagevue_type_template_id_f4fe15d6_render = function () {
|
|
|
13556
13559
|
_c("em-input", {
|
|
13557
13560
|
attrs: {
|
|
13558
13561
|
rows: "3",
|
|
13562
|
+
readonly: _vm.notificationMessageReadOnly,
|
|
13559
13563
|
autosize: "",
|
|
13560
13564
|
type: "textarea",
|
|
13561
13565
|
placeholder: "请输入留言",
|
|
@@ -13583,11 +13587,11 @@ var Messagevue_type_template_id_f4fe15d6_render = function () {
|
|
|
13583
13587
|
1
|
|
13584
13588
|
)
|
|
13585
13589
|
}
|
|
13586
|
-
var
|
|
13587
|
-
|
|
13590
|
+
var Messagevue_type_template_id_434d110c_staticRenderFns = []
|
|
13591
|
+
Messagevue_type_template_id_434d110c_render._withStripped = true
|
|
13588
13592
|
|
|
13589
13593
|
|
|
13590
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=
|
|
13594
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=434d110c&
|
|
13591
13595
|
|
|
13592
13596
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Message.vue?vue&type=script&lang=js&
|
|
13593
13597
|
//
|
|
@@ -13627,12 +13631,22 @@ Messagevue_type_template_id_f4fe15d6_render._withStripped = true
|
|
|
13627
13631
|
//
|
|
13628
13632
|
//
|
|
13629
13633
|
//
|
|
13634
|
+
//
|
|
13635
|
+
//
|
|
13630
13636
|
|
|
13631
13637
|
/* harmony default export */ var Messagevue_type_script_lang_js_ = ({
|
|
13632
13638
|
name: 'Message',
|
|
13633
13639
|
inheritAttrs: false,
|
|
13634
13640
|
props: {
|
|
13635
13641
|
type: String,
|
|
13642
|
+
notificationMessageReadOnly: {
|
|
13643
|
+
type: Boolean,
|
|
13644
|
+
default: false
|
|
13645
|
+
},
|
|
13646
|
+
readOnlyNotificationType: {
|
|
13647
|
+
type: String,
|
|
13648
|
+
default: ''
|
|
13649
|
+
},
|
|
13636
13650
|
code: {
|
|
13637
13651
|
type: String,
|
|
13638
13652
|
default: "notification_type" // 代码表默认参数
|
|
@@ -13707,8 +13721,8 @@ Messagevue_type_template_id_f4fe15d6_render._withStripped = true
|
|
|
13707
13721
|
|
|
13708
13722
|
var Message_component = normalizeComponent(
|
|
13709
13723
|
components_Messagevue_type_script_lang_js_,
|
|
13710
|
-
|
|
13711
|
-
|
|
13724
|
+
Messagevue_type_template_id_434d110c_render,
|
|
13725
|
+
Messagevue_type_template_id_434d110c_staticRenderFns,
|
|
13712
13726
|
false,
|
|
13713
13727
|
null,
|
|
13714
13728
|
null,
|
|
@@ -13874,6 +13888,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
13874
13888
|
data: function data() {
|
|
13875
13889
|
return {
|
|
13876
13890
|
showOpinion: true,
|
|
13891
|
+
readOnlyNotificationType: '',
|
|
13892
|
+
notificationMessageReadOnly: false,
|
|
13877
13893
|
form: {
|
|
13878
13894
|
nextNodeId: undefined, // 流程节点id
|
|
13879
13895
|
nextNodeName: undefined, // 流程节点名称
|
|
@@ -14037,9 +14053,9 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
14037
14053
|
utils_http({
|
|
14038
14054
|
url: _that.apiBaseUrl ? _that.apiBaseUrl + registerNew : registerNew,
|
|
14039
14055
|
type: 'get',
|
|
14040
|
-
params: { params: info
|
|
14041
|
-
|
|
14042
|
-
|
|
14056
|
+
params: { params: info
|
|
14057
|
+
// format: false
|
|
14058
|
+
} }).then(function (res) {
|
|
14043
14059
|
_this2.$toast.clear();
|
|
14044
14060
|
if (res.rCode == 0) {
|
|
14045
14061
|
_this2.$toast('操作成功');
|
|
@@ -14144,8 +14160,11 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
14144
14160
|
return new Promise(function (resolve, reiect) {
|
|
14145
14161
|
utils_http({
|
|
14146
14162
|
url: that.apiBaseUrl ? that.apiBaseUrl + toStartFlow : toStartFlow,
|
|
14147
|
-
params: {
|
|
14148
|
-
}
|
|
14163
|
+
params: {
|
|
14164
|
+
params: StartFlowvue_type_script_lang_js_extends({}, res, {
|
|
14165
|
+
userId: that.userId || util["a" /* default */].getStorage('userId')
|
|
14166
|
+
})
|
|
14167
|
+
}
|
|
14149
14168
|
}).then(function (res) {
|
|
14150
14169
|
if (res.rCode == 0) {
|
|
14151
14170
|
res.results.nodeExtr.submitTipsMsg && external_eoss_mobile_vant_["Dialog"].confirm({
|
|
@@ -14157,6 +14176,10 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
14157
14176
|
that.goBack();
|
|
14158
14177
|
// on cancel
|
|
14159
14178
|
});
|
|
14179
|
+
if (res.results.extendData) {
|
|
14180
|
+
that.notificationMessageReadOnly = res.results.extendData.notificationMessageReadOnly == 'true';
|
|
14181
|
+
that.readOnlyNotificationType = res.results.extendData.readOnlyNotificationType;
|
|
14182
|
+
}
|
|
14160
14183
|
that.processObj = res.results;
|
|
14161
14184
|
that.nextList = res.results.nodeList;
|
|
14162
14185
|
that.isOpinionRequired = res.results.nodeExtr.isOpinionRequired;
|
|
@@ -14259,8 +14282,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
14259
14282
|
|
|
14260
14283
|
var StartFlow_component = normalizeComponent(
|
|
14261
14284
|
components_StartFlowvue_type_script_lang_js_,
|
|
14262
|
-
|
|
14263
|
-
|
|
14285
|
+
StartFlowvue_type_template_id_20f21730_render,
|
|
14286
|
+
StartFlowvue_type_template_id_20f21730_staticRenderFns,
|
|
14264
14287
|
false,
|
|
14265
14288
|
null,
|
|
14266
14289
|
null,
|
|
@@ -14269,8 +14292,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
14269
14292
|
)
|
|
14270
14293
|
|
|
14271
14294
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
14272
|
-
// 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=
|
|
14273
|
-
var
|
|
14295
|
+
// 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=77381012&
|
|
14296
|
+
var Handlevue_type_template_id_77381012_render = function () {
|
|
14274
14297
|
var _vm = this
|
|
14275
14298
|
var _h = _vm.$createElement
|
|
14276
14299
|
var _c = _vm._self._c || _h
|
|
@@ -15269,6 +15292,10 @@ var Handlevue_type_template_id_82b3c6de_render = function () {
|
|
|
15269
15292
|
attrs: {
|
|
15270
15293
|
code: "notification_type",
|
|
15271
15294
|
baseUrl: _vm.baseUrl,
|
|
15295
|
+
readOnlyNotificationType:
|
|
15296
|
+
_vm.readOnlyNotificationType,
|
|
15297
|
+
notificationMessageReadOnly:
|
|
15298
|
+
_vm.notificationMessageReadOnly,
|
|
15272
15299
|
defaultNotificationType:
|
|
15273
15300
|
_vm.defaultNotificationType,
|
|
15274
15301
|
defaultNotificationMsg:
|
|
@@ -15351,14 +15378,14 @@ var Handlevue_type_template_id_82b3c6de_render = function () {
|
|
|
15351
15378
|
1
|
|
15352
15379
|
)
|
|
15353
15380
|
}
|
|
15354
|
-
var
|
|
15355
|
-
|
|
15381
|
+
var Handlevue_type_template_id_77381012_staticRenderFns = []
|
|
15382
|
+
Handlevue_type_template_id_77381012_render._withStripped = true
|
|
15356
15383
|
|
|
15357
15384
|
|
|
15358
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
15385
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=77381012&
|
|
15359
15386
|
|
|
15360
|
-
// 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=
|
|
15361
|
-
var
|
|
15387
|
+
// 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=4fdaf365&
|
|
15388
|
+
var Rejectvue_type_template_id_4fdaf365_render = function () {
|
|
15362
15389
|
var _vm = this
|
|
15363
15390
|
var _h = _vm.$createElement
|
|
15364
15391
|
var _c = _vm._self._c || _h
|
|
@@ -15426,6 +15453,8 @@ var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
|
15426
15453
|
attrs: {
|
|
15427
15454
|
code: "notification_type",
|
|
15428
15455
|
baseUrl: _vm.baseUrl,
|
|
15456
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
15457
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
15429
15458
|
defaultNotificationType: _vm.defaultNotificationType,
|
|
15430
15459
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
15431
15460
|
type: _vm.type,
|
|
@@ -15457,11 +15486,11 @@ var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
|
15457
15486
|
]),
|
|
15458
15487
|
])
|
|
15459
15488
|
}
|
|
15460
|
-
var
|
|
15461
|
-
|
|
15489
|
+
var Rejectvue_type_template_id_4fdaf365_staticRenderFns = []
|
|
15490
|
+
Rejectvue_type_template_id_4fdaf365_render._withStripped = true
|
|
15462
15491
|
|
|
15463
15492
|
|
|
15464
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
15493
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=4fdaf365&
|
|
15465
15494
|
|
|
15466
15495
|
// 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&
|
|
15467
15496
|
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; };
|
|
@@ -15510,6 +15539,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
15510
15539
|
//
|
|
15511
15540
|
//
|
|
15512
15541
|
//
|
|
15542
|
+
//
|
|
15543
|
+
//
|
|
15513
15544
|
|
|
15514
15545
|
|
|
15515
15546
|
|
|
@@ -15538,6 +15569,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
15538
15569
|
showMsg: false, // 判断是否显示系统消息
|
|
15539
15570
|
opinionHandleExplainText: undefined,
|
|
15540
15571
|
showOpinion: false, // 常用意见弹框
|
|
15572
|
+
readOnlyNotificationType: '',
|
|
15573
|
+
notificationMessageReadOnly: false,
|
|
15541
15574
|
form: {
|
|
15542
15575
|
opinion: undefined, // 审批意见
|
|
15543
15576
|
notificationMsg: undefined, //系统消息
|
|
@@ -15678,10 +15711,14 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
15678
15711
|
rejectTaskNodes = _res$data.rejectTaskNodes,
|
|
15679
15712
|
taskExamine = _res$data.taskExamine,
|
|
15680
15713
|
nodeInfoMap = _res$data.nodeInfoMap,
|
|
15714
|
+
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
15715
|
+
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
15681
15716
|
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
15682
15717
|
defaultNotificationType = _res$data.defaultNotificationType;
|
|
15683
15718
|
|
|
15684
15719
|
_this2.$toast.clear();
|
|
15720
|
+
_this2.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
15721
|
+
_this2.readOnlyNotificationType = readOnlyNotificationType;
|
|
15685
15722
|
_this2.isHiddenOftenOpinion = nodeInfoMap.nodeExtAttr.isHiddenOftenOpinion;
|
|
15686
15723
|
_this2.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
|
|
15687
15724
|
_this2.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
|
|
@@ -15731,8 +15768,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
15731
15768
|
|
|
15732
15769
|
var Reject_component = normalizeComponent(
|
|
15733
15770
|
components_Rejectvue_type_script_lang_js_,
|
|
15734
|
-
|
|
15735
|
-
|
|
15771
|
+
Rejectvue_type_template_id_4fdaf365_render,
|
|
15772
|
+
Rejectvue_type_template_id_4fdaf365_staticRenderFns,
|
|
15736
15773
|
false,
|
|
15737
15774
|
null,
|
|
15738
15775
|
null,
|
|
@@ -16460,6 +16497,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16460
16497
|
//
|
|
16461
16498
|
//
|
|
16462
16499
|
//
|
|
16500
|
+
//
|
|
16501
|
+
//
|
|
16463
16502
|
|
|
16464
16503
|
|
|
16465
16504
|
|
|
@@ -16509,6 +16548,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16509
16548
|
return _ref = {
|
|
16510
16549
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
16511
16550
|
nextNodeDefault: 0,
|
|
16551
|
+
readOnlyNotificationType: '',
|
|
16552
|
+
notificationMessageReadOnly: false,
|
|
16512
16553
|
isCanPreAddSign: false,
|
|
16513
16554
|
showAppUnit: false, // 弹窗单位
|
|
16514
16555
|
handleFlow: true,
|
|
@@ -16934,41 +16975,42 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16934
16975
|
this.form.nextOperate = val.key;
|
|
16935
16976
|
this.form.nextOperateName = val.value;
|
|
16936
16977
|
this.nodeList = val.taskNodeList;
|
|
16937
|
-
if (
|
|
16938
|
-
|
|
16939
|
-
|
|
16940
|
-
|
|
16941
|
-
|
|
16942
|
-
|
|
16943
|
-
|
|
16944
|
-
|
|
16945
|
-
|
|
16946
|
-
|
|
16947
|
-
|
|
16948
|
-
|
|
16949
|
-
|
|
16950
|
-
|
|
16951
|
-
|
|
16952
|
-
|
|
16953
|
-
|
|
16954
|
-
|
|
16955
|
-
|
|
16956
|
-
|
|
16957
|
-
|
|
16958
|
-
|
|
16959
|
-
|
|
16960
|
-
|
|
16961
|
-
|
|
16962
|
-
|
|
16963
|
-
|
|
16964
|
-
|
|
16965
|
-
|
|
16966
|
-
|
|
16967
|
-
|
|
16968
|
-
|
|
16969
|
-
|
|
16970
|
-
|
|
16971
|
-
|
|
16978
|
+
if (this.isSpecial) {
|
|
16979
|
+
if (val.key == -1) {
|
|
16980
|
+
this.form.isSerialSubmit = 1;
|
|
16981
|
+
return;
|
|
16982
|
+
} else if (val.key == 0) {
|
|
16983
|
+
this.isNextUser = true;
|
|
16984
|
+
this.isShowNode = true;
|
|
16985
|
+
} else if (val.key == 1) {
|
|
16986
|
+
this.isNextUser = true;
|
|
16987
|
+
this.isShowNode = true;
|
|
16988
|
+
} else if (val.key == 2) {
|
|
16989
|
+
this.form.isReturnSubmitter = 1;
|
|
16990
|
+
return;
|
|
16991
|
+
} else if (val.key == 3) {
|
|
16992
|
+
this.form.isUndertakeReply = 1;
|
|
16993
|
+
return;
|
|
16994
|
+
} else if (val.key == 4) {
|
|
16995
|
+
this.form.isTakeAdviceReply = 1;
|
|
16996
|
+
return;
|
|
16997
|
+
} else if (val.key == 5) {
|
|
16998
|
+
this.form.isUndertakeEnd = 1;
|
|
16999
|
+
return;
|
|
17000
|
+
} else if (val.key == 6) {
|
|
17001
|
+
this.form.isTakeAdviceEnd = 1;
|
|
17002
|
+
return;
|
|
17003
|
+
} else if (val.key == 7) {
|
|
17004
|
+
this.form.isReadDealReply = 1;
|
|
17005
|
+
return;
|
|
17006
|
+
} else if (val.key == 8) {
|
|
17007
|
+
this.form.isReadDealEnd = 1;
|
|
17008
|
+
return;
|
|
17009
|
+
} else if (val.key == 9) {
|
|
17010
|
+
this.form.isReturnRejectNode = 1;
|
|
17011
|
+
return;
|
|
17012
|
+
} else {}
|
|
17013
|
+
}
|
|
16972
17014
|
if (this.nodeList) {
|
|
16973
17015
|
this.form.nextNodeId = this.nodeList[this.nextNodeDefault].nodeId;
|
|
16974
17016
|
this.form.nextNodeName = this.nodeList[this.nextNodeDefault].nodeName;
|
|
@@ -17093,12 +17135,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17093
17135
|
pOrgId = _res$data.pOrgId,
|
|
17094
17136
|
taskExamine = _res$data.taskExamine,
|
|
17095
17137
|
currentOrgName = _res$data.currentOrgName,
|
|
17138
|
+
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
17139
|
+
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
17096
17140
|
otherOrgName = _res$data.otherOrgName,
|
|
17097
17141
|
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
17098
17142
|
defaultNotificationType = _res$data.defaultNotificationType,
|
|
17099
17143
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
17100
17144
|
|
|
17101
17145
|
that.currentOrgName = currentOrgName;
|
|
17146
|
+
that.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
17147
|
+
that.readOnlyNotificationType = readOnlyNotificationType;
|
|
17102
17148
|
that.isCanPreAddSign = isCanPreAddSign;
|
|
17103
17149
|
that.otherOrgName = otherOrgName;
|
|
17104
17150
|
that.taskExamineInfo = taskExamine;
|
|
@@ -17435,8 +17481,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17435
17481
|
|
|
17436
17482
|
var Handle_component = normalizeComponent(
|
|
17437
17483
|
components_Handlevue_type_script_lang_js_,
|
|
17438
|
-
|
|
17439
|
-
|
|
17484
|
+
Handlevue_type_template_id_77381012_render,
|
|
17485
|
+
Handlevue_type_template_id_77381012_staticRenderFns,
|
|
17440
17486
|
false,
|
|
17441
17487
|
null,
|
|
17442
17488
|
null,
|
|
@@ -17445,8 +17491,8 @@ var Handle_component = normalizeComponent(
|
|
|
17445
17491
|
)
|
|
17446
17492
|
|
|
17447
17493
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
17448
|
-
// 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=
|
|
17449
|
-
var
|
|
17494
|
+
// 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=f2952fd2&
|
|
17495
|
+
var TaskReadvue_type_template_id_f2952fd2_render = function () {
|
|
17450
17496
|
var _vm = this
|
|
17451
17497
|
var _h = _vm.$createElement
|
|
17452
17498
|
var _c = _vm._self._c || _h
|
|
@@ -17588,9 +17634,11 @@ var TaskReadvue_type_template_id_05a99589_render = function () {
|
|
|
17588
17634
|
ref: "message",
|
|
17589
17635
|
attrs: {
|
|
17590
17636
|
code: "notification_type",
|
|
17637
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
17638
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
17591
17639
|
defaultNotificationType: _vm.defaultNotificationType,
|
|
17592
17640
|
baseUrl: _vm.baseUrl,
|
|
17593
|
-
showMsg:
|
|
17641
|
+
showMsg: true,
|
|
17594
17642
|
},
|
|
17595
17643
|
on: { onInputMsg: _vm.onInputMsg },
|
|
17596
17644
|
}),
|
|
@@ -17618,11 +17666,11 @@ var TaskReadvue_type_template_id_05a99589_render = function () {
|
|
|
17618
17666
|
]),
|
|
17619
17667
|
])
|
|
17620
17668
|
}
|
|
17621
|
-
var
|
|
17622
|
-
|
|
17669
|
+
var TaskReadvue_type_template_id_f2952fd2_staticRenderFns = []
|
|
17670
|
+
TaskReadvue_type_template_id_f2952fd2_render._withStripped = true
|
|
17623
17671
|
|
|
17624
17672
|
|
|
17625
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
17673
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=f2952fd2&
|
|
17626
17674
|
|
|
17627
17675
|
// 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&
|
|
17628
17676
|
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; };
|
|
@@ -17709,6 +17757,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
17709
17757
|
//
|
|
17710
17758
|
//
|
|
17711
17759
|
//
|
|
17760
|
+
//
|
|
17761
|
+
//
|
|
17712
17762
|
|
|
17713
17763
|
|
|
17714
17764
|
|
|
@@ -17718,6 +17768,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
17718
17768
|
data: function data() {
|
|
17719
17769
|
return {
|
|
17720
17770
|
nextNode: {},
|
|
17771
|
+
readOnlyNotificationType: '',
|
|
17772
|
+
notificationMessageReadOnly: false,
|
|
17721
17773
|
dataJson: {
|
|
17722
17774
|
isCdjxjTaskHandle: undefined
|
|
17723
17775
|
},
|
|
@@ -17936,6 +17988,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
17936
17988
|
if (res.status == 'success') {
|
|
17937
17989
|
_this3.processObj = res.data;
|
|
17938
17990
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
17991
|
+
_this3.notificationMessageReadOnly = res.data.notificationMessageReadOnly == 'true';
|
|
17992
|
+
_this3.readOnlyNotificationType = res.data.readOnlyNotificationType;
|
|
17939
17993
|
// this.taskExamine = res.data.taskExamine;
|
|
17940
17994
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
17941
17995
|
} else {
|
|
@@ -18120,8 +18174,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
18120
18174
|
|
|
18121
18175
|
var TaskRead_component = normalizeComponent(
|
|
18122
18176
|
components_TaskReadvue_type_script_lang_js_,
|
|
18123
|
-
|
|
18124
|
-
|
|
18177
|
+
TaskReadvue_type_template_id_f2952fd2_render,
|
|
18178
|
+
TaskReadvue_type_template_id_f2952fd2_staticRenderFns,
|
|
18125
18179
|
false,
|
|
18126
18180
|
null,
|
|
18127
18181
|
null,
|
|
@@ -18130,8 +18184,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
18130
18184
|
)
|
|
18131
18185
|
|
|
18132
18186
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
18133
|
-
// 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=
|
|
18134
|
-
var
|
|
18187
|
+
// 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=0caaa8c0&
|
|
18188
|
+
var taskUnionExaminevue_type_template_id_0caaa8c0_render = function () {
|
|
18135
18189
|
var _vm = this
|
|
18136
18190
|
var _h = _vm.$createElement
|
|
18137
18191
|
var _c = _vm._self._c || _h
|
|
@@ -18249,6 +18303,8 @@ var taskUnionExaminevue_type_template_id_3865cb4e_render = function () {
|
|
|
18249
18303
|
attrs: {
|
|
18250
18304
|
code: "notification_type",
|
|
18251
18305
|
baseUrl: _vm.baseUrl,
|
|
18306
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
18307
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
18252
18308
|
defaultNotificationType: _vm.infoList.noticeType,
|
|
18253
18309
|
defaultNotificationMsg: _vm.infoList.noticeInfo,
|
|
18254
18310
|
},
|
|
@@ -18279,11 +18335,11 @@ var taskUnionExaminevue_type_template_id_3865cb4e_render = function () {
|
|
|
18279
18335
|
]),
|
|
18280
18336
|
])
|
|
18281
18337
|
}
|
|
18282
|
-
var
|
|
18283
|
-
|
|
18338
|
+
var taskUnionExaminevue_type_template_id_0caaa8c0_staticRenderFns = []
|
|
18339
|
+
taskUnionExaminevue_type_template_id_0caaa8c0_render._withStripped = true
|
|
18284
18340
|
|
|
18285
18341
|
|
|
18286
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
18342
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=0caaa8c0&
|
|
18287
18343
|
|
|
18288
18344
|
// 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&
|
|
18289
18345
|
//
|
|
@@ -18413,6 +18469,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
18413
18469
|
return {
|
|
18414
18470
|
opinion: '', //办理意见
|
|
18415
18471
|
isImageOpinion: 0,
|
|
18472
|
+
readOnlyNotificationType: '',
|
|
18473
|
+
notificationMessageReadOnly: false,
|
|
18416
18474
|
file: '',
|
|
18417
18475
|
infoList: {
|
|
18418
18476
|
nextOtherOrgObj: [],
|
|
@@ -18626,6 +18684,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
18626
18684
|
choiceDeptId = _res$data2.choiceDeptId,
|
|
18627
18685
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
18628
18686
|
taskExamine = _res$data2.taskExamine,
|
|
18687
|
+
notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
|
|
18688
|
+
readOnlyNotificationType = _res$data2.readOnlyNotificationType,
|
|
18629
18689
|
unionDispatchOrgName = _res$data2.unionDispatchOrgName,
|
|
18630
18690
|
unionDispatchOrgId = _res$data2.unionDispatchOrgId,
|
|
18631
18691
|
orgNames = _res$data2.orgNames,
|
|
@@ -18635,6 +18695,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
18635
18695
|
isHideCurrentOrg = _res$data2$nodeInfoMa.isHideCurrentOrg,
|
|
18636
18696
|
isOpinionRequired = _res$data2$nodeInfoMa.isOpinionRequired;
|
|
18637
18697
|
|
|
18698
|
+
_this5.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
18699
|
+
_this5.readOnlyNotificationType = readOnlyNotificationType;
|
|
18638
18700
|
_this5.isSinglePage = taskExamine.isSinglePage;
|
|
18639
18701
|
_this5.isSubFlow = taskExamine.isSubFlow;
|
|
18640
18702
|
_this5.opinion = taskExamine.opinion;
|
|
@@ -18856,8 +18918,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
18856
18918
|
|
|
18857
18919
|
var taskUnionExamine_component = normalizeComponent(
|
|
18858
18920
|
components_taskUnionExaminevue_type_script_lang_js_,
|
|
18859
|
-
|
|
18860
|
-
|
|
18921
|
+
taskUnionExaminevue_type_template_id_0caaa8c0_render,
|
|
18922
|
+
taskUnionExaminevue_type_template_id_0caaa8c0_staticRenderFns,
|
|
18861
18923
|
false,
|
|
18862
18924
|
null,
|
|
18863
18925
|
null,
|
|
@@ -20330,8 +20392,8 @@ popover_src_main.install = function (Vue) {
|
|
|
20330
20392
|
};
|
|
20331
20393
|
|
|
20332
20394
|
/* harmony default export */ var popover = (popover_src_main);
|
|
20333
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox/src/main.vue?vue&type=template&id=
|
|
20334
|
-
var
|
|
20395
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox/src/main.vue?vue&type=template&id=510cbd18&
|
|
20396
|
+
var mainvue_type_template_id_510cbd18_render = function () {
|
|
20335
20397
|
var _vm = this
|
|
20336
20398
|
var _h = _vm.$createElement
|
|
20337
20399
|
var _c = _vm._self._c || _h
|
|
@@ -20434,11 +20496,11 @@ var mainvue_type_template_id_95bbce2e_render = function () {
|
|
|
20434
20496
|
1
|
|
20435
20497
|
)
|
|
20436
20498
|
}
|
|
20437
|
-
var
|
|
20438
|
-
|
|
20499
|
+
var mainvue_type_template_id_510cbd18_staticRenderFns = []
|
|
20500
|
+
mainvue_type_template_id_510cbd18_render._withStripped = true
|
|
20439
20501
|
|
|
20440
20502
|
|
|
20441
|
-
// CONCATENATED MODULE: ./packages/checkbox/src/main.vue?vue&type=template&id=
|
|
20503
|
+
// CONCATENATED MODULE: ./packages/checkbox/src/main.vue?vue&type=template&id=510cbd18&
|
|
20442
20504
|
|
|
20443
20505
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox/src/main.vue?vue&type=script&lang=js&
|
|
20444
20506
|
var checkbox_src_mainvue_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; };
|
|
@@ -20525,6 +20587,10 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
|
|
|
20525
20587
|
type: String,
|
|
20526
20588
|
default: 'round'
|
|
20527
20589
|
},
|
|
20590
|
+
disabledValue: {
|
|
20591
|
+
type: String,
|
|
20592
|
+
default: ''
|
|
20593
|
+
},
|
|
20528
20594
|
iconSize: {
|
|
20529
20595
|
type: [String, Number],
|
|
20530
20596
|
default: '20px'
|
|
@@ -20597,6 +20663,21 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
|
|
|
20597
20663
|
this.newData = val;
|
|
20598
20664
|
},
|
|
20599
20665
|
|
|
20666
|
+
deep: true,
|
|
20667
|
+
immediate: true
|
|
20668
|
+
},
|
|
20669
|
+
disabledValue: {
|
|
20670
|
+
handler: function handler(val) {
|
|
20671
|
+
var _this2 = this;
|
|
20672
|
+
|
|
20673
|
+
this.newData.map(function (item) {
|
|
20674
|
+
item.name = _this2.allowHtml ? item[_this2.sysAppCode ? 'shortName' : _this2.labelKey] : item[_this2.sysAppCode ? 'shortName' : _this2.labelKey].replace(/<[^>]+>/g, '');
|
|
20675
|
+
item.value = item[_this2.sysAppCode ? 'cciValue' : _this2.value];
|
|
20676
|
+
|
|
20677
|
+
item.disabled = val.indexOf(item.value) != -1;
|
|
20678
|
+
});
|
|
20679
|
+
},
|
|
20680
|
+
|
|
20600
20681
|
deep: true,
|
|
20601
20682
|
immediate: true
|
|
20602
20683
|
}
|
|
@@ -20621,7 +20702,7 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
|
|
|
20621
20702
|
this.$refs.checkboxGroup.toggleAll(val);
|
|
20622
20703
|
},
|
|
20623
20704
|
getSysCode: function getSysCode() {
|
|
20624
|
-
var
|
|
20705
|
+
var _this3 = this;
|
|
20625
20706
|
|
|
20626
20707
|
var url = this.url,
|
|
20627
20708
|
method = this.method,
|
|
@@ -20644,15 +20725,16 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
|
|
|
20644
20725
|
|
|
20645
20726
|
if (status == 'success' || rCode === 0 || status === true) {
|
|
20646
20727
|
[].concat(data || results).map(function (item) {
|
|
20647
|
-
item.name =
|
|
20648
|
-
item.value = item[sysAppCode ? 'cciValue' :
|
|
20728
|
+
item.name = _this3.allowHtml ? item[sysAppCode ? 'shortName' : _this3.labelKey] : item[sysAppCode ? 'shortName' : _this3.labelKey].replace(/<[^>]+>/g, '');
|
|
20729
|
+
item.value = item[sysAppCode ? 'cciValue' : _this3.value];
|
|
20730
|
+
item.disabled = _this3.disabledValue.indexOf(item.value) != -1;
|
|
20649
20731
|
});
|
|
20650
|
-
|
|
20732
|
+
_this3.newData = data || results;
|
|
20651
20733
|
} else {
|
|
20652
|
-
|
|
20734
|
+
_this3.$toast(message);
|
|
20653
20735
|
}
|
|
20654
20736
|
}).catch(function (err) {
|
|
20655
|
-
|
|
20737
|
+
_this3.$toast(err.message);
|
|
20656
20738
|
});
|
|
20657
20739
|
}
|
|
20658
20740
|
}
|
|
@@ -20669,8 +20751,8 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
|
|
|
20669
20751
|
|
|
20670
20752
|
var checkbox_src_main_component = normalizeComponent(
|
|
20671
20753
|
packages_checkbox_src_mainvue_type_script_lang_js_,
|
|
20672
|
-
|
|
20673
|
-
|
|
20754
|
+
mainvue_type_template_id_510cbd18_render,
|
|
20755
|
+
mainvue_type_template_id_510cbd18_staticRenderFns,
|
|
20674
20756
|
false,
|
|
20675
20757
|
null,
|
|
20676
20758
|
null,
|
|
@@ -24361,7 +24443,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
24361
24443
|
}
|
|
24362
24444
|
|
|
24363
24445
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
24364
|
-
version: '0.2.
|
|
24446
|
+
version: '0.2.93',
|
|
24365
24447
|
install: install,
|
|
24366
24448
|
Button: packages_button,
|
|
24367
24449
|
ButtonGroup: button_group,
|