eoss-mobiles 0.2.91 → 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 +224 -124
- package/lib/flow.js +145 -83
- package/lib/index.js +1 -1
- package/lib/radio.js +11 -2
- package/lib/selector.js +29 -20
- 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/packages/radio/src/main.vue +4 -0
- package/packages/selector/src/selector-field.vue +21 -9
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -2166,8 +2166,8 @@ render._withStripped = true
|
|
|
2166
2166
|
|
|
2167
2167
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7b5917b8&
|
|
2168
2168
|
|
|
2169
|
-
// 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=
|
|
2170
|
-
var
|
|
2169
|
+
// 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&
|
|
2170
|
+
var StartFlowvue_type_template_id_20f21730_render = function () {
|
|
2171
2171
|
var _vm = this
|
|
2172
2172
|
var _h = _vm.$createElement
|
|
2173
2173
|
var _c = _vm._self._c || _h
|
|
@@ -2324,6 +2324,8 @@ var StartFlowvue_type_template_id_d6e98734_render = function () {
|
|
|
2324
2324
|
ref: "message",
|
|
2325
2325
|
attrs: {
|
|
2326
2326
|
code: "notification_type",
|
|
2327
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
2328
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
2327
2329
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
2328
2330
|
baseUrl: _vm.baseUrl,
|
|
2329
2331
|
defaultNotificationType: _vm.defaultNotificationType,
|
|
@@ -2356,11 +2358,11 @@ var StartFlowvue_type_template_id_d6e98734_render = function () {
|
|
|
2356
2358
|
]),
|
|
2357
2359
|
])
|
|
2358
2360
|
}
|
|
2359
|
-
var
|
|
2360
|
-
|
|
2361
|
+
var StartFlowvue_type_template_id_20f21730_staticRenderFns = []
|
|
2362
|
+
StartFlowvue_type_template_id_20f21730_render._withStripped = true
|
|
2361
2363
|
|
|
2362
2364
|
|
|
2363
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2365
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=20f21730&
|
|
2364
2366
|
|
|
2365
2367
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2366
2368
|
var api = __webpack_require__(2);
|
|
@@ -2884,8 +2886,8 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
2884
2886
|
)
|
|
2885
2887
|
|
|
2886
2888
|
/* harmony default export */ var Opinion = (component.exports);
|
|
2887
|
-
// 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=
|
|
2888
|
-
var
|
|
2889
|
+
// 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&
|
|
2890
|
+
var Messagevue_type_template_id_434d110c_render = function () {
|
|
2889
2891
|
var _vm = this
|
|
2890
2892
|
var _h = _vm.$createElement
|
|
2891
2893
|
var _c = _vm._self._c || _h
|
|
@@ -2910,6 +2912,7 @@ var Messagevue_type_template_id_f4fe15d6_render = function () {
|
|
|
2910
2912
|
direction: "horizontal",
|
|
2911
2913
|
sysAppCode: _vm.code,
|
|
2912
2914
|
baseUrl: _vm.baseUrl,
|
|
2915
|
+
disabledValue: _vm.readOnlyNotificationType,
|
|
2913
2916
|
labelKey: "shortName",
|
|
2914
2917
|
valueKey: "cciValue",
|
|
2915
2918
|
},
|
|
@@ -2943,6 +2946,7 @@ var Messagevue_type_template_id_f4fe15d6_render = function () {
|
|
|
2943
2946
|
_c("em-input", {
|
|
2944
2947
|
attrs: {
|
|
2945
2948
|
rows: "3",
|
|
2949
|
+
readonly: _vm.notificationMessageReadOnly,
|
|
2946
2950
|
autosize: "",
|
|
2947
2951
|
type: "textarea",
|
|
2948
2952
|
placeholder: "请输入留言",
|
|
@@ -2970,11 +2974,11 @@ var Messagevue_type_template_id_f4fe15d6_render = function () {
|
|
|
2970
2974
|
1
|
|
2971
2975
|
)
|
|
2972
2976
|
}
|
|
2973
|
-
var
|
|
2974
|
-
|
|
2977
|
+
var Messagevue_type_template_id_434d110c_staticRenderFns = []
|
|
2978
|
+
Messagevue_type_template_id_434d110c_render._withStripped = true
|
|
2975
2979
|
|
|
2976
2980
|
|
|
2977
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=
|
|
2981
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=434d110c&
|
|
2978
2982
|
|
|
2979
2983
|
// 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&
|
|
2980
2984
|
//
|
|
@@ -3014,12 +3018,22 @@ Messagevue_type_template_id_f4fe15d6_render._withStripped = true
|
|
|
3014
3018
|
//
|
|
3015
3019
|
//
|
|
3016
3020
|
//
|
|
3021
|
+
//
|
|
3022
|
+
//
|
|
3017
3023
|
|
|
3018
3024
|
/* harmony default export */ var Messagevue_type_script_lang_js_ = ({
|
|
3019
3025
|
name: 'Message',
|
|
3020
3026
|
inheritAttrs: false,
|
|
3021
3027
|
props: {
|
|
3022
3028
|
type: String,
|
|
3029
|
+
notificationMessageReadOnly: {
|
|
3030
|
+
type: Boolean,
|
|
3031
|
+
default: false
|
|
3032
|
+
},
|
|
3033
|
+
readOnlyNotificationType: {
|
|
3034
|
+
type: String,
|
|
3035
|
+
default: ''
|
|
3036
|
+
},
|
|
3023
3037
|
code: {
|
|
3024
3038
|
type: String,
|
|
3025
3039
|
default: "notification_type" // 代码表默认参数
|
|
@@ -3094,8 +3108,8 @@ Messagevue_type_template_id_f4fe15d6_render._withStripped = true
|
|
|
3094
3108
|
|
|
3095
3109
|
var Message_component = Object(componentNormalizer["a" /* default */])(
|
|
3096
3110
|
components_Messagevue_type_script_lang_js_,
|
|
3097
|
-
|
|
3098
|
-
|
|
3111
|
+
Messagevue_type_template_id_434d110c_render,
|
|
3112
|
+
Messagevue_type_template_id_434d110c_staticRenderFns,
|
|
3099
3113
|
false,
|
|
3100
3114
|
null,
|
|
3101
3115
|
null,
|
|
@@ -3267,6 +3281,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3267
3281
|
data: function data() {
|
|
3268
3282
|
return {
|
|
3269
3283
|
showOpinion: true,
|
|
3284
|
+
readOnlyNotificationType: '',
|
|
3285
|
+
notificationMessageReadOnly: false,
|
|
3270
3286
|
form: {
|
|
3271
3287
|
nextNodeId: undefined, // 流程节点id
|
|
3272
3288
|
nextNodeName: undefined, // 流程节点名称
|
|
@@ -3430,9 +3446,9 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3430
3446
|
Object(http["a" /* default */])({
|
|
3431
3447
|
url: _that.apiBaseUrl ? _that.apiBaseUrl + api["p" /* registerNew */] : api["p" /* registerNew */],
|
|
3432
3448
|
type: 'get',
|
|
3433
|
-
params: { params: info
|
|
3434
|
-
|
|
3435
|
-
|
|
3449
|
+
params: { params: info
|
|
3450
|
+
// format: false
|
|
3451
|
+
} }).then(function (res) {
|
|
3436
3452
|
_this2.$toast.clear();
|
|
3437
3453
|
if (res.rCode == 0) {
|
|
3438
3454
|
_this2.$toast('操作成功');
|
|
@@ -3537,8 +3553,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3537
3553
|
return new Promise(function (resolve, reiect) {
|
|
3538
3554
|
Object(http["a" /* default */])({
|
|
3539
3555
|
url: that.apiBaseUrl ? that.apiBaseUrl + api["z" /* toStartFlow */] : api["z" /* toStartFlow */],
|
|
3540
|
-
params: {
|
|
3541
|
-
}
|
|
3556
|
+
params: {
|
|
3557
|
+
params: _extends({}, res, {
|
|
3558
|
+
userId: that.userId || util["a" /* default */].getStorage('userId')
|
|
3559
|
+
})
|
|
3560
|
+
}
|
|
3542
3561
|
}).then(function (res) {
|
|
3543
3562
|
if (res.rCode == 0) {
|
|
3544
3563
|
res.results.nodeExtr.submitTipsMsg && external_eoss_mobile_vant_["Dialog"].confirm({
|
|
@@ -3550,6 +3569,10 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3550
3569
|
that.goBack();
|
|
3551
3570
|
// on cancel
|
|
3552
3571
|
});
|
|
3572
|
+
if (res.results.extendData) {
|
|
3573
|
+
that.notificationMessageReadOnly = res.results.extendData.notificationMessageReadOnly == 'true';
|
|
3574
|
+
that.readOnlyNotificationType = res.results.extendData.readOnlyNotificationType;
|
|
3575
|
+
}
|
|
3553
3576
|
that.processObj = res.results;
|
|
3554
3577
|
that.nextList = res.results.nodeList;
|
|
3555
3578
|
that.isOpinionRequired = res.results.nodeExtr.isOpinionRequired;
|
|
@@ -3652,8 +3675,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3652
3675
|
|
|
3653
3676
|
var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
3654
3677
|
components_StartFlowvue_type_script_lang_js_,
|
|
3655
|
-
|
|
3656
|
-
|
|
3678
|
+
StartFlowvue_type_template_id_20f21730_render,
|
|
3679
|
+
StartFlowvue_type_template_id_20f21730_staticRenderFns,
|
|
3657
3680
|
false,
|
|
3658
3681
|
null,
|
|
3659
3682
|
null,
|
|
@@ -3662,8 +3685,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3662
3685
|
)
|
|
3663
3686
|
|
|
3664
3687
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3665
|
-
// 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=
|
|
3666
|
-
var
|
|
3688
|
+
// 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&
|
|
3689
|
+
var Handlevue_type_template_id_77381012_render = function () {
|
|
3667
3690
|
var _vm = this
|
|
3668
3691
|
var _h = _vm.$createElement
|
|
3669
3692
|
var _c = _vm._self._c || _h
|
|
@@ -4662,6 +4685,10 @@ var Handlevue_type_template_id_82b3c6de_render = function () {
|
|
|
4662
4685
|
attrs: {
|
|
4663
4686
|
code: "notification_type",
|
|
4664
4687
|
baseUrl: _vm.baseUrl,
|
|
4688
|
+
readOnlyNotificationType:
|
|
4689
|
+
_vm.readOnlyNotificationType,
|
|
4690
|
+
notificationMessageReadOnly:
|
|
4691
|
+
_vm.notificationMessageReadOnly,
|
|
4665
4692
|
defaultNotificationType:
|
|
4666
4693
|
_vm.defaultNotificationType,
|
|
4667
4694
|
defaultNotificationMsg:
|
|
@@ -4744,14 +4771,14 @@ var Handlevue_type_template_id_82b3c6de_render = function () {
|
|
|
4744
4771
|
1
|
|
4745
4772
|
)
|
|
4746
4773
|
}
|
|
4747
|
-
var
|
|
4748
|
-
|
|
4774
|
+
var Handlevue_type_template_id_77381012_staticRenderFns = []
|
|
4775
|
+
Handlevue_type_template_id_77381012_render._withStripped = true
|
|
4749
4776
|
|
|
4750
4777
|
|
|
4751
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4778
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=77381012&
|
|
4752
4779
|
|
|
4753
|
-
// 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=
|
|
4754
|
-
var
|
|
4780
|
+
// 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&
|
|
4781
|
+
var Rejectvue_type_template_id_4fdaf365_render = function () {
|
|
4755
4782
|
var _vm = this
|
|
4756
4783
|
var _h = _vm.$createElement
|
|
4757
4784
|
var _c = _vm._self._c || _h
|
|
@@ -4819,6 +4846,8 @@ var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
|
4819
4846
|
attrs: {
|
|
4820
4847
|
code: "notification_type",
|
|
4821
4848
|
baseUrl: _vm.baseUrl,
|
|
4849
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
4850
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
4822
4851
|
defaultNotificationType: _vm.defaultNotificationType,
|
|
4823
4852
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
4824
4853
|
type: _vm.type,
|
|
@@ -4850,11 +4879,11 @@ var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
|
4850
4879
|
]),
|
|
4851
4880
|
])
|
|
4852
4881
|
}
|
|
4853
|
-
var
|
|
4854
|
-
|
|
4882
|
+
var Rejectvue_type_template_id_4fdaf365_staticRenderFns = []
|
|
4883
|
+
Rejectvue_type_template_id_4fdaf365_render._withStripped = true
|
|
4855
4884
|
|
|
4856
4885
|
|
|
4857
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
4886
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=4fdaf365&
|
|
4858
4887
|
|
|
4859
4888
|
// 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&
|
|
4860
4889
|
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; };
|
|
@@ -4903,6 +4932,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
4903
4932
|
//
|
|
4904
4933
|
//
|
|
4905
4934
|
//
|
|
4935
|
+
//
|
|
4936
|
+
//
|
|
4906
4937
|
|
|
4907
4938
|
|
|
4908
4939
|
|
|
@@ -4931,6 +4962,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
4931
4962
|
showMsg: false, // 判断是否显示系统消息
|
|
4932
4963
|
opinionHandleExplainText: undefined,
|
|
4933
4964
|
showOpinion: false, // 常用意见弹框
|
|
4965
|
+
readOnlyNotificationType: '',
|
|
4966
|
+
notificationMessageReadOnly: false,
|
|
4934
4967
|
form: {
|
|
4935
4968
|
opinion: undefined, // 审批意见
|
|
4936
4969
|
notificationMsg: undefined, //系统消息
|
|
@@ -5071,10 +5104,14 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5071
5104
|
rejectTaskNodes = _res$data.rejectTaskNodes,
|
|
5072
5105
|
taskExamine = _res$data.taskExamine,
|
|
5073
5106
|
nodeInfoMap = _res$data.nodeInfoMap,
|
|
5107
|
+
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
5108
|
+
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
5074
5109
|
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
5075
5110
|
defaultNotificationType = _res$data.defaultNotificationType;
|
|
5076
5111
|
|
|
5077
5112
|
_this2.$toast.clear();
|
|
5113
|
+
_this2.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
5114
|
+
_this2.readOnlyNotificationType = readOnlyNotificationType;
|
|
5078
5115
|
_this2.isHiddenOftenOpinion = nodeInfoMap.nodeExtAttr.isHiddenOftenOpinion;
|
|
5079
5116
|
_this2.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
|
|
5080
5117
|
_this2.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
|
|
@@ -5124,8 +5161,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5124
5161
|
|
|
5125
5162
|
var Reject_component = Object(componentNormalizer["a" /* default */])(
|
|
5126
5163
|
components_Rejectvue_type_script_lang_js_,
|
|
5127
|
-
|
|
5128
|
-
|
|
5164
|
+
Rejectvue_type_template_id_4fdaf365_render,
|
|
5165
|
+
Rejectvue_type_template_id_4fdaf365_staticRenderFns,
|
|
5129
5166
|
false,
|
|
5130
5167
|
null,
|
|
5131
5168
|
null,
|
|
@@ -5853,6 +5890,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5853
5890
|
//
|
|
5854
5891
|
//
|
|
5855
5892
|
//
|
|
5893
|
+
//
|
|
5894
|
+
//
|
|
5856
5895
|
|
|
5857
5896
|
|
|
5858
5897
|
|
|
@@ -5902,6 +5941,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5902
5941
|
return _ref = {
|
|
5903
5942
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
5904
5943
|
nextNodeDefault: 0,
|
|
5944
|
+
readOnlyNotificationType: '',
|
|
5945
|
+
notificationMessageReadOnly: false,
|
|
5905
5946
|
isCanPreAddSign: false,
|
|
5906
5947
|
showAppUnit: false, // 弹窗单位
|
|
5907
5948
|
handleFlow: true,
|
|
@@ -6327,41 +6368,42 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6327
6368
|
this.form.nextOperate = val.key;
|
|
6328
6369
|
this.form.nextOperateName = val.value;
|
|
6329
6370
|
this.nodeList = val.taskNodeList;
|
|
6330
|
-
if (
|
|
6331
|
-
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
|
|
6337
|
-
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6361
|
-
|
|
6362
|
-
|
|
6363
|
-
|
|
6364
|
-
|
|
6371
|
+
if (this.isSpecial) {
|
|
6372
|
+
if (val.key == -1) {
|
|
6373
|
+
this.form.isSerialSubmit = 1;
|
|
6374
|
+
return;
|
|
6375
|
+
} else if (val.key == 0) {
|
|
6376
|
+
this.isNextUser = true;
|
|
6377
|
+
this.isShowNode = true;
|
|
6378
|
+
} else if (val.key == 1) {
|
|
6379
|
+
this.isNextUser = true;
|
|
6380
|
+
this.isShowNode = true;
|
|
6381
|
+
} else if (val.key == 2) {
|
|
6382
|
+
this.form.isReturnSubmitter = 1;
|
|
6383
|
+
return;
|
|
6384
|
+
} else if (val.key == 3) {
|
|
6385
|
+
this.form.isUndertakeReply = 1;
|
|
6386
|
+
return;
|
|
6387
|
+
} else if (val.key == 4) {
|
|
6388
|
+
this.form.isTakeAdviceReply = 1;
|
|
6389
|
+
return;
|
|
6390
|
+
} else if (val.key == 5) {
|
|
6391
|
+
this.form.isUndertakeEnd = 1;
|
|
6392
|
+
return;
|
|
6393
|
+
} else if (val.key == 6) {
|
|
6394
|
+
this.form.isTakeAdviceEnd = 1;
|
|
6395
|
+
return;
|
|
6396
|
+
} else if (val.key == 7) {
|
|
6397
|
+
this.form.isReadDealReply = 1;
|
|
6398
|
+
return;
|
|
6399
|
+
} else if (val.key == 8) {
|
|
6400
|
+
this.form.isReadDealEnd = 1;
|
|
6401
|
+
return;
|
|
6402
|
+
} else if (val.key == 9) {
|
|
6403
|
+
this.form.isReturnRejectNode = 1;
|
|
6404
|
+
return;
|
|
6405
|
+
} else {}
|
|
6406
|
+
}
|
|
6365
6407
|
if (this.nodeList) {
|
|
6366
6408
|
this.form.nextNodeId = this.nodeList[this.nextNodeDefault].nodeId;
|
|
6367
6409
|
this.form.nextNodeName = this.nodeList[this.nextNodeDefault].nodeName;
|
|
@@ -6486,12 +6528,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6486
6528
|
pOrgId = _res$data.pOrgId,
|
|
6487
6529
|
taskExamine = _res$data.taskExamine,
|
|
6488
6530
|
currentOrgName = _res$data.currentOrgName,
|
|
6531
|
+
notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
|
|
6532
|
+
readOnlyNotificationType = _res$data.readOnlyNotificationType,
|
|
6489
6533
|
otherOrgName = _res$data.otherOrgName,
|
|
6490
6534
|
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
6491
6535
|
defaultNotificationType = _res$data.defaultNotificationType,
|
|
6492
6536
|
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
6493
6537
|
|
|
6494
6538
|
that.currentOrgName = currentOrgName;
|
|
6539
|
+
that.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
6540
|
+
that.readOnlyNotificationType = readOnlyNotificationType;
|
|
6495
6541
|
that.isCanPreAddSign = isCanPreAddSign;
|
|
6496
6542
|
that.otherOrgName = otherOrgName;
|
|
6497
6543
|
that.taskExamineInfo = taskExamine;
|
|
@@ -6828,8 +6874,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6828
6874
|
|
|
6829
6875
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6830
6876
|
components_Handlevue_type_script_lang_js_,
|
|
6831
|
-
|
|
6832
|
-
|
|
6877
|
+
Handlevue_type_template_id_77381012_render,
|
|
6878
|
+
Handlevue_type_template_id_77381012_staticRenderFns,
|
|
6833
6879
|
false,
|
|
6834
6880
|
null,
|
|
6835
6881
|
null,
|
|
@@ -6838,8 +6884,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6838
6884
|
)
|
|
6839
6885
|
|
|
6840
6886
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
6841
|
-
// 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=
|
|
6842
|
-
var
|
|
6887
|
+
// 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&
|
|
6888
|
+
var TaskReadvue_type_template_id_f2952fd2_render = function () {
|
|
6843
6889
|
var _vm = this
|
|
6844
6890
|
var _h = _vm.$createElement
|
|
6845
6891
|
var _c = _vm._self._c || _h
|
|
@@ -6981,9 +7027,11 @@ var TaskReadvue_type_template_id_05a99589_render = function () {
|
|
|
6981
7027
|
ref: "message",
|
|
6982
7028
|
attrs: {
|
|
6983
7029
|
code: "notification_type",
|
|
7030
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
7031
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
6984
7032
|
defaultNotificationType: _vm.defaultNotificationType,
|
|
6985
7033
|
baseUrl: _vm.baseUrl,
|
|
6986
|
-
showMsg:
|
|
7034
|
+
showMsg: true,
|
|
6987
7035
|
},
|
|
6988
7036
|
on: { onInputMsg: _vm.onInputMsg },
|
|
6989
7037
|
}),
|
|
@@ -7011,11 +7059,11 @@ var TaskReadvue_type_template_id_05a99589_render = function () {
|
|
|
7011
7059
|
]),
|
|
7012
7060
|
])
|
|
7013
7061
|
}
|
|
7014
|
-
var
|
|
7015
|
-
|
|
7062
|
+
var TaskReadvue_type_template_id_f2952fd2_staticRenderFns = []
|
|
7063
|
+
TaskReadvue_type_template_id_f2952fd2_render._withStripped = true
|
|
7016
7064
|
|
|
7017
7065
|
|
|
7018
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
7066
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=f2952fd2&
|
|
7019
7067
|
|
|
7020
7068
|
// 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&
|
|
7021
7069
|
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; };
|
|
@@ -7102,6 +7150,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7102
7150
|
//
|
|
7103
7151
|
//
|
|
7104
7152
|
//
|
|
7153
|
+
//
|
|
7154
|
+
//
|
|
7105
7155
|
|
|
7106
7156
|
|
|
7107
7157
|
|
|
@@ -7111,6 +7161,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7111
7161
|
data: function data() {
|
|
7112
7162
|
return {
|
|
7113
7163
|
nextNode: {},
|
|
7164
|
+
readOnlyNotificationType: '',
|
|
7165
|
+
notificationMessageReadOnly: false,
|
|
7114
7166
|
dataJson: {
|
|
7115
7167
|
isCdjxjTaskHandle: undefined
|
|
7116
7168
|
},
|
|
@@ -7329,6 +7381,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7329
7381
|
if (res.status == 'success') {
|
|
7330
7382
|
_this3.processObj = res.data;
|
|
7331
7383
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
7384
|
+
_this3.notificationMessageReadOnly = res.data.notificationMessageReadOnly == 'true';
|
|
7385
|
+
_this3.readOnlyNotificationType = res.data.readOnlyNotificationType;
|
|
7332
7386
|
// this.taskExamine = res.data.taskExamine;
|
|
7333
7387
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
7334
7388
|
} else {
|
|
@@ -7513,8 +7567,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7513
7567
|
|
|
7514
7568
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
7515
7569
|
components_TaskReadvue_type_script_lang_js_,
|
|
7516
|
-
|
|
7517
|
-
|
|
7570
|
+
TaskReadvue_type_template_id_f2952fd2_render,
|
|
7571
|
+
TaskReadvue_type_template_id_f2952fd2_staticRenderFns,
|
|
7518
7572
|
false,
|
|
7519
7573
|
null,
|
|
7520
7574
|
null,
|
|
@@ -7523,8 +7577,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7523
7577
|
)
|
|
7524
7578
|
|
|
7525
7579
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
7526
|
-
// 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=
|
|
7527
|
-
var
|
|
7580
|
+
// 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&
|
|
7581
|
+
var taskUnionExaminevue_type_template_id_0caaa8c0_render = function () {
|
|
7528
7582
|
var _vm = this
|
|
7529
7583
|
var _h = _vm.$createElement
|
|
7530
7584
|
var _c = _vm._self._c || _h
|
|
@@ -7642,6 +7696,8 @@ var taskUnionExaminevue_type_template_id_3865cb4e_render = function () {
|
|
|
7642
7696
|
attrs: {
|
|
7643
7697
|
code: "notification_type",
|
|
7644
7698
|
baseUrl: _vm.baseUrl,
|
|
7699
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
7700
|
+
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
7645
7701
|
defaultNotificationType: _vm.infoList.noticeType,
|
|
7646
7702
|
defaultNotificationMsg: _vm.infoList.noticeInfo,
|
|
7647
7703
|
},
|
|
@@ -7672,11 +7728,11 @@ var taskUnionExaminevue_type_template_id_3865cb4e_render = function () {
|
|
|
7672
7728
|
]),
|
|
7673
7729
|
])
|
|
7674
7730
|
}
|
|
7675
|
-
var
|
|
7676
|
-
|
|
7731
|
+
var taskUnionExaminevue_type_template_id_0caaa8c0_staticRenderFns = []
|
|
7732
|
+
taskUnionExaminevue_type_template_id_0caaa8c0_render._withStripped = true
|
|
7677
7733
|
|
|
7678
7734
|
|
|
7679
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
7735
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=0caaa8c0&
|
|
7680
7736
|
|
|
7681
7737
|
// 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&
|
|
7682
7738
|
//
|
|
@@ -7806,6 +7862,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
7806
7862
|
return {
|
|
7807
7863
|
opinion: '', //办理意见
|
|
7808
7864
|
isImageOpinion: 0,
|
|
7865
|
+
readOnlyNotificationType: '',
|
|
7866
|
+
notificationMessageReadOnly: false,
|
|
7809
7867
|
file: '',
|
|
7810
7868
|
infoList: {
|
|
7811
7869
|
nextOtherOrgObj: [],
|
|
@@ -8019,6 +8077,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
8019
8077
|
choiceDeptId = _res$data2.choiceDeptId,
|
|
8020
8078
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
8021
8079
|
taskExamine = _res$data2.taskExamine,
|
|
8080
|
+
notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
|
|
8081
|
+
readOnlyNotificationType = _res$data2.readOnlyNotificationType,
|
|
8022
8082
|
unionDispatchOrgName = _res$data2.unionDispatchOrgName,
|
|
8023
8083
|
unionDispatchOrgId = _res$data2.unionDispatchOrgId,
|
|
8024
8084
|
orgNames = _res$data2.orgNames,
|
|
@@ -8028,6 +8088,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
8028
8088
|
isHideCurrentOrg = _res$data2$nodeInfoMa.isHideCurrentOrg,
|
|
8029
8089
|
isOpinionRequired = _res$data2$nodeInfoMa.isOpinionRequired;
|
|
8030
8090
|
|
|
8091
|
+
_this5.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
8092
|
+
_this5.readOnlyNotificationType = readOnlyNotificationType;
|
|
8031
8093
|
_this5.isSinglePage = taskExamine.isSinglePage;
|
|
8032
8094
|
_this5.isSubFlow = taskExamine.isSubFlow;
|
|
8033
8095
|
_this5.opinion = taskExamine.opinion;
|
|
@@ -8249,8 +8311,8 @@ taskUnionExaminevue_type_template_id_3865cb4e_render._withStripped = true
|
|
|
8249
8311
|
|
|
8250
8312
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
8251
8313
|
components_taskUnionExaminevue_type_script_lang_js_,
|
|
8252
|
-
|
|
8253
|
-
|
|
8314
|
+
taskUnionExaminevue_type_template_id_0caaa8c0_render,
|
|
8315
|
+
taskUnionExaminevue_type_template_id_0caaa8c0_staticRenderFns,
|
|
8254
8316
|
false,
|
|
8255
8317
|
null,
|
|
8256
8318
|
null,
|