ecinc-cloud-wappaio 9.7.18 → 9.7.20

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
  )
@@ -51518,7 +51523,7 @@ var spark_md5_default = /*#__PURE__*/__webpack_require__.n(spark_md5);
51518
51523
 
51519
51524
 
51520
51525
  // ========== 配置 ==========
51521
- var DEFAULT_CHUNK_SIZE = 5; // 默认分片大小(MB)
51526
+ var DEFAULT_CHUNK_SIZE = 3; // 默认分片大小(MB)
51522
51527
  var MAX_RETRY = 3; // 单分片最大重试次数
51523
51528
  var RETRY_DELAYS = [1000, 2000, 4000]; // 指数退避延迟(ms)
51524
51529
  var STORAGE_PREFIX = 'chunk_upload_'; // localStorage key 前缀
@@ -52092,6 +52097,15 @@ var install = function install(Vue) {
52092
52097
  }
52093
52098
  });
52094
52099
  }
52100
+ if (window.vType === 'mapp' && $scope.curTN.h5TodoDisabled === 1) {
52101
+ $scope.$notify({
52102
+ title: '提示',
52103
+ message: $scope.$tx('ecmapp.wflowform.notSupportMobile'),
52104
+ offset: 60,
52105
+ duration: 10 * 1000,
52106
+ type: 'warning'
52107
+ });
52108
+ }
52095
52109
 
52096
52110
  // 更新vo.flContent中<img>元素的src
52097
52111
  if ($scope.vo.flContent !== undefined && $scope.vo.flContent != null && $scope.vo.flContent.indexOf('/workflow/wfBusiAttach/downloadById') !== -1) {
@@ -116722,7 +116736,7 @@ var UdmGenerator_UserModuleForm = UserModuleForm;
116722
116736
 
116723
116737
  /***/ }),
116724
116738
 
116725
- /***/ 34660:
116739
+ /***/ 12932:
116726
116740
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
116727
116741
 
116728
116742
  "use strict";
@@ -128257,11 +128271,11 @@ var PanelNodevue_type_template_id_6a67cdfa_scoped_true_render = function render(
128257
128271
  };
128258
128272
  var PanelNodevue_type_template_id_6a67cdfa_scoped_true_staticRenderFns = [];
128259
128273
 
128260
- ;// 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=2e405932&scoped=true
128261
- var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128274
+ ;// 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=1e00bd7e&scoped=true
128275
+ var Tab0vue_type_template_id_1e00bd7e_scoped_true_render = function render() {
128262
128276
  var _vm = this,
128263
128277
  _c = _vm._self._c;
128264
- return _c('div', [_vm.showType > 0 ? _c('div', {
128278
+ return _c('div', {
128265
128279
  attrs: {
128266
128280
  "align": "center"
128267
128281
  }
@@ -128333,7 +128347,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128333
128347
  }
128334
128348
  })], 1)];
128335
128349
  }
128336
- }], null, false, 1791998611)
128350
+ }])
128337
128351
  })], 1)]), _c('tr', {
128338
128352
  attrs: {
128339
128353
  "valign": "top"
@@ -128374,7 +128388,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128374
128388
  }
128375
128389
  })], 1)];
128376
128390
  }
