sd-data-grid 1.4.4 → 1.4.6
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/dist/sd-data-grid.js +32 -21
- package/dist/sd-data-grid.js.map +1 -1
- package/package.json +1 -1
package/dist/sd-data-grid.js
CHANGED
|
@@ -4441,7 +4441,8 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
|
|
|
4441
4441
|
scrollContainer: null, // 存储Table内部滚动容器
|
|
4442
4442
|
dialogMark: '', //'resource_all',
|
|
4443
4443
|
paramsDialog: {},
|
|
4444
|
-
operObjWidth: 100
|
|
4444
|
+
operObjWidth: 100,
|
|
4445
|
+
batchMoreRowIndex: null
|
|
4445
4446
|
};
|
|
4446
4447
|
},
|
|
4447
4448
|
|
|
@@ -20283,18 +20284,6 @@ module.exports = {
|
|
|
20283
20284
|
//
|
|
20284
20285
|
//
|
|
20285
20286
|
//
|
|
20286
|
-
//
|
|
20287
|
-
//
|
|
20288
|
-
//
|
|
20289
|
-
//
|
|
20290
|
-
//
|
|
20291
|
-
//
|
|
20292
|
-
//
|
|
20293
|
-
//
|
|
20294
|
-
//
|
|
20295
|
-
//
|
|
20296
|
-
//
|
|
20297
|
-
//
|
|
20298
20287
|
|
|
20299
20288
|
|
|
20300
20289
|
|
|
@@ -20471,6 +20460,23 @@ var Render = {
|
|
|
20471
20460
|
var records = _ref4.records;
|
|
20472
20461
|
|
|
20473
20462
|
this.batch_select = records;
|
|
20463
|
+
},
|
|
20464
|
+
|
|
20465
|
+
|
|
20466
|
+
// 批量操作(更多下拉菜单项点击)
|
|
20467
|
+
handleRowBatchOper: function handleRowBatchOper(row, index, oper) {
|
|
20468
|
+
if (!oper) return;
|
|
20469
|
+
if (oper.operType === 'ADD') {
|
|
20470
|
+
this.rowAddOper(row, index, oper.mark);
|
|
20471
|
+
} else if (oper.operType === 'DELETE') {
|
|
20472
|
+
this.rowDeleteOper(row, index, oper.mark, oper.url);
|
|
20473
|
+
} else if (oper.operType === 'MODIFY') {
|
|
20474
|
+
this.rowModifyOper(row, index, oper.mark);
|
|
20475
|
+
} else if (oper.operType === 'DETAIL') {
|
|
20476
|
+
this.rowDetailOper(row, index, oper.mark);
|
|
20477
|
+
} else {
|
|
20478
|
+
this.rowDealFunction(row, index, oper.mark);
|
|
20479
|
+
}
|
|
20474
20480
|
}
|
|
20475
20481
|
}
|
|
20476
20482
|
// beforeDestroy() {
|
|
@@ -29638,7 +29644,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
|
29638
29644
|
"use strict";
|
|
29639
29645
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_node_modules_iview_loader_index_js_ref_5_data_grid_vxe_vue__ = __webpack_require__(85);
|
|
29640
29646
|
/* unused harmony namespace reexport */
|
|
29641
|
-
/* harmony import */ var
|
|
29647
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3e8bd5dd_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_node_modules_iview_loader_index_js_ref_5_data_grid_vxe_vue__ = __webpack_require__(391);
|
|
29642
29648
|
function injectStyle (ssrContext) {
|
|
29643
29649
|
__webpack_require__(198)
|
|
29644
29650
|
}
|
|
@@ -29653,12 +29659,12 @@ var __vue_template_functional__ = false
|
|
|
29653
29659
|
/* styles */
|
|
29654
29660
|
var __vue_styles__ = injectStyle
|
|
29655
29661
|
/* scopeId */
|
|
29656
|
-
var __vue_scopeId__ = "data-v-
|
|
29662
|
+
var __vue_scopeId__ = "data-v-3e8bd5dd"
|
|
29657
29663
|
/* moduleIdentifier (server only) */
|
|
29658
29664
|
var __vue_module_identifier__ = null
|
|
29659
29665
|
var Component = normalizeComponent(
|
|
29660
29666
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_node_modules_iview_loader_index_js_ref_5_data_grid_vxe_vue__["a" /* default */],
|
|
29661
|
-
|
|
29667
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3e8bd5dd_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_node_modules_iview_loader_index_js_ref_5_data_grid_vxe_vue__["a" /* default */],
|
|
29662
29668
|
__vue_template_functional__,
|
|
29663
29669
|
__vue_styles__,
|
|
29664
29670
|
__vue_scopeId__,
|
|
@@ -29679,7 +29685,7 @@ var content = __webpack_require__(199);
|
|
|
29679
29685
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
29680
29686
|
if(content.locals) module.exports = content.locals;
|
|
29681
29687
|
// add the styles to the DOM
|
|
29682
|
-
var update = __webpack_require__(34)("
|
|
29688
|
+
var update = __webpack_require__(34)("ec36f1de", content, true);
|
|
29683
29689
|
|
|
29684
29690
|
/***/ }),
|
|
29685
29691
|
/* 199 */
|
|
@@ -29690,7 +29696,7 @@ exports = module.exports = __webpack_require__(33)(false);
|
|
|
29690
29696
|
|
|
29691
29697
|
|
|
29692
29698
|
// module
|
|
29693
|
-
exports.push([module.i, ".list[data-v-e0a8de96]{list-style:none;border-left:1px solid #cee0f0;border-right:1px solid #cee0f0}.ele1[data-v-e0a8de96],.list .list-item[data-v-e0a8de96]{text-align:center;width:60px}.ele2[data-v-e0a8de96],.list .list-item[data-v-e0a8de96]{text-align:left;flex:1}.ele3[data-v-e0a8de96],.list .list-item[data-v-e0a8de96]{text-align:center;width:80px}.list .list-item[data-v-e0a8de96]{width:100%;display:flex;flex-direction:row;padding:0 8px;cursor:move;height:40px;line-height:40px;border-bottom:1px solid #cee0f0;font-size:16px}.list .list-item[data-v-e0a8de96]:first-child{border-top:1px solid #cee0f0}.list .list-item[data-v-e0a8de96]:hover{background:#f0f5ff}[data-v-e0a8de96].ivu-checkbox-wrapper{font-size:16px}[data-v-e0a8de96].ivu-checkbox-checked .ivu-checkbox-inner{background-color:#2b5fd9;border-color:#2b5fd9}.list/deep/.ivu-checkbox-disabled .ivu-checkbox-inner[data-v-e0a8de96]{background-color:#b4bccc;border-color:#b4bccc;color:#fff}[data-v-e0a8de96].ivu-checkbox-checked:focus{box-shadow:none}[data-v-e0a8de96].ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after{border-color:#fff}.user-selector-modal .flow-modal-title[data-v-e0a8de96]{height:40px;background:#2b5fda;width:100%;text-indent:1em;color:#fff;line-height:40px}[data-v-e0a8de96].user-selector-modal .ivu-modal-body::-webkit-scrollbar{width:10px;height:10px}[data-v-e0a8de96].user-selector-modal .ivu-modal-body::-webkit-scrollbar-thumb{border-radius:10px;background:#d3daeb}[data-v-e0a8de96].user-selector-modal .ivu-modal-body::-webkit-scrollbar-track{border-radius:10px;background:#ededed}[data-v-e0a8de96].user-selector-modal .ivu-modal-body::-webkit-scrollbar-thumb:hover{background-color:#b6c0d9;cursor:pointer}[data-v-e0a8de96].user-selector-modal .ivu-modal-body::-webkit-scrollbar-button{height:2px;width:2px}[data-v-e0a8de96].user-selector-modal .ivu-modal-body{height:600px;max-height:600px;overflow-y:auto;padding:16px!important}[data-v-e0a8de96].user-selector-modal .ivu-modal-header{padding:0!important}[data-v-e0a8de96].user-selector-modal .ivu-modal-footer{height:50px;line-height:50px;background:#f7faff;padding:0 18px}.footer-container[data-v-e0a8de96]{text-align:center}.cancle-button[data-v-e0a8de96]{background:#fff;border:1px solid #2b5fda;color:#2b5fda}.set-button[data-v-e0a8de96]{background:#f06060}.submit-button[data-v-e0a8de96]{background:#2b5fda}.DataGrid-BOX[data-v-e0a8de96]{padding:0}.DataGrid-BOX .formbox[data-v-e0a8de96]{background:#f7f9fc;padding:20px 20px 10px;margin-bottom:10px;border:1px solid #cee0f0}.ivu-btn-primary[data-v-e0a8de96]{background:#2b5fd9}.ivu-btn-info[data-v-e0a8de96]{background:#316cf5}.DataGrid-BOX .formbox-simple[data-v-e0a8de96]{background:#f7f9fc;padding:20px 20px 10px;margin-bottom:10px;overflow:hidden;border:1px solid #cee0f0}.DataGrid-BOX .formbox-simple .searchBox[data-v-e0a8de96],.DataGrid-BOX .formbox .searchBox[data-v-e0a8de96]{display:flex;flex-wrap:wrap}.style2>div[data-v-e0a8de96]{width:50%}.style3>div[data-v-e0a8de96]{width:33.3%}.style4>div[data-v-e0a8de96]{width:25%}.style5>div[data-v-e0a8de96]{width:20%}.DataGrid-BOX/deep/.ivu-form-item[data-v-e0a8de96]{margin-bottom:10px!important}.DataGrid-BOX/deep/.ivu-form .ivu-form-item-label[data-v-e0a8de96]{width:60px;font-size:16px;padding:8px 2px 10px 0;color:#1a2133}.DataGrid-BOX/deep/.formbox-simple.ivu-form .ivu-form-item-label[data-v-e0a8de96]{padding-top:10px}.DataGrid-BOX .titleNav .navleft/deep/.ivu-btn[data-v-e0a8de96]{margin-right:10px;font-size:15px;line-height:30px}.DataGrid-BOX .button[data-v-e0a8de96]{margin:10px;border-radius:4px}.DataGrid-BOX .btn[data-v-e0a8de96]{color:#2b5fd9;border:1px solid #2b5fd9;background:#fff;width:56px;line-height:30px}.DataGrid-BOX .btn1[data-v-e0a8de96]{background:#2b5fd9;color:#fff;width:56px;line-height:30px}.DataGrid-BOX .btn2[data-v-e0a8de96]{background:#17b0fc;color:#fff}.DataGrid-BOX .navleft>span[data-v-e0a8de96]{display:inline-block;padding:0 12px;color:#fff;background:#c0c4cc;height:30px;line-height:30px;margin:10px 10px 10px 0;border-radius:2px;cursor:pointer}.DataGrid-BOX .titleNav[data-v-e0a8de96]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10px;line-height:50px;min-height:2px;justify-content:space-between}.DataGrid-BOX .nohale>div[data-v-e0a8de96]{width:100%}.DataGrid-BOX .navleft .La[data-v-e0a8de96]{background:#3179f5}.DataGrid-BOX .navleft .Lv[data-v-e0a8de96]{background:#11c28a}.DataGrid-BOX .navleft .Hong[data-v-e0a8de96]{background:#f06060}.DataGrid-BOX .titleNav>div.navright[data-v-e0a8de96]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.DataGrid-BOX .navright span[data-v-e0a8de96]{display:inline-block;height:24px;line-height:16px;margin:8px;border-radius:2px;padding:0 3px;cursor:pointer;position:relative}.DataGrid-BOX .navright span[data-v-e0a8de96]:hover{background:#eff6ff}.DataGrid-BOX .navright .active[data-v-e0a8de96]{border-bottom:3px solid #3179f5;color:#2372fa}.DataGrid-BOX .navright .active-a[data-v-e0a8de96]{margin-right:40px;position:relative}.DataGrid-BOX .i-data[data-v-e0a8de96]{position:absolute;display:inline-block;background:#e5efff;font-style:normal;color:#666;padding:0 10px;height:20px;line-height:20px;top:6px;border-radius:50px;right:-35px}.DataGrid-BOX .common_optation .input[data-v-e0a8de96],.DataGrid-BOX .common_optation .select[data-v-e0a8de96]{max-width:300px}.DataGrid-BOX .page-btn[data-v-e0a8de96],.DataGrid-BOX .page-Data[data-v-e0a8de96],.DataGrid-BOX .page-set[data-v-e0a8de96]{display:inline-block;height:24px;line-height:24px;vertical-align:top;margin:10px 0 10px 10px;font-size:15px}.DataGrid-BOX .page-Data i[data-v-e0a8de96]{font-style:normal;color:#2b5fd9;margin:0 5px;font-weight:700}.DataGrid-BOX .page-btn[data-v-e0a8de96]{cursor:pointer;position:relative;padding-left:20px;background:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAOtJREFUOE9jZACDBibtuMiHDIwMMhA+keA/w5Ori5bLMzA0/GNkYPjPpB1/6y+RWrEqu7pQjZlRO+7mY5Jdgm7cf4YnjNrxN/9T4hqYXrhBVxaoEWWeTsItrOrgBvFyMTEcn6aC1zDdxFsM/3G4H8Vr6rJsDGubFbAaZp5xh+Hrj384LcIII28LXobODEkUDf7VDxjuPv2F17VYA7syWpQh2lUQrLF0+nOG7Sc/g9nYwhEWZjhjDaYJV+CiO48kg4aJi0DpamePIoNV1l2iEioVswi1Mi1VihFFNWZGSgq2/wwMT68tXC4HKtgAxxpwt8uJc1IAAAAASUVORK5CYII=\") no-repeat 0}.DataGrid-BOX .custom[data-v-e0a8de96]{cursor:pointer;position:relative;padding-left:20px;background:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAATVJREFUOE9jZACDBibtuMiHDIwMMhA+keA/w5Ori5bLMzA0/GNkYPjPpB1/6y+RWrEqu7pQjZlRO+7mY5Jdgm7cf4YnjNrxN/9js8ZOn5uhMFSEIbDmIVh6foUMw6Kd7xn2n/+K1VVYDTo7S4WBnY0Jq4afv/4xGKfdwZDDatCVBWp4g0wn4RadDCoIFWFI8BBkYGFmBNv46/d/BoeCuwz//zMwHJyozMDGChH/8/c/w4Id7xkmrH4DdxmK19C9hO4FfPKD3CCQhx0MuBmmFEiD/Q4Km9jWR2D24mo5BkZIEDFkT3jKcPACanoa5NEPi0trHS6GmSWQgqB46jMGQV5mhpo4cTA/recJw7Er37AkSCIzLTMTA8PffzgSPCjTUqUYUVSDJmEyC7b/DAxPry1cLgcq2AD6t5K3B+tq3QAAAABJRU5ErkJggg==\") no-repeat 0}.DataGrid-BOX .sx[data-v-e0a8de96]{font-size:24px;color:blue;position:absolute;margin-top:2px;left:-5px}.DataGrid-BOX .ulnavlist[data-v-e0a8de96]{list-style:none;border:1px solid #0394f9;position:absolute;left:-78px;width:150px;bottom:100%;background:#fff;z-index:1000;height:310px;overflow-y:hidden;-webkit-box-shadow:0 0 5px 0 #bebef3;box-shadow:0 0 5px 0 #bebef3}.DataGrid-BOX .ulnavlist li[data-v-e0a8de96]{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DataGrid-BOX .navlist[data-v-e0a8de96]{position:relative;padding:0 10px;font-size:15px}.DataGrid-BOX .After[data-v-e0a8de96]:after{content:\"\";width:2px;height:24px;background:#d5d5d6;position:absolute;top:16px;left:0}.DataGrid-BOX .iconlist[data-v-e0a8de96]{font-style:normal;display:inline-block;width:18px;height:18px;border:1px solid #2b5fd9;border-radius:4px;margin:8px;vertical-align:middle}.DataGrid-BOX li.active .iconlist[data-v-e0a8de96]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABeklEQVQ4ja3U3ytDcRjH8fc5+RXapoxFSrKIe60lSpILUpPQLswF90palJEa7l240FZSygUlN0YUpUm51OQfIIn9yOWmZ2abOrNs53P5/Z7n1fN8zzlfpXPqEcAKbAD9gIH/JQKcA27gqQRoA4KA6Z/QT6QBB9AH2FTAWwSWHTG8ampMvTKgFnBmf6Va1RFLpiDQNVjD7XYrC5Pm4sGpwRrmJ8xUVag4eoz5wfJShZaGMk3M2W9ifjzT1d7Ze37Q527i2NvM+qwFNWt3tNeI21mHoqSwwDtbh29/g/KwtfG7u2G7gdVpS3JtpNuAx1Wfxg4uw2zuv2pOIb9eInthyG7AO2NBTRUHHz7paq9Md3t0HWbZ90IiocVpjHxyE2HFnymwdWQw2fP4c2OaoOTwKsza7u/C07soizvPxOO5MUlJrg05J0VRmBur5eI+luwsH4bWGRYbNXWf6ZWYgHI56pWAgEvAhw6iGEsChuTrkJcLRAuApEZqbUDoC8xYY482/HjCAAAAAElFTkSuQmCC) no-repeat;background-size:100% 100%}.DataGrid-BOX .Total[data-v-e0a8de96]{display:inline-block;height:24px;line-height:24px;vertical-align:top;margin:10px 0;padding:0 15px;border-radius:2px;cursor:pointer;font-size:15px}[data-v-e0a8de96].ivu-table-row-highlight td,[data-v-e0a8de96].ivu-table-row-hover td,[data-v-e0a8de96].ivu-table-row:hover td{background-color:#dae5ff!important}.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td[data-v-e0a8de96],.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td[data-v-e0a8de96]{background:#f7f9fc!important}.DataGrid-BOX/deep/.ivu-table-border tr td[data-v-e0a8de96]{font-family:Microsoft YaHei;font-weight:400;font-size:16px;color:#475066}.DataGrid-BOX/deep/.ivu-table-wrapper[data-v-e0a8de96]{overflow:initial}.DataGrid-BOX/deep/.ivu-table-filter i[data-v-e0a8de96]:hover,[data-v-e0a8de96].ivu-table-sort i.on{color:#2b5fd9}.DataGrid-BOX .page_box[data-v-e0a8de96]{border:1px solid #ddd;border-top:none;padding:0 20px;height:42px}.DataGrid-BOX/deep/.ivu-table th[data-v-e0a8de96]{background:#dee9fc;font-family:Microsoft YaHei;font-weight:700;font-size:16px;color:#1f2533}.DataGrid-BOX/deep/.ivu-table[data-v-e0a8de96]{font-size:16px;color:#2b3646}.DataGrid-BOX/deep/.ivu-table-border td[data-v-e0a8de96],.DataGrid-BOX/deep/.ivu-table-border th[data-v-e0a8de96]{border-right:1px solid #f5f7fa}.DataGrid-BOX/deep/.ivu-table td[data-v-e0a8de96],.DataGrid-BOX/deep/.ivu-table th[data-v-e0a8de96]{height:40px}.DataGrid-BOX .steylehang .btnBox .button[data-v-e0a8de96]{margin:1px 0 0 20px;font-size:16px;padding:0 12px}.DataGrid-BOX .head-btn[data-v-e0a8de96]{font-size:15px}.DataGrid-BOX/deep/.ivu-table td a[data-v-e0a8de96]{color:#2c2cf9;text-decoration:none;border-bottom:1px solid;cursor:pointer}.DataGrid-BOX/deep/.ivu-page-item[data-v-e0a8de96]{font-size:15px}.DataGrid-BOX/deep/.ivu-page-item-active[data-v-e0a8de96]{background-color:#2b5fd9!important}.DataGrid-BOX/deep/.ivu-page-options-elevator input[data-v-e0a8de96]{font-size:15px}.DataGrid-BOX/deep/.ivu-page-item-active:hover>a[data-v-e0a8de96],.DataGrid-BOX/deep/.ivu-page-item-active>a[data-v-e0a8de96]{color:#fff!important}.DataGrid-BOX/deep/.ivu-input[data-v-e0a8de96]{font-size:15px;border-color:#cee0f0}.DataGrid-BOX/deep/.el-input--small .el-input__inner[data-v-e0a8de96]:focus,.DataGrid-BOX/deep/.ivu-input[data-v-e0a8de96]:focus{border-color:#2b5fd9;box-shadow:inset 0 0 0 1000px #fff!important}.DataGrid-BOX/deep/.el-input__inner[data-v-e0a8de96]{border-color:#cee0f0}.DataGrid-BOX/deep/.ivu-select-item[data-v-e0a8de96],.DataGrid-BOX/deep/.ivu-select-placeholder[data-v-e0a8de96],.DataGrid-BOX/deep/.ivu-select-selected-value[data-v-e0a8de96]{font-size:15px!important}.DataGrid-BOX/deep/.ivu-page-options-elevator[data-v-e0a8de96]{font-size:15px}.DataGrid-BOX/deep/.el-date-table[data-v-e0a8de96],.DataGrid-BOX/deep/.el-input[data-v-e0a8de96]{font-size:15px!important}.DataGrid-BOX/deep/.ivu-table-overflowX[data-v-e0a8de96]::-webkit-scrollbar,.DataGrid-BOX/deep/.ivu-table-overflowY[data-v-e0a8de96]::-webkit-scrollbar{width:10px;height:10px}.DataGrid-BOX/deep/.ivu-table-overflowX[data-v-e0a8de96]::-webkit-scrollbar-thumb,.DataGrid-BOX/deep/.ivu-table-overflowY[data-v-e0a8de96]::-webkit-scrollbar-thumb{border-radius:10px;background:#d3daeb}.DataGrid-BOX/deep/.ivu-table-overflowX[data-v-e0a8de96]::-webkit-scrollbar-track,.DataGrid-BOX/deep/.ivu-table-overflowY[data-v-e0a8de96]::-webkit-scrollbar-track{border-radius:10px;background:#ededed}.DataGrid-BOX/deep/.ivu-table-overflowY::-webkit-scrollbar-thumb:hover .DataGrid-BOX/deep/.ivu-table-overflowX[data-v-e0a8de96]::-webkit-scrollbar-thumb:hover{background-color:#b6c0d9;cursor:pointer}.DataGrid-BOX/deep/.ivu-table-overflowY::-webkit-scrollbar-button .DataGrid-BOX/deep/.ivu-table-overflowX[data-v-e0a8de96]::-webkit-scrollbar-button{height:2px;width:2px}.DataGrid-BOX/deep/.ivu-table-cell[data-v-e0a8de96]{padding-left:8px;padding-right:8px}.ivu-btn-info.disabled[data-v-e0a8de96],.ivu-btn-info[disabled][data-v-e0a8de96],.ivu-btn-primary.disabled[data-v-e0a8de96],.ivu-btn-primary[disabled][data-v-e0a8de96]{color:#c5c8ce;background-color:#f7f7f7!important;border-color:#dcdee2}.DataGrid-BOX .btnBox[data-v-e0a8de96],.timeTextzhi[data-v-e0a8de96]{display:flex;justify-content:center}.timeTextzhi[data-v-e0a8de96]{align-items:center}.data-grid-bsp[data-v-e0a8de96]{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 10%;width:120px}.data-grid-bsp/deep/.ivu-btn[data-v-e0a8de96],.data-grid-bsp/deep/div[data-v-e0a8de96]{width:100%!important;margin-bottom:5px}.saveBtn-dlsx[data-v-e0a8de96]{width:55px;font-size:14px;line-height:33px;margin-bottom:5px}.saveBtn-dlsx/deep/span[data-v-e0a8de96]{margin-left:-4px!important}.search-content-select[data-v-e0a8de96]{display:flex;align-items:center;justify-content:space-between}.search-content-select-main[data-v-e0a8de96]{display:flex;align-items:center;flex-wrap:wrap}.searchBox.style4[data-v-e0a8de96]{display:flex;flex-wrap:wrap}.select-content[data-v-e0a8de96]{background:linear-gradient(90deg,#115fc6,#56bbff);color:#fff;padding:6px 10px;margin-right:10px;margin-bottom:10px;border-radius:6px;cursor:pointer;height:42px}.select-content i[data-v-e0a8de96]{font-style:normal}.select-content/deep/.sp-base[data-v-e0a8de96],.select-content/deep/.sp-selected-tag[data-v-e0a8de96]{background:transparent!important;border:none!important;color:#fff!important}.select-content/deep/.sp-button[data-v-e0a8de96]{display:none!important}.textOverflowBsp[data-v-e0a8de96]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oper-container[data-v-e0a8de96]{gap:4px}.oper-container[data-v-e0a8de96],[data-v-e0a8de96].vxe-table .col--last/deep/.vxe-cell--wrapper{display:flex;justify-content:center;align-items:center}[data-v-e0a8de96].vxe-cell{height:auto!important;padding:0!important;min-height:40px}[data-v-e0a8de96].vxe-table{font-size:14px}[data-v-e0a8de96].vxe-table .vxe-header--column{background:#dee8ff}[data-v-e0a8de96].vxe-table .vxe-header--column .vxe-cell--title{font-family:Microsoft YaHei;font-weight:700;font-size:14px;color:#2b3346;text-align:center}[data-v-e0a8de96].vxe-table .vxe-body--row:hover{background-color:#f3f6fd!important}[data-v-e0a8de96].vxe-table .vxe-body--column{min-height:40px;padding:0 8px}[data-v-e0a8de96].vxe-table .vxe-loading{background-color:rgba(0,0,0,.5);z-index:999}[data-v-e0a8de96].vxe-table .vxe-loading .vxe-loading--spinner{border-width:4px;border-color:#2b5fd9 #2b5fd9 #2b5fd9 transparent;width:50px;height:50px;animation:vxe-loading--spin 1s linear infinite}[data-v-e0a8de96].vxe-table .vxe-loading .vxe-loading--text{color:#2b5fd9;font-size:16px;font-weight:700;margin-top:15px;text-shadow:0 0 5px #fff}[data-v-e0a8de96].vxe-table .vxe-loading .vxe-loading--text:after{content:\"\\52A0\\8F7D\\4E2D\\FF0C\\8BF7\\7A0D\\5019...\"}.vxe-table/deep/.vxe-cell--wrapper[data-v-e0a8de96]{font-family:Microsoft YaHei;font-weight:400;font-size:14px;color:#2b3346}", ""]);
|
|
29699
|
+
exports.push([module.i, ".list[data-v-3e8bd5dd]{list-style:none;border-left:1px solid #cee0f0;border-right:1px solid #cee0f0}.ele1[data-v-3e8bd5dd],.list .list-item[data-v-3e8bd5dd]{text-align:center;width:60px}.ele2[data-v-3e8bd5dd],.list .list-item[data-v-3e8bd5dd]{text-align:left;flex:1}.ele3[data-v-3e8bd5dd],.list .list-item[data-v-3e8bd5dd]{text-align:center;width:80px}.list .list-item[data-v-3e8bd5dd]{width:100%;display:flex;flex-direction:row;padding:0 8px;cursor:move;height:40px;line-height:40px;border-bottom:1px solid #cee0f0;font-size:16px}.list .list-item[data-v-3e8bd5dd]:first-child{border-top:1px solid #cee0f0}.list .list-item[data-v-3e8bd5dd]:hover{background:#f0f5ff}[data-v-3e8bd5dd].ivu-checkbox-wrapper{font-size:16px}[data-v-3e8bd5dd].ivu-checkbox-checked .ivu-checkbox-inner{background-color:#2b5fd9;border-color:#2b5fd9}.list/deep/.ivu-checkbox-disabled .ivu-checkbox-inner[data-v-3e8bd5dd]{background-color:#b4bccc;border-color:#b4bccc;color:#fff}[data-v-3e8bd5dd].ivu-checkbox-checked:focus{box-shadow:none}[data-v-3e8bd5dd].ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after{border-color:#fff}.user-selector-modal .flow-modal-title[data-v-3e8bd5dd]{height:40px;background:#2b5fda;width:100%;text-indent:1em;color:#fff;line-height:40px}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-body::-webkit-scrollbar{width:10px;height:10px}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-body::-webkit-scrollbar-thumb{border-radius:10px;background:#d3daeb}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-body::-webkit-scrollbar-track{border-radius:10px;background:#ededed}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-body::-webkit-scrollbar-thumb:hover{background-color:#b6c0d9;cursor:pointer}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-body::-webkit-scrollbar-button{height:2px;width:2px}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-body{height:600px;max-height:600px;overflow-y:auto;padding:16px!important}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-header{padding:0!important}[data-v-3e8bd5dd].user-selector-modal .ivu-modal-footer{height:50px;line-height:50px;background:#f7faff;padding:0 18px}.footer-container[data-v-3e8bd5dd]{text-align:center}.cancle-button[data-v-3e8bd5dd]{background:#fff;border:1px solid #2b5fda;color:#2b5fda}.set-button[data-v-3e8bd5dd]{background:#f06060}.submit-button[data-v-3e8bd5dd]{background:#2b5fda}.DataGrid-BOX[data-v-3e8bd5dd]{padding:0}.DataGrid-BOX .formbox[data-v-3e8bd5dd]{background:#f7f9fc;padding:20px 20px 10px;margin-bottom:10px;border:1px solid #cee0f0}.ivu-btn-primary[data-v-3e8bd5dd]{background:#2b5fd9}.ivu-btn-info[data-v-3e8bd5dd]{background:#316cf5}.DataGrid-BOX .formbox-simple[data-v-3e8bd5dd]{background:#f7f9fc;padding:20px 20px 10px;margin-bottom:10px;overflow:hidden;border:1px solid #cee0f0}.DataGrid-BOX .formbox-simple .searchBox[data-v-3e8bd5dd],.DataGrid-BOX .formbox .searchBox[data-v-3e8bd5dd]{display:flex;flex-wrap:wrap}.style2>div[data-v-3e8bd5dd]{width:50%}.style3>div[data-v-3e8bd5dd]{width:33.3%}.style4>div[data-v-3e8bd5dd]{width:25%}.style5>div[data-v-3e8bd5dd]{width:20%}.DataGrid-BOX/deep/.ivu-form-item[data-v-3e8bd5dd]{margin-bottom:10px!important}.DataGrid-BOX/deep/.ivu-form .ivu-form-item-label[data-v-3e8bd5dd]{width:60px;font-size:16px;padding:8px 2px 10px 0;color:#1a2133}.DataGrid-BOX/deep/.formbox-simple.ivu-form .ivu-form-item-label[data-v-3e8bd5dd]{padding-top:10px}.DataGrid-BOX .titleNav .navleft/deep/.ivu-btn[data-v-3e8bd5dd]{margin-right:10px;font-size:15px;line-height:30px}.DataGrid-BOX .button[data-v-3e8bd5dd]{margin:10px;border-radius:4px}.DataGrid-BOX .btn[data-v-3e8bd5dd]{color:#2b5fd9;border:1px solid #2b5fd9;background:#fff;width:56px;line-height:30px}.DataGrid-BOX .btn1[data-v-3e8bd5dd]{background:#2b5fd9;color:#fff;width:56px;line-height:30px}.DataGrid-BOX .btn2[data-v-3e8bd5dd]{background:#17b0fc;color:#fff}.DataGrid-BOX .navleft>span[data-v-3e8bd5dd]{display:inline-block;padding:0 12px;color:#fff;background:#c0c4cc;height:30px;line-height:30px;margin:10px 10px 10px 0;border-radius:2px;cursor:pointer}.DataGrid-BOX .titleNav[data-v-3e8bd5dd]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10px;line-height:50px;min-height:2px;justify-content:space-between}.DataGrid-BOX .nohale>div[data-v-3e8bd5dd]{width:100%}.DataGrid-BOX .navleft .La[data-v-3e8bd5dd]{background:#3179f5}.DataGrid-BOX .navleft .Lv[data-v-3e8bd5dd]{background:#11c28a}.DataGrid-BOX .navleft .Hong[data-v-3e8bd5dd]{background:#f06060}.DataGrid-BOX .titleNav>div.navright[data-v-3e8bd5dd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.DataGrid-BOX .navright span[data-v-3e8bd5dd]{display:inline-block;height:24px;line-height:16px;margin:8px;border-radius:2px;padding:0 3px;cursor:pointer;position:relative}.DataGrid-BOX .navright span[data-v-3e8bd5dd]:hover{background:#eff6ff}.DataGrid-BOX .navright .active[data-v-3e8bd5dd]{border-bottom:3px solid #3179f5;color:#2372fa}.DataGrid-BOX .navright .active-a[data-v-3e8bd5dd]{margin-right:40px;position:relative}.DataGrid-BOX .i-data[data-v-3e8bd5dd]{position:absolute;display:inline-block;background:#e5efff;font-style:normal;color:#666;padding:0 10px;height:20px;line-height:20px;top:6px;border-radius:50px;right:-35px}.DataGrid-BOX .common_optation .input[data-v-3e8bd5dd],.DataGrid-BOX .common_optation .select[data-v-3e8bd5dd]{max-width:300px}.DataGrid-BOX .page-btn[data-v-3e8bd5dd],.DataGrid-BOX .page-Data[data-v-3e8bd5dd],.DataGrid-BOX .page-set[data-v-3e8bd5dd]{display:inline-block;height:24px;line-height:24px;vertical-align:top;margin:10px 0 10px 10px;font-size:15px}.DataGrid-BOX .page-Data i[data-v-3e8bd5dd]{font-style:normal;color:#2b5fd9;margin:0 5px;font-weight:700}.DataGrid-BOX .page-btn[data-v-3e8bd5dd]{cursor:pointer;position:relative;padding-left:20px;background:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAOtJREFUOE9jZACDBibtuMiHDIwMMhA+keA/w5Ori5bLMzA0/GNkYPjPpB1/6y+RWrEqu7pQjZlRO+7mY5Jdgm7cf4YnjNrxN/9T4hqYXrhBVxaoEWWeTsItrOrgBvFyMTEcn6aC1zDdxFsM/3G4H8Vr6rJsDGubFbAaZp5xh+Hrj384LcIII28LXobODEkUDf7VDxjuPv2F17VYA7syWpQh2lUQrLF0+nOG7Sc/g9nYwhEWZjhjDaYJV+CiO48kg4aJi0DpamePIoNV1l2iEioVswi1Mi1VihFFNWZGSgq2/wwMT68tXC4HKtgAxxpwt8uJc1IAAAAASUVORK5CYII=\") no-repeat 0}.DataGrid-BOX .custom[data-v-3e8bd5dd]{cursor:pointer;position:relative;padding-left:20px;background:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAATVJREFUOE9jZACDBibtuMiHDIwMMhA+keA/w5Ori5bLMzA0/GNkYPjPpB1/6y+RWrEqu7pQjZlRO+7mY5Jdgm7cf4YnjNrxN/9js8ZOn5uhMFSEIbDmIVh6foUMw6Kd7xn2n/+K1VVYDTo7S4WBnY0Jq4afv/4xGKfdwZDDatCVBWp4g0wn4RadDCoIFWFI8BBkYGFmBNv46/d/BoeCuwz//zMwHJyozMDGChH/8/c/w4Id7xkmrH4DdxmK19C9hO4FfPKD3CCQhx0MuBmmFEiD/Q4Km9jWR2D24mo5BkZIEDFkT3jKcPACanoa5NEPi0trHS6GmSWQgqB46jMGQV5mhpo4cTA/recJw7Er37AkSCIzLTMTA8PffzgSPCjTUqUYUVSDJmEyC7b/DAxPry1cLgcq2AD6t5K3B+tq3QAAAABJRU5ErkJggg==\") no-repeat 0}.DataGrid-BOX .sx[data-v-3e8bd5dd]{font-size:24px;color:blue;position:absolute;margin-top:2px;left:-5px}.DataGrid-BOX .ulnavlist[data-v-3e8bd5dd]{list-style:none;border:1px solid #0394f9;position:absolute;left:-78px;width:150px;bottom:100%;background:#fff;z-index:1000;height:310px;overflow-y:hidden;-webkit-box-shadow:0 0 5px 0 #bebef3;box-shadow:0 0 5px 0 #bebef3}.DataGrid-BOX .ulnavlist li[data-v-3e8bd5dd]{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DataGrid-BOX .navlist[data-v-3e8bd5dd]{position:relative;padding:0 10px;font-size:15px}.DataGrid-BOX .After[data-v-3e8bd5dd]:after{content:\"\";width:2px;height:24px;background:#d5d5d6;position:absolute;top:16px;left:0}.DataGrid-BOX .iconlist[data-v-3e8bd5dd]{font-style:normal;display:inline-block;width:18px;height:18px;border:1px solid #2b5fd9;border-radius:4px;margin:8px;vertical-align:middle}.DataGrid-BOX li.active .iconlist[data-v-3e8bd5dd]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABeklEQVQ4ja3U3ytDcRjH8fc5+RXapoxFSrKIe60lSpILUpPQLswF90palJEa7l240FZSygUlN0YUpUm51OQfIIn9yOWmZ2abOrNs53P5/Z7n1fN8zzlfpXPqEcAKbAD9gIH/JQKcA27gqQRoA4KA6Z/QT6QBB9AH2FTAWwSWHTG8ampMvTKgFnBmf6Va1RFLpiDQNVjD7XYrC5Pm4sGpwRrmJ8xUVag4eoz5wfJShZaGMk3M2W9ifjzT1d7Ze37Q527i2NvM+qwFNWt3tNeI21mHoqSwwDtbh29/g/KwtfG7u2G7gdVpS3JtpNuAx1Wfxg4uw2zuv2pOIb9eInthyG7AO2NBTRUHHz7paq9Md3t0HWbZ90IiocVpjHxyE2HFnymwdWQw2fP4c2OaoOTwKsza7u/C07soizvPxOO5MUlJrg05J0VRmBur5eI+luwsH4bWGRYbNXWf6ZWYgHI56pWAgEvAhw6iGEsChuTrkJcLRAuApEZqbUDoC8xYY482/HjCAAAAAElFTkSuQmCC) no-repeat;background-size:100% 100%}.DataGrid-BOX .Total[data-v-3e8bd5dd]{display:inline-block;height:24px;line-height:24px;vertical-align:top;margin:10px 0;padding:0 15px;border-radius:2px;cursor:pointer;font-size:15px}[data-v-3e8bd5dd].ivu-table-row-highlight td,[data-v-3e8bd5dd].ivu-table-row-hover td,[data-v-3e8bd5dd].ivu-table-row:hover td{background-color:#dae5ff!important}.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td[data-v-3e8bd5dd],.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td[data-v-3e8bd5dd]{background:#f7f9fc!important}.DataGrid-BOX/deep/.ivu-table-border tr td[data-v-3e8bd5dd]{font-family:Microsoft YaHei;font-weight:400;font-size:16px;color:#475066}.DataGrid-BOX/deep/.ivu-table-wrapper[data-v-3e8bd5dd]{overflow:initial}.DataGrid-BOX/deep/.ivu-table-filter i[data-v-3e8bd5dd]:hover,[data-v-3e8bd5dd].ivu-table-sort i.on{color:#2b5fd9}.DataGrid-BOX .page_box[data-v-3e8bd5dd]{border:1px solid #ddd;border-top:none;padding:0 20px;height:42px}.DataGrid-BOX/deep/.ivu-table th[data-v-3e8bd5dd]{background:#dee9fc;font-family:Microsoft YaHei;font-weight:700;font-size:16px;color:#1f2533}.DataGrid-BOX/deep/.ivu-table[data-v-3e8bd5dd]{font-size:16px;color:#2b3646}.DataGrid-BOX/deep/.ivu-table-border td[data-v-3e8bd5dd],.DataGrid-BOX/deep/.ivu-table-border th[data-v-3e8bd5dd]{border-right:1px solid #f5f7fa}.DataGrid-BOX/deep/.ivu-table td[data-v-3e8bd5dd],.DataGrid-BOX/deep/.ivu-table th[data-v-3e8bd5dd]{height:40px}.DataGrid-BOX .steylehang .btnBox .button[data-v-3e8bd5dd]{margin:1px 0 0 20px;font-size:16px;padding:0 12px}.DataGrid-BOX .head-btn[data-v-3e8bd5dd]{font-size:15px}.DataGrid-BOX/deep/.ivu-table td a[data-v-3e8bd5dd]{color:#2c2cf9;text-decoration:none;border-bottom:1px solid;cursor:pointer}.DataGrid-BOX/deep/.ivu-page-item[data-v-3e8bd5dd]{font-size:15px}.DataGrid-BOX/deep/.ivu-page-item-active[data-v-3e8bd5dd]{background-color:#2b5fd9!important}.DataGrid-BOX/deep/.ivu-page-options-elevator input[data-v-3e8bd5dd]{font-size:15px}.DataGrid-BOX/deep/.ivu-page-item-active:hover>a[data-v-3e8bd5dd],.DataGrid-BOX/deep/.ivu-page-item-active>a[data-v-3e8bd5dd]{color:#fff!important}.DataGrid-BOX/deep/.ivu-input[data-v-3e8bd5dd]{font-size:15px;border-color:#cee0f0}.DataGrid-BOX/deep/.el-input--small .el-input__inner[data-v-3e8bd5dd]:focus,.DataGrid-BOX/deep/.ivu-input[data-v-3e8bd5dd]:focus{border-color:#2b5fd9;box-shadow:inset 0 0 0 1000px #fff!important}.DataGrid-BOX/deep/.el-input__inner[data-v-3e8bd5dd]{border-color:#cee0f0}.DataGrid-BOX/deep/.ivu-select-item[data-v-3e8bd5dd],.DataGrid-BOX/deep/.ivu-select-placeholder[data-v-3e8bd5dd],.DataGrid-BOX/deep/.ivu-select-selected-value[data-v-3e8bd5dd]{font-size:15px!important}.DataGrid-BOX/deep/.ivu-page-options-elevator[data-v-3e8bd5dd]{font-size:15px}.DataGrid-BOX/deep/.el-date-table[data-v-3e8bd5dd],.DataGrid-BOX/deep/.el-input[data-v-3e8bd5dd]{font-size:15px!important}.DataGrid-BOX/deep/.ivu-table-overflowX[data-v-3e8bd5dd]::-webkit-scrollbar,.DataGrid-BOX/deep/.ivu-table-overflowY[data-v-3e8bd5dd]::-webkit-scrollbar{width:10px;height:10px}.DataGrid-BOX/deep/.ivu-table-overflowX[data-v-3e8bd5dd]::-webkit-scrollbar-thumb,.DataGrid-BOX/deep/.ivu-table-overflowY[data-v-3e8bd5dd]::-webkit-scrollbar-thumb{border-radius:10px;background:#d3daeb}.DataGrid-BOX/deep/.ivu-table-overflowX[data-v-3e8bd5dd]::-webkit-scrollbar-track,.DataGrid-BOX/deep/.ivu-table-overflowY[data-v-3e8bd5dd]::-webkit-scrollbar-track{border-radius:10px;background:#ededed}.DataGrid-BOX/deep/.ivu-table-overflowY::-webkit-scrollbar-thumb:hover .DataGrid-BOX/deep/.ivu-table-overflowX[data-v-3e8bd5dd]::-webkit-scrollbar-thumb:hover{background-color:#b6c0d9;cursor:pointer}.DataGrid-BOX/deep/.ivu-table-overflowY::-webkit-scrollbar-button .DataGrid-BOX/deep/.ivu-table-overflowX[data-v-3e8bd5dd]::-webkit-scrollbar-button{height:2px;width:2px}.DataGrid-BOX/deep/.ivu-table-cell[data-v-3e8bd5dd]{padding-left:8px;padding-right:8px}.ivu-btn-info.disabled[data-v-3e8bd5dd],.ivu-btn-info[disabled][data-v-3e8bd5dd],.ivu-btn-primary.disabled[data-v-3e8bd5dd],.ivu-btn-primary[disabled][data-v-3e8bd5dd]{color:#c5c8ce;background-color:#f7f7f7!important;border-color:#dcdee2}.DataGrid-BOX .btnBox[data-v-3e8bd5dd],.timeTextzhi[data-v-3e8bd5dd]{display:flex;justify-content:center}.timeTextzhi[data-v-3e8bd5dd]{align-items:center}.data-grid-bsp[data-v-3e8bd5dd]{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 10%;width:120px}.data-grid-bsp/deep/.ivu-btn[data-v-3e8bd5dd],.data-grid-bsp/deep/div[data-v-3e8bd5dd]{width:100%!important;margin-bottom:5px}.saveBtn-dlsx[data-v-3e8bd5dd]{width:55px;font-size:14px;line-height:33px;margin-bottom:5px}.saveBtn-dlsx/deep/span[data-v-3e8bd5dd]{margin-left:-4px!important}.search-content-select[data-v-3e8bd5dd]{display:flex;align-items:center;justify-content:space-between}.search-content-select-main[data-v-3e8bd5dd]{display:flex;align-items:center;flex-wrap:wrap}.searchBox.style4[data-v-3e8bd5dd]{display:flex;flex-wrap:wrap}.select-content[data-v-3e8bd5dd]{background:linear-gradient(90deg,#115fc6,#56bbff);color:#fff;padding:6px 10px;margin-right:10px;margin-bottom:10px;border-radius:6px;cursor:pointer;height:42px}.select-content i[data-v-3e8bd5dd]{font-style:normal}.select-content/deep/.sp-base[data-v-3e8bd5dd],.select-content/deep/.sp-selected-tag[data-v-3e8bd5dd]{background:transparent!important;border:none!important;color:#fff!important}.select-content/deep/.sp-button[data-v-3e8bd5dd]{display:none!important}.textOverflowBsp[data-v-3e8bd5dd]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oper-container[data-v-3e8bd5dd]{gap:4px}.oper-container[data-v-3e8bd5dd],[data-v-3e8bd5dd].vxe-table .col--last/deep/.vxe-cell--wrapper{display:flex;justify-content:center;align-items:center}[data-v-3e8bd5dd].vxe-cell{height:auto!important;padding:0!important;min-height:40px}[data-v-3e8bd5dd].vxe-table{font-size:14px}[data-v-3e8bd5dd].vxe-table .vxe-header--column{background:#dee8ff}[data-v-3e8bd5dd].vxe-table .vxe-header--column .vxe-cell--title{font-family:Microsoft YaHei;font-weight:700;font-size:14px;color:#2b3346;text-align:center}[data-v-3e8bd5dd].vxe-table .vxe-body--row:hover{background-color:#f3f6fd!important}[data-v-3e8bd5dd].vxe-table .vxe-body--column{min-height:40px;padding:0 8px}[data-v-3e8bd5dd].vxe-table .vxe-loading{background-color:rgba(0,0,0,.5);z-index:999}[data-v-3e8bd5dd].vxe-table .vxe-loading .vxe-loading--spinner{border-width:4px;border-color:#2b5fd9 #2b5fd9 #2b5fd9 transparent;width:50px;height:50px;animation:vxe-loading--spin 1s linear infinite}[data-v-3e8bd5dd].vxe-table .vxe-loading .vxe-loading--text{color:#2b5fd9;font-size:16px;font-weight:700;margin-top:15px;text-shadow:0 0 5px #fff}[data-v-3e8bd5dd].vxe-table .vxe-loading .vxe-loading--text:after{content:\"\\52A0\\8F7D\\4E2D\\FF0C\\8BF7\\7A0D\\5019...\"}.vxe-table/deep/.vxe-cell--wrapper[data-v-3e8bd5dd]{font-family:Microsoft YaHei;font-weight:400;font-size:14px;color:#2b3346}.batch-more-wrapper[data-v-3e8bd5dd]{position:relative;display:inline-block}.batch-more-menu[data-v-3e8bd5dd]{position:absolute;top:100%;right:0;z-index:1000;background:#fff;border:1px solid #dcdee2;border-radius:4px;box-shadow:0 2px 12px rgba(0,0,0,.15);min-width:130px;padding:4px 0}.batch-more-item[data-v-3e8bd5dd]{padding:8px 16px;cursor:pointer;white-space:nowrap;font-size:14px;display:flex;align-items:center}.batch-more-item[data-v-3e8bd5dd]:hover{background:#f3f3f3}", ""]);
|
|
29694
29700
|
|
|
29695
29701
|
// exports
|
|
29696
29702
|
|
|
@@ -61772,6 +61778,11 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
61772
61778
|
});
|
|
61773
61779
|
}
|
|
61774
61780
|
},
|
|
61781
|
+
moreBtn: function moreBtn(rowIndex) {
|
|
61782
|
+
var a = this.batchMoreRowIndex === rowIndex ? null : rowIndex;
|
|
61783
|
+
console.log(rowIndex, 'rowIndex', a);
|
|
61784
|
+
this.batchMoreRowIndex = a;
|
|
61785
|
+
},
|
|
61775
61786
|
init: function init(resp) {
|
|
61776
61787
|
var _this3 = this;
|
|
61777
61788
|
|
|
@@ -61779,7 +61790,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
61779
61790
|
this.comModel = resp.comModel;
|
|
61780
61791
|
this.comModelProps = JSON.parse(resp.comModel.attachProps);
|
|
61781
61792
|
this.$set(this, 'complexQueryConfig', this.comModelProps && this.comModelProps.complexQueryConfig ? JSON.parse(this.comModelProps.complexQueryConfig) : []), this.dataGridHeight = this.comModelProps.height;
|
|
61782
|
-
|
|
61793
|
+
console.log(this.comModelProps, 'this.comModelProps');
|
|
61783
61794
|
// this.comModelProps
|
|
61784
61795
|
this.comModelProps.allqueryFields = resp.queryFields;
|
|
61785
61796
|
if (this.comModelProps.labelWidth) {
|
|
@@ -77905,10 +77916,10 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
77905
77916
|
},"scroll-y":{ enabled: true, gt: 50 },"scroll-x":{ enabled: true, gt: 20 }},on:{"sort-change":_vm.onVxeSortChange,"cell-dblclick":_vm.onVxeRowDblClick,"cell-click":_vm.onVxeRowClick,"checkbox-change":_vm.onVxeSelectionChange,"checkbox-all":_vm.onVxeSelectionChange}},[(_vm.comModelProps && _vm.comModelProps.showCheckbox)?_c('vxe-column',{attrs:{"type":"checkbox","align":"center","width":"60"}}):_vm._e(),_vm._v(" "),(_vm.comModelProps && _vm.comModelProps.showRownumbers)?_c('vxe-column',{attrs:{"type":"seq","align":"center","width":"70","title":"序号"}}):_vm._e(),_vm._v(" "),_vm._l((_vm.dataGridColumns),function(col){return _c('vxe-column',{key:col.key,attrs:{"field":col.key,"title":col.title,"align":col.align,"width":col.width,"header-align":col.align,"min-width":col.minWidth || 80,"sortable":!!col.sortable,"resizable":col.resizable !== false,"show-overflow":col.tooltip ? 'title' : (col.ellipsis ? 'ellipsis' : false)},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
77906
77917
|
var row = ref.row;
|
|
77907
77918
|
var index = ref.index;
|
|
77908
|
-
return [(col.slot)?_vm._t('slot_' + col.slot,null,{"row":row,"index":index}):(col.render)?[_c('render',{attrs:{"render":col.render,"row":row,"index":index,"column":col}})]:_c('span',[_vm._v(_vm._s(row[col.key]))])]}}],null,true)})}),_vm._v(" "),(_vm.showOper && _vm.hasRowOper)?_c('vxe-column',{staticClass:"customRowFunc-container",attrs:{"align":"center","title":"操作","width":_vm.rowOper.length<=2?180:_vm.operObjWidth,"fixed":
|
|
77919
|
+
return [(col.slot)?_vm._t('slot_' + col.slot,null,{"row":row,"index":index}):(col.render)?[_c('render',{attrs:{"render":col.render,"row":row,"index":index,"column":col}})]:_c('span',[_vm._v(_vm._s(row[col.key]))])]}}],null,true)})}),_vm._v(" "),(_vm.showOper && _vm.hasRowOper)?_c('vxe-column',{staticClass:"customRowFunc-container",attrs:{"align":"center","title":"操作","width":_vm.rowOper.length<=2?180:_vm.operObjWidth,"fixed":_vm.comModelProps.isFixed?'right':''},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
77909
77920
|
var row = ref.row;
|
|
77910
77921
|
var rowIndex = ref.rowIndex;
|
|
77911
|
-
return [_c('div',{staticStyle:{"display":"flex","justify-content":"center","align-items":"center","gap":"4px","flex-wrap":"wrap"}},[(_vm.customFunc)?[_vm._t("customRowFunc",null,{"func":_vm.funcAuth,"row":row,"index":rowIndex})]:[_vm._l((_vm.rowOper),function(oper){return (!_vm.isAuth(oper.auth))?[(_vm.$scopedSlots[oper.mark])?_vm._t(oper.mark,null,{"row":row,"index":rowIndex,"oper":oper}):(oper.operType === 'ADD')?_c('Button',{key:'add_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"size":"small"},on:{"click":function($event){return _vm.rowAddOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'DELETE')?_c('Button',{key:'del_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"error","size":"small"},on:{"click":function($event){return _vm.rowDeleteOper(row, rowIndex, oper.mark, oper.url)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'MODIFY')?_c('Button',{key:'mod_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.rowModifyOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'DETAIL')?_c('Button',{key:'det_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.rowDetailOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):_c('Button',{key:'oth_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.rowDealFunction(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1)]:_vm._e()}),_vm._v(" "),(_vm.rowOperBatch.length > 0)?_c('Dropdown',{attrs:{"trigger":"click","transfer":"","placement":rowIndex > 5 ? 'top' : 'bottom'}},[_c('Button',{attrs:{"type":"info","size":"small"}},[_vm._v("更多 "),_c('Icon',{attrs:{"type":"ios-arrow-down"}})],1),_vm._v(" "),_c('DropdownMenu',{staticClass:"data-grid-bsp",attrs:{"slot":"list"},slot:"list"},[_vm._l((_vm.rowOperBatch),function(oper,idx){return (!_vm.isAuth(oper.auth))?[(_vm.$scopedSlots[oper.mark])?_vm._t(oper.mark,null,{"row":row,"index":idx,"oper":oper}):(oper.operType === 'ADD')?_c('DropdownItem',{key:'badd_' + idx,attrs:{"divided":idx > 0},nativeOn:{"click":function($event){return _vm.rowAddOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":oper.iconPath,"size":"18"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'DELETE')?_c('DropdownItem',{key:'bdel_' + idx,attrs:{"divided":idx > 0},nativeOn:{"click":function($event){return _vm.rowDeleteOper(row, rowIndex, oper.mark, oper.url)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":oper.iconPath,"size":"18"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'MODIFY')?_c('DropdownItem',{key:'bmod_' + idx,attrs:{"divided":idx > 0},nativeOn:{"click":function($event){return _vm.rowModifyOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":oper.iconPath,"size":"18"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'DETAIL')?_c('DropdownItem',{key:'bdet_' + idx,attrs:{"divided":idx > 0},nativeOn:{"click":function($event){return _vm.rowDetailOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":oper.iconPath,"size":"18"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):_c('DropdownItem',{key:'both_' + idx,attrs:{"divided":idx > 0},nativeOn:{"click":function($event){return _vm.rowDealFunction(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":oper.iconPath,"size":"18"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1)]:_vm._e()})],2)],1):_vm._e()]],2)]}}],null,true)}):_vm._e()],2),_vm._v(" "),(_vm.loading)?_c('Spin',{attrs:{"size":"large","fix":""}}):_vm._e()],1):(_vm.errorMsg !== '')?_c('div',{staticStyle:{"text-align":"center"}},[_vm._v("\n "+_vm._s(_vm.errorMsg)+"\n ")]):_vm._e(),_vm._v(" "),(_vm.dataGridLoad)?[_c('div',{staticClass:"page_box"},[(_vm.showCheckbox)?_c('span',{staticClass:"page-Data"},[_vm._v("共选中"),_c('i',[_vm._v(_vm._s(_vm.batch_select.length))]),_vm._v("条数据")]):_vm._e(),_vm._v(" "),_c('div',{staticStyle:{"float":"right"}},[(_vm.pageSearch)?_c('Page',{staticStyle:{"display":"inline-block","margin":"10px 0"},attrs:{"total":_vm.totalNum,"current":_vm.pageNo,"page-size":_vm.pageSize,"page-size-opts":_vm.pageSizeOpts,"size":"small","show-elevator":"","show-sizer":""},on:{"on-change":_vm.change_page,"on-page-size-change":_vm.change_aage_size}}):_vm._e(),_vm._v(" "),_c('span',{staticClass:"Total"},[_vm._v("共 "+_vm._s(_vm.totalNum)+" 条 ")]),_vm._v(" "),(_vm.comModel.customShowField)?_c('span',{staticClass:"page-btn custom",on:{"click":_vm.multi_col_sort}},[_c('span',[_vm._v("自定义列")]),_vm._v(" "),_c('Modal',{attrs:{"width":600,"closable":false,"mask-closable":false,"class-name":"user-selector-modal"},model:{value:(_vm.showModal),callback:function ($$v) {_vm.showModal=$$v},expression:"showModal"}},[_c('div',{staticClass:"flow-modal-title",attrs:{"slot":"header"},slot:"header"},[_c('span',{staticStyle:{"font-size":"17px !important"}},[_vm._v("自定义列"),_c('span',{staticStyle:{"font-size":"14px","padding-left":"15px"}},[_vm._v("勾选需要显示的列,拖动列名进行排序")])]),_vm._v(" "),_c('span',{staticStyle:{"position":"absolute","right":"6px","font-size":"32px","cursor":"pointer"},on:{"click":_vm.handleCancel}},[_c('i',{staticClass:"ivu-icon ivu-icon-ios-close"})])]),_vm._v(" "),_c('div',[_c('ul',{staticClass:"list"},_vm._l((_vm.customShowList),function(item,index){return _c('li',{key:item.label,staticClass:"list-item",attrs:{"draggable":""},on:{"dragenter":function($event){return _vm.dragenter($event, index)},"dragover":function($event){return _vm.dragover($event, index)},"dragstart":function($event){return _vm.dragstart(index)}}},[_c('div',{staticClass:"ele1"},[_vm._v(_vm._s(index + 1))]),_vm._v(" "),_c('div',{staticClass:"ele2",style:({ color: item.require ? '#999999' : '#3E4E66' })},[_c('Checkbox',{attrs:{"disabled":item.require},model:{value:(item.check),callback:function ($$v) {_vm.$set(item, "check", $$v)},expression:"item.check"}},[_vm._v(_vm._s(item.label)+" ")])],1),_vm._v(" "),_c('div',{staticClass:"ele3"},[_vm._v(_vm._s(item.require ? '(必选)' : ''))])])}),0)]),_vm._v(" "),_c('div',{staticClass:"footer-container",attrs:{"slot":"footer"},slot:"footer"},[_c('Button',{staticClass:"cancle-button",staticStyle:{"background":"#fff"},on:{"click":_vm.handleSet}},[_vm._v("恢复默认")]),_vm._v(" "),_c('Button',{staticClass:"set-button",attrs:{"type":"error"},on:{"click":_vm.handleCancel}},[_vm._v("关 闭")]),_vm._v(" "),_c('Button',{staticClass:"submit-button",attrs:{"type":"primary"},on:{"click":_vm.handleSubmit}},[_vm._v("保 存")])],1)])],1):_vm._e(),_vm._v(" "),_c('span',{staticClass:"page-btn",on:{"click":function($event){return _vm.multi_col_set()}}},[_c('span',[_vm._v("多列筛选")]),_vm._v(" "),(_vm.multiColSetShow)?_c('div',{staticClass:"ulnavlist",on:{"mouseleave":function($event){_vm.multiColSetShow = false}}},[_c('ul',{staticStyle:{"width":"100%","height":"258px","overflow-y":"auto"}},_vm._l((_vm.column),function(col,index){return _c('li',{directives:[{name:"show",rawName:"v-show",value:(col.isColumnFiltering === '1'),expression:"col.isColumnFiltering === '1'"}],key:'col_' + index,class:{ active: col.show },attrs:{"title":col.title},on:{"click":function($event){$event.stopPropagation();return _vm.multi_col_change(index)}}},[_c('i',{staticClass:"iconlist"}),_vm._v("\n "+_vm._s(col.title)+"\n ")])}),0),_vm._v(" "),_c('div',{staticStyle:{"text-align":"center","margin-top":"16px","bottom":"1px"}},[_c('Button',{staticClass:"saveBtn-dlsx",attrs:{"type":"primary","shape":"circle"},on:{"click":function($event){$event.stopPropagation();return _vm.saveCustom()}}},[_vm._v("保 存")]),_vm._v(" \n "),_c('Button',{staticClass:"saveBtn-dlsx",attrs:{"shape":"circle"},on:{"click":function($event){$event.stopPropagation();return _vm.resetCustom()}}},[_vm._v("重 置")])],1)]):_vm._e()]),_vm._v(" "),(_vm.$store.getters.isSAdmin)?_c('span',{staticClass:"page-set",staticStyle:{"cursor":"pointer","margin-right":"-10px"},attrs:{"title":"列表设置"},on:{"click":function($event){return _vm.openSetPage(_vm.$store.getters.token)}}},[_c('Icon',{attrs:{"type":"ios-settings","size":"22"}})],1):_vm._e(),_vm._v(" "),(_vm.showDicManage)?_c('span',{staticClass:"page-set",staticStyle:{"cursor":"pointer","margin-right":"-10px"},attrs:{"title":"字典代码管理"},on:{"click":function($event){return _vm.openDicManage(_vm.$store.getters.token)}}},[_c('Divider',{attrs:{"type":"vertical"}}),_vm._v(" "),_c('Icon',{attrs:{"type":"ios-construct","size":"22"}})],1):_vm._e()],1)])]:_vm._e()],2),_vm._v(" "),(_vm.modalStatus)?_c('div',[_c(_vm.iframeComponent,{tag:"component",attrs:{"modalWidth":_vm.modalWidth,"modalHeight":_vm.modalHeight,"title":_vm.modalTitle,"iframeUrl":_vm.iframeUrl,"modalId":_vm.modalId},on:{"closeModal":_vm.closeModal}})],1):_vm._e(),_vm._v(" "),(_vm.gridExportOptStatus)?_c('grid-export-opt',{attrs:{"gridAllShowFields":_vm.modelShowFields,"modalWidth":_vm.modalWidth,"selectedRows":_vm.batch_select,"rowMark":_vm.comModelProps.rowMark,"gridRequestParams":_vm.gridExportDataRequestParams,"pageSize":_vm.pageSize,"exportMaxCount":_vm.exportMaxCount},on:{"closeModal":_vm.closeExportOptModal}}):_vm._e(),_vm._v(" "),(_vm.gridExportDataStatus)?_c('grid-data-opt',{attrs:{"gridRequestParams":_vm.gridDataRequestParams,"rowMark":_vm.comModelProps.rowMark,"modalWidth":_vm.modalWidth},on:{"closeModal":_vm.closeDataOptModal}}):_vm._e(),_vm._v(" "),(_vm.gridPrintOptStatus)?_c('grid-print-opt',{attrs:{"gridAllShowFields":_vm.modelShowFields,"modalWidth":_vm.modalWidth,"selectedRows":_vm.batch_select,"rowMark":_vm.comModelProps.rowMark,"modelName":_vm.comModel.name,"gridRequestParams":_vm.gridPrintDataRequestParams,"pageSize":_vm.pageSize,"exportMaxCount":_vm.exportMaxCount},on:{"closeModal":_vm.closePrintOptModal}}):_vm._e(),_vm._v(" "),_c('Modal',{attrs:{"mask-closable":false,"closable":true,"width":"80%","title":_vm.dicModalTitle,"footer-hide":true,"scrollable":true},model:{value:(_vm.openDicModal),callback:function ($$v) {_vm.openDicModal=$$v},expression:"openDicModal"}},[(_vm.openDicModal)?_c('dic-manage',{attrs:{"dicNames":_vm.comModelProps.dicNames,"isRefApp":_vm.comModelProps.dicRefApp}}):_vm._e()],1),_vm._v(" "),_c('girdMoreSearch',{ref:"girdMoreSearch",attrs:{"complexQueryConfig":_vm.complexQueryConfig,"comModelProps":_vm.comModelProps,"labelWidth":_vm.labelWidth},on:{"confirmSearch":_vm.confirmSearch}}),_vm._v(" "),_c('s-dialog',{directives:[{name:"show",rawName:"v-show",value:(_vm.sDialogShow),expression:"sDialogShow"}],ref:"sDialog",attrs:{"dialogMark":_vm.dialogMark,"params":_vm.paramsDialog},scopedSlots:_vm._u([{key:"func",fn:function(){return undefined},proxy:true}])})],1)}
|
|
77922
|
+
return [_c('div',{staticStyle:{"display":"flex","justify-content":"center","align-items":"center","gap":"4px","flex-wrap":"wrap"}},[(_vm.customFunc)?[_vm._t("customRowFunc",null,{"func":_vm.funcAuth,"row":row,"index":rowIndex})]:[_vm._l((_vm.rowOper),function(oper){return (!_vm.isAuth(oper.auth))?[(_vm.$scopedSlots[oper.mark])?_vm._t(oper.mark,null,{"row":row,"index":rowIndex,"oper":oper}):(oper.operType === 'ADD')?_c('Button',{key:'add_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"size":"small"},on:{"click":function($event){return _vm.rowAddOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'DELETE')?_c('Button',{key:'del_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"error","size":"small"},on:{"click":function($event){return _vm.rowDeleteOper(row, rowIndex, oper.mark, oper.url)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'MODIFY')?_c('Button',{key:'mod_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.rowModifyOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):(oper.operType === 'DETAIL')?_c('Button',{key:'det_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.rowDetailOper(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1):_c('Button',{key:'oth_' + oper.id,staticStyle:{"margin-right":"4px"},attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.rowDealFunction(row, rowIndex, oper.mark)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{attrs:{"type":oper.iconPath,"size":"15"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1)]:_vm._e()}),_vm._v(" "),(_vm.rowOperBatch.length > 0)?_c('div',{staticClass:"batch-more-wrapper",on:{"mouseleave":function($event){_vm.batchMoreRowIndex = null}}},[_c('Button',{attrs:{"type":"info","size":"small"},on:{"click":function($event){$event.stopPropagation();return _vm.moreBtn(rowIndex)}}},[_vm._v("更多 "),_c('Icon',{attrs:{"type":"ios-arrow-down"}})],1),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.batchMoreRowIndex === rowIndex),expression:"batchMoreRowIndex === rowIndex"}],staticClass:"batch-more-menu",on:{"click":function($event){$event.stopPropagation();}}},[_vm._l((_vm.rowOperBatch),function(oper,idx){return (!_vm.isAuth(oper.auth))?[(_vm.$scopedSlots[oper.mark])?_vm._t(oper.mark,null,{"row":row,"index":idx,"oper":oper}):_c('div',{key:'bm_' + idx,staticClass:"batch-more-item",style:({ borderTop: idx > 0 ? '1px solid #e8eaec' : 'none' }),on:{"click":function($event){_vm.batchMoreRowIndex = null; _vm.handleRowBatchOper(row, rowIndex, oper)}}},[(_vm.notEmpty(oper.iconPath))?_c('Icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":oper.iconPath,"size":"16"}}):_vm._e(),_vm._v(_vm._s(oper.name)+"\n ")],1)]:_vm._e()})],2)],1):_vm._e()]],2)]}}],null,true)}):_vm._e()],2),_vm._v(" "),(_vm.loading)?_c('Spin',{attrs:{"size":"large","fix":""}}):_vm._e()],1):(_vm.errorMsg !== '')?_c('div',{staticStyle:{"text-align":"center"}},[_vm._v("\n "+_vm._s(_vm.errorMsg)+"\n ")]):_vm._e(),_vm._v(" "),(_vm.dataGridLoad)?[_c('div',{staticClass:"page_box"},[(_vm.showCheckbox)?_c('span',{staticClass:"page-Data"},[_vm._v("共选中"),_c('i',[_vm._v(_vm._s(_vm.batch_select.length))]),_vm._v("条数据")]):_vm._e(),_vm._v(" "),_c('div',{staticStyle:{"float":"right"}},[(_vm.pageSearch)?_c('Page',{staticStyle:{"display":"inline-block","margin":"10px 0"},attrs:{"total":_vm.totalNum,"current":_vm.pageNo,"page-size":_vm.pageSize,"page-size-opts":_vm.pageSizeOpts,"size":"small","show-elevator":"","show-sizer":""},on:{"on-change":_vm.change_page,"on-page-size-change":_vm.change_aage_size}}):_vm._e(),_vm._v(" "),_c('span',{staticClass:"Total"},[_vm._v("共 "+_vm._s(_vm.totalNum)+" 条 ")]),_vm._v(" "),(_vm.comModel.customShowField)?_c('span',{staticClass:"page-btn custom",on:{"click":_vm.multi_col_sort}},[_c('span',[_vm._v("自定义列")]),_vm._v(" "),_c('Modal',{attrs:{"width":600,"closable":false,"mask-closable":false,"class-name":"user-selector-modal"},model:{value:(_vm.showModal),callback:function ($$v) {_vm.showModal=$$v},expression:"showModal"}},[_c('div',{staticClass:"flow-modal-title",attrs:{"slot":"header"},slot:"header"},[_c('span',{staticStyle:{"font-size":"17px !important"}},[_vm._v("自定义列"),_c('span',{staticStyle:{"font-size":"14px","padding-left":"15px"}},[_vm._v("勾选需要显示的列,拖动列名进行排序")])]),_vm._v(" "),_c('span',{staticStyle:{"position":"absolute","right":"6px","font-size":"32px","cursor":"pointer"},on:{"click":_vm.handleCancel}},[_c('i',{staticClass:"ivu-icon ivu-icon-ios-close"})])]),_vm._v(" "),_c('div',[_c('ul',{staticClass:"list"},_vm._l((_vm.customShowList),function(item,index){return _c('li',{key:item.label,staticClass:"list-item",attrs:{"draggable":""},on:{"dragenter":function($event){return _vm.dragenter($event, index)},"dragover":function($event){return _vm.dragover($event, index)},"dragstart":function($event){return _vm.dragstart(index)}}},[_c('div',{staticClass:"ele1"},[_vm._v(_vm._s(index + 1))]),_vm._v(" "),_c('div',{staticClass:"ele2",style:({ color: item.require ? '#999999' : '#3E4E66' })},[_c('Checkbox',{attrs:{"disabled":item.require},model:{value:(item.check),callback:function ($$v) {_vm.$set(item, "check", $$v)},expression:"item.check"}},[_vm._v(_vm._s(item.label)+" ")])],1),_vm._v(" "),_c('div',{staticClass:"ele3"},[_vm._v(_vm._s(item.require ? '(必选)' : ''))])])}),0)]),_vm._v(" "),_c('div',{staticClass:"footer-container",attrs:{"slot":"footer"},slot:"footer"},[_c('Button',{staticClass:"cancle-button",staticStyle:{"background":"#fff"},on:{"click":_vm.handleSet}},[_vm._v("恢复默认")]),_vm._v(" "),_c('Button',{staticClass:"set-button",attrs:{"type":"error"},on:{"click":_vm.handleCancel}},[_vm._v("关 闭")]),_vm._v(" "),_c('Button',{staticClass:"submit-button",attrs:{"type":"primary"},on:{"click":_vm.handleSubmit}},[_vm._v("保 存")])],1)])],1):_vm._e(),_vm._v(" "),_c('span',{staticClass:"page-btn",on:{"click":function($event){return _vm.multi_col_set()}}},[_c('span',[_vm._v("多列筛选")]),_vm._v(" "),(_vm.multiColSetShow)?_c('div',{staticClass:"ulnavlist",on:{"mouseleave":function($event){_vm.multiColSetShow = false}}},[_c('ul',{staticStyle:{"width":"100%","height":"258px","overflow-y":"auto"}},_vm._l((_vm.column),function(col,index){return _c('li',{directives:[{name:"show",rawName:"v-show",value:(col.isColumnFiltering === '1'),expression:"col.isColumnFiltering === '1'"}],key:'col_' + index,class:{ active: col.show },attrs:{"title":col.title},on:{"click":function($event){$event.stopPropagation();return _vm.multi_col_change(index)}}},[_c('i',{staticClass:"iconlist"}),_vm._v("\n "+_vm._s(col.title)+"\n ")])}),0),_vm._v(" "),_c('div',{staticStyle:{"text-align":"center","margin-top":"16px","bottom":"1px"}},[_c('Button',{staticClass:"saveBtn-dlsx",attrs:{"type":"primary","shape":"circle"},on:{"click":function($event){$event.stopPropagation();return _vm.saveCustom()}}},[_vm._v("保 存")]),_vm._v(" \n "),_c('Button',{staticClass:"saveBtn-dlsx",attrs:{"shape":"circle"},on:{"click":function($event){$event.stopPropagation();return _vm.resetCustom()}}},[_vm._v("重 置")])],1)]):_vm._e()]),_vm._v(" "),(_vm.$store.getters.isSAdmin)?_c('span',{staticClass:"page-set",staticStyle:{"cursor":"pointer","margin-right":"-10px"},attrs:{"title":"列表设置"},on:{"click":function($event){return _vm.openSetPage(_vm.$store.getters.token)}}},[_c('Icon',{attrs:{"type":"ios-settings","size":"22"}})],1):_vm._e(),_vm._v(" "),(_vm.showDicManage)?_c('span',{staticClass:"page-set",staticStyle:{"cursor":"pointer","margin-right":"-10px"},attrs:{"title":"字典代码管理"},on:{"click":function($event){return _vm.openDicManage(_vm.$store.getters.token)}}},[_c('Divider',{attrs:{"type":"vertical"}}),_vm._v(" "),_c('Icon',{attrs:{"type":"ios-construct","size":"22"}})],1):_vm._e()],1)])]:_vm._e()],2),_vm._v(" "),(_vm.modalStatus)?_c('div',[_c(_vm.iframeComponent,{tag:"component",attrs:{"modalWidth":_vm.modalWidth,"modalHeight":_vm.modalHeight,"title":_vm.modalTitle,"iframeUrl":_vm.iframeUrl,"modalId":_vm.modalId},on:{"closeModal":_vm.closeModal}})],1):_vm._e(),_vm._v(" "),(_vm.gridExportOptStatus)?_c('grid-export-opt',{attrs:{"gridAllShowFields":_vm.modelShowFields,"modalWidth":_vm.modalWidth,"selectedRows":_vm.batch_select,"rowMark":_vm.comModelProps.rowMark,"gridRequestParams":_vm.gridExportDataRequestParams,"pageSize":_vm.pageSize,"exportMaxCount":_vm.exportMaxCount},on:{"closeModal":_vm.closeExportOptModal}}):_vm._e(),_vm._v(" "),(_vm.gridExportDataStatus)?_c('grid-data-opt',{attrs:{"gridRequestParams":_vm.gridDataRequestParams,"rowMark":_vm.comModelProps.rowMark,"modalWidth":_vm.modalWidth},on:{"closeModal":_vm.closeDataOptModal}}):_vm._e(),_vm._v(" "),(_vm.gridPrintOptStatus)?_c('grid-print-opt',{attrs:{"gridAllShowFields":_vm.modelShowFields,"modalWidth":_vm.modalWidth,"selectedRows":_vm.batch_select,"rowMark":_vm.comModelProps.rowMark,"modelName":_vm.comModel.name,"gridRequestParams":_vm.gridPrintDataRequestParams,"pageSize":_vm.pageSize,"exportMaxCount":_vm.exportMaxCount},on:{"closeModal":_vm.closePrintOptModal}}):_vm._e(),_vm._v(" "),_c('Modal',{attrs:{"mask-closable":false,"closable":true,"width":"80%","title":_vm.dicModalTitle,"footer-hide":true,"scrollable":true},model:{value:(_vm.openDicModal),callback:function ($$v) {_vm.openDicModal=$$v},expression:"openDicModal"}},[(_vm.openDicModal)?_c('dic-manage',{attrs:{"dicNames":_vm.comModelProps.dicNames,"isRefApp":_vm.comModelProps.dicRefApp}}):_vm._e()],1),_vm._v(" "),_c('girdMoreSearch',{ref:"girdMoreSearch",attrs:{"complexQueryConfig":_vm.complexQueryConfig,"comModelProps":_vm.comModelProps,"labelWidth":_vm.labelWidth},on:{"confirmSearch":_vm.confirmSearch}}),_vm._v(" "),_c('s-dialog',{directives:[{name:"show",rawName:"v-show",value:(_vm.sDialogShow),expression:"sDialogShow"}],ref:"sDialog",attrs:{"dialogMark":_vm.dialogMark,"params":_vm.paramsDialog},scopedSlots:_vm._u([{key:"func",fn:function(){return undefined},proxy:true}])})],1)}
|
|
77912
77923
|
var staticRenderFns = []
|
|
77913
77924
|
var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
77914
77925
|
/* harmony default export */ __webpack_exports__["a"] = (esExports);
|