ecinc-cloud-wappaio 9.6.116 → 9.6.118
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 +691 -106
- package/lib/ecwappaio.umd.js +691 -106
- package/lib/ecwappaio.umd.min.js +4 -4
- package/package.json +1 -1
package/lib/ecwappaio.common.js
CHANGED
|
@@ -11431,7 +11431,7 @@ module.exports = {
|
|
|
11431
11431
|
togetherUpload: '当前限制上传{limitCount}个文件,本次选择了{valLength}个文件,共有{filelength}个文件',
|
|
11432
11432
|
beyondUpload: '当前限制上传{limitCount}个文件,本次选择了{valLength}个文件,共选择了{filelength}个文件,已超出{lengthCount}个文件',
|
|
11433
11433
|
notAllowedUpload: '当前限制上传{limitCount}个文件,不允许在添加新文件',
|
|
11434
|
-
cannotBeUpload: '文件“{fileName}
|
|
11434
|
+
cannotBeUpload: '文件“{fileName}”已存在,不允许上传重名文件。',
|
|
11435
11435
|
onlineFile: '正在生成在线预览文件,请稍候...',
|
|
11436
11436
|
delReupload: '您是否确认删除并重新上传?',
|
|
11437
11437
|
delSelAttach: '您是否确认删除选择的附件?',
|
|
@@ -13985,10 +13985,15 @@ var Module_FrameLoader = FrameLoader;
|
|
|
13985
13985
|
/***/ 66244:
|
|
13986
13986
|
/***/ (function(module) {
|
|
13987
13987
|
|
|
13988
|
+
var _fields;
|
|
13989
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
13990
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
13991
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
13992
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
13988
13993
|
module.exports = {
|
|
13989
13994
|
ecwplat: {
|
|
13990
13995
|
sysSetup: {
|
|
13991
|
-
fields: {
|
|
13996
|
+
fields: (_fields = {
|
|
13992
13997
|
superiorMenu: 'Superior menu name',
|
|
13993
13998
|
currentMenu: 'Current menu name',
|
|
13994
13999
|
tarSystemCode: 'Target system code',
|
|
@@ -14178,41 +14183,8 @@ module.exports = {
|
|
|
14178
14183
|
importOrgInfo: 'Import organization information',
|
|
14179
14184
|
importGroupCy: 'Import group members',
|
|
14180
14185
|
startImport: 'Start import',
|
|
14181
|
-
jobJzTitle: '{name} position personnel matrix'
|
|
14182
|
-
|
|
14183
|
-
productName: 'Product name',
|
|
14184
|
-
productNamePlaceholder: 'Please select the platform product for the role',
|
|
14185
|
-
selectProPlat: 'Select platform product',
|
|
14186
|
-
productCode: 'Product code',
|
|
14187
|
-
roleName: 'Role name',
|
|
14188
|
-
roleNamePlaceholder: 'Please enter role name',
|
|
14189
|
-
roleNo: 'Role number',
|
|
14190
|
-
roleNoPlaceholder: 'Please enter role number',
|
|
14191
|
-
roleDescript: 'Role description',
|
|
14192
|
-
rolePlaceholder: 'Please enter role description',
|
|
14193
|
-
status: 'Status',
|
|
14194
|
-
sysConfigInfo: 'System configuration information',
|
|
14195
|
-
orgFullname: 'User unit name',
|
|
14196
|
-
orgFullnameEnter: 'Please enter user unit name',
|
|
14197
|
-
orgCodeEnter: 'Please enter user unit code',
|
|
14198
|
-
sysName: 'System name',
|
|
14199
|
-
sysNameEnter: 'Please enter system name',
|
|
14200
|
-
sysCode: 'System code',
|
|
14201
|
-
sysCodeEnter: 'Please enter system code',
|
|
14202
|
-
defToSys: 'Is it the default main system',
|
|
14203
|
-
defToSysEnter: 'Please enter if it is the default main system',
|
|
14204
|
-
productCodeEnter: 'Please select product name',
|
|
14205
|
-
logoImgName: 'LOGO image file name',
|
|
14206
|
-
logoImgNameEnter: 'Please enter LOGO image file name',
|
|
14207
|
-
syslogoImgName: 'System LOGO image',
|
|
14208
|
-
syslogoImgNameEnter: 'Please select system LOGO image',
|
|
14209
|
-
busActTime: 'Business activation time',
|
|
14210
|
-
busActTimeEnter: 'Please enter business activation time',
|
|
14211
|
-
businessDeadline: 'Business deadline',
|
|
14212
|
-
businessDeadlineEnter: 'Please enter business activation time',
|
|
14213
|
-
systemState: 'System state',
|
|
14214
|
-
selectSystemState: 'Please select system state'
|
|
14215
|
-
},
|
|
14186
|
+
jobJzTitle: '{name} position personnel matrix'
|
|
14187
|
+
}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_fields, "jobJzTitle", '{name} group personnel matrix'), "organizationalDirectory", 'Organizational directory'), "productName", 'Product name'), "productNamePlaceholder", 'Please select the platform product for the role'), "selectProPlat", 'Select platform product'), "productCode", 'Product code'), "roleName", 'Role name'), "roleNamePlaceholder", 'Please enter role name'), "roleNo", 'Role number'), "roleNoPlaceholder", 'Please enter role number'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_fields, "roleDescript", 'Role description'), "rolePlaceholder", 'Please enter role description'), "status", 'Status'), "sysConfigInfo", 'System configuration information'), "orgFullname", 'User unit name'), "orgFullnameEnter", 'Please enter user unit name'), "orgCodeEnter", 'Please enter user unit code'), "sysName", 'System name'), "sysNameEnter", 'Please enter system name'), "sysCode", 'System code'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_fields, "sysCodeEnter", 'Please enter system code'), "defToSys", 'Is it the default main system'), "defToSysEnter", 'Please enter if it is the default main system'), "productCodeEnter", 'Please select product name'), "logoImgName", 'LOGO image file name'), "logoImgNameEnter", 'Please enter LOGO image file name'), "syslogoImgName", 'System LOGO image'), "syslogoImgNameEnter", 'Please select system LOGO image'), "busActTime", 'Business activation time'), "busActTimeEnter", 'Please enter business activation time'), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_fields, "businessDeadline", 'Business deadline'), "businessDeadlineEnter", 'Please enter business activation time'), "systemState", 'System state'), "selectSystemState", 'Please select system state')),
|
|
14216
14188
|
options: {
|
|
14217
14189
|
statusOptions: {
|
|
14218
14190
|
1: 'Valid',
|
|
@@ -14775,6 +14747,7 @@ module.exports = {
|
|
|
14775
14747
|
importGroupCy: '导入群组成员',
|
|
14776
14748
|
startImport: '开始导入',
|
|
14777
14749
|
jobJzTitle: '{name}岗位人员矩阵',
|
|
14750
|
+
groupJzTitle: '{name}群组人员矩阵',
|
|
14778
14751
|
organizationalDirectory: '组织机构目录',
|
|
14779
14752
|
productName: '产品名称',
|
|
14780
14753
|
productNamePlaceholder: '请选择角色所属平台产品',
|
|
@@ -41621,7 +41594,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".list-border .more-btn-drop{padding:10
|
|
|
41621
41594
|
|
|
41622
41595
|
/***/ }),
|
|
41623
41596
|
|
|
41624
|
-
/***/
|
|
41597
|
+
/***/ 89516:
|
|
41625
41598
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41626
41599
|
|
|
41627
41600
|
"use strict";
|
|
@@ -41635,7 +41608,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41635
41608
|
|
|
41636
41609
|
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()));
|
|
41637
41610
|
// Module
|
|
41638
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".content-column[data-v-
|
|
41611
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".content-column[data-v-2ef06d1a]{cursor:pointer}.column_operate[data-v-2ef06d1a],.column_operate[data-v-2ef06d1a] .cell{white-space:nowrap!important;overflow:hidden!important;word-break:keep-all}.el-pagination-container[data-v-2ef06d1a]{text-align:right;margin-top:10px}.el-pagination-container .selected-rows[data-v-2ef06d1a]{float:left;color:#606266;font-size:13px;line-height:28px}.el-pagination[data-v-2ef06d1a]{padding-right:0;font-weight:400}.el-icon[data-v-2ef06d1a]:before{padding-right:3px}[data-v-2ef06d1a] th>.cell{word-break:keep-all;white-space:nowrap}[data-v-2ef06d1a] .el-table__header .is-fixed{color:#333;background-color:#f2f5fb}[data-v-2ef06d1a] .close-tooltip .cell{word-break:normal}[data-v-2ef06d1a] .el-table__body-wrapper::-webkit-scrollbar{width:6px;height:6px}[data-v-2ef06d1a] .el-table--scrollable-x{padding-right:2px}[data-v-2ef06d1a] .el-table--scrollable-x .el-table__body-wrapper{padding-bottom:2px;margin-bottom:2px;cursor:pointer}[data-v-2ef06d1a] .el-table--scrollable-x .el-table__body-wrapper .el-table__body{cursor:default}[data-v-2ef06d1a] .el-table__body-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:hsla(220,4%,58%,.3)}[data-v-2ef06d1a] .el-table__body-wrapper::-webkit-scrollbar-thumb:hover{background-color:hsla(220,4%,58%,.5);margin-right:2px}#card-table[data-v-2ef06d1a]{padding:10px 0 10px 0}#card-table .card-item[data-v-2ef06d1a]{background:#f7f9ff;border-radius:2px 0 0 2px;padding:20px;margin-bottom:15px;cursor:pointer}#card-table .card-item .card-top[data-v-2ef06d1a]{color:#333;font-size:16px;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;line-height:21px}#card-table .card-item .card-top .card-top-left[data-v-2ef06d1a],#card-table .card-item .card-top .card-top-right[data-v-2ef06d1a]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#card-table .card-item .card-top .card-top-right[data-v-2ef06d1a]{text-align:end}#card-table .card-item .card-bottom[data-v-2ef06d1a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:17px;margin-top:10px;color:#999;font-size:13px}#card-table .card-item .card-bottom[data-v-2ef06d1a],#card-table .card-item .card-bottom .card-bottom-left[data-v-2ef06d1a]{display:-webkit-box;display:-ms-flexbox;display:flex}#card-table .card-item .card-bottom .card-bottom-left .span-item[data-v-2ef06d1a]{margin-right:30px}#card-table .card-item .card-bottom .card-bottom-right[data-v-2ef06d1a]{display:-webkit-box;display:-ms-flexbox;display:flex}#card-table .card-item .card-bottom .card-bottom-right .span-item[data-v-2ef06d1a]{margin-left:30px}#card-table .card-item[data-v-2ef06d1a]:hover{background:#eef3ff}#card-table .card-item[data-v-2ef06d1a]:last-child{margin-bottom:0}#card-table .card-empty[data-v-2ef06d1a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#card-table .card-empty .empty-message[data-v-2ef06d1a]{color:#999;margin-top:10px}", ""]);
|
|
41639
41612
|
// Exports
|
|
41640
41613
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
41641
41614
|
|
|
@@ -42083,7 +42056,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-4ff4cf75] .wf-names-checkbox .
|
|
|
42083
42056
|
|
|
42084
42057
|
/***/ }),
|
|
42085
42058
|
|
|
42086
|
-
/***/
|
|
42059
|
+
/***/ 70827:
|
|
42087
42060
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
42088
42061
|
|
|
42089
42062
|
"use strict";
|
|
@@ -42097,7 +42070,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42097
42070
|
|
|
42098
42071
|
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()));
|
|
42099
42072
|
// Module
|
|
42100
|
-
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-
|
|
42073
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-5d1f4afe]: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-5d1f4afe]{margin-top:20px}.el-form .svg-icon[data-v-5d1f4afe]{margin:0 5px}.el-form .el-button[data-v-5d1f4afe]{padding:7px 5px}.el-form .el-button[data-v-5d1f4afe]:active{color:#606266}.el-form .el-button+.el-button[data-v-5d1f4afe]{margin-left:0}.el-form .el-link[data-v-5d1f4afe]{line-height:20px;color:var(--subjectColor)}.el-form .is-disabled[data-v-5d1f4afe]{color:#c4c5c7!important}.el-form .fileHovering[data-v-5d1f4afe]{background:#a5c45d}.el-form .fileHovering table[data-v-5d1f4afe]{opacity:.5}.el-form[data-v-5d1f4afe] .attach-name{max-width:100%}.el-form[data-v-5d1f4afe] .attach-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-row[data-v-5d1f4afe]{padding-top:5px;padding-bottom:5px;line-height:21px}.no-attachments[data-v-5d1f4afe]{height:50px;line-height:20px}.drag-handler[data-v-5d1f4afe]{cursor:move}[data-v-5d1f4afe] .atach-draggable .sortable-chosen{background:#f5f7fa}[data-v-5d1f4afe] .el-progress-bar{padding-right:40px!important;margin-right:-47px!important}[data-v-5d1f4afe] .el-progress__text{float:right}.attach-row[data-v-5d1f4afe]:last-child{border-bottom:0!important}.docform-attach-container[data-v-5d1f4afe]{padding:20px;margin:0!important;background-color:#fff;height:calc(100vh - 70px)}.attachment-sidebar .sidebar-area[data-v-5d1f4afe]{border-bottom:1px solid #eee}.attachment-sidebar .sidebar-area .sidebar-area-title[data-v-5d1f4afe]{font-weight:600;line-height:24px;padding:10px}.attachment-sidebar .sidebar-area .sidebar-area-title .el-button--primary[data-v-5d1f4afe]{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-5d1f4afe]{display:inline-block;vertical-align:top}.attachment-sidebar .sidebar-area .sidebar-area-content[data-v-5d1f4afe]{padding-left:20px;padding-right:10px;padding-bottom:10px}.attachment-sidebar .sidebar-area .sidebar-area-content .attach-row[data-v-5d1f4afe]{border-bottom:1px solid #f3f3f3}.attachment-sidebar .sidebar-area .sidebar-area-content .attach-row .attach-name[data-v-5d1f4afe]{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-5d1f4afe]:last-child{border-bottom:0}.tb-row-attach-container .el-button--mini[data-v-5d1f4afe]{font-size:12px;margin-right:6px}.drag-upload[data-v-5d1f4afe]{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px}.drag-upload[data-v-5d1f4afe] .el-upload,.drag-upload[data-v-5d1f4afe] .el-upload-dragger{width:100%!important;height:100%!important}.drag-upload[data-v-5d1f4afe] .el-upload-dragger .drag-upload-box{height:100%;background:#f9fbff}.upload-view .up-btn[data-v-5d1f4afe]{text-align:end}.upload-view .up-btn .down[data-v-5d1f4afe]{font-size:16px;margin-right:24px;color:#999}.upload-view .upload-box[data-v-5d1f4afe]{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-5d1f4afe]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:40%}.upload-view .upload-box .upload-box-left .upload-label[data-v-5d1f4afe]{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-5d1f4afe]{width:20px;height:24px;margin-left:6px}.upload-view .upload-box .upload-box-left .upload-label .label-l img[data-v-5d1f4afe]{width:100%;height:100%}.upload-view .upload-box .upload-box-left .upload-label .label-r[data-v-5d1f4afe]{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-5d1f4afe]{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-5d1f4afe]{font-size:12px;color:#999}.upload-view .upload-box .upload-box-right .up-person[data-v-5d1f4afe]{text-align:end;margin-right:60px;margin-left:15px}.upload-view .upload-box .upload-box-right .up-person .upload-name[data-v-5d1f4afe]{margin-right:15px}@media (max-width:1740px){.up-person .upload-name[data-v-5d1f4afe]{margin-right:5px!important}}", ""]);
|
|
42101
42074
|
// Exports
|
|
42102
42075
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42103
42076
|
|
|
@@ -42543,6 +42516,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".dwadmin-initmessage[data-v-3801b56a]{
|
|
|
42543
42516
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42544
42517
|
|
|
42545
42518
|
|
|
42519
|
+
/***/ }),
|
|
42520
|
+
|
|
42521
|
+
/***/ 94679:
|
|
42522
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
42523
|
+
|
|
42524
|
+
"use strict";
|
|
42525
|
+
__webpack_require__.r(__webpack_exports__);
|
|
42526
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31601);
|
|
42527
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
42528
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76314);
|
|
42529
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
42530
|
+
// Imports
|
|
42531
|
+
|
|
42532
|
+
|
|
42533
|
+
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()));
|
|
42534
|
+
// Module
|
|
42535
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".page-content[data-v-692d7ccc]{max-width:100%}[data-v-692d7ccc] .el-table__header .is-fixed{color:#333;background-color:#f2f5fb}[data-v-692d7ccc] .el-table__body-wrapper::-webkit-scrollbar{width:6px;height:6px}[data-v-692d7ccc] .el-table--scrollable-x{padding-right:2px}[data-v-692d7ccc] .el-table--scrollable-x .el-table__body-wrapper{padding-bottom:2px;margin-bottom:2px;cursor:pointer}[data-v-692d7ccc] .el-table--scrollable-x .el-table__body-wrapper .el-table__body{cursor:default}[data-v-692d7ccc] .el-table__body-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:hsla(220,4%,58%,.3)}[data-v-692d7ccc] .el-table__body-wrapper::-webkit-scrollbar-thumb:hover{background-color:hsla(220,4%,58%,.5);margin-right:2px}[data-v-692d7ccc] .el-footer{display:none}", ""]);
|
|
42536
|
+
// Exports
|
|
42537
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42538
|
+
|
|
42539
|
+
|
|
42546
42540
|
/***/ }),
|
|
42547
42541
|
|
|
42548
42542
|
/***/ 48273:
|
|
@@ -42587,7 +42581,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".upload-file[data-v-637c775a]{height:9
|
|
|
42587
42581
|
|
|
42588
42582
|
/***/ }),
|
|
42589
42583
|
|
|
42590
|
-
/***/
|
|
42584
|
+
/***/ 67481:
|
|
42591
42585
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
42592
42586
|
|
|
42593
42587
|
"use strict";
|
|
@@ -42601,7 +42595,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42601
42595
|
|
|
42602
42596
|
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()));
|
|
42603
42597
|
// Module
|
|
42604
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".page-content[data-v-
|
|
42598
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".page-content[data-v-cca4311e]{max-width:100%}[data-v-cca4311e] .el-table__header .is-fixed{color:#333;background-color:#f2f5fb}[data-v-cca4311e] .el-table__body-wrapper::-webkit-scrollbar{width:6px;height:6px}[data-v-cca4311e] .el-table--scrollable-x{padding-right:2px}[data-v-cca4311e] .el-table--scrollable-x .el-table__body-wrapper{padding-bottom:2px;margin-bottom:2px;cursor:pointer}[data-v-cca4311e] .el-table--scrollable-x .el-table__body-wrapper .el-table__body{cursor:default}[data-v-cca4311e] .el-table__body-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:hsla(220,4%,58%,.3)}[data-v-cca4311e] .el-table__body-wrapper::-webkit-scrollbar-thumb:hover{background-color:hsla(220,4%,58%,.5);margin-right:2px}[data-v-cca4311e] .el-footer{display:none}", ""]);
|
|
42605
42599
|
// Exports
|
|
42606
42600
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42607
42601
|
|
|
@@ -42774,6 +42768,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-2239daba] .el-tabs__content{mi
|
|
|
42774
42768
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42775
42769
|
|
|
42776
42770
|
|
|
42771
|
+
/***/ }),
|
|
42772
|
+
|
|
42773
|
+
/***/ 67584:
|
|
42774
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
42775
|
+
|
|
42776
|
+
"use strict";
|
|
42777
|
+
__webpack_require__.r(__webpack_exports__);
|
|
42778
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31601);
|
|
42779
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
42780
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76314);
|
|
42781
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
42782
|
+
// Imports
|
|
42783
|
+
|
|
42784
|
+
|
|
42785
|
+
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()));
|
|
42786
|
+
// Module
|
|
42787
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-3689321b] .table-toolbar-left-slot{display:none!important}", ""]);
|
|
42788
|
+
// Exports
|
|
42789
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42790
|
+
|
|
42791
|
+
|
|
42777
42792
|
/***/ }),
|
|
42778
42793
|
|
|
42779
42794
|
/***/ 43401:
|
|
@@ -43994,7 +44009,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".setting .header[data-v-4dea7ff5]{widt
|
|
|
43994
44009
|
|
|
43995
44010
|
/***/ }),
|
|
43996
44011
|
|
|
43997
|
-
/***/
|
|
44012
|
+
/***/ 33401:
|
|
43998
44013
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43999
44014
|
|
|
44000
44015
|
"use strict";
|
|
@@ -44008,14 +44023,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
44008
44023
|
|
|
44009
44024
|
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()));
|
|
44010
44025
|
// Module
|
|
44011
|
-
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-
|
|
44026
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-d774ff60] .el-scrollbar__wrap{overflow-x:auto}#center[data-v-d774ff60]{background-image:-webkit-gradient(linear,left top,right top,color-stop(3%,rgba(50,0,0,.05)),color-stop(3%,transparent)),-webkit-gradient(linear,left bottom,left top,color-stop(3%,rgba(50,0,0,.05)),color-stop(3%,transparent));background-image:linear-gradient(90deg,rgba(50,0,0,.05) 3%,transparent 0),linear-gradient(1turn,rgba(50,0,0,.05) 3%,transparent 0);background-size:20px 20px;background-repeat:repeat;background-position:0 0}#center .add-node-btn[data-v-d774ff60]{position:relative;margin:-15px -10px;z-index:4000;display:none}#center .insert-node-btn[data-v-d774ff60]{position:fixed;margin:-15px -10px;z-index:4000;display:none}.dropdown-menu[data-v-d774ff60]{width:160px;display:none;position:fixed;z-index:9999;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu li a[data-v-d774ff60]{padding:5px 20px;line-height:2;white-space:nowrap;color:#333}.dropdown-menu li[data-v-d774ff60]:hover{background:#f5f5f5}[data-v-d774ff60] .line_text{cursor:pointer;position:absolute;left:0;top:0;font-size:14px}[data-v-d774ff60] svg:hover path:last-child{fill:red}[data-v-d774ff60] path{stroke-width:2;cursor:pointer}[data-v-d774ff60] path:last-child{fill:#438eb9}[data-v-d774ff60] circle{fill:#438eb9;stroke:none}li[data-v-d774ff60],ul[data-v-d774ff60]{list-style:none}.move[data-v-d774ff60],.move[data-v-d774ff60] path{cursor:move}", ""]);
|
|
44012
44027
|
// Exports
|
|
44013
44028
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
44014
44029
|
|
|
44015
44030
|
|
|
44016
44031
|
/***/ }),
|
|
44017
44032
|
|
|
44018
|
-
/***/
|
|
44033
|
+
/***/ 38313:
|
|
44019
44034
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
44020
44035
|
|
|
44021
44036
|
"use strict";
|
|
@@ -150452,19 +150467,19 @@ var update = add("7cfc0675", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
150452
150467
|
|
|
150453
150468
|
/***/ }),
|
|
150454
150469
|
|
|
150455
|
-
/***/
|
|
150470
|
+
/***/ 48934:
|
|
150456
150471
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
150457
150472
|
|
|
150458
150473
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
150459
150474
|
|
|
150460
150475
|
// load the styles
|
|
150461
|
-
var content = __webpack_require__(
|
|
150476
|
+
var content = __webpack_require__(89516);
|
|
150462
150477
|
if(content.__esModule) content = content.default;
|
|
150463
150478
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
150464
150479
|
if(content.locals) module.exports = content.locals;
|
|
150465
150480
|
// add the styles to the DOM
|
|
150466
150481
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
150467
|
-
var update = add("
|
|
150482
|
+
var update = add("2c24aeb7", content, true, {"sourceMap":false,"shadowMode":false});
|
|
150468
150483
|
|
|
150469
150484
|
/***/ }),
|
|
150470
150485
|
|
|
@@ -150804,19 +150819,19 @@ var update = add("215aea34", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
150804
150819
|
|
|
150805
150820
|
/***/ }),
|
|
150806
150821
|
|
|
150807
|
-
/***/
|
|
150822
|
+
/***/ 33153:
|
|
150808
150823
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
150809
150824
|
|
|
150810
150825
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
150811
150826
|
|
|
150812
150827
|
// load the styles
|
|
150813
|
-
var content = __webpack_require__(
|
|
150828
|
+
var content = __webpack_require__(70827);
|
|
150814
150829
|
if(content.__esModule) content = content.default;
|
|
150815
150830
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
150816
150831
|
if(content.locals) module.exports = content.locals;
|
|
150817
150832
|
// add the styles to the DOM
|
|
150818
150833
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
150819
|
-
var update = add("
|
|
150834
|
+
var update = add("1742831d", content, true, {"sourceMap":false,"shadowMode":false});
|
|
150820
150835
|
|
|
150821
150836
|
/***/ }),
|
|
150822
150837
|
|
|
@@ -151156,6 +151171,22 @@ var update = add("ea684738", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
151156
151171
|
|
|
151157
151172
|
/***/ }),
|
|
151158
151173
|
|
|
151174
|
+
/***/ 47421:
|
|
151175
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
151176
|
+
|
|
151177
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
151178
|
+
|
|
151179
|
+
// load the styles
|
|
151180
|
+
var content = __webpack_require__(94679);
|
|
151181
|
+
if(content.__esModule) content = content.default;
|
|
151182
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
151183
|
+
if(content.locals) module.exports = content.locals;
|
|
151184
|
+
// add the styles to the DOM
|
|
151185
|
+
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
151186
|
+
var update = add("43c8053a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
151187
|
+
|
|
151188
|
+
/***/ }),
|
|
151189
|
+
|
|
151159
151190
|
/***/ 1023:
|
|
151160
151191
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
151161
151192
|
|
|
@@ -151188,19 +151219,19 @@ var update = add("f0db032c", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
151188
151219
|
|
|
151189
151220
|
/***/ }),
|
|
151190
151221
|
|
|
151191
|
-
/***/
|
|
151222
|
+
/***/ 93603:
|
|
151192
151223
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
151193
151224
|
|
|
151194
151225
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
151195
151226
|
|
|
151196
151227
|
// load the styles
|
|
151197
|
-
var content = __webpack_require__(
|
|
151228
|
+
var content = __webpack_require__(67481);
|
|
151198
151229
|
if(content.__esModule) content = content.default;
|
|
151199
151230
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
151200
151231
|
if(content.locals) module.exports = content.locals;
|
|
151201
151232
|
// add the styles to the DOM
|
|
151202
151233
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
151203
|
-
var update = add("
|
|
151234
|
+
var update = add("63d5219a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
151204
151235
|
|
|
151205
151236
|
/***/ }),
|
|
151206
151237
|
|
|
@@ -151332,6 +151363,22 @@ var update = add("3f0d752c", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
151332
151363
|
|
|
151333
151364
|
/***/ }),
|
|
151334
151365
|
|
|
151366
|
+
/***/ 1938:
|
|
151367
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
151368
|
+
|
|
151369
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
151370
|
+
|
|
151371
|
+
// load the styles
|
|
151372
|
+
var content = __webpack_require__(67584);
|
|
151373
|
+
if(content.__esModule) content = content.default;
|
|
151374
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
151375
|
+
if(content.locals) module.exports = content.locals;
|
|
151376
|
+
// add the styles to the DOM
|
|
151377
|
+
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
151378
|
+
var update = add("e29c87fc", content, true, {"sourceMap":false,"shadowMode":false});
|
|
151379
|
+
|
|
151380
|
+
/***/ }),
|
|
151381
|
+
|
|
151335
151382
|
/***/ 29643:
|
|
151336
151383
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
151337
151384
|
|
|
@@ -152260,35 +152307,35 @@ var update = add("672bfe9c", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
152260
152307
|
|
|
152261
152308
|
/***/ }),
|
|
152262
152309
|
|
|
152263
|
-
/***/
|
|
152310
|
+
/***/ 46208:
|
|
152264
152311
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
152265
152312
|
|
|
152266
152313
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
152267
152314
|
|
|
152268
152315
|
// load the styles
|
|
152269
|
-
var content = __webpack_require__(
|
|
152316
|
+
var content = __webpack_require__(33401);
|
|
152270
152317
|
if(content.__esModule) content = content.default;
|
|
152271
152318
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
152272
152319
|
if(content.locals) module.exports = content.locals;
|
|
152273
152320
|
// add the styles to the DOM
|
|
152274
152321
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
152275
|
-
var update = add("
|
|
152322
|
+
var update = add("134358b0", content, true, {"sourceMap":false,"shadowMode":false});
|
|
152276
152323
|
|
|
152277
152324
|
/***/ }),
|
|
152278
152325
|
|
|
152279
|
-
/***/
|
|
152326
|
+
/***/ 99991:
|
|
152280
152327
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
152281
152328
|
|
|
152282
152329
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
152283
152330
|
|
|
152284
152331
|
// load the styles
|
|
152285
|
-
var content = __webpack_require__(
|
|
152332
|
+
var content = __webpack_require__(38313);
|
|
152286
152333
|
if(content.__esModule) content = content.default;
|
|
152287
152334
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
152288
152335
|
if(content.locals) module.exports = content.locals;
|
|
152289
152336
|
// add the styles to the DOM
|
|
152290
152337
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
152291
|
-
var update = add("
|
|
152338
|
+
var update = add("7e139efa", content, true, {"sourceMap":false,"shadowMode":false});
|
|
152292
152339
|
|
|
152293
152340
|
/***/ }),
|
|
152294
152341
|
|
|
@@ -165982,8 +166029,8 @@ TaskItemTypeTree.install = function (Vue) {
|
|
|
165982
166029
|
};
|
|
165983
166030
|
var BatchProcessing = BatchProcessing_src;
|
|
165984
166031
|
var BatchProcessing_TaskItemTypeTree = TaskItemTypeTree;
|
|
165985
|
-
;// 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/DataTable/src/index.vue?vue&type=template&id=
|
|
165986
|
-
var
|
|
166032
|
+
;// 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/DataTable/src/index.vue?vue&type=template&id=2ef06d1a&scoped=true
|
|
166033
|
+
var srcvue_type_template_id_2ef06d1a_scoped_true_render = function render() {
|
|
165987
166034
|
var _vm = this,
|
|
165988
166035
|
_c = _vm._self._c;
|
|
165989
166036
|
return _c('div', {
|
|
@@ -166041,6 +166088,7 @@ var srcvue_type_template_id_2412a998_scoped_true_render = function render() {
|
|
|
166041
166088
|
on: {
|
|
166042
166089
|
"cell-click": _vm.handleCellClick,
|
|
166043
166090
|
"cell-dblclick": _vm.handleCellDblclick,
|
|
166091
|
+
"header-click": _vm.handleHeaderClick,
|
|
166044
166092
|
"sort-change": _vm.handleSortChange,
|
|
166045
166093
|
"selection-change": _vm.handleSelectChange
|
|
166046
166094
|
}
|
|
@@ -166309,7 +166357,7 @@ var srcvue_type_template_id_2412a998_scoped_true_render = function render() {
|
|
|
166309
166357
|
}
|
|
166310
166358
|
})], 1) : _vm._e(), _vm.showResPermission ? _c('ResPermission') : _vm._e(), _vm._t("default"), _c('DoingDialog')], 2);
|
|
166311
166359
|
};
|
|
166312
|
-
var
|
|
166360
|
+
var srcvue_type_template_id_2ef06d1a_scoped_true_staticRenderFns = [];
|
|
166313
166361
|
|
|
166314
166362
|
;// 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/DataTable/src/TableColumn.vue?vue&type=template&id=192ef666&scoped=true
|
|
166315
166363
|
var TableColumnvue_type_template_id_192ef666_scoped_true_render = function render() {
|
|
@@ -168509,6 +168557,11 @@ var PAGE_INFO = {
|
|
|
168509
168557
|
default: null
|
|
168510
168558
|
},
|
|
168511
168559
|
// 列表单元格双击事件
|
|
168560
|
+
onHeaderClick: {
|
|
168561
|
+
type: Function,
|
|
168562
|
+
default: null
|
|
168563
|
+
},
|
|
168564
|
+
// 列表表头单击事件
|
|
168512
168565
|
listdata: {
|
|
168513
168566
|
type: Array,
|
|
168514
168567
|
default: function _default() {
|
|
@@ -169380,6 +169433,11 @@ var PAGE_INFO = {
|
|
|
169380
169433
|
}
|
|
169381
169434
|
}
|
|
169382
169435
|
},
|
|
169436
|
+
handleHeaderClick: function handleHeaderClick(column, event) {
|
|
169437
|
+
if (this.onHeaderClick !== null) {
|
|
169438
|
+
this.onHeaderClick(column, event);
|
|
169439
|
+
}
|
|
169440
|
+
},
|
|
169383
169441
|
setColumnEnabled: function setColumnEnabled(val) {
|
|
169384
169442
|
var _this9 = this;
|
|
169385
169443
|
var enabledColums = val.join(',') + ',';
|
|
@@ -170076,9 +170134,9 @@ var PAGE_INFO = {
|
|
|
170076
170134
|
});
|
|
170077
170135
|
;// CONCATENATED MODULE: ./packages/ecwapp/DataTable/src/index.vue?vue&type=script&lang=js
|
|
170078
170136
|
/* harmony default export */ var ecwapp_DataTable_srcvue_type_script_lang_js = (DataTable_srcvue_type_script_lang_js);
|
|
170079
|
-
// 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/DataTable/src/index.vue?vue&type=style&index=0&id=
|
|
170080
|
-
var
|
|
170081
|
-
;// CONCATENATED MODULE: ./packages/ecwapp/DataTable/src/index.vue?vue&type=style&index=0&id=
|
|
170137
|
+
// 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/DataTable/src/index.vue?vue&type=style&index=0&id=2ef06d1a&prod&lang=scss&scoped=true
|
|
170138
|
+
var srcvue_type_style_index_0_id_2ef06d1a_prod_lang_scss_scoped_true = __webpack_require__(48934);
|
|
170139
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/DataTable/src/index.vue?vue&type=style&index=0&id=2ef06d1a&prod&lang=scss&scoped=true
|
|
170082
170140
|
|
|
170083
170141
|
;// CONCATENATED MODULE: ./packages/ecwapp/DataTable/src/index.vue
|
|
170084
170142
|
|
|
@@ -170091,11 +170149,11 @@ var srcvue_type_style_index_0_id_2412a998_prod_lang_scss_scoped_true = __webpack
|
|
|
170091
170149
|
|
|
170092
170150
|
var DataTable_src_component = (0,componentNormalizer/* default */.A)(
|
|
170093
170151
|
ecwapp_DataTable_srcvue_type_script_lang_js,
|
|
170094
|
-
|
|
170095
|
-
|
|
170152
|
+
srcvue_type_template_id_2ef06d1a_scoped_true_render,
|
|
170153
|
+
srcvue_type_template_id_2ef06d1a_scoped_true_staticRenderFns,
|
|
170096
170154
|
false,
|
|
170097
170155
|
null,
|
|
170098
|
-
"
|
|
170156
|
+
"2ef06d1a",
|
|
170099
170157
|
null
|
|
170100
170158
|
|
|
170101
170159
|
)
|
|
@@ -177786,8 +177844,8 @@ WfNames_src.install = function (Vue) {
|
|
|
177786
177844
|
Vue.component(WfNames_src.name, WfNames_src);
|
|
177787
177845
|
};
|
|
177788
177846
|
/* harmony default export */ var WfNames = (WfNames_src);
|
|
177789
|
-
;// 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=
|
|
177790
|
-
var
|
|
177847
|
+
;// 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=5d1f4afe&scoped=true
|
|
177848
|
+
var Attachmentvue_type_template_id_5d1f4afe_scoped_true_render = function render() {
|
|
177791
177849
|
var _vm = this,
|
|
177792
177850
|
_c = _vm._self._c;
|
|
177793
177851
|
return _c('div', [_vm.showMode == 'table' ? _c('el-form', {
|
|
@@ -179350,7 +179408,7 @@ var Attachmentvue_type_template_id_2c39df84_scoped_true_render = function render
|
|
|
179350
179408
|
}
|
|
179351
179409
|
}, [_vm._v("确 定")])], 1)], 1) : _vm._e()], 1);
|
|
179352
179410
|
};
|
|
179353
|
-
var
|
|
179411
|
+
var Attachmentvue_type_template_id_5d1f4afe_scoped_true_staticRenderFns = [];
|
|
179354
179412
|
|
|
179355
179413
|
// EXTERNAL MODULE: ./node_modules/sortablejs/modular/sortable.esm.js
|
|
179356
179414
|
var sortable_esm = __webpack_require__(10246);
|
|
@@ -179860,10 +179918,10 @@ var Attachmentvue_type_script_lang_js_this = null;
|
|
|
179860
179918
|
for (var i = 0; i < files.length; i++) {
|
|
179861
179919
|
var file = files[i];
|
|
179862
179920
|
if (file.name === this.attachments[j].fileName && (this.attachments[j].fileType === this.attachsType || !this.sameNameBodyfile && this.attachments[j].fileType === 'BODY')) {
|
|
179863
|
-
// this.$message.error('文件“' + file.name + '
|
|
179921
|
+
// this.$message.error('文件“' + file.name + '”已存在,不允许上传重名文件。')
|
|
179864
179922
|
this.$message.error(this.$tx('ecwapp.Wflowform.Attachment.cannotBeUpload', {
|
|
179865
179923
|
fileName: file.name
|
|
179866
|
-
}, "\u6587\u4EF6\u201C'".concat(file.name, "'\u201D\u5DF2\u5B58\u5728\uFF0C\u4E0D\u5141\u8BB8\u4E0A\u4F20\
|
|
179924
|
+
}, "\u6587\u4EF6\u201C'".concat(file.name, "'\u201D\u5DF2\u5B58\u5728\uFF0C\u4E0D\u5141\u8BB8\u4E0A\u4F20\u91CD\u540D\u6587\u4EF6\u3002")));
|
|
179867
179925
|
return;
|
|
179868
179926
|
}
|
|
179869
179927
|
}
|
|
@@ -180252,10 +180310,10 @@ var Attachmentvue_type_script_lang_js_this = null;
|
|
|
180252
180310
|
// 不允许上传同名文件
|
|
180253
180311
|
for (var j = 0; j < this.attachments.length; j++) {
|
|
180254
180312
|
if (file.name === this.attachments[j].fileName && (this.attachments[j].fileType === this.attachsType || !this.sameNameBodyfile && this.attachments[j].fileType === 'BODY')) {
|
|
180255
|
-
// this.$message.error('文件“' + file.name + '
|
|
180313
|
+
// this.$message.error('文件“' + file.name + '”已存在,不允许上传重名文件。')
|
|
180256
180314
|
this.$message.error(this.$tx('ecwapp.Wflowform.Attachment.cannotBeUpload', {
|
|
180257
180315
|
fileName: file.name
|
|
180258
|
-
}, "\u6587\u4EF6\u201C'".concat(file.name, "'\u201D\u5DF2\u5B58\u5728\uFF0C\u4E0D\u5141\u8BB8\u4E0A\u4F20\
|
|
180316
|
+
}, "\u6587\u4EF6\u201C'".concat(file.name, "'\u201D\u5DF2\u5B58\u5728\uFF0C\u4E0D\u5141\u8BB8\u4E0A\u4F20\u91CD\u540D\u6587\u4EF6\u3002")));
|
|
180259
180317
|
fileList.remove(file);
|
|
180260
180318
|
return;
|
|
180261
180319
|
}
|
|
@@ -180731,9 +180789,9 @@ var Attachmentvue_type_script_lang_js_this = null;
|
|
|
180731
180789
|
});
|
|
180732
180790
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
|
|
180733
180791
|
/* harmony default export */ var src_Attachmentvue_type_script_lang_js = (Attachmentvue_type_script_lang_js);
|
|
180734
|
-
// 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=
|
|
180735
|
-
var
|
|
180736
|
-
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=
|
|
180792
|
+
// 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=5d1f4afe&prod&scoped=true&lang=scss
|
|
180793
|
+
var Attachmentvue_type_style_index_0_id_5d1f4afe_prod_scoped_true_lang_scss = __webpack_require__(33153);
|
|
180794
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=5d1f4afe&prod&scoped=true&lang=scss
|
|
180737
180795
|
|
|
180738
180796
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/Attachment.vue
|
|
180739
180797
|
|
|
@@ -180746,11 +180804,11 @@ var Attachmentvue_type_style_index_0_id_2c39df84_prod_scoped_true_lang_scss = __
|
|
|
180746
180804
|
|
|
180747
180805
|
var Attachment_component = (0,componentNormalizer/* default */.A)(
|
|
180748
180806
|
src_Attachmentvue_type_script_lang_js,
|
|
180749
|
-
|
|
180750
|
-
|
|
180807
|
+
Attachmentvue_type_template_id_5d1f4afe_scoped_true_render,
|
|
180808
|
+
Attachmentvue_type_template_id_5d1f4afe_scoped_true_staticRenderFns,
|
|
180751
180809
|
false,
|
|
180752
180810
|
null,
|
|
180753
|
-
"
|
|
180811
|
+
"5d1f4afe",
|
|
180754
180812
|
null
|
|
180755
180813
|
|
|
180756
180814
|
)
|
|
@@ -214015,8 +214073,8 @@ var OrgTreeMgr_component = (0,componentNormalizer/* default */.A)(
|
|
|
214015
214073
|
)
|
|
214016
214074
|
|
|
214017
214075
|
/* harmony default export */ var OrgTreeMgr = (OrgTreeMgr_component.exports);
|
|
214018
|
-
;// 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/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=template&id=
|
|
214019
|
-
var
|
|
214076
|
+
;// 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/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=template&id=cca4311e&scoped=true
|
|
214077
|
+
var JobMatrixMgrvue_type_template_id_cca4311e_scoped_true_render = function render() {
|
|
214020
214078
|
var _vm = this,
|
|
214021
214079
|
_c = _vm._self._c;
|
|
214022
214080
|
return _c('div', {
|
|
@@ -214046,7 +214104,8 @@ var JobMatrixMgrvue_type_template_id_753bc810_scoped_true_render = function rend
|
|
|
214046
214104
|
"toolbar-btns": _vm.toolbarBtns,
|
|
214047
214105
|
"listdata": _vm.orgList,
|
|
214048
214106
|
"pagination": false,
|
|
214049
|
-
"height": _vm.tbHeight
|
|
214107
|
+
"height": _vm.tbHeight,
|
|
214108
|
+
"on-cell-click": _vm.onCellClick
|
|
214050
214109
|
}
|
|
214051
214110
|
}) : _vm._e()], 1), _c('el-button', {
|
|
214052
214111
|
directives: [{
|
|
@@ -214080,7 +214139,7 @@ var JobMatrixMgrvue_type_template_id_753bc810_scoped_true_render = function rend
|
|
|
214080
214139
|
}
|
|
214081
214140
|
}) : _vm._e()], 1)], 1)], 1);
|
|
214082
214141
|
};
|
|
214083
|
-
var
|
|
214142
|
+
var JobMatrixMgrvue_type_template_id_cca4311e_scoped_true_staticRenderFns = [];
|
|
214084
214143
|
|
|
214085
214144
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=script&lang=js
|
|
214086
214145
|
|
|
@@ -214217,6 +214276,7 @@ var JobMatrixMgrvue_type_template_id_753bc810_scoped_true_staticRenderFns = [];
|
|
|
214217
214276
|
}
|
|
214218
214277
|
});
|
|
214219
214278
|
},
|
|
214279
|
+
onCellClick: function onCellClick() {},
|
|
214220
214280
|
exportdata: function exportdata() {
|
|
214221
214281
|
this.$refs['btnToXls'].$el.click();
|
|
214222
214282
|
},
|
|
@@ -214255,9 +214315,9 @@ var JobMatrixMgrvue_type_template_id_753bc810_scoped_true_staticRenderFns = [];
|
|
|
214255
214315
|
});
|
|
214256
214316
|
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=script&lang=js
|
|
214257
214317
|
/* harmony default export */ var src_JobMatrixMgrvue_type_script_lang_js = (JobMatrixMgrvue_type_script_lang_js);
|
|
214258
|
-
// 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/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=style&index=0&id=
|
|
214259
|
-
var
|
|
214260
|
-
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=style&index=0&id=
|
|
214318
|
+
// 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/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=style&index=0&id=cca4311e&prod&scoped=true&lang=scss
|
|
214319
|
+
var JobMatrixMgrvue_type_style_index_0_id_cca4311e_prod_scoped_true_lang_scss = __webpack_require__(93603);
|
|
214320
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/JobMatrixMgr.vue?vue&type=style&index=0&id=cca4311e&prod&scoped=true&lang=scss
|
|
214261
214321
|
|
|
214262
214322
|
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/JobMatrixMgr.vue
|
|
214263
214323
|
|
|
@@ -214270,16 +214330,536 @@ var JobMatrixMgrvue_type_style_index_0_id_753bc810_prod_scoped_true_lang_scss =
|
|
|
214270
214330
|
|
|
214271
214331
|
var JobMatrixMgr_component = (0,componentNormalizer/* default */.A)(
|
|
214272
214332
|
src_JobMatrixMgrvue_type_script_lang_js,
|
|
214273
|
-
|
|
214274
|
-
|
|
214333
|
+
JobMatrixMgrvue_type_template_id_cca4311e_scoped_true_render,
|
|
214334
|
+
JobMatrixMgrvue_type_template_id_cca4311e_scoped_true_staticRenderFns,
|
|
214275
214335
|
false,
|
|
214276
214336
|
null,
|
|
214277
|
-
"
|
|
214337
|
+
"cca4311e",
|
|
214278
214338
|
null
|
|
214279
214339
|
|
|
214280
214340
|
)
|
|
214281
214341
|
|
|
214282
214342
|
/* harmony default export */ var JobMatrixMgr = (JobMatrixMgr_component.exports);
|
|
214343
|
+
;// 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/ecwplat/Organ/src/GroupMatrixMgr.vue?vue&type=template&id=692d7ccc&scoped=true
|
|
214344
|
+
var GroupMatrixMgrvue_type_template_id_692d7ccc_scoped_true_render = function render() {
|
|
214345
|
+
var _vm = this,
|
|
214346
|
+
_c = _vm._self._c;
|
|
214347
|
+
return _c('div', {
|
|
214348
|
+
staticClass: "app-container"
|
|
214349
|
+
}, [_c('OrgTreeLRLayout', {
|
|
214350
|
+
attrs: {
|
|
214351
|
+
"check-first-node": true,
|
|
214352
|
+
"on-org-tree-node-click": _vm.onOrgTreeNodeClick
|
|
214353
|
+
}
|
|
214354
|
+
}, [_c('PageContent', {
|
|
214355
|
+
directives: [{
|
|
214356
|
+
name: "loading",
|
|
214357
|
+
rawName: "v-loading",
|
|
214358
|
+
value: !_vm.rootOrg,
|
|
214359
|
+
expression: "!rootOrg"
|
|
214360
|
+
}],
|
|
214361
|
+
attrs: {
|
|
214362
|
+
"title": _vm.$tx('ecwplat.sysSetup.fields.jobJzTitle', {
|
|
214363
|
+
name: _vm.rootOrg ? _vm.rootOrg.name : ''
|
|
214364
|
+
}, '{name}群组人员矩阵')
|
|
214365
|
+
}
|
|
214366
|
+
}, [_vm.rootOrg ? _c('data-table', {
|
|
214367
|
+
attrs: {
|
|
214368
|
+
"id": "tbGroupMatrixMgr",
|
|
214369
|
+
"module-info": _vm.moduleInfo,
|
|
214370
|
+
"tb-columns": _vm.tbColumns,
|
|
214371
|
+
"toolbar-btns": _vm.toolbarBtns,
|
|
214372
|
+
"listdata": _vm.orgList,
|
|
214373
|
+
"pagination": false,
|
|
214374
|
+
"height": _vm.tbHeight,
|
|
214375
|
+
"on-cell-click": _vm.onCellClick,
|
|
214376
|
+
"on-header-click": _vm.onHeaderClick
|
|
214377
|
+
}
|
|
214378
|
+
}) : _vm._e()], 1), _c('el-button', {
|
|
214379
|
+
directives: [{
|
|
214380
|
+
name: "show",
|
|
214381
|
+
rawName: "v-show",
|
|
214382
|
+
value: false,
|
|
214383
|
+
expression: "false"
|
|
214384
|
+
}, {
|
|
214385
|
+
name: "table-toxls",
|
|
214386
|
+
rawName: "v-table-toxls",
|
|
214387
|
+
value: _vm.tbGroupMatrixMgr,
|
|
214388
|
+
expression: "tbGroupMatrixMgr"
|
|
214389
|
+
}],
|
|
214390
|
+
ref: "btnToXls",
|
|
214391
|
+
attrs: {
|
|
214392
|
+
"file-name": _vm.$tx('ecwplat.sysSetup.fields.groupJzTitle', {
|
|
214393
|
+
name: _vm.rootOrg ? _vm.rootOrg.name : ''
|
|
214394
|
+
}, '{name}群组人员矩阵')
|
|
214395
|
+
}
|
|
214396
|
+
}), _c('Basicform', {
|
|
214397
|
+
ref: "basicform",
|
|
214398
|
+
attrs: {
|
|
214399
|
+
"title": '工作群组',
|
|
214400
|
+
"win-width": _vm.moduleInfo.winWidth,
|
|
214401
|
+
"win-height": _vm.moduleInfo.winHeight,
|
|
214402
|
+
"toolbar-btns": [],
|
|
214403
|
+
"on-basic-form-before-open": _vm.onBasicFormBeforeOpen,
|
|
214404
|
+
"on-basic-form-opened": _vm.onBasicFormOpened,
|
|
214405
|
+
"on-basic-form-before-submit": _vm.onBasicFormBeforeSubmit,
|
|
214406
|
+
"on-basic-form-submited": _vm.onBasicFormSubmited
|
|
214407
|
+
},
|
|
214408
|
+
scopedSlots: _vm._u([{
|
|
214409
|
+
key: "default",
|
|
214410
|
+
fn: function fn(slotProps) {
|
|
214411
|
+
return [_c('busi-form', {
|
|
214412
|
+
attrs: {
|
|
214413
|
+
"vo": slotProps.vo,
|
|
214414
|
+
"can-edit": slotProps.canEdit,
|
|
214415
|
+
"module-info": _vm.moduleInfo
|
|
214416
|
+
}
|
|
214417
|
+
}), _c('import-workgroup-member', {
|
|
214418
|
+
ref: "importMember",
|
|
214419
|
+
attrs: {
|
|
214420
|
+
"vo": slotProps.vo
|
|
214421
|
+
}
|
|
214422
|
+
})];
|
|
214423
|
+
}
|
|
214424
|
+
}])
|
|
214425
|
+
}), _c('WfdNodeList')], 1)], 1);
|
|
214426
|
+
};
|
|
214427
|
+
var GroupMatrixMgrvue_type_template_id_692d7ccc_scoped_true_staticRenderFns = [];
|
|
214428
|
+
|
|
214429
|
+
;// 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/ecwplat/Organ/src/components/WfdNodeList.vue?vue&type=template&id=3689321b&scoped=true
|
|
214430
|
+
var WfdNodeListvue_type_template_id_3689321b_scoped_true_render = function render() {
|
|
214431
|
+
var _vm = this,
|
|
214432
|
+
_c = _vm._self._c;
|
|
214433
|
+
return _vm.dialogFormVisible ? _c('el-dialog', {
|
|
214434
|
+
directives: [{
|
|
214435
|
+
name: "loading",
|
|
214436
|
+
rawName: "v-loading",
|
|
214437
|
+
value: !_vm.wfdNodeList,
|
|
214438
|
+
expression: "!wfdNodeList"
|
|
214439
|
+
}, {
|
|
214440
|
+
name: "el-drag-dialog",
|
|
214441
|
+
rawName: "v-el-drag-dialog"
|
|
214442
|
+
}],
|
|
214443
|
+
attrs: {
|
|
214444
|
+
"visible": _vm.dialogFormVisible,
|
|
214445
|
+
"append-to-body": true,
|
|
214446
|
+
"close-on-click-modal": false,
|
|
214447
|
+
"width": "1000px",
|
|
214448
|
+
"title": _vm.dialogTitle
|
|
214449
|
+
},
|
|
214450
|
+
on: {
|
|
214451
|
+
"update:visible": function updateVisible($event) {
|
|
214452
|
+
_vm.dialogFormVisible = $event;
|
|
214453
|
+
}
|
|
214454
|
+
}
|
|
214455
|
+
}, [_c('el-button', {
|
|
214456
|
+
directives: [{
|
|
214457
|
+
name: "show",
|
|
214458
|
+
rawName: "v-show",
|
|
214459
|
+
value: false,
|
|
214460
|
+
expression: "false"
|
|
214461
|
+
}, {
|
|
214462
|
+
name: "table-toxls",
|
|
214463
|
+
rawName: "v-table-toxls",
|
|
214464
|
+
value: _vm.tbWfdNodeList,
|
|
214465
|
+
expression: "tbWfdNodeList"
|
|
214466
|
+
}],
|
|
214467
|
+
ref: "btnToXls",
|
|
214468
|
+
attrs: {
|
|
214469
|
+
"file-name": _vm.dialogTitle
|
|
214470
|
+
}
|
|
214471
|
+
}), _c('data-table', {
|
|
214472
|
+
attrs: {
|
|
214473
|
+
"id": "tbWfdNodeList",
|
|
214474
|
+
"module-info": _vm.moduleInfo,
|
|
214475
|
+
"tb-columns": _vm.tbColumns,
|
|
214476
|
+
"toolbar-btns": _vm.toolbarBtns,
|
|
214477
|
+
"listdata": _vm.wfdNodeList,
|
|
214478
|
+
"pagination": true,
|
|
214479
|
+
"on-cell-click": _vm.onCellClick
|
|
214480
|
+
}
|
|
214481
|
+
})], 1) : _vm._e();
|
|
214482
|
+
};
|
|
214483
|
+
var WfdNodeListvue_type_template_id_3689321b_scoped_true_staticRenderFns = [];
|
|
214484
|
+
|
|
214485
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/components/WfdNodeList.vue?vue&type=script&lang=js
|
|
214486
|
+
/* harmony default export */ var WfdNodeListvue_type_script_lang_js = ({
|
|
214487
|
+
components: {},
|
|
214488
|
+
props: {},
|
|
214489
|
+
data: function data() {
|
|
214490
|
+
return {
|
|
214491
|
+
loginUser: this.$store.getters.loginUser,
|
|
214492
|
+
dialogFormVisible: false,
|
|
214493
|
+
dialogTitle: '审批权限',
|
|
214494
|
+
wfdNodeList: [],
|
|
214495
|
+
moduleInfo: {
|
|
214496
|
+
moduleCode: 'wfdNodeList'
|
|
214497
|
+
},
|
|
214498
|
+
tbColumns: [{
|
|
214499
|
+
field: 'index',
|
|
214500
|
+
width: '50px',
|
|
214501
|
+
sortable: false,
|
|
214502
|
+
propType: '',
|
|
214503
|
+
align: 'center',
|
|
214504
|
+
title: '序号',
|
|
214505
|
+
searchable: false
|
|
214506
|
+
}, {
|
|
214507
|
+
propFormatter: '',
|
|
214508
|
+
listAdvSearchElement: 'input',
|
|
214509
|
+
field: 'sysName',
|
|
214510
|
+
width: '',
|
|
214511
|
+
elementFormatter: '',
|
|
214512
|
+
sortable: true,
|
|
214513
|
+
propType: 'String',
|
|
214514
|
+
align: 'left',
|
|
214515
|
+
title: '系统名称',
|
|
214516
|
+
searchable: true
|
|
214517
|
+
}, {
|
|
214518
|
+
propFormatter: '',
|
|
214519
|
+
listAdvSearchElement: 'input',
|
|
214520
|
+
field: 'name',
|
|
214521
|
+
width: '180px',
|
|
214522
|
+
elementFormatter: '',
|
|
214523
|
+
sortable: true,
|
|
214524
|
+
propType: 'String',
|
|
214525
|
+
align: 'left',
|
|
214526
|
+
title: '流程名称',
|
|
214527
|
+
searchable: true
|
|
214528
|
+
}, {
|
|
214529
|
+
propFormatter: '',
|
|
214530
|
+
listAdvSearchElement: 'input',
|
|
214531
|
+
field: 'processNo',
|
|
214532
|
+
width: '120px',
|
|
214533
|
+
elementFormatter: '',
|
|
214534
|
+
sortable: true,
|
|
214535
|
+
propType: 'String',
|
|
214536
|
+
align: 'center',
|
|
214537
|
+
title: '流程编号',
|
|
214538
|
+
searchable: true
|
|
214539
|
+
}, {
|
|
214540
|
+
propFormatter: '',
|
|
214541
|
+
listAdvSearchElement: 'input',
|
|
214542
|
+
field: 'version',
|
|
214543
|
+
width: '100px',
|
|
214544
|
+
elementFormatter: '',
|
|
214545
|
+
sortable: true,
|
|
214546
|
+
propType: 'String',
|
|
214547
|
+
align: 'center',
|
|
214548
|
+
title: '流程版本',
|
|
214549
|
+
searchable: true
|
|
214550
|
+
}, {
|
|
214551
|
+
propFormatter: '',
|
|
214552
|
+
listAdvSearchElement: 'input',
|
|
214553
|
+
field: 'nodeName',
|
|
214554
|
+
width: '150px',
|
|
214555
|
+
elementFormatter: '',
|
|
214556
|
+
sortable: true,
|
|
214557
|
+
propType: 'String',
|
|
214558
|
+
align: 'center',
|
|
214559
|
+
title: '环节名称',
|
|
214560
|
+
searchable: true
|
|
214561
|
+
}, {
|
|
214562
|
+
field: 'updateTime',
|
|
214563
|
+
title: '更新时间',
|
|
214564
|
+
width: '160px',
|
|
214565
|
+
align: 'center',
|
|
214566
|
+
valign: 'middle',
|
|
214567
|
+
cellStyle: {
|
|
214568
|
+
css: {
|
|
214569
|
+
cursor: 'pointer'
|
|
214570
|
+
}
|
|
214571
|
+
},
|
|
214572
|
+
searchable: true,
|
|
214573
|
+
listAdvSearchElement: 'date',
|
|
214574
|
+
propFormatter: 'format:yyyy-MM-dd HH:mm:ss',
|
|
214575
|
+
propType: 'java.util.Date',
|
|
214576
|
+
sortable: true
|
|
214577
|
+
}],
|
|
214578
|
+
toolbarBtns: [{
|
|
214579
|
+
btnName: '导出',
|
|
214580
|
+
btnIcon: 'download',
|
|
214581
|
+
btnClick: this.exportdata,
|
|
214582
|
+
btnPermission: 'exportdata',
|
|
214583
|
+
id: 'btn_download',
|
|
214584
|
+
btnType: 'toolbar',
|
|
214585
|
+
btnI18nCode: 'exportWform'
|
|
214586
|
+
}]
|
|
214587
|
+
};
|
|
214588
|
+
},
|
|
214589
|
+
computed: {},
|
|
214590
|
+
created: function created() {
|
|
214591
|
+
this.$bus.on('openWfdNodeList', this.openWfdNodeList);
|
|
214592
|
+
},
|
|
214593
|
+
beforeDestory: function beforeDestory() {
|
|
214594
|
+
this.$bus.off('openWfdNodeList', this.openWfdNodeList);
|
|
214595
|
+
},
|
|
214596
|
+
mounted: function mounted() {},
|
|
214597
|
+
watch: {},
|
|
214598
|
+
methods: {
|
|
214599
|
+
openWfdNodeList: function openWfdNodeList(vo) {
|
|
214600
|
+
var _this = this;
|
|
214601
|
+
this.dialogTitle = vo.wgName + '审批权限';
|
|
214602
|
+
this.dialogFormVisible = true;
|
|
214603
|
+
this.$http({
|
|
214604
|
+
method: 'get',
|
|
214605
|
+
params: {
|
|
214606
|
+
value: vo.id
|
|
214607
|
+
},
|
|
214608
|
+
url: 'workflow/wfdProcessMgr/queryNodeListByNodeValue'
|
|
214609
|
+
}).then(function (res) {
|
|
214610
|
+
if (res.code === 'success') {
|
|
214611
|
+
_this.wfdNodeList = res.body.listdata;
|
|
214612
|
+
_this.$nextTick(function () {
|
|
214613
|
+
_this.$bus.emit('refreshListData', null, null, null, _this.moduleInfo.moduleCode);
|
|
214614
|
+
});
|
|
214615
|
+
}
|
|
214616
|
+
});
|
|
214617
|
+
},
|
|
214618
|
+
onCellClick: function onCellClick(row, column, value, index) {
|
|
214619
|
+
var url = '/#/designer/workflow';
|
|
214620
|
+
if (this.loginUser.orgCode !== 'plat') {
|
|
214621
|
+
url += '?dwadmin=1';
|
|
214622
|
+
} else {
|
|
214623
|
+
url += '?platadmin=1';
|
|
214624
|
+
}
|
|
214625
|
+
url += '&id=' + row.id;
|
|
214626
|
+
window.open(url, '_blank');
|
|
214627
|
+
},
|
|
214628
|
+
exportdata: function exportdata() {
|
|
214629
|
+
this.$refs['btnToXls'].$el.click();
|
|
214630
|
+
}
|
|
214631
|
+
}
|
|
214632
|
+
});
|
|
214633
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/components/WfdNodeList.vue?vue&type=script&lang=js
|
|
214634
|
+
/* harmony default export */ var components_WfdNodeListvue_type_script_lang_js = (WfdNodeListvue_type_script_lang_js);
|
|
214635
|
+
// 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/ecwplat/Organ/src/components/WfdNodeList.vue?vue&type=style&index=0&id=3689321b&prod&scoped=true&lang=scss
|
|
214636
|
+
var WfdNodeListvue_type_style_index_0_id_3689321b_prod_scoped_true_lang_scss = __webpack_require__(1938);
|
|
214637
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/components/WfdNodeList.vue?vue&type=style&index=0&id=3689321b&prod&scoped=true&lang=scss
|
|
214638
|
+
|
|
214639
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/components/WfdNodeList.vue
|
|
214640
|
+
|
|
214641
|
+
|
|
214642
|
+
|
|
214643
|
+
;
|
|
214644
|
+
|
|
214645
|
+
|
|
214646
|
+
/* normalize component */
|
|
214647
|
+
|
|
214648
|
+
var WfdNodeList_component = (0,componentNormalizer/* default */.A)(
|
|
214649
|
+
components_WfdNodeListvue_type_script_lang_js,
|
|
214650
|
+
WfdNodeListvue_type_template_id_3689321b_scoped_true_render,
|
|
214651
|
+
WfdNodeListvue_type_template_id_3689321b_scoped_true_staticRenderFns,
|
|
214652
|
+
false,
|
|
214653
|
+
null,
|
|
214654
|
+
"3689321b",
|
|
214655
|
+
null
|
|
214656
|
+
|
|
214657
|
+
)
|
|
214658
|
+
|
|
214659
|
+
/* harmony default export */ var WfdNodeList = (WfdNodeList_component.exports);
|
|
214660
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/GroupMatrixMgr.vue?vue&type=script&lang=js
|
|
214661
|
+
|
|
214662
|
+
/* harmony default export */ var GroupMatrixMgrvue_type_script_lang_js = ({
|
|
214663
|
+
name: 'GroupMatrixMgr',
|
|
214664
|
+
components: {
|
|
214665
|
+
WfdNodeList: WfdNodeList
|
|
214666
|
+
},
|
|
214667
|
+
props: {},
|
|
214668
|
+
data: function data() {
|
|
214669
|
+
return {
|
|
214670
|
+
i18npkg: 'ecwplat',
|
|
214671
|
+
moduleCode: 'sysSetup',
|
|
214672
|
+
rootOrg: null,
|
|
214673
|
+
workGroup: null,
|
|
214674
|
+
moduleInfo: {
|
|
214675
|
+
formTemplate: 'dcontent/busiformurl?vwtype=W&url=/base/workGroup/form.html',
|
|
214676
|
+
winWidth: 1000,
|
|
214677
|
+
moduleCode: 'workGroup',
|
|
214678
|
+
winHeight: 600,
|
|
214679
|
+
updateUrl: 'base/workGroup/update',
|
|
214680
|
+
getByIdUrl: 'base/workGroup/getById',
|
|
214681
|
+
listAdvSearchAllFields: 0,
|
|
214682
|
+
openViewType: '0'
|
|
214683
|
+
},
|
|
214684
|
+
tbHeight: '',
|
|
214685
|
+
tbColumns: [],
|
|
214686
|
+
toolbarBtns: [{
|
|
214687
|
+
btnName: '导出',
|
|
214688
|
+
btnIcon: 'download',
|
|
214689
|
+
btnClick: this.exportdata,
|
|
214690
|
+
btnPermission: 'exportdata',
|
|
214691
|
+
id: 'btn_download',
|
|
214692
|
+
btnType: 'toolbar',
|
|
214693
|
+
btnI18nCode: 'exportWform'
|
|
214694
|
+
}],
|
|
214695
|
+
orgList: [],
|
|
214696
|
+
wgList: []
|
|
214697
|
+
};
|
|
214698
|
+
},
|
|
214699
|
+
computed: {},
|
|
214700
|
+
watch: {},
|
|
214701
|
+
created: function created() {
|
|
214702
|
+
this.$bus.off('updateTreeNode', this.updateTreeNode);
|
|
214703
|
+
},
|
|
214704
|
+
beforeDestory: function beforeDestory() {
|
|
214705
|
+
this.$bus.off('updateTreeNode', this.updateTreeNode);
|
|
214706
|
+
},
|
|
214707
|
+
mounted: function mounted() {
|
|
214708
|
+
var formurl = this.moduleInfo.formTemplate.split('url=')[1];
|
|
214709
|
+
formurl = formurl.replace(/\//g, '.');
|
|
214710
|
+
formurl = '#/dcontent/vuebusiform/W/' + formurl.substring(1).replace('.html', '.vue');
|
|
214711
|
+
formurl += '?sysCode=' + (this.$route.meta.sysCode || '');
|
|
214712
|
+
this.$options.components['BusiForm'] = this.$loadComponent(formurl);
|
|
214713
|
+
},
|
|
214714
|
+
methods: {
|
|
214715
|
+
updateTreeNode: function updateTreeNode() {
|
|
214716
|
+
this.openType = '';
|
|
214717
|
+
},
|
|
214718
|
+
onOrgTreeNodeClick: function onOrgTreeNodeClick(evt, treeId, treeNode, orgCodes) {
|
|
214719
|
+
var _this2 = this;
|
|
214720
|
+
var _this = this;
|
|
214721
|
+
this.rootOrg = null;
|
|
214722
|
+
this.$http({
|
|
214723
|
+
method: 'get',
|
|
214724
|
+
params: {
|
|
214725
|
+
orgCode: orgCodes.split(',')[0]
|
|
214726
|
+
},
|
|
214727
|
+
url: 'base/workGroup/queryWorkgroupStaffs'
|
|
214728
|
+
}).then(function (res) {
|
|
214729
|
+
if (res.code === 'success') {
|
|
214730
|
+
_this2.rootOrg = res.body.rootOrg;
|
|
214731
|
+
_this2.tbColumns = [{
|
|
214732
|
+
align: 'center',
|
|
214733
|
+
field: 'index',
|
|
214734
|
+
title: '序号',
|
|
214735
|
+
width: '50px',
|
|
214736
|
+
sortable: false,
|
|
214737
|
+
searchable: false,
|
|
214738
|
+
propType: '',
|
|
214739
|
+
fixed: 'left'
|
|
214740
|
+
}, {
|
|
214741
|
+
align: 'left',
|
|
214742
|
+
field: 'orgFullName',
|
|
214743
|
+
title: '机构名称',
|
|
214744
|
+
sortable: true,
|
|
214745
|
+
searchable: false,
|
|
214746
|
+
propType: 'String',
|
|
214747
|
+
fixed: 'left'
|
|
214748
|
+
}];
|
|
214749
|
+
_this.orgList = res.body.orgList;
|
|
214750
|
+
_this.wgList = res.body.workgroupList;
|
|
214751
|
+
_this.wgList.forEach(function (wg) {
|
|
214752
|
+
_this.tbColumns.push({
|
|
214753
|
+
align: 'center',
|
|
214754
|
+
field: wg.wgId,
|
|
214755
|
+
title: wg.wgName,
|
|
214756
|
+
width: '200px',
|
|
214757
|
+
sortable: true,
|
|
214758
|
+
searchable: false,
|
|
214759
|
+
propType: 'String'
|
|
214760
|
+
});
|
|
214761
|
+
});
|
|
214762
|
+
res.body.workgroupStaffList.forEach(function (staff) {
|
|
214763
|
+
for (var i = 0; i < _this.orgList.length; i++) {
|
|
214764
|
+
var org = _this.orgList[i];
|
|
214765
|
+
if (staff.orgFullId.indexOf(org.id) !== -1) {
|
|
214766
|
+
if (org[staff.wgId]) {
|
|
214767
|
+
org[staff.wgId] += '、' + staff.name;
|
|
214768
|
+
} else {
|
|
214769
|
+
org[staff.wgId] = staff.name;
|
|
214770
|
+
}
|
|
214771
|
+
}
|
|
214772
|
+
}
|
|
214773
|
+
});
|
|
214774
|
+
_this.$nextTick(function () {
|
|
214775
|
+
var leftHeight = document.querySelector('.panel-left').clientHeight;
|
|
214776
|
+
var tbHeight = document.querySelector('.el-table').clientHeight;
|
|
214777
|
+
if (tbHeight + (60 + 33 + 10) > leftHeight) {
|
|
214778
|
+
_this2.tbHeight = leftHeight - (60 + 33 + 10) + 'px';
|
|
214779
|
+
}
|
|
214780
|
+
});
|
|
214781
|
+
} else {
|
|
214782
|
+
_this2.$alert(res.message, _this2.$tx('common.operationTip', '操作提示'), {
|
|
214783
|
+
type: 'error'
|
|
214784
|
+
});
|
|
214785
|
+
}
|
|
214786
|
+
});
|
|
214787
|
+
},
|
|
214788
|
+
onCellClick: function onCellClick(row, column, value, index) {
|
|
214789
|
+
var _this3 = this;
|
|
214790
|
+
var workGroup = this.wgList.filter(function (wg) {
|
|
214791
|
+
return wg.wgName === column.label;
|
|
214792
|
+
});
|
|
214793
|
+
if (workGroup && workGroup.length > 0) {
|
|
214794
|
+
this.$http({
|
|
214795
|
+
method: 'GET',
|
|
214796
|
+
params: {
|
|
214797
|
+
id: workGroup[0].wgId
|
|
214798
|
+
},
|
|
214799
|
+
// 查询机构工作群组
|
|
214800
|
+
url: 'base/workGroup/getById'
|
|
214801
|
+
}).then(function (res) {
|
|
214802
|
+
if (res.code === 'success') {
|
|
214803
|
+
_this3.workGroup = res.body.vo;
|
|
214804
|
+
_this3.$nextTick(function () {
|
|
214805
|
+
_this3.$bus.emit('openBusiform', _this3.moduleInfo, res.body.vo, 1);
|
|
214806
|
+
});
|
|
214807
|
+
} else {
|
|
214808
|
+
_this3.$alert(res.message, {
|
|
214809
|
+
type: 'error'
|
|
214810
|
+
});
|
|
214811
|
+
}
|
|
214812
|
+
});
|
|
214813
|
+
}
|
|
214814
|
+
},
|
|
214815
|
+
onHeaderClick: function onHeaderClick(column, event) {
|
|
214816
|
+
var workGroup = this.wgList.filter(function (wg) {
|
|
214817
|
+
return wg.wgName === column.label;
|
|
214818
|
+
});
|
|
214819
|
+
if (workGroup && workGroup.length > 0) {
|
|
214820
|
+
workGroup[0].id = workGroup[0].wgId;
|
|
214821
|
+
this.$bus.emit('openWfdNodeList', workGroup[0]);
|
|
214822
|
+
}
|
|
214823
|
+
},
|
|
214824
|
+
/**
|
|
214825
|
+
* 表单提交完成,vo为已保存成功的workGroup对象,窗口即将关闭,不需要返回值
|
|
214826
|
+
*/
|
|
214827
|
+
onBasicFormSubmited: function onBasicFormSubmited($scope, vo) {
|
|
214828
|
+
console.log('workGroup form submited');
|
|
214829
|
+
this.onOrgTreeNodeClick(null, null, null, this.rootOrg.code);
|
|
214830
|
+
},
|
|
214831
|
+
exportdata: function exportdata() {
|
|
214832
|
+
this.$refs['btnToXls'].$el.click();
|
|
214833
|
+
}
|
|
214834
|
+
}
|
|
214835
|
+
});
|
|
214836
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/GroupMatrixMgr.vue?vue&type=script&lang=js
|
|
214837
|
+
/* harmony default export */ var src_GroupMatrixMgrvue_type_script_lang_js = (GroupMatrixMgrvue_type_script_lang_js);
|
|
214838
|
+
// 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/ecwplat/Organ/src/GroupMatrixMgr.vue?vue&type=style&index=0&id=692d7ccc&prod&scoped=true&lang=scss
|
|
214839
|
+
var GroupMatrixMgrvue_type_style_index_0_id_692d7ccc_prod_scoped_true_lang_scss = __webpack_require__(47421);
|
|
214840
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/GroupMatrixMgr.vue?vue&type=style&index=0&id=692d7ccc&prod&scoped=true&lang=scss
|
|
214841
|
+
|
|
214842
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/GroupMatrixMgr.vue
|
|
214843
|
+
|
|
214844
|
+
|
|
214845
|
+
|
|
214846
|
+
;
|
|
214847
|
+
|
|
214848
|
+
|
|
214849
|
+
/* normalize component */
|
|
214850
|
+
|
|
214851
|
+
var GroupMatrixMgr_component = (0,componentNormalizer/* default */.A)(
|
|
214852
|
+
src_GroupMatrixMgrvue_type_script_lang_js,
|
|
214853
|
+
GroupMatrixMgrvue_type_template_id_692d7ccc_scoped_true_render,
|
|
214854
|
+
GroupMatrixMgrvue_type_template_id_692d7ccc_scoped_true_staticRenderFns,
|
|
214855
|
+
false,
|
|
214856
|
+
null,
|
|
214857
|
+
"692d7ccc",
|
|
214858
|
+
null
|
|
214859
|
+
|
|
214860
|
+
)
|
|
214861
|
+
|
|
214862
|
+
/* harmony default export */ var GroupMatrixMgr = (GroupMatrixMgr_component.exports);
|
|
214283
214863
|
;// 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/ecwplat/Organ/src/components/OrgUserList.vue?vue&type=template&id=072979f9&scoped=true
|
|
214284
214864
|
var OrgUserListvue_type_template_id_072979f9_scoped_true_render = function render() {
|
|
214285
214865
|
var _vm = this,
|
|
@@ -215929,6 +216509,7 @@ var ColumnEdit_component = (0,componentNormalizer/* default */.A)(
|
|
|
215929
216509
|
|
|
215930
216510
|
|
|
215931
216511
|
|
|
216512
|
+
|
|
215932
216513
|
// 为组件添加 install 方法,用于按需引入
|
|
215933
216514
|
ImportPersonOrg.install = function (Vue) {
|
|
215934
216515
|
Vue.component(ImportPersonOrg.name, ImportPersonOrg);
|
|
@@ -215945,6 +216526,9 @@ OrgTreeMgr.install = function (Vue) {
|
|
|
215945
216526
|
JobMatrixMgr.install = function (Vue) {
|
|
215946
216527
|
Vue.component(JobMatrixMgr.name, JobMatrixMgr);
|
|
215947
216528
|
};
|
|
216529
|
+
GroupMatrixMgr.install = function (Vue) {
|
|
216530
|
+
Vue.component(GroupMatrixMgr.name, GroupMatrixMgr);
|
|
216531
|
+
};
|
|
215948
216532
|
OrgUserList.install = function (Vue) {
|
|
215949
216533
|
Vue.component(OrgUserList.name, OrgUserList);
|
|
215950
216534
|
};
|
|
@@ -215959,6 +216543,7 @@ var Organ_ImportWorkgroupMember = ImportWorkgroupMember;
|
|
|
215959
216543
|
var Organ_OrgPersonMgr = OrgPersonMgr;
|
|
215960
216544
|
var Organ_OrgTreeMgr = OrgTreeMgr;
|
|
215961
216545
|
var Organ_JobMatrixMgr = JobMatrixMgr;
|
|
216546
|
+
var Organ_GroupMatrixMgr = (/* unused pure expression or super */ null && ($GroupMatrixMgr));
|
|
215962
216547
|
var Organ_OrgUserList = OrgUserList;
|
|
215963
216548
|
var Organ_OrgTreeLRLayout = OrgTreeLRLayout;
|
|
215964
216549
|
var Organ_ColumnEdit = ColumnEdit;
|
|
@@ -254283,8 +254868,8 @@ var SideBar_component = (0,componentNormalizer/* default */.A)(
|
|
|
254283
254868
|
)
|
|
254284
254869
|
|
|
254285
254870
|
/* harmony default export */ var SideBar = (SideBar_component.exports);
|
|
254286
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=template&id=
|
|
254287
|
-
var
|
|
254871
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=template&id=d774ff60&scoped=true
|
|
254872
|
+
var Centervue_type_template_id_d774ff60_scoped_true_render = function render() {
|
|
254288
254873
|
var _vm = this,
|
|
254289
254874
|
_c = _vm._self._c;
|
|
254290
254875
|
return _c('el-scrollbar', {
|
|
@@ -254400,7 +254985,7 @@ var Centervue_type_template_id_5d9d4dfd_scoped_true_render = function render() {
|
|
|
254400
254985
|
}
|
|
254401
254986
|
})], 1)], 1)]);
|
|
254402
254987
|
};
|
|
254403
|
-
var
|
|
254988
|
+
var Centervue_type_template_id_d774ff60_scoped_true_staticRenderFns = [];
|
|
254404
254989
|
|
|
254405
254990
|
// EXTERNAL MODULE: ./packages/ecwplus/WorkflowDesigner/src/scripts/common.js
|
|
254406
254991
|
var common = __webpack_require__(12885);
|
|
@@ -254703,7 +255288,7 @@ var _require21 = __webpack_require__(53978),
|
|
|
254703
255288
|
_this3.process = response.body.vo.process;
|
|
254704
255289
|
if (reqParams.url === 'workflow/wfdProcessMgr/addNew') {
|
|
254705
255290
|
ecinc_process.initProcess(_this3);
|
|
254706
|
-
if (response.body.udmConfig && response.body.udmConfig.udmNodes) {
|
|
255291
|
+
if (response.body.udmConfig && response.body.udmConfig.indexOf('udmNodes') !== -1) {
|
|
254707
255292
|
ecinc_process.setUdmChartdata(_this3, response.body.udmConfig);
|
|
254708
255293
|
} else {
|
|
254709
255294
|
ecinc_process.setNewChartdata(_this3);
|
|
@@ -256679,13 +257264,13 @@ var _require21 = __webpack_require__(53978),
|
|
|
256679
257264
|
});
|
|
256680
257265
|
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=script&lang=js
|
|
256681
257266
|
/* harmony default export */ var components_Centervue_type_script_lang_js = (Centervue_type_script_lang_js);
|
|
256682
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=
|
|
256683
|
-
var
|
|
256684
|
-
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=
|
|
257267
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=d774ff60&prod&scoped=true&lang=scss
|
|
257268
|
+
var Centervue_type_style_index_0_id_d774ff60_prod_scoped_true_lang_scss = __webpack_require__(46208);
|
|
257269
|
+
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=d774ff60&prod&scoped=true&lang=scss
|
|
256685
257270
|
|
|
256686
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=
|
|
256687
|
-
var
|
|
256688
|
-
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=
|
|
257271
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=d774ff60&prod&lang=scss
|
|
257272
|
+
var Centervue_type_style_index_1_id_d774ff60_prod_lang_scss = __webpack_require__(99991);
|
|
257273
|
+
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=d774ff60&prod&lang=scss
|
|
256689
257274
|
|
|
256690
257275
|
;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue
|
|
256691
257276
|
|
|
@@ -256699,11 +257284,11 @@ var Centervue_type_style_index_1_id_5d9d4dfd_prod_lang_scss = __webpack_require_
|
|
|
256699
257284
|
|
|
256700
257285
|
var Center_component = (0,componentNormalizer/* default */.A)(
|
|
256701
257286
|
components_Centervue_type_script_lang_js,
|
|
256702
|
-
|
|
256703
|
-
|
|
257287
|
+
Centervue_type_template_id_d774ff60_scoped_true_render,
|
|
257288
|
+
Centervue_type_template_id_d774ff60_scoped_true_staticRenderFns,
|
|
256704
257289
|
false,
|
|
256705
257290
|
null,
|
|
256706
|
-
"
|
|
257291
|
+
"d774ff60",
|
|
256707
257292
|
null
|
|
256708
257293
|
|
|
256709
257294
|
)
|