128377
- }], null, false, 2717919837)
128391
+ }])
128378
128392
  })], 1)]), _vm.showType === 1 ? _c('tr', {
128379
128393
  attrs: {
128380
128394
  "valign": "top"
@@ -128473,7 +128487,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128473
128487
  "valign": "middle",
128474
128488
  "align": "right"
128475
128489
  }
128476
- }, [_vm._v("阅文方式")]), _c('td', [_c('el-select', {
128490
+ }, [_vm._v(" 阅文方式")]), _c('td', [_c('el-select', {
128477
128491
  staticClass: "form-control",
128478
128492
  attrs: {
128479
128493
  "placeholder": "请选择"
@@ -128518,7 +128532,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128518
128532
  "valign": "middle",
128519
128533
  "align": "right"
128520
128534
  }
128521
- }, [_vm._v("办文方式")]), _c('td', [_c('el-select', {
128535
+ }, [_vm._v(" 办文方式")]), _c('td', [_c('el-select', {
128522
128536
  staticClass: "form-control",
128523
128537
  attrs: {
128524
128538
  "placeholder": "请选择"
@@ -128588,7 +128602,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128588
128602
  "valign": "middle",
128589
128603
  "align": "right"
128590
128604
  }
128591
- }, [_vm._v("分组竞争模式")]), _c('td', [_c('el-select', {
128605
+ }, [_vm._v(" 分组竞争模式")]), _c('td', [_c('el-select', {
128592
128606
  staticClass: "form-control",
128593
128607
  attrs: {
128594
128608
  "placeholder": "请选择"
@@ -128651,7 +128665,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128651
128665
  "valign": "middle",
128652
128666
  "align": "right"
128653
128667
  }
128654
- }, [_vm._v("退回方式")]), _c('td', [_c('el-select', {
128668
+ }, [_vm._v(" 退回方式")]), _c('td', [_c('el-select', {
128655
128669
  staticClass: "form-control",
128656
128670
  attrs: {
128657
128671
  "placeholder": "请选择"
@@ -128693,7 +128707,43 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128693
128707
  "value": 2,
128694
128708
  "label": "退回任意节点"
128695
128709
  }
128696
- })], 1)], 1)]), _c('tr', {
128710
+ })], 1)], 1)]), _vm.curNode.nodeType == 1 && _vm.curNode.returnMode == 1 ? _c('tr', [_c('td', {
128711
+ staticClass: "el-table__cell tdBg",
128712
+ staticStyle: {
128713
+ "width": "130px"
128714
+ },
128715
+ attrs: {
128716
+ "id": "TNSpecifyUserTd",
128717
+ "valign": "top",
128718
+ "align": "right"
128719
+ }
128720
+ }, [_vm._v(" 指定退回节点")]), _c('td', {
128721
+ staticClass: "el-table__cell tdcont form-group"
128722
+ }, [_c('el-input', {
128723
+ staticClass: "form-control",
128724
+ attrs: {
128725
+ "nodefield": "returnHistoryNode",
128726
+ "name": "returnHistoryNodeMemo",
128727
+ "readonly": true,
128728
+ "resize": "none"
128729
+ },
128730
+ model: {
128731
+ value: _vm.returnHistoryNode.memo,
128732
+ callback: function callback($$v) {
128733
+ _vm.$set(_vm.returnHistoryNode, "memo", $$v);
128734
+ },
128735
+ expression: "returnHistoryNode.memo"
128736
+ }
128737
+ }, [_c('el-button', {
128738
+ attrs: {
128739
+ "slot": "append",
128740
+ "icon": "el-icon-more"
128741
+ },
128742
+ on: {
128743
+ "click": _vm.selectReturnHistoryNode
128744
+ },
128745
+ slot: "append"
128746
+ })], 1)], 1)]) : _vm._e(), _c('tr', {
128697
128747
  directives: [{
128698
128748
  name: "show",
128699
128749
  rawName: "v-show",
@@ -128713,7 +128763,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128713
128763
  "valign": "middle",
128714
128764
  "align": "right"
128715
128765
  }
128716
- }, [_vm._v("待办合并")]), _c('td', [_c('el-radio-group', {
128766
+ }, [_vm._v(" 待办合并")]), _c('td', [_c('el-radio-group', {
128717
128767
  staticClass: "form-control",
128718
128768
  model: {
128719
128769
  value: _vm.curNode.todoMerge,
@@ -128732,42 +128782,42 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
128732
128782
  "label": 0,
128733
128783
  "name": "todoMerge"
128734
128784
  }
128735
- }, [_vm._v("不合并")])], 1)], 1)]), _vm.curNode.nodeType == 1 && _vm.curNode.returnMode == 1 ? _c('tr', [_c('td', {
128785
+ }, [_vm._v("不合并")])], 1)], 1)]), _vm.curNode.nodeType == 1 && _vm.showType === 1 && _vm.curNode.h5TodoDisabled !== undefined ? _c('tr', {
128786
+ attrs: {
128787
+ "valign": "top"
128788
+ }
128789
+ }, [_c('td', {
128736
128790
  staticClass: "el-table__cell tdBg",
128737
128791
  staticStyle: {
128738
128792
  "width": "130px"
128739
128793
  },
128740
128794
  attrs: {
128741
- "id": "TNSpecifyUserTd",
128742
- "valign": "top",
128795
+ "valign": "middle",
128743
128796
  "align": "right"
128744
128797
  }
128745
- }, [_vm._v("指定退回节点")]), _c('td', {
128746
- staticClass: "el-table__cell tdcont form-group"
128747
- }, [_c('el-input', {
128748
- staticClass: "form-control",
128749
- attrs: {
128750
- "nodefield": "returnHistoryNode",
128751
- "name": "returnHistoryNodeMemo",
128752
- "readonly": true,
128753
- "resize": "none"
128754
- },
128798
+ }, [_vm._v(" 手机端办理 ")]), _c('td', [_c('el-select', {
128755
128799
  model: {
128756
- value: _vm.returnHistoryNode.memo,
128800
+ value: _vm.curNode.h5TodoDisabled,
128757
128801
  callback: function callback($$v) {
128758
- _vm.$set(_vm.returnHistoryNode, "memo", $$v);
128802
+ _vm.$set(_vm.curNode, "h5TodoDisabled", $$v);
128759
128803
  },
128760
- expression: "returnHistoryNode.memo"
128804
+ expression: "curNode.h5TodoDisabled"
128761
128805
  }
128762
- }, [_c('el-button', {
128806
+ }, [_c('el-option', {
128763
128807
  attrs: {
128764
- "slot": "append",
128765
- "icon": "el-icon-more"
128766
- },
128767
- on: {
128768
- "click": _vm.selectReturnHistoryNode
128769
- },
128770
- slot: "append"
128808
+ "value": 0,
128809
+ "label": "允许办理"
128810
+ }
128811
+ }), _c('el-option', {
128812
+ attrs: {
128813
+ "value": 1,
128814
+ "label": "可查看但禁止办理"
128815
+ }
128816
+ }), _c('el-option', {
128817
+ attrs: {
128818
+ "value": 2,
128819
+ "label": "待办/已办列表不显示"
128820
+ }
128771
128821
  })], 1)], 1)]) : _vm._e(), _vm.childWf ? [_c('tr', {
128772
128822
  attrs: {
128773
128823
  "valign": "top"
@@ -129104,9 +129154,9 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
129104
129154
  },
129105
129155
  expression: "curNode.i18nCode"
129106
129156
  }
129107
- })], 1)])], 2)]) : _vm._e()]);
129157
+ })], 1)])], 2)]);
129108
129158
  };
