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