eoss-ui 0.5.99 → 0.6.10

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.
Files changed (120) hide show
  1. package/lib/button-group.js +210 -198
  2. package/lib/button.js +2 -2
  3. package/lib/calendar.js +2 -2
  4. package/lib/card.js +2 -2
  5. package/lib/cascader.js +2 -2
  6. package/lib/checkbox-group.js +12 -30
  7. package/lib/clients.js +2 -2
  8. package/lib/data-table-form.js +2 -4
  9. package/lib/data-table.js +21 -36
  10. package/lib/date-picker.js +2 -2
  11. package/lib/dialog.js +16 -33
  12. package/lib/enterprise.js +2 -2
  13. package/lib/eoss-ui.common.js +1506 -936
  14. package/lib/error-page.js +2 -2
  15. package/lib/flow-group.js +2 -2
  16. package/lib/flow-list.js +4 -4
  17. package/lib/flow.js +475 -239
  18. package/lib/form.js +2 -4
  19. package/lib/handle-user.js +2 -2
  20. package/lib/handler.js +12 -12
  21. package/lib/icon.js +9 -9
  22. package/lib/icons.js +5 -5
  23. package/lib/index.js +1 -1
  24. package/lib/input-number.js +2 -2
  25. package/lib/input.js +2 -2
  26. package/lib/label.js +2 -2
  27. package/lib/layout.js +4 -4
  28. package/lib/login.js +728 -489
  29. package/lib/main.js +201 -113
  30. package/lib/menu.js +2 -2
  31. package/lib/nav.js +2 -2
  32. package/lib/notify.js +2 -2
  33. package/lib/page.js +2 -2
  34. package/lib/pagination.js +2 -2
  35. package/lib/player.js +11 -11
  36. package/lib/qr-code.js +4 -4
  37. package/lib/radio-group.js +10 -30
  38. package/lib/retrial-auth.js +9 -9
  39. package/lib/select-ganged.js +9 -9
  40. package/lib/select.js +8 -28
  41. package/lib/selector-panel.js +6 -8
  42. package/lib/selector.js +11 -11
  43. package/lib/sizer.js +2 -2
  44. package/lib/steps.js +2 -2
  45. package/lib/switch.js +9 -9
  46. package/lib/table-form.js +2 -2
  47. package/lib/tabs-panel.js +2 -2
  48. package/lib/tabs.js +2 -2
  49. package/lib/theme-chalk/base.css +1 -1
  50. package/lib/theme-chalk/flow.css +1 -1
  51. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  52. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  53. package/lib/theme-chalk/icon.css +1 -1
  54. package/lib/theme-chalk/icons.css +1 -1
  55. package/lib/theme-chalk/index.css +1 -1
  56. package/lib/theme-chalk/login.css +1 -1
  57. package/lib/theme-chalk/main.css +1 -1
  58. package/lib/theme-chalk/menu.css +1 -1
  59. package/lib/theme-chalk/simplicity.css +1 -1
  60. package/lib/theme-chalk/sizer.css +1 -1
  61. package/lib/theme-chalk/upload.css +1 -1
  62. package/lib/tips.js +2 -2
  63. package/lib/toolbar.js +2 -2
  64. package/lib/tree-group.js +6 -5
  65. package/lib/tree.js +2 -2
  66. package/lib/upload.js +6 -8
  67. package/lib/wujie.js +145 -145
  68. package/lib/wxlogin.js +145 -145
  69. package/package.json +2 -2
  70. package/packages/.DS_Store +0 -0
  71. package/packages/checkbox-group/.DS_Store +0 -0
  72. package/packages/checkbox-group/src/main.vue +10 -7
  73. package/packages/data-table/src/main.vue +23 -15
  74. package/packages/dialog/.DS_Store +0 -0
  75. package/packages/dialog/src/main.vue +13 -8
  76. package/packages/flow/src/component/SendMsg.vue +7 -1
  77. package/packages/flow/src/component/taskUnionExamine.vue +19 -1
  78. package/packages/flow/src/main.vue +69 -47
  79. package/packages/flow/src/processForm.vue +21 -5
  80. package/packages/flow/src/processReject.vue +31 -14
  81. package/packages/flow/src/startTaskRead.vue +22 -8
  82. package/packages/handler/.DS_Store +0 -0
  83. package/packages/handler/src/main.vue +1 -1
  84. package/packages/icons/src/icon.json +1 -1
  85. package/packages/login/.DS_Store +0 -0
  86. package/packages/login/src/main.vue +211 -115
  87. package/packages/main/.DS_Store +0 -0
  88. package/packages/main/src/.DS_Store +0 -0
  89. package/packages/main/src/default/index.vue +3 -11
  90. package/packages/main/src/default/message.vue +13 -1
  91. package/packages/main/src/default/notice.vue +16 -4
  92. package/packages/main/src/main.vue +41 -13
  93. package/packages/main/src/simplicity/index.vue +25 -18
  94. package/packages/main/src/simplicity/message.vue +14 -1
  95. package/packages/main/src/simplicity/notice.vue +13 -1
  96. package/packages/radio-group/src/main.vue +10 -7
  97. package/packages/select/src/main.vue +10 -7
  98. package/packages/theme-chalk/lib/base.css +1 -1
  99. package/packages/theme-chalk/lib/flow.css +1 -1
  100. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  101. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  102. package/packages/theme-chalk/lib/icon.css +1 -1
  103. package/packages/theme-chalk/lib/icons.css +1 -1
  104. package/packages/theme-chalk/lib/index.css +1 -1
  105. package/packages/theme-chalk/lib/login.css +1 -1
  106. package/packages/theme-chalk/lib/main.css +1 -1
  107. package/packages/theme-chalk/lib/menu.css +1 -1
  108. package/packages/theme-chalk/lib/simplicity.css +1 -1
  109. package/packages/theme-chalk/lib/sizer.css +1 -1
  110. package/packages/theme-chalk/lib/upload.css +1 -1
  111. package/packages/theme-chalk/src/.DS_Store +0 -0
  112. package/packages/theme-chalk/src/common/var.scss +3 -1
  113. package/packages/theme-chalk/src/flow.scss +12 -0
  114. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  115. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  116. package/packages/theme-chalk/src/icon.scss +16 -0
  117. package/packages/theme-chalk/src/icons.scss +1 -1
  118. package/packages/theme-chalk/src/login.scss +609 -757
  119. package/packages/tree-group/src/main.vue +5 -1
  120. package/src/index.js +1 -1
package/lib/flow.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 31);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 29);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3925,8 +3925,7 @@ module.exports = require("babel-runtime/regenerator");
3925
3925
  /* 15 */,