129109
- var Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns = [function () {
129159
+ var Tab0vue_type_template_id_1e00bd7e_scoped_true_staticRenderFns = [function () {
129110
129160
  var _vm = this,
129111
129161
  _c = _vm._self._c;
129112
129162
  return _c('td', {
@@ -129173,7 +129223,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns = [function ()
129173
129223
  }, [_c('em', [_vm._v("*")]), _vm._v(" 子流程模块URL ")]);
129174
129224
  }];
129175
129225
 
129176
- ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=2e405932&scoped=true
129226
+ ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=1e00bd7e&scoped=true
129177
129227
 
129178
129228
  ;// 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=script&lang=js
129179
129229
  /* harmony default export */ var PanelNode_Tab0vue_type_script_lang_js = ({
@@ -129277,6 +129327,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns = [function ()
129277
129327
  if (curNode.autoProcess === null) curNode.autoProcess = 0;
129278
129328
  if (curNode.returnMode === null) curNode.returnMode = 0;
129279
129329
  if (curNode.todoMerge == null) curNode.todoMerge = 1;
129330
+ if (curNode.h5TodoDisabled == null) curNode.h5TodoDisabled = 0;
129280
129331
  this.curNode = curNode;
129281
129332
  if (this.curNode.childWflow) {
129282
129333
  this.$set(this, 'childWf', JSON.parse(this.curNode.childWflow));
@@ -129378,9 +129429,9 @@ var Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns = [function ()
129378
129429
  });
129379
129430
  ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=script&lang=js
129380
129431
  /* harmony default export */ var RightForm_PanelNode_Tab0vue_type_script_lang_js = (PanelNode_Tab0vue_type_script_lang_js);
129381
- // 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=2e405932&prod&scoped=true&lang=scss
129382
- var Tab0vue_type_style_index_0_id_2e405932_prod_scoped_true_lang_scss = __webpack_require__(55502);
129383
- ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=2e405932&prod&scoped=true&lang=scss
129432
+ // 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=1e00bd7e&prod&scoped=true&lang=scss
129433
+ var Tab0vue_type_style_index_0_id_1e00bd7e_prod_scoped_true_lang_scss = __webpack_require__(76524);
129434
+ ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=1e00bd7e&prod&scoped=true&lang=scss
129384
129435
 
129385
129436
  ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue
129386
129437
 
@@ -129393,11 +129444,11 @@ var Tab0vue_type_style_index_0_id_2e405932_prod_scoped_true_lang_scss = __webpac
129393
129444
 
129394
129445
  var PanelNode_Tab0_component = (0,componentNormalizer/* default */.A)(
129395
129446
  RightForm_PanelNode_Tab0vue_type_script_lang_js,
129396
- Tab0vue_type_template_id_2e405932_scoped_true_render,
129397
- Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns,
129447
+ Tab0vue_type_template_id_1e00bd7e_scoped_true_render,
129448
+ Tab0vue_type_template_id_1e00bd7e_scoped_true_staticRenderFns,
129398
129449
  false,
129399
129450
  null,
129400
- "2e405932",
129451
+ "1e00bd7e",
129401
129452
  null
129402
129453
 
129403
129454
  )
@@ -166446,7 +166497,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-4ff4cf75] .wf-names-checkbox .
166446
166497
 
166447
166498
  /***/ }),
166448
166499
 
166449
- /***/ 76190:
166500
+ /***/ 81781:
166450
166501
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
166451
166502
 
166452
166503
  "use strict";
@@ -166460,7 +166511,7 @@ __webpack_require__.r(__webpack_exports__);
166460
166511
 
166461
166512
  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
166513
  // 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}", ""]);
166514
+ ___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
166515
  // Exports
166465
166516
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
166466
166517
 
@@ -168901,7 +168952,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-77820b4f] .el-select{width:100
168901
168952
 
168902
168953
  /***/ }),
168903
168954
 
168904
- /***/ 66212:
168955
+ /***/ 78590:
168905
168956
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
168906
168957
 
168907
168958
  "use strict";
@@ -168915,7 +168966,7 @@ __webpack_require__.r(__webpack_exports__);
168915
168966
 
168916
168967
  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()));
