eoss-ui 0.6.64 → 0.6.66

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.
@@ -5881,8 +5881,8 @@ calendar_src_main.install = function (Vue) {
5881
5881
  };
5882
5882
 
5883
5883
  /* harmony default export */ var calendar = (calendar_src_main);
5884
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calogin/src/main.vue?vue&type=template&id=372f66b1&scoped=true&
5885
- var mainvue_type_template_id_372f66b1_scoped_true_render = function () {
5884
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calogin/src/main.vue?vue&type=template&id=e879a944&scoped=true&
5885
+ var mainvue_type_template_id_e879a944_scoped_true_render = function () {
5886
5886
  var _vm = this
5887
5887
  var _h = _vm.$createElement
5888
5888
  var _c = _vm._self._c || _h
@@ -5893,11 +5893,11 @@ var mainvue_type_template_id_372f66b1_scoped_true_render = function () {
5893
5893
  2
5894
5894
  )
5895
5895
  }
5896
- var mainvue_type_template_id_372f66b1_scoped_true_staticRenderFns = []
5897
- mainvue_type_template_id_372f66b1_scoped_true_render._withStripped = true
5896
+ var mainvue_type_template_id_e879a944_scoped_true_staticRenderFns = []
5897
+ mainvue_type_template_id_e879a944_scoped_true_render._withStripped = true
5898
5898
 
5899
5899
 
5900
- // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=template&id=372f66b1&scoped=true&
5900
+ // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=template&id=e879a944&scoped=true&
5901
5901
 
5902
5902
  // CONCATENATED MODULE: ./packages/calogin/src/plugin.js
5903
5903
  var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -6813,7 +6813,7 @@ var caPlugin = new CA_ExtInterface();
6813
6813
  init: function init() {
6814
6814
  if (!window.PNXClient) {
6815
6815
  var parser = new DOMParser();
6816
- var doc = parser.parseFromString("<object classid='clsid:9DD991F7-6FB0-4004-95A4-0A55006A8C42' width='0' height='0' id='PNXClient'></object>", 'text/html');
6816
+ var doc = parser.parseFromString("<object classid='clsid:9DD991F7-6FB0-4004-95A4-0A55006A8C42' width='0' height='0' id='PNXClient' style='position: absolute;'></object>", 'text/html');
6817
6817
  var pnxClientElement = doc.querySelector('object');
6818
6818
  if (pnxClientElement) {
6819
6819
  document.body.appendChild(pnxClientElement);
@@ -6879,11 +6879,11 @@ var caPlugin = new CA_ExtInterface();
6879
6879
 
6880
6880
  var calogin_src_main_component = normalizeComponent(
6881
6881
  packages_calogin_src_mainvue_type_script_lang_js_,
6882
- mainvue_type_template_id_372f66b1_scoped_true_render,
6883
- mainvue_type_template_id_372f66b1_scoped_true_staticRenderFns,
6882
+ mainvue_type_template_id_e879a944_scoped_true_render,
6883
+ mainvue_type_template_id_e879a944_scoped_true_staticRenderFns,
6884
6884
  false,
6885
6885
  null,
6886
- "372f66b1",
6886
+ "e879a944",
6887
6887
  null
6888
6888
 
6889
6889
  )
@@ -16713,8 +16713,8 @@ error_page_src_main.install = function (Vue) {
16713
16713
  };
16714
16714
 
16715
16715
  /* harmony default export */ var error_page = (error_page_src_main);
16716
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=2158e4f3&
16717
- var mainvue_type_template_id_2158e4f3_render = function () {
16716
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=45a4048d&
16717
+ var mainvue_type_template_id_45a4048d_render = function () {
16718
16718
  var _vm = this
16719
16719
  var _h = _vm.$createElement
16720
16720
  var _c = _vm._self._c || _h
@@ -16846,14 +16846,17 @@ var mainvue_type_template_id_2158e4f3_render = function () {
16846
16846
  ],
16847
16847
  key: indexs,
16848
16848
  staticClass: "es-collapse-item",
16849
- class: {
16850
- "es-collapse-readonly":
16851
- _vm.accordion
16852
- ? false
16853
- : !_vm.collapse,
16854
- "es-collapse-caption":
16855
- items.caption,
16856
- },
16849
+ class: [
16850
+ {
16851
+ "es-collapse-readonly":
16852
+ _vm.accordion
16853
+ ? false
16854
+ : !_vm.collapse,
16855
+ "es-collapse-caption":
16856
+ items.caption,
16857
+ },
16858
+ items.class,
16859
+ ],
16857
16860
  attrs: {
16858
16861
  "show-title": items.showTitle,
16859
16862
  name:
@@ -22724,11 +22727,11 @@ var mainvue_type_template_id_2158e4f3_render = function () {
22724
22727
  )
22725
22728
  : _vm._e()
22726
22729
  }
22727
- var mainvue_type_template_id_2158e4f3_staticRenderFns = []
22728
- mainvue_type_template_id_2158e4f3_render._withStripped = true
22730
+ var mainvue_type_template_id_45a4048d_staticRenderFns = []
22731
+ mainvue_type_template_id_45a4048d_render._withStripped = true
22729
22732
 
22730
22733
 
22731
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2158e4f3&
22734
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=45a4048d&
22732
22735
 
22733
22736
  // CONCATENATED MODULE: ./src/utils/rules.js
22734
22737
  // 手机号
@@ -26270,8 +26273,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26270
26273
 
26271
26274
  var form_src_main_component = normalizeComponent(
26272
26275
  packages_form_src_mainvue_type_script_lang_js_,
26273
- mainvue_type_template_id_2158e4f3_render,
26274
- mainvue_type_template_id_2158e4f3_staticRenderFns,
26276
+ mainvue_type_template_id_45a4048d_render,
26277
+ mainvue_type_template_id_45a4048d_staticRenderFns,
26275
26278
  false,
26276
26279
  null,
26277
26280
  null,
@@ -26288,8 +26291,8 @@ form_src_main.install = function (Vue) {
26288
26291
  };
26289
26292
 
26290
26293
  /* harmony default export */ var packages_form = (form_src_main);
26291
- // 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=fc4f395a&
26292
- var mainvue_type_template_id_fc4f395a_render = function () {
26294
+ // 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=fe0ac130&
26295
+ var mainvue_type_template_id_fe0ac130_render = function () {
26293
26296
  var _vm = this
26294
26297
  var _h = _vm.$createElement
26295
26298
  var _c = _vm._self._c || _h
@@ -26302,7 +26305,133 @@ var mainvue_type_template_id_fc4f395a_render = function () {
26302
26305
  style: _vm.styles,
26303
26306
  },
26304
26307
  [
26305
- _vm.typeCode == "read"
26308
+ _vm.showCirculate
26309
+ ? _c(
26310
+ "div",
26311
+ [
26312
+ _c("CommonOpinions", {
26313
+ directives: [
26314
+ {
26315
+ name: "show",
26316
+ rawName: "v-show",
26317
+ value: !_vm.shrink,
26318
+ expression: "!shrink",
26319
+ },
26320
+ ],
26321
+ ref: "commonOpinions",
26322
+ staticClass: "es-common-opinions",
26323
+ attrs: {
26324
+ opinion: _vm.value,
26325
+ rows: _vm.rows,
26326
+ required: _vm.isOpinionRequired == 1,
26327
+ isBanInputOpinion: _vm.isBanInputOpinion,
26328
+ nodeFixedOpinionSelectList:
26329
+ _vm.nodeFixedOpinionSelectList,
26330
+ },
26331
+ on: {
26332
+ change: function (val) {
26333
+ return (_vm.value = val)
26334
+ },
26335
+ },
26336
+ }),
26337
+ _c(
26338
+ "el-form",
26339
+ {
26340
+ ref: "form",
26341
+ attrs: {
26342
+ model: _vm.circulateForm,
26343
+ "label-width": "120px",
26344
+ },
26345
+ },
26346
+ [
26347
+ _c(
26348
+ "el-form-item",
26349
+ { attrs: { prop: "nextNodeId", label: "下步节点" } },
26350
+ [
26351
+ _vm.nextNodeCheckType == "select"
26352
+ ? _c(
26353
+ "el-select",
26354
+ {
26355
+ attrs: { placeholder: "请选择下步节点" },
26356
+ model: {
26357
+ value: _vm.circulateForm.nextNodeId,
26358
+ callback: function ($$v) {
26359
+ _vm.$set(
26360
+ _vm.circulateForm,
26361
+ "nextNodeId",
26362
+ $$v
26363
+ )
26364
+ },
26365
+ expression: "circulateForm.nextNodeId",
26366
+ },
26367
+ },
26368
+ [
26369
+ _c("el-option", {
26370
+ attrs: { label: "传阅", value: "111" },
26371
+ }),
26372
+ ],
26373
+ 1
26374
+ )
26375
+ : _vm.nextNodeCheckType == "radio"
26376
+ ? _c("es-radio-group", {
26377
+ attrs: {
26378
+ data: [{ nodeId: "111", nodeName: "传阅" }],
26379
+ "value-key": "nodeId",
26380
+ "label-key": "nodeName",
26381
+ },
26382
+ model: {
26383
+ value: _vm.circulateForm.nextNodeId,
26384
+ callback: function ($$v) {
26385
+ _vm.$set(
26386
+ _vm.circulateForm,
26387
+ "nextNodeId",
26388
+ $$v
26389
+ )
26390
+ },
26391
+ expression: "circulateForm.nextNodeId",
26392
+ },
26393
+ })
26394
+ : _vm._e(),
26395
+ ],
26396
+ 1
26397
+ ),
26398
+ ],
26399
+ 1
26400
+ ),
26401
+ _c("circulate", {
26402
+ ref: "circulate",
26403
+ staticStyle: { "margin-top": "10px" },
26404
+ attrs: {
26405
+ businessId: _vm.businessId,
26406
+ selectorParams: _vm.params,
26407
+ showBtn: false,
26408
+ processDefinitionId: _vm.nodeInfo.nextNode,
26409
+ simpleTips: _vm.simpleTips,
26410
+ oldOption: _vm.value,
26411
+ },
26412
+ on: {
26413
+ cancel: function ($event) {
26414
+ _vm.closeProcess($event, "circulateVisible")
26415
+ },
26416
+ },
26417
+ }),
26418
+ _c(
26419
+ "el-button",
26420
+ {
26421
+ staticStyle: { width: "100%" },
26422
+ attrs: { type: "primary" },
26423
+ on: {
26424
+ click: function ($event) {
26425
+ _vm.handleClickCirculate()
26426
+ },
26427
+ },
26428
+ },
26429
+ [_vm._v("\n 提交\n ")]
26430
+ ),
26431
+ ],
26432
+ 1
26433
+ )
26434
+ : _vm.typeCode == "read"
26306
26435
  ? _c("StartTaskRead", {
26307
26436
  key: _vm.StartTaskReadKey,
26308
26437
  attrs: {
@@ -26644,6 +26773,7 @@ var mainvue_type_template_id_fc4f395a_render = function () {
26644
26773
  _c(
26645
26774
  "el-select",
26646
26775
  {
26776
+ key: _vm.optionsKey,
26647
26777
  staticStyle: {
26648
26778
  width: "calc(100% + 40px)",
26649
26779
  },
@@ -26672,6 +26802,7 @@ var mainvue_type_template_id_fc4f395a_render = function () {
26672
26802
  key: items.id,
26673
26803
  attrs: {
26674
26804
  label: items.name,
26805
+ disabled: items.disabled,
26675
26806
  value: items.processDefId,
26676
26807
  },
26677
26808
  })
@@ -27435,11 +27566,7 @@ var mainvue_type_template_id_fc4f395a_render = function () {
27435
27566
  "department",
27436
27567
  "employee",
27437
27568
  ],
27438
- params: {
27439
- filid:
27440
- _vm.userModel
27441
- .orgId,
27442
- },
27569
+ params: _vm.params,
27443
27570
  },
27444
27571
  on: {
27445
27572
  change: function (
@@ -28375,6 +28502,7 @@ var mainvue_type_template_id_fc4f395a_render = function () {
28375
28502
  businessId: _vm.businessId,
28376
28503
  processDefinitionId: _vm.nodeInfo.nextNode,
28377
28504
  simpleTips: _vm.simpleTips,
28505
+ selectorParams: _vm.params,
28378
28506
  oldOption: _vm.value,
28379
28507
  },
28380
28508
  on: {
@@ -28718,11 +28846,11 @@ var mainvue_type_template_id_fc4f395a_render = function () {
28718
28846
  )
28719
28847
  : _vm._e()
28720
28848
  }
28721
- var mainvue_type_template_id_fc4f395a_staticRenderFns = []
28722
- mainvue_type_template_id_fc4f395a_render._withStripped = true
28849
+ var mainvue_type_template_id_fe0ac130_staticRenderFns = []
28850
+ mainvue_type_template_id_fe0ac130_render._withStripped = true
28723
28851
 
28724
28852
 
28725
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fc4f395a&
28853
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
28726
28854
 
28727
28855
  // 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/CommonOpinions.vue?vue&type=template&id=fdf49dec&
28728
28856
  var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
@@ -42820,8 +42948,8 @@ var supervise_component = normalizeComponent(
42820
42948
  )
42821
42949
 
42822
42950
  /* harmony default export */ var supervise = (supervise_component.exports);
42823
- // 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/Circulate.vue?vue&type=template&id=4f5020b6&
42824
- var Circulatevue_type_template_id_4f5020b6_render = function () {
42951
+ // 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/Circulate.vue?vue&type=template&id=1012ba25&
42952
+ var Circulatevue_type_template_id_1012ba25_render = function () {
42825
42953
  var _vm = this
42826
42954
  var _h = _vm.$createElement
42827
42955
  var _c = _vm._self._c || _h
@@ -42983,35 +43111,37 @@ var Circulatevue_type_template_id_4f5020b6_render = function () {
42983
43111
  ],
42984
43112
  1
42985
43113
  ),
42986
- _c(
42987
- "div",
42988
- { staticStyle: { "text-align": "right" } },
42989
- [
42990
- _c(
42991
- "el-button",
42992
- {
42993
- attrs: { type: "primary", size: "small" },
42994
- on: { click: _vm.subMit },
42995
- },
42996
- [_vm._v(" 确定 ")]
42997
- ),
42998
- _c(
42999
- "el-button",
43000
- { attrs: { size: "small" }, on: { click: _vm.quit } },
43001
- [_vm._v(" 取消 ")]
43002
- ),
43003
- ],
43004
- 1
43005
- ),
43114
+ _vm.showBtn
43115
+ ? _c(
43116
+ "div",
43117
+ { staticStyle: { "text-align": "right" } },
43118
+ [
43119
+ _c(
43120
+ "el-button",
43121
+ {
43122
+ attrs: { type: "primary", size: "small" },
43123
+ on: { click: _vm.subMit },
43124
+ },
43125
+ [_vm._v(" 确定 ")]
43126
+ ),
43127
+ _c(
43128
+ "el-button",
43129
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
43130
+ [_vm._v(" 取消 ")]
43131
+ ),
43132
+ ],
43133
+ 1
43134
+ )
43135
+ : _vm._e(),
43006
43136
  ],
43007
43137
  1
43008
43138
  )
43009
43139
  }
43010
- var Circulatevue_type_template_id_4f5020b6_staticRenderFns = []
43011
- Circulatevue_type_template_id_4f5020b6_render._withStripped = true
43140
+ var Circulatevue_type_template_id_1012ba25_staticRenderFns = []
43141
+ Circulatevue_type_template_id_1012ba25_render._withStripped = true
43012
43142
 
43013
43143
 
43014
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=4f5020b6&
43144
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
43015
43145
 
43016
43146
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
43017
43147
  var Circulatevue_type_script_lang_js_components;
@@ -43116,7 +43246,9 @@ var Circulatevue_type_script_lang_js_components;
43116
43246
  oldOption: { type: String, default: '' },
43117
43247
  disabled: { type: Boolean, default: false },
43118
43248
  simpleTips: { type: Boolean, default: true },
43119
- multiple: { type: Boolean, default: true }
43249
+ showBtn: { type: Boolean, default: true },
43250
+ multiple: { type: Boolean, default: true },
43251
+ selectorParams: { type: Object, default: function _default() {} }
43120
43252
  },
43121
43253
  inheritAttrs: false,
43122
43254
  data: function data() {
@@ -43150,10 +43282,35 @@ var Circulatevue_type_script_lang_js_components;
43150
43282
  isHideCurrentOrg: 0,
43151
43283
  isOpinionRequired: 0,
43152
43284
  otherParams: { filid: 'other' },
43153
- loading: false
43285
+ loading: false,
43286
+ userModel: {}
43154
43287
  };
43155
43288
  },
43289
+
43290
+ watch: {
43291
+ selectorParams: {
43292
+ handler: function handler(val) {
43293
+ this.params = val;
43294
+ },
43295
+
43296
+ deep: true,
43297
+ immediate: true
43298
+ },
43299
+ oldOption: {
43300
+ handler: function handler(val) {
43301
+ this.opinion = val;
43302
+ },
43303
+
43304
+ deep: true,
43305
+ immediate: true
43306
+ }
43307
+ },
43156
43308
  mounted: function mounted() {
43309
+ var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
43310
+ if (mainConfig) {
43311
+ this.userModel = JSON.parse(mainConfig).userModel;
43312
+ this.params.filid = this.userModel.orgId;
43313
+ }
43157
43314
  this.loading = true;
43158
43315
  this.newMultiple = this.multiple;
43159
43316
  this.opinion = this.oldOption;
@@ -43336,8 +43493,8 @@ var Circulatevue_type_script_lang_js_components;
43336
43493
 
43337
43494
  var Circulate_component = normalizeComponent(
43338
43495
  component_Circulatevue_type_script_lang_js_,
43339
- Circulatevue_type_template_id_4f5020b6_render,
43340
- Circulatevue_type_template_id_4f5020b6_staticRenderFns,
43496
+ Circulatevue_type_template_id_1012ba25_render,
43497
+ Circulatevue_type_template_id_1012ba25_staticRenderFns,
43341
43498
  false,
43342
43499
  null,
43343
43500
  null,
@@ -44248,7 +44405,58 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44248
44405
  //
44249
44406
  //
44250
44407
  //
44251
-
44408
+ //
44409
+ //
44410
+ //
44411
+ //
44412
+ //
44413
+ //
44414
+ //
44415
+ //
44416
+ //
44417
+ //
44418
+ //
44419
+ //
44420
+ //
44421
+ //
44422
+ //
44423
+ //
44424
+ //
44425
+ //
44426
+ //
44427
+ //
44428
+ //
44429
+ //
44430
+ //
44431
+ //
44432
+ //
44433
+ //
44434
+ //
44435
+ //
44436
+ //
44437
+ //
44438
+ //
44439
+ //
44440
+ //
44441
+ //
44442
+ //
44443
+ //
44444
+ //
44445
+ //
44446
+ //
44447
+ //
44448
+ //
44449
+ //
44450
+ //
44451
+ //
44452
+ //
44453
+ //
44454
+ //
44455
+ //
44456
+ //
44457
+ //
44458
+ //
44459
+ //
44252
44460
 
44253
44461
 
44254
44462
 
@@ -44281,7 +44489,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44281
44489
  flowTypeCode: { type: String, default: '' },
44282
44490
  defaultProcessKey: { type: String, default: '' },
44283
44491
  hideBtn: { type: Boolean, default: false },
44284
-
44492
+ isCirculate: { type: Boolean, default: false },
44285
44493
  btnList: {
44286
44494
  type: Array,
44287
44495
  default: function _default() {
@@ -44318,6 +44526,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44318
44526
 
44319
44527
  return _ref = {
44320
44528
  styles: {},
44529
+ optionsKey: 0,
44530
+ showCirculate: false,
44531
+ circulateForm: { nextNodeId: '111' },
44321
44532
  userModel: {},
44322
44533
  simpleTips: true,
44323
44534
  showFreeStartFlow: false, //自由发起流程弹窗
@@ -44465,19 +44676,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44465
44676
  mounted: function mounted() {
44466
44677
  this.businessIds = this.businessId;
44467
44678
  this.nextNode.nextNodeId = this.nextNodeId;
44468
- if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
44469
- this.getNodeType();
44470
- !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
44471
- if (this.isFlow) {
44472
- this.businessId && this.getProcess();
44473
- } else if (this.newTypeCode == 'fenyue') {
44474
- this.getTaskReadFlow();
44475
- } else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
44476
- this.getHedInfo();
44477
- }
44679
+ this.getInfo();
44478
44680
  },
44479
44681
 
44480
44682
  watch: {
44683
+ isCirculate: {
44684
+ handler: function handler(val) {
44685
+ this.showCirculate = val;
44686
+ if (!val) {
44687
+ this.getInfo();
44688
+ }
44689
+ },
44690
+
44691
+ deep: true,
44692
+ immediate: true
44693
+ },
44481
44694
  width: {
44482
44695
  immediate: true,
44483
44696
  handler: function handler(val) {
@@ -44571,6 +44784,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44571
44784
  }
44572
44785
  },
44573
44786
  methods: {
44787
+ getInfo: function getInfo() {
44788
+ if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
44789
+ this.getNodeType();
44790
+ !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
44791
+ if (this.isFlow) {
44792
+ this.businessId && this.getProcess();
44793
+ } else if (this.newTypeCode == 'fenyue') {
44794
+ this.getTaskReadFlow();
44795
+ } else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
44796
+ this.getHedInfo();
44797
+ }
44798
+ },
44799
+ handleClickCirculate: function handleClickCirculate() {
44800
+ this.$refs.circulate.subMit();
44801
+ },
44574
44802
  getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
44575
44803
  var _this = this;
44576
44804
 
@@ -44582,6 +44810,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44582
44810
  if (res.status == 'success') {
44583
44811
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
44584
44812
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
44813
+
44814
+ if (_this.directCreateCircularReadWhenFlowStarted) {
44815
+ _this.nodeInfo.option.map(function (item) {
44816
+ item.disabled = item.processDefId != processDefinitionId;
44817
+ });
44818
+ } else {
44819
+ _this.nodeInfo.option.map(function (item) {
44820
+ item.disabled = false;
44821
+ });
44822
+ }
44823
+ _this.optionsKey++;
44585
44824
  _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
44586
44825
  }
44587
44826
  });
@@ -45539,7 +45778,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45539
45778
  _this25.presetEdit = data.nodeExtAttr.presetEdit;
45540
45779
  _this25.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
45541
45780
  _this25.handleMode = data.countersignaturetypeText;
45542
- data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
45781
+ if (data.globalNodeType === 'endEvent') {
45782
+ _this25.isNextUser = data.globalNodeType != 'endEvent';
45783
+ data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
45784
+ }
45543
45785
  }
45544
45786
  _this25.isCustomPreset && _this25.$refs.customPreset.getPresetFlowInfo(_this25.nextNode.nextNodeId, _this25.nodeInfo.nextNode, true);
45545
45787
  } else {
@@ -45578,6 +45820,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45578
45820
  this.isShowNode = false;
45579
45821
  this.isMainSubProcess = false;
45580
45822
  this.isNodeShowProcess = false;
45823
+ this.endFlow = false;
45581
45824
  this.nextNode.nextNodeId = '';
45582
45825
  this.nextNode.isReturnSubmitter = 0;
45583
45826
  this.nextNode.isUndertakeReply = 0;
@@ -46457,8 +46700,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46457
46700
 
46458
46701
  var flow_src_main_component = normalizeComponent(
46459
46702
  packages_flow_src_mainvue_type_script_lang_js_,
46460
- mainvue_type_template_id_fc4f395a_render,
46461
- mainvue_type_template_id_fc4f395a_staticRenderFns,
46703
+ mainvue_type_template_id_fe0ac130_render,
46704
+ mainvue_type_template_id_fe0ac130_staticRenderFns,
46462
46705
  false,
46463
46706
  null,
46464
46707
  null,
@@ -48448,8 +48691,8 @@ flow_group_src_main.install = function (Vue) {
48448
48691
  };
48449
48692
 
48450
48693
  /* harmony default export */ var flow_group = (flow_group_src_main);
48451
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=1b0fe550&
48452
- var mainvue_type_template_id_1b0fe550_render = function () {
48694
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
48695
+ var mainvue_type_template_id_0f6641c6_render = function () {
48453
48696
  var _vm = this
48454
48697
  var _h = _vm.$createElement
48455
48698
  var _c = _vm._self._c || _h
@@ -48652,11 +48895,11 @@ var mainvue_type_template_id_1b0fe550_render = function () {
48652
48895
  2
48653
48896
  )
48654
48897
  }
48655
- var mainvue_type_template_id_1b0fe550_staticRenderFns = []
48656
- mainvue_type_template_id_1b0fe550_render._withStripped = true
48898
+ var mainvue_type_template_id_0f6641c6_staticRenderFns = []
48899
+ mainvue_type_template_id_0f6641c6_render._withStripped = true
48657
48900
 
48658
48901
 
48659
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=1b0fe550&
48902
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
48660
48903
 
48661
48904
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
48662
48905
 
@@ -48817,7 +49060,10 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48817
49060
  type: String,
48818
49061
  default: ''
48819
49062
  },
48820
-
49063
+ showDoresult: {
49064
+ type: Boolean,
49065
+ default: false
49066
+ },
48821
49067
  theadWidth: {
48822
49068
  type: Object,
48823
49069
  default: function _default() {
@@ -49777,6 +50023,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49777
50023
  }).catch(function () {});
49778
50024
  },
49779
50025
  getCircularReadList: function getCircularReadList() {
50026
+ var _this9 = this;
50027
+
49780
50028
  var _that = this;
49781
50029
  var params = {
49782
50030
  url: api["qb" /* pendedhistoryListWithCircularReadJson */],
@@ -49784,6 +50032,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49784
50032
  };
49785
50033
  utils_util["a" /* default */].ajax(params).then(function (res) {
49786
50034
  if (res.status == 'success' || res.rCode == 0) {
50035
+ if (_this9.showDoresult && res.data.fyHistoryList) {
50036
+ res.data.fyHistoryList = res.data.fyHistoryList.filter(function (x) {
50037
+ return x.doresult || x.handleInfo;
50038
+ });
50039
+ }
49787
50040
  _that.circularData = res.data.fyHistoryList;
49788
50041
  _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
49789
50042
  _that.$nextTick(function () {
@@ -49846,7 +50099,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49846
50099
  * @date 2022年11月29日
49847
50100
  **/
49848
50101
  handleFormSubmit: function handleFormSubmit(formData) {
49849
- var _this9 = this;
50102
+ var _this10 = this;
49850
50103
 
49851
50104
  this.delLoading = true;
49852
50105
  var params = {
@@ -49858,18 +50111,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49858
50111
  var status = res.status,
49859
50112
  message = res.message;
49860
50113
 
49861
- _this9.delLoading = false;
50114
+ _this10.delLoading = false;
49862
50115
  if (status === 'success') {
49863
- _this9.$message.success('删除成功');
49864
- _this9.showDel = false;
49865
- _this9.handleChange();
50116
+ _this10.$message.success('删除成功');
50117
+ _this10.showDel = false;
50118
+ _this10.handleChange();
49866
50119
  } else {
49867
- _this9.$message.error(message || '系统错误,请联系管理员!');
50120
+ _this10.$message.error(message || '系统错误,请联系管理员!');
49868
50121
  }
49869
50122
  }).catch(function (err) {
49870
- _this9.delLoading = false;
50123
+ _this10.delLoading = false;
49871
50124
  if (err.message && err.message !== 'canceled') {
49872
- _this9.$message.error(err.message);
50125
+ _this10.$message.error(err.message);
49873
50126
  }
49874
50127
  });
49875
50128
  },
@@ -49933,7 +50186,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49933
50186
  * @date 2022年11月29日
49934
50187
  **/
49935
50188
  getPressList: function getPressList() {
49936
- var _this10 = this;
50189
+ var _this11 = this;
49937
50190
 
49938
50191
  var historyId = this.historyId,
49939
50192
  pageSize = this.pageSize,
@@ -49949,13 +50202,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49949
50202
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
49950
50203
  };
49951
50204
  utils_util["a" /* default */].ajax(params).then(function (res) {
49952
- _this10.pressTableList = res.data;
49953
- _this10.total = res.totalrecords;
49954
- _this10.pressLoading = false;
50205
+ _this11.pressTableList = res.data;
50206
+ _this11.total = res.totalrecords;
50207
+ _this11.pressLoading = false;
49955
50208
  }).catch(function (err) {
49956
- _this10.pressLoading = false;
50209
+ _this11.pressLoading = false;
49957
50210
  if (err.message && err.message !== 'canceled') {
49958
- _this10.$message.error(err.message);
50211
+ _this11.$message.error(err.message);
49959
50212
  }
49960
50213
  });
49961
50214
  },
@@ -50000,7 +50253,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50000
50253
  this.getFlowList();
50001
50254
  },
50002
50255
  getFyListJson: function getFyListJson(type) {
50003
- var _this11 = this;
50256
+ var _this12 = this;
50004
50257
 
50005
50258
  return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
50006
50259
  var params;
@@ -50011,16 +50264,21 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50011
50264
  params = {
50012
50265
  url: api["E" /* fyListJson */],
50013
50266
  params: {
50014
- appRecordId: _this11.businessId,
50267
+ appRecordId: _this12.businessId,
50015
50268
  status: type
50016
50269
  }
50017
50270
  };
50018
50271
  _context3.next = 3;
50019
50272
  return utils_util["a" /* default */].ajax(params).then(function (res) {
50273
+ if (_this12.showDoresult && res.data) {
50274
+ res.data = res.data.filter(function (x) {
50275
+ return x.doresult || x.handleInfo;
50276
+ });
50277
+ }
50020
50278
  if (type == 1) {
50021
- _this11.untreatedReadData = res.data;
50279
+ _this12.untreatedReadData = res.data;
50022
50280
  } else {
50023
- _this11.processedReadData = res.data;
50281
+ _this12.processedReadData = res.data;
50024
50282
  }
50025
50283
  });
50026
50284
 
@@ -50029,7 +50287,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50029
50287
  return _context3.stop();
50030
50288
  }
50031
50289
  }
50032
- }, _callee3, _this11);
50290
+ }, _callee3, _this12);
50033
50291
  }))();
50034
50292
  },
50035
50293
 
@@ -50040,7 +50298,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50040
50298
  * @date 2022年11月22日
50041
50299
  **/
50042
50300
  getFlowList: function getFlowList() {
50043
- var _this12 = this;
50301
+ var _this13 = this;
50044
50302
 
50045
50303
  var params = {
50046
50304
  url: api["pb" /* pendedhistoryListJson */],
@@ -50063,45 +50321,53 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50063
50321
  modify = _res$data.modify,
50064
50322
  taskReadName = _res$data.taskReadName;
50065
50323
 
50066
- _this12.loading.close();
50324
+ _this13.loading.close();
50067
50325
  if (status == 'success') {
50068
- _this12.flowTableInfo.adjunctCode = adjunctCode;
50069
- _this12.flowTableInfo.hasAgent = hasAgent;
50070
- _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
50071
- _this12.isShort = isShort;
50072
- _this12.taskReadName = taskReadName;
50073
- _this12.flowData = wfHistoryList;
50074
- _this12.flowData.map(function (x) {
50326
+ if (_this13.showDoresult) {
50327
+ wfHistoryList && (wfHistoryList = wfHistoryList.filter(function (x) {
50328
+ return x.doresult || x.handleInfo;
50329
+ }));
50330
+ fyHistoryList && (fyHistoryList = fyHistoryList.filter(function (x) {
50331
+ return x.doresult || x.handleInfo;
50332
+ }));
50333
+ }
50334
+ _this13.flowTableInfo.adjunctCode = adjunctCode;
50335
+ _this13.flowTableInfo.hasAgent = hasAgent;
50336
+ _this13.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
50337
+ _this13.isShort = isShort;
50338
+ _this13.taskReadName = taskReadName;
50339
+ _this13.flowData = wfHistoryList;
50340
+ _this13.flowData.map(function (x) {
50075
50341
  if (!x.deptid) {
50076
50342
  x.deptid = x.deptName;
50077
50343
  }
50078
50344
  });
50079
- _this12.splitReadingData = fyHistoryList;
50080
- _this12.modify = modify;
50081
- _this12.show = true;
50082
- if (_this12.height == 'auto') {
50083
- _this12.$nextTick(function () {
50084
- _this12.content.map(function (x) {
50085
- _this12[x.type + 'Height'] = _this12.$refs[x.type][0].offsetHeight;
50345
+ _this13.splitReadingData = fyHistoryList;
50346
+ _this13.modify = modify;
50347
+ _this13.show = true;
50348
+ if (_this13.height == 'auto') {
50349
+ _this13.$nextTick(function () {
50350
+ _this13.content.map(function (x) {
50351
+ _this13[x.type + 'Height'] = _this13.$refs[x.type][0].offsetHeight;
50086
50352
  });
50087
50353
  });
50088
50354
  }
50089
- if (_this12.contents.indexOf('circular') != -1) {
50090
- _this12.getCircularReadList();
50355
+ if (_this13.contents.indexOf('circular') != -1) {
50356
+ _this13.getCircularReadList();
50091
50357
  } else {
50092
- _this12.$nextTick(function () {
50093
- _this12.getListCount(_this12.flowListCount);
50358
+ _this13.$nextTick(function () {
50359
+ _this13.getListCount(_this13.flowListCount);
50094
50360
  });
50095
50361
  }
50096
50362
  } else {
50097
- _this12.$message.error(message || '系统错误,请联系管理员!');
50363
+ _this13.$message.error(message || '系统错误,请联系管理员!');
50098
50364
  }
50099
50365
  }).catch(function (err) {
50100
- _this12.loading.close();
50366
+ _this13.loading.close();
50101
50367
  if (err.message && err.message !== 'canceled') {
50102
- _this12.$message.error(err.message);
50368
+ _this13.$message.error(err.message);
50103
50369
  }
50104
- _this12.show = true;
50370
+ _this13.show = true;
50105
50371
  });
50106
50372
  },
50107
50373
 
@@ -50113,7 +50379,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50113
50379
  * @date 2022年11月10日
50114
50380
  **/
50115
50381
  handleClick: function handleClick(val) {
50116
- var _this13 = this;
50382
+ var _this14 = this;
50117
50383
 
50118
50384
  var text = val.handle.text,
50119
50385
  _val$row = val.row,
@@ -50123,7 +50389,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50123
50389
  if (text === '置为失效') {
50124
50390
  if (status == 0) {
50125
50391
  this.$confirm('您确定要置为失效吗?').then(function () {
50126
- _this13.loading = utils_util["a" /* default */].loading(_this13.$loading, '提交中...');
50392
+ _this14.loading = utils_util["a" /* default */].loading(_this14.$loading, '提交中...');
50127
50393
  var param = {
50128
50394
  url: api["m" /* deletePresetInfo */],
50129
50395
  headers: { Accept: 'application/json,text/plain' },
@@ -50134,17 +50400,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50134
50400
  var status = res.status,
50135
50401
  message = res.message;
50136
50402
 
50137
- _this13.loading.close();
50403
+ _this14.loading.close();
50138
50404
  if (status === 'success') {
50139
- _this13.$message.success('操作成功');
50140
- _this13.getListInfo();
50405
+ _this14.$message.success('操作成功');
50406
+ _this14.getListInfo();
50141
50407
  } else {
50142
- _this13.$message.error(message || '系统错误,请联系管理员!');
50408
+ _this14.$message.error(message || '系统错误,请联系管理员!');
50143
50409
  }
50144
50410
  }).catch(function (err) {
50145
- _this13.loading.close();
50411
+ _this14.loading.close();
50146
50412
  if (err.message && err.message !== 'canceled') {
50147
- _this13.$message.error(err.message);
50413
+ _this14.$message.error(err.message);
50148
50414
  }
50149
50415
  });
50150
50416
  }).catch(function (e) {
@@ -50179,7 +50445,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50179
50445
  * @date 2022年11月10日
50180
50446
  **/
50181
50447
  getSysInfo: function getSysInfo(code) {
50182
- var _this14 = this;
50448
+ var _this15 = this;
50183
50449
 
50184
50450
  var params = {
50185
50451
  url: api["y" /* findCodeValues */],
@@ -50191,9 +50457,9 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50191
50457
  data = res.data;
50192
50458
 
50193
50459
  if (status == 'success') {
50194
- _this14[code] = data;
50460
+ _this15[code] = data;
50195
50461
  } else {
50196
- _this14.$message.error(message || '系统错误,请联系管理员!');
50462
+ _this15.$message.error(message || '系统错误,请联系管理员!');
50197
50463
  }
50198
50464
  }).catch(function (e) {});
50199
50465
  },
@@ -50205,7 +50471,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50205
50471
  * @date 2022年11月10日
50206
50472
  **/
50207
50473
  getListInfo: function getListInfo() {
50208
- var _this15 = this;
50474
+ var _this16 = this;
50209
50475
 
50210
50476
  var param = {
50211
50477
  url: api["Vb" /* toPresetInfoListIndex */],
@@ -50220,19 +50486,24 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50220
50486
  canDelete = _res$data2.canDelete,
50221
50487
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
50222
50488
 
50223
- _this15.loading.close();
50489
+ _this16.loading.close();
50224
50490
  if (status == 'success') {
50225
- presetInfoList && (_this15.presetData = presetInfoList);
50226
- _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
50227
- _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
50228
- _this15.canDelete = canDelete;
50491
+ if (_this16.showDoresult && presetInfoList) {
50492
+ presetInfoList = presetInfoList.filter(function (x) {
50493
+ return x.doresult || x.handleInfo;
50494
+ });
50495
+ }
50496
+ presetInfoList && (_this16.presetData = presetInfoList);
50497
+ _this16.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
50498
+ _this16.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
50499
+ _this16.canDelete = canDelete;
50229
50500
  } else {
50230
- _this15.$message.error(message || '系统错误,请联系管理员!');
50501
+ _this16.$message.error(message || '系统错误,请联系管理员!');
50231
50502
  }
50232
50503
  }).catch(function (err) {
50233
- _this15.loading.close();
50504
+ _this16.loading.close();
50234
50505
  if (err.message && err.message !== 'canceled') {
50235
- _this15.$message.error(err.message);
50506
+ _this16.$message.error(err.message);
50236
50507
  }
50237
50508
  });
50238
50509
  }
@@ -50250,8 +50521,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50250
50521
 
50251
50522
  var flow_list_src_main_component = normalizeComponent(
50252
50523
  packages_flow_list_src_mainvue_type_script_lang_js_,
50253
- mainvue_type_template_id_1b0fe550_render,
50254
- mainvue_type_template_id_1b0fe550_staticRenderFns,
50524
+ mainvue_type_template_id_0f6641c6_render,
50525
+ mainvue_type_template_id_0f6641c6_staticRenderFns,
50255
50526
  false,
50256
50527
  null,
50257
50528
  null,
@@ -52792,8 +53063,8 @@ layout_src_main.install = function (Vue) {
52792
53063
  };
52793
53064
 
52794
53065
  /* harmony default export */ var packages_layout = (layout_src_main);
52795
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=74708296&
52796
- var mainvue_type_template_id_74708296_render = function () {
53066
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=68c9ba89&
53067
+ var mainvue_type_template_id_68c9ba89_render = function () {
52797
53068
  var _vm = this
52798
53069
  var _h = _vm.$createElement
52799
53070
  var _c = _vm._self._c || _h
@@ -53819,105 +54090,112 @@ var mainvue_type_template_id_74708296_render = function () {
53819
54090
  ),
53820
54091
  ]
53821
54092
  ),
53822
- _vm._t("footer", [
53823
- _vm.copyright && _vm.copyright.length
53824
- ? _c(
53825
- "div",
53826
- { staticClass: "es-login-icp" },
53827
- [
53828
- _vm._l(_vm.copyright, function (item) {
53829
- return [
53830
- item.url || item.open
53831
- ? _c(
53832
- "a",
53833
- {
53834
- key: item.title,
53835
- staticClass: "es-login-icp-item",
53836
- style: item.style || _vm.copyrightStyle,
53837
- attrs: {
53838
- target: item.open ? "_blank" : "_self",
53839
- href: item.url || item.open,
53840
- },
53841
- },
53842
- [
53843
- _vm._v(
53844
- "\n " +
53845
- _vm._s(item.title) +
53846
- "\n "
53847
- ),
53848
- ]
53849
- )
53850
- : _c(
53851
- "span",
53852
- {
53853
- key: item.title,
53854
- staticClass: "es-login-icp-item",
53855
- style: item.style || _vm.copyrightStyle,
54093
+ _vm._t(
54094
+ "footer",
54095
+ [
54096
+ _c(
54097
+ "div",
54098
+ { staticClass: "es-login-icp" },
54099
+ [
54100
+ _vm._l(_vm.copyright, function (item) {
54101
+ return [
54102
+ item.url || item.open
54103
+ ? _c(
54104
+ "a",
54105
+ {
54106
+ key: item.title,
54107
+ staticClass: "es-login-icp-item",
54108
+ style: Object.assign(
54109
+ {},
54110
+ { color: "#63c2ff" },
54111
+ item.style
54112
+ ),
54113
+ attrs: {
54114
+ target: item.open ? "_blank" : "_self",
54115
+ href: item.url || item.open,
53856
54116
  },
53857
- [
53858
- _vm._v(
53859
- "\n " +
53860
- _vm._s(item.title) +
53861
- "\n "
53862
- ),
53863
- ]
53864
- ),
53865
- item.children && item.children.length
53866
- ? [
53867
- _vm._l(item.children, function (child) {
53868
- return [
53869
- child.url || child.open
53870
- ? _c(
53871
- "a",
53872
- {
53873
- key: child.title,
53874
- staticClass:
53875
- "es-login-icp-child-item",
53876
- style:
53877
- child.style || _vm.copyrightStyle,
53878
- attrs: {
53879
- target: child.open
53880
- ? "_blank"
53881
- : "_self",
53882
- href: child.url || child.open,
53883
- },
53884
- },
53885
- [
53886
- _vm._v(
53887
- "\n " +
53888
- _vm._s(child.title) +
53889
- "\n "
53890
- ),
53891
- ]
53892
- )
53893
- : _c(
53894
- "span",
53895
- {
53896
- key: child.title,
53897
- staticClass:
53898
- "es-login-icp-child-item",
53899
- style:
53900
- child.style || _vm.copyrightStyle,
53901
- },
53902
- [
53903
- _vm._v(
53904
- "\n " +
53905
- _vm._s(child.title) +
53906
- "\n "
53907
- ),
53908
- ]
53909
- ),
53910
- ]
53911
- }),
54117
+ },
54118
+ [
54119
+ _vm._v(
54120
+ "\n " +
54121
+ _vm._s(item.title) +
54122
+ "\n "
54123
+ ),
53912
54124
  ]
53913
- : _vm._e(),
53914
- ]
53915
- }),
53916
- ],
53917
- 2
53918
- )
53919
- : _vm._e(),
53920
- ]),
54125
+ )
54126
+ : _c(
54127
+ "span",
54128
+ {
54129
+ key: item.title,
54130
+ staticClass: "es-login-icp-item",
54131
+ style: item.style || _vm.copyrightStyle,
54132
+ },
54133
+ [
54134
+ _vm._v(
54135
+ "\n " +
54136
+ _vm._s(item.title) +
54137
+ "\n "
54138
+ ),
54139
+ ]
54140
+ ),
54141
+ item.children && item.children.length
54142
+ ? [
54143
+ _vm._l(item.children, function (child) {
54144
+ return [
54145
+ child.url || child.open
54146
+ ? _c(
54147
+ "a",
54148
+ {
54149
+ key: child.title,
54150
+ staticClass: "es-login-icp-child-item",
54151
+ style: Object.assign(
54152
+ {},
54153
+ { color: "#63c2ff" },
54154
+ child.style
54155
+ ),
54156
+ attrs: {
54157
+ target: child.open
54158
+ ? "_blank"
54159
+ : "_self",
54160
+ href: child.url || child.open,
54161
+ },
54162
+ },
54163
+ [
54164
+ _vm._v(
54165
+ "\n " +
54166
+ _vm._s(child.title) +
54167
+ "\n "
54168
+ ),
54169
+ ]
54170
+ )
54171
+ : _c(
54172
+ "span",
54173
+ {
54174
+ key: child.title,
54175
+ staticClass: "es-login-icp-child-item",
54176
+ style:
54177
+ child.style || _vm.copyrightStyle,
54178
+ },
54179
+ [
54180
+ _vm._v(
54181
+ "\n " +
54182
+ _vm._s(child.title) +
54183
+ "\n "
54184
+ ),
54185
+ ]
54186
+ ),
54187
+ ]
54188
+ }),
54189
+ ]
54190
+ : _vm._e(),
54191
+ ]
54192
+ }),
54193
+ ],
54194
+ 2
54195
+ ),
54196
+ ],
54197
+ { copyright: _vm.copyright }
54198
+ ),
53921
54199
  _c(
53922
54200
  "es-dialog",
53923
54201
  {
@@ -54033,16 +54311,21 @@ var mainvue_type_template_id_74708296_render = function () {
54033
54311
  ]
54034
54312
  ),
54035
54313
  ]),
54036
- _c("es-ca-login", {
54037
- ref: "calogin",
54038
- attrs: { identifyingId: _vm.identifyingId, success: _vm.caLogin },
54039
- }),
54314
+ _vm.isCaLogin
54315
+ ? _c("es-ca-login", {
54316
+ ref: "calogin",
54317
+ attrs: {
54318
+ identifyingId: _vm.identifyingId,
54319
+ success: _vm.caLogin,
54320
+ },
54321
+ })
54322
+ : _vm._e(),
54040
54323
  ],
54041
54324
  2
54042
54325
  )
54043
54326
  : _vm._e()
54044
54327
  }
54045
- var mainvue_type_template_id_74708296_staticRenderFns = [
54328
+ var mainvue_type_template_id_68c9ba89_staticRenderFns = [
54046
54329
  function () {
54047
54330
  var _vm = this
54048
54331
  var _h = _vm.$createElement
@@ -54057,10 +54340,10 @@ var mainvue_type_template_id_74708296_staticRenderFns = [
54057
54340
  ])
54058
54341
  },
54059
54342
  ]
54060
- mainvue_type_template_id_74708296_render._withStripped = true
54343
+ mainvue_type_template_id_68c9ba89_render._withStripped = true
54061
54344
 
54062
54345
 
54063
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=74708296&
54346
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68c9ba89&
54064
54347
 
54065
54348
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
54066
54349
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -55139,6 +55422,13 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
55139
55422
  //
55140
55423
  //
55141
55424
  //
55425
+ //
55426
+ //
55427
+ //
55428
+ //
55429
+ //
55430
+ //
55431
+ //
55142
55432
 
55143
55433
 
55144
55434
 
@@ -55322,7 +55612,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55322
55612
  copyrightStyle: {
55323
55613
  type: Object,
55324
55614
  default: function _default() {
55325
- return {};
55615
+ return {
55616
+ color: '#fff'
55617
+ };
55326
55618
  }
55327
55619
  },
55328
55620
  appName: String,
@@ -55476,6 +55768,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55476
55768
  });
55477
55769
  return icon;
55478
55770
  },
55771
+ isCaLogin: function isCaLogin() {
55772
+ return this.loginModel.indexOf('1') > -1;
55773
+ },
55479
55774
  showVerifyCode: function showVerifyCode() {
55480
55775
  return this.passModifyModel && (this.passModifyModel.indexOf('6') > -1 || this.passModifyModel.indexOf('11') > -1);
55481
55776
  },
@@ -56512,8 +56807,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56512
56807
 
56513
56808
  var login_src_main_component = normalizeComponent(
56514
56809
  packages_login_src_mainvue_type_script_lang_js_,
56515
- mainvue_type_template_id_74708296_render,
56516
- mainvue_type_template_id_74708296_staticRenderFns,
56810
+ mainvue_type_template_id_68c9ba89_render,
56811
+ mainvue_type_template_id_68c9ba89_staticRenderFns,
56517
56812
  false,
56518
56813
  null,
56519
56814
  null,
@@ -89615,7 +89910,7 @@ if (typeof window !== 'undefined' && window.Vue) {
89615
89910
  }
89616
89911
 
89617
89912
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
89618
- version: '0.6.64',
89913
+ version: '0.6.66',
89619
89914
  install: install,
89620
89915
  Button: packages_button,
89621
89916
  ButtonGroup: button_group,