eoss-mobiles 0.3.45 → 0.3.46

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.
@@ -16954,8 +16954,8 @@ Handlevue_type_template_id_4ec2a437_render._withStripped = true
16954
16954
 
16955
16955
  // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4ec2a437
16956
16956
 
16957
- // 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=db352326
16958
- var Rejectvue_type_template_id_db352326_render = function () {
16957
+ // 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=4dfae864
16958
+ var Rejectvue_type_template_id_4dfae864_render = function () {
16959
16959
  var _vm = this
16960
16960
  var _h = _vm.$createElement
16961
16961
  var _c = _vm._self._c || _h
@@ -16999,16 +16999,18 @@ var Rejectvue_type_template_id_db352326_render = function () {
16999
16999
  "template",
17000
17000
  { slot: "input" },
17001
17001
  [
17002
- _c("em-radio-group", {
17003
- attrs: { data: _vm.rejectObj },
17004
- model: {
17005
- value: _vm.form.nextNodeId,
17006
- callback: function ($$v) {
17007
- _vm.$set(_vm.form, "nextNodeId", $$v)
17008
- },
17009
- expression: "form.nextNodeId",
17010
- },
17011
- }),
17002
+ _vm.rejectObj && _vm.rejectObj.length > 0
17003
+ ? _c("em-radio-group", {
17004
+ attrs: { data: _vm.rejectObj },
17005
+ model: {
17006
+ value: _vm.form.nextNodeId,
17007
+ callback: function ($$v) {
17008
+ _vm.$set(_vm.form, "nextNodeId", $$v)
17009
+ },
17010
+ expression: "form.nextNodeId",
17011
+ },
17012
+ })
17013
+ : _c("span", [_vm._v("暂无可驳回节点及对象")]),
17012
17014
  ],
17013
17015
  1
17014
17016
  ),
@@ -17018,20 +17020,23 @@ var Rejectvue_type_template_id_db352326_render = function () {
17018
17020
  ],
17019
17021
  1
17020
17022
  ),
17021
- _c("Message", {
17022
- ref: "message",
17023
- attrs: {
17024
- code: "notification_type",
17025
- baseUrl: _vm.baseUrl,
17026
- readOnlyNotificationType: _vm.readOnlyNotificationType,
17027
- notificationMessageReadOnly: _vm.notificationMessageReadOnly,
17028
- defaultNotificationType: _vm.defaultNotificationType,
17029
- defaultNotificationMsg: _vm.form.notificationMsg,
17030
- pendingId: _vm.pendingId,
17031
- type: _vm.type,
17032
- },
17033
- on: { onInputMsg: _vm.onInputMsg },
17034
- }),
17023
+ _vm.rejectObj && _vm.rejectObj.length != 0
17024
+ ? _c("Message", {
17025
+ ref: "message",
17026
+ attrs: {
17027
+ code: "notification_type",
17028
+ baseUrl: _vm.baseUrl,
17029
+ readOnlyNotificationType: _vm.readOnlyNotificationType,
17030
+ notificationMessageReadOnly:
17031
+ _vm.notificationMessageReadOnly,
17032
+ defaultNotificationType: _vm.defaultNotificationType,
17033
+ defaultNotificationMsg: _vm.form.notificationMsg,
17034
+ pendingId: _vm.pendingId,
17035
+ type: _vm.type,
17036
+ },
17037
+ on: { onInputMsg: _vm.onInputMsg },
17038
+ })
17039
+ : _vm._e(),
17035
17040
  ],
17036
17041
  1
17037
17042
  ),
@@ -17039,12 +17044,27 @@ var Rejectvue_type_template_id_db352326_render = function () {
17039
17044
  1
17040
17045
  ),