168917
168968
  // Module
168918
- ___CSS_LOADER_EXPORT___.push([module.id, "table[data-v-2e405932]{border-collapse:collapse}table tr td[data-v-2e405932]{border:1px solid #e2e2e2;padding:5px;height:40px;color:#555;font-size:12px;line-height:30px}table tr td em[data-v-2e405932]{color:red}table tr .tdBg[data-v-2e405932]{font-weight:700}[data-v-2e405932] .el-input__inner{height:35px!important;line-height:35px!important;font-size:12px}[data-v-2e405932] .el-textarea__inner{font-size:12px}[data-v-2e405932] .el-select{width:100%;display:inline-block;position:relative}[data-v-2e405932] .el-checkbox__label,[data-v-2e405932] .el-radio__label{font-size:12px;padding-left:5px}.tableBox table[data-v-2e405932]{border-collapse:collapse}.tableBox table th[data-v-2e405932]{background:#f2f2f2;border-bottom:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#ececec));background-image:linear-gradient(180deg,#f8f8f8 0,#ececec);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#fff8f8f8\",endColorstr=\"#ffececec\",GradientType=0);font-size:12px;padding:8px;line-height:1.42857143;color:#555;border:1px solid #e2e2e2}.tableBox table th .addbtn[data-v-2e405932],.tableBox table th .addbtn i[data-v-2e405932]{color:#337ab7;font-weight:700}.tableBox table tr[data-v-2e405932]:nth-of-type(odd){background:#f9f9f9}.tableBox table tr[data-v-2e405932]{cursor:pointer}.tableBox table td[data-v-2e405932],.tableBox table tr[data-v-2e405932]{font-size:12px;border:1px solid #e2e2e2}.tableBox table td[data-v-2e405932]{line-height:20px;height:35px;color:#555}.tableBox table td .deleteButton[data-v-2e405932]{color:#dd5a43;padding:2px 3px;border:1px solid transparent;border-radius:2px}.tableBox table td .deleteButton[data-v-2e405932]:hover{border:1px solid #abbac3;text-decoration:none}.tableBox table td .editButton[data-v-2e405932]{color:#478fca;padding:2px 3px;border:1px solid transparent;border-radius:2px}.tableBox table td .editButton[data-v-2e405932]:hover{border:1px solid #abbac3;text-decoration:none}.tableBox table td .disabledButton[data-v-2e405932]{color:#a9a9a9}.tableBox .el-row[data-v-2e405932]{margin-top:10px;padding:10px}.tableBox[data-v-2e405932] .el-checkbox__label{display:none}.tableBox .el-button-group[data-v-2e405932]{float:right;margin-top:-10px;margin-bottom:10px}", ""]);
168969
+ ___CSS_LOADER_EXPORT___.push([module.id, "table[data-v-1e00bd7e]{border-collapse:collapse}table tr td[data-v-1e00bd7e]{border:1px solid #e2e2e2;padding:5px;height:40px;color:#555;font-size:12px;line-height:30px}table tr td em[data-v-1e00bd7e]{color:red}table tr .tdBg[data-v-1e00bd7e]{font-weight:700}[data-v-1e00bd7e] .el-input__inner{height:35px!important;line-height:35px!important;font-size:12px}[data-v-1e00bd7e] .el-textarea__inner{font-size:12px}[data-v-1e00bd7e] .el-select{width:100%;display:inline-block;position:relative}[data-v-1e00bd7e] .el-checkbox__label,[data-v-1e00bd7e] .el-radio__label{font-size:12px;padding-left:5px}.tableBox table[data-v-1e00bd7e]{border-collapse:collapse}.tableBox table th[data-v-1e00bd7e]{background:#f2f2f2;border-bottom:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#ececec));background-image:linear-gradient(180deg,#f8f8f8 0,#ececec);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#fff8f8f8\",endColorstr=\"#ffececec\",GradientType=0);font-size:12px;padding:8px;line-height:1.42857143;color:#555;border:1px solid #e2e2e2}.tableBox table th .addbtn[data-v-1e00bd7e],.tableBox table th .addbtn i[data-v-1e00bd7e]{color:#337ab7;font-weight:700}.tableBox table tr[data-v-1e00bd7e]:nth-of-type(odd){background:#f9f9f9}.tableBox table tr[data-v-1e00bd7e]{cursor:pointer}.tableBox table td[data-v-1e00bd7e],.tableBox table tr[data-v-1e00bd7e]{font-size:12px;border:1px solid #e2e2e2}.tableBox table td[data-v-1e00bd7e]{line-height:20px;height:35px;color:#555}.tableBox table td .deleteButton[data-v-1e00bd7e]{color:#dd5a43;padding:2px 3px;border:1px solid transparent;border-radius:2px}.tableBox table td .deleteButton[data-v-1e00bd7e]:hover{border:1px solid #abbac3;text-decoration:none}.tableBox table td .editButton[data-v-1e00bd7e]{color:#478fca;padding:2px 3px;border:1px solid transparent;border-radius:2px}.tableBox table td .editButton[data-v-1e00bd7e]:hover{border:1px solid #abbac3;text-decoration:none}.tableBox table td .disabledButton[data-v-1e00bd7e]{color:#a9a9a9}.tableBox .el-row[data-v-1e00bd7e]{margin-top:10px;padding:10px}.tableBox[data-v-1e00bd7e] .el-checkbox__label{display:none}.tableBox .el-button-group[data-v-1e00bd7e]{float:right;margin-top:-10px;margin-bottom:10px}", ""]);
168919
168970
  // Exports
