ecinc-cloud-mappaio 9.7.41 → 9.7.43

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.
@@ -9438,7 +9438,7 @@ src.install = function (Vue) {
9438
9438
 
9439
9439
  /***/ }),
9440
9440
 
9441
- /***/ 3628:
9441
+ /***/ 8638:
9442
9442
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9443
9443
 
9444
9444
  "use strict";
@@ -12612,11 +12612,11 @@ var BodyFile_component = (0,componentNormalizer/* default */.A)(
12612
12612
  )
12613
12613
 
12614
12614
  /* harmony default export */ var BodyFile = (BodyFile_component.exports);
12615
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=template&id=063e9952&scoped=true
12616
- var HandleIdeavue_type_template_id_063e9952_scoped_true_render = function render() {
12615
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=template&id=184064a3&scoped=true
12616
+ var HandleIdeavue_type_template_id_184064a3_scoped_true_render = function render() {
12617
12617
  var _vm = this,
12618
12618
  _c = _vm._self._c;
12619
- return _c('div', [_vm.showIdea > 0 ? _c('div', {
12619
+ return _c('div', [_vm.showIdea > 0 && _vm.shouldShow ? _c('div', {
12620
12620
  staticClass: "handle-idea-container van-wform-operate-cell"
12621
12621
  }, [_vm.separateTopShow ? _c('div', {
12622
12622
  staticClass: "form-slicer"
@@ -12742,7 +12742,7 @@ var HandleIdeavue_type_template_id_063e9952_scoped_true_render = function render
12742
12742
  key: index,
12743
12743
  staticClass: "form-slicer"
12744
12744
  })]];
12745
- })], 2) : _vm._e()], 1) : _c('div', {
12745
+ })], 2) : _vm._e()], 1) : _vm.shouldShow ? _c('div', {
12746
12746
  staticClass: "handle-idea-container van-wform-operate-cell"
12747
12747
  }, [_c('div', {
12748
12748
  staticClass: "form-slicer"
@@ -12874,7 +12874,7 @@ var HandleIdeavue_type_template_id_063e9952_scoped_true_render = function render
12874
12874
  key: index,
12875
12875
  staticClass: "form-slicer"
12876
12876
  })]];
12877
- })], 2)])], 1), _c('van-button', {
12877
+ })], 2)])], 1) : _vm._e(), _c('van-button', {
12878
12878
  directives: [{
12879
12879
  name: "show",
12880
12880
  rawName: "v-show",
@@ -12898,7 +12898,7 @@ var HandleIdeavue_type_template_id_063e9952_scoped_true_render = function render
12898
12898
  }
12899
12899
  })], 1);
12900
12900
  };
12901
- var HandleIdeavue_type_template_id_063e9952_scoped_true_staticRenderFns = [];
12901
+ var HandleIdeavue_type_template_id_184064a3_scoped_true_staticRenderFns = [];
12902
12902
 
