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.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,24 +33718,26 @@ 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', {
|
|
33730
|
+
staticStyle: {
|
|
33731
|
+
"width": "100%"
|
|
33732
|
+
}
|
|
33733
|
+
}, [_c('el-progress', {
|
|
33732
33734
|
attrs: {
|
|
33733
33735
|
"text-inside": true,
|
|
33734
33736
|
"stroke-width": 20,
|
|
33735
33737
|
"percentage": attach.file.progress,
|
|
33736
33738
|
"status": "success"
|
|
33737
33739
|
}
|
|
33738
|
-
}) : !attach.file.message && attach.file.progress === 0 ? _c('div', {
|
|
33740
|
+
})], 1) : !attach.file.message && attach.file.progress === 0 ? _c('div', {
|
|
33739
33741
|
directives: [{
|
|
33740
33742
|
name: "text-lbl",
|
|
33741
33743
|
rawName: "v-text-lbl",
|
|
@@ -33747,7 +33749,7 @@ var render = function render() {
|
|
|
33747
33749
|
}
|
|
33748
33750
|
}, [_vm._v("待上传")]) : _vm._e(), attach.file.message ? _c('div', {
|
|
33749
33751
|
staticClass: "upload-err-desc"
|
|
33750
|
-
}, [_vm._v(" " + _vm._s(attach.file.message) + " ")]) : _vm._e()]
|
|
33752
|
+
}, [_vm._v(" " + _vm._s(attach.file.message) + " ")]) : _vm._e()])], 2);
|
|
33751
33753
|
}), !_vm.hasAttachment ? _c('tr', [_c('td', {
|
|
33752
33754
|
staticClass: "el-table__cell",
|
|
33753
33755
|
staticStyle: {
|
|
@@ -35124,7 +35126,9 @@ var _this = null;
|
|
|
35124
35126
|
// 是否显示访问权限设置对话框
|
|
35125
35127
|
attachVo: null,
|
|
35126
35128
|
// 当前操作的附件对象
|
|
35127
|
-
topdfFile: '.doc,.docx,.xls,.xlsx,.ppt,.pptx'
|
|
35129
|
+
topdfFile: '.doc,.docx,.xls,.xlsx,.ppt,.pptx',
|
|
35130
|
+
//pdfjs在线预览支持转pdf的文件格式
|
|
35131
|
+
waitUploadColWidth: null
|
|
35128
35132
|
};
|
|
35129
35133
|
},
|
|
35130
35134
|
computed: _objectSpread({
|
|
@@ -35163,18 +35167,6 @@ var _this = null;
|
|
|
35163
35167
|
} else {
|
|
35164
35168
|
return false;
|
|
35165
35169
|
}
|
|
35166
|
-
},
|
|
35167
|
-
waitUploadColWidth: function waitUploadColWidth() {
|
|
35168
|
-
var width = 180 + 80;
|
|
35169
|
-
if (this.showCanDownloadCol) width += 200;
|
|
35170
|
-
if (this.curTN.tnCanEdit === 1 && this.onlineEditor !== '' || this.showDownloadLink) {
|
|
35171
|
-
if ((this.curTN.tnCanEdit !== 1 || this.onlineEditor === '') && this.showDownloadLink) {
|
|
35172
|
-
width += 80;
|
|
35173
|
-
} else {
|
|
35174
|
-
width += 100;
|
|
35175
|
-
}
|
|
35176
|
-
}
|
|
35177
|
-
return width + 'px';
|
|
35178
35170
|
}
|
|
35179
35171
|
}, (0,vuex_esm/* mapGetters */.L8)(['loginUser', 'maxFileSize'])),
|
|
35180
35172
|
watch: {
|
|
@@ -35282,6 +35274,18 @@ var _this = null;
|
|
|
35282
35274
|
this.setCurTN();
|
|
35283
35275
|
},
|
|
35284
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
|
+
},
|
|
35285
35289
|
ensureAttachUid: function ensureAttachUid(attach) {
|
|
35286
35290
|
if (!attach._uid) {
|
|
35287
35291
|
attach._uid = '_attach_' + ++this.attachUid;
|
|
@@ -35458,6 +35462,7 @@ var _this = null;
|
|
|
35458
35462
|
this.wfAttachUrl = this.$vnode.context.$vnode.context.wfParams.wfEngineUrl;
|
|
35459
35463
|
}
|
|
35460
35464
|
}
|
|
35465
|
+
this.setWaitUploadColWidth();
|
|
35461
35466
|
},
|
|
35462
35467
|
canDownloadValueChange: function canDownloadValueChange() {
|
|
35463
35468
|
var _this9 = this;
|
|
@@ -36077,6 +36082,7 @@ var _this = null;
|
|
|
36077
36082
|
this.$forceUpdate();
|
|
36078
36083
|
},
|
|
36079
36084
|
handleUploadChange: function handleUploadChange(file, fileList) {
|
|
36085
|
+
var _this17 = this;
|
|
36080
36086
|
// 不允许上传同名文件
|
|
36081
36087
|
for (var j = 0; j < this.attachments.length; j++) {
|
|
36082
36088
|
if (file.name === this.attachments[j].fileName && (this.attachments[j].fileType === this.attachsType || !this.sameNameBodyfile && this.attachments[j].fileType === 'BODY')) {
|
|
@@ -36127,31 +36133,33 @@ var _this = null;
|
|
|
36127
36133
|
}
|
|
36128
36134
|
this.attachments.push(attach);
|
|
36129
36135
|
this.checkall = false;
|
|
36130
|
-
this.$
|
|
36131
|
-
|
|
36132
|
-
|
|
36133
|
-
|
|
36134
|
-
|
|
36135
|
-
|
|
36136
|
-
|
|
36137
|
-
|
|
36138
|
-
|
|
36139
|
-
|
|
36140
|
-
|
|
36141
|
-
|
|
36142
|
-
|
|
36143
|
-
|
|
36144
|
-
|
|
36145
|
-
|
|
36146
|
-
|
|
36147
|
-
|
|
36148
|
-
|
|
36149
|
-
|
|
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
|
+
}
|
|
36150
36158
|
}
|
|
36151
|
-
}
|
|
36159
|
+
});
|
|
36152
36160
|
},
|
|
36153
36161
|
uploadWflowAttach: function uploadWflowAttach($scope, actionType) {
|
|
36154
|
-
var
|
|
36162
|
+
var _this18 = this;
|
|
36155
36163
|
var _this = this;
|
|
36156
36164
|
return new Promise( /*#__PURE__*/function () {
|
|
36157
36165
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(resole) {
|
|
@@ -36195,6 +36203,7 @@ var _this = null;
|
|
|
36195
36203
|
onUploadProgress: function onUploadProgress(progressEvent) {
|
|
36196
36204
|
var complete = progressEvent.loaded / progressEvent.total * 100 | 0;
|
|
36197
36205
|
_this.$set(file, 'progress', complete);
|
|
36206
|
+
_this.$forceUpdate();
|
|
36198
36207
|
if (attach.uploadIndex !== undefined) {
|
|
36199
36208
|
_this.attachments.splice(attach.uploadIndex, 1, attach);
|
|
36200
36209
|
}
|
|
@@ -36250,17 +36259,17 @@ var _this = null;
|
|
|
36250
36259
|
if ($scope.doNextAttachList) {
|
|
36251
36260
|
$scope.doNextAttachList.forEach(function (doNextAttach) {
|
|
36252
36261
|
if (doNextAttach.file && doNextAttach.file.progress === 0) {
|
|
36253
|
-
|
|
36262
|
+
_this18.attachments.push(doNextAttach);
|
|
36254
36263
|
}
|
|
36255
36264
|
});
|
|
36256
36265
|
}
|
|
36257
|
-
maxFileSizeStr = (0,utils/* formatFileSize */.v7)(
|
|
36266
|
+
maxFileSizeStr = (0,utils/* formatFileSize */.v7)(_this18.maxFileSize);
|
|
36258
36267
|
forwardAttachs = [];
|
|
36259
36268
|
_this.attachments.forEach(function (attach, index) {
|
|
36260
36269
|
if (attach.file != null && !attach.file.complete && attach.uploadIndex === undefined) {
|
|
36261
|
-
if (attach.fileType ===
|
|
36270
|
+
if (attach.fileType === _this18.attachsType || attach.uploadType === 'formfile' || attach.uploadType === 'DONEXT') {
|
|
36262
36271
|
attach.file.message = null;
|
|
36263
|
-
attach.file.fileType = attach.fileType ||
|
|
36272
|
+
attach.file.fileType = attach.fileType || _this18.attachsType;
|
|
36264
36273
|
attach.uploadIndex = index;
|
|
36265
36274
|
uploadAttach.push(attach);
|
|
36266
36275
|
}
|
|
@@ -36281,7 +36290,7 @@ var _this = null;
|
|
|
36281
36290
|
}
|
|
36282
36291
|
bodyfile = $scope.bodyfile;
|
|
36283
36292
|
bodyfile.file.message = null;
|
|
36284
|
-
bodyfile.file.fileType = bodyfile.fileType ||
|
|
36293
|
+
bodyfile.file.fileType = bodyfile.fileType || _this18.attachsType;
|
|
36285
36294
|
_context4.next = 14;
|
|
36286
36295
|
return uploadAttachFile(bodyfile);
|
|
36287
36296
|
case 14:
|
|
@@ -36295,7 +36304,7 @@ var _this = null;
|
|
|
36295
36304
|
// $scope.$set($scope, 'bodyfile', attach),浏览器刷新
|
|
36296
36305
|
if (attach.fileName.indexOf('SignedFile_') === 0) {
|
|
36297
36306
|
attach.bodyFileName = attach.fileName;
|
|
36298
|
-
if (attach.fileName.indexOf(
|
|
36307
|
+
if (attach.fileName.indexOf(_this18.$vnode.context.wfInstance.bodyDocId) !== -1) {
|
|
36299
36308
|
attach.fileName = $scope.wfInstance.title + attach.fileName.substring(attach.fileName.lastIndexOf('.'));
|
|
36300
36309
|
} else {
|
|
36301
36310
|
attach.fileName = attach.fileName.split('SignedFile_')[1];
|
|
@@ -36321,14 +36330,14 @@ var _this = null;
|
|
|
36321
36330
|
fileName = bodyfile.file.name;
|
|
36322
36331
|
extName = fileName.substring(fileName.lastIndexOf('.')).toLowerCase();
|
|
36323
36332
|
docEditMode = '';
|
|
36324
|
-
if (
|
|
36333
|
+
if (_this18.$vnode.context.wfInstance.passenger && _this18.$vnode.context.wfInstance.passenger.docEditMode) {
|
|
36325
36334
|
// 当前模式获取
|
|
36326
|
-
docEditMode =
|
|
36335
|
+
docEditMode = _this18.$vnode.context.wfInstance.passenger.docEditMode;
|
|
36327
36336
|
}
|
|
36328
36337
|
if (fileName.indexOf('SignedFile_' + $scope.wfInstance.bodyDocId) === 0) {
|
|
36329
36338
|
$scope.wfInstance.haveDoc = 2;
|
|
36330
36339
|
$scope.vo.signedFileName = 'SignedFile_' + $scope.wfInstance.bodyDocId + extName;
|
|
36331
|
-
} else if (fileName.indexOf('RedTitle_' +
|
|
36340
|
+
} else if (fileName.indexOf('RedTitle_' + _this18.$vnode.context.wfInstance.bodyDocId) === 0) {
|
|
36332
36341
|
$scope.wfInstance.haveDoc = 2;
|
|
36333
36342
|
} else if (docEditMode === 'RedTitle') {
|
|
36334
36343
|
// 红头模式默认上传 红头文件
|
|
@@ -36434,7 +36443,7 @@ var _this = null;
|
|
|
36434
36443
|
if (uploadRst.body.uploadAttachList.length > 0) {
|
|
36435
36444
|
_this.attachments.forEach(function (iattach, iindex) {
|
|
36436
36445
|
if (file === iattach.file) {
|
|
36437
|
-
var attachments = $scope.attachments || $scope.vo.passenger.attachments ||
|
|
36446
|
+
var attachments = $scope.attachments || $scope.vo.passenger.attachments || _this18.attachments;
|
|
36438
36447
|
if (uploadRst.body.uploadAttachList.length === 2) {
|
|
36439
36448
|
attachments.splice(iindex, 1, uploadRst.body.uploadAttachList[0], uploadRst.body.uploadAttachList[1]);
|
|
36440
36449
|
} else {
|
|
@@ -36445,7 +36454,7 @@ var _this = null;
|
|
|
36445
36454
|
$scope.$set($scope, 'doNextAttach', uploadRst.body.uploadAttachList[0]);
|
|
36446
36455
|
}
|
|
36447
36456
|
}
|
|
36448
|
-
if ((iattach.fileType ===
|
|
36457
|
+
if ((iattach.fileType === _this18.attachsType || iattach.uploadType === 'formfile' || iattach.uploadType === 'DONEXT') && iattach.file && iattach.file.complete !== true) {
|
|
36449
36458
|
complete = false;
|
|
36450
36459
|
}
|
|
36451
36460
|
});
|
|
@@ -36455,7 +36464,7 @@ var _this = null;
|
|
|
36455
36464
|
code: 'success',
|
|
36456
36465
|
message: $scope.$tx('ecwapp.Wflowform.Attachment.attchUploadFile', '附件全部上传成功')
|
|
36457
36466
|
});
|
|
36458
|
-
|
|
36467
|
+
_this18.$forceUpdate();
|
|
36459
36468
|
}
|
|
36460
36469
|
} else {
|
|
36461
36470
|
file.status = 'failure';
|
|
@@ -36463,7 +36472,7 @@ var _this = null;
|
|
|
36463
36472
|
delete attach.uploadIndex;
|
|
36464
36473
|
_this.attachments.splice(attach.uploadIndex, 1, attach);
|
|
36465
36474
|
resole(uploadRst);
|
|
36466
|
-
|
|
36475
|
+
_this18.$forceUpdate();
|
|
36467
36476
|
}
|
|
36468
36477
|
case 5:
|
|
36469
36478
|
case "end":
|
|
@@ -36594,7 +36603,7 @@ var _this = null;
|
|
|
36594
36603
|
this.attachVo.readerNames = readerNames;
|
|
36595
36604
|
},
|
|
36596
36605
|
saveReaderScope: function saveReaderScope() {
|
|
36597
|
-
var
|
|
36606
|
+
var _this19 = this;
|
|
36598
36607
|
if (this.attachVo.readerScope === 1 && !this.attachVo.readerIds || this.attachVo.readerScope > 1 && !this.attachVo.readerNames) {
|
|
36599
36608
|
var message = this.$tx('common.pleaseSelect', '请选择') + ' ' + this.$tx('ecwplat.menuForm.fields.accessAuthorization', '访问授权').toLowerCase();
|
|
36600
36609
|
if (this.$i18n.locale === 'zhCN') {
|
|
@@ -36614,14 +36623,14 @@ var _this = null;
|
|
|
36614
36623
|
data: this.attachVo,
|
|
36615
36624
|
url: updateUrl
|
|
36616
36625
|
}).then(function (res) {
|
|
36617
|
-
|
|
36626
|
+
_this19.$bus.emit('closeDoingDialog');
|
|
36618
36627
|
if (res.code === 'success') {
|
|
36619
|
-
|
|
36620
|
-
|
|
36621
|
-
|
|
36622
|
-
|
|
36628
|
+
_this19.$message.success(res.message);
|
|
36629
|
+
_this19.setReaderScopeVisible = false;
|
|
36630
|
+
_this19.attachVo = null;
|
|
36631
|
+
_this19.$forceUpdate();
|
|
36623
36632
|
} else {
|
|
36624
|
-
|
|
36633
|
+
_this19.$alert(res.message, _this19.$tx('common.operationTip', '操作提示'), {
|
|
36625
36634
|
type: 'error'
|
|
36626
36635
|
});
|
|
36627
36636
|
}
|
|
@@ -36631,9 +36640,9 @@ var _this = null;
|
|
|
36631
36640
|
});
|
|
36632
36641
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
|
|
36633
36642
|
/* harmony default export */ var src_Attachmentvue_type_script_lang_js = (Attachmentvue_type_script_lang_js);
|
|
36634
|
-
// 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=
|
|
36635
|
-
var
|
|
36636
|
-
;// 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
|
|
36637
36646
|
|
|
36638
36647
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
36639
36648
|
var componentNormalizer = __webpack_require__(81656);
|
|
@@ -36652,7 +36661,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
36652
36661
|
staticRenderFns,
|
|
36653
36662
|
false,
|
|
36654
36663
|
null,
|
|
36655
|
-
"
|
|
36664
|
+
"51baa981",
|
|
36656
36665
|
null
|
|
36657
36666
|
|
|
36658
36667
|
)
|
|
@@ -166452,7 +166461,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-4ff4cf75] .wf-names-checkbox .
|
|
|
166452
166461
|
|
|
166453
166462
|
/***/ }),
|
|
166454
166463
|
|
|
166455
|
-
/***/
|
|
166464
|
+
/***/ 54915:
|
|
166456
166465
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
166457
166466
|
|
|
166458
166467
|
"use strict";
|
|
@@ -166466,7 +166475,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
166466
166475
|
|
|
166467
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()));
|
|
166468
166477
|
// Module
|
|
166469
|
-
___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}", ""]);
|
|
166470
166479
|
// Exports
|
|
166471
166480
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
166472
166481
|
|
|
@@ -263502,19 +263511,19 @@ var update = add("19c93270", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
263502
263511
|
|
|
263503
263512
|
/***/ }),
|
|
263504
263513
|
|
|
263505
|
-
/***/
|
|
263514
|
+
/***/ 2712:
|
|
263506
263515
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
263507
263516
|
|
|
263508
263517
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
263509
263518
|
|
|
263510
263519
|
// load the styles
|
|
263511
|
-
var content = __webpack_require__(
|
|
263520
|
+
var content = __webpack_require__(54915);
|
|
263512
263521
|
if(content.__esModule) content = content.default;
|
|
263513
263522
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
263514
263523
|
if(content.locals) module.exports = content.locals;
|
|
263515
263524
|
// add the styles to the DOM
|
|
263516
263525
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
263517
|
-
var update = add("
|
|
263526
|
+
var update = add("005ae28a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
263518
263527
|
|
|
263519
263528
|
/***/ }),
|
|
263520
263529
|
|
|
@@ -287460,87 +287469,87 @@ var asyncComponents = [
|
|
|
287460
287469
|
}],
|
|
287461
287470
|
// ========== ecwapp/Wflowform 工作流表单子组件 → chunk: wflow-form ==========
|
|
287462
287471
|
['Attachment', function () {
|
|
287463
|
-
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) {
|
|
287464
287473
|
return m.Attachment;
|
|
287465
287474
|
});
|
|
287466
287475
|
}], ['BodyFile', function () {
|
|
287467
|
-
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) {
|
|
287468
287477
|
return m.BodyFile;
|
|
287469
287478
|
});
|
|
287470
287479
|
}], ['CommandBar', function () {
|
|
287471
|
-
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) {
|
|
287472
287481
|
return m.CommandBar;
|
|
287473
287482
|
});
|
|
287474
287483
|
}], ['HandleIdea', function () {
|
|
287475
|
-
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) {
|
|
287476
287485
|
return m.HandleIdea;
|
|
287477
287486
|
});
|
|
287478
287487
|
}], ['IdeaInputBox', function () {
|
|
287479
|
-
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) {
|
|
287480
287489
|
return m.IdeaInputBox;
|
|
287481
287490
|
});
|
|
287482
287491
|
}], ['ModifyWflogAddUser', function () {
|
|
287483
|
-
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) {
|
|
287484
287493
|
return m.ModifyWflogAddUser;
|
|
287485
287494
|
});
|
|
287486
287495
|
}], ['ModifyWflogIdea', function () {
|
|
287487
|
-
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) {
|
|
287488
287497
|
return m.ModifyWflogIdea;
|
|
287489
287498
|
});
|
|
287490
287499
|
}], ['WriteToReadIdea', function () {
|
|
287491
|
-
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) {
|
|
287492
287501
|
return m.WriteToReadIdea;
|
|
287493
287502
|
});
|
|
287494
287503
|
}], ['ModifyWflogSubmitFile', function () {
|
|
287495
|
-
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) {
|
|
287496
287505
|
return m.ModifyWflogSubmitFile;
|
|
287497
287506
|
});
|
|
287498
287507
|
}], ['ModifyWfNodelog', function () {
|
|
287499
|
-
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) {
|
|
287500
287509
|
return m.ModifyWfNodelog;
|
|
287501
287510
|
});
|
|
287502
287511
|
}], ['SelectOuterDeputy', function () {
|
|
287503
|
-
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) {
|
|
287504
287513
|
return m.SelectOuterDeputy;
|
|
287505
287514
|
});
|
|
287506
287515
|
}], ['SubmitHandle', function () {
|
|
287507
|
-
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) {
|
|
287508
287517
|
return m.SubmitHandle;
|
|
287509
287518
|
});
|
|
287510
287519
|
}], ['SubmitDialog', function () {
|
|
287511
|
-
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) {
|
|
287512
287521
|
return m.SubmitDialog;
|
|
287513
287522
|
});
|
|
287514
287523
|
}], ['WfNodelogList', function () {
|
|
287515
|
-
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) {
|
|
287516
287525
|
return m.WfNodelogList;
|
|
287517
287526
|
});
|
|
287518
287527
|
}], ['WflogAddReader', function () {
|
|
287519
|
-
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) {
|
|
287520
287529
|
return m.WflogAddReader;
|
|
287521
287530
|
});
|
|
287522
287531
|
}], ['WflowView', function () {
|
|
287523
|
-
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) {
|
|
287524
287533
|
return m.WflowView;
|
|
287525
287534
|
});
|
|
287526
287535
|
}], ['ImgView', function () {
|
|
287527
|
-
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) {
|
|
287528
287537
|
return m.ImgView;
|
|
287529
287538
|
});
|
|
287530
287539
|
}], ['IdeaSignature', function () {
|
|
287531
|
-
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) {
|
|
287532
287541
|
return m.IdeaSignature;
|
|
287533
287542
|
});
|
|
287534
287543
|
}], ['ReplaceFile', function () {
|
|
287535
|
-
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) {
|
|
287536
287545
|
return m.ReplaceFile;
|
|
287537
287546
|
});
|
|
287538
287547
|
}], ['ViewBodyFile', function () {
|
|
287539
|
-
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) {
|
|
287540
287549
|
return m.ViewBodyFile;
|
|
287541
287550
|
});
|
|
287542
287551
|
}], ['WformLayout', function () {
|
|
287543
|
-
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) {
|
|
287544
287553
|
return m.WformLayout;
|
|
287545
287554
|
});
|
|
287546
287555
|
}],
|
|
@@ -287825,7 +287834,7 @@ var WfengineModule = function WfengineModule() {
|
|
|
287825
287834
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 86322));
|
|
287826
287835
|
};
|
|
287827
287836
|
var WflowformModule = function WflowformModule() {
|
|
287828
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287837
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789));
|
|
287829
287838
|
};
|
|
287830
287839
|
var WflowDesignerModule = function WflowDesignerModule() {
|
|
287831
287840
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 94714));
|