168920
168971
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
168921
168972
 
@@ -263496,19 +263547,19 @@ var update = add("215aea34", content, true, {"sourceMap":false,"shadowMode":fals
263496
263547
 
263497
263548
  /***/ }),
263498
263549
 
263499
- /***/ 13596:
263550
+ /***/ 78479:
263500
263551
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
263501
263552
 
263502
263553
  // style-loader: Adds some css to the DOM by adding a <style> tag
263503
263554
 
263504
263555
  // load the styles
263505
- var content = __webpack_require__(76190);
263556
+ var content = __webpack_require__(81781);
263506
263557
  if(content.__esModule) content = content.default;
263507
263558
  if(typeof content === 'string') content = [[module.id, content, '']];
263508
263559
  if(content.locals) module.exports = content.locals;
263509
263560
  // add the styles to the DOM
263510
263561
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
263511
- var update = add("05c6b026", content, true, {"sourceMap":false,"shadowMode":false});
263562
+ var update = add("7c63144e", content, true, {"sourceMap":false,"shadowMode":false});
263512
263563
 
263513
263564
  /***/ }),
263514
263565
 
@@ -265352,19 +265403,19 @@ var update = add("5deef3dc", content, true, {"sourceMap":false,"shadowMode":fals
265352
265403
 
265353
265404
  /***/ }),