12903
12903
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=script&lang=js
12904
12904
  window.startChat = function (staffId) {
@@ -12946,7 +12946,7 @@ window.todownload = function (val) {
12946
12946
  // 默认展示前几条意见
12947
12947
  separateTopShow: {
12948
12948
  type: Boolean,
12949
- default: false
12949
+ default: true
12950
12950
  },
12951
12951
  emptyIdeaContent: {
12952
12952
  type: String,
@@ -12961,7 +12961,12 @@ window.todownload = function (val) {
12961
12961
  fillOptionalIdea: {
12962
12962
  type: String,
12963
12963
  default: null
12964
- } //自动填写可选意见内容
12964
+ },
12965
+ //自动填写可选意见内容
12966
+ checkEmbeddedShow: {
12967
+ type: Boolean,
12968
+ default: false
12969
+ } // 检查意见栏是否已在业务表单内通过 idea-field 内嵌显示:已全部内嵌或无可见意见时隐藏本组件
12965
12970
  },
12966
12971
  data: function data() {
12967
12972
  return {
@@ -12972,10 +12977,24 @@ window.todownload = function (val) {
12972
12977
  anywhereChat: window.anywhereChat || false,
12973
12978
  // 是否允许发起聊天
12974
12979
  loginUser: this.$store.getters.loginUser,
12975
- wfInstance: {}
12980
+ wfInstance: {},
12981
+ embeddedShown: false // 意见栏是否已全部在业务表单内通过 idea-field 渲染
12976
12982
  };
12977
12983
  },
12978
- computed: {},
12984
+ computed: {
12985
+ // 可见意见栏(与内部展示条件对齐),仅 checkEmbeddedShow 时参与显隐判断
12986
+ visibleIdeaList: function visibleIdeaList() {
12987
+ return this.wfIdeaList.filter(function (idea) {
12988
+ if (idea.ideaContentGroupMap && Object.keys(idea.ideaContentGroupMap).length > 0) return true;
12989
+ return idea.ideaContent !== null && idea.ideaContent !== '' && idea.ideaContent !== '无';
12990
+ });
12991
+ },
12992
+ // 未开启检查时保持原行为;开启后:意见已全部内嵌表单显示或无可见意见时隐藏,避免展开后内容为空
12993
+ shouldShow: function shouldShow() {
12994
+ if (!this.checkEmbeddedShow) return true;
12995
+ return !this.embeddedShown && this.visibleIdeaList.length > 0;
12996
+ }
12997
+ },
12979
12998
  watch: {
12980
12999
  showIdea: function showIdea() {
12981
13000
  this.setFormShowIdea();
@@ -12985,10 +13004,19 @@ window.todownload = function (val) {
12985
13004
  setTimeout(function () {
12986
13005
  _this.showDoNextAttach();
12987
13006
  }, 0);
13007
+ },
13008
+ wfIdeaList: function wfIdeaList() {
13009
+ var _this2 = this;
13010
+ // 意见列表变化(如 SaveIdea 后刷新)时重新检查表单内意见栏渲染情况
13011
+ if (this.checkEmbeddedShow) {
13012
+ this.$nextTick(function () {
13013
+ _this2.checkEmbeddedShown();
13014
+ });
13015
+ }
12988
13016
  }
12989
13017
  },
12990
13018
  created: function created() {
12991
- var _this2 = this;
13019
+ var _this3 = this;
12992
13020
  this.wfInstance = this.$vnode.context.wfInstance || this.wfInstance;
12993
13021
  this.viewCommentsNum = this.defaultCommentsNum;
12994
13022
  if (this.wfInstance.passenger && this.wfInstance.passenger.h5formShowIdea !== undefined) {
@@ -12996,7 +13024,7 @@ window.todownload = function (val) {
12996
13024
  }
12997
13025
  this.setFormShowIdea();
12998
13026
  this.wfIdeaList.forEach(function (idea, index) {
12999
- _this2.collapseNames.push(index);
13027
+ _this3.collapseNames.push(index);
13000
13028
  if (idea.ideaContent || idea.ideaContentGroupMap && Object.keys(idea.ideaContentGroupMap).length > 0) {
13001
13029
  var ideaDivs = idea.ideaContent.match(/<div class="ideaDiv(.*?)<\/div>/g);
13002
13030
  var arr = [];
@@ -13015,23 +13043,23 @@ window.todownload = function (val) {
13015
13043
  }
13016
13044
  });
13017
13045
  }
13018
- _this2.handleArr.push(arr);
13046
+ _this3.handleArr.push(arr);
13019
13047
  } else {
13020
- if (idea.wflogInfos && idea.wflogInfos.length > 0 && _this2.fillOptionalIdea) {
13048
+ if (idea.wflogInfos && idea.wflogInfos.length > 0 && _this3.fillOptionalIdea) {
13021
13049
  var content = '';
13022
13050
  var template = '<div class="ideaDiv"><p>##idea##</p><p align="center">&nbsp;&nbsp;##IdeaOwner##<span style="width:100px"></span>##IdeaSignTime##</p></div>';
13023
13051
  idea.wflogInfos.forEach(function (wflog) {
13024
- content += template.replace('##idea##', _this2.fillOptionalIdea).replace('##IdeaOwner##', wflog.staffName).replace('##IdeaSignTime##', wflog.completeTime);
13052
+ content += template.replace('##idea##', _this3.fillOptionalIdea).replace('##IdeaOwner##', wflog.staffName).replace('##IdeaSignTime##', wflog.completeTime);
13025
13053
  });
13026
13054
  idea.ideaContent = content;
13027
- } else if (_this2.wfInstance.status < 2 && _this2.unsentIdeaContent) {
13028
- idea.ideaContent = _this2.unsentIdeaContent;
13029
- } else if (_this2.wfInstance.status >= 2 && _this2.emptyIdeaContent) {
13030
- idea.ideaContent = _this2.emptyIdeaContent;
13031
- } else if (_this2.showEmptyLabel) {
13032
- idea.ideaContent = _this2.$tx('ecmapp.common.nothing', '无');
13055
+ } else if (_this3.wfInstance.status < 2 && _this3.unsentIdeaContent) {
13056
+ idea.ideaContent = _this3.unsentIdeaContent;
13057
+ } else if (_this3.wfInstance.status >= 2 && _this3.emptyIdeaContent) {
13058
+ idea.ideaContent = _this3.emptyIdeaContent;
13059
+ } else if (_this3.showEmptyLabel) {
13060
+ idea.ideaContent = _this3.$tx('ecmapp.common.nothing', '无');
13033
13061
  }
13034
- _this2.handleArr.push([]);
13062
+ _this3.handleArr.push([]);
13035
13063
  }
13036
13064
  });
13037
13065
  if (!this.loginUser.webchat) {
@@ -13039,15 +13067,15 @@ window.todownload = function (val) {
13039
13067
  }
13040
13068
  },
13041
13069
  updated: function updated() {
13042
- var _this3 = this;
13070
+ var _this4 = this;
13043
13071
  var ideaDivs = document.querySelectorAll('.ideaDiv');
13044
13072
  ideaDivs.forEach(function (ideaDiv) {
13045
- if (ideaDivs && _this3.anywhereChat) {
13046
- if (ideaDiv.innerText !== _this3.$tx('ecmapp.common.nothing', '无') && ideaDiv.innerText !== '' && ideaDiv.innerText !== _this3.$tx('ecmapp.common.nothing', '无') && ideaDiv.attributes['staffId']) {
13073
+ if (ideaDivs && _this4.anywhereChat) {
13074
+ if (ideaDiv.innerText !== _this4.$tx('ecmapp.common.nothing', '无') && ideaDiv.innerText !== '' && ideaDiv.innerText !== _this4.$tx('ecmapp.common.nothing', '无') && ideaDiv.attributes['staffId']) {
13047
13075
  var staffId = ideaDiv.attributes['staffId'].nodeValue;
13048
13076
  if (staffId) {
13049
13077
  var self = false;
13050
- _this3.loginUser.staffList.forEach(function (staff) {
13078
+ _this4.loginUser.staffList.forEach(function (staff) {
13051
13079
  if (staffId === staff.id) {
13052
13080
  self = true;
13053
13081
  }
@@ -13067,9 +13095,9 @@ window.todownload = function (val) {
13067
13095
  },
13068
13096
  beforeDestroy: function beforeDestroy() {},
13069
13097
  mounted: function mounted() {
13070
- var _this4 = this;
13098
+ var _this5 = this;
13071
13099
  setTimeout(function () {
13072
- _this4.showDoNextAttach();
13100
+ _this5.showDoNextAttach();
13073
13101
  var ideaDivs = document.querySelectorAll('.ideaDiv');
13074
13102
  ideaDivs.forEach(function (ideaDiv) {
13075
13103
  var ps = ideaDiv.querySelectorAll('p');
@@ -13079,8 +13107,32 @@ window.todownload = function (val) {
13079
13107
  }
13080
13108
  });
13081
13109
  }, 0);
13110
+
13111
+ // idea-field 在自身 mounted 中才渲染,延时检查表单内嵌情况
13112
+ if (this.checkEmbeddedShow) {
13113
+ setTimeout(function () {
13114
+ _this5.checkEmbeddedShown();
13115
+ }, 500);
13116
+ }
13082
13117
  },
13083
13118
  methods: {
13119
+ // 检查 wfIdeaList 中每个意见栏是否已在业务表单内通过 idea-field 渲染(生成 class 为 field-{意见栏名} 的 DOM)
13120
+ checkEmbeddedShown: function checkEmbeddedShown() {
13121
+ if (this.wfIdeaList.length === 0) {
13122
+ this.embeddedShown = false;
13123
+ return;
13124
+ }
13125
+ var shownNames = [];
13126
+ document.querySelectorAll('.idea-field [class*="field-"]').forEach(function (el) {
13127
+ var match = (el.className || '').match(/field-([^\s]+)/);
13128
+ if (match && shownNames.indexOf(match[1]) === -1) {
13129
+ shownNames.push(match[1]);
13130
+ }
13131
+ });
13132
+ this.embeddedShown = this.wfIdeaList.every(function (idea) {
13133
+ return shownNames.indexOf(idea.ideaLabelName) !== -1;
13134
+ });
13135
+ },
13084
13136
  clickLookAll: function clickLookAll(arr) {
13085
13137
  arr.forEach(function (item) {
13086
13138
  item.show = true;
@@ -13094,7 +13146,7 @@ window.todownload = function (val) {
13094
13146
  });
13095
13147
  },
13096
13148
  setFormShowIdea: function setFormShowIdea() {
13097
- var _this5 = this;
13149
+ var _this6 = this;
13098
13150
  if (this.showIdea > 0) {
13099
13151
  this.showHandleIdea = true;
13100
13152
  } else {
@@ -13103,7 +13155,7 @@ window.todownload = function (val) {
13103
13155
  this.collapseNames = [];
13104
13156
  if (this.showIdea !== 1) {
13105
13157
  this.wfIdeaList.forEach(function (idea, index) {
13106
- _this5.collapseNames.push(index);
13158
+ _this6.collapseNames.push(index);
13107
13159
  });
13108
13160
  }
13109
13161
  },
@@ -13111,7 +13163,7 @@ window.todownload = function (val) {
13111
13163
  this.showDoNextAttach();
13112
13164
  },
13113
13165
  showDoNextAttach: function showDoNextAttach() {
13114
- var _this6 = this;
13166
+ var _this7 = this;
13115
13167
  var attachments = this.$vnode.context.attachments;
13116
13168
  attachments.forEach(function (attach) {
13117
13169
  if (attach.fileType === 'DONEXT') {
@@ -13119,7 +13171,7 @@ window.todownload = function (val) {
13119
13171
  var ideaDivs = document.querySelectorAll('.ideaDiv');
13120
13172
  ideaDivs.forEach(function (ideaDiv) {
13121
13173
  if (ideaDiv.innerHTML.indexOf(tnid) !== -1 && ideaDiv.querySelector('.donext-attach').innerHTML.indexOf(attach.id) === -1) {
13122
- var downUrl = "/apigw" + '/' + _this6.$vnode.context.wfAttachUrl + '/downloadById?inline=true&attachIds=' + attach.id;
13174
+ var downUrl = "/apigw" + '/' + _this7.$vnode.context.wfAttachUrl + '/downloadById?inline=true&attachIds=' + attach.id;
13123
13175
  downUrl += '&httpPort=' + location.port + '&csrfToken=' + window.$auth.getCsrfToken();
13124
13176
  ideaDiv.querySelector('.donext-attach').innerHTML += '<a href="javascript:" onclick="todownload(\'' + downUrl + ',' + attach.fileName + ',' + attach.fileRealSize + '\')"><svg data-v-877131dc="" data-v-69d5d2f1="" aria-hidden="true" class="svg-icon disabled"><use data-v-877131dc="" xlink:href="#icon-attachIcon"></use></svg> </a>';
13125
13177
  ideaDiv.querySelector('.donext-attach').className = 'donext-attach el-link el-link--primary';
@@ -13135,7 +13187,7 @@ window.todownload = function (val) {
13135
13187
  this.$mappUtils.downLoadAndOpenFile(this, downUrl, fileName, fileRealSize);
13136
13188
  },
13137
13189
  startChat: function startChat() {
13138
- var _this7 = this;
13190
+ var _this8 = this;
13139
13191
  var staffId = document.querySelector('.startChatBtn').staffId;
13140
13192
  this.$http({
13141
13193
  method: 'GET',
@@ -13149,7 +13201,7 @@ window.todownload = function (val) {
13149
13201
  if (response.body.listdata.length > 0 && response.body.listdata[0].webchat) {
13150
13202
  var formUrl = encodeURIComponent(location.href.split('#')[1]);
13151
13203
  var webchat = response.body.listdata[0].webchat;
13152
- _this7.$router.push({
13204
+ _this8.$router.push({
13153
13205
  path: '/chatRoom',
13154
13206
  query: {
13155
13207
  webchat: webchat,
@@ -13158,12 +13210,12 @@ window.todownload = function (val) {
13158
13210
  }
13159
13211
  });
13160
13212
  } else {
13161
- _this7.$dialog.alert({
13162
- message: _this7.$tx('ecmapp.wflowform.notActivated', '未开通即时通信功能')
13213
+ _this8.$dialog.alert({
13214
+ message: _this8.$tx('ecmapp.wflowform.notActivated', '未开通即时通信功能')
13163
13215
  });
13164
13216
  }
13165
13217
  } else {
13166
- _this7.$dialog.alert({
13218
+ _this8.$dialog.alert({
13167
13219
  message: res.message
13168
13220
  });
13169
13221
  }
@@ -13173,13 +13225,13 @@ window.todownload = function (val) {
13173
13225
  });
13174
13226
  ;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=script&lang=js
13175
13227
  /* harmony default export */ var src_HandleIdeavue_type_script_lang_js = (HandleIdeavue_type_script_lang_js);
13176
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=0&id=063e9952&prod&scoped=true&lang=scss
13177
- var HandleIdeavue_type_style_index_0_id_063e9952_prod_scoped_true_lang_scss = __webpack_require__(3556);
13178
- ;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=0&id=063e9952&prod&scoped=true&lang=scss
13228
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=0&id=184064a3&prod&scoped=true&lang=scss
13229
+ var HandleIdeavue_type_style_index_0_id_184064a3_prod_scoped_true_lang_scss = __webpack_require__(4028);
13230
+ ;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=0&id=184064a3&prod&scoped=true&lang=scss
13179
13231
 
13180
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=1&id=063e9952&prod&lang=css
13181
- var HandleIdeavue_type_style_index_1_id_063e9952_prod_lang_css = __webpack_require__(8612);
13182
- ;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=1&id=063e9952&prod&lang=css
13232
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=1&id=184064a3&prod&lang=css
13233
+ var HandleIdeavue_type_style_index_1_id_184064a3_prod_lang_css = __webpack_require__(8476);
13234
+ ;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/HandleIdea.vue?vue&type=style&index=1&id=184064a3&prod&lang=css
13183
13235
 
13184
13236
  ;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/HandleIdea.vue
13185
13237
 
@@ -13193,11 +13245,11 @@ var HandleIdeavue_type_style_index_1_id_063e9952_prod_lang_css = __webpack_requi
13193
13245
 
13194
13246
  var HandleIdea_component = (0,componentNormalizer/* default */.A)(
13195
13247
  src_HandleIdeavue_type_script_lang_js,
13196
- HandleIdeavue_type_template_id_063e9952_scoped_true_render,
13197
- HandleIdeavue_type_template_id_063e9952_scoped_true_staticRenderFns,
13248
+ HandleIdeavue_type_template_id_184064a3_scoped_true_render,
13249
+ HandleIdeavue_type_template_id_184064a3_scoped_true_staticRenderFns,
13198
13250
  false,
13199
13251
  null,
13200
- "063e9952",
13252
+ "184064a3",
13201
13253
  null
13202
13254
 
13203
13255
  )
@@ -23054,7 +23106,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".pdftools-savedialog .van-loading{heig
23054
23106
 
23055
23107
  /***/ }),
23056
23108
 
23057
- /***/ 6963:
23109
+ /***/ 8576:
23058
23110
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23059
23111
 
23060
23112
  "use strict";
@@ -23753,7 +23805,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".loading[data-v-3eb301b1]{margin-top:1
23753
23805
 
23754
23806
  /***/ }),
23755
23807
 
23756
- /***/ 26:
23808
+ /***/ 7270:
23757
23809
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23758
23810
 
23759
23811
  "use strict";
@@ -23767,7 +23819,7 @@ __webpack_require__.r(__webpack_exports__);
23767
23819
 
23768
23820
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
23769
23821
  // Module
23770
- ___CSS_LOADER_EXPORT___.push([module.id, ".handle-idea-container[data-v-063e9952] .van-collapse .van-cell__title{color:#000;font-weight:400}[data-v-063e9952] .ideaDiv{margin:5px 0}[data-v-063e9952] .ideaDiv p{margin-top:0;margin-bottom:0}[data-v-063e9952] .ideaDiv span{display:inline-block}[data-v-063e9952] .ideaDiv .handwritingIdea{width:200px}[data-v-063e9952] .ideaDiv .ideaSignature{max-width:100px;max-height:50px}[data-v-063e9952] .ideaDiv .donext-attach{padding-left:10px;position:absolute}[data-v-063e9952] .ideaDiv .donext-attach svg{margin-top:2px;width:15px;height:15px}[data-v-063e9952] .highlight{font-weight:600;color:#323233}[data-v-063e9952] .van-collapse-item--border:after,[data-v-063e9952] .van-collapse-item__title:after{right:0}[data-v-063e9952] .van-collapse-item__content{padding-top:1px}[data-v-063e9952] .van-cell:after{border-bottom:0 solid}.viewAllComments[data-v-063e9952]{height:45px;line-height:45px;text-align:center;color:#b7b7b7;font-size:12px;background:#fff}.HandleIdeaContent[data-v-063e9952]{padding:6px 12px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}", ""]);
23822
+ ___CSS_LOADER_EXPORT___.push([module.id, ".handle-idea-container[data-v-184064a3] .van-collapse .van-cell__title{color:#000;font-weight:400}[data-v-184064a3] .ideaDiv{margin:5px 0}[data-v-184064a3] .ideaDiv p{margin-top:0;margin-bottom:0}[data-v-184064a3] .ideaDiv span{display:inline-block}[data-v-184064a3] .ideaDiv .handwritingIdea{width:200px}[data-v-184064a3] .ideaDiv .ideaSignature{max-width:100px;max-height:50px}[data-v-184064a3] .ideaDiv .donext-attach{padding-left:10px;position:absolute}[data-v-184064a3] .ideaDiv .donext-attach svg{margin-top:2px;width:15px;height:15px}[data-v-184064a3] .highlight{font-weight:600;color:#323233}[data-v-184064a3] .van-collapse-item--border:after,[data-v-184064a3] .van-collapse-item__title:after{right:0}[data-v-184064a3] .van-collapse-item__content{padding-top:1px}[data-v-184064a3] .van-cell:after{border-bottom:0 solid}.viewAllComments[data-v-184064a3]{height:45px;line-height:45px;text-align:center;color:#b7b7b7;font-size:12px;background:#fff}.HandleIdeaContent[data-v-184064a3]{padding:6px 12px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}", ""]);
23771
23823
  // Exports
23772
23824
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
23773
23825
 
@@ -50943,19 +50995,19 @@ var update = add("0ebc5c23", content, true, {"sourceMap":false,"shadowMode":fals
50943
50995
 
50944
50996
  /***/ }),
50945
50997
 
50946
- /***/ 8612:
50998
+ /***/ 8476:
50947
50999
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
50948
51000
 
50949
51001
  // style-loader: Adds some css to the DOM by adding a <style> tag
50950
51002
 
50951
51003
  // load the styles
50952
- var content = __webpack_require__(6963);
51004
+ var content = __webpack_require__(8576);
50953
51005
  if(content.__esModule) content = content.default;
50954
51006
  if(typeof content === 'string') content = [[module.id, content, '']];
50955
51007
  if(content.locals) module.exports = content.locals;
50956
51008
  // add the styles to the DOM
50957
51009
  var add = (__webpack_require__(9548)/* ["default"] */ .A)
50958
- var update = add("53c1bff4", content, true, {"sourceMap":false,"shadowMode":false});
51010
+ var update = add("ed1e1814", content, true, {"sourceMap":false,"shadowMode":false});
50959
51011
 
50960
51012
  /***/ }),
50961
51013
 
@@ -51471,19 +51523,19 @@ var update = add("24b5a016", content, true, {"sourceMap":false,"shadowMode":fals
51471
51523
 
51472
51524
  /***/ }),
51473
51525
 
51474
- /***/ 3556:
51526
+ /***/ 4028:
51475
51527
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
51476
51528
 
51477
51529
  // style-loader: Adds some css to the DOM by adding a <style> tag
51478
51530
 
51479
51531
  // load the styles
51480
- var content = __webpack_require__(26);
51532
+ var content = __webpack_require__(7270);
51481
51533
  if(content.__esModule) content = content.default;
51482
51534
  if(typeof content === 'string') content = [[module.id, content, '']];
51483
51535
  if(content.locals) module.exports = content.locals;
51484
51536
  // add the styles to the DOM
51485
51537
  var add = (__webpack_require__(9548)/* ["default"] */ .A)
51486
- var update = add("2771ef18", content, true, {"sourceMap":false,"shadowMode":false});
51538
+ var update = add("925a6354", content, true, {"sourceMap":false,"shadowMode":false});
51487
51539
 
51488
51540
  /***/ }),
51489
51541
 
@@ -75787,39 +75839,39 @@ var asyncComponents = [
75787
75839
  }],
75788
75840
  // ========== ecmapp/Wflowform 工作流表单子组件 → chunk: m-wflow-form ==========
75789
75841
  ['Attachment', function () {
75790
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75842
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75791
75843
  return m.Attachment;
75792
75844
  });
75793
75845
  }], ['BodyFile', function () {
75794
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75846
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75795
75847
  return m.BodyFile;
75796
75848
  });
75797
75849
  }], ['HandleIdea', function () {
75798
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75850
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75799
75851
  return m.HandleIdea;
75800
75852
  });
75801
75853
  }], ['SelectOuterDeputy', function () {
75802
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75854
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75803
75855
  return m.SelectOuterDeputy;
75804
75856
  });
75805
75857
  }], ['SubmitHandle', function () {
75806
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75858
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75807
75859
  return m.SubmitHandle;
75808
75860
  });
75809
75861
  }], ['SubmitDialog', function () {
75810
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75862
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75811
75863
  return m.SubmitDialog;
75812
75864
  });
75813
75865
  }], ['ShortcutProcessing', function () {
75814
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75866
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75815
75867
  return m.ShortcutProcessing;
75816
75868
  });
75817
75869
  }], ['WfNodelogList', function () {
75818
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75870
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75819
75871
  return m.WfNodelogList;
75820
75872
  });
75821
75873
  }], ['WriteToReadIdea', function () {
75822
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628)).then(function (m) {
75874
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638)).then(function (m) {
75823
75875
  return m.WriteToReadIdea;
75824
75876
  });
75825
75877
  }]];
@@ -75877,7 +75929,7 @@ var WfengineModule = function WfengineModule() {
75877
75929
  return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8838));
75878
75930
  };
75879
75931
  var WflowformModule = function WflowformModule() {
75880
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 3628));
75932
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8638));
75881
75933
  };
75882
75934
 
75883
75935
  // ---------- 重型功能(PDF/富文本,仅特定页面使用) ----------