gcs-ui-lib 1.1.486 → 1.1.488
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/gcs-ui-lib.common.js +291 -288
- package/lib/gcs-ui-lib.umd.js +291 -288
- package/lib/gcs-ui-lib.umd.min.js +6 -6
- package/package.json +1 -1
- package/packages/AutoFillRuleHistory/src/main.vue +19 -19
package/lib/gcs-ui-lib.common.js
CHANGED
|
@@ -48670,6 +48670,261 @@ exports.removeResizeListener = removeResizeListener;
|
|
|
48670
48670
|
|
|
48671
48671
|
/***/ }),
|
|
48672
48672
|
|
|
48673
|
+
/***/ "2fd2":
|
|
48674
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
48675
|
+
|
|
48676
|
+
"use strict";
|
|
48677
|
+
|
|
48678
|
+
|
|
48679
|
+
Object.defineProperty(exports, "__esModule", {
|
|
48680
|
+
value: true
|
|
48681
|
+
});
|
|
48682
|
+
exports.staticRenderFns = exports.render = void 0;
|
|
48683
|
+
var render = exports.render = function render() {
|
|
48684
|
+
var _vm = this,
|
|
48685
|
+
_c = _vm._self._c;
|
|
48686
|
+
return _c('ClPage', {
|
|
48687
|
+
style: {
|
|
48688
|
+
height: _vm.test ? '100%' : ''
|
|
48689
|
+
}
|
|
48690
|
+
}, [_c('div', {
|
|
48691
|
+
ref: "formWrap",
|
|
48692
|
+
attrs: {
|
|
48693
|
+
"slot": "header"
|
|
48694
|
+
},
|
|
48695
|
+
slot: "header"
|
|
48696
|
+
}, [_c('div', {
|
|
48697
|
+
staticClass: "flex-box flex-r"
|
|
48698
|
+
}, [_c('el-button', {
|
|
48699
|
+
attrs: {
|
|
48700
|
+
"icon": "n20-icon-shuaxin",
|
|
48701
|
+
"plain": "",
|
|
48702
|
+
"onlyicon": "",
|
|
48703
|
+
"size": "mini"
|
|
48704
|
+
},
|
|
48705
|
+
on: {
|
|
48706
|
+
"click": _vm.refresh
|
|
48707
|
+
}
|
|
48708
|
+
}), _c('el-button', {
|
|
48709
|
+
staticClass: "m-l-s",
|
|
48710
|
+
attrs: {
|
|
48711
|
+
"icon": "n20-icon-iconfontshaixuan ",
|
|
48712
|
+
"plain": "",
|
|
48713
|
+
"onlyicon": "",
|
|
48714
|
+
"size": "mini"
|
|
48715
|
+
},
|
|
48716
|
+
on: {
|
|
48717
|
+
"click": function ($event) {
|
|
48718
|
+
_vm.multiple = !_vm.multiple;
|
|
48719
|
+
}
|
|
48720
|
+
}
|
|
48721
|
+
}), _c('el-dropdown', {
|
|
48722
|
+
staticClass: "m-l-s",
|
|
48723
|
+
attrs: {
|
|
48724
|
+
"trigger": "click"
|
|
48725
|
+
},
|
|
48726
|
+
on: {
|
|
48727
|
+
"command": _vm.exportFn
|
|
48728
|
+
}
|
|
48729
|
+
}, [_c('span', {
|
|
48730
|
+
staticClass: "el-dropdown-link"
|
|
48731
|
+
}, [_c('el-button', {
|
|
48732
|
+
attrs: {
|
|
48733
|
+
"size": "mini",
|
|
48734
|
+
"plain": ""
|
|
48735
|
+
}
|
|
48736
|
+
}, [_vm._v(" " + _vm._s(_vm.$l("导出"))), _c('i', {
|
|
48737
|
+
staticClass: "el-icon-arrow-down"
|
|
48738
|
+
})])], 1), _c('el-dropdown-menu', {
|
|
48739
|
+
attrs: {
|
|
48740
|
+
"slot": "dropdown"
|
|
48741
|
+
},
|
|
48742
|
+
slot: "dropdown"
|
|
48743
|
+
}, [_c('el-dropdown-item', {
|
|
48744
|
+
attrs: {
|
|
48745
|
+
"command": "xls"
|
|
48746
|
+
}
|
|
48747
|
+
}, [_vm._v(_vm._s(_vm.$l(".xls格式")) + " ")]), _c('el-dropdown-item', {
|
|
48748
|
+
attrs: {
|
|
48749
|
+
"command": "xlsx"
|
|
48750
|
+
}
|
|
48751
|
+
}, [_vm._v(_vm._s(_vm.$l(".xlsx格式")) + " ")])], 1)], 1)], 1), _c('ClAdvancedFilter', {
|
|
48752
|
+
attrs: {
|
|
48753
|
+
"visible": _vm.multiple,
|
|
48754
|
+
"filterId": `RulesManage-payment-filter-rules-${_vm.settingSource}432-rf3231`,
|
|
48755
|
+
"model": _vm.formData,
|
|
48756
|
+
"onlyKey": "id",
|
|
48757
|
+
"filter-list": _vm.filterList
|
|
48758
|
+
},
|
|
48759
|
+
on: {
|
|
48760
|
+
"update:visible": function ($event) {
|
|
48761
|
+
_vm.multiple = $event;
|
|
48762
|
+
},
|
|
48763
|
+
"search": _vm.refresh,
|
|
48764
|
+
"enter": _vm.refresh,
|
|
48765
|
+
"clear": _vm.clearSearch
|
|
48766
|
+
}
|
|
48767
|
+
})], 1), _c('div', {
|
|
48768
|
+
staticStyle: {
|
|
48769
|
+
"flex": "1",
|
|
48770
|
+
"position": "relative",
|
|
48771
|
+
"height": "100%"
|
|
48772
|
+
}
|
|
48773
|
+
}, [_c('div', {
|
|
48774
|
+
staticStyle: {
|
|
48775
|
+
"position": "absolute",
|
|
48776
|
+
"width": "100%",
|
|
48777
|
+
"height": "100%"
|
|
48778
|
+
}
|
|
48779
|
+
}, [_c('CLTablePro', {
|
|
48780
|
+
key: `table-pro-${_vm.fillField.length}`,
|
|
48781
|
+
ref: "vTable",
|
|
48782
|
+
attrs: {
|
|
48783
|
+
"loading": _vm.loading,
|
|
48784
|
+
"data": _vm.tableData,
|
|
48785
|
+
"columns": _vm.tableHeader,
|
|
48786
|
+
"height": '100%',
|
|
48787
|
+
"clearSelect": false,
|
|
48788
|
+
"auto-resize": "",
|
|
48789
|
+
"rowConfig": {
|
|
48790
|
+
keyField: 'md5Code'
|
|
48791
|
+
},
|
|
48792
|
+
"checkboxConfig": {
|
|
48793
|
+
reserve: true
|
|
48794
|
+
}
|
|
48795
|
+
},
|
|
48796
|
+
on: {
|
|
48797
|
+
"selection-change-method": _vm.handleSelectionChange,
|
|
48798
|
+
"sort-change-method": _vm.sortChange
|
|
48799
|
+
},
|
|
48800
|
+
scopedSlots: _vm._u([{
|
|
48801
|
+
key: "usedUnit",
|
|
48802
|
+
fn: function ({
|
|
48803
|
+
column
|
|
48804
|
+
}) {
|
|
48805
|
+
return _c('vxe-column', _vm._b({
|
|
48806
|
+
attrs: {
|
|
48807
|
+
"field": column.prop,
|
|
48808
|
+
"title": column.label
|
|
48809
|
+
},
|
|
48810
|
+
scopedSlots: _vm._u([{
|
|
48811
|
+
key: "default",
|
|
48812
|
+
fn: function ({
|
|
48813
|
+
row
|
|
48814
|
+
}) {
|
|
48815
|
+
return [_c('div', {
|
|
48816
|
+
attrs: {
|
|
48817
|
+
"title": row.usedUnits
|
|
48818
|
+
},
|
|
48819
|
+
domProps: {
|
|
48820
|
+
"innerHTML": _vm._s(row.usedUnit || '--')
|
|
48821
|
+
}
|
|
48822
|
+
})];
|
|
48823
|
+
}
|
|
48824
|
+
}])
|
|
48825
|
+
}, 'vxe-column', column, false));
|
|
48826
|
+
}
|
|
48827
|
+
}, {
|
|
48828
|
+
key: "matchingId",
|
|
48829
|
+
fn: function ({
|
|
48830
|
+
column
|
|
48831
|
+
}) {
|
|
48832
|
+
return _c('vxe-column', _vm._b({
|
|
48833
|
+
attrs: {
|
|
48834
|
+
"field": column.prop,
|
|
48835
|
+
"title": column.label
|
|
48836
|
+
},
|
|
48837
|
+
scopedSlots: _vm._u([{
|
|
48838
|
+
key: "default",
|
|
48839
|
+
fn: function ({
|
|
48840
|
+
row
|
|
48841
|
+
}) {
|
|
48842
|
+
return [_c('el-button', {
|
|
48843
|
+
attrs: {
|
|
48844
|
+
"type": "text"
|
|
48845
|
+
},
|
|
48846
|
+
on: {
|
|
48847
|
+
"click": function ($event) {
|
|
48848
|
+
return _vm.$router.push({
|
|
48849
|
+
path: '/RulesDetailHiId',
|
|
48850
|
+
query: {
|
|
48851
|
+
id: row.matchingIdHi
|
|
48852
|
+
}
|
|
48853
|
+
});
|
|
48854
|
+
}
|
|
48855
|
+
}
|
|
48856
|
+
}, [_vm._v(_vm._s(row.matchingId) + "-" + _vm._s(row.matchingIdHi) + " ")])];
|
|
48857
|
+
}
|
|
48858
|
+
}])
|
|
48859
|
+
}, 'vxe-column', column, false));
|
|
48860
|
+
}
|
|
48861
|
+
}])
|
|
48862
|
+
}, [_c('vxe-colgroup', {
|
|
48863
|
+
attrs: {
|
|
48864
|
+
"slot": "fillInfo",
|
|
48865
|
+
"width": "220",
|
|
48866
|
+
"title": _vm.$l('补填信息'),
|
|
48867
|
+
"align": "center"
|
|
48868
|
+
},
|
|
48869
|
+
slot: "fillInfo"
|
|
48870
|
+
}, [_vm._l(_vm.fillField, function (item) {
|
|
48871
|
+
return [_vm.fillField.length ? _c('vxe-column', {
|
|
48872
|
+
key: item.fieldCode,
|
|
48873
|
+
attrs: {
|
|
48874
|
+
"field": item.fieldCode,
|
|
48875
|
+
"title": item.fieldName,
|
|
48876
|
+
"align": "center",
|
|
48877
|
+
"width": 200
|
|
48878
|
+
},
|
|
48879
|
+
scopedSlots: _vm._u([{
|
|
48880
|
+
key: "default",
|
|
48881
|
+
fn: function (scope) {
|
|
48882
|
+
return [_c('div', [_vm._v(" " + _vm._s(scope.row[item.fieldCode] || "--") + " ")])];
|
|
48883
|
+
}
|
|
48884
|
+
}], null, true)
|
|
48885
|
+
}) : _vm._e()];
|
|
48886
|
+
})], 2)], 1)], 1)]), _c('div', {
|
|
48887
|
+
staticClass: "page-footer-shadow flex-box flex-lr flex-v pt-4 pb-4",
|
|
48888
|
+
attrs: {
|
|
48889
|
+
"slot": "footer"
|
|
48890
|
+
},
|
|
48891
|
+
slot: "footer"
|
|
48892
|
+
}, [_c('div', {
|
|
48893
|
+
staticClass: "flex-box flex-v"
|
|
48894
|
+
}, [_c('StatisItem', {
|
|
48895
|
+
attrs: {
|
|
48896
|
+
"type": _vm.$l('已选合计'),
|
|
48897
|
+
"list": [{
|
|
48898
|
+
label: _vm.$l('笔数'),
|
|
48899
|
+
value: _vm.selectRows.length
|
|
48900
|
+
}]
|
|
48901
|
+
}
|
|
48902
|
+
}), _c('StatisItem', {
|
|
48903
|
+
attrs: {
|
|
48904
|
+
"type": _vm.$l('全部合计'),
|
|
48905
|
+
"list": [{
|
|
48906
|
+
label: _vm.$l('笔数'),
|
|
48907
|
+
value: _vm.pagination.total
|
|
48908
|
+
}]
|
|
48909
|
+
}
|
|
48910
|
+
})], 1), _c('ClPagination', {
|
|
48911
|
+
attrs: {
|
|
48912
|
+
"page-obj": _vm.pagination,
|
|
48913
|
+
"page-key": {
|
|
48914
|
+
no: 'current',
|
|
48915
|
+
size: 'size',
|
|
48916
|
+
total: 'total'
|
|
48917
|
+
}
|
|
48918
|
+
},
|
|
48919
|
+
on: {
|
|
48920
|
+
"change": _vm.queryData
|
|
48921
|
+
}
|
|
48922
|
+
})], 1)]);
|
|
48923
|
+
};
|
|
48924
|
+
var staticRenderFns = exports.staticRenderFns = [];
|
|
48925
|
+
|
|
48926
|
+
/***/ }),
|
|
48927
|
+
|
|
48673
48928
|
/***/ 3:
|
|
48674
48929
|
/***/ (function(module, exports) {
|
|
48675
48930
|
|
|
@@ -54479,6 +54734,20 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
54479
54734
|
|
|
54480
54735
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
54481
54736
|
|
|
54737
|
+
/***/ }),
|
|
54738
|
+
|
|
54739
|
+
/***/ "4738":
|
|
54740
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
54741
|
+
|
|
54742
|
+
"use strict";
|
|
54743
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2fd2");
|
|
54744
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__);
|
|
54745
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__, "render")) __webpack_require__.d(__webpack_exports__, "render", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
54746
|
+
|
|
54747
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__, "staticRenderFns")) __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
54748
|
+
|
|
54749
|
+
|
|
54750
|
+
|
|
54482
54751
|
/***/ }),
|
|
54483
54752
|
|
|
54484
54753
|
/***/ "47d8":
|
|
@@ -59655,20 +59924,6 @@ module.exports = function getSideChannel() {
|
|
|
59655
59924
|
};
|
|
59656
59925
|
|
|
59657
59926
|
|
|
59658
|
-
/***/ }),
|
|
59659
|
-
|
|
59660
|
-
/***/ "5404":
|
|
59661
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
59662
|
-
|
|
59663
|
-
"use strict";
|
|
59664
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_680f57ba__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7490");
|
|
59665
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_680f57ba__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_680f57ba__WEBPACK_IMPORTED_MODULE_0__);
|
|
59666
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_680f57ba__WEBPACK_IMPORTED_MODULE_0__, "render")) __webpack_require__.d(__webpack_exports__, "render", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_680f57ba__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
59667
|
-
|
|
59668
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_680f57ba__WEBPACK_IMPORTED_MODULE_0__, "staticRenderFns")) __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_75943912_vue_loader_template_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_6_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_template_id_680f57ba__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
59669
|
-
|
|
59670
|
-
|
|
59671
|
-
|
|
59672
59927
|
/***/ }),
|
|
59673
59928
|
|
|
59674
59929
|
/***/ "5421":
|
|
@@ -70607,261 +70862,6 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
70607
70862
|
|
|
70608
70863
|
/***/ }),
|
|
70609
70864
|
|
|
70610
|
-
/***/ "7490":
|
|
70611
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
70612
|
-
|
|
70613
|
-
"use strict";
|
|
70614
|
-
|
|
70615
|
-
|
|
70616
|
-
Object.defineProperty(exports, "__esModule", {
|
|
70617
|
-
value: true
|
|
70618
|
-
});
|
|
70619
|
-
exports.staticRenderFns = exports.render = void 0;
|
|
70620
|
-
var render = exports.render = function render() {
|
|
70621
|
-
var _vm = this,
|
|
70622
|
-
_c = _vm._self._c;
|
|
70623
|
-
return _c('ClPage', {
|
|
70624
|
-
style: {
|
|
70625
|
-
height: _vm.test ? '100%' : ''
|
|
70626
|
-
}
|
|
70627
|
-
}, [_c('div', {
|
|
70628
|
-
ref: "formWrap",
|
|
70629
|
-
attrs: {
|
|
70630
|
-
"slot": "header"
|
|
70631
|
-
},
|
|
70632
|
-
slot: "header"
|
|
70633
|
-
}, [_c('div', {
|
|
70634
|
-
staticClass: "flex-box flex-r"
|
|
70635
|
-
}, [_c('el-button', {
|
|
70636
|
-
attrs: {
|
|
70637
|
-
"icon": "n20-icon-shuaxin",
|
|
70638
|
-
"plain": "",
|
|
70639
|
-
"onlyicon": "",
|
|
70640
|
-
"size": "mini"
|
|
70641
|
-
},
|
|
70642
|
-
on: {
|
|
70643
|
-
"click": _vm.refresh
|
|
70644
|
-
}
|
|
70645
|
-
}), _c('el-button', {
|
|
70646
|
-
staticClass: "m-l-s",
|
|
70647
|
-
attrs: {
|
|
70648
|
-
"icon": "n20-icon-iconfontshaixuan ",
|
|
70649
|
-
"plain": "",
|
|
70650
|
-
"onlyicon": "",
|
|
70651
|
-
"size": "mini"
|
|
70652
|
-
},
|
|
70653
|
-
on: {
|
|
70654
|
-
"click": function ($event) {
|
|
70655
|
-
_vm.multiple = !_vm.multiple;
|
|
70656
|
-
}
|
|
70657
|
-
}
|
|
70658
|
-
}), _c('el-dropdown', {
|
|
70659
|
-
staticClass: "m-l-s",
|
|
70660
|
-
attrs: {
|
|
70661
|
-
"trigger": "click"
|
|
70662
|
-
},
|
|
70663
|
-
on: {
|
|
70664
|
-
"command": _vm.exportFn
|
|
70665
|
-
}
|
|
70666
|
-
}, [_c('span', {
|
|
70667
|
-
staticClass: "el-dropdown-link"
|
|
70668
|
-
}, [_c('el-button', {
|
|
70669
|
-
attrs: {
|
|
70670
|
-
"size": "mini",
|
|
70671
|
-
"plain": ""
|
|
70672
|
-
}
|
|
70673
|
-
}, [_vm._v(" " + _vm._s(_vm.$l("导出"))), _c('i', {
|
|
70674
|
-
staticClass: "el-icon-arrow-down"
|
|
70675
|
-
})])], 1), _c('el-dropdown-menu', {
|
|
70676
|
-
attrs: {
|
|
70677
|
-
"slot": "dropdown"
|
|
70678
|
-
},
|
|
70679
|
-
slot: "dropdown"
|
|
70680
|
-
}, [_c('el-dropdown-item', {
|
|
70681
|
-
attrs: {
|
|
70682
|
-
"command": "xls"
|
|
70683
|
-
}
|
|
70684
|
-
}, [_vm._v(_vm._s(_vm.$l(".xls格式")) + " ")]), _c('el-dropdown-item', {
|
|
70685
|
-
attrs: {
|
|
70686
|
-
"command": "xlsx"
|
|
70687
|
-
}
|
|
70688
|
-
}, [_vm._v(_vm._s(_vm.$l(".xlsx格式")) + " ")])], 1)], 1)], 1), _c('ClAdvancedFilter', {
|
|
70689
|
-
attrs: {
|
|
70690
|
-
"visible": _vm.multiple,
|
|
70691
|
-
"filterId": `RulesManage-payment-filter-rules-${_vm.settingSource}432-rf3231`,
|
|
70692
|
-
"model": _vm.formData,
|
|
70693
|
-
"onlyKey": "id",
|
|
70694
|
-
"filter-list": _vm.filterList
|
|
70695
|
-
},
|
|
70696
|
-
on: {
|
|
70697
|
-
"update:visible": function ($event) {
|
|
70698
|
-
_vm.multiple = $event;
|
|
70699
|
-
},
|
|
70700
|
-
"search": _vm.refresh,
|
|
70701
|
-
"enter": _vm.refresh,
|
|
70702
|
-
"clear": _vm.clearSearch
|
|
70703
|
-
}
|
|
70704
|
-
})], 1), _c('div', {
|
|
70705
|
-
staticStyle: {
|
|
70706
|
-
"flex": "1",
|
|
70707
|
-
"position": "relative",
|
|
70708
|
-
"height": "100%"
|
|
70709
|
-
}
|
|
70710
|
-
}, [_c('div', {
|
|
70711
|
-
staticStyle: {
|
|
70712
|
-
"position": "absolute",
|
|
70713
|
-
"width": "100%",
|
|
70714
|
-
"height": "100%"
|
|
70715
|
-
}
|
|
70716
|
-
}, [_c('CLTablePro', {
|
|
70717
|
-
key: `table-pro-${_vm.fillField.length}`,
|
|
70718
|
-
ref: "vTable",
|
|
70719
|
-
attrs: {
|
|
70720
|
-
"loading": _vm.loading,
|
|
70721
|
-
"data": _vm.tableData,
|
|
70722
|
-
"columns": _vm.tableHeader,
|
|
70723
|
-
"height": '100%',
|
|
70724
|
-
"clearSelect": false,
|
|
70725
|
-
"auto-resize": "",
|
|
70726
|
-
"rowConfig": {
|
|
70727
|
-
keyField: 'md5Code'
|
|
70728
|
-
},
|
|
70729
|
-
"checkboxConfig": {
|
|
70730
|
-
reserve: true
|
|
70731
|
-
}
|
|
70732
|
-
},
|
|
70733
|
-
on: {
|
|
70734
|
-
"selection-change-method": _vm.handleSelectionChange,
|
|
70735
|
-
"sort-change-method": _vm.sortChange
|
|
70736
|
-
},
|
|
70737
|
-
scopedSlots: _vm._u([{
|
|
70738
|
-
key: "usedUnit",
|
|
70739
|
-
fn: function ({
|
|
70740
|
-
column
|
|
70741
|
-
}) {
|
|
70742
|
-
return _c('vxe-column', _vm._b({
|
|
70743
|
-
attrs: {
|
|
70744
|
-
"field": column.prop,
|
|
70745
|
-
"title": column.label
|
|
70746
|
-
},
|
|
70747
|
-
scopedSlots: _vm._u([{
|
|
70748
|
-
key: "default",
|
|
70749
|
-
fn: function ({
|
|
70750
|
-
row
|
|
70751
|
-
}) {
|
|
70752
|
-
return [_c('div', {
|
|
70753
|
-
attrs: {
|
|
70754
|
-
"title": row.usedUnits
|
|
70755
|
-
},
|
|
70756
|
-
domProps: {
|
|
70757
|
-
"innerHTML": _vm._s(row.usedUnit || '--')
|
|
70758
|
-
}
|
|
70759
|
-
})];
|
|
70760
|
-
}
|
|
70761
|
-
}])
|
|
70762
|
-
}, 'vxe-column', column, false));
|
|
70763
|
-
}
|
|
70764
|
-
}, {
|
|
70765
|
-
key: "matchingId",
|
|
70766
|
-
fn: function ({
|
|
70767
|
-
column
|
|
70768
|
-
}) {
|
|
70769
|
-
return _c('vxe-column', _vm._b({
|
|
70770
|
-
attrs: {
|
|
70771
|
-
"field": column.prop,
|
|
70772
|
-
"title": column.label
|
|
70773
|
-
},
|
|
70774
|
-
scopedSlots: _vm._u([{
|
|
70775
|
-
key: "default",
|
|
70776
|
-
fn: function ({
|
|
70777
|
-
row
|
|
70778
|
-
}) {
|
|
70779
|
-
return [_c('el-button', {
|
|
70780
|
-
attrs: {
|
|
70781
|
-
"type": "text"
|
|
70782
|
-
},
|
|
70783
|
-
on: {
|
|
70784
|
-
"click": function ($event) {
|
|
70785
|
-
return _vm.$router.push({
|
|
70786
|
-
path: '/RulesDetailHiId',
|
|
70787
|
-
query: {
|
|
70788
|
-
id: row.matchingIdHi
|
|
70789
|
-
}
|
|
70790
|
-
});
|
|
70791
|
-
}
|
|
70792
|
-
}
|
|
70793
|
-
}, [_vm._v(_vm._s(row.matchingId) + "-" + _vm._s(row.matchingIdHi) + " ")])];
|
|
70794
|
-
}
|
|
70795
|
-
}])
|
|
70796
|
-
}, 'vxe-column', column, false));
|
|
70797
|
-
}
|
|
70798
|
-
}])
|
|
70799
|
-
}, [_c('vxe-colgroup', {
|
|
70800
|
-
attrs: {
|
|
70801
|
-
"slot": "fillInfo",
|
|
70802
|
-
"width": "220",
|
|
70803
|
-
"title": _vm.$l('补填信息'),
|
|
70804
|
-
"align": "center"
|
|
70805
|
-
},
|
|
70806
|
-
slot: "fillInfo"
|
|
70807
|
-
}, [_vm._l(_vm.fillField, function (item) {
|
|
70808
|
-
return [_vm.fillField.length ? _c('vxe-column', {
|
|
70809
|
-
key: item.fieldCode,
|
|
70810
|
-
attrs: {
|
|
70811
|
-
"field": item.fieldCode,
|
|
70812
|
-
"title": item.fieldName,
|
|
70813
|
-
"align": "center",
|
|
70814
|
-
"width": 200
|
|
70815
|
-
},
|
|
70816
|
-
scopedSlots: _vm._u([{
|
|
70817
|
-
key: "default",
|
|
70818
|
-
fn: function (scope) {
|
|
70819
|
-
return [_c('div', [_vm._v(" " + _vm._s(scope.row[item.fieldCode] || "--") + " ")])];
|
|
70820
|
-
}
|
|
70821
|
-
}], null, true)
|
|
70822
|
-
}) : _vm._e()];
|
|
70823
|
-
})], 2)], 1)], 1)]), _c('div', {
|
|
70824
|
-
staticClass: "page-footer-shadow flex-box flex-lr flex-v pt-4 pb-4",
|
|
70825
|
-
attrs: {
|
|
70826
|
-
"slot": "footer"
|
|
70827
|
-
},
|
|
70828
|
-
slot: "footer"
|
|
70829
|
-
}, [_c('div', {
|
|
70830
|
-
staticClass: "flex-box flex-v"
|
|
70831
|
-
}, [_c('StatisItem', {
|
|
70832
|
-
attrs: {
|
|
70833
|
-
"type": _vm.$l('已选合计'),
|
|
70834
|
-
"list": [{
|
|
70835
|
-
label: _vm.$l('笔数'),
|
|
70836
|
-
value: _vm.selectRows.length
|
|
70837
|
-
}]
|
|
70838
|
-
}
|
|
70839
|
-
}), _c('StatisItem', {
|
|
70840
|
-
attrs: {
|
|
70841
|
-
"type": _vm.$l('全部合计'),
|
|
70842
|
-
"list": [{
|
|
70843
|
-
label: _vm.$l('笔数'),
|
|
70844
|
-
value: _vm.pagination.total
|
|
70845
|
-
}]
|
|
70846
|
-
}
|
|
70847
|
-
})], 1), _c('ClPagination', {
|
|
70848
|
-
attrs: {
|
|
70849
|
-
"page-obj": _vm.pagination,
|
|
70850
|
-
"page-key": {
|
|
70851
|
-
no: 'current',
|
|
70852
|
-
size: 'size',
|
|
70853
|
-
total: 'total'
|
|
70854
|
-
}
|
|
70855
|
-
},
|
|
70856
|
-
on: {
|
|
70857
|
-
"change": _vm.queryData
|
|
70858
|
-
}
|
|
70859
|
-
})], 1)]);
|
|
70860
|
-
};
|
|
70861
|
-
var staticRenderFns = exports.staticRenderFns = [];
|
|
70862
|
-
|
|
70863
|
-
/***/ }),
|
|
70864
|
-
|
|
70865
70865
|
/***/ "74dc":
|
|
70866
70866
|
/***/ (function(module, exports, __webpack_require__) {
|
|
70867
70867
|
|
|
@@ -80393,22 +80393,25 @@ var _default = exports.default = {
|
|
|
80393
80393
|
},
|
|
80394
80394
|
async mounted() {
|
|
80395
80395
|
this.tableHeader = [..._config.AutoFillListHeader];
|
|
80396
|
-
this.tableHeader.splice(10, 1,
|
|
80397
|
-
|
|
80398
|
-
|
|
80399
|
-
|
|
80400
|
-
|
|
80401
|
-
|
|
80402
|
-
|
|
80403
|
-
|
|
80404
|
-
|
|
80405
|
-
|
|
80406
|
-
|
|
80407
|
-
|
|
80408
|
-
|
|
80409
|
-
|
|
80410
|
-
|
|
80411
|
-
|
|
80396
|
+
// this.tableHeader.splice(10, 1,
|
|
80397
|
+
// {
|
|
80398
|
+
// label: "生效时间",
|
|
80399
|
+
// prop: "effectiveTime",
|
|
80400
|
+
// align: "center",
|
|
80401
|
+
// width: "180",
|
|
80402
|
+
// sortable: true,
|
|
80403
|
+
// "show-overflow-tooltip": true,
|
|
80404
|
+
// },
|
|
80405
|
+
// {
|
|
80406
|
+
// label: "失效时间",
|
|
80407
|
+
// prop: "updateTime",
|
|
80408
|
+
// align: "center",
|
|
80409
|
+
// width: "180",
|
|
80410
|
+
// sortable: true,
|
|
80411
|
+
// "show-overflow-tooltip": true,
|
|
80412
|
+
// },
|
|
80413
|
+
// );
|
|
80414
|
+
// console.log(this.tableHeader)
|
|
80412
80415
|
await this.matchingSetting();
|
|
80413
80416
|
},
|
|
80414
80417
|
activated() {
|
|
@@ -90562,7 +90565,7 @@ function _default(ref) {
|
|
|
90562
90565
|
|
|
90563
90566
|
"use strict";
|
|
90564
90567
|
__webpack_require__.r(__webpack_exports__);
|
|
90565
|
-
/* harmony import */ var
|
|
90568
|
+
/* harmony import */ var _main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("4738");
|
|
90566
90569
|
/* harmony import */ var _main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("cf76");
|
|
90567
90570
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
90568
90571
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("2877");
|
|
@@ -90575,8 +90578,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
90575
90578
|
|
|
90576
90579
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
90577
90580
|
_main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
90578
|
-
|
|
90579
|
-
|
|
90581
|
+
_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
90582
|
+
_main_vue_vue_type_template_id_b0a30512__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
90580
90583
|
false,
|
|
90581
90584
|
null,
|
|
90582
90585
|
null,
|