eoss-mobiles 0.3.85 → 0.3.86

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/flow.js CHANGED
@@ -10027,233 +10027,251 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
10027
10027
  )
10028
10028
 
10029
10029
  /* harmony default export */ var Circulate = (Circulate_component.exports);
10030
- // 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=0ea4ae6a
10031
- var TaskReadvue_type_template_id_0ea4ae6a_render = function () {
10030
+ // 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=0e3a009c
10031
+ var TaskReadvue_type_template_id_0e3a009c_render = function () {
10032
10032
  var _vm = this
10033
10033
  var _h = _vm.$createElement
10034
10034
  var _c = _vm._self._c || _h
10035
10035
  return _c("div", { staticClass: "process-task" }, [
10036
10036
  _c("div", { staticClass: "transfer-content" }, [
10037
- _c("div", { staticClass: "input-box" }, [
10038
- _vm.type === "transfer"
10039
- ? _c(
10040
- "div",
10041
- { staticClass: "item" },
10042
- [
10043
- _c("em-input", {
10044
- attrs: {
10045
- readonly: "",
10046
- clickable: "",
10047
- label: "当前步骤",
10048
- required: true,
10049
- },
10050
- model: {
10051
- value: _vm.nextNode.nodeName,
10052
- callback: function ($$v) {
10053
- _vm.$set(_vm.nextNode, "nodeName", $$v)
10037
+ _c(
10038
+ "div",
10039
+ { staticClass: "input-box" },
10040
+ [
10041
+ _vm.type === "transfer"
10042
+ ? _c(
10043
+ "div",
10044
+ { staticClass: "item" },
10045
+ [
10046
+ _c("em-input", {
10047
+ attrs: {
10048
+ readonly: "",
10049
+ clickable: "",
10050
+ label: "当前步骤",
10051
+ required: true,
10054
10052
  },
10055
- expression: "nextNode.nodeName",
10056
- },
10057
- }),
10058
- ],
10059
- 1
10060
- )
10061
- : _vm._e(),
10062
- _vm.type === "transfer"
10063
- ? _c(
10064
- "div",
10065
- { staticClass: "item" },
10066
- [
10067
- _c("em-selector", {
10068
- attrs: {
10069
- label: "转办对象",
10070
- required: "",
10071
- multiple: false,
10072
- isAllCheck: _vm.isAllCheck,
10073
- param: _vm.params,
10074
- baseUrl: _vm.apiBaseUrl,
10075
- tabs: "employee,persongroup",
10076
- paddingTop: _vm.paddingTop,
10077
- },
10078
- on: { change: _vm.disposeAppUser },
10079
- model: {
10080
- value: _vm.nextReadUserSelectList,
10081
- callback: function ($$v) {
10082
- _vm.nextReadUserSelectList = $$v
10053
+ model: {
10054
+ value: _vm.nextNode.nodeName,
10055
+ callback: function ($$v) {
10056
+ _vm.$set(_vm.nextNode, "nodeName", $$v)
10057
+ },
10058
+ expression: "nextNode.nodeName",
10083
10059
  },
10084
- expression: "nextReadUserSelectList",
10085
- },
10086
- }),
10087
- ],
10088
- 1
10089
- )
10090
- : _vm._e(),
10091
- _vm.taskReadType === "分阅" && _vm.type != "transfer"
10092
- ? _c(
10093
- "div",
10094
- { staticClass: "item" },
10095
- [
10096
- _c("em-selector", {
10097
- attrs: {
10098
- label: _vm.isSyncCopy ? "接收人" : "分阅人员",
10099
- required: "",
10100
- multiple: _vm.multiple,
10101
- tabs: "employee,persongroup",
10102
- param: _vm.params,
10103
- isAllCheck: _vm.isAllCheck,
10104
- baseUrl: _vm.apiBaseUrl,
10105
- paddingTop: _vm.paddingTop,
10106
- },
10107
- on: { change: _vm.disposeAppUser },
10108
- model: {
10109
- value: _vm.nextReadUserSelectList,
10110
- callback: function ($$v) {
10111
- _vm.nextReadUserSelectList = $$v
10060
+ }),
10061
+ ],
10062
+ 1
10063
+ )
10064
+ : _vm._e(),
10065
+ _vm.type === "transfer"
10066
+ ? _c(
10067
+ "div",
10068
+ { staticClass: "item" },
10069
+ [
10070
+ _c("em-selector", {
10071
+ attrs: {
10072
+ label: "转办对象",
10073
+ required: "",
10074
+ multiple: false,
10075
+ isAllCheck: _vm.isAllCheck,
10076
+ param: _vm.params,
10077
+ baseUrl: _vm.apiBaseUrl,
10078
+ tabs: "employee,persongroup",
10079
+ paddingTop: _vm.paddingTop,
10112
10080
  },
10113
- expression: "nextReadUserSelectList",
10114
- },
10115
- }),
10116
- ],
10117
- 1
10118
- )
10119
- : _vm._e(),
10120
- _vm.isSyncCopy
10121
- ? _c(
10122
- "div",
10123
- { staticClass: "item" },
10124
- [
10125
- _c(
10126
- "em-input",
10127
- { attrs: { label: "分阅模式", readonly: "" } },
10128
- [
10129
- _c("template", { slot: "input" }, [
10130
- _c(
10131
- "div",
10132
- {
10133
- staticClass: "template-input-two",
10134
- staticStyle: { width: "100%" },
10135
- },
10136
- [
10137
- _c("em-radio-group", {
10138
- attrs: {
10139
- data: _vm.radioData,
10140
- direction: "horizontal",
10141
- },
10142
- model: {
10143
- value: _vm.isSync,
10144
- callback: function ($$v) {
10145
- _vm.isSync = $$v
10081
+ on: { change: _vm.disposeAppUser },
10082
+ model: {
10083
+ value: _vm.nextReadUserSelectList,
10084
+ callback: function ($$v) {
10085
+ _vm.nextReadUserSelectList = $$v
10086
+ },
10087
+ expression: "nextReadUserSelectList",
10088
+ },
10089
+ }),
10090
+ ],
10091
+ 1
10092
+ )
10093
+ : _vm._e(),
10094
+ _vm.taskReadType === "分阅" && _vm.type != "transfer"
10095
+ ? _c(
10096
+ "div",
10097
+ { staticClass: "item" },
10098
+ [
10099
+ _c("em-selector", {
10100
+ attrs: {
10101
+ label: _vm.isSyncCopy ? "接收人" : "分阅人员",
10102
+ required: "",
10103
+ multiple: _vm.multiple,
10104
+ tabs: "employee,persongroup",
10105
+ param: _vm.params,
10106
+ isAllCheck: _vm.isAllCheck,
10107
+ baseUrl: _vm.apiBaseUrl,
10108
+ paddingTop: _vm.paddingTop,
10109
+ },
10110
+ on: { change: _vm.disposeAppUser },
10111
+ model: {
10112
+ value: _vm.nextReadUserSelectList,
10113
+ callback: function ($$v) {
10114
+ _vm.nextReadUserSelectList = $$v
10115
+ },
10116
+ expression: "nextReadUserSelectList",
10117
+ },
10118
+ }),
10119
+ ],
10120
+ 1
10121
+ )
10122
+ : _vm._e(),
10123
+ _vm.isSyncCopy
10124
+ ? _c(
10125
+ "div",
10126
+ { staticClass: "item" },
10127
+ [
10128
+ _c(
10129
+ "em-input",
10130
+ {
10131
+ staticClass: "read-type",
10132
+ attrs: { label: "分阅模式", readonly: "" },
10133
+ },
10134
+ [
10135
+ _c("template", { slot: "input" }, [
10136
+ _c(
10137
+ "div",
10138
+ {
10139
+ staticClass: "template-input-two",
10140
+ staticStyle: { width: "100%" },
10141
+ },
10142
+ [
10143
+ _c("em-radio-group", {
10144
+ attrs: {
10145
+ data: _vm.radioData,
10146
+ direction: "horizontal",
10146
10147
  },
10147
- expression: "isSync",
10148
- },
10149
- }),
10150
- ],
10151
- 1
10152
- ),
10153
- ]),
10154
- ],
10155
- 2
10156
- ),
10157
- ],
10158
- 1
10159
- )
10160
- : _vm._e(),
10161
- _vm.taskReadType === "阅结"
10162
- ? _c(
10163
- "div",
10164
- { staticClass: "item" },
10165
- [
10166
- _c("em-input", {
10167
- attrs: {
10168
- readonly: "",
10169
- clickable: "",
10170
- label: "下步节点",
10171
- required: true,
10172
- value: "阅结",
10173
- },
10174
- on: {
10175
- click: function ($event) {
10176
- _vm.$toast("没有可选择操作")
10148
+ model: {
10149
+ value: _vm.isSync,
10150
+ callback: function ($$v) {
10151
+ _vm.isSync = $$v
10152
+ },
10153
+ expression: "isSync",
10154
+ },
10155
+ }),
10156
+ ],
10157
+ 1
10158
+ ),
10159
+ ]),
10160
+ ],
10161
+ 2
10162
+ ),
10163
+ ],
10164
+ 1
10165
+ )
10166
+ : _vm._e(),
10167
+ _vm.taskReadType === "阅结"
10168
+ ? _c(
10169
+ "div",
10170
+ { staticClass: "item" },
10171
+ [
10172
+ _c("em-input", {
10173
+ attrs: {
10174
+ readonly: "",
10175
+ clickable: "",
10176
+ label: "下步节点",
10177
+ required: true,
10178
+ value: "阅结",
10177
10179
  },
10178
- },
10179
- }),
10180
- ],
10181
- 1
10182
- )
10183
- : _vm._e(),
10184
- _vm.type === "transfer" && _vm.taskExamine.isSinglePage
10185
- ? _c(
10186
- "div",
10187
- { staticClass: "item" },
10188
- [
10189
- _c("em-input", {
10190
- attrs: {
10191
- label: "意见",
10192
- placeholder: "请填写意见",
10193
- type: "textarea",
10194
- rows: "3",
10195
- },
10196
- model: {
10197
- value: _vm.form.handleExplain,
10198
- callback: function ($$v) {
10199
- _vm.$set(_vm.form, "handleExplain", $$v)
10180
+ on: {
10181
+ click: function ($event) {
10182
+ _vm.$toast("没有可选择操作")
10183
+ },
10200
10184
  },
10201
- expression: "form.handleExplain",
10202
- },
10203
- }),
10204
- ],
10205
- 1
10206
- )
10207
- : _vm._e(),
10208
- _vm.type != "transfer"
10209
- ? _c(
10210
- "div",
10211
- { staticClass: "item" },
10212
- [
10213
- _c("em-input", {
10214
- attrs: {
10215
- label: "办理说明",
10216
- placeholder: "请填写办理说明",
10217
- type: "textarea",
10218
- rows: "3",
10219
- },
10220
- model: {
10221
- value: _vm.form.handleExplain,
10222
- callback: function ($$v) {
10223
- _vm.$set(_vm.form, "handleExplain", $$v)
10185
+ }),
10186
+ ],
10187
+ 1
10188
+ )
10189
+ : _vm._e(),
10190
+ _vm.type === "transfer" && _vm.taskExamine.isSinglePage
10191
+ ? _c(
10192
+ "div",
10193
+ { staticClass: "item" },
10194
+ [
10195
+ _c("em-input", {
10196
+ attrs: {
10197
+ label: "意见",
10198
+ placeholder: "请填写意见",
10199
+ type: "textarea",
10200
+ rows: "3",
10224
10201
  },
10225
- expression: "form.handleExplain",
10226
- },
10227
- }),
10228
- ],
10229
- 1
10230
- )
10231
- : _vm._e(),
10232
- _c(
10233
- "div",
10234
- { staticClass: "item" },
10235
- [
10236
- !_vm.hideMessage
10237
- ? _c("Message", {
10238
- ref: "message",
10239
- attrs: {
10240
- code: _vm.msgCode,
10241
- readOnlyNotificationType: _vm.readOnlyNotificationType,
10242
- notificationMessageReadOnly:
10243
- _vm.notificationMessageReadOnly,
10244
- defaultNotificationMsg: _vm.defaultNotificationMessage,
10245
- defaultNotificationType: _vm.defaultNotificationType,
10246
- baseUrl: _vm.baseUrl,
10247
- showMsg: true,
10248
- pendingId: _vm.pendingId,
10249
- },
10250
- on: { onInputMsg: _vm.onInputMsg },
10251
- })
10252
- : _vm._e(),
10253
- ],
10254
- 1
10255
- ),
10256
- ]),
10202
+ model: {
10203
+ value: _vm.form.handleExplain,
10204
+ callback: function ($$v) {
10205
+ _vm.$set(_vm.form, "handleExplain", $$v)
10206
+ },
10207
+ expression: "form.handleExplain",
10208
+ },
10209
+ }),
10210
+ ],
10211
+ 1
10212
+ )
10213
+ : _vm._e(),
10214
+ _vm.isSyncCopy
10215
+ ? _c("Opinion", {
10216
+ attrs: {
10217
+ ownId: _vm.pendingId,
10218
+ isOpinionRequired: 0,
10219
+ baseUrl: _vm.baseUrl,
10220
+ },
10221
+ on: { onInputOpintion: _vm.onInputOpintion },
10222
+ })
10223
+ : _vm._e(),
10224
+ _vm.type != "transfer" && !_vm.isSyncCopy
10225
+ ? _c(
10226
+ "div",
10227
+ { staticClass: "item" },
10228
+ [
10229
+ _c("em-input", {
10230
+ attrs: {
10231
+ label: "办理说明",
10232
+ placeholder: "请填写办理说明",
10233
+ type: "textarea",
10234
+ rows: "3",
10235
+ },
10236
+ model: {
10237
+ value: _vm.form.handleExplain,
10238
+ callback: function ($$v) {
10239
+ _vm.$set(_vm.form, "handleExplain", $$v)
10240
+ },
10241
+ expression: "form.handleExplain",
10242
+ },
10243
+ }),
10244
+ ],
10245
+ 1
10246
+ )
10247
+ : _vm._e(),
10248
+ _c(
10249
+ "div",
10250
+ { staticClass: "item" },
10251
+ [
10252
+ !_vm.hideMessage
10253
+ ? _c("Message", {
10254
+ ref: "message",
10255
+ attrs: {
10256
+ code: _vm.msgCode,
10257
+ readOnlyNotificationType: _vm.readOnlyNotificationType,
10258
+ notificationMessageReadOnly:
10259
+ _vm.notificationMessageReadOnly,
10260
+ defaultNotificationMsg: _vm.defaultNotificationMessage,
10261
+ defaultNotificationType: _vm.defaultNotificationType,
10262
+ baseUrl: _vm.baseUrl,
10263
+ showMsg: true,
10264
+ pendingId: _vm.pendingId,
10265
+ },
10266
+ on: { onInputMsg: _vm.onInputMsg },
10267
+ })
10268
+ : _vm._e(),
10269
+ ],
10270
+ 1
10271
+ ),
10272
+ ],
10273
+ 1
10274
+ ),
10257
10275
  ]),
10258
10276
  _c("div", { staticClass: "btn-list" }, [
10259
10277
  _c("div", { staticClass: "btn", on: { click: _vm.goBack } }, [
@@ -10274,11 +10292,11 @@ var TaskReadvue_type_template_id_0ea4ae6a_render = function () {
10274
10292
  ]),
10275
10293
  ])
10276
10294
  }
10277
- var TaskReadvue_type_template_id_0ea4ae6a_staticRenderFns = []
10278
- TaskReadvue_type_template_id_0ea4ae6a_render._withStripped = true
10295
+ var TaskReadvue_type_template_id_0e3a009c_staticRenderFns = []
10296
+ TaskReadvue_type_template_id_0e3a009c_render._withStripped = true
10279
10297
 
10280
10298
 
10281
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=0ea4ae6a
10299
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=0e3a009c
10282
10300
 
10283
10301
  // 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
10284
10302
  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; };
@@ -10396,6 +10414,13 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10396
10414
  //
10397
10415
  //
10398
10416
  //
10417
+ //
10418
+ //
10419
+ //
10420
+ //
10421
+ //
10422
+ //
10423
+
10399
10424
 
10400
10425
 
10401
10426
 
@@ -10433,7 +10458,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10433
10458
  },
10434
10459
 
10435
10460
  components: {
10436
- Message: Message
10461
+ Message: Message,
10462
+ Opinion: Opinion
10437
10463
  },
10438
10464
  props: {
10439
10465
  appid: String,
@@ -10479,7 +10505,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10479
10505
  },
10480
10506
  params: function params() {
10481
10507
  return {
10482
- pid: this.taskReadType == '分阅' ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
10508
+ pid: this.taskReadType == '分阅' && this.isSync != 1 ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
10483
10509
  };
10484
10510
  },
10485
10511
  newType: function newType() {
@@ -10510,6 +10536,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10510
10536
 
10511
10537
 
10512
10538
  methods: {
10539
+ onInputOpintion: function onInputOpintion(val) {
10540
+ this.form.handleExplain = val.opinion;
10541
+ },
10542
+
10513
10543
  //获取通知信息
10514
10544
  getMessage: function getMessage() {
10515
10545
  var _this = this;
@@ -10888,8 +10918,12 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10888
10918
  if (status == 'success') {
10889
10919
  _this8.defaultNotificationMessage = defaultNotificationMessage;
10890
10920
  _this8.form.notificationMsg = defaultNotificationMessage;
10891
- taskExamine.choiceDeptId = choiceDeptId;
10892
- taskExamine.choiceOrgId = choiceOrgId;
10921
+ if (choiceDeptId) {
10922
+ taskExamine.choiceDeptId = choiceDeptId;
10923
+ }
10924
+ if (choiceOrgId) {
10925
+ taskExamine.choiceOrgId = choiceOrgId;
10926
+ }
10893
10927
  _this8.taskExamine = taskExamine;
10894
10928
  } else {
10895
10929
  setTimeout(function () {
@@ -10988,8 +11022,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10988
11022
 
10989
11023
  var TaskRead_component = Object(componentNormalizer["a" /* default */])(
10990
11024
  components_TaskReadvue_type_script_lang_js,
10991
- TaskReadvue_type_template_id_0ea4ae6a_render,
10992
- TaskReadvue_type_template_id_0ea4ae6a_staticRenderFns,
11025
+ TaskReadvue_type_template_id_0e3a009c_render,
11026
+ TaskReadvue_type_template_id_0e3a009c_staticRenderFns,
10993
11027
  false,
10994
11028
  null,
10995
11029
  null,