265354
265405
 
265355
- /***/ 55502:
265406
+ /***/ 76524:
265356
265407
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
265357
265408
 
265358
265409
  // style-loader: Adds some css to the DOM by adding a <style> tag
265359
265410
 
265360
265411
  // load the styles
265361
- var content = __webpack_require__(66212);
265412
+ var content = __webpack_require__(78590);
265362
265413
  if(content.__esModule) content = content.default;
265363
265414
  if(typeof content === 'string') content = [[module.id, content, '']];
265364
265415
  if(content.locals) module.exports = content.locals;
265365
265416
  // add the styles to the DOM
265366
265417
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
265367
- var update = add("9c6fda1c", content, true, {"sourceMap":false,"shadowMode":false});
265418
+ var update = add("5fe75140", content, true, {"sourceMap":false,"shadowMode":false});
265368
265419
 
265369
265420
  /***/ }),
265370
265421
 
@@ -287454,87 +287505,87 @@ var asyncComponents = [
287454
287505
  }],
287455
287506
  // ========== ecwapp/Wflowform 工作流表单子组件 → chunk: wflow-form ==========
287456
287507
  ['Attachment', function () {
287457
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287508
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287458
287509
  return m.Attachment;
287459
287510
  });
287460
287511
  }], ['BodyFile', function () {
287461
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287512
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287462
287513
  return m.BodyFile;
287463
287514
  });
