ecinc-cloud-wappaio 9.7.18 → 9.7.19

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.
@@ -33204,7 +33204,7 @@ var TextRecognition_PDFInjector = PDFInjector;
33204
33204
 
33205
33205
  /***/ }),
33206
33206
 
33207
- /***/ 55663:
33207
+ /***/ 38400:
33208
33208
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
33209
33209
 
33210
33210
  "use strict";
@@ -33237,7 +33237,7 @@ __webpack_require__.d(__webpack_exports__, {
33237
33237
  WriteToReadIdea: function() { return /* binding */ Wflowform_WriteToReadIdea; }
33238
33238
  });
33239
33239
 
33240
- ;// 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/ecwapp/Wflowform/src/Attachment.vue?vue&type=template&id=401bf7fa&scoped=true
33240
+ ;// 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/ecwapp/Wflowform/src/Attachment.vue?vue&type=template&id=51baa981&scoped=true
33241
33241
  var render = function render() {
33242
33242
  var _vm = this,
33243
33243
  _c = _vm._self._c;
@@ -33708,17 +33708,15 @@ var render = function render() {
33708
33708
  }
33709
33709
  })])] : _vm._e()], 2) : _vm._e()] : _c('td', {
33710
33710
  staticClass: "el-table__cell",
33711
- staticStyle: {
33712
- "text-align": "center",
33713
- "cursor": "auto"
33714
- },
33715
33711
  style: {
33716
- width: _vm.waitUploadColWidth
33712
+ 'width': _vm.waitUploadColWidth,
33713
+ 'text-align': 'center',
33714
+ 'cursor': 'auto'
33717
33715
  },
33718
33716
  attrs: {
33719
33717
  "colspan": attach.colspan
33720
33718
  }
33721
- }, [!attach.file.message && attach.file.progress > 0 ? _c('div', {
33719
+ }, [!attach.file.message && attach.file.progress > 0 ? _c('span', {
33722
33720
  staticStyle: {
33723
33721
  "width": "100%"
33724
33722
  }
@@ -35118,7 +35116,9 @@ var _this = null;
35118
35116
  // 是否显示访问权限设置对话框
35119
35117
  attachVo: null,
35120
35118
  // 当前操作的附件对象
35121
- topdfFile: '.doc,.docx,.xls,.xlsx,.ppt,.pptx' //pdfjs在线预览支持转pdf的文件格式
35119
+ topdfFile: '.doc,.docx,.xls,.xlsx,.ppt,.pptx',
35120
+ //pdfjs在线预览支持转pdf的文件格式
35121
+ waitUploadColWidth: null
35122
35122
  };
35123
35123
  },
35124
35124
  computed: _objectSpread({
@@ -35157,18 +35157,6 @@ var _this = null;
35157
35157
  } else {
35158
35158
  return false;
35159
35159
  }
35160
- },
35161
- waitUploadColWidth: function waitUploadColWidth() {
35162
- var width = 180 + 80;
35163
- if (this.showCanDownloadCol) width += 200;
35164
- if (this.curTN.tnCanEdit === 1 && this.onlineEditor !== '' || this.showDownloadLink) {
35165
- if ((this.curTN.tnCanEdit !== 1 || this.onlineEditor === '') && this.showDownloadLink) {
35166
- width += 80;
35167
- } else {
35168
- width += 100;
35169
- }
35170
- }
35171
- return width + 'px';
35172
35160
  }
35173
35161
  }, (0,vuex_esm/* mapGetters */.L8)(['loginUser', 'maxFileSize'])),
35174
35162
  watch: {
@@ -35276,6 +35264,18 @@ var _this = null;
35276
35264
  this.setCurTN();
35277
35265
  },
35278
35266
  methods: {
35267
+ setWaitUploadColWidth: function setWaitUploadColWidth() {
35268
+ var width = 180 + 80;
35269
+ if (this.showCanDownloadCol) width += 200;
35270
+ if (this.curTN.tnCanEdit === 1 && this.onlineEditor !== '' || this.showDownloadLink) {
35271
+ if ((this.curTN.tnCanEdit !== 1 || this.onlineEditor === '') && this.showDownloadLink) {
35272
+ width += 80;
35273
+ } else {
35274
+ width += 100;
35275
+ }
35276
+ }
35277
+ this.waitUploadColWidth = width + 'px';
35278
+ },
35279
35279
  ensureAttachUid: function ensureAttachUid(attach) {
35280
35280
  if (!attach._uid) {
35281
35281
  attach._uid = '_attach_' + ++this.attachUid;
@@ -35452,6 +35452,7 @@ var _this = null;
35452
35452
  this.wfAttachUrl = this.$vnode.context.$vnode.context.wfParams.wfEngineUrl;
35453
35453
  }
35454
35454
  }
35455
+ this.setWaitUploadColWidth();
35455
35456
  },
35456
35457
  canDownloadValueChange: function canDownloadValueChange() {
35457
35458
  var _this9 = this;
@@ -36071,6 +36072,7 @@ var _this = null;
36071
36072
  this.$forceUpdate();
36072
36073
  },
36073
36074
  handleUploadChange: function handleUploadChange(file, fileList) {
36075
+ var _this17 = this;
36074
36076
  // 不允许上传同名文件
36075
36077
  for (var j = 0; j < this.attachments.length; j++) {
36076
36078
  if (file.name === this.attachments[j].fileName && (this.attachments[j].fileType === this.attachsType || !this.sameNameBodyfile && this.attachments[j].fileType === 'BODY')) {
@@ -36121,31 +36123,33 @@ var _this = null;
36121
36123
  }
36122
36124
  this.attachments.push(attach);
36123
36125
  this.checkall = false;
36124
- this.$forceUpdate();
36125
- if (this.autoUpload) {
36126
- var scope = null;
36127
- if (this.$vnode.context.wfInstance) {
36128
- scope = this.$vnode.context;
36129
- } else if (this.$vnode.context.$parent.moduleInfo) {
36130
- scope = this.$vnode.context.$parent;
36131
- scope.wfInstance = {
36132
- module: scope.moduleCode,
36133
- bodyDocId: ''
36134
- };
36135
- } else if (this.$vnode.context.$parent.$vnode.context.moduleInfo) {
36136
- scope = this.$vnode.context.$parent.$vnode.context;
36137
- scope.wfInstance = {
36138
- module: scope.moduleCode,
36139
- bodyDocId: ''
36140
- };
36141
- }
36142
- if (scope) {
36143
- this.uploadWflowAttach(scope);
36126
+ this.$nextTick(function () {
36127
+ _this17.$forceUpdate();
36128
+ if (_this17.autoUpload) {
36129
+ var scope = null;
36130
+ if (_this17.$vnode.context.wfInstance) {
36131
+ scope = _this17.$vnode.context;
36132
+ } else if (_this17.$vnode.context.$parent.moduleInfo) {
36133
+ scope = _this17.$vnode.context.$parent;
36134
+ scope.wfInstance = {
36135
+ module: scope.moduleCode,
36136
+ bodyDocId: ''
36137
+ };
36138
+ } else if (_this17.$vnode.context.$parent.$vnode.context.moduleInfo) {
36139
+ scope = _this17.$vnode.context.$parent.$vnode.context;
36140
+ scope.wfInstance = {
36141
+ module: scope.moduleCode,
36142
+ bodyDocId: ''
36143
+ };
36144
+ }
36145
+ if (scope) {
36146
+ _this17.uploadWflowAttach(scope);
36147
+ }
36144
36148
  }
36145
- }
36149
+ });
36146
36150
  },
36147
36151
  uploadWflowAttach: function uploadWflowAttach($scope, actionType) {
36148
- var _this17 = this;
36152
+ var _this18 = this;
36149
36153
  var _this = this;
36150
36154
  return new Promise( /*#__PURE__*/function () {
36151
36155
  var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(resole) {
@@ -36189,6 +36193,7 @@ var _this = null;
36189
36193
  onUploadProgress: function onUploadProgress(progressEvent) {
36190
36194
  var complete = progressEvent.loaded / progressEvent.total * 100 | 0;
36191
36195
  _this.$set(file, 'progress', complete);
36196
+ _this.$forceUpdate();
36192
36197
  if (attach.uploadIndex !== undefined) {
36193
36198
  _this.attachments.splice(attach.uploadIndex, 1, attach);
36194
36199
  }
@@ -36244,17 +36249,17 @@ var _this = null;
36244
36249
  if ($scope.doNextAttachList) {
36245
36250
  $scope.doNextAttachList.forEach(function (doNextAttach) {
36246
36251
  if (doNextAttach.file && doNextAttach.file.progress === 0) {
36247
- _this17.attachments.push(doNextAttach);
36252
+ _this18.attachments.push(doNextAttach);
36248
36253
  }
36249
36254
  });
36250
36255
  }
36251
- maxFileSizeStr = (0,utils/* formatFileSize */.v7)(_this17.maxFileSize);
36256
+ maxFileSizeStr = (0,utils/* formatFileSize */.v7)(_this18.maxFileSize);
36252
36257
  forwardAttachs = [];
36253
36258
  _this.attachments.forEach(function (attach, index) {
36254
36259
  if (attach.file != null && !attach.file.complete && attach.uploadIndex === undefined) {
36255
- if (attach.fileType === _this17.attachsType || attach.uploadType === 'formfile' || attach.uploadType === 'DONEXT') {
36260
+ if (attach.fileType === _this18.attachsType || attach.uploadType === 'formfile' || attach.uploadType === 'DONEXT') {
36256
36261
  attach.file.message = null;
36257
- attach.file.fileType = attach.fileType || _this17.attachsType;
36262
+ attach.file.fileType = attach.fileType || _this18.attachsType;
36258
36263
  attach.uploadIndex = index;
36259
36264
  uploadAttach.push(attach);
36260
36265
  }
@@ -36275,7 +36280,7 @@ var _this = null;
36275
36280
  }
36276
36281
  bodyfile = $scope.bodyfile;
36277
36282
  bodyfile.file.message = null;
36278
- bodyfile.file.fileType = bodyfile.fileType || _this17.attachsType;
36283
+ bodyfile.file.fileType = bodyfile.fileType || _this18.attachsType;
36279
36284
  _context4.next = 14;
36280
36285
  return uploadAttachFile(bodyfile);
36281
36286
  case 14:
@@ -36289,7 +36294,7 @@ var _this = null;
36289
36294
  // $scope.$set($scope, 'bodyfile', attach),浏览器刷新
36290
36295
  if (attach.fileName.indexOf('SignedFile_') === 0) {
36291
36296
  attach.bodyFileName = attach.fileName;
36292
- if (attach.fileName.indexOf(_this17.$vnode.context.wfInstance.bodyDocId) !== -1) {
36297
+ if (attach.fileName.indexOf(_this18.$vnode.context.wfInstance.bodyDocId) !== -1) {
36293
36298
  attach.fileName = $scope.wfInstance.title + attach.fileName.substring(attach.fileName.lastIndexOf('.'));
36294
36299
  } else {
36295
36300
  attach.fileName = attach.fileName.split('SignedFile_')[1];
@@ -36315,14 +36320,14 @@ var _this = null;
36315
36320
  fileName = bodyfile.file.name;
36316
36321
  extName = fileName.substring(fileName.lastIndexOf('.')).toLowerCase();
36317
36322
  docEditMode = '';
36318
- if (_this17.$vnode.context.wfInstance.passenger && _this17.$vnode.context.wfInstance.passenger.docEditMode) {
36323
+ if (_this18.$vnode.context.wfInstance.passenger && _this18.$vnode.context.wfInstance.passenger.docEditMode) {
36319
36324
  // 当前模式获取
36320
- docEditMode = _this17.$vnode.context.wfInstance.passenger.docEditMode;
36325
+ docEditMode = _this18.$vnode.context.wfInstance.passenger.docEditMode;
36321
36326
  }
36322
36327
  if (fileName.indexOf('SignedFile_' + $scope.wfInstance.bodyDocId) === 0) {
36323
36328
  $scope.wfInstance.haveDoc = 2;
36324
36329
  $scope.vo.signedFileName = 'SignedFile_' + $scope.wfInstance.bodyDocId + extName;
36325
- } else if (fileName.indexOf('RedTitle_' + _this17.$vnode.context.wfInstance.bodyDocId) === 0) {
36330
+ } else if (fileName.indexOf('RedTitle_' + _this18.$vnode.context.wfInstance.bodyDocId) === 0) {
36326
36331
  $scope.wfInstance.haveDoc = 2;
36327
36332
  } else if (docEditMode === 'RedTitle') {
36328
36333
  // 红头模式默认上传 红头文件
@@ -36428,7 +36433,7 @@ var _this = null;
36428
36433
  if (uploadRst.body.uploadAttachList.length > 0) {
36429
36434
  _this.attachments.forEach(function (iattach, iindex) {
36430
36435
  if (file === iattach.file) {
36431
- var attachments = $scope.attachments || $scope.vo.passenger.attachments || _this17.attachments;
36436
+ var attachments = $scope.attachments || $scope.vo.passenger.attachments || _this18.attachments;
36432
36437
  if (uploadRst.body.uploadAttachList.length === 2) {
36433
36438
  attachments.splice(iindex, 1, uploadRst.body.uploadAttachList[0], uploadRst.body.uploadAttachList[1]);
36434
36439
  } else {
@@ -36439,7 +36444,7 @@ var _this = null;
36439
36444
  $scope.$set($scope, 'doNextAttach', uploadRst.body.uploadAttachList[0]);
36440
36445
  }
36441
36446
  }
36442
- if ((iattach.fileType === _this17.attachsType || iattach.uploadType === 'formfile' || iattach.uploadType === 'DONEXT') && iattach.file && iattach.file.complete !== true) {
36447
+ if ((iattach.fileType === _this18.attachsType || iattach.uploadType === 'formfile' || iattach.uploadType === 'DONEXT') && iattach.file && iattach.file.complete !== true) {
36443
36448
  complete = false;
36444
36449
  }
36445
36450
  });
@@ -36449,7 +36454,7 @@ var _this = null;
36449
36454
  code: 'success',
36450
36455
  message: $scope.$tx('ecwapp.Wflowform.Attachment.attchUploadFile', '附件全部上传成功')
36451
36456
  });
36452
- _this17.$forceUpdate();
36457
+ _this18.$forceUpdate();
36453
36458
  }
36454
36459
  } else {
36455
36460
  file.status = 'failure';
@@ -36457,7 +36462,7 @@ var _this = null;
36457
36462
  delete attach.uploadIndex;
36458
36463
  _this.attachments.splice(attach.uploadIndex, 1, attach);
36459
36464
  resole(uploadRst);
36460
- _this17.$forceUpdate();
36465
+ _this18.$forceUpdate();
36461
36466
  }
36462
36467
  case 5:
36463
36468
  case "end":
@@ -36588,7 +36593,7 @@ var _this = null;
36588
36593
  this.attachVo.readerNames = readerNames;
36589
36594
  },
36590
36595
  saveReaderScope: function saveReaderScope() {
36591
- var _this18 = this;
36596
+ var _this19 = this;
36592
36597
  if (this.attachVo.readerScope === 1 && !this.attachVo.readerIds || this.attachVo.readerScope > 1 && !this.attachVo.readerNames) {
36593
36598
  var message = this.$tx('common.pleaseSelect', '请选择') + ' ' + this.$tx('ecwplat.menuForm.fields.accessAuthorization', '访问授权').toLowerCase();
36594
36599
  if (this.$i18n.locale === 'zhCN') {
@@ -36608,14 +36613,14 @@ var _this = null;
36608
36613
  data: this.attachVo,
36609
36614
  url: updateUrl
36610
36615
  }).then(function (res) {
36611
- _this18.$bus.emit('closeDoingDialog');
36616
+ _this19.$bus.emit('closeDoingDialog');
36612
36617
  if (res.code === 'success') {
36613
- _this18.$message.success(res.message);
36614
- _this18.setReaderScopeVisible = false;
36615
- _this18.attachVo = null;
36616
- _this18.$forceUpdate();
36618
+ _this19.$message.success(res.message);
36619
+ _this19.setReaderScopeVisible = false;
36620
+ _this19.attachVo = null;
36621
+ _this19.$forceUpdate();
36617
36622
  } else {
36618
- _this18.$alert(res.message, _this18.$tx('common.operationTip', '操作提示'), {
36623
+ _this19.$alert(res.message, _this19.$tx('common.operationTip', '操作提示'), {
36619
36624
  type: 'error'
36620
36625
  });
36621
36626
  }
@@ -36625,9 +36630,9 @@ var _this = null;
36625
36630
  });
36626
36631
  ;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
36627
36632
  /* harmony default export */ var src_Attachmentvue_type_script_lang_js = (Attachmentvue_type_script_lang_js);
36628
- // 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/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=401bf7fa&prod&scoped=true&lang=scss
36629
- var Attachmentvue_type_style_index_0_id_401bf7fa_prod_scoped_true_lang_scss = __webpack_require__(13596);
36630
- ;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=401bf7fa&prod&scoped=true&lang=scss
36633
+ // 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/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=51baa981&prod&scoped=true&lang=scss
36634
+ var Attachmentvue_type_style_index_0_id_51baa981_prod_scoped_true_lang_scss = __webpack_require__(78479);
36635
+ ;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=51baa981&prod&scoped=true&lang=scss
36631
36636
 
36632
36637
  // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
36633
36638
  var componentNormalizer = __webpack_require__(81656);
@@ -36646,7 +36651,7 @@ var component = (0,componentNormalizer/* default */.A)(
36646
36651
  staticRenderFns,
36647
36652
  false,
36648
36653
  null,
36649
- "401bf7fa",
36654
+ "51baa981",
36650
36655
  null
36651
36656
 
36652
36657
  )
@@ -166446,7 +166451,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-4ff4cf75] .wf-names-checkbox .
166446
166451
 
166447
166452
  /***/ }),
166448
166453
 
166449
- /***/ 76190:
166454
+ /***/ 81781:
166450
166455
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
166451
166456
 
166452
166457
  "use strict";
@@ -166460,7 +166465,7 @@ __webpack_require__.r(__webpack_exports__);
166460
166465
 
166461
166466
  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()));
166462
166467
  // Module
166463
- ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-401bf7fa]:export{stdMenuBgcolor:var(--lmBgColor);stdMenuHover:var(--lmBgColorActive)!important;stdMenuText:var(--lmTextColor)!important;stdMenuAcitveText:var(--lmTextColorActive)!important;stdSubMenuBgcolor:var(--lmBgColor);stdSubMenuHover:hsla(193,8%,67%,.42);stdSubMenuActiveText:var(--lmTextColorActive)!important;darkMenuBgcolor:#304156;darkMenuHover:#263445;darkMenuText:#bfcbd9;darkMenuAcitveText:#ffd04b;darkSubMenuBgcolor:#384b63;darkSubMenuHover:#263445;darkSubMenuActiveText:#ffd04b;sideBarWidth:210px;formLabelWidth:133px;lightBlue:var(--subjectColor)}.el-form[data-v-401bf7fa]{margin-top:20px}.el-form .svg-icon[data-v-401bf7fa]{margin:0 5px}.el-form .el-button[data-v-401bf7fa]{padding:7px 5px}.el-form .el-button[data-v-401bf7fa]:active{color:#606266}.el-form .el-button+.el-button[data-v-401bf7fa]{margin-left:0}.el-form .el-link[data-v-401bf7fa]{line-height:20px;color:var(--subjectColor);cursor:pointer!important}.el-form .is-disabled[data-v-401bf7fa]{color:#c4c5c7!important}.el-form .fileHovering[data-v-401bf7fa]{background:#a5c45d;opacity:.5}.el-form .fileHovering table[data-v-401bf7fa]{opacity:.5}.el-form[data-v-401bf7fa] .attach-name{max-width:100%}.el-form[data-v-401bf7fa] .attach-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-row[data-v-401bf7fa]{padding-top:5px;padding-bottom:5px;line-height:21px}.no-attachments[data-v-401bf7fa]{height:50px;line-height:20px}.drag-handler[data-v-401bf7fa]{cursor:move;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.attach-sorting[data-v-401bf7fa]{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}[data-v-401bf7fa] .atach-draggable .sortable-chosen{background:#f5f7fa}[data-v-401bf7fa] .el-progress-bar{padding-right:40px!important;margin-right:-47px!important}[data-v-401bf7fa] .el-progress__text{float:right}.attach-row[data-v-401bf7fa]:last-child{border-bottom:0!important}.docform-attach-container[data-v-401bf7fa]{padding:20px;margin:0!important;background-color:#fff;height:calc(100vh - 70px)}.attachment-sidebar .sidebar-area[data-v-401bf7fa]{border-bottom:1px solid #eee}.attachment-sidebar .sidebar-area .sidebar-area-title[data-v-401bf7fa]{font-weight:600;line-height:24px;padding:10px}.attachment-sidebar .sidebar-area .sidebar-area-title .el-button--primary[data-v-401bf7fa]{width:6px;padding:0;margin-right:6px;margin-top:5px;border-radius:1px;height:14px;cursor:default;vertical-align:top;display:inline-block}.attachment-sidebar .sidebar-area .sidebar-area-title div[data-v-401bf7fa]{display:inline-block;vertical-align:top}.attachment-sidebar .sidebar-area .sidebar-area-content[data-v-401bf7fa]{padding-left:20px;padding-right:10px;padding-bottom:10px}.attachment-sidebar .sidebar-area .sidebar-area-content .attach-row[data-v-401bf7fa]{border-bottom:1px solid #f3f3f3}.attachment-sidebar .sidebar-area .sidebar-area-content .attach-row .attach-name[data-v-401bf7fa]{margin-top:-3px;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.attachment-sidebar .sidebar-area[data-v-401bf7fa]:last-child{border-bottom:0}.tb-row-attach-container .el-button--mini[data-v-401bf7fa]{font-size:12px;margin-right:6px}.drag-upload[data-v-401bf7fa]{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px}.drag-upload[data-v-401bf7fa] .el-upload,.drag-upload[data-v-401bf7fa] .el-upload-dragger{width:100%!important;height:100%!important}.drag-upload[data-v-401bf7fa] .el-upload-dragger .drag-upload-box{height:100%;background:#f9fbff}.upload-view .up-btn[data-v-401bf7fa]{text-align:end}.upload-view .up-btn .down[data-v-401bf7fa]{font-size:16px;color:#999;cursor:pointer}.upload-view .upload-box[data-v-401bf7fa]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.upload-view .upload-box .upload-box-left[data-v-401bf7fa]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:40%}.upload-view .upload-box .upload-box-left .upload-label[data-v-401bf7fa]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-view .upload-box .upload-box-left .upload-label .label-l[data-v-401bf7fa]{width:12px;height:15px;line-height:20px;margin-left:6px}.upload-view .upload-box .upload-box-left .upload-label .label-l img[data-v-401bf7fa]{width:100%;height:100%}.upload-view .upload-box .upload-box-left .upload-label .label-r[data-v-401bf7fa]{font-size:14px;color:#333;margin-left:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-view .upload-box .upload-box-right[data-v-401bf7fa]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-view .upload-box .upload-box-right .up-text[data-v-401bf7fa]{font-size:12px;color:#999}.upload-view .upload-box .upload-box-right .up-person[data-v-401bf7fa]{text-align:end;margin-right:60px;margin-left:15px}.upload-view .upload-box .upload-box-right .up-person .upload-name[data-v-401bf7fa]{margin-right:15px}@media (max-width:1740px){.up-person .upload-name[data-v-401bf7fa]{margin-right:5px!important}}.upload-err-desc[data-v-401bf7fa]{color:red;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:left}", ""]);
166468
+ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-51baa981]:export{stdMenuBgcolor:var(--lmBgColor);stdMenuHover:var(--lmBgColorActive)!important;stdMenuText:var(--lmTextColor)!important;stdMenuAcitveText:var(--lmTextColorActive)!important;stdSubMenuBgcolor:var(--lmBgColor);stdSubMenuHover:hsla(193,8%,67%,.42);stdSubMenuActiveText:var(--lmTextColorActive)!important;darkMenuBgcolor:#304156;darkMenuHover:#263445;darkMenuText:#bfcbd9;darkMenuAcitveText:#ffd04b;darkSubMenuBgcolor:#384b63;darkSubMenuHover:#263445;darkSubMenuActiveText:#ffd04b;sideBarWidth:210px;formLabelWidth:133px;lightBlue:var(--subjectColor)}.el-form[data-v-51baa981]{margin-top:20px}.el-form .svg-icon[data-v-51baa981]{margin:0 5px}.el-form .el-button[data-v-51baa981]{padding:7px 5px}.el-form .el-button[data-v-51baa981]:active{color:#606266}.el-form .el-button+.el-button[data-v-51baa981]{margin-left:0}.el-form .el-link[data-v-51baa981]{line-height:20px;color:var(--subjectColor);cursor:pointer!important}.el-form .is-disabled[data-v-51baa981]{color:#c4c5c7!important}.el-form .fileHovering[data-v-51baa981]{background:#a5c45d;opacity:.5}.el-form .fileHovering table[data-v-51baa981]{opacity:.5}.el-form[data-v-51baa981] .attach-name{max-width:100%}.el-form[data-v-51baa981] .attach-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-row[data-v-51baa981]{padding-top:5px;padding-bottom:5px;line-height:21px}.no-attachments[data-v-51baa981]{height:50px;line-height:20px}.drag-handler[data-v-51baa981]{cursor:move;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.attach-sorting[data-v-51baa981]{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}[data-v-51baa981] .atach-draggable .sortable-chosen{background:#f5f7fa}[data-v-51baa981] .el-progress-bar{padding-right:40px!important;margin-right:-47px!important}[data-v-51baa981] .el-progress--text-inside .el-progress-bar{padding-right:0!important;margin-right:0!important;display:block!important}[data-v-51baa981] .el-progress__text{float:right}.attach-row[data-v-51baa981]:last-child{border-bottom:0!important}.docform-attach-container[data-v-51baa981]{padding:20px;margin:0!important;background-color:#fff;height:calc(100vh - 70px)}.attachment-sidebar .sidebar-area[data-v-51baa981]{border-bottom:1px solid #eee}.attachment-sidebar .sidebar-area .sidebar-area-title[data-v-51baa981]{font-weight:600;line-height:24px;padding:10px}.attachment-sidebar .sidebar-area .sidebar-area-title .el-button--primary[data-v-51baa981]{width:6px;padding:0;margin-right:6px;margin-top:5px;border-radius:1px;height:14px;cursor:default;vertical-align:top;display:inline-block}.attachment-sidebar .sidebar-area .sidebar-area-title div[data-v-51baa981]{display:inline-block;vertical-align:top}.attachment-sidebar .sidebar-area .sidebar-area-content[data-v-51baa981]{padding-left:20px;padding-right:10px;padding-bottom:10px}.attachment-sidebar .sidebar-area .sidebar-area-content .attach-row[data-v-51baa981]{border-bottom:1px solid #f3f3f3}.attachment-sidebar .sidebar-area .sidebar-area-content .attach-row .attach-name[data-v-51baa981]{margin-top:-3px;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.attachment-sidebar .sidebar-area[data-v-51baa981]:last-child{border-bottom:0}.tb-row-attach-container .el-button--mini[data-v-51baa981]{font-size:12px;margin-right:6px}.drag-upload[data-v-51baa981]{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px}.drag-upload[data-v-51baa981] .el-upload,.drag-upload[data-v-51baa981] .el-upload-dragger{width:100%!important;height:100%!important}.drag-upload[data-v-51baa981] .el-upload-dragger .drag-upload-box{height:100%;background:#f9fbff}.upload-view .up-btn[data-v-51baa981]{text-align:end}.upload-view .up-btn .down[data-v-51baa981]{font-size:16px;color:#999;cursor:pointer}.upload-view .upload-box[data-v-51baa981]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.upload-view .upload-box .upload-box-left[data-v-51baa981]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:40%}.upload-view .upload-box .upload-box-left .upload-label[data-v-51baa981]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-view .upload-box .upload-box-left .upload-label .label-l[data-v-51baa981]{width:12px;height:15px;line-height:20px;margin-left:6px}.upload-view .upload-box .upload-box-left .upload-label .label-l img[data-v-51baa981]{width:100%;height:100%}.upload-view .upload-box .upload-box-left .upload-label .label-r[data-v-51baa981]{font-size:14px;color:#333;margin-left:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-view .upload-box .upload-box-right[data-v-51baa981]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upload-view .upload-box .upload-box-right .up-text[data-v-51baa981]{font-size:12px;color:#999}.upload-view .upload-box .upload-box-right .up-person[data-v-51baa981]{text-align:end;margin-right:60px;margin-left:15px}.upload-view .upload-box .upload-box-right .up-person .upload-name[data-v-51baa981]{margin-right:15px}@media (max-width:1740px){.up-person .upload-name[data-v-51baa981]{margin-right:5px!important}}.upload-err-desc[data-v-51baa981]{color:red;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:left}", ""]);
166464
166469
  // Exports
166465
166470
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
166466
166471
 
@@ -263496,19 +263501,19 @@ var update = add("215aea34", content, true, {"sourceMap":false,"shadowMode":fals
263496
263501
 
263497
263502
  /***/ }),
263498
263503
 
263499
- /***/ 13596:
263504
+ /***/ 78479:
263500
263505
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
263501
263506
 
263502
263507
  // style-loader: Adds some css to the DOM by adding a <style> tag
263503
263508
 
263504
263509
  // load the styles
263505
- var content = __webpack_require__(76190);
263510
+ var content = __webpack_require__(81781);
263506
263511
  if(content.__esModule) content = content.default;
263507
263512
  if(typeof content === 'string') content = [[module.id, content, '']];
263508
263513
  if(content.locals) module.exports = content.locals;
263509
263514
  // add the styles to the DOM
263510
263515
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
263511
- var update = add("05c6b026", content, true, {"sourceMap":false,"shadowMode":false});
263516
+ var update = add("7c63144e", content, true, {"sourceMap":false,"shadowMode":false});
263512
263517
 
263513
263518
  /***/ }),
263514
263519
 
@@ -287454,87 +287459,87 @@ var asyncComponents = [
287454
287459
  }],
287455
287460
  // ========== ecwapp/Wflowform 工作流表单子组件 → chunk: wflow-form ==========
287456
287461
  ['Attachment', function () {
287457
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287462
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287458
287463
  return m.Attachment;
287459
287464
  });
287460
287465
  }], ['BodyFile', function () {
287461
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287466
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287462
287467
  return m.BodyFile;
287463
287468
  });
287464
287469
  }], ['CommandBar', function () {
287465
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287470
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287466
287471
  return m.CommandBar;
287467
287472
  });
287468
287473
  }], ['HandleIdea', function () {
287469
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287474
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287470
287475
  return m.HandleIdea;
287471
287476
  });
287472
287477
  }], ['IdeaInputBox', function () {
287473
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287478
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287474
287479
  return m.IdeaInputBox;
287475
287480
  });
287476
287481
  }], ['ModifyWflogAddUser', function () {
287477
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287482
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287478
287483
  return m.ModifyWflogAddUser;
287479
287484
  });
