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.
- package/lib/ecwappaio.common.js +99 -94
- package/lib/ecwappaio.umd.js +99 -94
- package/lib/ecwappaio.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -33214,7 +33214,7 @@ var TextRecognition_PDFInjector = PDFInjector;
|
|
|
33214
33214
|
|
|
33215
33215
|
/***/ }),
|
|
33216
33216
|
|
|
33217
|
-
/***/
|
|
33217
|
+
/***/ 48789:
|
|
33218
33218
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
33219
33219
|
|
|
33220
33220
|
"use strict";
|
|
@@ -33247,7 +33247,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
33247
33247
|
WriteToReadIdea: function() { return /* binding */ Wflowform_WriteToReadIdea; }
|
|
33248
33248
|
});
|
|
33249
33249
|
|
|
33250
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.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=
|
|
33250
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.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
|
|
33251
33251
|
var render = function render() {
|
|
33252
33252
|
var _vm = this,
|
|
33253
33253
|
_c = _vm._self._c;
|
|
@@ -33718,17 +33718,15 @@ var render = function render() {
|
|
|
33718
33718
|
}
|
|
33719
33719
|
})])] : _vm._e()], 2) : _vm._e()] : _c('td', {
|
|
33720
33720
|
staticClass: "el-table__cell",
|
|
33721
|
-
staticStyle: {
|
|
33722
|
-
"text-align": "center",
|
|
33723
|
-
"cursor": "auto"
|
|
33724
|
-
},
|
|
33725
33721
|
style: {
|
|
33726
|
-
width: _vm.waitUploadColWidth
|
|
33722
|
+
'width': _vm.waitUploadColWidth,
|
|
33723
|
+
'text-align': 'center',
|
|
33724
|
+
'cursor': 'auto'
|
|
33727
33725
|
},
|
|
33728
33726
|
attrs: {
|
|
33729
33727
|
"colspan": attach.colspan
|
|
33730
33728
|
}
|
|
33731
|
-
}, [!attach.file.message && attach.file.progress > 0 ? _c('
|
|
33729
|
+
}, [!attach.file.message && attach.file.progress > 0 ? _c('span', {
|
|
33732
33730
|
staticStyle: {
|
|
33733
33731
|
"width": "100%"
|
|
33734
33732
|
}
|
|
@@ -35128,7 +35126,9 @@ var _this = null;
|
|
|
35128
35126
|
// 是否显示访问权限设置对话框
|
|
35129
35127
|
attachVo: null,
|
|
35130
35128
|
// 当前操作的附件对象
|
|
35131
|
-
topdfFile: '.doc,.docx,.xls,.xlsx,.ppt,.pptx'
|
|
35129
|
+
topdfFile: '.doc,.docx,.xls,.xlsx,.ppt,.pptx',
|
|
35130
|
+
//pdfjs在线预览支持转pdf的文件格式
|
|
35131
|
+
waitUploadColWidth: null
|
|
35132
35132
|
};
|
|
35133
35133
|
},
|
|
35134
35134
|
computed: _objectSpread({
|
|
@@ -35167,18 +35167,6 @@ var _this = null;
|
|
|
35167
35167
|
} else {
|
|
35168
35168
|
return false;
|
|
35169
35169
|
}
|
|
35170
|
-
},
|
|
35171
|
-
waitUploadColWidth: function waitUploadColWidth() {
|
|
35172
|
-
var width = 180 + 80;
|
|
35173
|
-
if (this.showCanDownloadCol) width += 200;
|
|
35174
|
-
if (this.curTN.tnCanEdit === 1 && this.onlineEditor !== '' || this.showDownloadLink) {
|
|
35175
|
-
if ((this.curTN.tnCanEdit !== 1 || this.onlineEditor === '') && this.showDownloadLink) {
|
|
35176
|
-
width += 80;
|
|
35177
|
-
} else {
|
|
35178
|
-
width += 100;
|
|
35179
|
-
}
|
|
35180
|
-
}
|
|
35181
|
-
return width + 'px';
|
|
35182
35170
|
}
|
|
35183
35171
|
}, (0,vuex_esm/* mapGetters */.L8)(['loginUser', 'maxFileSize'])),
|
|
35184
35172
|
watch: {
|
|
@@ -35286,6 +35274,18 @@ var _this = null;
|
|
|
35286
35274
|
this.setCurTN();
|
|
35287
35275
|
},
|
|
35288
35276
|
methods: {
|
|
35277
|
+
setWaitUploadColWidth: function setWaitUploadColWidth() {
|
|
35278
|
+
var width = 180 + 80;
|
|
35279
|
+
if (this.showCanDownloadCol) width += 200;
|
|
35280
|
+
if (this.curTN.tnCanEdit === 1 && this.onlineEditor !== '' || this.showDownloadLink) {
|
|
35281
|
+
if ((this.curTN.tnCanEdit !== 1 || this.onlineEditor === '') && this.showDownloadLink) {
|
|
35282
|
+
width += 80;
|
|
35283
|
+
} else {
|
|
35284
|
+
width += 100;
|
|
35285
|
+
}
|
|
35286
|
+
}
|
|
35287
|
+
this.waitUploadColWidth = width + 'px';
|
|
35288
|
+
},
|
|
35289
35289
|
ensureAttachUid: function ensureAttachUid(attach) {
|
|
35290
35290
|
if (!attach._uid) {
|
|
35291
35291
|
attach._uid = '_attach_' + ++this.attachUid;
|
|
@@ -35462,6 +35462,7 @@ var _this = null;
|
|
|
35462
35462
|
this.wfAttachUrl = this.$vnode.context.$vnode.context.wfParams.wfEngineUrl;
|
|
35463
35463
|
}
|
|
35464
35464
|
}
|
|
35465
|
+
this.setWaitUploadColWidth();
|
|
35465
35466
|
},
|
|
35466
35467
|
canDownloadValueChange: function canDownloadValueChange() {
|
|
35467
35468
|
var _this9 = this;
|
|
@@ -36081,6 +36082,7 @@ var _this = null;
|
|
|
36081
36082
|
this.$forceUpdate();
|
|
36082
36083
|
},
|
|
36083
36084
|
handleUploadChange: function handleUploadChange(file, fileList) {
|
|
36085
|
+
var _this17 = this;
|
|
36084
36086
|
// 不允许上传同名文件
|
|
36085
36087
|
for (var j = 0; j < this.attachments.length; j++) {
|
|
36086
36088
|
if (file.name === this.attachments[j].fileName && (this.attachments[j].fileType === this.attachsType || !this.sameNameBodyfile && this.attachments[j].fileType === 'BODY')) {
|
|
@@ -36131,31 +36133,33 @@ var _this = null;
|
|
|
36131
36133
|
}
|
|
36132
36134
|
this.attachments.push(attach);
|
|
36133
36135
|
this.checkall = false;
|
|
36134
|
-
this.$
|
|
36135
|
-
|
|
36136
|
-
|
|
36137
|
-
|
|
36138
|
-
|
|
36139
|
-
|
|
36140
|
-
|
|
36141
|
-
|
|
36142
|
-
|
|
36143
|
-
|
|
36144
|
-
|
|
36145
|
-
|
|
36146
|
-
|
|
36147
|
-
|
|
36148
|
-
|
|
36149
|
-
|
|
36150
|
-
|
|
36151
|
-
|
|
36152
|
-
|
|
36153
|
-
|
|
36136
|
+
this.$nextTick(function () {
|
|
36137
|
+
_this17.$forceUpdate();
|
|
36138
|
+
if (_this17.autoUpload) {
|
|
36139
|
+
var scope = null;
|
|
36140
|
+
if (_this17.$vnode.context.wfInstance) {
|
|
36141
|
+
scope = _this17.$vnode.context;
|
|
36142
|
+
} else if (_this17.$vnode.context.$parent.moduleInfo) {
|
|
36143
|
+
scope = _this17.$vnode.context.$parent;
|
|
36144
|
+
scope.wfInstance = {
|
|
36145
|
+
module: scope.moduleCode,
|
|
36146
|
+
bodyDocId: ''
|
|
36147
|
+
};
|
|
36148
|
+
} else if (_this17.$vnode.context.$parent.$vnode.context.moduleInfo) {
|
|
36149
|
+
scope = _this17.$vnode.context.$parent.$vnode.context;
|
|
36150
|
+
scope.wfInstance = {
|
|
36151
|
+
module: scope.moduleCode,
|
|
36152
|
+
bodyDocId: ''
|
|
36153
|
+
};
|
|
36154
|
+
}
|
|
36155
|
+
if (scope) {
|
|
36156
|
+
_this17.uploadWflowAttach(scope);
|
|
36157
|
+
}
|
|
36154
36158
|
}
|
|
36155
|
-
}
|
|
36159
|
+
});
|
|
36156
36160
|
},
|
|
36157
36161
|
uploadWflowAttach: function uploadWflowAttach($scope, actionType) {
|
|
36158
|
-
var
|
|
36162
|
+
var _this18 = this;
|
|
36159
36163
|
var _this = this;
|
|
36160
36164
|
return new Promise( /*#__PURE__*/function () {
|
|
36161
36165
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(resole) {
|
|
@@ -36199,6 +36203,7 @@ var _this = null;
|
|
|
36199
36203
|
onUploadProgress: function onUploadProgress(progressEvent) {
|
|
36200
36204
|
var complete = progressEvent.loaded / progressEvent.total * 100 | 0;
|
|
36201
36205
|
_this.$set(file, 'progress', complete);
|
|
36206
|
+
_this.$forceUpdate();
|
|
36202
36207
|
if (attach.uploadIndex !== undefined) {
|
|
36203
36208
|
_this.attachments.splice(attach.uploadIndex, 1, attach);
|
|
36204
36209
|
}
|
|
@@ -36254,17 +36259,17 @@ var _this = null;
|
|
|
36254
36259
|
if ($scope.doNextAttachList) {
|
|
36255
36260
|
$scope.doNextAttachList.forEach(function (doNextAttach) {
|
|
36256
36261
|
if (doNextAttach.file && doNextAttach.file.progress === 0) {
|
|
36257
|
-
|
|
36262
|
+
_this18.attachments.push(doNextAttach);
|
|
36258
36263
|
}
|
|
36259
36264
|
});
|
|
36260
36265
|
}
|
|
36261
|
-
maxFileSizeStr = (0,utils/* formatFileSize */.v7)(
|
|
36266
|
+
maxFileSizeStr = (0,utils/* formatFileSize */.v7)(_this18.maxFileSize);
|
|
36262
36267
|
forwardAttachs = [];
|
|
36263
36268
|
_this.attachments.forEach(function (attach, index) {
|
|
36264
36269
|
if (attach.file != null && !attach.file.complete && attach.uploadIndex === undefined) {
|
|
36265
|
-
if (attach.fileType ===
|
|
36270
|
+
if (attach.fileType === _this18.attachsType || attach.uploadType === 'formfile' || attach.uploadType === 'DONEXT') {
|
|
36266
36271
|
attach.file.message = null;
|
|
36267
|
-
attach.file.fileType = attach.fileType ||
|
|
36272
|
+
attach.file.fileType = attach.fileType || _this18.attachsType;
|
|
36268
36273
|
attach.uploadIndex = index;
|
|
36269
36274
|
uploadAttach.push(attach);
|
|
36270
36275
|
}
|
|
@@ -36285,7 +36290,7 @@ var _this = null;
|
|
|
36285
36290
|
}
|
|
36286
36291
|
bodyfile = $scope.bodyfile;
|
|
36287
36292
|
bodyfile.file.message = null;
|
|
36288
|
-
bodyfile.file.fileType = bodyfile.fileType ||
|
|
36293
|
+
bodyfile.file.fileType = bodyfile.fileType || _this18.attachsType;
|
|
36289
36294
|
_context4.next = 14;
|
|
36290
36295
|
return uploadAttachFile(bodyfile);
|
|
36291
36296
|
case 14:
|
|
@@ -36299,7 +36304,7 @@ var _this = null;
|
|
|
36299
36304
|
// $scope.$set($scope, 'bodyfile', attach),浏览器刷新
|
|
36300
36305
|
if (attach.fileName.indexOf('SignedFile_') === 0) {
|
|
36301
36306
|
attach.bodyFileName = attach.fileName;
|
|
36302
|
-
if (attach.fileName.indexOf(
|
|
36307
|
+
if (attach.fileName.indexOf(_this18.$vnode.context.wfInstance.bodyDocId) !== -1) {
|
|
36303
36308
|
attach.fileName = $scope.wfInstance.title + attach.fileName.substring(attach.fileName.lastIndexOf('.'));
|
|
36304
36309
|
} else {
|
|
36305
36310
|
attach.fileName = attach.fileName.split('SignedFile_')[1];
|
|
@@ -36325,14 +36330,14 @@ var _this = null;
|
|
|
36325
36330
|
fileName = bodyfile.file.name;
|
|
36326
36331
|
extName = fileName.substring(fileName.lastIndexOf('.')).toLowerCase();
|
|
36327
36332
|
docEditMode = '';
|
|
36328
|
-
if (
|
|
36333
|
+
if (_this18.$vnode.context.wfInstance.passenger && _this18.$vnode.context.wfInstance.passenger.docEditMode) {
|
|
36329
36334
|
// 当前模式获取
|
|
36330
|
-
docEditMode =
|
|
36335
|
+
docEditMode = _this18.$vnode.context.wfInstance.passenger.docEditMode;
|
|
36331
36336
|
}
|
|
36332
36337
|
if (fileName.indexOf('SignedFile_' + $scope.wfInstance.bodyDocId) === 0) {
|
|
36333
36338
|
$scope.wfInstance.haveDoc = 2;
|
|
36334
36339
|
$scope.vo.signedFileName = 'SignedFile_' + $scope.wfInstance.bodyDocId + extName;
|
|
36335
|
-
} else if (fileName.indexOf('RedTitle_' +
|
|
36340
|
+
} else if (fileName.indexOf('RedTitle_' + _this18.$vnode.context.wfInstance.bodyDocId) === 0) {
|
|
36336
36341
|
$scope.wfInstance.haveDoc = 2;
|
|
36337
36342
|
} else if (docEditMode === 'RedTitle') {
|
|
36338
36343
|
// 红头模式默认上传 红头文件
|
|
@@ -36438,7 +36443,7 @@ var _this = null;
|
|
|
36438
36443
|
if (uploadRst.body.uploadAttachList.length > 0) {
|
|
36439
36444
|
_this.attachments.forEach(function (iattach, iindex) {
|
|
36440
36445
|
if (file === iattach.file) {
|
|
36441
|
-
var attachments = $scope.attachments || $scope.vo.passenger.attachments ||
|
|
36446
|
+
var attachments = $scope.attachments || $scope.vo.passenger.attachments || _this18.attachments;
|
|
36442
36447
|
if (uploadRst.body.uploadAttachList.length === 2) {
|
|
36443
36448
|
attachments.splice(iindex, 1, uploadRst.body.uploadAttachList[0], uploadRst.body.uploadAttachList[1]);
|
|
36444
36449
|
} else {
|
|
@@ -36449,7 +36454,7 @@ var _this = null;
|
|
|
36449
36454
|
$scope.$set($scope, 'doNextAttach', uploadRst.body.uploadAttachList[0]);
|
|
36450
36455
|
}
|
|
36451
36456
|
}
|
|
36452
|
-
if ((iattach.fileType ===
|
|
36457
|
+
if ((iattach.fileType === _this18.attachsType || iattach.uploadType === 'formfile' || iattach.uploadType === 'DONEXT') && iattach.file && iattach.file.complete !== true) {
|
|
36453
36458
|
complete = false;
|
|
36454
36459
|
}
|
|
36455
36460
|
});
|
|
@@ -36459,7 +36464,7 @@ var _this = null;
|
|
|
36459
36464
|
code: 'success',
|
|
36460
36465
|
message: $scope.$tx('ecwapp.Wflowform.Attachment.attchUploadFile', '附件全部上传成功')
|
|
36461
36466
|
});
|
|
36462
|
-
|
|
36467
|
+
_this18.$forceUpdate();
|
|
36463
36468
|
}
|
|
36464
36469
|
} else {
|
|
36465
36470
|
file.status = 'failure';
|
|
@@ -36467,7 +36472,7 @@ var _this = null;
|
|
|
36467
36472
|
delete attach.uploadIndex;
|
|
36468
36473
|
_this.attachments.splice(attach.uploadIndex, 1, attach);
|
|
36469
36474
|
resole(uploadRst);
|
|
36470
|
-
|
|
36475
|
+
_this18.$forceUpdate();
|
|
36471
36476
|
}
|
|
36472
36477
|
case 5:
|
|
36473
36478
|
case "end":
|
|
@@ -36598,7 +36603,7 @@ var _this = null;
|
|
|
36598
36603
|
this.attachVo.readerNames = readerNames;
|
|
36599
36604
|
},
|
|
36600
36605
|
saveReaderScope: function saveReaderScope() {
|
|
36601
|
-
var
|
|
36606
|
+
var _this19 = this;
|
|
36602
36607
|
if (this.attachVo.readerScope === 1 && !this.attachVo.readerIds || this.attachVo.readerScope > 1 && !this.attachVo.readerNames) {
|
|
36603
36608
|
var message = this.$tx('common.pleaseSelect', '请选择') + ' ' + this.$tx('ecwplat.menuForm.fields.accessAuthorization', '访问授权').toLowerCase();
|
|
36604
36609
|
if (this.$i18n.locale === 'zhCN') {
|
|
@@ -36618,14 +36623,14 @@ var _this = null;
|
|
|
36618
36623
|
data: this.attachVo,
|
|
36619
36624
|
url: updateUrl
|
|
36620
36625
|
}).then(function (res) {
|
|
36621
|
-
|
|
36626
|
+
_this19.$bus.emit('closeDoingDialog');
|
|
36622
36627
|
if (res.code === 'success') {
|
|
36623
|
-
|
|
36624
|
-
|
|
36625
|
-
|
|
36626
|
-
|
|
36628
|
+
_this19.$message.success(res.message);
|
|
36629
|
+
_this19.setReaderScopeVisible = false;
|
|
36630
|
+
_this19.attachVo = null;
|
|
36631
|
+
_this19.$forceUpdate();
|
|
36627
36632
|
} else {
|
|
36628
|
-
|
|
36633
|
+
_this19.$alert(res.message, _this19.$tx('common.operationTip', '操作提示'), {
|
|
36629
36634
|
type: 'error'
|
|
36630
36635
|
});
|
|
36631
36636
|
}
|
|
@@ -36635,9 +36640,9 @@ var _this = null;
|
|
|
36635
36640
|
});
|
|
36636
36641
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
|
|
36637
36642
|
/* harmony default export */ var src_Attachmentvue_type_script_lang_js = (Attachmentvue_type_script_lang_js);
|
|
36638
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.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=
|
|
36639
|
-
var
|
|
36640
|
-
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=
|
|
36643
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.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
|
|
36644
|
+
var Attachmentvue_type_style_index_0_id_51baa981_prod_scoped_true_lang_scss = __webpack_require__(2712);
|
|
36645
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=51baa981&prod&scoped=true&lang=scss
|
|
36641
36646
|
|
|
36642
36647
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
36643
36648
|
var componentNormalizer = __webpack_require__(81656);
|
|
@@ -36656,7 +36661,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
36656
36661
|
staticRenderFns,
|
|
36657
36662
|
false,
|
|
36658
36663
|
null,
|
|
36659
|
-
"
|
|
36664
|
+
"51baa981",
|
|
36660
36665
|
null
|
|
36661
36666
|
|
|
36662
36667
|
)
|
|
@@ -166456,7 +166461,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-4ff4cf75] .wf-names-checkbox .
|
|
|
166456
166461
|
|
|
166457
166462
|
/***/ }),
|
|
166458
166463
|
|
|
166459
|
-
/***/
|
|
166464
|
+
/***/ 54915:
|
|
166460
166465
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
166461
166466
|
|
|
166462
166467
|
"use strict";
|
|
@@ -166470,7 +166475,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
166470
166475
|
|
|
166471
166476
|
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()));
|
|
166472
166477
|
// Module
|
|
166473
|
-
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-
|
|
166478
|
+
___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}", ""]);
|
|
166474
166479
|
// Exports
|
|
166475
166480
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
166476
166481
|
|
|
@@ -263506,19 +263511,19 @@ var update = add("19c93270", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
263506
263511
|
|
|
263507
263512
|
/***/ }),
|
|
263508
263513
|
|
|
263509
|
-
/***/
|
|
263514
|
+
/***/ 2712:
|
|
263510
263515
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
263511
263516
|
|
|
263512
263517
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
263513
263518
|
|
|
263514
263519
|
// load the styles
|
|
263515
|
-
var content = __webpack_require__(
|
|
263520
|
+
var content = __webpack_require__(54915);
|
|
263516
263521
|
if(content.__esModule) content = content.default;
|
|
263517
263522
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
263518
263523
|
if(content.locals) module.exports = content.locals;
|
|
263519
263524
|
// add the styles to the DOM
|
|
263520
263525
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
263521
|
-
var update = add("
|
|
263526
|
+
var update = add("005ae28a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
263522
263527
|
|
|
263523
263528
|
/***/ }),
|
|
263524
263529
|
|
|
@@ -287464,87 +287469,87 @@ var asyncComponents = [
|
|
|
287464
287469
|
}],
|
|
287465
287470
|
// ========== ecwapp/Wflowform 工作流表单子组件 → chunk: wflow-form ==========
|
|
287466
287471
|
['Attachment', function () {
|
|
287467
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287472
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287468
287473
|
return m.Attachment;
|
|
287469
287474
|
});
|
|
287470
287475
|
}], ['BodyFile', function () {
|
|
287471
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287476
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287472
287477
|
return m.BodyFile;
|
|
287473
287478
|
});
|
|
287474
287479
|
}], ['CommandBar', function () {
|
|
287475
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287480
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287476
287481
|
return m.CommandBar;
|
|
287477
287482
|
});
|
|
287478
287483
|
}], ['HandleIdea', function () {
|
|
287479
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287484
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287480
287485
|
return m.HandleIdea;
|
|
287481
287486
|
});
|
|
287482
287487
|
}], ['IdeaInputBox', function () {
|
|
287483
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287488
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287484
287489
|
return m.IdeaInputBox;
|
|
287485
287490
|
});
|
|
287486
287491
|
}], ['ModifyWflogAddUser', function () {
|
|
287487
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287492
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287488
287493
|
return m.ModifyWflogAddUser;
|
|
287489
287494
|
});
|
|
287490
287495
|
}], ['ModifyWflogIdea', function () {
|
|
287491
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287496
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287492
287497
|
return m.ModifyWflogIdea;
|
|
287493
287498
|
});
|
|
287494
287499
|
}], ['WriteToReadIdea', function () {
|
|
287495
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287500
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287496
287501
|
return m.WriteToReadIdea;
|
|
287497
287502
|
});
|
|
287498
287503
|
}], ['ModifyWflogSubmitFile', function () {
|
|
287499
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287504
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287500
287505
|
return m.ModifyWflogSubmitFile;
|
|
287501
287506
|
});
|
|
287502
287507
|
}], ['ModifyWfNodelog', function () {
|
|
287503
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287508
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287504
287509
|
return m.ModifyWfNodelog;
|
|
287505
287510
|
});
|
|
287506
287511
|
}], ['SelectOuterDeputy', function () {
|
|
287507
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287512
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287508
287513
|
return m.SelectOuterDeputy;
|
|
287509
287514
|
});
|
|
287510
287515
|
}], ['SubmitHandle', function () {
|
|
287511
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287516
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287512
287517
|
return m.SubmitHandle;
|
|
287513
287518
|
});
|
|
287514
287519
|
}], ['SubmitDialog', function () {
|
|
287515
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287520
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287516
287521
|
return m.SubmitDialog;
|
|
287517
287522
|
});
|
|
287518
287523
|
}], ['WfNodelogList', function () {
|
|
287519
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287524
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287520
287525
|
return m.WfNodelogList;
|
|
287521
287526
|
});
|
|
287522
287527
|
}], ['WflogAddReader', function () {
|
|
287523
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287528
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287524
287529
|
return m.WflogAddReader;
|
|
287525
287530
|
});
|
|
287526
287531
|
}], ['WflowView', function () {
|
|
287527
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287532
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287528
287533
|
return m.WflowView;
|
|
287529
287534
|
});
|
|
287530
287535
|
}], ['ImgView', function () {
|
|
287531
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287536
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287532
287537
|
return m.ImgView;
|
|
287533
287538
|
});
|
|
287534
287539
|
}], ['IdeaSignature', function () {
|
|
287535
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287540
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287536
287541
|
return m.IdeaSignature;
|
|
287537
287542
|
});
|
|
287538
287543
|
}], ['ReplaceFile', function () {
|
|
287539
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287544
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287540
287545
|
return m.ReplaceFile;
|
|
287541
287546
|
});
|
|
287542
287547
|
}], ['ViewBodyFile', function () {
|
|
287543
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287548
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287544
287549
|
return m.ViewBodyFile;
|
|
287545
287550
|
});
|
|
287546
287551
|
}], ['WformLayout', function () {
|
|
287547
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287552
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287548
287553
|
return m.WformLayout;
|
|
287549
287554
|
});
|
|
287550
287555
|
}],
|
|
@@ -287829,7 +287834,7 @@ var WfengineModule = function WfengineModule() {
|
|
|
287829
287834
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 86322));
|
|
287830
287835
|
};
|
|
287831
287836
|
var WflowformModule = function WflowformModule() {
|
|
287832
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287837
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789));
|
|
287833
287838
|
};
|
|
287834
287839
|
var WflowDesignerModule = function WflowDesignerModule() {
|
|
287835
287840
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 94714));
|