3926
3926
  /* 16 */,
3927
3927
  /* 17 */,
3928
- /* 18 */,
3929
- /* 19 */
3928
+ /* 18 */
3930
3929
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3931
3930
 
3932
3931
  "use strict";
@@ -4102,6 +4101,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4102
4101
  /* harmony default export */ var FileList = __webpack_exports__["a"] = (component.exports);
4103
4102
 
4104
4103
  /***/ }),
4104
+ /* 19 */,
4105
4105
  /* 20 */,
4106
4106
  /* 21 */,
4107
4107
  /* 22 */,
@@ -4111,16 +4111,14 @@ var component = Object(componentNormalizer["a" /* default */])(
4111
4111
  /* 26 */,
4112
4112
  /* 27 */,
4113
4113
  /* 28 */,
4114
- /* 29 */,
4115
- /* 30 */,
4116
- /* 31 */
4114
+ /* 29 */
4117
4115
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4118
4116
 
4119
4117
  "use strict";
4120
4118
  // ESM COMPAT FLAG
4121
4119
  __webpack_require__.r(__webpack_exports__);
4122
4120
 
4123
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=242d804b&
4121
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=084c9b9c&
4124
4122
  var render = function () {
4125
4123
  var _vm = this
4126
4124
  var _h = _vm.$createElement
@@ -5224,7 +5222,13 @@ var render = function () {
5224
5222
  "el-checkbox",
5225
5223
  {
5226
5224
  key: item.cciValue,
5227
- attrs: { label: item.cciValue },
5225
+ attrs: {
5226
+ label: item.cciValue,
5227
+ disabled:
5228
+ _vm.readOnlyNotificationType.indexOf(
5229
+ item.cciValue
5230
+ ) != -1,
5231
+ },
5228
5232
  },
5229
5233
  [
5230
5234
  _vm._v(
@@ -5237,32 +5241,33 @@ var render = function () {
5237
5241
  }),
5238
5242
  1
5239
5243
  ),
5240
- _c(
5241
- "div",
5242
- {
5243
- directives: [
5244
- {
5245
- name: "show",
5246
- rawName: "v-show",
5247
- value: _vm.showNews,
5248
- expression: "showNews",
5249
- },
5250
- ],
5251
- staticStyle: {
5252
- border: "1px solid #ccc",
5253
- padding: "5px",
5254
- "border-radius": "5px",
5255
- "font-size": "13px",
5244
+ _c("es-input", {
5245
+ directives: [
5246
+ {
5247
+ name: "show",
5248
+ rawName: "v-show",
5249
+ value: _vm.showNews,
5250
+ expression: "showNews",
5256
5251
  },
5252
+ ],
5253
+ staticStyle: {
5254
+ "border-color": "#ccc",
5255
+ padding: "5px",
5256
+ "border-radius": "5px",
5257
+ "font-size": "13px",
5257
5258
  },
5258
- [
5259
- _vm._v(
5260
- "\n " +
5261
- _vm._s(_vm.nextNode.notificationMsg) +
5262
- "\n "
5263
- ),
5264
- ]
5265
- ),
5259
+ attrs: {
5260
+ type: "textarea",
5261
+ readonly: _vm.notificationMessageReadOnly,
5262
+ },
5263
+ model: {
5264
+ value: _vm.nextNode.notificationMsg,
5265
+ callback: function ($$v) {
5266
+ _vm.$set(_vm.nextNode, "notificationMsg", $$v)
5267
+ },
5268
+ expression: "nextNode.notificationMsg",
5269
+ },
5270
+ }),
5266
5271
  ],
5267
5272
  1
5268
5273
  ),
@@ -5673,6 +5678,7 @@ var render = function () {
5673
5678
  "es-dialog",
5674
5679
  {
5675
5680
  ref: "handleVisible",
5681
+ staticClass: "flow-dialog",
5676
5682
  attrs: {
5677
5683
  "append-to-body": "",
5678
5684
  height: "auto",
@@ -5743,9 +5749,10 @@ var render = function () {
5743
5749
  "es-dialog",
5744
5750
  {
5745
5751
  ref: "showReject",
5752
+ staticClass: "flow-dialog",
5746
5753
  attrs: {
5747
5754
  "append-to-body": "",
5748
- height: "auto",
5755
+ height: "400px",
5749
5756
  title: "驳回",
5750
5757
  "close-on-click-modal": false,
5751
5758
  visible: _vm.showReject,
@@ -5779,6 +5786,7 @@ var render = function () {
5779
5786
  "es-dialog",
5780
5787
  {
5781
5788
  ref: "showTaskRead",
5789
+ staticClass: "flow-dialog",
5782
5790
  attrs: {
5783
5791
  "append-to-body": "",
5784
5792
  height: "auto",
@@ -5815,6 +5823,7 @@ var render = function () {
5815
5823
  ? _c(
5816
5824
  "es-dialog",
5817
5825
  {
5826
+ staticClass: "flow-dialog",
5818
5827
  attrs: {
5819
5828
  "append-to-body": "",
5820
5829
  title: "意见附件",
@@ -5845,6 +5854,7 @@ var render = function () {
5845
5854
  "es-dialog",
5846
5855
  {
5847
5856
  ref: "showSendMsg",
5857
+ staticClass: "flow-dialog",
5848
5858
  attrs: {
5849
5859
  "append-to-body": "",
5850
5860
  height: "auto",
@@ -5876,6 +5886,7 @@ var render = function () {
5876
5886
  "es-dialog",
5877
5887
  {
5878
5888
  ref: "showTaskUnionExamine",
5889
+ staticClass: "flow-dialog",
5879
5890
  attrs: {
5880
5891
  "append-to-body": "",
5881
5892
  height: "auto",
@@ -5917,7 +5928,7 @@ var staticRenderFns = []
5917
5928
  render._withStripped = true
5918
5929
 
5919
5930
 
5920
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=242d804b&
5931
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=084c9b9c&
5921
5932
 
5922
5933
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5923
5934
  var regenerator_ = __webpack_require__(13);
@@ -6922,8 +6933,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
6922
6933
  )
6923
6934
 
6924
6935
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
6925
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=38d27a4e&
6926
- var processFormvue_type_template_id_38d27a4e_render = function () {
6936
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=48e37642&
6937
+ var processFormvue_type_template_id_48e37642_render = function () {
6927
6938
  var _vm = this
6928
6939
  var _h = _vm.$createElement
6929
6940
  var _c = _vm._self._c || _h
@@ -6951,7 +6962,11 @@ var processFormvue_type_template_id_38d27a4e_render = function () {
6951
6962
  {
6952
6963
  ref: "nextNode",
6953
6964
  staticClass: "demo-dynamic",
6954
- attrs: { model: _vm.nextNode, "label-width": "110px" },
6965
+ attrs: {
6966
+ model: _vm.nextNode,
6967
+ "label-width": "100px",
6968
+ "label-position": "left",
6969
+ },
6955
6970
  },
6956
6971
  [
6957
6972
  _c(
@@ -7263,7 +7278,16 @@ var processFormvue_type_template_id_38d27a4e_render = function () {
7263
7278
  _vm._l(_vm.nextNode.noticeList, function (item) {
7264
7279
  return _c(
7265
7280
  "el-checkbox",
7266
- { key: item.cciValue, attrs: { label: item.cciValue } },
7281
+ {
7282
+ key: item.cciValue,
7283
+ attrs: {
7284
+ label: item.cciValue,
7285
+ disabled:
7286
+ _vm.readOnlyNotificationType.indexOf(
7287
+ item.cciValue
7288
+ ) != -1,
7289
+ },
7290
+ },
7267
7291
  [
7268
7292
  _vm._v(
7269
7293
  "\n " +
@@ -7291,7 +7315,28 @@ var processFormvue_type_template_id_38d27a4e_render = function () {
7291
7315
  ],
7292
7316
  attrs: { prop: "nextNode", label: "通知消息" },
7293
7317
  },
7294
- [_c("span", [_vm._v(_vm._s(_vm.nextNode.noticeInfo))])]
7318
+ [
7319
+ _c("es-input", {
7320
+ staticStyle: {
7321
+ "border-color": "#ccc",
7322
+ padding: "5px",
7323
+ "border-radius": "5px",
7324
+ "font-size": "13px",
7325
+ },
7326
+ attrs: {
7327
+ type: "textarea",
7328
+ readonly: _vm.notificationMessageReadOnly,
7329
+ },
7330
+ model: {
7331
+ value: _vm.nextNode.noticeInfo,
7332
+ callback: function ($$v) {
7333
+ _vm.$set(_vm.nextNode, "noticeInfo", $$v)
7334
+ },
7335
+ expression: "nextNode.noticeInfo",
7336
+ },
7337
+ }),
7338
+ ],
7339
+ 1
7295
7340
  ),
7296
7341
  _c("CustomPreset", {
7297
7342
  directives: [
@@ -7389,11 +7434,11 @@ var processFormvue_type_template_id_38d27a4e_render = function () {
7389
7434
  1
7390
7435
  )
7391
7436
  }
7392
- var processFormvue_type_template_id_38d27a4e_staticRenderFns = []
7393
- processFormvue_type_template_id_38d27a4e_render._withStripped = true
7437
+ var processFormvue_type_template_id_48e37642_staticRenderFns = []
7438
+ processFormvue_type_template_id_48e37642_render._withStripped = true
7394
7439
 
7395
7440
 
7396
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=38d27a4e&
7441
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=48e37642&
7397
7442
 
7398
7443
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=db651118&
7399
7444
  var selectUservue_type_template_id_db651118_render = function () {
@@ -9099,6 +9144,18 @@ var processFormvue_type_script_lang_js_components;
9099
9144
  //
9100
9145
  //
9101
9146
  //
9147
+ //
9148
+ //
9149
+ //
9150
+ //
9151
+ //
9152
+ //
9153
+ //
9154
+ //
9155
+ //
9156
+ //
9157
+ //
9158
+ //
9102
9159
 
9103
9160
 
9104
9161
 
@@ -9132,6 +9189,8 @@ var processFormvue_type_script_lang_js_components;
9132
9189
  multiple: false,
9133
9190
  readMultiple: true,
9134
9191
  customPresetHintMessage: '', //流程预设标题
9192
+ notificationMessageReadOnly: false,
9193
+ readOnlyNotificationType: '',
9135
9194
  show: true,
9136
9195
  radioList: [],
9137
9196
  activeNames: '',
@@ -9644,6 +9703,8 @@ var processFormvue_type_script_lang_js_components;
9644
9703
  _this7.quit();
9645
9704
  });
9646
9705
  _this7.customPresetHintMessage = data.customPresetHintMessage;
9706
+ _this7.readOnlyNotificationType = data.readOnlyNotificationType;
9707
+ _this7.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
9647
9708
  _this7.nextNode.nodeInfo = data.nextNodeList;
9648
9709
  _this7.nextNode.nextNode = data.nextNodeList[0].nodeId;
9649
9710
  _this7.isPreset = data.isPreset;
@@ -9727,8 +9788,8 @@ var processFormvue_type_script_lang_js_components;
9727
9788
 
9728
9789
  var processForm_component = Object(componentNormalizer["a" /* default */])(
9729
9790
  src_processFormvue_type_script_lang_js_,
9730
- processFormvue_type_template_id_38d27a4e_render,
9731
- processFormvue_type_template_id_38d27a4e_staticRenderFns,
9791
+ processFormvue_type_template_id_48e37642_render,
9792
+ processFormvue_type_template_id_48e37642_staticRenderFns,
9732
9793
  false,
9733
9794
  null,
9734
9795
  null,
@@ -9738,10 +9799,10 @@ var processForm_component = Object(componentNormalizer["a" /* default */])(
9738
9799
 
9739
9800
  /* harmony default export */ var processForm = (processForm_component.exports);
9740
9801
  // EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
9741
- var FileList = __webpack_require__(19);
9802
+ var FileList = __webpack_require__(18);
9742
9803
 
9743
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=template&id=79b8122f&
9744
- var SendMsgvue_type_template_id_79b8122f_render = function () {
9804
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=template&id=3dc7b24d&
9805
+ var SendMsgvue_type_template_id_3dc7b24d_render = function () {
9745
9806
  var _vm = this
9746
9807
  var _h = _vm.$createElement
9747
9808
  var _c = _vm._self._c || _h
@@ -9800,7 +9861,15 @@ var SendMsgvue_type_template_id_79b8122f_render = function () {
9800
9861
  _vm._l(_vm.notificationList, function (item) {
9801
9862
  return _c(
9802
9863
  "el-checkbox",
9803
- { key: item.cciValue, attrs: { label: item.cciValue } },
9864
+ {
9865
+ key: item.cciValue,
9866
+ attrs: {
9867
+ label: item.cciValue,
9868
+ disabled:
9869
+ _vm.readOnlyNotificationType.indexOf(item.cciValue) !=
9870
+ -1,
9871
+ },
9872
+ },
9804
9873
  [
9805
9874
  _vm._v(
9806
9875
  "\n " + _vm._s(item.shortName) + "\n "
@@ -9818,7 +9887,11 @@ var SendMsgvue_type_template_id_79b8122f_render = function () {
9818
9887
  { attrs: { prop: "nextNode", label: "通知消息" } },
9819
9888
  [
9820
9889
  _c("el-input", {
9821
- attrs: { type: "textarea", rows: 2 },
9890
+ attrs: {
9891
+ type: "textarea",
9892
+ rows: 2,
9893
+ readonly: _vm.notificationMessageReadOnly,
9894
+ },
9822
9895
  model: {
9823
9896
  value: _vm.sendInfo.notificationMsg,
9824
9897
  callback: function ($$v) {
@@ -9932,11 +10005,11 @@ var SendMsgvue_type_template_id_79b8122f_render = function () {
9932
10005
  1
9933
10006
  )
9934
10007
  }
9935
- var SendMsgvue_type_template_id_79b8122f_staticRenderFns = []
9936
- SendMsgvue_type_template_id_79b8122f_render._withStripped = true
10008
+ var SendMsgvue_type_template_id_3dc7b24d_staticRenderFns = []
10009
+ SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
9937
10010
 
9938
10011
 
9939
- // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=79b8122f&
10012
+ // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=3dc7b24d&
9940
10013
 
9941
10014
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=script&lang=js&
9942
10015
  //
@@ -10026,6 +10099,8 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
10026
10099
  //
10027
10100
  //
10028
10101
  //
10102
+ //
10103
+ //
10029
10104
 
10030
10105
 
10031
10106
 
@@ -10039,6 +10114,8 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
10039
10114
  notificationMsg: ''
10040
10115
  },
10041
10116
  appId: '',
10117
+ notificationMessageReadOnly: true,
10118
+ readOnlyNotificationType: '',
10042
10119
  loading: false,
10043
10120
  pendHistoryIds: '',
10044
10121
  notificationList: [],
@@ -10146,11 +10223,15 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
10146
10223
  _res$data = res.data,
10147
10224
  title = _res$data.title,
10148
10225
  wfHistoryList = _res$data.wfHistoryList,
10149
- appId = _res$data.appId;
10226
+ appId = _res$data.appId,
10227
+ notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
10228
+ readOnlyNotificationType = _res$data.readOnlyNotificationType;
10150
10229
 
10151
10230
  _this3.loading = false;
10152
10231
  if (status === 'success') {
10153
10232
  _this3.sendInfo.title = title;
10233
+ _this3.readOnlyNotificationType = readOnlyNotificationType;
10234
+ _this3.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
10154
10235
  _this3.appId = appId;
10155
10236
  _this3.sendTable = wfHistoryList;
10156
10237
  _this3.checkList();
@@ -10178,8 +10259,8 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
10178
10259
 
10179
10260
  var SendMsg_component = Object(componentNormalizer["a" /* default */])(
10180
10261
  component_SendMsgvue_type_script_lang_js_,
10181
- SendMsgvue_type_template_id_79b8122f_render,
10182
- SendMsgvue_type_template_id_79b8122f_staticRenderFns,
10262
+ SendMsgvue_type_template_id_3dc7b24d_render,
10263
+ SendMsgvue_type_template_id_3dc7b24d_staticRenderFns,
10183
10264
  false,
10184
10265
  null,
10185
10266
  null,
@@ -10587,8 +10668,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
10587
10668
  )
10588
10669
 
10589
10670
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
10590
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=7d0d950e&
10591
- var processRejectvue_type_template_id_7d0d950e_render = function () {
10671
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=7df0d512&
10672
+ var processRejectvue_type_template_id_7df0d512_render = function () {
10592
10673
  var _vm = this
10593
10674
  var _h = _vm.$createElement
10594
10675
  var _c = _vm._self._c || _h
@@ -10620,134 +10701,163 @@ var processRejectvue_type_template_id_7d0d950e_render = function () {
10620
10701
  },
10621
10702
  [
10622
10703
  _c(
10623
- "el-form-item",
10624
- { attrs: { prop: "nodeName", label: "当前节点" } },
10625
- [
10626
- _c("el-input", {
10627
- attrs: { disabled: "" },
10628
- model: {
10629
- value: _vm.nodeName,
10630
- callback: function ($$v) {
10631
- _vm.nodeName = $$v
10632
- },
10633
- expression: "nodeName",
10634
- },
10635
- }),
10636
- ],
10637
- 1
10638
- ),
10639
- _c(
10640
- "el-form-item",
10704
+ "div",
10641
10705
  {
10642
- attrs: {
10643
- prop: "nextNodeId",
10644
- label: "驳回对象",
10645
- rules: [
10646
- {
10647
- required: true,
10648
- message: "请选择驳回对象",
10649
- trigger: "blur",
10650
- },
10651
- ],
10706
+ staticStyle: {
10707
+ "max-height": "290px",
10708
+ "overflow-y": "auto",
10709
+ "margin-bottom": "10px",
10652
10710
  },
10653
10711
  },
10654
10712
  [
10655
10713
  _c(
10656
- "el-radio-group",
10657
- {
10658
- model: {
10659
- value: _vm.nextNode.nextNodeId,
10660
- callback: function ($$v) {
10661
- _vm.$set(_vm.nextNode, "nextNodeId", $$v)
10714
+ "el-form-item",
10715
+ { attrs: { prop: "nodeName", label: "当前节点" } },
10716
+ [
10717
+ _c("el-input", {
10718
+ attrs: { disabled: "" },
10719
+ model: {
10720
+ value: _vm.nodeName,
10721
+ callback: function ($$v) {
10722
+ _vm.nodeName = $$v
10723
+ },
10724
+ expression: "nodeName",
10662
10725
  },
10663
- expression: "nextNode.nextNodeId",
10664
- },
10665
- },
10666
- _vm._l(_vm.rejectObj, function (item) {
10667
- return _c(
10668
- "el-radio",
10669
- { key: item.id, attrs: { label: item.id } },
10670
- [
10671
- _vm._v(
10672
- "\n " + _vm._s(item.name) + "\n "
10673
- ),
10674
- ]
10675
- )
10676
- }),
10726
+ }),
10727
+ ],
10677
10728
  1
10678
10729
  ),
10679
- ],
10680
- 1
10681
- ),
10682
- _c(
10683
- "el-form-item",
10684
- {
10685
- attrs: {
10686
- prop: "noticeType",
10687
- label: "通知方式",
10688
- rules: [
10689
- {
10690
- required: false,
10691
- message: "请选择通知方式",
10692
- trigger: "blur",
10730
+ _c(
10731
+ "el-form-item",
10732
+ {
10733
+ attrs: {
10734
+ prop: "nextNodeId",
10735
+ label: "驳回对象",
10736
+ rules: [
10737
+ {
10738
+ required: true,
10739
+ message: "请选择驳回对象",
10740
+ trigger: "blur",
10741
+ },
10742
+ ],
10693
10743
  },
10744
+ },
10745
+ [
10746
+ _c(
10747
+ "el-radio-group",
10748
+ {
10749
+ model: {
10750
+ value: _vm.nextNode.nextNodeId,
10751
+ callback: function ($$v) {
10752
+ _vm.$set(_vm.nextNode, "nextNodeId", $$v)
10753
+ },
10754
+ expression: "nextNode.nextNodeId",
10755
+ },
10756
+ },
10757
+ _vm._l(_vm.rejectObj, function (item) {
10758
+ return _c(
10759
+ "el-radio",
10760
+ { key: item.id, attrs: { label: item.id } },
10761
+ [
10762
+ _vm._v(
10763
+ "\n " +
10764
+ _vm._s(item.name) +
10765
+ "\n "
10766
+ ),
10767
+ ]
10768
+ )
10769
+ }),
10770
+ 1
10771
+ ),
10694
10772
  ],
10695
- },
10696
- },
10697
- [
10773
+ 1
10774
+ ),
10698
10775
  _c(
10699
- "el-checkbox-group",
10776
+ "el-form-item",
10700
10777
  {
10701
- model: {
10702
- value: _vm.nextNode.noticeType,
10703
- callback: function ($$v) {
10704
- _vm.$set(_vm.nextNode, "noticeType", $$v)
10705
- },
10706
- expression: "nextNode.noticeType",
10778
+ attrs: {
10779
+ prop: "noticeType",
10780
+ label: "通知方式",
10781
+ rules: [
10782
+ {
10783
+ required: false,
10784
+ message: "请选择通知方式",
10785
+ trigger: "blur",
10786
+ },
10787
+ ],
10707
10788
  },
10708
10789
  },
10709
- _vm._l(_vm.nextNode.noticeList, function (item) {
10710
- return _c(
10711
- "el-checkbox",
10712
- { key: item.cciValue, attrs: { label: item.cciValue } },
10713
- [
10714
- _vm._v(
10715
- "\n " +
10716
- _vm._s(item.shortName) +
10717
- "\n "
10718
- ),
10719
- ]
10720
- )
10721
- }),
10790
+ [
10791
+ _c(
10792
+ "el-checkbox-group",
10793
+ {
10794
+ model: {
10795
+ value: _vm.nextNode.noticeType,
10796
+ callback: function ($$v) {
10797
+ _vm.$set(_vm.nextNode, "noticeType", $$v)
10798
+ },
10799
+ expression: "nextNode.noticeType",
10800
+ },
10801
+ },
10802
+ _vm._l(_vm.nextNode.noticeList, function (item) {
10803
+ return _c(
10804
+ "el-checkbox",
10805
+ {
10806
+ key: item.cciValue,
10807
+ attrs: {
10808
+ label: item.cciValue,
10809
+ disabled:
10810
+ _vm.readOnlyNotificationType.indexOf(
10811
+ item.cciValue
10812
+ ) != -1,
10813
+ },
10814
+ },
10815
+ [
10816
+ _vm._v(
10817
+ "\n " +
10818
+ _vm._s(item.shortName) +
10819
+ "\n "
10820
+ ),
10821
+ ]
10822
+ )
10823
+ }),
10824
+ 1
10825
+ ),
10826
+ ],
10722
10827
  1
10723
10828
  ),
10724
- ],
10725
- 1
10726
- ),
10727
- _c(
10728
- "el-form-item",
10729
- {
10730
- directives: [
10829
+ _c(
10830
+ "el-form-item",
10731
10831
  {
10732
- name: "show",
10733
- rawName: "v-show",
10734
- value: _vm.nextNode.noticeType.length != 0,
10735
- expression: "nextNode.noticeType.length != 0",
10736
- },
10737
- ],
10738
- attrs: { prop: "nextNode", label: "通知消息" },
10739
- },
10740
- [
10741
- _c("es-input", {
10742
- attrs: { type: "textarea", rows: 4, placeholder: "请输入内容" },
10743
- model: {
10744
- value: _vm.newsInformation,
10745
- callback: function ($$v) {
10746
- _vm.newsInformation = $$v
10747
- },
10748
- expression: "newsInformation",
10832
+ directives: [
10833
+ {
10834
+ name: "show",
10835
+ rawName: "v-show",
10836
+ value: _vm.nextNode.noticeType.length != 0,
10837
+ expression: "nextNode.noticeType.length != 0",
10838
+ },
10839
+ ],
10840
+ attrs: { prop: "nextNode", label: "通知消息" },
10749
10841
  },
10750
- }),
10842
+ [
10843
+ _c("es-input", {
10844
+ attrs: {
10845
+ type: "textarea",
10846
+ rows: 4,
10847
+ placeholder: "请输入内容",
10848
+ readonly: _vm.notificationMessageReadOnly,
10849
+ },
10850
+ model: {
10851
+ value: _vm.newsInformation,
10852
+ callback: function ($$v) {
10853
+ _vm.newsInformation = $$v
10854
+ },
10855
+ expression: "newsInformation",
10856
+ },
10857
+ }),
10858
+ ],
10859
+ 1
10860
+ ),
10751
10861
  ],
10752
10862
  1
10753
10863
  ),
@@ -10779,11 +10889,11 @@ var processRejectvue_type_template_id_7d0d950e_render = function () {
10779
10889
  1
10780
10890
  )
10781
10891
  }
10782
- var processRejectvue_type_template_id_7d0d950e_staticRenderFns = []
10783
- processRejectvue_type_template_id_7d0d950e_render._withStripped = true
10892
+ var processRejectvue_type_template_id_7df0d512_staticRenderFns = []
10893
+ processRejectvue_type_template_id_7df0d512_render._withStripped = true
10784
10894
 
10785
10895
 
10786
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=7d0d950e&
10896
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=7df0d512&
10787
10897
 
10788
10898
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
10789
10899
  //
@@ -10865,6 +10975,10 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
10865
10975
  //
10866
10976
  //
10867
10977
  //
10978
+ //
10979
+ //
10980
+ //
10981
+ //
10868
10982
 
10869
10983
 
10870
10984
 
@@ -10879,6 +10993,8 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
10879
10993
  data: function data() {
10880
10994
  return {
10881
10995
  loading: false,
10996
+ notificationMessageReadOnly: false,
10997
+ readOnlyNotificationType: '',
10882
10998
  nextNode: {
10883
10999
  noticeType: [],
10884
11000
  opinion: undefined, // 审批意见
@@ -10917,7 +11033,10 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
10917
11033
 
10918
11034
  util["a" /* default */].ajax({
10919
11035
  url: api["u" /* findCodeValues */],
10920
- params: { ccCode: 'notification_type', userId: util["a" /* default */].getStorage('userId') }
11036
+ params: {
11037
+ ccCode: 'notification_type',
11038
+ userId: util["a" /* default */].getStorage('userId')
11039
+ }
10921
11040
  }).then(function (res) {
10922
11041
  var status = res.status,
10923
11042
  data = res.data;
@@ -11017,11 +11136,15 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
11017
11136
  _res$data = res.data,
11018
11137
  rejectTaskNodes = _res$data.rejectTaskNodes,
11019
11138
  taskExamine = _res$data.taskExamine,
11020
- nodeInfoMap = _res$data.nodeInfoMap;
11139
+ nodeInfoMap = _res$data.nodeInfoMap,
11140
+ notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
11141
+ readOnlyNotificationType = _res$data.readOnlyNotificationType;
11021
11142
 
11022
11143
  _this4.loading = false;
11023
11144
  if (status === 'success') {
11024
11145
  _this4.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
11146
+ _this4.readOnlyNotificationType = readOnlyNotificationType;
11147
+ _this4.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
11025
11148
  if (!_this4.isOpinionRequired) {
11026
11149
  _this4.isOpinionRequired = 0;
11027
11150
  }
@@ -11064,8 +11187,8 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
11064
11187
 
11065
11188
  var processReject_component = Object(componentNormalizer["a" /* default */])(
11066
11189
  src_processRejectvue_type_script_lang_js_,
11067
- processRejectvue_type_template_id_7d0d950e_render,
11068
- processRejectvue_type_template_id_7d0d950e_staticRenderFns,
11190
+ processRejectvue_type_template_id_7df0d512_render,
11191
+ processRejectvue_type_template_id_7df0d512_staticRenderFns,
11069
11192
  false,
11070
11193
  null,
11071
11194
  null,
@@ -11074,8 +11197,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
11074
11197
  )
11075
11198
 
11076
11199
  /* harmony default export */ var processReject = (processReject_component.exports);
11077
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=5ff37a1c&
11078
- var startTaskReadvue_type_template_id_5ff37a1c_render = function () {
11200
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4a0a6b09&
11201
+ var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
11079
11202
  var _vm = this
11080
11203
  var _h = _vm.$createElement
11081
11204
  var _c = _vm._self._c || _h
@@ -11388,7 +11511,16 @@ var startTaskReadvue_type_template_id_5ff37a1c_render = function () {
11388
11511
  _vm._l(_vm.noticeList, function (item) {
11389
11512
  return _c(
11390
11513
  "el-checkbox",
11391
- { key: item.cciValue, attrs: { label: item.cciValue } },
11514
+ {
11515
+ key: item.cciValue,
11516
+ attrs: {
11517
+ label: item.cciValue,
11518
+ disabled:
11519
+ _vm.configInfo.readOnlyNotificationType.indexOf(
11520
+ item.cciValue
11521
+ ) != -1,
11522
+ },
11523
+ },
11392
11524
  [
11393
11525
  _vm._v(
11394
11526
  "\n " +
@@ -11416,12 +11548,34 @@ var startTaskReadvue_type_template_id_5ff37a1c_render = function () {
11416
11548
  _vm.configInfo.isCdjxjTaskHandle != "true" &&
11417
11549
  _vm.type == "transfer",
11418
11550
  expression:
11419
- "\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true' &&\n type == 'transfer'\n ",
11551
+ "\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true' &&\n type == 'transfer'\n ",
11420
11552
  },
11421
11553
  ],
11422
11554
  attrs: { prop: "nextNode", label: "通知消息" },
11423
11555
  },
11424
- [_c("span", [_vm._v(_vm._s(_vm.newsInfo))])]
11556
+ [
11557
+ _c("es-input", {
11558
+ staticStyle: {
11559
+ "border-color": "#ccc",
11560
+ padding: "5px",
11561
+ "border-radius": "5px",
11562
+ "font-size": "13px",
11563
+ },
11564
+ attrs: {
11565
+ type: "textarea",
11566
+ readonly:
11567
+ _vm.configInfo.notificationMessageReadOnly == "true",
11568
+ },
11569
+ model: {
11570
+ value: _vm.newsNoice,
11571
+ callback: function ($$v) {
11572
+ _vm.newsNoice = $$v
11573
+ },
11574
+ expression: "newsNoice",
11575
+ },
11576
+ }),
11577
+ ],
11578
+ 1
11425
11579
  ),
11426
11580
  _c("el-form-item", [
11427
11581
  _c(
@@ -11451,11 +11605,11 @@ var startTaskReadvue_type_template_id_5ff37a1c_render = function () {
11451
11605
  1
11452
11606
  )
11453
11607
  }
11454
- var startTaskReadvue_type_template_id_5ff37a1c_staticRenderFns = []
11455
- startTaskReadvue_type_template_id_5ff37a1c_render._withStripped = true
11608
+ var startTaskReadvue_type_template_id_4a0a6b09_staticRenderFns = []
11609
+ startTaskReadvue_type_template_id_4a0a6b09_render._withStripped = true
11456
11610
 
11457
11611
 
11458
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=5ff37a1c&
11612
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4a0a6b09&
11459
11613
 
11460
11614
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
11461
11615
  var startTaskReadvue_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; };
@@ -11605,6 +11759,18 @@ var startTaskReadvue_type_script_lang_js_components;
11605
11759
  //
11606
11760
  //
11607
11761
  //
11762
+ //
11763
+ //
11764
+ //
11765
+ //
11766
+ //
11767
+ //
11768
+ //
11769
+ //
11770
+ //
11771
+ //
11772
+ //
11773
+ //
11608
11774
 
11609
11775
 
11610
11776
 
@@ -11622,6 +11788,7 @@ var startTaskReadvue_type_script_lang_js_components;
11622
11788
  data: function data() {
11623
11789
  return {
11624
11790
  loading: false,
11791
+ newsNoice: '',
11625
11792
  nextNode: {
11626
11793
  nextUser: [],
11627
11794
  userInfo: [],
@@ -11672,6 +11839,7 @@ var startTaskReadvue_type_script_lang_js_components;
11672
11839
  }
11673
11840
  },
11674
11841
  mounted: function mounted() {
11842
+ this.newsNoice = this.newsInfo;
11675
11843
  this.getFind();
11676
11844
  if (util["a" /* default */].getStorage('mainConfig')) {
11677
11845
  this.orgId = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
@@ -11880,7 +12048,7 @@ var startTaskReadvue_type_script_lang_js_components;
11880
12048
  var opinion = this.opinion,
11881
12049
  pendingId = this.pendingId,
11882
12050
  nextNode = this.nextNode,
11883
- newsInfo = this.newsInfo,
12051
+ newsNoice = this.newsNoice,
11884
12052
  multiple = this.multiple,
11885
12053
  type = this.type;
11886
12054
 
@@ -11895,7 +12063,7 @@ var startTaskReadvue_type_script_lang_js_components;
11895
12063
  opinion: opinion,
11896
12064
  pendingId: pendingId,
11897
12065
  notificationType: nextNode.noticeType.join(','),
11898
- notificationMsg: newsInfo
12066
+ notificationMsg: newsNoice
11899
12067
  },
11900
12068
  headers: { Accept: 'application/json,text/plain' },
11901
12069
  method: 'post'
@@ -12056,8 +12224,8 @@ var startTaskReadvue_type_script_lang_js_components;
12056
12224
 
12057
12225
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
12058
12226
  src_startTaskReadvue_type_script_lang_js_,
12059
- startTaskReadvue_type_template_id_5ff37a1c_render,
12060
- startTaskReadvue_type_template_id_5ff37a1c_staticRenderFns,
12227
+ startTaskReadvue_type_template_id_4a0a6b09_render,
12228
+ startTaskReadvue_type_template_id_4a0a6b09_staticRenderFns,
12061
12229
  false,
12062
12230
  null,
12063
12231
  null,
@@ -12066,8 +12234,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
12066
12234
  )
12067
12235
 
12068
12236
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
12069
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=537697de&
12070
- var taskUnionExaminevue_type_template_id_537697de_render = function () {
12237
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=74c4b024&
12238
+ var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
12071
12239
  var _vm = this
12072
12240
  var _h = _vm.$createElement
12073
12241
  var _c = _vm._self._c || _h
@@ -12226,7 +12394,15 @@ var taskUnionExaminevue_type_template_id_537697de_render = function () {
12226
12394
  _vm._l(_vm.infoList.noticeList, function (item) {
12227
12395
  return _c(
12228
12396
  "el-checkbox",
12229
- { key: item.cciValue, attrs: { label: item.cciValue } },
12397
+ {
12398
+ key: item.cciValue,
12399
+ attrs: {
12400
+ label: item.cciValue,
12401
+ disabled:
12402
+ _vm.readOnlyNotificationType.indexOf(item.cciValue) !=
12403
+ -1,
12404
+ },
12405
+ },
12230
12406
  [
12231
12407
  _vm._v(
12232
12408
  "\n " + _vm._s(item.shortName) + "\n "
@@ -12252,7 +12428,28 @@ var taskUnionExaminevue_type_template_id_537697de_render = function () {
12252
12428
  ],
12253
12429
  attrs: { prop: "noticeInfo", label: "通知消息" },
12254
12430
  },
12255
- [_c("span", [_vm._v(_vm._s(_vm.infoList.noticeInfo))])]
12431
+ [
12432
+ _c("es-input", {
12433
+ staticStyle: {
12434
+ "border-color": "#ccc",
12435
+ padding: "5px",
12436
+ "border-radius": "5px",
12437
+ "font-size": "13px",
12438
+ },
12439
+ attrs: {
12440
+ type: "textarea",
12441
+ readonly: _vm.notificationMessageReadOnly,
12442
+ },
12443
+ model: {
12444
+ value: _vm.infoList.noticeInfo,
12445
+ callback: function ($$v) {
12446
+ _vm.$set(_vm.infoList, "noticeInfo", $$v)
12447
+ },
12448
+ expression: "infoList.noticeInfo",
12449
+ },
12450
+ }),
12451
+ ],
12452
+ 1
12256
12453
  ),
12257
12454
  _c("el-form-item", [
12258
12455
  _c(
@@ -12283,11 +12480,11 @@ var taskUnionExaminevue_type_template_id_537697de_render = function () {
12283
12480
  1
12284
12481
  )
12285
12482
  }
12286
- var taskUnionExaminevue_type_template_id_537697de_staticRenderFns = []
12287
- taskUnionExaminevue_type_template_id_537697de_render._withStripped = true
12483
+ var taskUnionExaminevue_type_template_id_74c4b024_staticRenderFns = []
12484
+ taskUnionExaminevue_type_template_id_74c4b024_render._withStripped = true
12288
12485
 
12289
12486
 
12290
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=537697de&
12487
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=74c4b024&
12291
12488
 
12292
12489
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
12293
12490
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -12398,6 +12595,18 @@ var taskUnionExaminevue_type_script_lang_js_components;
12398
12595
  //
12399
12596
  //
12400
12597
  //
12598
+ //
12599
+ //
12600
+ //
12601
+ //
12602
+ //
12603
+ //
12604
+ //
12605
+ //
12606
+ //
12607
+ //
12608
+ //
12609
+ //
12401
12610
 
12402
12611
 
12403
12612
 
@@ -12417,6 +12626,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
12417
12626
  data: function data() {
12418
12627
  return {
12419
12628
  opinion: '', //办理意见
12629
+ readOnlyNotificationType: '',
12630
+ notificationMessageReadOnly: false,
12420
12631
  infoList: {
12421
12632
  nextOtherOrgObj: [],
12422
12633
  nextCurrentOrgObj: [],
@@ -12558,6 +12769,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
12558
12769
  choiceOrgId = _res$data2.choiceOrgId,
12559
12770
  taskExamine = _res$data2.taskExamine,
12560
12771
  unionDispatchOrgName = _res$data2.unionDispatchOrgName,
12772
+ readOnlyNotificationType = _res$data2.readOnlyNotificationType,
12773
+ notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
12561
12774
  unionDispatchOrgId = _res$data2.unionDispatchOrgId,
12562
12775
  orgNames = _res$data2.orgNames,
12563
12776
  _res$data2$nodeInfoMa = _res$data2.nodeInfoMap.nodeExtAttr,
@@ -12566,6 +12779,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
12566
12779
  isHideCurrentOrg = _res$data2$nodeInfoMa.isHideCurrentOrg,
12567
12780
  isOpinionRequired = _res$data2$nodeInfoMa.isOpinionRequired;
12568
12781
 
12782
+ _this3.readOnlyNotificationType = readOnlyNotificationType;
12783
+ _this3.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
12569
12784
  _this3.isSinglePage = taskExamine.isSinglePage;
12570
12785
  _this3.isSubFlow = taskExamine.isSubFlow;
12571
12786
  _this3.opinion = taskExamine.opinion;
@@ -12765,8 +12980,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
12765
12980
 
12766
12981
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
12767
12982
  component_taskUnionExaminevue_type_script_lang_js_,
12768
- taskUnionExaminevue_type_template_id_537697de_render,
12769
- taskUnionExaminevue_type_template_id_537697de_staticRenderFns,
12983
+ taskUnionExaminevue_type_template_id_74c4b024_render,
12984
+ taskUnionExaminevue_type_template_id_74c4b024_staticRenderFns,
12770
12985
  false,
12771
12986
  null,
12772
12987
  null,
@@ -13464,6 +13679,19 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13464
13679
  //
13465
13680
  //
13466
13681
  //
13682
+ //
13683
+ //
13684
+ //
13685
+ //
13686
+ //
13687
+ //
13688
+ //
13689
+ //
13690
+ //
13691
+ //
13692
+ //
13693
+ //
13694
+ //
13467
13695
 
13468
13696
 
13469
13697
 
@@ -13517,6 +13745,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13517
13745
  return _ref = {
13518
13746
  styles: {},
13519
13747
  userModel: {},
13748
+ readOnlyNotificationType: '',
13749
+ notificationMessageReadOnly: false,
13520
13750
  isCanPreAddSign: false,
13521
13751
  isStartFlowChartView: undefined,
13522
13752
  nextOtherOrgObjSelect: [],
@@ -14619,49 +14849,51 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14619
14849
  } else {
14620
14850
  this.isReject = false;
14621
14851
  }
14622
- if (val == -1) {
14623
- this.nextNode.isSerialSubmit = 1;
14624
- this.loading.close();
14625
- return;
14626
- } else if (val == 0) {
14627
- this.isNextUser = true;
14628
- this.isShowNode = true;
14629
- } else if (val == 1) {
14630
- this.isNextUser = true;
14631
- this.isShowNode = true;
14632
- } else if (val == 2) {
14633
- this.nextNode.isReturnSubmitter = 1;
14634
- this.loading.close();
14635
- return;
14636
- } else if (val == 3) {
14637
- this.nextNode.isUndertakeReply = 1;
14638
- this.loading.close();
14639
- return;
14640
- } else if (val == 4) {
14641
- this.nextNode.isTakeAdviceReply = 1;
14642
- this.loading.close();
14643
- return;
14644
- } else if (val == 5) {
14645
- this.nextNode.isUndertakeEnd = 1;
14646
- this.loading.close();
14647
- return;
14648
- } else if (val == 6) {
14649
- this.nextNode.isTakeAdviceEnd = 1;
14650
- this.loading.close();
14651
- return;
14652
- } else if (val == 7) {
14653
- this.nextNode.isReadDealReply = 1;
14654
- this.loading.close();
14655
- return;
14656
- } else if (val == 8) {
14657
- this.nextNode.isReadDealEnd = 1;
14658
- this.loading.close();
14659
- return;
14660
- } else if (val == 9) {
14661
- this.nextNode.isReturnRejectNode = 1;
14662
- this.loading.close();
14663
- return;
14664
- } else {}
14852
+ if (this.isSpecial) {
14853
+ if (val == -1) {
14854
+ this.nextNode.isSerialSubmit = 1;
14855
+ this.loading.close();
14856
+ return;
14857
+ } else if (val == 0) {
14858
+ this.isNextUser = true;
14859
+ this.isShowNode = true;
14860
+ } else if (val == 1) {
14861
+ this.isNextUser = true;
14862
+ this.isShowNode = true;
14863
+ } else if (val == 2) {
14864
+ this.nextNode.isReturnSubmitter = 1;
14865
+ this.loading.close();
14866
+ return;
14867
+ } else if (val == 3) {
14868
+ this.nextNode.isUndertakeReply = 1;
14869
+ this.loading.close();
14870
+ return;
14871
+ } else if (val == 4) {
14872
+ this.nextNode.isTakeAdviceReply = 1;
14873
+ this.loading.close();
14874
+ return;
14875
+ } else if (val == 5) {
14876
+ this.nextNode.isUndertakeEnd = 1;
14877
+ this.loading.close();
14878
+ return;
14879
+ } else if (val == 6) {
14880
+ this.nextNode.isTakeAdviceEnd = 1;
14881
+ this.loading.close();
14882
+ return;
14883
+ } else if (val == 7) {
14884
+ this.nextNode.isReadDealReply = 1;
14885
+ this.loading.close();
14886
+ return;
14887
+ } else if (val == 8) {
14888
+ this.nextNode.isReadDealEnd = 1;
14889
+ this.loading.close();
14890
+ return;
14891
+ } else if (val == 9) {
14892
+ this.nextNode.isReturnRejectNode = 1;
14893
+ this.loading.close();
14894
+ return;
14895
+ } else {}
14896
+ }
14665
14897
 
14666
14898
  if (isDef !== true) this.getNodeInfo();
14667
14899
  },
@@ -14730,6 +14962,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14730
14962
  isPreset = _res$data2.isPreset,
14731
14963
  choiceOrgId = _res$data2.choiceOrgId,
14732
14964
  choiceDeptId = _res$data2.choiceDeptId,
14965
+ readOnlyNotificationType = _res$data2.readOnlyNotificationType,
14966
+ notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
14733
14967
  pOrgId = _res$data2.pOrgId,
14734
14968
  currentOrgName = _res$data2.currentOrgName,
14735
14969
  otherOrgName = _res$data2.otherOrgName,
@@ -14750,6 +14984,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14750
14984
  _this23.$emit('startTaskRead', res);
14751
14985
  _this23.$emit('start-task-read', res);
14752
14986
  _this23.currentOrgName = currentOrgName;
14987
+ _this23.readOnlyNotificationType = readOnlyNotificationType;
14988
+ _this23.isSpecial = isSpecial;
14989
+ _this23.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
14753
14990
  _this23.otherOrgName = otherOrgName;
14754
14991
  _this23.isCanPreAddSign = isCanPreAddSign;
14755
14992
  _this23.endFlowInfo.choiceOrgId = choiceOrgId;
@@ -14892,7 +15129,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14892
15129
  if (_this23.isCanRemoveSign) {
14893
15130
  _this23.nextNode.isRemoveSign = '2';
14894
15131
  }
14895
- _this23.isSpecial = isSpecial;
14896
15132
 
14897
15133
  if (!_this23.isOpinionRequired) {
14898
15134
  _this23.isOpinionRequired = 0;