287480
287485
  }], ['ModifyWflogIdea', function () {
287481
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287486
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287482
287487
  return m.ModifyWflogIdea;
287483
287488
  });
287484
287489
  }], ['WriteToReadIdea', function () {
287485
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287490
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287486
287491
  return m.WriteToReadIdea;
287487
287492
  });
287488
287493
  }], ['ModifyWflogSubmitFile', function () {
287489
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287494
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287490
287495
  return m.ModifyWflogSubmitFile;
287491
287496
  });
287492
287497
  }], ['ModifyWfNodelog', function () {
287493
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287498
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287494
287499
  return m.ModifyWfNodelog;
287495
287500
  });
287496
287501
  }], ['SelectOuterDeputy', function () {
287497
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287502
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287498
287503
  return m.SelectOuterDeputy;
287499
287504
  });
287500
287505
  }], ['SubmitHandle', function () {
287501
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287506
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287502
287507
  return m.SubmitHandle;
287503
287508
  });
287504
287509
  }], ['SubmitDialog', function () {
287505
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287510
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287506
287511
  return m.SubmitDialog;
287507
287512
  });
287508
287513
  }], ['WfNodelogList', function () {
287509
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287514
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287510
287515
  return m.WfNodelogList;
287511
287516
  });
287512
287517
  }], ['WflogAddReader', function () {
287513
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287518
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287514
287519
  return m.WflogAddReader;
287515
287520
  });
287516
287521
  }], ['WflowView', function () {
287517
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287522
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287518
287523
  return m.WflowView;
287519
287524
  });
287520
287525
  }], ['ImgView', function () {
287521
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287526
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287522
287527
  return m.ImgView;
287523
287528
  });
287524
287529
  }], ['IdeaSignature', function () {
287525
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287530
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287526
287531
  return m.IdeaSignature;
287527
287532
  });
287528
287533
  }], ['ReplaceFile', function () {
287529
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287534
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287530
287535
  return m.ReplaceFile;
287531
287536
  });
287532
287537
  }], ['ViewBodyFile', function () {
287533
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287538
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287534
287539
  return m.ViewBodyFile;
287535
287540
  });
287536
287541
  }], ['WformLayout', function () {
287537
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287542
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287538
287543
  return m.WformLayout;
287539
287544
  });
287540
287545
  }],
@@ -287819,7 +287824,7 @@ var WfengineModule = function WfengineModule() {
287819
287824
  return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 88838));
287820
287825
  };
287821
287826
  var WflowformModule = function WflowformModule() {
287822
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663));
287827
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400));
287823
287828
  };
287824
287829
  var WflowDesignerModule = function WflowDesignerModule() {
287825
287830
  return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 34660));