gcs-ui-lib 1.2.8 → 1.2.10
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 +1363 -708
- package/lib/gcs-ui-lib.umd.js +1363 -708
- package/lib/gcs-ui-lib.umd.min.js +34 -34
- package/package.json +1 -1
- package/packages/AutoFillList/src/components/config.js +0 -8
- package/packages/AutoFillRuleHistory/src/components/config.js +670 -0
- package/packages/AutoFillRuleHistory/src/main.vue +1 -1
- package/packages/AutoFillService/src/components/basic.vue +1 -1
- package/packages/AutoFillService/src/main.vue +3 -2
package/lib/gcs-ui-lib.common.js
CHANGED
|
@@ -28826,7 +28826,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28826
28826
|
|
|
28827
28827
|
"use strict";
|
|
28828
28828
|
__webpack_require__.r(__webpack_exports__);
|
|
28829
|
-
/* harmony import */ var
|
|
28829
|
+
/* harmony import */ var _main_vue_vue_type_template_id_3dbaefb7_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6b33");
|
|
28830
28830
|
/* harmony import */ var _main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9fe6");
|
|
28831
28831
|
/* 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__));
|
|
28832
28832
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("2877");
|
|
@@ -28839,11 +28839,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28839
28839
|
|
|
28840
28840
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
28841
28841
|
_main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
28842
|
-
|
|
28843
|
-
|
|
28842
|
+
_main_vue_vue_type_template_id_3dbaefb7_scoped_true__WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
28843
|
+
_main_vue_vue_type_template_id_3dbaefb7_scoped_true__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
28844
28844
|
false,
|
|
28845
28845
|
null,
|
|
28846
|
-
"
|
|
28846
|
+
"3dbaefb7",
|
|
28847
28847
|
null
|
|
28848
28848
|
|
|
28849
28849
|
)
|
|
@@ -29535,6 +29535,269 @@ var _default = exports.default = {
|
|
|
29535
29535
|
|
|
29536
29536
|
/***/ }),
|
|
29537
29537
|
|
|
29538
|
+
/***/ "1478":
|
|
29539
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
29540
|
+
|
|
29541
|
+
"use strict";
|
|
29542
|
+
|
|
29543
|
+
|
|
29544
|
+
Object.defineProperty(exports, "__esModule", {
|
|
29545
|
+
value: true
|
|
29546
|
+
});
|
|
29547
|
+
exports.staticRenderFns = exports.render = void 0;
|
|
29548
|
+
var render = exports.render = function render() {
|
|
29549
|
+
var _vm = this,
|
|
29550
|
+
_c = _vm._self._c;
|
|
29551
|
+
return _c('ClPage', {
|
|
29552
|
+
style: {
|
|
29553
|
+
height: _vm.test ? '100%' : ''
|
|
29554
|
+
}
|
|
29555
|
+
}, [_c('div', {
|
|
29556
|
+
ref: "formWrap",
|
|
29557
|
+
attrs: {
|
|
29558
|
+
"slot": "header"
|
|
29559
|
+
},
|
|
29560
|
+
slot: "header"
|
|
29561
|
+
}, [_c('cl-page-header', {
|
|
29562
|
+
attrs: {
|
|
29563
|
+
"content": "历史规则查询"
|
|
29564
|
+
},
|
|
29565
|
+
on: {
|
|
29566
|
+
"back": _vm.$goBackCommon
|
|
29567
|
+
}
|
|
29568
|
+
}), _c('div', {
|
|
29569
|
+
staticClass: "flex-box flex-r",
|
|
29570
|
+
staticStyle: {
|
|
29571
|
+
"position": "absolute",
|
|
29572
|
+
"top": "2px",
|
|
29573
|
+
"right": "16px"
|
|
29574
|
+
}
|
|
29575
|
+
}, [_c('el-button', {
|
|
29576
|
+
attrs: {
|
|
29577
|
+
"icon": "n20-icon-shuaxin",
|
|
29578
|
+
"plain": "",
|
|
29579
|
+
"onlyicon": "",
|
|
29580
|
+
"size": "mini"
|
|
29581
|
+
},
|
|
29582
|
+
on: {
|
|
29583
|
+
"click": _vm.refresh
|
|
29584
|
+
}
|
|
29585
|
+
}), _c('el-button', {
|
|
29586
|
+
staticClass: "m-l-s",
|
|
29587
|
+
attrs: {
|
|
29588
|
+
"icon": "n20-icon-iconfontshaixuan ",
|
|
29589
|
+
"plain": "",
|
|
29590
|
+
"onlyicon": "",
|
|
29591
|
+
"size": "mini"
|
|
29592
|
+
},
|
|
29593
|
+
on: {
|
|
29594
|
+
"click": function ($event) {
|
|
29595
|
+
_vm.multiple = !_vm.multiple;
|
|
29596
|
+
}
|
|
29597
|
+
}
|
|
29598
|
+
}), _c('el-dropdown', {
|
|
29599
|
+
staticClass: "m-l-s",
|
|
29600
|
+
attrs: {
|
|
29601
|
+
"trigger": "click"
|
|
29602
|
+
},
|
|
29603
|
+
on: {
|
|
29604
|
+
"command": _vm.exportFn
|
|
29605
|
+
}
|
|
29606
|
+
}, [_c('span', {
|
|
29607
|
+
staticClass: "el-dropdown-link"
|
|
29608
|
+
}, [_c('el-button', {
|
|
29609
|
+
attrs: {
|
|
29610
|
+
"size": "mini",
|
|
29611
|
+
"plain": ""
|
|
29612
|
+
}
|
|
29613
|
+
}, [_vm._v(" " + _vm._s(_vm.$l("导出"))), _c('i', {
|
|
29614
|
+
staticClass: "el-icon-arrow-down"
|
|
29615
|
+
})])], 1), _c('el-dropdown-menu', {
|
|
29616
|
+
attrs: {
|
|
29617
|
+
"slot": "dropdown"
|
|
29618
|
+
},
|
|
29619
|
+
slot: "dropdown"
|
|
29620
|
+
}, [_c('el-dropdown-item', {
|
|
29621
|
+
attrs: {
|
|
29622
|
+
"command": "xls"
|
|
29623
|
+
}
|
|
29624
|
+
}, [_vm._v(_vm._s(_vm.$l(".xls格式")) + " ")]), _c('el-dropdown-item', {
|
|
29625
|
+
attrs: {
|
|
29626
|
+
"command": "xlsx"
|
|
29627
|
+
}
|
|
29628
|
+
}, [_vm._v(_vm._s(_vm.$l(".xlsx格式")) + " ")])], 1)], 1)], 1), _c('ClAdvancedFilter', {
|
|
29629
|
+
key: `pub-filter-rules-${_vm.settingSource}-${_vm.type}-${_vm.filterKey}`,
|
|
29630
|
+
attrs: {
|
|
29631
|
+
"visible": _vm.multiple,
|
|
29632
|
+
"filterId": `RulesManage-payment-filter-rules-${_vm.settingSource}432-rf3231-${_vm.type}`,
|
|
29633
|
+
"model": _vm.formData,
|
|
29634
|
+
"onlyKey": "id",
|
|
29635
|
+
"filter-list": _vm.filterList
|
|
29636
|
+
},
|
|
29637
|
+
on: {
|
|
29638
|
+
"update:visible": function ($event) {
|
|
29639
|
+
_vm.multiple = $event;
|
|
29640
|
+
},
|
|
29641
|
+
"search": _vm.refresh,
|
|
29642
|
+
"enter": _vm.refresh,
|
|
29643
|
+
"clear": _vm.clearSearch
|
|
29644
|
+
}
|
|
29645
|
+
})], 1), _c('div', {
|
|
29646
|
+
staticStyle: {
|
|
29647
|
+
"flex": "1",
|
|
29648
|
+
"position": "relative",
|
|
29649
|
+
"height": "100%"
|
|
29650
|
+
}
|
|
29651
|
+
}, [_c('div', {
|
|
29652
|
+
staticStyle: {
|
|
29653
|
+
"position": "absolute",
|
|
29654
|
+
"width": "100%",
|
|
29655
|
+
"height": "100%"
|
|
29656
|
+
}
|
|
29657
|
+
}, [_c('CLTablePro', {
|
|
29658
|
+
key: `table-pro-${_vm.fillField.length}`,
|
|
29659
|
+
ref: "vTable",
|
|
29660
|
+
attrs: {
|
|
29661
|
+
"loading": _vm.loading,
|
|
29662
|
+
"data": _vm.tableData,
|
|
29663
|
+
"columns": _vm.tableHeader,
|
|
29664
|
+
"height": '100%',
|
|
29665
|
+
"clearSelect": false,
|
|
29666
|
+
"auto-resize": "",
|
|
29667
|
+
"rowConfig": {
|
|
29668
|
+
keyField: 'md5Code'
|
|
29669
|
+
},
|
|
29670
|
+
"checkboxConfig": {
|
|
29671
|
+
reserve: true
|
|
29672
|
+
}
|
|
29673
|
+
},
|
|
29674
|
+
on: {
|
|
29675
|
+
"selection-change-method": _vm.handleSelectionChange,
|
|
29676
|
+
"sort-change-method": _vm.sortChange
|
|
29677
|
+
},
|
|
29678
|
+
scopedSlots: _vm._u([{
|
|
29679
|
+
key: "usedUnit",
|
|
29680
|
+
fn: function ({
|
|
29681
|
+
column
|
|
29682
|
+
}) {
|
|
29683
|
+
return _c('vxe-column', _vm._b({
|
|
29684
|
+
attrs: {
|
|
29685
|
+
"field": column.prop,
|
|
29686
|
+
"title": column.label
|
|
29687
|
+
},
|
|
29688
|
+
scopedSlots: _vm._u([{
|
|
29689
|
+
key: "default",
|
|
29690
|
+
fn: function ({
|
|
29691
|
+
row
|
|
29692
|
+
}) {
|
|
29693
|
+
return [_c('div', {
|
|
29694
|
+
attrs: {
|
|
29695
|
+
"title": row.usedUnits
|
|
29696
|
+
},
|
|
29697
|
+
domProps: {
|
|
29698
|
+
"innerHTML": _vm._s(row.usedUnit || '--')
|
|
29699
|
+
}
|
|
29700
|
+
})];
|
|
29701
|
+
}
|
|
29702
|
+
}])
|
|
29703
|
+
}, 'vxe-column', column, false));
|
|
29704
|
+
}
|
|
29705
|
+
}, {
|
|
29706
|
+
key: "matchingId",
|
|
29707
|
+
fn: function ({
|
|
29708
|
+
column
|
|
29709
|
+
}) {
|
|
29710
|
+
return _c('vxe-column', _vm._b({
|
|
29711
|
+
attrs: {
|
|
29712
|
+
"field": column.prop,
|
|
29713
|
+
"title": column.label
|
|
29714
|
+
},
|
|
29715
|
+
scopedSlots: _vm._u([{
|
|
29716
|
+
key: "default",
|
|
29717
|
+
fn: function ({
|
|
29718
|
+
row
|
|
29719
|
+
}) {
|
|
29720
|
+
return [_c('el-button', {
|
|
29721
|
+
attrs: {
|
|
29722
|
+
"type": "text"
|
|
29723
|
+
},
|
|
29724
|
+
on: {
|
|
29725
|
+
"click": function ($event) {
|
|
29726
|
+
return _vm.handleClick(row);
|
|
29727
|
+
}
|
|
29728
|
+
}
|
|
29729
|
+
}, [_vm._v(_vm._s(row.matchingId) + "-" + _vm._s(row.matchingIdHi) + " ")])];
|
|
29730
|
+
}
|
|
29731
|
+
}])
|
|
29732
|
+
}, 'vxe-column', column, false));
|
|
29733
|
+
}
|
|
29734
|
+
}])
|
|
29735
|
+
}, [_c('vxe-colgroup', {
|
|
29736
|
+
attrs: {
|
|
29737
|
+
"slot": "fillInfo",
|
|
29738
|
+
"width": "220",
|
|
29739
|
+
"title": _vm.$l('补填信息'),
|
|
29740
|
+
"align": "center"
|
|
29741
|
+
},
|
|
29742
|
+
slot: "fillInfo"
|
|
29743
|
+
}, [_vm._l(_vm.fillField, function (item) {
|
|
29744
|
+
return [_vm.fillField.length ? _c('vxe-column', {
|
|
29745
|
+
key: item.fieldCode,
|
|
29746
|
+
attrs: {
|
|
29747
|
+
"field": item.fieldCode,
|
|
29748
|
+
"title": item.fieldName,
|
|
29749
|
+
"align": "center",
|
|
29750
|
+
"width": 200
|
|
29751
|
+
},
|
|
29752
|
+
scopedSlots: _vm._u([{
|
|
29753
|
+
key: "default",
|
|
29754
|
+
fn: function (scope) {
|
|
29755
|
+
return [_c('div', [_vm._v(" " + _vm._s(scope.row[item.fieldCode] || "--") + " ")])];
|
|
29756
|
+
}
|
|
29757
|
+
}], null, true)
|
|
29758
|
+
}) : _vm._e()];
|
|
29759
|
+
})], 2)], 1)], 1)]), _c('div', {
|
|
29760
|
+
staticClass: "page-footer-shadow flex-box flex-lr flex-v pt-4 pb-4",
|
|
29761
|
+
attrs: {
|
|
29762
|
+
"slot": "footer"
|
|
29763
|
+
},
|
|
29764
|
+
slot: "footer"
|
|
29765
|
+
}, [_c('div', {
|
|
29766
|
+
staticClass: "flex-box flex-v"
|
|
29767
|
+
}, [_c('StatisItem', {
|
|
29768
|
+
attrs: {
|
|
29769
|
+
"type": _vm.$l('已选合计'),
|
|
29770
|
+
"list": [{
|
|
29771
|
+
label: _vm.$l('笔数'),
|
|
29772
|
+
value: _vm.selectRows.length
|
|
29773
|
+
}]
|
|
29774
|
+
}
|
|
29775
|
+
}), _c('StatisItem', {
|
|
29776
|
+
attrs: {
|
|
29777
|
+
"type": _vm.$l('全部合计'),
|
|
29778
|
+
"list": [{
|
|
29779
|
+
label: _vm.$l('笔数'),
|
|
29780
|
+
value: _vm.pagination.total
|
|
29781
|
+
}]
|
|
29782
|
+
}
|
|
29783
|
+
})], 1), _c('ClPagination', {
|
|
29784
|
+
attrs: {
|
|
29785
|
+
"page-obj": _vm.pagination,
|
|
29786
|
+
"page-key": {
|
|
29787
|
+
no: 'current',
|
|
29788
|
+
size: 'size',
|
|
29789
|
+
total: 'total'
|
|
29790
|
+
}
|
|
29791
|
+
},
|
|
29792
|
+
on: {
|
|
29793
|
+
"change": _vm.queryData
|
|
29794
|
+
}
|
|
29795
|
+
})], 1)]);
|
|
29796
|
+
};
|
|
29797
|
+
var staticRenderFns = exports.staticRenderFns = [];
|
|
29798
|
+
|
|
29799
|
+
/***/ }),
|
|
29800
|
+
|
|
29538
29801
|
/***/ "1483":
|
|
29539
29802
|
/***/ (function(module, exports, __webpack_require__) {
|
|
29540
29803
|
|
|
@@ -29596,20 +29859,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29596
29859
|
|
|
29597
29860
|
// extracted by mini-css-extract-plugin
|
|
29598
29861
|
|
|
29599
|
-
/***/ }),
|
|
29600
|
-
|
|
29601
|
-
/***/ "14db":
|
|
29602
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29603
|
-
|
|
29604
|
-
"use strict";
|
|
29605
|
-
/* 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_b7d9fee2_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3d10");
|
|
29606
|
-
/* 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_b7d9fee2_scoped_true__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_b7d9fee2_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
29607
|
-
/* 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_b7d9fee2_scoped_true__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_b7d9fee2_scoped_true__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
29608
|
-
|
|
29609
|
-
/* 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_b7d9fee2_scoped_true__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_b7d9fee2_scoped_true__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
29610
|
-
|
|
29611
|
-
|
|
29612
|
-
|
|
29613
29862
|
/***/ }),
|
|
29614
29863
|
|
|
29615
29864
|
/***/ "1529":
|
|
@@ -52865,6 +53114,20 @@ var staticRenderFns = exports.staticRenderFns = [];
|
|
|
52865
53114
|
|
|
52866
53115
|
|
|
52867
53116
|
|
|
53117
|
+
/***/ }),
|
|
53118
|
+
|
|
53119
|
+
/***/ "3bb5":
|
|
53120
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
53121
|
+
|
|
53122
|
+
"use strict";
|
|
53123
|
+
/* 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_basic_vue_vue_type_template_id_28b8ed5d__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d060");
|
|
53124
|
+
/* 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_basic_vue_vue_type_template_id_28b8ed5d__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_basic_vue_vue_type_template_id_28b8ed5d__WEBPACK_IMPORTED_MODULE_0__);
|
|
53125
|
+
/* 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_basic_vue_vue_type_template_id_28b8ed5d__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_basic_vue_vue_type_template_id_28b8ed5d__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
53126
|
+
|
|
53127
|
+
/* 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_basic_vue_vue_type_template_id_28b8ed5d__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_basic_vue_vue_type_template_id_28b8ed5d__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
53128
|
+
|
|
53129
|
+
|
|
53130
|
+
|
|
52868
53131
|
/***/ }),
|
|
52869
53132
|
|
|
52870
53133
|
/***/ "3bbf":
|
|
@@ -53319,114 +53582,6 @@ module.exports = {
|
|
|
53319
53582
|
|
|
53320
53583
|
|
|
53321
53584
|
|
|
53322
|
-
/***/ }),
|
|
53323
|
-
|
|
53324
|
-
/***/ "3d10":
|
|
53325
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53326
|
-
|
|
53327
|
-
"use strict";
|
|
53328
|
-
|
|
53329
|
-
|
|
53330
|
-
Object.defineProperty(exports, "__esModule", {
|
|
53331
|
-
value: true
|
|
53332
|
-
});
|
|
53333
|
-
exports.staticRenderFns = exports.render = void 0;
|
|
53334
|
-
var render = exports.render = function render() {
|
|
53335
|
-
var _vm = this,
|
|
53336
|
-
_c = _vm._self._c;
|
|
53337
|
-
return _c('CLPage', {
|
|
53338
|
-
staticClass: "content-box"
|
|
53339
|
-
}, [_c('CLPageHeader', {
|
|
53340
|
-
class: {
|
|
53341
|
-
'm-b-s': _vm.settingSource == 2
|
|
53342
|
-
},
|
|
53343
|
-
attrs: {
|
|
53344
|
-
"slot": "header",
|
|
53345
|
-
"content": _vm.headerTitle
|
|
53346
|
-
},
|
|
53347
|
-
on: {
|
|
53348
|
-
"back": _vm.goBackCommon
|
|
53349
|
-
},
|
|
53350
|
-
slot: "header"
|
|
53351
|
-
}), _c('add-template', {
|
|
53352
|
-
ref: "basicRef",
|
|
53353
|
-
attrs: {
|
|
53354
|
-
"form": _vm.form,
|
|
53355
|
-
"settingSource": _vm.settingSource,
|
|
53356
|
-
"disable-fill-buss": _vm.disableFillBuss
|
|
53357
|
-
},
|
|
53358
|
-
on: {
|
|
53359
|
-
"unitOptions": _vm.unitOptions,
|
|
53360
|
-
"handleAccountChange": _vm.handleAccountChange
|
|
53361
|
-
}
|
|
53362
|
-
}), _c('CLSecondaryTab', {
|
|
53363
|
-
attrs: {
|
|
53364
|
-
"init": _vm.activeName,
|
|
53365
|
-
"data": _vm.list
|
|
53366
|
-
},
|
|
53367
|
-
on: {
|
|
53368
|
-
"update:init": function ($event) {
|
|
53369
|
-
_vm.activeName = $event;
|
|
53370
|
-
},
|
|
53371
|
-
"click": _vm.clickTab
|
|
53372
|
-
}
|
|
53373
|
-
}), _c('div', {
|
|
53374
|
-
class: {
|
|
53375
|
-
'm-l-32': _vm.activeValue == 'ConditionGroup'
|
|
53376
|
-
}
|
|
53377
|
-
}, [_vm.activeValue == 'ConditionGroup' ? _c('div', {
|
|
53378
|
-
staticClass: "m-b-s"
|
|
53379
|
-
}, [_c('i', {
|
|
53380
|
-
staticClass: "el-icon-warning-outline color-warning m-r-s"
|
|
53381
|
-
}), _vm._v(_vm._s(_vm.$l("匹配值为多个时,点击编辑按钮,在编辑弹窗中以换行形式维护")) + " ")]) : _vm._e(), _c('keep-alive', [_c(_vm.activeValue, {
|
|
53382
|
-
ref: _vm.activeValue,
|
|
53383
|
-
tag: "component",
|
|
53384
|
-
attrs: {
|
|
53385
|
-
"localNode": _vm.tree,
|
|
53386
|
-
"cltNos": _vm.cltNos,
|
|
53387
|
-
"basicForm": _vm.form,
|
|
53388
|
-
"options": _vm.options,
|
|
53389
|
-
"settingSource": _vm.settingSource,
|
|
53390
|
-
"emptyList": _vm.emptyList,
|
|
53391
|
-
"filedList": _vm.filedList,
|
|
53392
|
-
"slot-list": _vm.slotList
|
|
53393
|
-
},
|
|
53394
|
-
scopedSlots: _vm._u([_vm._l(_vm.slotList, function (slotName, index) {
|
|
53395
|
-
return {
|
|
53396
|
-
key: slotName,
|
|
53397
|
-
fn: function ({
|
|
53398
|
-
row
|
|
53399
|
-
}) {
|
|
53400
|
-
return [_vm._t(slotName, null, {
|
|
53401
|
-
"row": row
|
|
53402
|
-
})];
|
|
53403
|
-
}
|
|
53404
|
-
};
|
|
53405
|
-
})], null, true)
|
|
53406
|
-
})], 1)], 1), _c('div', {
|
|
53407
|
-
staticClass: "page-button-shadow flex-box flex-c flex-v",
|
|
53408
|
-
attrs: {
|
|
53409
|
-
"slot": "footer"
|
|
53410
|
-
},
|
|
53411
|
-
slot: "footer"
|
|
53412
|
-
}, [_c('el-button', {
|
|
53413
|
-
attrs: {
|
|
53414
|
-
"type": "primary"
|
|
53415
|
-
},
|
|
53416
|
-
on: {
|
|
53417
|
-
"click": _vm.submit
|
|
53418
|
-
}
|
|
53419
|
-
}, [_vm._v(_vm._s(_vm.$l("保存")))]), _c('el-button', {
|
|
53420
|
-
attrs: {
|
|
53421
|
-
"plain": ""
|
|
53422
|
-
},
|
|
53423
|
-
on: {
|
|
53424
|
-
"click": _vm.goBackCommon
|
|
53425
|
-
}
|
|
53426
|
-
}, [_vm._v(_vm._s(_vm.$l("取消")))])], 1)], 1);
|
|
53427
|
-
};
|
|
53428
|
-
var staticRenderFns = exports.staticRenderFns = [];
|
|
53429
|
-
|
|
53430
53585
|
/***/ }),
|
|
53431
53586
|
|
|
53432
53587
|
/***/ "3d42":
|
|
@@ -55970,20 +56125,6 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
55970
56125
|
|
|
55971
56126
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
55972
56127
|
|
|
55973
|
-
/***/ }),
|
|
55974
|
-
|
|
55975
|
-
/***/ "4757":
|
|
55976
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
55977
|
-
|
|
55978
|
-
"use strict";
|
|
55979
|
-
/* 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_basic_vue_vue_type_template_id_d0585d84__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9e19");
|
|
55980
|
-
/* 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_basic_vue_vue_type_template_id_d0585d84__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_basic_vue_vue_type_template_id_d0585d84__WEBPACK_IMPORTED_MODULE_0__);
|
|
55981
|
-
/* 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_basic_vue_vue_type_template_id_d0585d84__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_basic_vue_vue_type_template_id_d0585d84__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
55982
|
-
|
|
55983
|
-
/* 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_basic_vue_vue_type_template_id_d0585d84__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_basic_vue_vue_type_template_id_d0585d84__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
55984
|
-
|
|
55985
|
-
|
|
55986
|
-
|
|
55987
56128
|
/***/ }),
|
|
55988
56129
|
|
|
55989
56130
|
/***/ "47d8":
|
|
@@ -63267,7 +63408,7 @@ var staticRenderFns = exports.staticRenderFns = [];
|
|
|
63267
63408
|
|
|
63268
63409
|
"use strict";
|
|
63269
63410
|
__webpack_require__.r(__webpack_exports__);
|
|
63270
|
-
/* harmony import */ var
|
|
63411
|
+
/* harmony import */ var _basic_vue_vue_type_template_id_28b8ed5d__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3bb5");
|
|
63271
63412
|
/* harmony import */ var _basic_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("7619");
|
|
63272
63413
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _basic_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 _basic_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
63273
63414
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("2877");
|
|
@@ -63280,8 +63421,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
63280
63421
|
|
|
63281
63422
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
63282
63423
|
_basic_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
63283
|
-
|
|
63284
|
-
|
|
63424
|
+
_basic_vue_vue_type_template_id_28b8ed5d__WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
63425
|
+
_basic_vue_vue_type_template_id_28b8ed5d__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
63285
63426
|
false,
|
|
63286
63427
|
null,
|
|
63287
63428
|
null,
|
|
@@ -63760,6 +63901,667 @@ var _default = exports.default = forEachs;
|
|
|
63760
63901
|
|
|
63761
63902
|
/***/ }),
|
|
63762
63903
|
|
|
63904
|
+
/***/ "5e03":
|
|
63905
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
63906
|
+
|
|
63907
|
+
"use strict";
|
|
63908
|
+
|
|
63909
|
+
|
|
63910
|
+
Object.defineProperty(exports, "__esModule", {
|
|
63911
|
+
value: true
|
|
63912
|
+
});
|
|
63913
|
+
exports.tableHeader = exports.SCOPE_OPTIONS = exports.NODE_GROUP = exports.MATCHE_OPTIONS = exports.MATCHE_FIELD = exports.FILL_METHOD_OPTIONS = exports.FILL_FIELD = exports.AutoFillListHeader = exports.AutoFillListFilter = exports.ASSOCIATED_BUSINESS_OPTIONS = void 0;
|
|
63914
|
+
var _i18n = __webpack_require__("e890");
|
|
63915
|
+
/*
|
|
63916
|
+
* @Author: yuehong yuehong@nstc.com.cn
|
|
63917
|
+
* @Date: 2023-10-09 17:51:51
|
|
63918
|
+
* @LastEditors: 龚珂 gongke@nstc.com.cn
|
|
63919
|
+
* @LastEditTime: 2023-11-14 09:55:12
|
|
63920
|
+
* @FilePath: \gcs-rec_web\payee-web\payee\src\views\Settings\AutoFillingRules\components\config.js
|
|
63921
|
+
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
63922
|
+
*/
|
|
63923
|
+
|
|
63924
|
+
// 适用范围
|
|
63925
|
+
const SCOPE_OPTIONS = exports.SCOPE_OPTIONS = [{
|
|
63926
|
+
label: (0, _i18n.$l)(`全集团`),
|
|
63927
|
+
//全集团
|
|
63928
|
+
value: "all"
|
|
63929
|
+
}, {
|
|
63930
|
+
label: (0, _i18n.$l)(`所选单位`),
|
|
63931
|
+
//所选单位
|
|
63932
|
+
value: "unit"
|
|
63933
|
+
}, {
|
|
63934
|
+
label: (0, _i18n.$l)(`所选单位及所有下级`),
|
|
63935
|
+
//所选单位及所有下级
|
|
63936
|
+
value: "unit_and_sub"
|
|
63937
|
+
}];
|
|
63938
|
+
|
|
63939
|
+
// 补填方式
|
|
63940
|
+
const FILL_METHOD_OPTIONS = exports.FILL_METHOD_OPTIONS = [{
|
|
63941
|
+
label: (0, _i18n.$l)(`资金池`),
|
|
63942
|
+
//正向匹配补填
|
|
63943
|
+
value: "FTS"
|
|
63944
|
+
}, {
|
|
63945
|
+
label: (0, _i18n.$l)(`退票`),
|
|
63946
|
+
//逆向匹配补填
|
|
63947
|
+
value: "REFUND"
|
|
63948
|
+
}, {
|
|
63949
|
+
label: (0, _i18n.$l)(`同名账户划转`),
|
|
63950
|
+
//逆向匹配补填
|
|
63951
|
+
value: "TRANSFER"
|
|
63952
|
+
}, {
|
|
63953
|
+
label: (0, _i18n.$l)(`内部借款`),
|
|
63954
|
+
//内部借款
|
|
63955
|
+
value: "INTERNAL_BORROWING"
|
|
63956
|
+
}, {
|
|
63957
|
+
label: (0, _i18n.$l)(`通用`),
|
|
63958
|
+
//逆向匹配补填
|
|
63959
|
+
value: "COMMON"
|
|
63960
|
+
}];
|
|
63961
|
+
|
|
63962
|
+
// 匹配要求
|
|
63963
|
+
const MATCHE_OPTIONS = exports.MATCHE_OPTIONS = [{
|
|
63964
|
+
label: (0, _i18n.$l)(`精确匹配`),
|
|
63965
|
+
//精确匹配
|
|
63966
|
+
value: "PRECISION"
|
|
63967
|
+
}, {
|
|
63968
|
+
label: (0, _i18n.$l)(`模糊匹配`),
|
|
63969
|
+
//模糊匹配
|
|
63970
|
+
value: "BLUR"
|
|
63971
|
+
}];
|
|
63972
|
+
|
|
63973
|
+
// 匹配字段设置
|
|
63974
|
+
const MATCHE_FIELD = exports.MATCHE_FIELD = {
|
|
63975
|
+
payBankNo: {
|
|
63976
|
+
prop: "payBankNo",
|
|
63977
|
+
type: "select",
|
|
63978
|
+
multiple: false,
|
|
63979
|
+
url: "/bems/1.0/bank",
|
|
63980
|
+
params: {
|
|
63981
|
+
isEnable: "1"
|
|
63982
|
+
},
|
|
63983
|
+
valueKey: "bankNo",
|
|
63984
|
+
labelKey: "bankName"
|
|
63985
|
+
},
|
|
63986
|
+
payBranchBankNo: {
|
|
63987
|
+
prop: "payBranchBankNo",
|
|
63988
|
+
type: "select",
|
|
63989
|
+
multiple: false,
|
|
63990
|
+
url: "/bems/1.0/branchBank",
|
|
63991
|
+
params: {
|
|
63992
|
+
isEnable: "1"
|
|
63993
|
+
},
|
|
63994
|
+
valueKey: "cnapsNo",
|
|
63995
|
+
labelKey: "branchBankName"
|
|
63996
|
+
},
|
|
63997
|
+
payAccountNo: {
|
|
63998
|
+
prop: "payAccountNo",
|
|
63999
|
+
type: "input"
|
|
64000
|
+
},
|
|
64001
|
+
currencyNo: {
|
|
64002
|
+
prop: "currencyNo",
|
|
64003
|
+
type: "select",
|
|
64004
|
+
multiple: false,
|
|
64005
|
+
url: "/api/nstc-mdm/1.0/currency",
|
|
64006
|
+
params: {
|
|
64007
|
+
isEnable: "1"
|
|
64008
|
+
},
|
|
64009
|
+
valueKey: "currencyNo",
|
|
64010
|
+
labelKey: "currencyName"
|
|
64011
|
+
},
|
|
64012
|
+
recAccountNo: {
|
|
64013
|
+
prop: "recAccountNo",
|
|
64014
|
+
type: "input"
|
|
64015
|
+
},
|
|
64016
|
+
recAccountName: {
|
|
64017
|
+
prop: "recAccountName",
|
|
64018
|
+
type: "input"
|
|
64019
|
+
},
|
|
64020
|
+
recBranchBankName: {
|
|
64021
|
+
prop: "recBranchBankName",
|
|
64022
|
+
type: "input"
|
|
64023
|
+
// multiple: false,
|
|
64024
|
+
// url: "/bems/1.0/branchBank",
|
|
64025
|
+
// params: { isEnable: "1" },
|
|
64026
|
+
// valueKey: "cnapsNo",
|
|
64027
|
+
// labelKey: "branchBankName"
|
|
64028
|
+
},
|
|
64029
|
+
manageUnitNo: {
|
|
64030
|
+
prop: "manageUnitNo",
|
|
64031
|
+
type: "select",
|
|
64032
|
+
multiple: false,
|
|
64033
|
+
url: "/api/nstc-mdm/1.0/mdmDataDoc",
|
|
64034
|
+
params: {
|
|
64035
|
+
isEnable: "1"
|
|
64036
|
+
},
|
|
64037
|
+
valueKey: "code",
|
|
64038
|
+
labelKey: "name"
|
|
64039
|
+
},
|
|
64040
|
+
explain: {
|
|
64041
|
+
prop: "explain",
|
|
64042
|
+
type: "input"
|
|
64043
|
+
}
|
|
64044
|
+
};
|
|
64045
|
+
|
|
64046
|
+
// 补填字段设置
|
|
64047
|
+
const FILL_FIELD = exports.FILL_FIELD = [{
|
|
64048
|
+
label: (0, _i18n.$l)(`预算科目`),
|
|
64049
|
+
//预算科目
|
|
64050
|
+
prop: "branchBank",
|
|
64051
|
+
value: 1,
|
|
64052
|
+
isDefault: true,
|
|
64053
|
+
isUse: true
|
|
64054
|
+
}, {
|
|
64055
|
+
label: (0, _i18n.$l)(`现金流`),
|
|
64056
|
+
//现金流
|
|
64057
|
+
prop: "cashFlowNo",
|
|
64058
|
+
value: 2,
|
|
64059
|
+
isDefault: true,
|
|
64060
|
+
isUse: true
|
|
64061
|
+
}, {
|
|
64062
|
+
label: (0, _i18n.$l)(`款项类别`),
|
|
64063
|
+
//款项类别
|
|
64064
|
+
prop: "paymentCategory",
|
|
64065
|
+
value: 3,
|
|
64066
|
+
isDefault: true,
|
|
64067
|
+
isUse: true
|
|
64068
|
+
}, {
|
|
64069
|
+
label: (0, _i18n.$l)(`关联业务`),
|
|
64070
|
+
//关联业务
|
|
64071
|
+
prop: "guanlian",
|
|
64072
|
+
value: 4,
|
|
64073
|
+
isDefault: true,
|
|
64074
|
+
isUse: true
|
|
64075
|
+
}, {
|
|
64076
|
+
label: (0, _i18n.$l)(`关联业务1`),
|
|
64077
|
+
//关联业务1
|
|
64078
|
+
prop: "guanlian1",
|
|
64079
|
+
value: 5,
|
|
64080
|
+
isDefault: true,
|
|
64081
|
+
isUse: true
|
|
64082
|
+
}, {
|
|
64083
|
+
label: (0, _i18n.$l)(`关联业务2`),
|
|
64084
|
+
//关联业务2
|
|
64085
|
+
prop: "guanlian2",
|
|
64086
|
+
value: 6,
|
|
64087
|
+
isDefault: false,
|
|
64088
|
+
isUse: true
|
|
64089
|
+
}, {
|
|
64090
|
+
label: (0, _i18n.$l)(`关联业务3`),
|
|
64091
|
+
//关联业务3
|
|
64092
|
+
prop: "guanlian3",
|
|
64093
|
+
value: 7,
|
|
64094
|
+
isDefault: true,
|
|
64095
|
+
isUse: true
|
|
64096
|
+
}];
|
|
64097
|
+
|
|
64098
|
+
// 关联业务
|
|
64099
|
+
const ASSOCIATED_BUSINESS_OPTIONS = exports.ASSOCIATED_BUSINESS_OPTIONS = [{
|
|
64100
|
+
label: (0, _i18n.$l)("资金上收"),
|
|
64101
|
+
name: (0, _i18n.$l)("资金上收"),
|
|
64102
|
+
code: "FTS_001",
|
|
64103
|
+
typeCode: "FTS.FLOW.001",
|
|
64104
|
+
type: "up",
|
|
64105
|
+
isCross: false
|
|
64106
|
+
}, {
|
|
64107
|
+
label: (0, _i18n.$l)("资金下拨"),
|
|
64108
|
+
name: (0, _i18n.$l)("资金下拨"),
|
|
64109
|
+
code: "FTS_002",
|
|
64110
|
+
typeCode: "FTS.FLOW.002",
|
|
64111
|
+
type: "down",
|
|
64112
|
+
isCross: false
|
|
64113
|
+
}, {
|
|
64114
|
+
label: (0, _i18n.$l)("主动上存"),
|
|
64115
|
+
name: (0, _i18n.$l)("主动上存"),
|
|
64116
|
+
code: "FTS_003",
|
|
64117
|
+
typeCode: "FTS.FLOW.006",
|
|
64118
|
+
type: "up",
|
|
64119
|
+
isCross: false
|
|
64120
|
+
}, {
|
|
64121
|
+
label: (0, _i18n.$l)("请款下拨"),
|
|
64122
|
+
name: (0, _i18n.$l)("请款下拨"),
|
|
64123
|
+
code: "FTS_004",
|
|
64124
|
+
typeCode: "FTS.FLOW.009",
|
|
64125
|
+
type: "down",
|
|
64126
|
+
isCross: false
|
|
64127
|
+
}, {
|
|
64128
|
+
label: (0, _i18n.$l)("资金调入"),
|
|
64129
|
+
name: (0, _i18n.$l)("资金调入"),
|
|
64130
|
+
code: "FTS_005",
|
|
64131
|
+
typeCode: "FTS.FLOW.003",
|
|
64132
|
+
type: "up",
|
|
64133
|
+
isCross: false
|
|
64134
|
+
}, {
|
|
64135
|
+
label: (0, _i18n.$l)("资金调出"),
|
|
64136
|
+
name: (0, _i18n.$l)("资金调出"),
|
|
64137
|
+
code: "FTS_006",
|
|
64138
|
+
typeCode: "FTS.FLOW.004",
|
|
64139
|
+
type: "down",
|
|
64140
|
+
isCross: false
|
|
64141
|
+
}, {
|
|
64142
|
+
label: (0, _i18n.$l)("外债借入"),
|
|
64143
|
+
name: (0, _i18n.$l)("外债借入"),
|
|
64144
|
+
code: "FTS_007",
|
|
64145
|
+
typeCode: "FTS.FLOW.017",
|
|
64146
|
+
type: "up",
|
|
64147
|
+
isCross: true
|
|
64148
|
+
}, {
|
|
64149
|
+
label: (0, _i18n.$l)("对外放款"),
|
|
64150
|
+
name: (0, _i18n.$l)("对外放款"),
|
|
64151
|
+
code: "FTS_008",
|
|
64152
|
+
typeCode: "FTS.FLOW.018",
|
|
64153
|
+
type: "down",
|
|
64154
|
+
isCross: true
|
|
64155
|
+
}, {
|
|
64156
|
+
label: (0, _i18n.$l)("外债借入还款"),
|
|
64157
|
+
name: (0, _i18n.$l)("外债借入还款"),
|
|
64158
|
+
code: "FTS_009",
|
|
64159
|
+
typeCode: "FTS.FLOW.019",
|
|
64160
|
+
type: "down",
|
|
64161
|
+
isCross: true
|
|
64162
|
+
}, {
|
|
64163
|
+
label: (0, _i18n.$l)("对外放款还款"),
|
|
64164
|
+
name: (0, _i18n.$l)("对外放款还款"),
|
|
64165
|
+
code: "FTS_010",
|
|
64166
|
+
typeCode: "FTS.FLOW.020",
|
|
64167
|
+
type: "up",
|
|
64168
|
+
isCross: true
|
|
64169
|
+
}, {
|
|
64170
|
+
label: (0, _i18n.$l)("结息"),
|
|
64171
|
+
name: (0, _i18n.$l)("结息"),
|
|
64172
|
+
code: "FTS_011",
|
|
64173
|
+
typeCode: "",
|
|
64174
|
+
type: "",
|
|
64175
|
+
isCross: false
|
|
64176
|
+
}, {
|
|
64177
|
+
label: (0, _i18n.$l)("手续费"),
|
|
64178
|
+
name: (0, _i18n.$l)("手续费"),
|
|
64179
|
+
code: "FTS_012",
|
|
64180
|
+
typeCode: "",
|
|
64181
|
+
type: "",
|
|
64182
|
+
isCross: true
|
|
64183
|
+
}];
|
|
64184
|
+
const tableHeader = exports.tableHeader = [{
|
|
64185
|
+
label: (0, _i18n.$l)(`收款单位`),
|
|
64186
|
+
// '收款单位'
|
|
64187
|
+
prop: "RULEID",
|
|
64188
|
+
align: "left",
|
|
64189
|
+
width: "200",
|
|
64190
|
+
isDefault: true
|
|
64191
|
+
}, {
|
|
64192
|
+
label: (0, _i18n.$l)(`规则名称`),
|
|
64193
|
+
// '规则名称'
|
|
64194
|
+
prop: "RULENAME",
|
|
64195
|
+
align: "left",
|
|
64196
|
+
width: "200",
|
|
64197
|
+
isDefault: true
|
|
64198
|
+
}, {
|
|
64199
|
+
label: (0, _i18n.$l)(`适用范围`),
|
|
64200
|
+
// '适用范围'
|
|
64201
|
+
prop: "APPLYRANGENAME",
|
|
64202
|
+
align: "left",
|
|
64203
|
+
width: "200",
|
|
64204
|
+
isDefault: true
|
|
64205
|
+
}, {
|
|
64206
|
+
label: (0, _i18n.$l)(`适用单位`),
|
|
64207
|
+
// '适用单位'
|
|
64208
|
+
prop: "CLTNO",
|
|
64209
|
+
align: "left",
|
|
64210
|
+
width: "200",
|
|
64211
|
+
isDefault: true
|
|
64212
|
+
}, {
|
|
64213
|
+
label: (0, _i18n.$l)(`匹配优先级`),
|
|
64214
|
+
// '匹配优先级'
|
|
64215
|
+
prop: "MATCHPRIORITY",
|
|
64216
|
+
align: "left",
|
|
64217
|
+
width: "200",
|
|
64218
|
+
isDefault: true
|
|
64219
|
+
}, {
|
|
64220
|
+
label: (0, _i18n.$l)(`匹配补填方式`),
|
|
64221
|
+
// '匹配补填方式'
|
|
64222
|
+
prop: "FILLWAYNAME",
|
|
64223
|
+
align: "left",
|
|
64224
|
+
width: "200",
|
|
64225
|
+
isDefault: true
|
|
64226
|
+
}, {
|
|
64227
|
+
label: (0, _i18n.$l)(`收款金融机构(大行)`),
|
|
64228
|
+
// '收款金融机构(大行)'
|
|
64229
|
+
prop: "payBankNo",
|
|
64230
|
+
align: "left",
|
|
64231
|
+
width: "200",
|
|
64232
|
+
isDefault: true
|
|
64233
|
+
}, {
|
|
64234
|
+
label: (0, _i18n.$l)(`收款金融机构(支行)`),
|
|
64235
|
+
// '收款金融机构(支行)'
|
|
64236
|
+
prop: "payBranchBankNo",
|
|
64237
|
+
align: "left",
|
|
64238
|
+
width: "200",
|
|
64239
|
+
isDefault: true
|
|
64240
|
+
}, {
|
|
64241
|
+
label: (0, _i18n.$l)(`收款账号`),
|
|
64242
|
+
// '收款账号'
|
|
64243
|
+
prop: "recAcc",
|
|
64244
|
+
align: "left",
|
|
64245
|
+
width: "200",
|
|
64246
|
+
isDefault: true
|
|
64247
|
+
}, {
|
|
64248
|
+
label: (0, _i18n.$l)(`对方户名`),
|
|
64249
|
+
// '对方户名'
|
|
64250
|
+
prop: "recAccountName",
|
|
64251
|
+
align: "left",
|
|
64252
|
+
width: "200",
|
|
64253
|
+
isDefault: true
|
|
64254
|
+
}, {
|
|
64255
|
+
label: (0, _i18n.$l)(`摘要`),
|
|
64256
|
+
// '摘要'
|
|
64257
|
+
prop: "explain",
|
|
64258
|
+
align: "left",
|
|
64259
|
+
width: "200",
|
|
64260
|
+
isDefault: true
|
|
64261
|
+
}, {
|
|
64262
|
+
label: (0, _i18n.$l)(`预算科目`),
|
|
64263
|
+
// '预算科目'
|
|
64264
|
+
prop: "budgetCode",
|
|
64265
|
+
align: "left",
|
|
64266
|
+
width: "200",
|
|
64267
|
+
isDefault: true
|
|
64268
|
+
}, {
|
|
64269
|
+
label: (0, _i18n.$l)(`现金流`),
|
|
64270
|
+
// '现金流'
|
|
64271
|
+
prop: "cashFlowNo",
|
|
64272
|
+
align: "left",
|
|
64273
|
+
width: "200",
|
|
64274
|
+
isDefault: true
|
|
64275
|
+
}, {
|
|
64276
|
+
label: (0, _i18n.$l)(`款项类别`),
|
|
64277
|
+
// '款项类别'
|
|
64278
|
+
prop: "propNo",
|
|
64279
|
+
align: "left",
|
|
64280
|
+
width: "200",
|
|
64281
|
+
isDefault: true
|
|
64282
|
+
}, {
|
|
64283
|
+
label: (0, _i18n.$l)(`关联业务`),
|
|
64284
|
+
// '关联业务'
|
|
64285
|
+
prop: "docmType",
|
|
64286
|
+
align: "left",
|
|
64287
|
+
width: "200",
|
|
64288
|
+
isDefault: true
|
|
64289
|
+
}, {
|
|
64290
|
+
label: (0, _i18n.$l)(`自动确认`),
|
|
64291
|
+
// '自动确认'
|
|
64292
|
+
prop: "AUTOSUBMIT",
|
|
64293
|
+
align: "left",
|
|
64294
|
+
width: "200",
|
|
64295
|
+
isDefault: true
|
|
64296
|
+
}, {
|
|
64297
|
+
label: (0, _i18n.$l)(`生效时间`),
|
|
64298
|
+
// '生效时间'
|
|
64299
|
+
prop: "EFFECTTIME",
|
|
64300
|
+
align: "left",
|
|
64301
|
+
width: "200",
|
|
64302
|
+
isDefault: true
|
|
64303
|
+
}, {
|
|
64304
|
+
label: (0, _i18n.$l)(`操作人`),
|
|
64305
|
+
// '操作人'
|
|
64306
|
+
prop: "CREATORNO",
|
|
64307
|
+
align: "left",
|
|
64308
|
+
width: "200",
|
|
64309
|
+
isDefault: true
|
|
64310
|
+
}];
|
|
64311
|
+
const NODE_GROUP = exports.NODE_GROUP = {
|
|
64312
|
+
matchingFieldCode: "accountNo",
|
|
64313
|
+
logicalOperation: "",
|
|
64314
|
+
matchingOperation: "",
|
|
64315
|
+
matchingFieldName: "本方账号",
|
|
64316
|
+
mValues: "",
|
|
64317
|
+
key: Math.random()
|
|
64318
|
+
};
|
|
64319
|
+
const AutoFillListHeader = exports.AutoFillListHeader = [{
|
|
64320
|
+
type: "checkbox",
|
|
64321
|
+
fixed: "left",
|
|
64322
|
+
static: "pre" // 静态不被"显示列"显示的,且最终会被拼接到"显示列"排序后的表格的"前面"
|
|
64323
|
+
}, {
|
|
64324
|
+
type: "seq",
|
|
64325
|
+
label: "序号",
|
|
64326
|
+
width: "56",
|
|
64327
|
+
fixed: "left",
|
|
64328
|
+
align: "center"
|
|
64329
|
+
}, {
|
|
64330
|
+
slotName: "matchingId",
|
|
64331
|
+
label: "规则编号",
|
|
64332
|
+
prop: "matchingId",
|
|
64333
|
+
align: "center",
|
|
64334
|
+
minWidth: "114",
|
|
64335
|
+
"show-overflow-tooltip": true
|
|
64336
|
+
}, {
|
|
64337
|
+
label: "规则名称",
|
|
64338
|
+
prop: "matchingRuleName",
|
|
64339
|
+
width: "240",
|
|
64340
|
+
"show-overflow-tooltip": true
|
|
64341
|
+
}, {
|
|
64342
|
+
label: (0, _i18n.$l)("规则类型"),
|
|
64343
|
+
prop: "matchingRuleType",
|
|
64344
|
+
align: "center",
|
|
64345
|
+
minWidth: "114",
|
|
64346
|
+
"show-overflow-tooltip": true,
|
|
64347
|
+
formatter: ({
|
|
64348
|
+
cellValue
|
|
64349
|
+
}) => {
|
|
64350
|
+
let doc = {
|
|
64351
|
+
GENERAL: (0, _i18n.$l)("预先补填"),
|
|
64352
|
+
INDEPENDENT: (0, _i18n.$l)("完结补填")
|
|
64353
|
+
};
|
|
64354
|
+
return doc[cellValue] || "--";
|
|
64355
|
+
}
|
|
64356
|
+
}, {
|
|
64357
|
+
label: (0, _i18n.$l)("适用账户"),
|
|
64358
|
+
prop: "usedAccountType",
|
|
64359
|
+
align: "center",
|
|
64360
|
+
minWidth: "114",
|
|
64361
|
+
"show-overflow-tooltip": true,
|
|
64362
|
+
formatter: ({
|
|
64363
|
+
cellValue
|
|
64364
|
+
}) => {
|
|
64365
|
+
let doc = {
|
|
64366
|
+
BANK_ACCOUNT: (0, _i18n.$l)("银行账户"),
|
|
64367
|
+
THIRD_ACCOUNT: (0, _i18n.$l)("三方账户")
|
|
64368
|
+
};
|
|
64369
|
+
return doc[cellValue] || "--";
|
|
64370
|
+
}
|
|
64371
|
+
}, {
|
|
64372
|
+
label: "适用范围",
|
|
64373
|
+
prop: "usedScope",
|
|
64374
|
+
align: "center",
|
|
64375
|
+
width: "200",
|
|
64376
|
+
formatter: ({
|
|
64377
|
+
row
|
|
64378
|
+
}) => {
|
|
64379
|
+
let doc = {
|
|
64380
|
+
all: (0, _i18n.$l)(`全集团`),
|
|
64381
|
+
unit: (0, _i18n.$l)(`所选单位`),
|
|
64382
|
+
unit_and_sub: (0, _i18n.$l)(`所选单位及所有下级`)
|
|
64383
|
+
};
|
|
64384
|
+
return doc[row.usedScope] || "--";
|
|
64385
|
+
}
|
|
64386
|
+
}, {
|
|
64387
|
+
label: "适用单位",
|
|
64388
|
+
prop: "usedUnit",
|
|
64389
|
+
slotName: "usedUnit",
|
|
64390
|
+
align: "center",
|
|
64391
|
+
width: "200"
|
|
64392
|
+
},
|
|
64393
|
+
// {
|
|
64394
|
+
// label: "适用业务",
|
|
64395
|
+
// prop: "usedBusiness",
|
|
64396
|
+
// align: "center",
|
|
64397
|
+
// width: "200",
|
|
64398
|
+
// formatter: ({ row }) => {
|
|
64399
|
+
// const o = FILL_METHOD_OPTIONS.find(
|
|
64400
|
+
// (item) => item.value === row.usedBusiness
|
|
64401
|
+
// );
|
|
64402
|
+
// if (!o) return "--";
|
|
64403
|
+
// return o.label;
|
|
64404
|
+
// },
|
|
64405
|
+
// },
|
|
64406
|
+
{
|
|
64407
|
+
label: "匹配优先级",
|
|
64408
|
+
prop: "matchingPriority",
|
|
64409
|
+
align: "center",
|
|
64410
|
+
width: "130",
|
|
64411
|
+
formatter: ({
|
|
64412
|
+
row
|
|
64413
|
+
}) => {
|
|
64414
|
+
return row.matchingPriority;
|
|
64415
|
+
}
|
|
64416
|
+
}, {
|
|
64417
|
+
label: "补填信息",
|
|
64418
|
+
prop: "fillInfo",
|
|
64419
|
+
align: "center",
|
|
64420
|
+
slotName: "fillInfo",
|
|
64421
|
+
width: "120"
|
|
64422
|
+
}, {
|
|
64423
|
+
label: "自动确认",
|
|
64424
|
+
prop: "isAutoConfirm",
|
|
64425
|
+
align: "center",
|
|
64426
|
+
width: "120",
|
|
64427
|
+
formatter: ({
|
|
64428
|
+
row
|
|
64429
|
+
}) => {
|
|
64430
|
+
return row.isAutoConfirm ? "是" : "否";
|
|
64431
|
+
}
|
|
64432
|
+
}, {
|
|
64433
|
+
label: "失效时间",
|
|
64434
|
+
prop: "updateTime",
|
|
64435
|
+
align: "center",
|
|
64436
|
+
width: "180",
|
|
64437
|
+
sortable: true,
|
|
64438
|
+
"show-overflow-tooltip": true
|
|
64439
|
+
}, {
|
|
64440
|
+
label: "生效时间",
|
|
64441
|
+
prop: "effectiveTime",
|
|
64442
|
+
align: "center",
|
|
64443
|
+
width: "180",
|
|
64444
|
+
sortable: true,
|
|
64445
|
+
"show-overflow-tooltip": true
|
|
64446
|
+
}, {
|
|
64447
|
+
label: "操作人",
|
|
64448
|
+
prop: "updator",
|
|
64449
|
+
align: "center",
|
|
64450
|
+
width: "160",
|
|
64451
|
+
"show-overflow-tooltip": true
|
|
64452
|
+
}, {
|
|
64453
|
+
slotName: "operate",
|
|
64454
|
+
label: "操作",
|
|
64455
|
+
static: "next" // 静态不被"显示列"显示的,且最终会被拼接到"显示列"排序后的表格的"后面"
|
|
64456
|
+
}];
|
|
64457
|
+
const AutoFillListFilter = exports.AutoFillListFilter = [{
|
|
64458
|
+
id: "usedUnitLike",
|
|
64459
|
+
label: (0, _i18n.$l)("适用单位"),
|
|
64460
|
+
//适用单位
|
|
64461
|
+
type: "text",
|
|
64462
|
+
value: "usedUnitLike",
|
|
64463
|
+
isDefault: true,
|
|
64464
|
+
// static: true,
|
|
64465
|
+
props: {
|
|
64466
|
+
clearable: true
|
|
64467
|
+
}
|
|
64468
|
+
}, {
|
|
64469
|
+
id: "matchingIdLike",
|
|
64470
|
+
label: (0, _i18n.$l)("规则编号"),
|
|
64471
|
+
//规则编号
|
|
64472
|
+
type: "text",
|
|
64473
|
+
value: "matchingIdLike",
|
|
64474
|
+
isDefault: true,
|
|
64475
|
+
// static: true,
|
|
64476
|
+
props: {
|
|
64477
|
+
clearable: true
|
|
64478
|
+
}
|
|
64479
|
+
}, {
|
|
64480
|
+
id: "matchingRuleNameLike",
|
|
64481
|
+
label: (0, _i18n.$l)("规则名称"),
|
|
64482
|
+
//规则名称
|
|
64483
|
+
type: "text",
|
|
64484
|
+
value: "matchingRuleNameLike",
|
|
64485
|
+
isDefault: true,
|
|
64486
|
+
props: {
|
|
64487
|
+
clearable: true
|
|
64488
|
+
}
|
|
64489
|
+
}, {
|
|
64490
|
+
id: "usedScope",
|
|
64491
|
+
label: (0, _i18n.$l)("适用范围"),
|
|
64492
|
+
//适用范围
|
|
64493
|
+
type: "select",
|
|
64494
|
+
value: "usedScope",
|
|
64495
|
+
width: "200px",
|
|
64496
|
+
options: SCOPE_OPTIONS,
|
|
64497
|
+
props: {
|
|
64498
|
+
clearable: true,
|
|
64499
|
+
filterable: true
|
|
64500
|
+
}
|
|
64501
|
+
}, {
|
|
64502
|
+
id: "matchingPriority",
|
|
64503
|
+
label: (0, _i18n.$l)("匹配优先级"),
|
|
64504
|
+
//匹配优先级
|
|
64505
|
+
type: "number",
|
|
64506
|
+
value: "matchingPriority",
|
|
64507
|
+
props: {
|
|
64508
|
+
min: 0,
|
|
64509
|
+
max: 9999999999999,
|
|
64510
|
+
clearable: true,
|
|
64511
|
+
isClearable: true,
|
|
64512
|
+
"d-num": 0
|
|
64513
|
+
}
|
|
64514
|
+
}, {
|
|
64515
|
+
id: "usedBusiness",
|
|
64516
|
+
label: (0, _i18n.$l)("适用业务"),
|
|
64517
|
+
//适用业务
|
|
64518
|
+
type: "select",
|
|
64519
|
+
value: "usedBusiness",
|
|
64520
|
+
options: FILL_METHOD_OPTIONS,
|
|
64521
|
+
props: {
|
|
64522
|
+
clearable: true,
|
|
64523
|
+
filterable: true
|
|
64524
|
+
}
|
|
64525
|
+
}, {
|
|
64526
|
+
id: "isAutoConfirm",
|
|
64527
|
+
label: (0, _i18n.$l)("自动确认"),
|
|
64528
|
+
//自动确认
|
|
64529
|
+
type: "select",
|
|
64530
|
+
value: "isAutoConfirm",
|
|
64531
|
+
isDefault: false,
|
|
64532
|
+
options: [{
|
|
64533
|
+
value: 1,
|
|
64534
|
+
label: (0, _i18n.$l)("是")
|
|
64535
|
+
}, {
|
|
64536
|
+
value: 0,
|
|
64537
|
+
label: (0, _i18n.$l)("否")
|
|
64538
|
+
}],
|
|
64539
|
+
props: {
|
|
64540
|
+
clearable: true,
|
|
64541
|
+
filterable: true
|
|
64542
|
+
}
|
|
64543
|
+
}, {
|
|
64544
|
+
id: "usedAccountType",
|
|
64545
|
+
label: (0, _i18n.$l)("适用账户"),
|
|
64546
|
+
//自动确认
|
|
64547
|
+
type: "select",
|
|
64548
|
+
value: "usedAccountType",
|
|
64549
|
+
isDefault: false,
|
|
64550
|
+
options: [{
|
|
64551
|
+
value: "BANK_ACCOUNT",
|
|
64552
|
+
label: (0, _i18n.$l)("银行账户")
|
|
64553
|
+
}, {
|
|
64554
|
+
value: "THIRD_ACCOUNT",
|
|
64555
|
+
label: (0, _i18n.$l)("三方账户")
|
|
64556
|
+
}],
|
|
64557
|
+
props: {
|
|
64558
|
+
clearable: true,
|
|
64559
|
+
filterable: true
|
|
64560
|
+
}
|
|
64561
|
+
}];
|
|
64562
|
+
|
|
64563
|
+
/***/ }),
|
|
64564
|
+
|
|
63763
64565
|
/***/ "5e24":
|
|
63764
64566
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
63765
64567
|
|
|
@@ -66974,6 +67776,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
66974
67776
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_DateRange_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_DateRange_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
66975
67777
|
/* harmony default export */ __webpack_exports__["default"] = (_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_DateRange_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
66976
67778
|
|
|
67779
|
+
/***/ }),
|
|
67780
|
+
|
|
67781
|
+
/***/ "6b33":
|
|
67782
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
67783
|
+
|
|
67784
|
+
"use strict";
|
|
67785
|
+
/* 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_3dbaefb7_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("a12f");
|
|
67786
|
+
/* 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_3dbaefb7_scoped_true__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_3dbaefb7_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
67787
|
+
/* 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_3dbaefb7_scoped_true__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_3dbaefb7_scoped_true__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
67788
|
+
|
|
67789
|
+
/* 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_3dbaefb7_scoped_true__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_3dbaefb7_scoped_true__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
67790
|
+
|
|
67791
|
+
|
|
67792
|
+
|
|
66977
67793
|
/***/ }),
|
|
66978
67794
|
|
|
66979
67795
|
/***/ "6b3c":
|
|
@@ -75644,20 +76460,6 @@ function simpleEnd(buf) {
|
|
|
75644
76460
|
return buf && buf.length ? this.write(buf) : '';
|
|
75645
76461
|
}
|
|
75646
76462
|
|
|
75647
|
-
/***/ }),
|
|
75648
|
-
|
|
75649
|
-
/***/ "7db1":
|
|
75650
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
75651
|
-
|
|
75652
|
-
"use strict";
|
|
75653
|
-
/* 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_4fd67bc3__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d665");
|
|
75654
|
-
/* 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_4fd67bc3__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_4fd67bc3__WEBPACK_IMPORTED_MODULE_0__);
|
|
75655
|
-
/* 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_4fd67bc3__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_4fd67bc3__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
75656
|
-
|
|
75657
|
-
/* 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_4fd67bc3__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_4fd67bc3__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
75658
|
-
|
|
75659
|
-
|
|
75660
|
-
|
|
75661
76463
|
/***/ }),
|
|
75662
76464
|
|
|
75663
76465
|
/***/ "7e4f":
|
|
@@ -75916,6 +76718,20 @@ async function rplsToDeal(row, fn) {
|
|
|
75916
76718
|
});
|
|
75917
76719
|
}
|
|
75918
76720
|
|
|
76721
|
+
/***/ }),
|
|
76722
|
+
|
|
76723
|
+
/***/ "7fa0":
|
|
76724
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
76725
|
+
|
|
76726
|
+
"use strict";
|
|
76727
|
+
/* 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_c57f8d4e__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1478");
|
|
76728
|
+
/* 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_c57f8d4e__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_c57f8d4e__WEBPACK_IMPORTED_MODULE_0__);
|
|
76729
|
+
/* 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_c57f8d4e__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_c57f8d4e__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
76730
|
+
|
|
76731
|
+
/* 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_c57f8d4e__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_c57f8d4e__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
76732
|
+
|
|
76733
|
+
|
|
76734
|
+
|
|
75919
76735
|
/***/ }),
|
|
75920
76736
|
|
|
75921
76737
|
/***/ "8075":
|
|
@@ -83340,7 +84156,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
83340
84156
|
});
|
|
83341
84157
|
exports.default = void 0;
|
|
83342
84158
|
var _n20CommonLib = __webpack_require__("2d0e");
|
|
83343
|
-
var _config = __webpack_require__("
|
|
84159
|
+
var _config = __webpack_require__("5e03");
|
|
83344
84160
|
var _setting = __webpack_require__("90e7");
|
|
83345
84161
|
var _downloadBlob = _interopRequireDefault(__webpack_require__("3c8b"));
|
|
83346
84162
|
var _index = __webpack_require__("ed08");
|
|
@@ -85983,282 +86799,6 @@ var staticRenderFns = exports.staticRenderFns = [];
|
|
|
85983
86799
|
|
|
85984
86800
|
/***/ }),
|
|
85985
86801
|
|
|
85986
|
-
/***/ "9e19":
|
|
85987
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
85988
|
-
|
|
85989
|
-
"use strict";
|
|
85990
|
-
|
|
85991
|
-
|
|
85992
|
-
Object.defineProperty(exports, "__esModule", {
|
|
85993
|
-
value: true
|
|
85994
|
-
});
|
|
85995
|
-
exports.staticRenderFns = exports.render = void 0;
|
|
85996
|
-
var render = exports.render = function render() {
|
|
85997
|
-
var _vm = this,
|
|
85998
|
-
_c = _vm._self._c;
|
|
85999
|
-
return _c('el-form', {
|
|
86000
|
-
ref: "formRef",
|
|
86001
|
-
staticClass: "label-width-12em",
|
|
86002
|
-
attrs: {
|
|
86003
|
-
"label-width": "12em",
|
|
86004
|
-
"model": _vm.form,
|
|
86005
|
-
"rules": _vm.rules
|
|
86006
|
-
}
|
|
86007
|
-
}, [_c('CLExpandablePane', {
|
|
86008
|
-
attrs: {
|
|
86009
|
-
"title": _vm.$l('匹配基本规则')
|
|
86010
|
-
}
|
|
86011
|
-
}, [_c('el-form-item', {
|
|
86012
|
-
staticClass: "m-b-m m-t-s auto-form-item",
|
|
86013
|
-
attrs: {
|
|
86014
|
-
"label": _vm.$l('适用范围'),
|
|
86015
|
-
"prop": "usedScope"
|
|
86016
|
-
}
|
|
86017
|
-
}, [_c('el-select', {
|
|
86018
|
-
staticClass: "input-w",
|
|
86019
|
-
attrs: {
|
|
86020
|
-
"clearable": "",
|
|
86021
|
-
"filterable": "",
|
|
86022
|
-
"placeholder": _vm.$l('请选择')
|
|
86023
|
-
},
|
|
86024
|
-
on: {
|
|
86025
|
-
"change": _vm.applyRangeChange
|
|
86026
|
-
},
|
|
86027
|
-
model: {
|
|
86028
|
-
value: _vm.form.usedScope,
|
|
86029
|
-
callback: function ($$v) {
|
|
86030
|
-
_vm.$set(_vm.form, "usedScope", $$v);
|
|
86031
|
-
},
|
|
86032
|
-
expression: "form.usedScope"
|
|
86033
|
-
}
|
|
86034
|
-
}, _vm._l(_vm.scopeOptions, function (item) {
|
|
86035
|
-
return _c('el-option', {
|
|
86036
|
-
key: item.value,
|
|
86037
|
-
attrs: {
|
|
86038
|
-
"label": item.label,
|
|
86039
|
-
"value": item.value
|
|
86040
|
-
}
|
|
86041
|
-
});
|
|
86042
|
-
}), 1), _c('el-tooltip', {
|
|
86043
|
-
staticClass: "m-l-ss",
|
|
86044
|
-
attrs: {
|
|
86045
|
-
"effect": "dark",
|
|
86046
|
-
"content": _vm.$l('适用范围+适用单位确定该条规则适用的单位范围'),
|
|
86047
|
-
"placement": "top"
|
|
86048
|
-
}
|
|
86049
|
-
}, [_c('i', {
|
|
86050
|
-
staticClass: "n20-icon-xinxitishi",
|
|
86051
|
-
staticStyle: {
|
|
86052
|
-
"color": "var(--color-text-secondary)"
|
|
86053
|
-
}
|
|
86054
|
-
})])], 1), _c('el-form-item', {
|
|
86055
|
-
staticClass: "m-b-m auto-form-item",
|
|
86056
|
-
attrs: {
|
|
86057
|
-
"label": _vm.$l('适用单位'),
|
|
86058
|
-
"prop": "cltNo",
|
|
86059
|
-
"rules": [{
|
|
86060
|
-
required: _vm.form.usedScope !== 'all',
|
|
86061
|
-
message: _vm.$l('至少选择一个单位'),
|
|
86062
|
-
trigger: ['blur']
|
|
86063
|
-
}]
|
|
86064
|
-
}
|
|
86065
|
-
}, [_c('SelectTreeUnitForm', {
|
|
86066
|
-
ref: "selectTreeUnitForm",
|
|
86067
|
-
attrs: {
|
|
86068
|
-
"searchUnitNo": _vm.userUnitNo,
|
|
86069
|
-
"showAllCheck": "",
|
|
86070
|
-
"multiple": true,
|
|
86071
|
-
"placeholder": _vm.$l('请选择'),
|
|
86072
|
-
"url": '/api/nstc-gtcp/1.0/fundTree',
|
|
86073
|
-
"moduleNo": _vm.settingSource == 1 ? 'CTMS' : 'PTMS',
|
|
86074
|
-
"node-key": "id",
|
|
86075
|
-
"relaNo": 'payment001',
|
|
86076
|
-
"upDateValue": _vm.defaultSelect,
|
|
86077
|
-
"disabled": _vm.form.usedScope == 'all'
|
|
86078
|
-
},
|
|
86079
|
-
on: {
|
|
86080
|
-
"dataChange": _vm.dataChange
|
|
86081
|
-
},
|
|
86082
|
-
model: {
|
|
86083
|
-
value: _vm.form.cltNo,
|
|
86084
|
-
callback: function ($$v) {
|
|
86085
|
-
_vm.$set(_vm.form, "cltNo", $$v);
|
|
86086
|
-
},
|
|
86087
|
-
expression: "form.cltNo"
|
|
86088
|
-
}
|
|
86089
|
-
})], 1), _c('el-form-item', {
|
|
86090
|
-
staticClass: "m-b-m auto-form-item",
|
|
86091
|
-
attrs: {
|
|
86092
|
-
"label": _vm.$l('规则名称'),
|
|
86093
|
-
"prop": "matchingRuleName"
|
|
86094
|
-
}
|
|
86095
|
-
}, [_c('el-input', {
|
|
86096
|
-
directives: [{
|
|
86097
|
-
name: "title",
|
|
86098
|
-
rawName: "v-title"
|
|
86099
|
-
}],
|
|
86100
|
-
staticClass: "input-w",
|
|
86101
|
-
attrs: {
|
|
86102
|
-
"clearable": "",
|
|
86103
|
-
"show-overflow-tooltip": true,
|
|
86104
|
-
"maxlength": 64,
|
|
86105
|
-
"placeholder": _vm.$l('请输入')
|
|
86106
|
-
},
|
|
86107
|
-
model: {
|
|
86108
|
-
value: _vm.form.matchingRuleName,
|
|
86109
|
-
callback: function ($$v) {
|
|
86110
|
-
_vm.$set(_vm.form, "matchingRuleName", $$v);
|
|
86111
|
-
},
|
|
86112
|
-
expression: "form.matchingRuleName"
|
|
86113
|
-
}
|
|
86114
|
-
})], 1), _c('el-form-item', {
|
|
86115
|
-
staticClass: "m-b-m auto-form-item",
|
|
86116
|
-
attrs: {
|
|
86117
|
-
"label": _vm.$l('规则类型'),
|
|
86118
|
-
"prop": "matchingRuleType"
|
|
86119
|
-
}
|
|
86120
|
-
}, [_c('el-select', {
|
|
86121
|
-
staticClass: "input-w",
|
|
86122
|
-
attrs: {
|
|
86123
|
-
"clearable": "",
|
|
86124
|
-
"filterable": "",
|
|
86125
|
-
"placeholder": _vm.$l('请选择')
|
|
86126
|
-
},
|
|
86127
|
-
model: {
|
|
86128
|
-
value: _vm.form.matchingRuleType,
|
|
86129
|
-
callback: function ($$v) {
|
|
86130
|
-
_vm.$set(_vm.form, "matchingRuleType", $$v);
|
|
86131
|
-
},
|
|
86132
|
-
expression: "form.matchingRuleType"
|
|
86133
|
-
}
|
|
86134
|
-
}, _vm._l(_vm.methodOptions, function (item) {
|
|
86135
|
-
return _c('el-option', {
|
|
86136
|
-
key: item.value,
|
|
86137
|
-
attrs: {
|
|
86138
|
-
"label": item.label,
|
|
86139
|
-
"value": item.value
|
|
86140
|
-
}
|
|
86141
|
-
});
|
|
86142
|
-
}), 1)], 1), _c('el-form-item', {
|
|
86143
|
-
staticClass: "m-b-m auto-form-item",
|
|
86144
|
-
attrs: {
|
|
86145
|
-
"label": _vm.$l('匹配优先级'),
|
|
86146
|
-
"prop": "matchingPriority"
|
|
86147
|
-
}
|
|
86148
|
-
}, [_c('NstcIntegerInput', {
|
|
86149
|
-
staticClass: "input-w",
|
|
86150
|
-
attrs: {
|
|
86151
|
-
"clearable": "",
|
|
86152
|
-
"min": 0,
|
|
86153
|
-
"placeholder": _vm.$l('请输入'),
|
|
86154
|
-
"max": 9999
|
|
86155
|
-
},
|
|
86156
|
-
model: {
|
|
86157
|
-
value: _vm.form.matchingPriority,
|
|
86158
|
-
callback: function ($$v) {
|
|
86159
|
-
_vm.$set(_vm.form, "matchingPriority", $$v);
|
|
86160
|
-
},
|
|
86161
|
-
expression: "form.matchingPriority"
|
|
86162
|
-
}
|
|
86163
|
-
}), _c('el-tooltip', {
|
|
86164
|
-
staticClass: "m-l-ss",
|
|
86165
|
-
attrs: {
|
|
86166
|
-
"effect": "dark",
|
|
86167
|
-
"content": _vm.$l('输入正整数,数字越大,匹配优先级越高'),
|
|
86168
|
-
"placement": "top"
|
|
86169
|
-
}
|
|
86170
|
-
}, [_c('i', {
|
|
86171
|
-
staticClass: "n20-icon-xinxitishi",
|
|
86172
|
-
staticStyle: {
|
|
86173
|
-
"color": "var(--color-text-secondary)"
|
|
86174
|
-
}
|
|
86175
|
-
})])], 1), _c('el-form-item', {
|
|
86176
|
-
staticClass: "m-b-m auto-form-item",
|
|
86177
|
-
attrs: {
|
|
86178
|
-
"label": _vm.$l('适用业务'),
|
|
86179
|
-
"prop": "usedBusiness"
|
|
86180
|
-
}
|
|
86181
|
-
}, [_c('el-select', {
|
|
86182
|
-
staticClass: "input-w",
|
|
86183
|
-
attrs: {
|
|
86184
|
-
"clearable": "",
|
|
86185
|
-
"filterable": "",
|
|
86186
|
-
"disabled": _vm.disableFillBuss,
|
|
86187
|
-
"placeholder": _vm.$l('请选择')
|
|
86188
|
-
},
|
|
86189
|
-
model: {
|
|
86190
|
-
value: _vm.form.usedBusiness,
|
|
86191
|
-
callback: function ($$v) {
|
|
86192
|
-
_vm.$set(_vm.form, "usedBusiness", $$v);
|
|
86193
|
-
},
|
|
86194
|
-
expression: "form.usedBusiness"
|
|
86195
|
-
}
|
|
86196
|
-
}, _vm._l(_vm.fillMethodOptions, function (item) {
|
|
86197
|
-
return _c('el-option', {
|
|
86198
|
-
key: item.value,
|
|
86199
|
-
attrs: {
|
|
86200
|
-
"label": item.label,
|
|
86201
|
-
"value": item.value
|
|
86202
|
-
}
|
|
86203
|
-
});
|
|
86204
|
-
}), 1)], 1), _c('el-form-item', {
|
|
86205
|
-
staticClass: "m-b-m auto-form-item",
|
|
86206
|
-
attrs: {
|
|
86207
|
-
"label": _vm.$l('适用账户'),
|
|
86208
|
-
"prop": "usedAccountType"
|
|
86209
|
-
}
|
|
86210
|
-
}, [_c('el-select', {
|
|
86211
|
-
staticClass: "input-w",
|
|
86212
|
-
attrs: {
|
|
86213
|
-
"clearable": "",
|
|
86214
|
-
"placeholder": _vm.$l('请选择')
|
|
86215
|
-
},
|
|
86216
|
-
on: {
|
|
86217
|
-
"change": _vm.applyAccountChange
|
|
86218
|
-
},
|
|
86219
|
-
model: {
|
|
86220
|
-
value: _vm.form.usedAccountType,
|
|
86221
|
-
callback: function ($$v) {
|
|
86222
|
-
_vm.$set(_vm.form, "usedAccountType", $$v);
|
|
86223
|
-
},
|
|
86224
|
-
expression: "form.usedAccountType"
|
|
86225
|
-
}
|
|
86226
|
-
}, _vm._l(_vm.accountTypeOptions, function (item) {
|
|
86227
|
-
return _c('el-option', {
|
|
86228
|
-
key: item.value,
|
|
86229
|
-
attrs: {
|
|
86230
|
-
"label": item.label,
|
|
86231
|
-
"value": item.value
|
|
86232
|
-
}
|
|
86233
|
-
});
|
|
86234
|
-
}), 1)], 1), _c('el-form-item', {
|
|
86235
|
-
staticClass: "m-b-m auto-form-item",
|
|
86236
|
-
attrs: {
|
|
86237
|
-
"label": _vm.$l('是否自动确认'),
|
|
86238
|
-
"prop": "isAutoConfirm"
|
|
86239
|
-
}
|
|
86240
|
-
}, [_c('el-radio-group', {
|
|
86241
|
-
model: {
|
|
86242
|
-
value: _vm.form.isAutoConfirm,
|
|
86243
|
-
callback: function ($$v) {
|
|
86244
|
-
_vm.$set(_vm.form, "isAutoConfirm", $$v);
|
|
86245
|
-
},
|
|
86246
|
-
expression: "form.isAutoConfirm"
|
|
86247
|
-
}
|
|
86248
|
-
}, [_c('el-radio', {
|
|
86249
|
-
attrs: {
|
|
86250
|
-
"label": 1
|
|
86251
|
-
}
|
|
86252
|
-
}, [_vm._v(_vm._s(_vm.$l("是")))]), _c('el-radio', {
|
|
86253
|
-
attrs: {
|
|
86254
|
-
"label": 0
|
|
86255
|
-
}
|
|
86256
|
-
}, [_vm._v(_vm._s(_vm.$l("否")))])], 1)], 1)], 1)], 1);
|
|
86257
|
-
};
|
|
86258
|
-
var staticRenderFns = exports.staticRenderFns = [];
|
|
86259
|
-
|
|
86260
|
-
/***/ }),
|
|
86261
|
-
|
|
86262
86802
|
/***/ "9e48":
|
|
86263
86803
|
/***/ (function(module, exports, __webpack_require__) {
|
|
86264
86804
|
|
|
@@ -87963,6 +88503,114 @@ module.exports = JSON.parse("{\"财司综合业务系统\":{\"en\":\"Corporate F
|
|
|
87963
88503
|
|
|
87964
88504
|
/***/ }),
|
|
87965
88505
|
|
|
88506
|
+
/***/ "a12f":
|
|
88507
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
88508
|
+
|
|
88509
|
+
"use strict";
|
|
88510
|
+
|
|
88511
|
+
|
|
88512
|
+
Object.defineProperty(exports, "__esModule", {
|
|
88513
|
+
value: true
|
|
88514
|
+
});
|
|
88515
|
+
exports.staticRenderFns = exports.render = void 0;
|
|
88516
|
+
var render = exports.render = function render() {
|
|
88517
|
+
var _vm = this,
|
|
88518
|
+
_c = _vm._self._c;
|
|
88519
|
+
return _c('CLPage', {
|
|
88520
|
+
staticClass: "content-box"
|
|
88521
|
+
}, [_c('CLPageHeader', {
|
|
88522
|
+
class: {
|
|
88523
|
+
'm-b-s': _vm.settingSource == 2
|
|
88524
|
+
},
|
|
88525
|
+
attrs: {
|
|
88526
|
+
"slot": "header",
|
|
88527
|
+
"content": _vm.headerTitle
|
|
88528
|
+
},
|
|
88529
|
+
on: {
|
|
88530
|
+
"back": _vm.goBackCommon
|
|
88531
|
+
},
|
|
88532
|
+
slot: "header"
|
|
88533
|
+
}), _c('add-template', {
|
|
88534
|
+
ref: "basicRef",
|
|
88535
|
+
attrs: {
|
|
88536
|
+
"form": _vm.form,
|
|
88537
|
+
"settingSource": _vm.settingSource,
|
|
88538
|
+
"disable-fill-buss": _vm.disableFillBuss
|
|
88539
|
+
},
|
|
88540
|
+
on: {
|
|
88541
|
+
"unitOptions": _vm.unitOptions,
|
|
88542
|
+
"handleAccountChange": _vm.handleAccountChange
|
|
88543
|
+
}
|
|
88544
|
+
}), _c('CLSecondaryTab', {
|
|
88545
|
+
attrs: {
|
|
88546
|
+
"init": _vm.activeName,
|
|
88547
|
+
"data": _vm.list
|
|
88548
|
+
},
|
|
88549
|
+
on: {
|
|
88550
|
+
"update:init": function ($event) {
|
|
88551
|
+
_vm.activeName = $event;
|
|
88552
|
+
},
|
|
88553
|
+
"click": _vm.clickTab
|
|
88554
|
+
}
|
|
88555
|
+
}), _c('div', {
|
|
88556
|
+
class: {
|
|
88557
|
+
'm-l-32': _vm.activeValue == 'ConditionGroup'
|
|
88558
|
+
}
|
|
88559
|
+
}, [_vm.activeValue == 'ConditionGroup' ? _c('div', {
|
|
88560
|
+
staticClass: "m-b-s"
|
|
88561
|
+
}, [_c('i', {
|
|
88562
|
+
staticClass: "el-icon-warning-outline color-warning m-r-s"
|
|
88563
|
+
}), _vm._v(_vm._s(_vm.$l("匹配值为多个时,点击编辑按钮,在编辑弹窗中以换行形式维护")) + " ")]) : _vm._e(), _c('keep-alive', [_c(_vm.activeValue, {
|
|
88564
|
+
ref: _vm.activeValue,
|
|
88565
|
+
tag: "component",
|
|
88566
|
+
attrs: {
|
|
88567
|
+
"localNode": _vm.tree,
|
|
88568
|
+
"cltNos": _vm.cltNos,
|
|
88569
|
+
"basicForm": _vm.form,
|
|
88570
|
+
"options": _vm.options,
|
|
88571
|
+
"settingSource": _vm.settingSource,
|
|
88572
|
+
"emptyList": _vm.emptyList,
|
|
88573
|
+
"filedList": _vm.filedList,
|
|
88574
|
+
"slot-list": _vm.slotList
|
|
88575
|
+
},
|
|
88576
|
+
scopedSlots: _vm._u([_vm._l(_vm.slotList, function (slotName, index) {
|
|
88577
|
+
return {
|
|
88578
|
+
key: slotName,
|
|
88579
|
+
fn: function ({
|
|
88580
|
+
row
|
|
88581
|
+
}) {
|
|
88582
|
+
return [_vm._t(slotName, null, {
|
|
88583
|
+
"row": row
|
|
88584
|
+
})];
|
|
88585
|
+
}
|
|
88586
|
+
};
|
|
88587
|
+
})], null, true)
|
|
88588
|
+
})], 1)], 1), _c('div', {
|
|
88589
|
+
staticClass: "page-button-shadow flex-box flex-c flex-v",
|
|
88590
|
+
attrs: {
|
|
88591
|
+
"slot": "footer"
|
|
88592
|
+
},
|
|
88593
|
+
slot: "footer"
|
|
88594
|
+
}, [_c('el-button', {
|
|
88595
|
+
attrs: {
|
|
88596
|
+
"type": "primary"
|
|
88597
|
+
},
|
|
88598
|
+
on: {
|
|
88599
|
+
"click": _vm.submit
|
|
88600
|
+
}
|
|
88601
|
+
}, [_vm._v(_vm._s(_vm.$l("保存")))]), _c('el-button', {
|
|
88602
|
+
attrs: {
|
|
88603
|
+
"plain": ""
|
|
88604
|
+
},
|
|
88605
|
+
on: {
|
|
88606
|
+
"click": _vm.goBackCommon
|
|
88607
|
+
}
|
|
88608
|
+
}, [_vm._v(_vm._s(_vm.$l("取消")))])], 1)], 1);
|
|
88609
|
+
};
|
|
88610
|
+
var staticRenderFns = exports.staticRenderFns = [];
|
|
88611
|
+
|
|
88612
|
+
/***/ }),
|
|
88613
|
+
|
|
87966
88614
|
/***/ "a15e":
|
|
87967
88615
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
87968
88616
|
|
|
@@ -89698,13 +90346,6 @@ const AutoFillListHeader = exports.AutoFillListHeader = [{
|
|
|
89698
90346
|
}) => {
|
|
89699
90347
|
return row.isAutoConfirm ? "是" : "否";
|
|
89700
90348
|
}
|
|
89701
|
-
}, {
|
|
89702
|
-
label: "失效时间",
|
|
89703
|
-
prop: "effectiveTime",
|
|
89704
|
-
align: "center",
|
|
89705
|
-
width: "180",
|
|
89706
|
-
sortable: true,
|
|
89707
|
-
"show-overflow-tooltip": true
|
|
89708
90349
|
}, {
|
|
89709
90350
|
label: "生效时间",
|
|
89710
90351
|
prop: "updateTime",
|
|
@@ -93625,7 +94266,7 @@ function _default(ref) {
|
|
|
93625
94266
|
|
|
93626
94267
|
"use strict";
|
|
93627
94268
|
__webpack_require__.r(__webpack_exports__);
|
|
93628
|
-
/* harmony import */ var
|
|
94269
|
+
/* harmony import */ var _main_vue_vue_type_template_id_c57f8d4e__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7fa0");
|
|
93629
94270
|
/* harmony import */ var _main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("cf76");
|
|
93630
94271
|
/* 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__));
|
|
93631
94272
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("2877");
|
|
@@ -93638,8 +94279,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
93638
94279
|
|
|
93639
94280
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
93640
94281
|
_main_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
93641
|
-
|
|
93642
|
-
|
|
94282
|
+
_main_vue_vue_type_template_id_c57f8d4e__WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
94283
|
+
_main_vue_vue_type_template_id_c57f8d4e__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
93643
94284
|
false,
|
|
93644
94285
|
null,
|
|
93645
94286
|
null,
|
|
@@ -108385,6 +109026,282 @@ var _default = exports.default = {
|
|
|
108385
109026
|
|
|
108386
109027
|
/***/ }),
|
|
108387
109028
|
|
|
109029
|
+
/***/ "d060":
|
|
109030
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
109031
|
+
|
|
109032
|
+
"use strict";
|
|
109033
|
+
|
|
109034
|
+
|
|
109035
|
+
Object.defineProperty(exports, "__esModule", {
|
|
109036
|
+
value: true
|
|
109037
|
+
});
|
|
109038
|
+
exports.staticRenderFns = exports.render = void 0;
|
|
109039
|
+
var render = exports.render = function render() {
|
|
109040
|
+
var _vm = this,
|
|
109041
|
+
_c = _vm._self._c;
|
|
109042
|
+
return _c('el-form', {
|
|
109043
|
+
ref: "formRef",
|
|
109044
|
+
staticClass: "label-width-12em",
|
|
109045
|
+
attrs: {
|
|
109046
|
+
"label-width": "12em",
|
|
109047
|
+
"model": _vm.form,
|
|
109048
|
+
"rules": _vm.rules
|
|
109049
|
+
}
|
|
109050
|
+
}, [_c('CLExpandablePane', {
|
|
109051
|
+
attrs: {
|
|
109052
|
+
"title": _vm.$l('匹配基本规则')
|
|
109053
|
+
}
|
|
109054
|
+
}, [_c('el-form-item', {
|
|
109055
|
+
staticClass: "m-b-m m-t-s auto-form-item",
|
|
109056
|
+
attrs: {
|
|
109057
|
+
"label": _vm.$l('适用范围'),
|
|
109058
|
+
"prop": "usedScope"
|
|
109059
|
+
}
|
|
109060
|
+
}, [_c('el-select', {
|
|
109061
|
+
staticClass: "input-w",
|
|
109062
|
+
attrs: {
|
|
109063
|
+
"clearable": "",
|
|
109064
|
+
"filterable": "",
|
|
109065
|
+
"placeholder": _vm.$l('请选择')
|
|
109066
|
+
},
|
|
109067
|
+
on: {
|
|
109068
|
+
"change": _vm.applyRangeChange
|
|
109069
|
+
},
|
|
109070
|
+
model: {
|
|
109071
|
+
value: _vm.form.usedScope,
|
|
109072
|
+
callback: function ($$v) {
|
|
109073
|
+
_vm.$set(_vm.form, "usedScope", $$v);
|
|
109074
|
+
},
|
|
109075
|
+
expression: "form.usedScope"
|
|
109076
|
+
}
|
|
109077
|
+
}, _vm._l(_vm.scopeOptions, function (item) {
|
|
109078
|
+
return _c('el-option', {
|
|
109079
|
+
key: item.value,
|
|
109080
|
+
attrs: {
|
|
109081
|
+
"label": item.label,
|
|
109082
|
+
"value": item.value
|
|
109083
|
+
}
|
|
109084
|
+
});
|
|
109085
|
+
}), 1), _c('el-tooltip', {
|
|
109086
|
+
staticClass: "m-l-ss",
|
|
109087
|
+
attrs: {
|
|
109088
|
+
"effect": "dark",
|
|
109089
|
+
"content": _vm.$l('适用范围+适用单位确定该条规则适用的单位范围'),
|
|
109090
|
+
"placement": "top"
|
|
109091
|
+
}
|
|
109092
|
+
}, [_c('i', {
|
|
109093
|
+
staticClass: "n20-icon-xinxitishi",
|
|
109094
|
+
staticStyle: {
|
|
109095
|
+
"color": "var(--color-text-secondary)"
|
|
109096
|
+
}
|
|
109097
|
+
})])], 1), _c('el-form-item', {
|
|
109098
|
+
staticClass: "m-b-m auto-form-item",
|
|
109099
|
+
attrs: {
|
|
109100
|
+
"label": _vm.$l('适用单位'),
|
|
109101
|
+
"prop": "cltNo",
|
|
109102
|
+
"rules": [{
|
|
109103
|
+
required: _vm.form.usedScope !== 'all',
|
|
109104
|
+
message: _vm.$l('至少选择一个单位'),
|
|
109105
|
+
trigger: ['blur']
|
|
109106
|
+
}]
|
|
109107
|
+
}
|
|
109108
|
+
}, [_c('SelectTreeUnitForm', {
|
|
109109
|
+
ref: "selectTreeUnitForm",
|
|
109110
|
+
attrs: {
|
|
109111
|
+
"searchUnitNo": _vm.userUnitNo,
|
|
109112
|
+
"showAllCheck": "",
|
|
109113
|
+
"multiple": true,
|
|
109114
|
+
"placeholder": _vm.$l('请选择'),
|
|
109115
|
+
"url": '/api/nstc-gtcp/1.0/fundTree',
|
|
109116
|
+
"moduleNo": _vm.settingSource == 1 ? 'CTMS' : 'PTMS',
|
|
109117
|
+
"node-key": "id",
|
|
109118
|
+
"relaNo": 'payment001',
|
|
109119
|
+
"upDateValue": _vm.defaultSelect,
|
|
109120
|
+
"disabled": _vm.form.usedScope == 'all'
|
|
109121
|
+
},
|
|
109122
|
+
on: {
|
|
109123
|
+
"dataChange": _vm.dataChange
|
|
109124
|
+
},
|
|
109125
|
+
model: {
|
|
109126
|
+
value: _vm.form.cltNo,
|
|
109127
|
+
callback: function ($$v) {
|
|
109128
|
+
_vm.$set(_vm.form, "cltNo", $$v);
|
|
109129
|
+
},
|
|
109130
|
+
expression: "form.cltNo"
|
|
109131
|
+
}
|
|
109132
|
+
})], 1), _c('el-form-item', {
|
|
109133
|
+
staticClass: "m-b-m auto-form-item",
|
|
109134
|
+
attrs: {
|
|
109135
|
+
"label": _vm.$l('规则名称'),
|
|
109136
|
+
"prop": "matchingRuleName"
|
|
109137
|
+
}
|
|
109138
|
+
}, [_c('el-input', {
|
|
109139
|
+
directives: [{
|
|
109140
|
+
name: "title",
|
|
109141
|
+
rawName: "v-title"
|
|
109142
|
+
}],
|
|
109143
|
+
staticClass: "input-w",
|
|
109144
|
+
attrs: {
|
|
109145
|
+
"clearable": "",
|
|
109146
|
+
"show-overflow-tooltip": true,
|
|
109147
|
+
"maxlength": 64,
|
|
109148
|
+
"placeholder": _vm.$l('请输入')
|
|
109149
|
+
},
|
|
109150
|
+
model: {
|
|
109151
|
+
value: _vm.form.matchingRuleName,
|
|
109152
|
+
callback: function ($$v) {
|
|
109153
|
+
_vm.$set(_vm.form, "matchingRuleName", $$v);
|
|
109154
|
+
},
|
|
109155
|
+
expression: "form.matchingRuleName"
|
|
109156
|
+
}
|
|
109157
|
+
})], 1), _c('el-form-item', {
|
|
109158
|
+
staticClass: "m-b-m auto-form-item",
|
|
109159
|
+
attrs: {
|
|
109160
|
+
"label": _vm.$l('规则类型'),
|
|
109161
|
+
"prop": "matchingRuleType"
|
|
109162
|
+
}
|
|
109163
|
+
}, [_c('el-select', {
|
|
109164
|
+
staticClass: "input-w",
|
|
109165
|
+
attrs: {
|
|
109166
|
+
"clearable": "",
|
|
109167
|
+
"filterable": "",
|
|
109168
|
+
"placeholder": _vm.$l('请选择')
|
|
109169
|
+
},
|
|
109170
|
+
model: {
|
|
109171
|
+
value: _vm.form.matchingRuleType,
|
|
109172
|
+
callback: function ($$v) {
|
|
109173
|
+
_vm.$set(_vm.form, "matchingRuleType", $$v);
|
|
109174
|
+
},
|
|
109175
|
+
expression: "form.matchingRuleType"
|
|
109176
|
+
}
|
|
109177
|
+
}, _vm._l(_vm.methodOptions, function (item) {
|
|
109178
|
+
return _c('el-option', {
|
|
109179
|
+
key: item.value,
|
|
109180
|
+
attrs: {
|
|
109181
|
+
"label": item.label,
|
|
109182
|
+
"value": item.value
|
|
109183
|
+
}
|
|
109184
|
+
});
|
|
109185
|
+
}), 1)], 1), _c('el-form-item', {
|
|
109186
|
+
staticClass: "m-b-m auto-form-item",
|
|
109187
|
+
attrs: {
|
|
109188
|
+
"label": _vm.$l('匹配优先级'),
|
|
109189
|
+
"prop": "matchingPriority"
|
|
109190
|
+
}
|
|
109191
|
+
}, [_c('NstcIntegerInput', {
|
|
109192
|
+
staticClass: "input-w",
|
|
109193
|
+
attrs: {
|
|
109194
|
+
"clearable": "",
|
|
109195
|
+
"min": 1,
|
|
109196
|
+
"placeholder": _vm.$l('请输入'),
|
|
109197
|
+
"max": 9999
|
|
109198
|
+
},
|
|
109199
|
+
model: {
|
|
109200
|
+
value: _vm.form.matchingPriority,
|
|
109201
|
+
callback: function ($$v) {
|
|
109202
|
+
_vm.$set(_vm.form, "matchingPriority", $$v);
|
|
109203
|
+
},
|
|
109204
|
+
expression: "form.matchingPriority"
|
|
109205
|
+
}
|
|
109206
|
+
}), _c('el-tooltip', {
|
|
109207
|
+
staticClass: "m-l-ss",
|
|
109208
|
+
attrs: {
|
|
109209
|
+
"effect": "dark",
|
|
109210
|
+
"content": _vm.$l('输入正整数,数字越大,匹配优先级越高'),
|
|
109211
|
+
"placement": "top"
|
|
109212
|
+
}
|
|
109213
|
+
}, [_c('i', {
|
|
109214
|
+
staticClass: "n20-icon-xinxitishi",
|
|
109215
|
+
staticStyle: {
|
|
109216
|
+
"color": "var(--color-text-secondary)"
|
|
109217
|
+
}
|
|
109218
|
+
})])], 1), _c('el-form-item', {
|
|
109219
|
+
staticClass: "m-b-m auto-form-item",
|
|
109220
|
+
attrs: {
|
|
109221
|
+
"label": _vm.$l('适用业务'),
|
|
109222
|
+
"prop": "usedBusiness"
|
|
109223
|
+
}
|
|
109224
|
+
}, [_c('el-select', {
|
|
109225
|
+
staticClass: "input-w",
|
|
109226
|
+
attrs: {
|
|
109227
|
+
"clearable": "",
|
|
109228
|
+
"filterable": "",
|
|
109229
|
+
"disabled": _vm.disableFillBuss,
|
|
109230
|
+
"placeholder": _vm.$l('请选择')
|
|
109231
|
+
},
|
|
109232
|
+
model: {
|
|
109233
|
+
value: _vm.form.usedBusiness,
|
|
109234
|
+
callback: function ($$v) {
|
|
109235
|
+
_vm.$set(_vm.form, "usedBusiness", $$v);
|
|
109236
|
+
},
|
|
109237
|
+
expression: "form.usedBusiness"
|
|
109238
|
+
}
|
|
109239
|
+
}, _vm._l(_vm.fillMethodOptions, function (item) {
|
|
109240
|
+
return _c('el-option', {
|
|
109241
|
+
key: item.value,
|
|
109242
|
+
attrs: {
|
|
109243
|
+
"label": item.label,
|
|
109244
|
+
"value": item.value
|
|
109245
|
+
}
|
|
109246
|
+
});
|
|
109247
|
+
}), 1)], 1), _c('el-form-item', {
|
|
109248
|
+
staticClass: "m-b-m auto-form-item",
|
|
109249
|
+
attrs: {
|
|
109250
|
+
"label": _vm.$l('适用账户'),
|
|
109251
|
+
"prop": "usedAccountType"
|
|
109252
|
+
}
|
|
109253
|
+
}, [_c('el-select', {
|
|
109254
|
+
staticClass: "input-w",
|
|
109255
|
+
attrs: {
|
|
109256
|
+
"clearable": "",
|
|
109257
|
+
"placeholder": _vm.$l('请选择')
|
|
109258
|
+
},
|
|
109259
|
+
on: {
|
|
109260
|
+
"change": _vm.applyAccountChange
|
|
109261
|
+
},
|
|
109262
|
+
model: {
|
|
109263
|
+
value: _vm.form.usedAccountType,
|
|
109264
|
+
callback: function ($$v) {
|
|
109265
|
+
_vm.$set(_vm.form, "usedAccountType", $$v);
|
|
109266
|
+
},
|
|
109267
|
+
expression: "form.usedAccountType"
|
|
109268
|
+
}
|
|
109269
|
+
}, _vm._l(_vm.accountTypeOptions, function (item) {
|
|
109270
|
+
return _c('el-option', {
|
|
109271
|
+
key: item.value,
|
|
109272
|
+
attrs: {
|
|
109273
|
+
"label": item.label,
|
|
109274
|
+
"value": item.value
|
|
109275
|
+
}
|
|
109276
|
+
});
|
|
109277
|
+
}), 1)], 1), _c('el-form-item', {
|
|
109278
|
+
staticClass: "m-b-m auto-form-item",
|
|
109279
|
+
attrs: {
|
|
109280
|
+
"label": _vm.$l('是否自动确认'),
|
|
109281
|
+
"prop": "isAutoConfirm"
|
|
109282
|
+
}
|
|
109283
|
+
}, [_c('el-radio-group', {
|
|
109284
|
+
model: {
|
|
109285
|
+
value: _vm.form.isAutoConfirm,
|
|
109286
|
+
callback: function ($$v) {
|
|
109287
|
+
_vm.$set(_vm.form, "isAutoConfirm", $$v);
|
|
109288
|
+
},
|
|
109289
|
+
expression: "form.isAutoConfirm"
|
|
109290
|
+
}
|
|
109291
|
+
}, [_c('el-radio', {
|
|
109292
|
+
attrs: {
|
|
109293
|
+
"label": 1
|
|
109294
|
+
}
|
|
109295
|
+
}, [_vm._v(_vm._s(_vm.$l("是")))]), _c('el-radio', {
|
|
109296
|
+
attrs: {
|
|
109297
|
+
"label": 0
|
|
109298
|
+
}
|
|
109299
|
+
}, [_vm._v(_vm._s(_vm.$l("否")))])], 1)], 1)], 1)], 1);
|
|
109300
|
+
};
|
|
109301
|
+
var staticRenderFns = exports.staticRenderFns = [];
|
|
109302
|
+
|
|
109303
|
+
/***/ }),
|
|
109304
|
+
|
|
108388
109305
|
/***/ "d077":
|
|
108389
109306
|
/***/ (function(module, exports, __webpack_require__) {
|
|
108390
109307
|
|
|
@@ -110328,269 +111245,6 @@ var _default = exports.default = {
|
|
|
110328
111245
|
|
|
110329
111246
|
/***/ }),
|
|
110330
111247
|
|
|
110331
|
-
/***/ "d665":
|
|
110332
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
110333
|
-
|
|
110334
|
-
"use strict";
|
|
110335
|
-
|
|
110336
|
-
|
|
110337
|
-
Object.defineProperty(exports, "__esModule", {
|
|
110338
|
-
value: true
|
|
110339
|
-
});
|
|
110340
|
-
exports.staticRenderFns = exports.render = void 0;
|
|
110341
|
-
var render = exports.render = function render() {
|
|
110342
|
-
var _vm = this,
|
|
110343
|
-
_c = _vm._self._c;
|
|
110344
|
-
return _c('ClPage', {
|
|
110345
|
-
style: {
|
|
110346
|
-
height: _vm.test ? '100%' : ''
|
|
110347
|
-
}
|
|
110348
|
-
}, [_c('div', {
|
|
110349
|
-
ref: "formWrap",
|
|
110350
|
-
attrs: {
|
|
110351
|
-
"slot": "header"
|
|
110352
|
-
},
|
|
110353
|
-
slot: "header"
|
|
110354
|
-
}, [_c('cl-page-header', {
|
|
110355
|
-
attrs: {
|
|
110356
|
-
"content": "历史规则查询"
|
|
110357
|
-
},
|
|
110358
|
-
on: {
|
|
110359
|
-
"back": _vm.$goBackCommon
|
|
110360
|
-
}
|
|
110361
|
-
}), _c('div', {
|
|
110362
|
-
staticClass: "flex-box flex-r",
|
|
110363
|
-
staticStyle: {
|
|
110364
|
-
"position": "absolute",
|
|
110365
|
-
"top": "2px",
|
|
110366
|
-
"right": "16px"
|
|
110367
|
-
}
|
|
110368
|
-
}, [_c('el-button', {
|
|
110369
|
-
attrs: {
|
|
110370
|
-
"icon": "n20-icon-shuaxin",
|
|
110371
|
-
"plain": "",
|
|
110372
|
-
"onlyicon": "",
|
|
110373
|
-
"size": "mini"
|
|
110374
|
-
},
|
|
110375
|
-
on: {
|
|
110376
|
-
"click": _vm.refresh
|
|
110377
|
-
}
|
|
110378
|
-
}), _c('el-button', {
|
|
110379
|
-
staticClass: "m-l-s",
|
|
110380
|
-
attrs: {
|
|
110381
|
-
"icon": "n20-icon-iconfontshaixuan ",
|
|
110382
|
-
"plain": "",
|
|
110383
|
-
"onlyicon": "",
|
|
110384
|
-
"size": "mini"
|
|
110385
|
-
},
|
|
110386
|
-
on: {
|
|
110387
|
-
"click": function ($event) {
|
|
110388
|
-
_vm.multiple = !_vm.multiple;
|
|
110389
|
-
}
|
|
110390
|
-
}
|
|
110391
|
-
}), _c('el-dropdown', {
|
|
110392
|
-
staticClass: "m-l-s",
|
|
110393
|
-
attrs: {
|
|
110394
|
-
"trigger": "click"
|
|
110395
|
-
},
|
|
110396
|
-
on: {
|
|
110397
|
-
"command": _vm.exportFn
|
|
110398
|
-
}
|
|
110399
|
-
}, [_c('span', {
|
|
110400
|
-
staticClass: "el-dropdown-link"
|
|
110401
|
-
}, [_c('el-button', {
|
|
110402
|
-
attrs: {
|
|
110403
|
-
"size": "mini",
|
|
110404
|
-
"plain": ""
|
|
110405
|
-
}
|
|
110406
|
-
}, [_vm._v(" " + _vm._s(_vm.$l("导出"))), _c('i', {
|
|
110407
|
-
staticClass: "el-icon-arrow-down"
|
|
110408
|
-
})])], 1), _c('el-dropdown-menu', {
|
|
110409
|
-
attrs: {
|
|
110410
|
-
"slot": "dropdown"
|
|
110411
|
-
},
|
|
110412
|
-
slot: "dropdown"
|
|
110413
|
-
}, [_c('el-dropdown-item', {
|
|
110414
|
-
attrs: {
|
|
110415
|
-
"command": "xls"
|
|
110416
|
-
}
|
|
110417
|
-
}, [_vm._v(_vm._s(_vm.$l(".xls格式")) + " ")]), _c('el-dropdown-item', {
|
|
110418
|
-
attrs: {
|
|
110419
|
-
"command": "xlsx"
|
|
110420
|
-
}
|
|
110421
|
-
}, [_vm._v(_vm._s(_vm.$l(".xlsx格式")) + " ")])], 1)], 1)], 1), _c('ClAdvancedFilter', {
|
|
110422
|
-
key: `pub-filter-rules-${_vm.settingSource}-${_vm.type}-${_vm.filterKey}`,
|
|
110423
|
-
attrs: {
|
|
110424
|
-
"visible": _vm.multiple,
|
|
110425
|
-
"filterId": `RulesManage-payment-filter-rules-${_vm.settingSource}432-rf3231-${_vm.type}`,
|
|
110426
|
-
"model": _vm.formData,
|
|
110427
|
-
"onlyKey": "id",
|
|
110428
|
-
"filter-list": _vm.filterList
|
|
110429
|
-
},
|
|
110430
|
-
on: {
|
|
110431
|
-
"update:visible": function ($event) {
|
|
110432
|
-
_vm.multiple = $event;
|
|
110433
|
-
},
|
|
110434
|
-
"search": _vm.refresh,
|
|
110435
|
-
"enter": _vm.refresh,
|
|
110436
|
-
"clear": _vm.clearSearch
|
|
110437
|
-
}
|
|
110438
|
-
})], 1), _c('div', {
|
|
110439
|
-
staticStyle: {
|
|
110440
|
-
"flex": "1",
|
|
110441
|
-
"position": "relative",
|
|
110442
|
-
"height": "100%"
|
|
110443
|
-
}
|
|
110444
|
-
}, [_c('div', {
|
|
110445
|
-
staticStyle: {
|
|
110446
|
-
"position": "absolute",
|
|
110447
|
-
"width": "100%",
|
|
110448
|
-
"height": "100%"
|
|
110449
|
-
}
|
|
110450
|
-
}, [_c('CLTablePro', {
|
|
110451
|
-
key: `table-pro-${_vm.fillField.length}`,
|
|
110452
|
-
ref: "vTable",
|
|
110453
|
-
attrs: {
|
|
110454
|
-
"loading": _vm.loading,
|
|
110455
|
-
"data": _vm.tableData,
|
|
110456
|
-
"columns": _vm.tableHeader,
|
|
110457
|
-
"height": '100%',
|
|
110458
|
-
"clearSelect": false,
|
|
110459
|
-
"auto-resize": "",
|
|
110460
|
-
"rowConfig": {
|
|
110461
|
-
keyField: 'md5Code'
|
|
110462
|
-
},
|
|
110463
|
-
"checkboxConfig": {
|
|
110464
|
-
reserve: true
|
|
110465
|
-
}
|
|
110466
|
-
},
|
|
110467
|
-
on: {
|
|
110468
|
-
"selection-change-method": _vm.handleSelectionChange,
|
|
110469
|
-
"sort-change-method": _vm.sortChange
|
|
110470
|
-
},
|
|
110471
|
-
scopedSlots: _vm._u([{
|
|
110472
|
-
key: "usedUnit",
|
|
110473
|
-
fn: function ({
|
|
110474
|
-
column
|
|
110475
|
-
}) {
|
|
110476
|
-
return _c('vxe-column', _vm._b({
|
|
110477
|
-
attrs: {
|
|
110478
|
-
"field": column.prop,
|
|
110479
|
-
"title": column.label
|
|
110480
|
-
},
|
|
110481
|
-
scopedSlots: _vm._u([{
|
|
110482
|
-
key: "default",
|
|
110483
|
-
fn: function ({
|
|
110484
|
-
row
|
|
110485
|
-
}) {
|
|
110486
|
-
return [_c('div', {
|
|
110487
|
-
attrs: {
|
|
110488
|
-
"title": row.usedUnits
|
|
110489
|
-
},
|
|
110490
|
-
domProps: {
|
|
110491
|
-
"innerHTML": _vm._s(row.usedUnit || '--')
|
|
110492
|
-
}
|
|
110493
|
-
})];
|
|
110494
|
-
}
|
|
110495
|
-
}])
|
|
110496
|
-
}, 'vxe-column', column, false));
|
|
110497
|
-
}
|
|
110498
|
-
}, {
|
|
110499
|
-
key: "matchingId",
|
|
110500
|
-
fn: function ({
|
|
110501
|
-
column
|
|
110502
|
-
}) {
|
|
110503
|
-
return _c('vxe-column', _vm._b({
|
|
110504
|
-
attrs: {
|
|
110505
|
-
"field": column.prop,
|
|
110506
|
-
"title": column.label
|
|
110507
|
-
},
|
|
110508
|
-
scopedSlots: _vm._u([{
|
|
110509
|
-
key: "default",
|
|
110510
|
-
fn: function ({
|
|
110511
|
-
row
|
|
110512
|
-
}) {
|
|
110513
|
-
return [_c('el-button', {
|
|
110514
|
-
attrs: {
|
|
110515
|
-
"type": "text"
|
|
110516
|
-
},
|
|
110517
|
-
on: {
|
|
110518
|
-
"click": function ($event) {
|
|
110519
|
-
return _vm.handleClick(row);
|
|
110520
|
-
}
|
|
110521
|
-
}
|
|
110522
|
-
}, [_vm._v(_vm._s(row.matchingId) + "-" + _vm._s(row.matchingIdHi) + " ")])];
|
|
110523
|
-
}
|
|
110524
|
-
}])
|
|
110525
|
-
}, 'vxe-column', column, false));
|
|
110526
|
-
}
|
|
110527
|
-
}])
|
|
110528
|
-
}, [_c('vxe-colgroup', {
|
|
110529
|
-
attrs: {
|
|
110530
|
-
"slot": "fillInfo",
|
|
110531
|
-
"width": "220",
|
|
110532
|
-
"title": _vm.$l('补填信息'),
|
|
110533
|
-
"align": "center"
|
|
110534
|
-
},
|
|
110535
|
-
slot: "fillInfo"
|
|
110536
|
-
}, [_vm._l(_vm.fillField, function (item) {
|
|
110537
|
-
return [_vm.fillField.length ? _c('vxe-column', {
|
|
110538
|
-
key: item.fieldCode,
|
|
110539
|
-
attrs: {
|
|
110540
|
-
"field": item.fieldCode,
|
|
110541
|
-
"title": item.fieldName,
|
|
110542
|
-
"align": "center",
|
|
110543
|
-
"width": 200
|
|
110544
|
-
},
|
|
110545
|
-
scopedSlots: _vm._u([{
|
|
110546
|
-
key: "default",
|
|
110547
|
-
fn: function (scope) {
|
|
110548
|
-
return [_c('div', [_vm._v(" " + _vm._s(scope.row[item.fieldCode] || "--") + " ")])];
|
|
110549
|
-
}
|
|
110550
|
-
}], null, true)
|
|
110551
|
-
}) : _vm._e()];
|
|
110552
|
-
})], 2)], 1)], 1)]), _c('div', {
|
|
110553
|
-
staticClass: "page-footer-shadow flex-box flex-lr flex-v pt-4 pb-4",
|
|
110554
|
-
attrs: {
|
|
110555
|
-
"slot": "footer"
|
|
110556
|
-
},
|
|
110557
|
-
slot: "footer"
|
|
110558
|
-
}, [_c('div', {
|
|
110559
|
-
staticClass: "flex-box flex-v"
|
|
110560
|
-
}, [_c('StatisItem', {
|
|
110561
|
-
attrs: {
|
|
110562
|
-
"type": _vm.$l('已选合计'),
|
|
110563
|
-
"list": [{
|
|
110564
|
-
label: _vm.$l('笔数'),
|
|
110565
|
-
value: _vm.selectRows.length
|
|
110566
|
-
}]
|
|
110567
|
-
}
|
|
110568
|
-
}), _c('StatisItem', {
|
|
110569
|
-
attrs: {
|
|
110570
|
-
"type": _vm.$l('全部合计'),
|
|
110571
|
-
"list": [{
|
|
110572
|
-
label: _vm.$l('笔数'),
|
|
110573
|
-
value: _vm.pagination.total
|
|
110574
|
-
}]
|
|
110575
|
-
}
|
|
110576
|
-
})], 1), _c('ClPagination', {
|
|
110577
|
-
attrs: {
|
|
110578
|
-
"page-obj": _vm.pagination,
|
|
110579
|
-
"page-key": {
|
|
110580
|
-
no: 'current',
|
|
110581
|
-
size: 'size',
|
|
110582
|
-
total: 'total'
|
|
110583
|
-
}
|
|
110584
|
-
},
|
|
110585
|
-
on: {
|
|
110586
|
-
"change": _vm.queryData
|
|
110587
|
-
}
|
|
110588
|
-
})], 1)]);
|
|
110589
|
-
};
|
|
110590
|
-
var staticRenderFns = exports.staticRenderFns = [];
|
|
110591
|
-
|
|
110592
|
-
/***/ }),
|
|
110593
|
-
|
|
110594
111248
|
/***/ "d688":
|
|
110595
111249
|
/***/ (function(module, exports, __webpack_require__) {
|
|
110596
111250
|
|
|
@@ -110916,6 +111570,7 @@ var _default = exports.default = {
|
|
|
110916
111570
|
return {
|
|
110917
111571
|
slotName: "aaa",
|
|
110918
111572
|
form: {
|
|
111573
|
+
refillBasis: 1,
|
|
110919
111574
|
matchingRuleType: "",
|
|
110920
111575
|
usedAccountType: "BANK_ACCOUNT",
|
|
110921
111576
|
isSetOnUnit: 0,
|
|
@@ -110923,7 +111578,7 @@ var _default = exports.default = {
|
|
|
110923
111578
|
isAutoConfirm: 1,
|
|
110924
111579
|
matchingRuleName: "",
|
|
110925
111580
|
usedBusiness: "",
|
|
110926
|
-
matchingPriority:
|
|
111581
|
+
matchingPriority: 1,
|
|
110927
111582
|
matchingFillCommons: [],
|
|
110928
111583
|
// 补填字段规则集合
|
|
110929
111584
|
matchingFillDimensions: []
|