287464
287515
  }], ['CommandBar', function () {
287465
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287516
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287466
287517
  return m.CommandBar;
287467
287518
  });
287468
287519
  }], ['HandleIdea', function () {
287469
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287520
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287470
287521
  return m.HandleIdea;
287471
287522
  });
287472
287523
  }], ['IdeaInputBox', function () {
287473
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287524
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287474
287525
  return m.IdeaInputBox;
287475
287526
  });
287476
287527
  }], ['ModifyWflogAddUser', function () {
287477
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287528
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287478
287529
  return m.ModifyWflogAddUser;
287479
287530
  });
287480
287531
  }], ['ModifyWflogIdea', function () {
287481
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287532
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287482
287533
  return m.ModifyWflogIdea;
287483
287534
  });
287484
287535
  }], ['WriteToReadIdea', function () {
287485
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287536
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287486
287537
  return m.WriteToReadIdea;
287487
287538
  });
287488
287539
  }], ['ModifyWflogSubmitFile', function () {
287489
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287540
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287490
287541
  return m.ModifyWflogSubmitFile;
287491
287542
  });
287492
287543
  }], ['ModifyWfNodelog', function () {
287493
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287544
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287494
287545
  return m.ModifyWfNodelog;
287495
287546
  });
287496
287547
  }], ['SelectOuterDeputy', function () {
287497
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287548
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287498
287549
  return m.SelectOuterDeputy;
287499
287550
  });
287500
287551
  }], ['SubmitHandle', function () {
287501
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287552
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287502
287553
  return m.SubmitHandle;
287503
287554
  });
287504
287555
  }], ['SubmitDialog', function () {
287505
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287556
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287506
287557
  return m.SubmitDialog;
287507
287558
  });
287508
287559
  }], ['WfNodelogList', function () {
287509
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287560
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287510
287561
  return m.WfNodelogList;
287511
287562
  });
287512
287563
  }], ['WflogAddReader', function () {
287513
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287564
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287514
287565
  return m.WflogAddReader;
287515
287566
  });
287516
287567
  }], ['WflowView', function () {
287517
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287568
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287518
287569
  return m.WflowView;
287519
287570
  });
287520
287571
  }], ['ImgView', function () {
287521
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287572
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287522
287573
  return m.ImgView;
287523
287574
  });
287524
287575
  }], ['IdeaSignature', function () {
287525
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287576
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287526
287577
  return m.IdeaSignature;
287527
287578
  });
287528
287579
  }], ['ReplaceFile', function () {
287529
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287580
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287530
287581
  return m.ReplaceFile;
287531
287582
  });
287532
287583
  }], ['ViewBodyFile', function () {
287533
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287584
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287534
287585
  return m.ViewBodyFile;
287535
287586
  });
287536
287587
  }], ['WformLayout', function () {
287537
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663)).then(function (m) {
287588
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400)).then(function (m) {
287538
287589
  return m.WformLayout;
287539
287590
  });
287540
287591
  }],
@@ -287746,7 +287797,7 @@ var asyncComponents = [
287746
287797
  }],
287747
287798
  // ========== 工作流设计器 + 系统设计器 ==========
287748
287799
  ['WflowDesigner', function () {
287749
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 34660));
287800
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 12932));
287750
287801
  }], ['ImportWf', function () {
287751
287802
  return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 39934));
287752
287803
  }], ['WflowTrace', function () {
@@ -287819,10 +287870,10 @@ var WfengineModule = function WfengineModule() {
287819
287870
  return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 88838));
287820
287871
  };
287821
287872
  var WflowformModule = function WflowformModule() {
287822
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55663));
287873
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 38400));
287823
287874
  };
287824
287875
  var WflowDesignerModule = function WflowDesignerModule() {
287825
- return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 34660));
287876
+ return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 12932));
287826
287877
  };
287827
287878
  var WflowTraceModule = function WflowTraceModule() {
287828
287879
  return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 85197));