ecinc-cloud-wappaio 9.7.18 → 9.7.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ecwappaio.common.js +198 -147
- package/lib/ecwappaio.umd.js +198 -147
- 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
|
)
|
|
@@ -51528,7 +51533,7 @@ var spark_md5_default = /*#__PURE__*/__webpack_require__.n(spark_md5);
|
|
|
51528
51533
|
|
|
51529
51534
|
|
|
51530
51535
|
// ========== 配置 ==========
|
|
51531
|
-
var DEFAULT_CHUNK_SIZE =
|
|
51536
|
+
var DEFAULT_CHUNK_SIZE = 3; // 默认分片大小(MB)
|
|
51532
51537
|
var MAX_RETRY = 3; // 单分片最大重试次数
|
|
51533
51538
|
var RETRY_DELAYS = [1000, 2000, 4000]; // 指数退避延迟(ms)
|
|
51534
51539
|
var STORAGE_PREFIX = 'chunk_upload_'; // localStorage key 前缀
|
|
@@ -52102,6 +52107,15 @@ var install = function install(Vue) {
|
|
|
52102
52107
|
}
|
|
52103
52108
|
});
|
|
52104
52109
|
}
|
|
52110
|
+
if (window.vType === 'mapp' && $scope.curTN.h5TodoDisabled === 1) {
|
|
52111
|
+
$scope.$notify({
|
|
52112
|
+
title: '提示',
|
|
52113
|
+
message: $scope.$tx('ecmapp.wflowform.notSupportMobile'),
|
|
52114
|
+
offset: 60,
|
|
52115
|
+
duration: 10 * 1000,
|
|
52116
|
+
type: 'warning'
|
|
52117
|
+
});
|
|
52118
|
+
}
|
|
52105
52119
|
|
|
52106
52120
|
// 更新vo.flContent中<img>元素的src
|
|
52107
52121
|
if ($scope.vo.flContent !== undefined && $scope.vo.flContent != null && $scope.vo.flContent.indexOf('/workflow/wfBusiAttach/downloadById') !== -1) {
|
|
@@ -116732,7 +116746,7 @@ var UdmGenerator_UserModuleForm = UserModuleForm;
|
|
|
116732
116746
|
|
|
116733
116747
|
/***/ }),
|
|
116734
116748
|
|
|
116735
|
-
/***/
|
|
116749
|
+
/***/ 64668:
|
|
116736
116750
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
116737
116751
|
|
|
116738
116752
|
"use strict";
|
|
@@ -128267,11 +128281,11 @@ var PanelNodevue_type_template_id_6a67cdfa_scoped_true_render = function render(
|
|
|
128267
128281
|
};
|
|
128268
128282
|
var PanelNodevue_type_template_id_6a67cdfa_scoped_true_staticRenderFns = [];
|
|
128269
128283
|
|
|
128270
|
-
;// 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=
|
|
128271
|
-
var
|
|
128284
|
+
;// 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=1e00bd7e&scoped=true
|
|
128285
|
+
var Tab0vue_type_template_id_1e00bd7e_scoped_true_render = function render() {
|
|
128272
128286
|
var _vm = this,
|
|
128273
128287
|
_c = _vm._self._c;
|
|
128274
|
-
return _c('div',
|
|
128288
|
+
return _c('div', {
|
|
128275
128289
|
attrs: {
|
|
128276
128290
|
"align": "center"
|
|
128277
128291
|
}
|
|
@@ -128343,7 +128357,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128343
128357
|
}
|
|
128344
128358
|
})], 1)];
|
|
128345
128359
|
}
|
|
128346
|
-
}]
|
|
128360
|
+
}])
|
|
128347
128361
|
})], 1)]), _c('tr', {
|
|
128348
128362
|
attrs: {
|
|
128349
128363
|
"valign": "top"
|
|
@@ -128384,7 +128398,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128384
128398
|
}
|
|
128385
128399
|
})], 1)];
|
|
128386
128400
|
}
|
|
128387
|
-
}]
|
|
128401
|
+
}])
|
|
128388
128402
|
})], 1)]), _vm.showType === 1 ? _c('tr', {
|
|
128389
128403
|
attrs: {
|
|
128390
128404
|
"valign": "top"
|
|
@@ -128483,7 +128497,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128483
128497
|
"valign": "middle",
|
|
128484
128498
|
"align": "right"
|
|
128485
128499
|
}
|
|
128486
|
-
}, [_vm._v("阅文方式")]), _c('td', [_c('el-select', {
|
|
128500
|
+
}, [_vm._v(" 阅文方式")]), _c('td', [_c('el-select', {
|
|
128487
128501
|
staticClass: "form-control",
|
|
128488
128502
|
attrs: {
|
|
128489
128503
|
"placeholder": "请选择"
|
|
@@ -128528,7 +128542,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128528
128542
|
"valign": "middle",
|
|
128529
128543
|
"align": "right"
|
|
128530
128544
|
}
|
|
128531
|
-
}, [_vm._v("办文方式")]), _c('td', [_c('el-select', {
|
|
128545
|
+
}, [_vm._v(" 办文方式")]), _c('td', [_c('el-select', {
|
|
128532
128546
|
staticClass: "form-control",
|
|
128533
128547
|
attrs: {
|
|
128534
128548
|
"placeholder": "请选择"
|
|
@@ -128598,7 +128612,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128598
128612
|
"valign": "middle",
|
|
128599
128613
|
"align": "right"
|
|
128600
128614
|
}
|
|
128601
|
-
}, [_vm._v("分组竞争模式")]), _c('td', [_c('el-select', {
|
|
128615
|
+
}, [_vm._v(" 分组竞争模式")]), _c('td', [_c('el-select', {
|
|
128602
128616
|
staticClass: "form-control",
|
|
128603
128617
|
attrs: {
|
|
128604
128618
|
"placeholder": "请选择"
|
|
@@ -128661,7 +128675,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128661
128675
|
"valign": "middle",
|
|
128662
128676
|
"align": "right"
|
|
128663
128677
|
}
|
|
128664
|
-
}, [_vm._v("退回方式")]), _c('td', [_c('el-select', {
|
|
128678
|
+
}, [_vm._v(" 退回方式")]), _c('td', [_c('el-select', {
|
|
128665
128679
|
staticClass: "form-control",
|
|
128666
128680
|
attrs: {
|
|
128667
128681
|
"placeholder": "请选择"
|
|
@@ -128703,7 +128717,43 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128703
128717
|
"value": 2,
|
|
128704
128718
|
"label": "退回任意节点"
|
|
128705
128719
|
}
|
|
128706
|
-
})], 1)], 1)]), _c('tr', {
|
|
128720
|
+
})], 1)], 1)]), _vm.curNode.nodeType == 1 && _vm.curNode.returnMode == 1 ? _c('tr', [_c('td', {
|
|
128721
|
+
staticClass: "el-table__cell tdBg",
|
|
128722
|
+
staticStyle: {
|
|
128723
|
+
"width": "130px"
|
|
128724
|
+
},
|
|
128725
|
+
attrs: {
|
|
128726
|
+
"id": "TNSpecifyUserTd",
|
|
128727
|
+
"valign": "top",
|
|
128728
|
+
"align": "right"
|
|
128729
|
+
}
|
|
128730
|
+
}, [_vm._v(" 指定退回节点")]), _c('td', {
|
|
128731
|
+
staticClass: "el-table__cell tdcont form-group"
|
|
128732
|
+
}, [_c('el-input', {
|
|
128733
|
+
staticClass: "form-control",
|
|
128734
|
+
attrs: {
|
|
128735
|
+
"nodefield": "returnHistoryNode",
|
|
128736
|
+
"name": "returnHistoryNodeMemo",
|
|
128737
|
+
"readonly": true,
|
|
128738
|
+
"resize": "none"
|
|
128739
|
+
},
|
|
128740
|
+
model: {
|
|
128741
|
+
value: _vm.returnHistoryNode.memo,
|
|
128742
|
+
callback: function callback($$v) {
|
|
128743
|
+
_vm.$set(_vm.returnHistoryNode, "memo", $$v);
|
|
128744
|
+
},
|
|
128745
|
+
expression: "returnHistoryNode.memo"
|
|
128746
|
+
}
|
|
128747
|
+
}, [_c('el-button', {
|
|
128748
|
+
attrs: {
|
|
128749
|
+
"slot": "append",
|
|
128750
|
+
"icon": "el-icon-more"
|
|
128751
|
+
},
|
|
128752
|
+
on: {
|
|
128753
|
+
"click": _vm.selectReturnHistoryNode
|
|
128754
|
+
},
|
|
128755
|
+
slot: "append"
|
|
128756
|
+
})], 1)], 1)]) : _vm._e(), _c('tr', {
|
|
128707
128757
|
directives: [{
|
|
128708
128758
|
name: "show",
|
|
128709
128759
|
rawName: "v-show",
|
|
@@ -128723,7 +128773,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128723
128773
|
"valign": "middle",
|
|
128724
128774
|
"align": "right"
|
|
128725
128775
|
}
|
|
128726
|
-
}, [_vm._v("待办合并")]), _c('td', [_c('el-radio-group', {
|
|
128776
|
+
}, [_vm._v(" 待办合并")]), _c('td', [_c('el-radio-group', {
|
|
128727
128777
|
staticClass: "form-control",
|
|
128728
128778
|
model: {
|
|
128729
128779
|
value: _vm.curNode.todoMerge,
|
|
@@ -128742,42 +128792,42 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
128742
128792
|
"label": 0,
|
|
128743
128793
|
"name": "todoMerge"
|
|
128744
128794
|
}
|
|
128745
|
-
}, [_vm._v("不合并")])], 1)], 1)]), _vm.curNode.nodeType == 1 && _vm.curNode.
|
|
128795
|
+
}, [_vm._v("不合并")])], 1)], 1)]), _vm.curNode.nodeType == 1 && _vm.showType === 1 && _vm.curNode.h5TodoDisabled !== undefined ? _c('tr', {
|
|
128796
|
+
attrs: {
|
|
128797
|
+
"valign": "top"
|
|
128798
|
+
}
|
|
128799
|
+
}, [_c('td', {
|
|
128746
128800
|
staticClass: "el-table__cell tdBg",
|
|
128747
128801
|
staticStyle: {
|
|
128748
128802
|
"width": "130px"
|
|
128749
128803
|
},
|
|
128750
128804
|
attrs: {
|
|
128751
|
-
"
|
|
128752
|
-
"valign": "top",
|
|
128805
|
+
"valign": "middle",
|
|
128753
128806
|
"align": "right"
|
|
128754
128807
|
}
|
|
128755
|
-
}, [_vm._v("
|
|
128756
|
-
staticClass: "el-table__cell tdcont form-group"
|
|
128757
|
-
}, [_c('el-input', {
|
|
128758
|
-
staticClass: "form-control",
|
|
128759
|
-
attrs: {
|
|
128760
|
-
"nodefield": "returnHistoryNode",
|
|
128761
|
-
"name": "returnHistoryNodeMemo",
|
|
128762
|
-
"readonly": true,
|
|
128763
|
-
"resize": "none"
|
|
128764
|
-
},
|
|
128808
|
+
}, [_vm._v(" 手机端办理 ")]), _c('td', [_c('el-select', {
|
|
128765
128809
|
model: {
|
|
128766
|
-
value: _vm.
|
|
128810
|
+
value: _vm.curNode.h5TodoDisabled,
|
|
128767
128811
|
callback: function callback($$v) {
|
|
128768
|
-
_vm.$set(_vm.
|
|
128812
|
+
_vm.$set(_vm.curNode, "h5TodoDisabled", $$v);
|
|
128769
128813
|
},
|
|
128770
|
-
expression: "
|
|
128814
|
+
expression: "curNode.h5TodoDisabled"
|
|
128771
128815
|
}
|
|
128772
|
-
}, [_c('el-
|
|
128816
|
+
}, [_c('el-option', {
|
|
128773
128817
|
attrs: {
|
|
128774
|
-
"
|
|
128775
|
-
"
|
|
128776
|
-
}
|
|
128777
|
-
|
|
128778
|
-
|
|
128779
|
-
|
|
128780
|
-
|
|
128818
|
+
"value": 0,
|
|
128819
|
+
"label": "允许办理"
|
|
128820
|
+
}
|
|
128821
|
+
}), _c('el-option', {
|
|
128822
|
+
attrs: {
|
|
128823
|
+
"value": 1,
|
|
128824
|
+
"label": "可查看但禁止办理"
|
|
128825
|
+
}
|
|
128826
|
+
}), _c('el-option', {
|
|
128827
|
+
attrs: {
|
|
128828
|
+
"value": 2,
|
|
128829
|
+
"label": "待办/已办列表不显示"
|
|
128830
|
+
}
|
|
128781
128831
|
})], 1)], 1)]) : _vm._e(), _vm.childWf ? [_c('tr', {
|
|
128782
128832
|
attrs: {
|
|
128783
128833
|
"valign": "top"
|
|
@@ -129114,9 +129164,9 @@ var Tab0vue_type_template_id_2e405932_scoped_true_render = function render() {
|
|
|
129114
129164
|
},
|
|
129115
129165
|
expression: "curNode.i18nCode"
|
|
129116
129166
|
}
|
|
129117
|
-
})], 1)])], 2)])
|
|
129167
|
+
})], 1)])], 2)]);
|
|
129118
129168
|
};
|
|
129119
|
-
var
|
|
129169
|
+
var Tab0vue_type_template_id_1e00bd7e_scoped_true_staticRenderFns = [function () {
|
|
129120
129170
|
var _vm = this,
|
|
129121
129171
|
_c = _vm._self._c;
|
|
129122
129172
|
return _c('td', {
|
|
@@ -129183,7 +129233,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns = [function ()
|
|
|
129183
129233
|
}, [_c('em', [_vm._v("*")]), _vm._v(" 子流程模块URL ")]);
|
|
129184
129234
|
}];
|
|
129185
129235
|
|
|
129186
|
-
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=
|
|
129236
|
+
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=template&id=1e00bd7e&scoped=true
|
|
129187
129237
|
|
|
129188
129238
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=script&lang=js
|
|
129189
129239
|
/* harmony default export */ var PanelNode_Tab0vue_type_script_lang_js = ({
|
|
@@ -129287,6 +129337,7 @@ var Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns = [function ()
|
|
|
129287
129337
|
if (curNode.autoProcess === null) curNode.autoProcess = 0;
|
|
129288
129338
|
if (curNode.returnMode === null) curNode.returnMode = 0;
|
|
129289
129339
|
if (curNode.todoMerge == null) curNode.todoMerge = 1;
|
|
129340
|
+
if (curNode.h5TodoDisabled == null) curNode.h5TodoDisabled = 0;
|
|
129290
129341
|
this.curNode = curNode;
|
|
129291
129342
|
if (this.curNode.childWflow) {
|
|
129292
129343
|
this.$set(this, 'childWf', JSON.parse(this.curNode.childWflow));
|
|
@@ -129388,9 +129439,9 @@ var Tab0vue_type_template_id_2e405932_scoped_true_staticRenderFns = [function ()
|
|
|
129388
129439
|
});
|
|
129389
129440
|
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=script&lang=js
|
|
129390
129441
|
/* harmony default export */ var RightForm_PanelNode_Tab0vue_type_script_lang_js = (PanelNode_Tab0vue_type_script_lang_js);
|
|
129391
|
-
// 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=
|
|
129392
|
-
var
|
|
129393
|
-
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=
|
|
129442
|
+
// 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/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=1e00bd7e&prod&scoped=true&lang=scss
|
|
129443
|
+
var Tab0vue_type_style_index_0_id_1e00bd7e_prod_scoped_true_lang_scss = __webpack_require__(74453);
|
|
129444
|
+
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue?vue&type=style&index=0&id=1e00bd7e&prod&scoped=true&lang=scss
|
|
129394
129445
|
|
|
129395
129446
|
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/RightForm/PanelNode/Tab0.vue
|
|
129396
129447
|
|
|
@@ -129403,11 +129454,11 @@ var Tab0vue_type_style_index_0_id_2e405932_prod_scoped_true_lang_scss = __webpac
|
|
|
129403
129454
|
|
|
129404
129455
|
var PanelNode_Tab0_component = (0,componentNormalizer/* default */.A)(
|
|
129405
129456
|
RightForm_PanelNode_Tab0vue_type_script_lang_js,
|
|
129406
|
-
|
|
129407
|
-
|
|
129457
|
+
Tab0vue_type_template_id_1e00bd7e_scoped_true_render,
|
|
129458
|
+
Tab0vue_type_template_id_1e00bd7e_scoped_true_staticRenderFns,
|
|
129408
129459
|
false,
|
|
129409
129460
|
null,
|
|
129410
|
-
"
|
|
129461
|
+
"1e00bd7e",
|
|
129411
129462
|
null
|
|
129412
129463
|
|
|
129413
129464
|
)
|
|
@@ -166456,7 +166507,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-4ff4cf75] .wf-names-checkbox .
|
|
|
166456
166507
|
|
|
166457
166508
|
/***/ }),
|
|
166458
166509
|
|
|
166459
|
-
/***/
|
|
166510
|
+
/***/ 54915:
|
|
166460
166511
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
166461
166512
|
|
|
166462
166513
|
"use strict";
|
|
@@ -166470,7 +166521,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
166470
166521
|
|
|
166471
166522
|
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
166523
|
// Module
|
|
166473
|
-
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-
|
|
166524
|
+
___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
166525
|
// Exports
|
|
166475
166526
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
166476
166527
|
|
|
@@ -168911,7 +168962,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-77820b4f] .el-select{width:100
|
|
|
168911
168962
|
|
|
168912
168963
|
/***/ }),
|
|
168913
168964
|
|
|
168914
|
-
/***/
|
|
168965
|
+
/***/ 59392:
|
|
168915
168966
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
168916
168967
|
|
|
168917
168968
|
"use strict";
|
|
@@ -168925,7 +168976,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
168925
168976
|
|
|
168926
168977
|
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()));
|
|
168927
168978
|
// Module
|
|
168928
|
-
___CSS_LOADER_EXPORT___.push([module.id, "table[data-v-
|
|
168979
|
+
___CSS_LOADER_EXPORT___.push([module.id, "table[data-v-1e00bd7e]{border-collapse:collapse}table tr td[data-v-1e00bd7e]{border:1px solid #e2e2e2;padding:5px;height:40px;color:#555;font-size:12px;line-height:30px}table tr td em[data-v-1e00bd7e]{color:red}table tr .tdBg[data-v-1e00bd7e]{font-weight:700}[data-v-1e00bd7e] .el-input__inner{height:35px!important;line-height:35px!important;font-size:12px}[data-v-1e00bd7e] .el-textarea__inner{font-size:12px}[data-v-1e00bd7e] .el-select{width:100%;display:inline-block;position:relative}[data-v-1e00bd7e] .el-checkbox__label,[data-v-1e00bd7e] .el-radio__label{font-size:12px;padding-left:5px}.tableBox table[data-v-1e00bd7e]{border-collapse:collapse}.tableBox table th[data-v-1e00bd7e]{background:#f2f2f2;border-bottom:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#ececec));background-image:linear-gradient(180deg,#f8f8f8 0,#ececec);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#fff8f8f8\",endColorstr=\"#ffececec\",GradientType=0);font-size:12px;padding:8px;line-height:1.42857143;color:#555;border:1px solid #e2e2e2}.tableBox table th .addbtn[data-v-1e00bd7e],.tableBox table th .addbtn i[data-v-1e00bd7e]{color:#337ab7;font-weight:700}.tableBox table tr[data-v-1e00bd7e]:nth-of-type(odd){background:#f9f9f9}.tableBox table tr[data-v-1e00bd7e]{cursor:pointer}.tableBox table td[data-v-1e00bd7e],.tableBox table tr[data-v-1e00bd7e]{font-size:12px;border:1px solid #e2e2e2}.tableBox table td[data-v-1e00bd7e]{line-height:20px;height:35px;color:#555}.tableBox table td .deleteButton[data-v-1e00bd7e]{color:#dd5a43;padding:2px 3px;border:1px solid transparent;border-radius:2px}.tableBox table td .deleteButton[data-v-1e00bd7e]:hover{border:1px solid #abbac3;text-decoration:none}.tableBox table td .editButton[data-v-1e00bd7e]{color:#478fca;padding:2px 3px;border:1px solid transparent;border-radius:2px}.tableBox table td .editButton[data-v-1e00bd7e]:hover{border:1px solid #abbac3;text-decoration:none}.tableBox table td .disabledButton[data-v-1e00bd7e]{color:#a9a9a9}.tableBox .el-row[data-v-1e00bd7e]{margin-top:10px;padding:10px}.tableBox[data-v-1e00bd7e] .el-checkbox__label{display:none}.tableBox .el-button-group[data-v-1e00bd7e]{float:right;margin-top:-10px;margin-bottom:10px}", ""]);
|
|
168929
168980
|
// Exports
|
|
168930
168981
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
168931
168982
|
|
|
@@ -263506,19 +263557,19 @@ var update = add("19c93270", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
263506
263557
|
|
|
263507
263558
|
/***/ }),
|
|
263508
263559
|
|
|
263509
|
-
/***/
|
|
263560
|
+
/***/ 2712:
|
|
263510
263561
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
263511
263562
|
|
|
263512
263563
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
263513
263564
|
|
|
263514
263565
|
// load the styles
|
|
263515
|
-
var content = __webpack_require__(
|
|
263566
|
+
var content = __webpack_require__(54915);
|
|
263516
263567
|
if(content.__esModule) content = content.default;
|
|
263517
263568
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
263518
263569
|
if(content.locals) module.exports = content.locals;
|
|
263519
263570
|
// add the styles to the DOM
|
|
263520
263571
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
263521
|
-
var update = add("
|
|
263572
|
+
var update = add("005ae28a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
263522
263573
|
|
|
263523
263574
|
/***/ }),
|
|
263524
263575
|
|
|
@@ -265362,19 +265413,19 @@ var update = add("e2d4f648", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
265362
265413
|
|
|
265363
265414
|
/***/ }),
|
|
265364
265415
|
|
|
265365
|
-
/***/
|
|
265416
|
+
/***/ 74453:
|
|
265366
265417
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
265367
265418
|
|
|
265368
265419
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
265369
265420
|
|
|
265370
265421
|
// load the styles
|
|
265371
|
-
var content = __webpack_require__(
|
|
265422
|
+
var content = __webpack_require__(59392);
|
|
265372
265423
|
if(content.__esModule) content = content.default;
|
|
265373
265424
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
265374
265425
|
if(content.locals) module.exports = content.locals;
|
|
265375
265426
|
// add the styles to the DOM
|
|
265376
265427
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
265377
|
-
var update = add("
|
|
265428
|
+
var update = add("1dc13b80", content, true, {"sourceMap":false,"shadowMode":false});
|
|
265378
265429
|
|
|
265379
265430
|
/***/ }),
|
|
265380
265431
|
|
|
@@ -287464,87 +287515,87 @@ var asyncComponents = [
|
|
|
287464
287515
|
}],
|
|
287465
287516
|
// ========== ecwapp/Wflowform 工作流表单子组件 → chunk: wflow-form ==========
|
|
287466
287517
|
['Attachment', function () {
|
|
287467
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287518
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287468
287519
|
return m.Attachment;
|
|
287469
287520
|
});
|
|
287470
287521
|
}], ['BodyFile', function () {
|
|
287471
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287522
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287472
287523
|
return m.BodyFile;
|
|
287473
287524
|
});
|
|
287474
287525
|
}], ['CommandBar', function () {
|
|
287475
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287526
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287476
287527
|
return m.CommandBar;
|
|
287477
287528
|
});
|
|
287478
287529
|
}], ['HandleIdea', function () {
|
|
287479
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287530
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287480
287531
|
return m.HandleIdea;
|
|
287481
287532
|
});
|
|
287482
287533
|
}], ['IdeaInputBox', function () {
|
|
287483
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287534
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287484
287535
|
return m.IdeaInputBox;
|
|
287485
287536
|
});
|
|
287486
287537
|
}], ['ModifyWflogAddUser', function () {
|
|
287487
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287538
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287488
287539
|
return m.ModifyWflogAddUser;
|
|
287489
287540
|
});
|
|
287490
287541
|
}], ['ModifyWflogIdea', function () {
|
|
287491
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287542
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287492
287543
|
return m.ModifyWflogIdea;
|
|
287493
287544
|
});
|
|
287494
287545
|
}], ['WriteToReadIdea', function () {
|
|
287495
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287546
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287496
287547
|
return m.WriteToReadIdea;
|
|
287497
287548
|
});
|
|
287498
287549
|
}], ['ModifyWflogSubmitFile', function () {
|
|
287499
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287550
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287500
287551
|
return m.ModifyWflogSubmitFile;
|
|
287501
287552
|
});
|
|
287502
287553
|
}], ['ModifyWfNodelog', function () {
|
|
287503
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287554
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287504
287555
|
return m.ModifyWfNodelog;
|
|
287505
287556
|
});
|
|
287506
287557
|
}], ['SelectOuterDeputy', function () {
|
|
287507
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287558
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287508
287559
|
return m.SelectOuterDeputy;
|
|
287509
287560
|
});
|
|
287510
287561
|
}], ['SubmitHandle', function () {
|
|
287511
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287562
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287512
287563
|
return m.SubmitHandle;
|
|
287513
287564
|
});
|
|
287514
287565
|
}], ['SubmitDialog', function () {
|
|
287515
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287566
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287516
287567
|
return m.SubmitDialog;
|
|
287517
287568
|
});
|
|
287518
287569
|
}], ['WfNodelogList', function () {
|
|
287519
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287570
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287520
287571
|
return m.WfNodelogList;
|
|
287521
287572
|
});
|
|
287522
287573
|
}], ['WflogAddReader', function () {
|
|
287523
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287574
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287524
287575
|
return m.WflogAddReader;
|
|
287525
287576
|
});
|
|
287526
287577
|
}], ['WflowView', function () {
|
|
287527
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287578
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287528
287579
|
return m.WflowView;
|
|
287529
287580
|
});
|
|
287530
287581
|
}], ['ImgView', function () {
|
|
287531
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287582
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287532
287583
|
return m.ImgView;
|
|
287533
287584
|
});
|
|
287534
287585
|
}], ['IdeaSignature', function () {
|
|
287535
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287586
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287536
287587
|
return m.IdeaSignature;
|
|
287537
287588
|
});
|
|
287538
287589
|
}], ['ReplaceFile', function () {
|
|
287539
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287590
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287540
287591
|
return m.ReplaceFile;
|
|
287541
287592
|
});
|
|
287542
287593
|
}], ['ViewBodyFile', function () {
|
|
287543
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287594
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287544
287595
|
return m.ViewBodyFile;
|
|
287545
287596
|
});
|
|
287546
287597
|
}], ['WformLayout', function () {
|
|
287547
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287598
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789)).then(function (m) {
|
|
287548
287599
|
return m.WformLayout;
|
|
287549
287600
|
});
|
|
287550
287601
|
}],
|
|
@@ -287756,7 +287807,7 @@ var asyncComponents = [
|
|
|
287756
287807
|
}],
|
|
287757
287808
|
// ========== 工作流设计器 + 系统设计器 ==========
|
|
287758
287809
|
['WflowDesigner', function () {
|
|
287759
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287810
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 64668));
|
|
287760
287811
|
}], ['ImportWf', function () {
|
|
287761
287812
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 76341));
|
|
287762
287813
|
}], ['WflowTrace', function () {
|
|
@@ -287829,10 +287880,10 @@ var WfengineModule = function WfengineModule() {
|
|
|
287829
287880
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 86322));
|
|
287830
287881
|
};
|
|
287831
287882
|
var WflowformModule = function WflowformModule() {
|
|
287832
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287883
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48789));
|
|
287833
287884
|
};
|
|
287834
287885
|
var WflowDesignerModule = function WflowDesignerModule() {
|
|
287835
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
287886
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 64668));
|
|
287836
287887
|
};
|
|
287837
287888
|
var WflowTraceModule = function WflowTraceModule() {
|
|
287838
287889
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 50106));
|