17041
17046
  _c("div", { staticClass: "btn-list" }, [
17042
- _c("div", { staticClass: "btn", on: { click: _vm.goBack } }, [
17043
- _vm._v("取消"),
17044
- ]),
17045
17047
  _c(
17046
17048
  "div",
17047
17049
  {
17050
+ class:
17051
+ "btn " +
17052
+ (_vm.rejectObj && _vm.rejectObj.length == 0 ? "btn-cancel" : ""),
17053
+ on: { click: _vm.goBack },
17054
+ },
17055
+ [_vm._v("取消")]
17056
+ ),
17057
+ _c(
17058
+ "div",
17059
+ {
17060
+ directives: [
17061
+ {
17062
+ name: "show",
17063
+ rawName: "v-show",
17064
+ value: _vm.rejectObj && _vm.rejectObj.length != 0,
17065
+ expression: "rejectObj && rejectObj.length != 0",
17066
+ },
17067
+ ],
17048
17068
  staticClass: "btn",
17049
17069
  on: {
17050
17070
  click: function ($event) {
@@ -17057,11 +17077,11 @@ var Rejectvue_type_template_id_db352326_render = function () {
17057
17077
  ]),
17058
17078
  ])
17059
17079
  }
17060
- var Rejectvue_type_template_id_db352326_staticRenderFns = []
17061
- Rejectvue_type_template_id_db352326_render._withStripped = true
17080
+ var Rejectvue_type_template_id_4dfae864_staticRenderFns = []
17081
+ Rejectvue_type_template_id_4dfae864_render._withStripped = true
17062
17082
 
17063
17083
 
17064
- // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=db352326
17084
+ // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=4dfae864
17065
17085
 
17066
17086
  // 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
17067
17087
  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; };
@@ -17113,6 +17133,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
17113
17133
  //
17114
17134
  //
17115
17135
  //
17136
+ //
17137
+ //
17116
17138
 
17117
17139
 
17118
17140
 
@@ -17343,8 +17365,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
17343
17365
 
17344
17366
  var Reject_component = normalizeComponent(
17345
17367
  components_Rejectvue_type_script_lang_js,
17346
- Rejectvue_type_template_id_db352326_render,
17347
- Rejectvue_type_template_id_db352326_staticRenderFns,
17368
+ Rejectvue_type_template_id_4dfae864_render,
17369
+ Rejectvue_type_template_id_4dfae864_staticRenderFns,
17348
17370
  false,
17349
17371
  null,
17350
17372
  null,
@@ -29311,7 +29333,7 @@ if (typeof window !== 'undefined' && window.Vue) {
29311
29333
  }
29312
29334
 
29313
29335
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
29314
- version: '0.3.45',
29336
+ version: '0.3.46',
29315
29337
  install: install,
29316
29338
  Button: packages_button,
29317
29339
  ButtonGroup: button_group,
package/lib/flow.js CHANGED
@@ -6197,8 +6197,8 @@ Handlevue_type_template_id_4ec2a437_render._withStripped = true
6197
6197
 
6198
6198
  // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4ec2a437
6199
6199
 
6200
- // 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=db352326
6201
- var Rejectvue_type_template_id_db352326_render = function () {
6200
+ // 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=4dfae864
6201
+ var Rejectvue_type_template_id_4dfae864_render = function () {
6202
6202
  var _vm = this
6203
6203
  var _h = _vm.$createElement
6204
6204
  var _c = _vm._self._c || _h
@@ -6242,16 +6242,18 @@ var Rejectvue_type_template_id_db352326_render = function () {
6242
6242
  "template",
6243
6243
  { slot: "input" },
6244
6244
  [
6245
- _c("em-radio-group", {
6246
- attrs: { data: _vm.rejectObj },
6247
- model: {
6248
- value: _vm.form.nextNodeId,
6249
- callback: function ($$v) {
6250
- _vm.$set(_vm.form, "nextNodeId", $$v)
6251
- },
6252
- expression: "form.nextNodeId",
6253
- },
6254
- }),
6245
+ _vm.rejectObj && _vm.rejectObj.length > 0
6246
+ ? _c("em-radio-group", {
6247
+ attrs: { data: _vm.rejectObj },
6248
+ model: {
6249
+ value: _vm.form.nextNodeId,
6250
+ callback: function ($$v) {
6251
+ _vm.$set(_vm.form, "nextNodeId", $$v)
6252
+ },
6253
+ expression: "form.nextNodeId",
6254
+ },
6255
+ })
6256
+ : _c("span", [_vm._v("暂无可驳回节点及对象")]),
6255
6257
  ],
6256
6258
  1
6257
6259
  ),
@@ -6261,20 +6263,23 @@ var Rejectvue_type_template_id_db352326_render = function () {
6261
6263
  ],
6262
6264
  1
6263
6265
  ),
6264
- _c("Message", {
6265
- ref: "message",
6266
- attrs: {
6267
- code: "notification_type",
6268
- baseUrl: _vm.baseUrl,
6269
- readOnlyNotificationType: _vm.readOnlyNotificationType,
6270
- notificationMessageReadOnly: _vm.notificationMessageReadOnly,
6271
- defaultNotificationType: _vm.defaultNotificationType,
6272
- defaultNotificationMsg: _vm.form.notificationMsg,
6273
- pendingId: _vm.pendingId,
6274
- type: _vm.type,
6275
- },
6276
- on: { onInputMsg: _vm.onInputMsg },
6277
- }),
6266
+ _vm.rejectObj && _vm.rejectObj.length != 0
6267
+ ? _c("Message", {
6268
+ ref: "message",
6269
+ attrs: {
6270
+ code: "notification_type",
6271
+ baseUrl: _vm.baseUrl,
6272
+ readOnlyNotificationType: _vm.readOnlyNotificationType,
6273
+ notificationMessageReadOnly:
6274
+ _vm.notificationMessageReadOnly,
6275
+ defaultNotificationType: _vm.defaultNotificationType,
6276
+ defaultNotificationMsg: _vm.form.notificationMsg,
6277
+ pendingId: _vm.pendingId,
6278
+ type: _vm.type,
6279
+ },
6280
+ on: { onInputMsg: _vm.onInputMsg },
6281
+ })
6282
+ : _vm._e(),
6278
6283
  ],
6279
6284
  1
6280
6285
  ),
@@ -6282,12 +6287,27 @@ var Rejectvue_type_template_id_db352326_render = function () {
6282
6287
  1
6283
6288
  ),
6284
6289
  _c("div", { staticClass: "btn-list" }, [
6285
- _c("div", { staticClass: "btn", on: { click: _vm.goBack } }, [
6286
- _vm._v("取消"),
6287
- ]),
6288
6290
  _c(
6289
6291
  "div",
6290
6292
  {
6293
+ class:
6294
+ "btn " +
6295
+ (_vm.rejectObj && _vm.rejectObj.length == 0 ? "btn-cancel" : ""),
6296
+ on: { click: _vm.goBack },
6297
+ },
6298
+ [_vm._v("取消")]
6299
+ ),
6300
+ _c(
6301
+ "div",
6302
+ {
6303
+ directives: [
6304
+ {
6305
+ name: "show",
6306
+ rawName: "v-show",
6307
+ value: _vm.rejectObj && _vm.rejectObj.length != 0,
6308
+ expression: "rejectObj && rejectObj.length != 0",
6309
+ },
6310
+ ],
6291
6311
  staticClass: "btn",
6292
6312
  on: {
6293
6313
  click: function ($event) {
@@ -6300,11 +6320,11 @@ var Rejectvue_type_template_id_db352326_render = function () {
6300
6320
  ]),
6301
6321
  ])
6302
6322
  }
6303
- var Rejectvue_type_template_id_db352326_staticRenderFns = []
6304
- Rejectvue_type_template_id_db352326_render._withStripped = true
6323
+ var Rejectvue_type_template_id_4dfae864_staticRenderFns = []
6324
+ Rejectvue_type_template_id_4dfae864_render._withStripped = true
6305
6325
 
6306
6326
 
6307
- // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=db352326
6327
+ // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=4dfae864
6308
6328
 
6309
6329
  // 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
6310
6330
  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; };
@@ -6356,6 +6376,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6356
6376
  //
6357
6377
  //
6358
6378
  //
6379
+ //
6380
+ //
6359
6381
 
6360
6382
 
6361
6383
 
@@ -6586,8 +6608,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6586
6608
 
6587
6609
  var Reject_component = Object(componentNormalizer["a" /* default */])(
6588
6610
  components_Rejectvue_type_script_lang_js,
6589
- Rejectvue_type_template_id_db352326_render,
6590
- Rejectvue_type_template_id_db352326_staticRenderFns,
6611
+ Rejectvue_type_template_id_4dfae864_render,
6612
+ Rejectvue_type_template_id_4dfae864_staticRenderFns,
6591
6613
  false,
6592
6614
  null,
6593
6615
  null,