gcs-ui-lib 1.1.468 → 1.1.470
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 +1118 -1077
- package/lib/gcs-ui-lib.css +1 -1
- package/lib/gcs-ui-lib.umd.js +1118 -1077
- package/lib/gcs-ui-lib.umd.min.js +20 -20
- package/package.json +1 -1
- package/packages/AutoFillService/src/components/ConditionGroup.vue +1 -0
- package/packages/AutoFillService/src/components/FillComponent.vue +16 -1
- package/packages/AutoFillService/src/components/fillRules.vue +26 -2
- package/packages/ValidateQuota/index.js +1 -1
- package/src/index.js +1 -1
package/lib/gcs-ui-lib.common.js
CHANGED
|
@@ -795,338 +795,6 @@ var staticRenderFns = exports.staticRenderFns = [];
|
|
|
795
795
|
|
|
796
796
|
|
|
797
797
|
|
|
798
|
-
/***/ }),
|
|
799
|
-
|
|
800
|
-
/***/ "0154":
|
|
801
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
802
|
-
|
|
803
|
-
"use strict";
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
Object.defineProperty(exports, "__esModule", {
|
|
807
|
-
value: true
|
|
808
|
-
});
|
|
809
|
-
exports.staticRenderFns = exports.render = void 0;
|
|
810
|
-
var render = exports.render = function render() {
|
|
811
|
-
var _vm = this,
|
|
812
|
-
_c = _vm._self._c;
|
|
813
|
-
return _c('div', {
|
|
814
|
-
key: _vm.templateKey,
|
|
815
|
-
staticClass: "auto-group"
|
|
816
|
-
}, [!_vm.disabled ? _c('div', {
|
|
817
|
-
staticClass: "auto-actions"
|
|
818
|
-
}, [_c('el-dropdown', {
|
|
819
|
-
on: {
|
|
820
|
-
"command": _vm.handleCommand
|
|
821
|
-
}
|
|
822
|
-
}, [_c('span', {
|
|
823
|
-
staticClass: "el-dropdown-link"
|
|
824
|
-
}, [_c('i', {
|
|
825
|
-
staticClass: "el-icon-circle-plus-outline auto-icon-ops"
|
|
826
|
-
})]), _c('el-dropdown-menu', {
|
|
827
|
-
attrs: {
|
|
828
|
-
"slot": "dropdown"
|
|
829
|
-
},
|
|
830
|
-
slot: "dropdown"
|
|
831
|
-
}, [_c('el-dropdown-item', {
|
|
832
|
-
attrs: {
|
|
833
|
-
"icon": "el-icon-plus",
|
|
834
|
-
"command": "a"
|
|
835
|
-
}
|
|
836
|
-
}, [_vm._v("条件")]), _c('el-dropdown-item', {
|
|
837
|
-
attrs: {
|
|
838
|
-
"icon": "el-icon-plus",
|
|
839
|
-
"command": "b"
|
|
840
|
-
}
|
|
841
|
-
}, [_vm._v("条件组")])], 1)], 1), !_vm.localNode.root ? _c('i', {
|
|
842
|
-
staticClass: "el-icon-circle-close m-l-s auto-icon-ops",
|
|
843
|
-
on: {
|
|
844
|
-
"click": _vm.deleteleGroup
|
|
845
|
-
}
|
|
846
|
-
}) : _vm._e()], 1) : _vm._e(), _vm.showOperator ? _c('select', {
|
|
847
|
-
directives: [{
|
|
848
|
-
name: "model",
|
|
849
|
-
rawName: "v-model",
|
|
850
|
-
value: _vm.localNode.logicalOperation,
|
|
851
|
-
expression: "localNode.logicalOperation"
|
|
852
|
-
}],
|
|
853
|
-
staticClass: "auto-group-select",
|
|
854
|
-
attrs: {
|
|
855
|
-
"disabled": _vm.disabled
|
|
856
|
-
},
|
|
857
|
-
on: {
|
|
858
|
-
"change": function ($event) {
|
|
859
|
-
var $$selectedVal = Array.prototype.filter.call($event.target.options, function (o) {
|
|
860
|
-
return o.selected;
|
|
861
|
-
}).map(function (o) {
|
|
862
|
-
var val = "_value" in o ? o._value : o.value;
|
|
863
|
-
return val;
|
|
864
|
-
});
|
|
865
|
-
_vm.$set(_vm.localNode, "logicalOperation", $event.target.multiple ? $$selectedVal : $$selectedVal[0]);
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
}, [_c('option', {
|
|
869
|
-
attrs: {
|
|
870
|
-
"value": "AND"
|
|
871
|
-
}
|
|
872
|
-
}, [_vm._v(_vm._s(_vm.$l("并且")))]), _c('option', {
|
|
873
|
-
attrs: {
|
|
874
|
-
"value": "OR"
|
|
875
|
-
}
|
|
876
|
-
}, [_vm._v(_vm._s(_vm.$l("或者")))])]) : _vm._e(), _vm._l(_vm.localNode.matchingRules, function (item, idx) {
|
|
877
|
-
return _c('div', {
|
|
878
|
-
key: item.key + '-auto-rule',
|
|
879
|
-
staticClass: "auto-rule"
|
|
880
|
-
}, [_c('div', {
|
|
881
|
-
staticClass: "auto-group-item",
|
|
882
|
-
class: {
|
|
883
|
-
'auto-group-item-disabled': _vm.disabled
|
|
884
|
-
}
|
|
885
|
-
}, [_c('label', {
|
|
886
|
-
staticClass: "auto-group-item-label"
|
|
887
|
-
}, [_vm._v("匹配字段")]), _c('el-select', {
|
|
888
|
-
directives: [{
|
|
889
|
-
name: "title",
|
|
890
|
-
rawName: "v-title"
|
|
891
|
-
}],
|
|
892
|
-
attrs: {
|
|
893
|
-
"placeholder": _vm.$l('请选择'),
|
|
894
|
-
"disabled": _vm.disabled,
|
|
895
|
-
"filterable": ""
|
|
896
|
-
},
|
|
897
|
-
on: {
|
|
898
|
-
"change": val => _vm.handChangeField(val, item)
|
|
899
|
-
},
|
|
900
|
-
model: {
|
|
901
|
-
value: item.matchingFieldCode,
|
|
902
|
-
callback: function ($$v) {
|
|
903
|
-
_vm.$set(item, "matchingFieldCode", $$v);
|
|
904
|
-
},
|
|
905
|
-
expression: "item.matchingFieldCode"
|
|
906
|
-
}
|
|
907
|
-
}, _vm._l(_vm.filedList, function (item, index) {
|
|
908
|
-
return _c('el-option', {
|
|
909
|
-
key: index + item.fieldCode,
|
|
910
|
-
attrs: {
|
|
911
|
-
"label": item.fieldName,
|
|
912
|
-
"value": item.fieldCode
|
|
913
|
-
}
|
|
914
|
-
});
|
|
915
|
-
}), 1)], 1), _c('div', {
|
|
916
|
-
staticClass: "auto-group-item",
|
|
917
|
-
class: {
|
|
918
|
-
'auto-required': _vm.localNode.vaild && !item.matchingOperation,
|
|
919
|
-
'auto-group-item-disabled': _vm.disabled
|
|
920
|
-
}
|
|
921
|
-
}, [_c('label', {
|
|
922
|
-
staticClass: "auto-group-item-label"
|
|
923
|
-
}, [_vm._v("匹配关系")]), _c('el-select', {
|
|
924
|
-
attrs: {
|
|
925
|
-
"placeholder": _vm.$l('请选择'),
|
|
926
|
-
"clearable": "",
|
|
927
|
-
"disabled": _vm.disabled
|
|
928
|
-
},
|
|
929
|
-
on: {
|
|
930
|
-
"change": val => _vm.handChangeOperation(val, item)
|
|
931
|
-
},
|
|
932
|
-
model: {
|
|
933
|
-
value: item.matchingOperation,
|
|
934
|
-
callback: function ($$v) {
|
|
935
|
-
_vm.$set(item, "matchingOperation", $$v);
|
|
936
|
-
},
|
|
937
|
-
expression: "item.matchingOperation"
|
|
938
|
-
}
|
|
939
|
-
}, _vm._l(_vm.matchList, function (item, index) {
|
|
940
|
-
return _c('el-option', {
|
|
941
|
-
key: index,
|
|
942
|
-
attrs: {
|
|
943
|
-
"label": item.label,
|
|
944
|
-
"value": item.value
|
|
945
|
-
}
|
|
946
|
-
});
|
|
947
|
-
}), 1)], 1), _vm.isNew ? _c('div', {
|
|
948
|
-
staticClass: "auto-group-item",
|
|
949
|
-
class: {
|
|
950
|
-
'auto-required': _vm.localNode.vaild && !item.matchingValueType,
|
|
951
|
-
'auto-group-item-disabled': _vm.disabled
|
|
952
|
-
}
|
|
953
|
-
}, [_c('label', {
|
|
954
|
-
staticClass: "auto-group-item-label"
|
|
955
|
-
}, [_vm._v("匹配值")]), _c('el-select', {
|
|
956
|
-
attrs: {
|
|
957
|
-
"placeholder": _vm.$l('请选择'),
|
|
958
|
-
"disabled": _vm.disabled
|
|
959
|
-
},
|
|
960
|
-
model: {
|
|
961
|
-
value: item.matchingValueType,
|
|
962
|
-
callback: function ($$v) {
|
|
963
|
-
_vm.$set(item, "matchingValueType", $$v);
|
|
964
|
-
},
|
|
965
|
-
expression: "item.matchingValueType"
|
|
966
|
-
}
|
|
967
|
-
}, _vm._l(_vm.valueList, function (row, index) {
|
|
968
|
-
return _c('el-option', {
|
|
969
|
-
key: index,
|
|
970
|
-
attrs: {
|
|
971
|
-
"label": row.label,
|
|
972
|
-
"value": row.value,
|
|
973
|
-
"disabled": _vm.disabledOps(row.value, item)
|
|
974
|
-
}
|
|
975
|
-
});
|
|
976
|
-
}), 1)], 1) : _vm._e(), _c('div', {
|
|
977
|
-
staticClass: "auto-group-item item-content",
|
|
978
|
-
class: {
|
|
979
|
-
'auto-required': _vm.autoValus(item),
|
|
980
|
-
'auto-group-item-disabled': _vm.disabled
|
|
981
|
-
}
|
|
982
|
-
}, [_c('label', {
|
|
983
|
-
staticClass: "auto-group-item-label"
|
|
984
|
-
}, [_vm._v("匹配内容")]), item.matchingValueType === 'DYNAMIC' ? _c('el-cascader', {
|
|
985
|
-
directives: [{
|
|
986
|
-
name: "title",
|
|
987
|
-
rawName: "v-title"
|
|
988
|
-
}],
|
|
989
|
-
staticStyle: {
|
|
990
|
-
"width": "100%"
|
|
991
|
-
},
|
|
992
|
-
attrs: {
|
|
993
|
-
"placeholder": _vm.$l('请选择'),
|
|
994
|
-
"disabled": _vm.disabled,
|
|
995
|
-
"separator": '-',
|
|
996
|
-
"clearable": "",
|
|
997
|
-
"options": _vm.options
|
|
998
|
-
},
|
|
999
|
-
model: {
|
|
1000
|
-
value: item.TmValues,
|
|
1001
|
-
callback: function ($$v) {
|
|
1002
|
-
_vm.$set(item, "TmValues", $$v);
|
|
1003
|
-
},
|
|
1004
|
-
expression: "item.TmValues"
|
|
1005
|
-
}
|
|
1006
|
-
}) : _c('inputTag', {
|
|
1007
|
-
key: item.key,
|
|
1008
|
-
attrs: {
|
|
1009
|
-
"placeholder": "请输入内容,按回车添加",
|
|
1010
|
-
"disabled": _vm.disabled || _vm.emptyList.includes(item.matchingOperation),
|
|
1011
|
-
"tagEffect": 'plain',
|
|
1012
|
-
"tagType": 'info'
|
|
1013
|
-
},
|
|
1014
|
-
model: {
|
|
1015
|
-
value: item.mValues,
|
|
1016
|
-
callback: function ($$v) {
|
|
1017
|
-
_vm.$set(item, "mValues", $$v);
|
|
1018
|
-
},
|
|
1019
|
-
expression: "item.mValues"
|
|
1020
|
-
}
|
|
1021
|
-
})], 1), !_vm.disabled ? [_c('i', {
|
|
1022
|
-
staticClass: "el-icon-edit auto-icon-ops",
|
|
1023
|
-
class: {
|
|
1024
|
-
noEvent: _vm.emptyList.includes(item.matchingOperation)
|
|
1025
|
-
},
|
|
1026
|
-
on: {
|
|
1027
|
-
"click": function ($event) {
|
|
1028
|
-
return _vm.edit(item, idx);
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
}), _c('i', {
|
|
1032
|
-
staticClass: "el-icon-circle-plus-outline auto-icon-ops",
|
|
1033
|
-
on: {
|
|
1034
|
-
"click": function ($event) {
|
|
1035
|
-
return _vm.addRule(idx);
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
}), _c('i', {
|
|
1039
|
-
staticClass: "el-icon-document-copy auto-icon-ops",
|
|
1040
|
-
on: {
|
|
1041
|
-
"click": function ($event) {
|
|
1042
|
-
return _vm.copyRule(item, idx);
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
}), _c('i', {
|
|
1046
|
-
staticClass: "el-icon-circle-close auto-icon-ops",
|
|
1047
|
-
on: {
|
|
1048
|
-
"click": function ($event) {
|
|
1049
|
-
return _vm.deleteChild(idx);
|
|
1050
|
-
}
|
|
1051
|
-
}
|
|
1052
|
-
})] : _vm._e()], 2);
|
|
1053
|
-
}), _vm._l(_vm.localNode.children, function (child, idx) {
|
|
1054
|
-
return _c('div', {
|
|
1055
|
-
key: `${child.key || idx}-auto-group`,
|
|
1056
|
-
staticClass: "auto-child"
|
|
1057
|
-
}, [_c('condition-group', {
|
|
1058
|
-
ref: `conditionGroup${idx}`,
|
|
1059
|
-
refInFor: true,
|
|
1060
|
-
attrs: {
|
|
1061
|
-
"localNode": child,
|
|
1062
|
-
"emptyList": _vm.emptyList,
|
|
1063
|
-
"isNew": _vm.isNew,
|
|
1064
|
-
"disabled": _vm.disabled,
|
|
1065
|
-
"filedList": _vm.filedList
|
|
1066
|
-
},
|
|
1067
|
-
on: {
|
|
1068
|
-
"delete": function ($event) {
|
|
1069
|
-
return _vm.deleteGrout(idx);
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1072
|
-
})], 1);
|
|
1073
|
-
}), _c('CLDialog', {
|
|
1074
|
-
directives: [{
|
|
1075
|
-
name: "drag",
|
|
1076
|
-
rawName: "v-drag"
|
|
1077
|
-
}],
|
|
1078
|
-
attrs: {
|
|
1079
|
-
"visible": _vm.visible,
|
|
1080
|
-
"title": _vm.$l('匹配值'),
|
|
1081
|
-
"destroy-on-open": true
|
|
1082
|
-
},
|
|
1083
|
-
on: {
|
|
1084
|
-
"update:visible": function ($event) {
|
|
1085
|
-
_vm.visible = $event;
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.$l("若需要同时维护多个匹配值,可换行维护。")))]), _c('el-input', {
|
|
1089
|
-
staticClass: "m-t-s",
|
|
1090
|
-
attrs: {
|
|
1091
|
-
"type": "textarea",
|
|
1092
|
-
"rows": "10",
|
|
1093
|
-
"placeholder": "请输入1000字以内",
|
|
1094
|
-
"maxlength": "1000",
|
|
1095
|
-
"show-word-limit": ""
|
|
1096
|
-
},
|
|
1097
|
-
model: {
|
|
1098
|
-
value: _vm.textarea,
|
|
1099
|
-
callback: function ($$v) {
|
|
1100
|
-
_vm.textarea = $$v;
|
|
1101
|
-
},
|
|
1102
|
-
expression: "textarea"
|
|
1103
|
-
}
|
|
1104
|
-
}), _c('span', {
|
|
1105
|
-
staticClass: "dialog-footer m-t-m",
|
|
1106
|
-
attrs: {
|
|
1107
|
-
"slot": "footer"
|
|
1108
|
-
},
|
|
1109
|
-
slot: "footer"
|
|
1110
|
-
}, [_c('el-button', {
|
|
1111
|
-
attrs: {
|
|
1112
|
-
"type": "primary"
|
|
1113
|
-
},
|
|
1114
|
-
on: {
|
|
1115
|
-
"click": _vm.save
|
|
1116
|
-
}
|
|
1117
|
-
}, [_vm._v(_vm._s(_vm.$l("确 定")))]), _c('el-button', {
|
|
1118
|
-
attrs: {
|
|
1119
|
-
"plain": ""
|
|
1120
|
-
},
|
|
1121
|
-
on: {
|
|
1122
|
-
"click": function ($event) {
|
|
1123
|
-
_vm.visible = false;
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
}, [_vm._v(_vm._s(_vm.$l("取 消")))])], 1)], 1)], 2);
|
|
1127
|
-
};
|
|
1128
|
-
var staticRenderFns = exports.staticRenderFns = [];
|
|
1129
|
-
|
|
1130
798
|
/***/ }),
|
|
1131
799
|
|
|
1132
800
|
/***/ "01ec":
|
|
@@ -4535,20 +4203,6 @@ var render = exports.render = function render() {
|
|
|
4535
4203
|
};
|
|
4536
4204
|
var staticRenderFns = exports.staticRenderFns = [];
|
|
4537
4205
|
|
|
4538
|
-
/***/ }),
|
|
4539
|
-
|
|
4540
|
-
/***/ "0c85":
|
|
4541
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4542
|
-
|
|
4543
|
-
"use strict";
|
|
4544
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_2f217d8e__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("c624");
|
|
4545
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_2f217d8e__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_2f217d8e__WEBPACK_IMPORTED_MODULE_0__);
|
|
4546
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_2f217d8e__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_7c7da047_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_FillComponent_vue_vue_type_template_id_2f217d8e__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
4547
|
-
|
|
4548
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_2f217d8e__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_7c7da047_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_FillComponent_vue_vue_type_template_id_2f217d8e__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
4206
|
/***/ }),
|
|
4553
4207
|
|
|
4554
4208
|
/***/ "0caa":
|
|
@@ -40598,7 +40252,7 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
40598
40252
|
|
|
40599
40253
|
"use strict";
|
|
40600
40254
|
__webpack_require__.r(__webpack_exports__);
|
|
40601
|
-
/* harmony import */ var
|
|
40255
|
+
/* harmony import */ var _ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("a5f3");
|
|
40602
40256
|
/* harmony import */ var _ConditionGroup_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("6615");
|
|
40603
40257
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _ConditionGroup_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 _ConditionGroup_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
40604
40258
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("2877");
|
|
@@ -40611,8 +40265,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40611
40265
|
|
|
40612
40266
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
40613
40267
|
_ConditionGroup_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
40614
|
-
|
|
40615
|
-
|
|
40268
|
+
_ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
40269
|
+
_ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
40616
40270
|
false,
|
|
40617
40271
|
null,
|
|
40618
40272
|
null,
|
|
@@ -40839,7 +40493,7 @@ const validateQuota = config => {
|
|
|
40839
40493
|
};
|
|
40840
40494
|
exports.validateQuota = validateQuota;
|
|
40841
40495
|
_main.default.install = function (Vue) {
|
|
40842
|
-
Vue
|
|
40496
|
+
Vue.prototype.$validateQuota = validateQuota;
|
|
40843
40497
|
Vue.component(_main.default.name, _main.default);
|
|
40844
40498
|
};
|
|
40845
40499
|
var _default = exports.default = _main.default;
|
|
@@ -49135,6 +48789,20 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
49135
48789
|
|
|
49136
48790
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
49137
48791
|
|
|
48792
|
+
/***/ }),
|
|
48793
|
+
|
|
48794
|
+
/***/ "4f49":
|
|
48795
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
48796
|
+
|
|
48797
|
+
"use strict";
|
|
48798
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("74ff");
|
|
48799
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0__);
|
|
48800
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_487b98cd__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_7c7da047_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_FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
48801
|
+
|
|
48802
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_FillComponent_vue_vue_type_template_id_487b98cd__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_7c7da047_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_FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
48803
|
+
|
|
48804
|
+
|
|
48805
|
+
|
|
49138
48806
|
/***/ }),
|
|
49139
48807
|
|
|
49140
48808
|
/***/ "4fa0":
|
|
@@ -52310,6 +51978,439 @@ var staticRenderFns = exports.staticRenderFns = [];
|
|
|
52310
51978
|
|
|
52311
51979
|
/***/ }),
|
|
52312
51980
|
|
|
51981
|
+
/***/ "5947":
|
|
51982
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51983
|
+
|
|
51984
|
+
"use strict";
|
|
51985
|
+
|
|
51986
|
+
|
|
51987
|
+
Object.defineProperty(exports, "__esModule", {
|
|
51988
|
+
value: true
|
|
51989
|
+
});
|
|
51990
|
+
exports.staticRenderFns = exports.render = void 0;
|
|
51991
|
+
var render = exports.render = function render() {
|
|
51992
|
+
var _vm = this,
|
|
51993
|
+
_c = _vm._self._c;
|
|
51994
|
+
return _c('el-form', {
|
|
51995
|
+
ref: "formRef",
|
|
51996
|
+
attrs: {
|
|
51997
|
+
"model": _vm.basicForm
|
|
51998
|
+
}
|
|
51999
|
+
}, [_c('div', {
|
|
52000
|
+
staticClass: "n20-in-block flex-box flex-r m-b-s"
|
|
52001
|
+
}, [_c('el-button', {
|
|
52002
|
+
attrs: {
|
|
52003
|
+
"type": "primary",
|
|
52004
|
+
"size": "mini"
|
|
52005
|
+
},
|
|
52006
|
+
on: {
|
|
52007
|
+
"click": function ($event) {
|
|
52008
|
+
return _vm.addField('matchingFillCommons');
|
|
52009
|
+
}
|
|
52010
|
+
}
|
|
52011
|
+
}, [_vm._v(_vm._s(_vm.$l("新增")))])], 1), _c('div', {
|
|
52012
|
+
staticClass: "n20-in-block m-b-m"
|
|
52013
|
+
}, [_c('el-table', _vm._b({
|
|
52014
|
+
key: _vm.size,
|
|
52015
|
+
staticClass: "custom-table",
|
|
52016
|
+
attrs: {
|
|
52017
|
+
"data": _vm.basicForm.matchingFillCommons
|
|
52018
|
+
}
|
|
52019
|
+
}, 'el-table', _vm.sizeBind, false), [_c('el-table-column', {
|
|
52020
|
+
attrs: {
|
|
52021
|
+
"width": "58",
|
|
52022
|
+
"type": "index",
|
|
52023
|
+
"align": "center",
|
|
52024
|
+
"fixed": "left",
|
|
52025
|
+
"label": _vm.$l('序号')
|
|
52026
|
+
}
|
|
52027
|
+
}), _c('el-table-column', {
|
|
52028
|
+
attrs: {
|
|
52029
|
+
"prop": "fillFieldCode",
|
|
52030
|
+
"label": _vm.$l('补填字段'),
|
|
52031
|
+
"align": "center",
|
|
52032
|
+
"width": "340"
|
|
52033
|
+
},
|
|
52034
|
+
scopedSlots: _vm._u([{
|
|
52035
|
+
key: "default",
|
|
52036
|
+
fn: function (scope) {
|
|
52037
|
+
return [_c('el-form-item', {
|
|
52038
|
+
staticClass: "m-b-0 flex-box flex-c",
|
|
52039
|
+
attrs: {
|
|
52040
|
+
"prop": 'matchingFillCommons.' + scope.$index + '.fillFieldCode',
|
|
52041
|
+
"rules": [{
|
|
52042
|
+
required: true,
|
|
52043
|
+
message: _vm.$l('请选择'),
|
|
52044
|
+
trigger: 'change'
|
|
52045
|
+
}]
|
|
52046
|
+
}
|
|
52047
|
+
}, [_c('el-select', {
|
|
52048
|
+
key: scope.$index + _vm.selectKey,
|
|
52049
|
+
staticClass: "input-w",
|
|
52050
|
+
attrs: {
|
|
52051
|
+
"placeholder": _vm.$l('请选择'),
|
|
52052
|
+
"clearable": "",
|
|
52053
|
+
"filterable": ""
|
|
52054
|
+
},
|
|
52055
|
+
on: {
|
|
52056
|
+
"change": val => _vm.fillChange(val, scope.row)
|
|
52057
|
+
},
|
|
52058
|
+
model: {
|
|
52059
|
+
value: scope.row.fillFieldCode,
|
|
52060
|
+
callback: function ($$v) {
|
|
52061
|
+
_vm.$set(scope.row, "fillFieldCode", $$v);
|
|
52062
|
+
},
|
|
52063
|
+
expression: "scope.row.fillFieldCode"
|
|
52064
|
+
}
|
|
52065
|
+
}, _vm._l(_vm.v_fillOptions, function (item) {
|
|
52066
|
+
return _c('el-option', {
|
|
52067
|
+
key: item.label,
|
|
52068
|
+
attrs: {
|
|
52069
|
+
"label": item.label,
|
|
52070
|
+
"value": item.value,
|
|
52071
|
+
"disabled": item.disabled
|
|
52072
|
+
}
|
|
52073
|
+
});
|
|
52074
|
+
}), 1)], 1)];
|
|
52075
|
+
}
|
|
52076
|
+
}])
|
|
52077
|
+
}, [_c('template', {
|
|
52078
|
+
slot: "header"
|
|
52079
|
+
}, [_c('span', {
|
|
52080
|
+
staticClass: "color-danger"
|
|
52081
|
+
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("补填字段")))])])], 2), _vm.isNew ? _c('el-table-column', {
|
|
52082
|
+
attrs: {
|
|
52083
|
+
"prop": "matchingValueType",
|
|
52084
|
+
"label": _vm.$l('补填内容取值'),
|
|
52085
|
+
"header-align": "center",
|
|
52086
|
+
"width": "340",
|
|
52087
|
+
"align": "center"
|
|
52088
|
+
},
|
|
52089
|
+
scopedSlots: _vm._u([{
|
|
52090
|
+
key: "default",
|
|
52091
|
+
fn: function (scope) {
|
|
52092
|
+
return [_c('el-form-item', {
|
|
52093
|
+
staticClass: "m-b-0 flex-box flex-c",
|
|
52094
|
+
attrs: {
|
|
52095
|
+
"prop": 'matchingFillCommons.' + scope.$index + '.matchingValueType',
|
|
52096
|
+
"rules": [{
|
|
52097
|
+
required: true,
|
|
52098
|
+
message: _vm.$l('请选择'),
|
|
52099
|
+
trigger: 'change'
|
|
52100
|
+
}]
|
|
52101
|
+
}
|
|
52102
|
+
}, [_c('el-select', {
|
|
52103
|
+
attrs: {
|
|
52104
|
+
"disabled": scope.row.fillFieldCode != 'customName',
|
|
52105
|
+
"placeholder": _vm.$l('请选择')
|
|
52106
|
+
},
|
|
52107
|
+
on: {
|
|
52108
|
+
"change": val => _vm.valueTypeChange(val, scope.row)
|
|
52109
|
+
},
|
|
52110
|
+
model: {
|
|
52111
|
+
value: scope.row.matchingValueType,
|
|
52112
|
+
callback: function ($$v) {
|
|
52113
|
+
_vm.$set(scope.row, "matchingValueType", $$v);
|
|
52114
|
+
},
|
|
52115
|
+
expression: "scope.row.matchingValueType"
|
|
52116
|
+
}
|
|
52117
|
+
}, _vm._l(_vm.valueList, function (row, index) {
|
|
52118
|
+
return _c('el-option', {
|
|
52119
|
+
key: index,
|
|
52120
|
+
attrs: {
|
|
52121
|
+
"label": row.label,
|
|
52122
|
+
"value": row.value
|
|
52123
|
+
}
|
|
52124
|
+
});
|
|
52125
|
+
}), 1)], 1)];
|
|
52126
|
+
}
|
|
52127
|
+
}], null, false, 2701754649)
|
|
52128
|
+
}, [_c('template', {
|
|
52129
|
+
slot: "header"
|
|
52130
|
+
}, [_c('span', {
|
|
52131
|
+
staticClass: "color-danger"
|
|
52132
|
+
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("补填内容取值")))])])], 2) : _vm._e(), _c('el-table-column', {
|
|
52133
|
+
attrs: {
|
|
52134
|
+
"prop": "fValues",
|
|
52135
|
+
"label": _vm.$l('补填内容'),
|
|
52136
|
+
"header-align": "center",
|
|
52137
|
+
"align": "left"
|
|
52138
|
+
},
|
|
52139
|
+
scopedSlots: _vm._u([{
|
|
52140
|
+
key: "default",
|
|
52141
|
+
fn: function (scope) {
|
|
52142
|
+
return [_c('el-form-item', {
|
|
52143
|
+
staticClass: "m-b-0 flex-box flex-l",
|
|
52144
|
+
attrs: {
|
|
52145
|
+
"prop": 'matchingFillCommons.' + scope.$index + '.fValues',
|
|
52146
|
+
"rules": [{
|
|
52147
|
+
required: true,
|
|
52148
|
+
message: _vm.$l('请选择'),
|
|
52149
|
+
trigger: 'change'
|
|
52150
|
+
}]
|
|
52151
|
+
}
|
|
52152
|
+
}, [_vm.slotList.includes(scope.row.fillFieldCode) ? [_vm._t(scope.row.fillFieldCode, null, {
|
|
52153
|
+
"row": scope.row
|
|
52154
|
+
})] : [_c('FillComponent', _vm._b({
|
|
52155
|
+
attrs: {
|
|
52156
|
+
"row": scope.row,
|
|
52157
|
+
"disabled": scope.row.matchingValueType === 'DYNAMIC',
|
|
52158
|
+
"isSameUnit": _vm.showGroup,
|
|
52159
|
+
"isNeedQueryPlan": false,
|
|
52160
|
+
"basicForm": _vm.basicForm,
|
|
52161
|
+
"idx": scope.$index,
|
|
52162
|
+
"settingSource": _vm.settingSource,
|
|
52163
|
+
"TmValues": _vm.TmValues
|
|
52164
|
+
},
|
|
52165
|
+
on: {
|
|
52166
|
+
"change": _vm.fillValChange,
|
|
52167
|
+
"getCode": _vm.getCode,
|
|
52168
|
+
"getCustom": _vm.getCustom
|
|
52169
|
+
},
|
|
52170
|
+
model: {
|
|
52171
|
+
value: scope.row.fValues,
|
|
52172
|
+
callback: function ($$v) {
|
|
52173
|
+
_vm.$set(scope.row, "fValues", $$v);
|
|
52174
|
+
},
|
|
52175
|
+
expression: "scope.row.fValues"
|
|
52176
|
+
}
|
|
52177
|
+
}, 'FillComponent', _vm.$attrs, false))]], 2)];
|
|
52178
|
+
}
|
|
52179
|
+
}], null, true)
|
|
52180
|
+
}, [_c('template', {
|
|
52181
|
+
slot: "header"
|
|
52182
|
+
}, [_c('span', {
|
|
52183
|
+
staticClass: "color-danger"
|
|
52184
|
+
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("补填内容")))])])], 2), _c('el-table-column', {
|
|
52185
|
+
attrs: {
|
|
52186
|
+
"prop": "address",
|
|
52187
|
+
"label": _vm.$l('操作'),
|
|
52188
|
+
"align": "center",
|
|
52189
|
+
"width": "88"
|
|
52190
|
+
},
|
|
52191
|
+
scopedSlots: _vm._u([{
|
|
52192
|
+
key: "default",
|
|
52193
|
+
fn: function (scope) {
|
|
52194
|
+
return _c('el-link', {
|
|
52195
|
+
staticClass: "m-r-s",
|
|
52196
|
+
attrs: {
|
|
52197
|
+
"underline": false,
|
|
52198
|
+
"type": "primary"
|
|
52199
|
+
},
|
|
52200
|
+
on: {
|
|
52201
|
+
"click": function ($event) {
|
|
52202
|
+
return _vm.delField('matchingFillCommons', scope.$index);
|
|
52203
|
+
}
|
|
52204
|
+
}
|
|
52205
|
+
}, [_vm._v(_vm._s(_vm.$l("删除")))]);
|
|
52206
|
+
}
|
|
52207
|
+
}])
|
|
52208
|
+
}), _c('CLTableSetSize', {
|
|
52209
|
+
attrs: {
|
|
52210
|
+
"size": _vm.size
|
|
52211
|
+
},
|
|
52212
|
+
on: {
|
|
52213
|
+
"update:size": function ($event) {
|
|
52214
|
+
_vm.size = $event;
|
|
52215
|
+
},
|
|
52216
|
+
"resize": el => _vm.sizeBind = el
|
|
52217
|
+
}
|
|
52218
|
+
})], 1)], 1), !_vm.showGroup ? _c('div', {
|
|
52219
|
+
staticClass: "n20-in-block flex-box flex-lr m-b-s"
|
|
52220
|
+
}, [_c('div', [_c('el-checkbox', {
|
|
52221
|
+
attrs: {
|
|
52222
|
+
"true-label": 1,
|
|
52223
|
+
"false-label": 0
|
|
52224
|
+
},
|
|
52225
|
+
on: {
|
|
52226
|
+
"change": _vm.handChangeBox
|
|
52227
|
+
},
|
|
52228
|
+
model: {
|
|
52229
|
+
value: _vm.basicForm.isSetOnUnit,
|
|
52230
|
+
callback: function ($$v) {
|
|
52231
|
+
_vm.$set(_vm.basicForm, "isSetOnUnit", $$v);
|
|
52232
|
+
},
|
|
52233
|
+
expression: "basicForm.isSetOnUnit"
|
|
52234
|
+
}
|
|
52235
|
+
}, [_vm._v(_vm._s(_vm.$l("是否按‘单位’分别设置预算科目")))]), _c('i', {
|
|
52236
|
+
directives: [{
|
|
52237
|
+
name: "title",
|
|
52238
|
+
rawName: "v-title",
|
|
52239
|
+
value: _vm.$l('同时设置多个单位的补填规则时,如果要在补填占用预算,请确保每个单位只有一个‘预算单位’和‘预算体系’,并且在使用的预算体系有所设置的预算科目。否则自动补填时,不会进行预算占用。'),
|
|
52240
|
+
expression: "\n $l(\n '同时设置多个单位的补填规则时,如果要在补填占用预算,请确保每个单位只有一个‘预算单位’和‘预算体系’,并且在使用的预算体系有所设置的预算科目。否则自动补填时,不会进行预算占用。'\n )\n "
|
|
52241
|
+
}],
|
|
52242
|
+
staticClass: "n20-icon-xinxitishi m-l-s",
|
|
52243
|
+
staticStyle: {
|
|
52244
|
+
"color": "var(--color-text-secondary)"
|
|
52245
|
+
}
|
|
52246
|
+
})], 1), _vm.basicForm.isSetOnUnit ? _c('el-button', {
|
|
52247
|
+
attrs: {
|
|
52248
|
+
"type": "primary",
|
|
52249
|
+
"size": "mini"
|
|
52250
|
+
},
|
|
52251
|
+
on: {
|
|
52252
|
+
"click": _vm.andRow
|
|
52253
|
+
}
|
|
52254
|
+
}, [_vm._v(_vm._s(_vm.$l("新增")))]) : _vm._e()], 1) : _vm._e(), _vm.basicForm.isSetOnUnit && !_vm.showGroup ? _c('div', {
|
|
52255
|
+
staticClass: "n20-in-block m-b-lg"
|
|
52256
|
+
}, [_c('el-table', _vm._b({
|
|
52257
|
+
key: _vm.size,
|
|
52258
|
+
staticClass: "clear-in-form-margin cell-default-set--",
|
|
52259
|
+
attrs: {
|
|
52260
|
+
"data": _vm.basicForm.matchingFillDimensions
|
|
52261
|
+
}
|
|
52262
|
+
}, 'el-table', _vm.sizeBind, false), [_c('el-table-column', {
|
|
52263
|
+
attrs: {
|
|
52264
|
+
"prop": "dimensionCode",
|
|
52265
|
+
"label": _vm.$l('单位名称'),
|
|
52266
|
+
"align": "center",
|
|
52267
|
+
"width": "402"
|
|
52268
|
+
},
|
|
52269
|
+
scopedSlots: _vm._u([{
|
|
52270
|
+
key: "default",
|
|
52271
|
+
fn: function (scope) {
|
|
52272
|
+
return [_c('el-form-item', {
|
|
52273
|
+
staticClass: "m-b-0 flex-box flex-c",
|
|
52274
|
+
attrs: {
|
|
52275
|
+
"prop": 'matchingFillDimensions.' + scope.$index + '.dimensionCode',
|
|
52276
|
+
"rules": [{
|
|
52277
|
+
required: true,
|
|
52278
|
+
message: _vm.$l('请选择'),
|
|
52279
|
+
trigger: 'change'
|
|
52280
|
+
}]
|
|
52281
|
+
}
|
|
52282
|
+
}, [_c('el-select', {
|
|
52283
|
+
staticClass: "input-w",
|
|
52284
|
+
attrs: {
|
|
52285
|
+
"placeholder": _vm.$l('请选择'),
|
|
52286
|
+
"clearable": "",
|
|
52287
|
+
"filterable": ""
|
|
52288
|
+
},
|
|
52289
|
+
on: {
|
|
52290
|
+
"change": val => _vm.unitChange(val, scope.row)
|
|
52291
|
+
},
|
|
52292
|
+
model: {
|
|
52293
|
+
value: scope.row.dimensionCode,
|
|
52294
|
+
callback: function ($$v) {
|
|
52295
|
+
_vm.$set(scope.row, "dimensionCode", $$v);
|
|
52296
|
+
},
|
|
52297
|
+
expression: "scope.row.dimensionCode"
|
|
52298
|
+
}
|
|
52299
|
+
}, _vm._l(_vm.unitOptionsList, function (item) {
|
|
52300
|
+
return _c('el-option', {
|
|
52301
|
+
key: item.unitNo,
|
|
52302
|
+
attrs: {
|
|
52303
|
+
"label": item.unitName,
|
|
52304
|
+
"value": item.unitNo,
|
|
52305
|
+
"disabled": item.disabled
|
|
52306
|
+
}
|
|
52307
|
+
});
|
|
52308
|
+
}), 1)], 1)];
|
|
52309
|
+
}
|
|
52310
|
+
}], null, false, 450716574)
|
|
52311
|
+
}, [_c('template', {
|
|
52312
|
+
slot: "header"
|
|
52313
|
+
}, [_c('span', {
|
|
52314
|
+
staticClass: "color-danger"
|
|
52315
|
+
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("单位名称")))])])], 2), _c('el-table-column', {
|
|
52316
|
+
attrs: {
|
|
52317
|
+
"prop": "fValues",
|
|
52318
|
+
"label": _vm.$l('预算科目'),
|
|
52319
|
+
"align": "center"
|
|
52320
|
+
},
|
|
52321
|
+
scopedSlots: _vm._u([{
|
|
52322
|
+
key: "default",
|
|
52323
|
+
fn: function (scope) {
|
|
52324
|
+
return [_c('el-form-item', {
|
|
52325
|
+
staticClass: "m-b-0 flex-box flex-c",
|
|
52326
|
+
attrs: {
|
|
52327
|
+
"prop": 'matchingFillDimensions.' + scope.$index + '.fValues',
|
|
52328
|
+
"rules": [{
|
|
52329
|
+
required: true,
|
|
52330
|
+
message: _vm.$l('请选择'),
|
|
52331
|
+
trigger: 'change'
|
|
52332
|
+
}]
|
|
52333
|
+
}
|
|
52334
|
+
}, [_c('BudgetAccountDialog', {
|
|
52335
|
+
attrs: {
|
|
52336
|
+
"isSameUnit": true,
|
|
52337
|
+
"isSetColumns": true,
|
|
52338
|
+
"isNeedQueryPlan": false,
|
|
52339
|
+
"unitno": scope.row.dimensionCode,
|
|
52340
|
+
"currentData": _vm.currentData,
|
|
52341
|
+
"type": 'setting',
|
|
52342
|
+
"rpDir": _vm.settingSource
|
|
52343
|
+
},
|
|
52344
|
+
on: {
|
|
52345
|
+
"change": function ($event) {
|
|
52346
|
+
return _vm.selectBudget(scope.$index, scope.row, $event);
|
|
52347
|
+
}
|
|
52348
|
+
},
|
|
52349
|
+
model: {
|
|
52350
|
+
value: scope.row.fValues,
|
|
52351
|
+
callback: function ($$v) {
|
|
52352
|
+
_vm.$set(scope.row, "fValues", $$v);
|
|
52353
|
+
},
|
|
52354
|
+
expression: "scope.row.fValues"
|
|
52355
|
+
}
|
|
52356
|
+
})], 1)];
|
|
52357
|
+
}
|
|
52358
|
+
}], null, false, 2658003250)
|
|
52359
|
+
}, [_c('template', {
|
|
52360
|
+
slot: "header"
|
|
52361
|
+
}, [_c('span', {
|
|
52362
|
+
staticClass: "color-danger"
|
|
52363
|
+
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("预算科目")))])])], 2), _c('el-table-column', {
|
|
52364
|
+
attrs: {
|
|
52365
|
+
"prop": "budgetUnitName",
|
|
52366
|
+
"label": _vm.$l('预算单位'),
|
|
52367
|
+
"align": "center"
|
|
52368
|
+
}
|
|
52369
|
+
}), _c('el-table-column', {
|
|
52370
|
+
attrs: {
|
|
52371
|
+
"prop": "groupName",
|
|
52372
|
+
"label": _vm.$l('预算系列'),
|
|
52373
|
+
"align": "center"
|
|
52374
|
+
}
|
|
52375
|
+
}), _c('el-table-column', {
|
|
52376
|
+
attrs: {
|
|
52377
|
+
"label": _vm.$l('操作'),
|
|
52378
|
+
"align": "center",
|
|
52379
|
+
"width": "88"
|
|
52380
|
+
},
|
|
52381
|
+
scopedSlots: _vm._u([{
|
|
52382
|
+
key: "default",
|
|
52383
|
+
fn: function (scope) {
|
|
52384
|
+
return _c('el-link', {
|
|
52385
|
+
staticClass: "m-r-s",
|
|
52386
|
+
attrs: {
|
|
52387
|
+
"underline": false,
|
|
52388
|
+
"type": "primary"
|
|
52389
|
+
},
|
|
52390
|
+
on: {
|
|
52391
|
+
"click": function ($event) {
|
|
52392
|
+
return _vm.delField('matchingFillDimensions', scope.$index);
|
|
52393
|
+
}
|
|
52394
|
+
}
|
|
52395
|
+
}, [_vm._v(_vm._s(_vm.$l("删除")))]);
|
|
52396
|
+
}
|
|
52397
|
+
}], null, false, 3113310685)
|
|
52398
|
+
}), _c('CLTableSetSize', {
|
|
52399
|
+
attrs: {
|
|
52400
|
+
"size": _vm.size
|
|
52401
|
+
},
|
|
52402
|
+
on: {
|
|
52403
|
+
"update:size": function ($event) {
|
|
52404
|
+
_vm.size = $event;
|
|
52405
|
+
},
|
|
52406
|
+
"resize": el => _vm.sizeBind = el
|
|
52407
|
+
}
|
|
52408
|
+
})], 1)], 1) : _vm._e()]);
|
|
52409
|
+
};
|
|
52410
|
+
var staticRenderFns = exports.staticRenderFns = [];
|
|
52411
|
+
|
|
52412
|
+
/***/ }),
|
|
52413
|
+
|
|
52313
52414
|
/***/ "597f":
|
|
52314
52415
|
/***/ (function(module, exports) {
|
|
52315
52416
|
|
|
@@ -54414,20 +54515,6 @@ function queryDatasetList(data = {}) {
|
|
|
54414
54515
|
});
|
|
54415
54516
|
}
|
|
54416
54517
|
|
|
54417
|
-
/***/ }),
|
|
54418
|
-
|
|
54419
|
-
/***/ "6285":
|
|
54420
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
54421
|
-
|
|
54422
|
-
"use strict";
|
|
54423
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_2bca98ca_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7e06");
|
|
54424
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_2bca98ca_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_7c7da047_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_fillRules_vue_vue_type_template_id_2bca98ca_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
54425
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_2bca98ca_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_7c7da047_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_fillRules_vue_vue_type_template_id_2bca98ca_scoped_true__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
54426
|
-
|
|
54427
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_2bca98ca_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_7c7da047_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_fillRules_vue_vue_type_template_id_2bca98ca_scoped_true__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
54428
|
-
|
|
54429
|
-
|
|
54430
|
-
|
|
54431
54518
|
/***/ }),
|
|
54432
54519
|
|
|
54433
54520
|
/***/ "62b6":
|
|
@@ -62560,6 +62647,20 @@ function _default(Vue) {
|
|
|
62560
62647
|
return template;
|
|
62561
62648
|
}
|
|
62562
62649
|
|
|
62650
|
+
/***/ }),
|
|
62651
|
+
|
|
62652
|
+
/***/ "7396":
|
|
62653
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
62654
|
+
|
|
62655
|
+
"use strict";
|
|
62656
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_67d1f231_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5947");
|
|
62657
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_67d1f231_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_7c7da047_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_fillRules_vue_vue_type_template_id_67d1f231_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
62658
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_67d1f231_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_7c7da047_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_fillRules_vue_vue_type_template_id_67d1f231_scoped_true__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
62659
|
+
|
|
62660
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_fillRules_vue_vue_type_template_id_67d1f231_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_7c7da047_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_fillRules_vue_vue_type_template_id_67d1f231_scoped_true__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
62661
|
+
|
|
62662
|
+
|
|
62663
|
+
|
|
62563
62664
|
/***/ }),
|
|
62564
62665
|
|
|
62565
62666
|
/***/ "73a8":
|
|
@@ -62776,6 +62877,245 @@ var staticRenderFns = exports.staticRenderFns = [];
|
|
|
62776
62877
|
})));
|
|
62777
62878
|
|
|
62778
62879
|
|
|
62880
|
+
/***/ }),
|
|
62881
|
+
|
|
62882
|
+
/***/ "74ff":
|
|
62883
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
62884
|
+
|
|
62885
|
+
"use strict";
|
|
62886
|
+
|
|
62887
|
+
|
|
62888
|
+
Object.defineProperty(exports, "__esModule", {
|
|
62889
|
+
value: true
|
|
62890
|
+
});
|
|
62891
|
+
exports.staticRenderFns = exports.render = void 0;
|
|
62892
|
+
var render = exports.render = function render() {
|
|
62893
|
+
var _vm = this,
|
|
62894
|
+
_c = _vm._self._c;
|
|
62895
|
+
return _c('div', [_vm.isCustomType ? [_c(_vm.typeMap[_vm.row.fieldProperty], {
|
|
62896
|
+
tag: "component",
|
|
62897
|
+
attrs: {
|
|
62898
|
+
"value": _vm.value,
|
|
62899
|
+
"items": _vm.row
|
|
62900
|
+
},
|
|
62901
|
+
on: {
|
|
62902
|
+
"update:value": function ($event) {
|
|
62903
|
+
_vm.value = $event;
|
|
62904
|
+
},
|
|
62905
|
+
"change": _vm.handChange
|
|
62906
|
+
}
|
|
62907
|
+
})] : _vm.row.fillFieldCode === 'cashFlowNo' ? _c('PaymentCategory', _vm._b({
|
|
62908
|
+
staticClass: "input-w",
|
|
62909
|
+
attrs: {
|
|
62910
|
+
"value": _vm.val,
|
|
62911
|
+
"type": 'cashflow',
|
|
62912
|
+
"setting-source": _vm.settingSource
|
|
62913
|
+
},
|
|
62914
|
+
on: {
|
|
62915
|
+
"change": _vm.changeVal
|
|
62916
|
+
}
|
|
62917
|
+
}, 'PaymentCategory', _vm.$attrs, false)) : _vm.row.fillFieldCode === 'paymentCategoryNo' ? _c('PaymentCategoryT', _vm._b({
|
|
62918
|
+
staticClass: "input-w",
|
|
62919
|
+
attrs: {
|
|
62920
|
+
"value": _vm.val,
|
|
62921
|
+
"setting-source": _vm.settingSource,
|
|
62922
|
+
"type": 'paymentCategory'
|
|
62923
|
+
},
|
|
62924
|
+
on: {
|
|
62925
|
+
"change": _vm.changeVal
|
|
62926
|
+
}
|
|
62927
|
+
}, 'PaymentCategoryT', _vm.$attrs, false)) : _vm.row.fillFieldCode === 'budgetAccountCode' ? [_c('div', {
|
|
62928
|
+
staticClass: "flex-box flex-l"
|
|
62929
|
+
}, [_c('SelectBudgetAccountSettingDialog', {
|
|
62930
|
+
staticClass: "input-w",
|
|
62931
|
+
attrs: {
|
|
62932
|
+
"isSameUnit": _vm.isSameUnit,
|
|
62933
|
+
"isNeedQueryPlan": _vm.isNeedQueryPlan,
|
|
62934
|
+
"unitno": _vm._cltNo,
|
|
62935
|
+
"value": _vm.val,
|
|
62936
|
+
"currentData": _vm.currentData,
|
|
62937
|
+
"rp-dir": _vm.settingSource,
|
|
62938
|
+
"type": 'setting'
|
|
62939
|
+
},
|
|
62940
|
+
on: {
|
|
62941
|
+
"change": _vm.budgetChange
|
|
62942
|
+
}
|
|
62943
|
+
}), _vm.isSameUnit ? _c('div', [_vm._v(" (" + _vm._s(_vm.$l("预算单位")) + ":" + _vm._s(_vm.budgetInfo.budgetUnitName) + ", " + _vm._s(_vm.$l("预算系列")) + ":" + _vm._s(_vm.budgetInfo.groupName) + ") ")]) : _vm._e()], 1)] : _vm.row.fillFieldCode === 'fundsUseCode' ? _c('el-select', {
|
|
62944
|
+
staticClass: "input-w",
|
|
62945
|
+
attrs: {
|
|
62946
|
+
"clearable": "",
|
|
62947
|
+
"filterable": "",
|
|
62948
|
+
"placeholder": _vm.$l('请选择')
|
|
62949
|
+
},
|
|
62950
|
+
on: {
|
|
62951
|
+
"change": val => _vm.changeT(val, _vm.row, 'useFundsData')
|
|
62952
|
+
},
|
|
62953
|
+
model: {
|
|
62954
|
+
value: _vm.val,
|
|
62955
|
+
callback: function ($$v) {
|
|
62956
|
+
_vm.val = $$v;
|
|
62957
|
+
},
|
|
62958
|
+
expression: "val"
|
|
62959
|
+
}
|
|
62960
|
+
}, _vm._l(_vm.useFundsData, function (item) {
|
|
62961
|
+
return _c('el-option', {
|
|
62962
|
+
key: item.code,
|
|
62963
|
+
attrs: {
|
|
62964
|
+
"label": item.name,
|
|
62965
|
+
"value": item.code
|
|
62966
|
+
}
|
|
62967
|
+
});
|
|
62968
|
+
}), 1) : _vm.row.fillFieldCode === 'paymentTypeNo' ? _c('el-select', {
|
|
62969
|
+
staticClass: "input-w",
|
|
62970
|
+
attrs: {
|
|
62971
|
+
"clearable": "",
|
|
62972
|
+
"filterable": "",
|
|
62973
|
+
"placeholder": _vm.$l('请选择')
|
|
62974
|
+
},
|
|
62975
|
+
on: {
|
|
62976
|
+
"change": val => _vm.changeT(val, _vm.row, 'paymentTypeList')
|
|
62977
|
+
},
|
|
62978
|
+
model: {
|
|
62979
|
+
value: _vm.val,
|
|
62980
|
+
callback: function ($$v) {
|
|
62981
|
+
_vm.val = $$v;
|
|
62982
|
+
},
|
|
62983
|
+
expression: "val"
|
|
62984
|
+
}
|
|
62985
|
+
}, _vm._l(_vm.paymentTypeList, function (item) {
|
|
62986
|
+
return _c('el-option', {
|
|
62987
|
+
key: item.code,
|
|
62988
|
+
attrs: {
|
|
62989
|
+
"label": item.name,
|
|
62990
|
+
"value": item.code
|
|
62991
|
+
}
|
|
62992
|
+
});
|
|
62993
|
+
}), 1) : _vm.row.fillFieldCode === 'manageUnitNo' ? _c('el-select', {
|
|
62994
|
+
staticClass: "input-w",
|
|
62995
|
+
attrs: {
|
|
62996
|
+
"clearable": "",
|
|
62997
|
+
"filterable": "",
|
|
62998
|
+
"placeholder": _vm.$l('请选择')
|
|
62999
|
+
},
|
|
63000
|
+
on: {
|
|
63001
|
+
"change": val => _vm.changeT(val, _vm.row, 'manageUnits')
|
|
63002
|
+
},
|
|
63003
|
+
model: {
|
|
63004
|
+
value: _vm.val,
|
|
63005
|
+
callback: function ($$v) {
|
|
63006
|
+
_vm.val = $$v;
|
|
63007
|
+
},
|
|
63008
|
+
expression: "val"
|
|
63009
|
+
}
|
|
63010
|
+
}, _vm._l(_vm.manageUnits, function (item) {
|
|
63011
|
+
return _c('el-option', {
|
|
63012
|
+
key: item.code,
|
|
63013
|
+
attrs: {
|
|
63014
|
+
"label": item.name,
|
|
63015
|
+
"value": item.code
|
|
63016
|
+
}
|
|
63017
|
+
});
|
|
63018
|
+
}), 1) : _vm.row.fillFieldCode === 'businessTypeNo' ? _c('el-select', {
|
|
63019
|
+
staticClass: "input-w",
|
|
63020
|
+
attrs: {
|
|
63021
|
+
"clearable": "",
|
|
63022
|
+
"filterable": "",
|
|
63023
|
+
"placeholder": _vm.$l('请选择')
|
|
63024
|
+
},
|
|
63025
|
+
on: {
|
|
63026
|
+
"change": val => _vm.changeT(val, _vm.row, 'associatedBusinessOptions')
|
|
63027
|
+
},
|
|
63028
|
+
model: {
|
|
63029
|
+
value: _vm.val,
|
|
63030
|
+
callback: function ($$v) {
|
|
63031
|
+
_vm.val = $$v;
|
|
63032
|
+
},
|
|
63033
|
+
expression: "val"
|
|
63034
|
+
}
|
|
63035
|
+
}, _vm._l(_vm.ftsBusinessType, function (item) {
|
|
63036
|
+
return _c('el-option', {
|
|
63037
|
+
key: item.code,
|
|
63038
|
+
attrs: {
|
|
63039
|
+
"label": item.name,
|
|
63040
|
+
"value": item.code
|
|
63041
|
+
}
|
|
63042
|
+
});
|
|
63043
|
+
}), 1) : _vm.row.fillFieldCode === 'ledgerType' ? _c('el-select', {
|
|
63044
|
+
staticClass: "input-w",
|
|
63045
|
+
attrs: {
|
|
63046
|
+
"clearable": "",
|
|
63047
|
+
"filterable": "",
|
|
63048
|
+
"placeholder": _vm.$l('请选择')
|
|
63049
|
+
},
|
|
63050
|
+
on: {
|
|
63051
|
+
"change": val => _vm.changeT(val, _vm.row, 'bussList')
|
|
63052
|
+
},
|
|
63053
|
+
model: {
|
|
63054
|
+
value: _vm.val,
|
|
63055
|
+
callback: function ($$v) {
|
|
63056
|
+
_vm.val = $$v;
|
|
63057
|
+
},
|
|
63058
|
+
expression: "val"
|
|
63059
|
+
}
|
|
63060
|
+
}, _vm._l(_vm.bussList, function (item) {
|
|
63061
|
+
return _c('el-option', {
|
|
63062
|
+
key: item.code,
|
|
63063
|
+
attrs: {
|
|
63064
|
+
"label": item.name,
|
|
63065
|
+
"value": item.code
|
|
63066
|
+
}
|
|
63067
|
+
});
|
|
63068
|
+
}), 1) : _vm.isCustomName ? _c('el-cascader', {
|
|
63069
|
+
directives: [{
|
|
63070
|
+
name: "title",
|
|
63071
|
+
rawName: "v-title"
|
|
63072
|
+
}],
|
|
63073
|
+
ref: "cascader",
|
|
63074
|
+
staticClass: "input-w",
|
|
63075
|
+
attrs: {
|
|
63076
|
+
"placeholder": _vm.$l('请选择'),
|
|
63077
|
+
"separator": '-',
|
|
63078
|
+
"clearable": "",
|
|
63079
|
+
"options": _vm.optionsT
|
|
63080
|
+
},
|
|
63081
|
+
on: {
|
|
63082
|
+
"change": _vm.changeCustom
|
|
63083
|
+
},
|
|
63084
|
+
model: {
|
|
63085
|
+
value: _vm.val,
|
|
63086
|
+
callback: function ($$v) {
|
|
63087
|
+
_vm.val = $$v;
|
|
63088
|
+
},
|
|
63089
|
+
expression: "val"
|
|
63090
|
+
}
|
|
63091
|
+
}) : _c('el-input', _vm._b({
|
|
63092
|
+
directives: [{
|
|
63093
|
+
name: "title",
|
|
63094
|
+
rawName: "v-title"
|
|
63095
|
+
}],
|
|
63096
|
+
staticClass: "input-w",
|
|
63097
|
+
attrs: {
|
|
63098
|
+
"clearable": "",
|
|
63099
|
+
"show-overflow-tooltip": true,
|
|
63100
|
+
"maxlength": 64,
|
|
63101
|
+
"placeholder": _vm.$l('请输入')
|
|
63102
|
+
},
|
|
63103
|
+
on: {
|
|
63104
|
+
"blur": function ($event) {
|
|
63105
|
+
return _vm.handChange(_vm.val);
|
|
63106
|
+
}
|
|
63107
|
+
},
|
|
63108
|
+
model: {
|
|
63109
|
+
value: _vm.val,
|
|
63110
|
+
callback: function ($$v) {
|
|
63111
|
+
_vm.val = $$v;
|
|
63112
|
+
},
|
|
63113
|
+
expression: "val"
|
|
63114
|
+
}
|
|
63115
|
+
}, 'el-input', _vm.$attrs, false))], 2);
|
|
63116
|
+
};
|
|
63117
|
+
var staticRenderFns = exports.staticRenderFns = [];
|
|
63118
|
+
|
|
62779
63119
|
/***/ }),
|
|
62780
63120
|
|
|
62781
63121
|
/***/ "753f":
|
|
@@ -62993,6 +63333,17 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
62993
63333
|
|
|
62994
63334
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
62995
63335
|
|
|
63336
|
+
/***/ }),
|
|
63337
|
+
|
|
63338
|
+
/***/ "76ed":
|
|
63339
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
63340
|
+
|
|
63341
|
+
"use strict";
|
|
63342
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_fillRules_vue_vue_type_style_index_0_id_67d1f231_prod_scoped_true_lang_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e1c2");
|
|
63343
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_fillRules_vue_vue_type_style_index_0_id_67d1f231_prod_scoped_true_lang_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_fillRules_vue_vue_type_style_index_0_id_67d1f231_prod_scoped_true_lang_less__WEBPACK_IMPORTED_MODULE_0__);
|
|
63344
|
+
/* unused harmony reexport * */
|
|
63345
|
+
|
|
63346
|
+
|
|
62996
63347
|
/***/ }),
|
|
62997
63348
|
|
|
62998
63349
|
/***/ "774b":
|
|
@@ -64999,438 +65350,6 @@ function simpleEnd(buf) {
|
|
|
64999
65350
|
|
|
65000
65351
|
/***/ }),
|
|
65001
65352
|
|
|
65002
|
-
/***/ "7e06":
|
|
65003
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
65004
|
-
|
|
65005
|
-
"use strict";
|
|
65006
|
-
|
|
65007
|
-
|
|
65008
|
-
Object.defineProperty(exports, "__esModule", {
|
|
65009
|
-
value: true
|
|
65010
|
-
});
|
|
65011
|
-
exports.staticRenderFns = exports.render = void 0;
|
|
65012
|
-
var render = exports.render = function render() {
|
|
65013
|
-
var _vm = this,
|
|
65014
|
-
_c = _vm._self._c;
|
|
65015
|
-
return _c('el-form', {
|
|
65016
|
-
ref: "formRef",
|
|
65017
|
-
attrs: {
|
|
65018
|
-
"model": _vm.basicForm
|
|
65019
|
-
}
|
|
65020
|
-
}, [_c('div', {
|
|
65021
|
-
staticClass: "n20-in-block flex-box flex-r m-b-s"
|
|
65022
|
-
}, [_c('el-button', {
|
|
65023
|
-
attrs: {
|
|
65024
|
-
"type": "primary",
|
|
65025
|
-
"size": "mini"
|
|
65026
|
-
},
|
|
65027
|
-
on: {
|
|
65028
|
-
"click": function ($event) {
|
|
65029
|
-
return _vm.addField('matchingFillCommons');
|
|
65030
|
-
}
|
|
65031
|
-
}
|
|
65032
|
-
}, [_vm._v(_vm._s(_vm.$l("新增")))])], 1), _c('div', {
|
|
65033
|
-
staticClass: "n20-in-block m-b-m"
|
|
65034
|
-
}, [_c('el-table', _vm._b({
|
|
65035
|
-
key: _vm.size,
|
|
65036
|
-
staticClass: "custom-table",
|
|
65037
|
-
attrs: {
|
|
65038
|
-
"data": _vm.basicForm.matchingFillCommons
|
|
65039
|
-
}
|
|
65040
|
-
}, 'el-table', _vm.sizeBind, false), [_c('el-table-column', {
|
|
65041
|
-
attrs: {
|
|
65042
|
-
"width": "58",
|
|
65043
|
-
"type": "index",
|
|
65044
|
-
"align": "center",
|
|
65045
|
-
"fixed": "left",
|
|
65046
|
-
"label": _vm.$l('序号')
|
|
65047
|
-
}
|
|
65048
|
-
}), _c('el-table-column', {
|
|
65049
|
-
attrs: {
|
|
65050
|
-
"prop": "fillFieldCode",
|
|
65051
|
-
"label": _vm.$l('补填字段'),
|
|
65052
|
-
"align": "center",
|
|
65053
|
-
"width": "340"
|
|
65054
|
-
},
|
|
65055
|
-
scopedSlots: _vm._u([{
|
|
65056
|
-
key: "default",
|
|
65057
|
-
fn: function (scope) {
|
|
65058
|
-
return [_c('el-form-item', {
|
|
65059
|
-
staticClass: "m-b-0 flex-box flex-c",
|
|
65060
|
-
attrs: {
|
|
65061
|
-
"prop": 'matchingFillCommons.' + scope.$index + '.fillFieldCode',
|
|
65062
|
-
"rules": [{
|
|
65063
|
-
required: true,
|
|
65064
|
-
message: _vm.$l('请选择'),
|
|
65065
|
-
trigger: 'change'
|
|
65066
|
-
}]
|
|
65067
|
-
}
|
|
65068
|
-
}, [_c('el-select', {
|
|
65069
|
-
key: scope.$index + _vm.selectKey,
|
|
65070
|
-
staticClass: "input-w",
|
|
65071
|
-
attrs: {
|
|
65072
|
-
"placeholder": _vm.$l('请选择'),
|
|
65073
|
-
"clearable": "",
|
|
65074
|
-
"filterable": ""
|
|
65075
|
-
},
|
|
65076
|
-
on: {
|
|
65077
|
-
"change": val => _vm.fillChange(val, scope.row)
|
|
65078
|
-
},
|
|
65079
|
-
model: {
|
|
65080
|
-
value: scope.row.fillFieldCode,
|
|
65081
|
-
callback: function ($$v) {
|
|
65082
|
-
_vm.$set(scope.row, "fillFieldCode", $$v);
|
|
65083
|
-
},
|
|
65084
|
-
expression: "scope.row.fillFieldCode"
|
|
65085
|
-
}
|
|
65086
|
-
}, _vm._l(_vm.v_fillOptions, function (item) {
|
|
65087
|
-
return _c('el-option', {
|
|
65088
|
-
key: item.label,
|
|
65089
|
-
attrs: {
|
|
65090
|
-
"label": item.label,
|
|
65091
|
-
"value": item.value,
|
|
65092
|
-
"disabled": item.disabled
|
|
65093
|
-
}
|
|
65094
|
-
});
|
|
65095
|
-
}), 1)], 1)];
|
|
65096
|
-
}
|
|
65097
|
-
}])
|
|
65098
|
-
}, [_c('template', {
|
|
65099
|
-
slot: "header"
|
|
65100
|
-
}, [_c('span', {
|
|
65101
|
-
staticClass: "color-danger"
|
|
65102
|
-
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("补填字段")))])])], 2), _vm.isNew ? _c('el-table-column', {
|
|
65103
|
-
attrs: {
|
|
65104
|
-
"prop": "matchingValueType",
|
|
65105
|
-
"label": _vm.$l('补填内容取值'),
|
|
65106
|
-
"header-align": "center",
|
|
65107
|
-
"width": "340",
|
|
65108
|
-
"align": "center"
|
|
65109
|
-
},
|
|
65110
|
-
scopedSlots: _vm._u([{
|
|
65111
|
-
key: "default",
|
|
65112
|
-
fn: function (scope) {
|
|
65113
|
-
return [_c('el-form-item', {
|
|
65114
|
-
staticClass: "m-b-0 flex-box flex-c",
|
|
65115
|
-
attrs: {
|
|
65116
|
-
"prop": 'matchingFillCommons.' + scope.$index + '.matchingValueType',
|
|
65117
|
-
"rules": [{
|
|
65118
|
-
required: true,
|
|
65119
|
-
message: _vm.$l('请选择'),
|
|
65120
|
-
trigger: 'change'
|
|
65121
|
-
}]
|
|
65122
|
-
}
|
|
65123
|
-
}, [_c('el-select', {
|
|
65124
|
-
attrs: {
|
|
65125
|
-
"disabled": scope.row.fillFieldCode != 'customName',
|
|
65126
|
-
"placeholder": _vm.$l('请选择')
|
|
65127
|
-
},
|
|
65128
|
-
on: {
|
|
65129
|
-
"change": val => _vm.valueTypeChange(val, scope.row)
|
|
65130
|
-
},
|
|
65131
|
-
model: {
|
|
65132
|
-
value: scope.row.matchingValueType,
|
|
65133
|
-
callback: function ($$v) {
|
|
65134
|
-
_vm.$set(scope.row, "matchingValueType", $$v);
|
|
65135
|
-
},
|
|
65136
|
-
expression: "scope.row.matchingValueType"
|
|
65137
|
-
}
|
|
65138
|
-
}, _vm._l(_vm.valueList, function (row, index) {
|
|
65139
|
-
return _c('el-option', {
|
|
65140
|
-
key: index,
|
|
65141
|
-
attrs: {
|
|
65142
|
-
"label": row.label,
|
|
65143
|
-
"value": row.value
|
|
65144
|
-
}
|
|
65145
|
-
});
|
|
65146
|
-
}), 1)], 1)];
|
|
65147
|
-
}
|
|
65148
|
-
}], null, false, 2701754649)
|
|
65149
|
-
}, [_c('template', {
|
|
65150
|
-
slot: "header"
|
|
65151
|
-
}, [_c('span', {
|
|
65152
|
-
staticClass: "color-danger"
|
|
65153
|
-
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("补填内容取值")))])])], 2) : _vm._e(), _c('el-table-column', {
|
|
65154
|
-
attrs: {
|
|
65155
|
-
"prop": "fValues",
|
|
65156
|
-
"label": _vm.$l('补填内容'),
|
|
65157
|
-
"header-align": "center",
|
|
65158
|
-
"align": "left"
|
|
65159
|
-
},
|
|
65160
|
-
scopedSlots: _vm._u([{
|
|
65161
|
-
key: "default",
|
|
65162
|
-
fn: function (scope) {
|
|
65163
|
-
return [_c('el-form-item', {
|
|
65164
|
-
staticClass: "m-b-0 flex-box flex-l",
|
|
65165
|
-
attrs: {
|
|
65166
|
-
"prop": 'matchingFillCommons.' + scope.$index + '.fValues',
|
|
65167
|
-
"rules": [{
|
|
65168
|
-
required: true,
|
|
65169
|
-
message: _vm.$l('请选择'),
|
|
65170
|
-
trigger: 'change'
|
|
65171
|
-
}]
|
|
65172
|
-
}
|
|
65173
|
-
}, [_vm.slotList.includes(scope.row.fillFieldCode) ? [_vm._t(scope.row.fillFieldCode, null, {
|
|
65174
|
-
"row": scope.row
|
|
65175
|
-
})] : [_c('FillComponent', _vm._b({
|
|
65176
|
-
attrs: {
|
|
65177
|
-
"row": scope.row,
|
|
65178
|
-
"disabled": scope.row.matchingValueType === 'DYNAMIC',
|
|
65179
|
-
"isSameUnit": _vm.showGroup,
|
|
65180
|
-
"isNeedQueryPlan": false,
|
|
65181
|
-
"basicForm": _vm.basicForm,
|
|
65182
|
-
"idx": scope.$index,
|
|
65183
|
-
"settingSource": _vm.settingSource
|
|
65184
|
-
},
|
|
65185
|
-
on: {
|
|
65186
|
-
"change": _vm.fillValChange,
|
|
65187
|
-
"getCode": _vm.getCode,
|
|
65188
|
-
"getCustom": _vm.getCustom
|
|
65189
|
-
},
|
|
65190
|
-
model: {
|
|
65191
|
-
value: scope.row.fValues,
|
|
65192
|
-
callback: function ($$v) {
|
|
65193
|
-
_vm.$set(scope.row, "fValues", $$v);
|
|
65194
|
-
},
|
|
65195
|
-
expression: "scope.row.fValues"
|
|
65196
|
-
}
|
|
65197
|
-
}, 'FillComponent', _vm.$attrs, false))]], 2)];
|
|
65198
|
-
}
|
|
65199
|
-
}], null, true)
|
|
65200
|
-
}, [_c('template', {
|
|
65201
|
-
slot: "header"
|
|
65202
|
-
}, [_c('span', {
|
|
65203
|
-
staticClass: "color-danger"
|
|
65204
|
-
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("补填内容")))])])], 2), _c('el-table-column', {
|
|
65205
|
-
attrs: {
|
|
65206
|
-
"prop": "address",
|
|
65207
|
-
"label": _vm.$l('操作'),
|
|
65208
|
-
"align": "center",
|
|
65209
|
-
"width": "88"
|
|
65210
|
-
},
|
|
65211
|
-
scopedSlots: _vm._u([{
|
|
65212
|
-
key: "default",
|
|
65213
|
-
fn: function (scope) {
|
|
65214
|
-
return _c('el-link', {
|
|
65215
|
-
staticClass: "m-r-s",
|
|
65216
|
-
attrs: {
|
|
65217
|
-
"underline": false,
|
|
65218
|
-
"type": "primary"
|
|
65219
|
-
},
|
|
65220
|
-
on: {
|
|
65221
|
-
"click": function ($event) {
|
|
65222
|
-
return _vm.delField('matchingFillCommons', scope.$index);
|
|
65223
|
-
}
|
|
65224
|
-
}
|
|
65225
|
-
}, [_vm._v(_vm._s(_vm.$l("删除")))]);
|
|
65226
|
-
}
|
|
65227
|
-
}])
|
|
65228
|
-
}), _c('CLTableSetSize', {
|
|
65229
|
-
attrs: {
|
|
65230
|
-
"size": _vm.size
|
|
65231
|
-
},
|
|
65232
|
-
on: {
|
|
65233
|
-
"update:size": function ($event) {
|
|
65234
|
-
_vm.size = $event;
|
|
65235
|
-
},
|
|
65236
|
-
"resize": el => _vm.sizeBind = el
|
|
65237
|
-
}
|
|
65238
|
-
})], 1)], 1), !_vm.showGroup ? _c('div', {
|
|
65239
|
-
staticClass: "n20-in-block flex-box flex-lr m-b-s"
|
|
65240
|
-
}, [_c('div', [_c('el-checkbox', {
|
|
65241
|
-
attrs: {
|
|
65242
|
-
"true-label": 1,
|
|
65243
|
-
"false-label": 0
|
|
65244
|
-
},
|
|
65245
|
-
on: {
|
|
65246
|
-
"change": _vm.handChangeBox
|
|
65247
|
-
},
|
|
65248
|
-
model: {
|
|
65249
|
-
value: _vm.basicForm.isSetOnUnit,
|
|
65250
|
-
callback: function ($$v) {
|
|
65251
|
-
_vm.$set(_vm.basicForm, "isSetOnUnit", $$v);
|
|
65252
|
-
},
|
|
65253
|
-
expression: "basicForm.isSetOnUnit"
|
|
65254
|
-
}
|
|
65255
|
-
}, [_vm._v(_vm._s(_vm.$l("是否按‘单位’分别设置预算科目")))]), _c('i', {
|
|
65256
|
-
directives: [{
|
|
65257
|
-
name: "title",
|
|
65258
|
-
rawName: "v-title",
|
|
65259
|
-
value: _vm.$l('同时设置多个单位的补填规则时,如果要在补填占用预算,请确保每个单位只有一个‘预算单位’和‘预算体系’,并且在使用的预算体系有所设置的预算科目。否则自动补填时,不会进行预算占用。'),
|
|
65260
|
-
expression: "\n $l(\n '同时设置多个单位的补填规则时,如果要在补填占用预算,请确保每个单位只有一个‘预算单位’和‘预算体系’,并且在使用的预算体系有所设置的预算科目。否则自动补填时,不会进行预算占用。'\n )\n "
|
|
65261
|
-
}],
|
|
65262
|
-
staticClass: "n20-icon-xinxitishi m-l-s",
|
|
65263
|
-
staticStyle: {
|
|
65264
|
-
"color": "var(--color-text-secondary)"
|
|
65265
|
-
}
|
|
65266
|
-
})], 1), _vm.basicForm.isSetOnUnit ? _c('el-button', {
|
|
65267
|
-
attrs: {
|
|
65268
|
-
"type": "primary",
|
|
65269
|
-
"size": "mini"
|
|
65270
|
-
},
|
|
65271
|
-
on: {
|
|
65272
|
-
"click": _vm.andRow
|
|
65273
|
-
}
|
|
65274
|
-
}, [_vm._v(_vm._s(_vm.$l("新增")))]) : _vm._e()], 1) : _vm._e(), _vm.basicForm.isSetOnUnit && !_vm.showGroup ? _c('div', {
|
|
65275
|
-
staticClass: "n20-in-block m-b-lg"
|
|
65276
|
-
}, [_c('el-table', _vm._b({
|
|
65277
|
-
key: _vm.size,
|
|
65278
|
-
staticClass: "clear-in-form-margin cell-default-set--",
|
|
65279
|
-
attrs: {
|
|
65280
|
-
"data": _vm.basicForm.matchingFillDimensions
|
|
65281
|
-
}
|
|
65282
|
-
}, 'el-table', _vm.sizeBind, false), [_c('el-table-column', {
|
|
65283
|
-
attrs: {
|
|
65284
|
-
"prop": "dimensionCode",
|
|
65285
|
-
"label": _vm.$l('单位名称'),
|
|
65286
|
-
"align": "center",
|
|
65287
|
-
"width": "402"
|
|
65288
|
-
},
|
|
65289
|
-
scopedSlots: _vm._u([{
|
|
65290
|
-
key: "default",
|
|
65291
|
-
fn: function (scope) {
|
|
65292
|
-
return [_c('el-form-item', {
|
|
65293
|
-
staticClass: "m-b-0 flex-box flex-c",
|
|
65294
|
-
attrs: {
|
|
65295
|
-
"prop": 'matchingFillDimensions.' + scope.$index + '.dimensionCode',
|
|
65296
|
-
"rules": [{
|
|
65297
|
-
required: true,
|
|
65298
|
-
message: _vm.$l('请选择'),
|
|
65299
|
-
trigger: 'change'
|
|
65300
|
-
}]
|
|
65301
|
-
}
|
|
65302
|
-
}, [_c('el-select', {
|
|
65303
|
-
staticClass: "input-w",
|
|
65304
|
-
attrs: {
|
|
65305
|
-
"placeholder": _vm.$l('请选择'),
|
|
65306
|
-
"clearable": "",
|
|
65307
|
-
"filterable": ""
|
|
65308
|
-
},
|
|
65309
|
-
on: {
|
|
65310
|
-
"change": val => _vm.unitChange(val, scope.row)
|
|
65311
|
-
},
|
|
65312
|
-
model: {
|
|
65313
|
-
value: scope.row.dimensionCode,
|
|
65314
|
-
callback: function ($$v) {
|
|
65315
|
-
_vm.$set(scope.row, "dimensionCode", $$v);
|
|
65316
|
-
},
|
|
65317
|
-
expression: "scope.row.dimensionCode"
|
|
65318
|
-
}
|
|
65319
|
-
}, _vm._l(_vm.unitOptionsList, function (item) {
|
|
65320
|
-
return _c('el-option', {
|
|
65321
|
-
key: item.unitNo,
|
|
65322
|
-
attrs: {
|
|
65323
|
-
"label": item.unitName,
|
|
65324
|
-
"value": item.unitNo,
|
|
65325
|
-
"disabled": item.disabled
|
|
65326
|
-
}
|
|
65327
|
-
});
|
|
65328
|
-
}), 1)], 1)];
|
|
65329
|
-
}
|
|
65330
|
-
}], null, false, 450716574)
|
|
65331
|
-
}, [_c('template', {
|
|
65332
|
-
slot: "header"
|
|
65333
|
-
}, [_c('span', {
|
|
65334
|
-
staticClass: "color-danger"
|
|
65335
|
-
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("单位名称")))])])], 2), _c('el-table-column', {
|
|
65336
|
-
attrs: {
|
|
65337
|
-
"prop": "fValues",
|
|
65338
|
-
"label": _vm.$l('预算科目'),
|
|
65339
|
-
"align": "center"
|
|
65340
|
-
},
|
|
65341
|
-
scopedSlots: _vm._u([{
|
|
65342
|
-
key: "default",
|
|
65343
|
-
fn: function (scope) {
|
|
65344
|
-
return [_c('el-form-item', {
|
|
65345
|
-
staticClass: "m-b-0 flex-box flex-c",
|
|
65346
|
-
attrs: {
|
|
65347
|
-
"prop": 'matchingFillDimensions.' + scope.$index + '.fValues',
|
|
65348
|
-
"rules": [{
|
|
65349
|
-
required: true,
|
|
65350
|
-
message: _vm.$l('请选择'),
|
|
65351
|
-
trigger: 'change'
|
|
65352
|
-
}]
|
|
65353
|
-
}
|
|
65354
|
-
}, [_c('BudgetAccountDialog', {
|
|
65355
|
-
attrs: {
|
|
65356
|
-
"isSameUnit": true,
|
|
65357
|
-
"isSetColumns": true,
|
|
65358
|
-
"isNeedQueryPlan": false,
|
|
65359
|
-
"unitno": scope.row.dimensionCode,
|
|
65360
|
-
"currentData": _vm.currentData,
|
|
65361
|
-
"type": 'setting',
|
|
65362
|
-
"rpDir": _vm.settingSource
|
|
65363
|
-
},
|
|
65364
|
-
on: {
|
|
65365
|
-
"change": function ($event) {
|
|
65366
|
-
return _vm.selectBudget(scope.$index, scope.row, $event);
|
|
65367
|
-
}
|
|
65368
|
-
},
|
|
65369
|
-
model: {
|
|
65370
|
-
value: scope.row.fValues,
|
|
65371
|
-
callback: function ($$v) {
|
|
65372
|
-
_vm.$set(scope.row, "fValues", $$v);
|
|
65373
|
-
},
|
|
65374
|
-
expression: "scope.row.fValues"
|
|
65375
|
-
}
|
|
65376
|
-
})], 1)];
|
|
65377
|
-
}
|
|
65378
|
-
}], null, false, 2658003250)
|
|
65379
|
-
}, [_c('template', {
|
|
65380
|
-
slot: "header"
|
|
65381
|
-
}, [_c('span', {
|
|
65382
|
-
staticClass: "color-danger"
|
|
65383
|
-
}, [_vm._v("*")]), _c('span', [_vm._v(_vm._s(_vm.$l("预算科目")))])])], 2), _c('el-table-column', {
|
|
65384
|
-
attrs: {
|
|
65385
|
-
"prop": "budgetUnitName",
|
|
65386
|
-
"label": _vm.$l('预算单位'),
|
|
65387
|
-
"align": "center"
|
|
65388
|
-
}
|
|
65389
|
-
}), _c('el-table-column', {
|
|
65390
|
-
attrs: {
|
|
65391
|
-
"prop": "groupName",
|
|
65392
|
-
"label": _vm.$l('预算系列'),
|
|
65393
|
-
"align": "center"
|
|
65394
|
-
}
|
|
65395
|
-
}), _c('el-table-column', {
|
|
65396
|
-
attrs: {
|
|
65397
|
-
"label": _vm.$l('操作'),
|
|
65398
|
-
"align": "center",
|
|
65399
|
-
"width": "88"
|
|
65400
|
-
},
|
|
65401
|
-
scopedSlots: _vm._u([{
|
|
65402
|
-
key: "default",
|
|
65403
|
-
fn: function (scope) {
|
|
65404
|
-
return _c('el-link', {
|
|
65405
|
-
staticClass: "m-r-s",
|
|
65406
|
-
attrs: {
|
|
65407
|
-
"underline": false,
|
|
65408
|
-
"type": "primary"
|
|
65409
|
-
},
|
|
65410
|
-
on: {
|
|
65411
|
-
"click": function ($event) {
|
|
65412
|
-
return _vm.delField('matchingFillDimensions', scope.$index);
|
|
65413
|
-
}
|
|
65414
|
-
}
|
|
65415
|
-
}, [_vm._v(_vm._s(_vm.$l("删除")))]);
|
|
65416
|
-
}
|
|
65417
|
-
}], null, false, 3113310685)
|
|
65418
|
-
}), _c('CLTableSetSize', {
|
|
65419
|
-
attrs: {
|
|
65420
|
-
"size": _vm.size
|
|
65421
|
-
},
|
|
65422
|
-
on: {
|
|
65423
|
-
"update:size": function ($event) {
|
|
65424
|
-
_vm.size = $event;
|
|
65425
|
-
},
|
|
65426
|
-
"resize": el => _vm.sizeBind = el
|
|
65427
|
-
}
|
|
65428
|
-
})], 1)], 1) : _vm._e()]);
|
|
65429
|
-
};
|
|
65430
|
-
var staticRenderFns = exports.staticRenderFns = [];
|
|
65431
|
-
|
|
65432
|
-
/***/ }),
|
|
65433
|
-
|
|
65434
65353
|
/***/ "7f01":
|
|
65435
65354
|
/***/ (function(module, exports, __webpack_require__) {
|
|
65436
65355
|
|
|
@@ -69310,13 +69229,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
69310
69229
|
|
|
69311
69230
|
|
|
69312
69231
|
|
|
69313
|
-
/***/ }),
|
|
69314
|
-
|
|
69315
|
-
/***/ "8b84":
|
|
69316
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
69317
|
-
|
|
69318
|
-
// extracted by mini-css-extract-plugin
|
|
69319
|
-
|
|
69320
69232
|
/***/ }),
|
|
69321
69233
|
|
|
69322
69234
|
/***/ "8bbf":
|
|
@@ -70922,7 +70834,7 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
70922
70834
|
|
|
70923
70835
|
"use strict";
|
|
70924
70836
|
__webpack_require__.r(__webpack_exports__);
|
|
70925
|
-
/* harmony import */ var
|
|
70837
|
+
/* harmony import */ var _FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("4f49");
|
|
70926
70838
|
/* harmony import */ var _FillComponent_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("1afd");
|
|
70927
70839
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _FillComponent_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 _FillComponent_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
70928
70840
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("2877");
|
|
@@ -70935,8 +70847,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
70935
70847
|
|
|
70936
70848
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
70937
70849
|
_FillComponent_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
70938
|
-
|
|
70939
|
-
|
|
70850
|
+
_FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
70851
|
+
_FillComponent_vue_vue_type_template_id_487b98cd__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
70940
70852
|
false,
|
|
70941
70853
|
null,
|
|
70942
70854
|
null,
|
|
@@ -76407,7 +76319,8 @@ var _default = exports.default = {
|
|
|
76407
76319
|
var _i$TmValues;
|
|
76408
76320
|
let l1 = i.matchingValueType === "DYNAMIC";
|
|
76409
76321
|
let l2 = (((_i$TmValues = i.TmValues) === null || _i$TmValues === void 0 ? void 0 : _i$TmValues[0]) || "").includes("VW_DATASET_RECORD_CUSTOMER_SUPPLIER");
|
|
76410
|
-
|
|
76322
|
+
let l3 = i.matchingOperation == "EQUALS";
|
|
76323
|
+
if (l1 && l2 && l3) falg = true;
|
|
76411
76324
|
});
|
|
76412
76325
|
if (node !== null && node !== void 0 && (_node$children = node.children) !== null && _node$children !== void 0 && _node$children.length) {
|
|
76413
76326
|
for (let i of node === null || node === void 0 ? void 0 : node.children) {
|
|
@@ -76418,6 +76331,29 @@ var _default = exports.default = {
|
|
|
76418
76331
|
fl(this.localNode);
|
|
76419
76332
|
return falg;
|
|
76420
76333
|
},
|
|
76334
|
+
// 判断匹配规则匹配内容数据集 选择了哪些 账号,客商,单位
|
|
76335
|
+
TmValues() {
|
|
76336
|
+
let TmValueArr = [];
|
|
76337
|
+
function fl(node) {
|
|
76338
|
+
var _node$matchingRules2, _node$children2;
|
|
76339
|
+
node === null || node === void 0 ? void 0 : (_node$matchingRules2 = node.matchingRules) === null || _node$matchingRules2 === void 0 ? void 0 : _node$matchingRules2.forEach(i => {
|
|
76340
|
+
var _i$TmValues2;
|
|
76341
|
+
let l1 = i.matchingValueType === "DYNAMIC";
|
|
76342
|
+
let l3 = i.matchingOperation == "EQUALS";
|
|
76343
|
+
const tmval = ((_i$TmValues2 = i.TmValues) === null || _i$TmValues2 === void 0 ? void 0 : _i$TmValues2[0]) || "";
|
|
76344
|
+
if (l1 && l3 && !TmValueArr.includes(tmval)) {
|
|
76345
|
+
TmValueArr.push(tmval);
|
|
76346
|
+
}
|
|
76347
|
+
});
|
|
76348
|
+
if (node !== null && node !== void 0 && (_node$children2 = node.children) !== null && _node$children2 !== void 0 && _node$children2.length) {
|
|
76349
|
+
for (let i of node === null || node === void 0 ? void 0 : node.children) {
|
|
76350
|
+
fl(i);
|
|
76351
|
+
}
|
|
76352
|
+
}
|
|
76353
|
+
}
|
|
76354
|
+
fl(this.localNode);
|
|
76355
|
+
return TmValueArr;
|
|
76356
|
+
},
|
|
76421
76357
|
unitOptionsList: {
|
|
76422
76358
|
get() {
|
|
76423
76359
|
var _this$cltNos;
|
|
@@ -77241,10 +77177,10 @@ function isKorean(text) {
|
|
|
77241
77177
|
|
|
77242
77178
|
"use strict";
|
|
77243
77179
|
__webpack_require__.r(__webpack_exports__);
|
|
77244
|
-
/* harmony import */ var
|
|
77180
|
+
/* harmony import */ var _fillRules_vue_vue_type_template_id_67d1f231_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7396");
|
|
77245
77181
|
/* harmony import */ var _fillRules_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("44a0");
|
|
77246
77182
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _fillRules_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 _fillRules_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
77247
|
-
/* harmony import */ var
|
|
77183
|
+
/* harmony import */ var _fillRules_vue_vue_type_style_index_0_id_67d1f231_prod_scoped_true_lang_less__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("76ed");
|
|
77248
77184
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("2877");
|
|
77249
77185
|
|
|
77250
77186
|
|
|
@@ -77256,11 +77192,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
77256
77192
|
|
|
77257
77193
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(
|
|
77258
77194
|
_fillRules_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
77259
|
-
|
|
77260
|
-
|
|
77195
|
+
_fillRules_vue_vue_type_template_id_67d1f231_scoped_true__WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
77196
|
+
_fillRules_vue_vue_type_template_id_67d1f231_scoped_true__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
77261
77197
|
false,
|
|
77262
77198
|
null,
|
|
77263
|
-
"
|
|
77199
|
+
"67d1f231",
|
|
77264
77200
|
null
|
|
77265
77201
|
|
|
77266
77202
|
)
|
|
@@ -77528,6 +77464,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
77528
77464
|
/* 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_ImportRules_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_ImportRules_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
77529
77465
|
/* 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_ImportRules_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
77530
77466
|
|
|
77467
|
+
/***/ }),
|
|
77468
|
+
|
|
77469
|
+
/***/ "a5f3":
|
|
77470
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
77471
|
+
|
|
77472
|
+
"use strict";
|
|
77473
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("ba90");
|
|
77474
|
+
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0__);
|
|
77475
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_3a019a32__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_7c7da047_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_ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
77476
|
+
|
|
77477
|
+
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_3a019a32__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_7c7da047_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_ConditionGroup_vue_vue_type_template_id_3a019a32__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
77478
|
+
|
|
77479
|
+
|
|
77480
|
+
|
|
77531
77481
|
/***/ }),
|
|
77532
77482
|
|
|
77533
77483
|
/***/ "a645":
|
|
@@ -83750,7 +83700,7 @@ const install = function (Vue, opts = {
|
|
|
83750
83700
|
_locale.default.use(opts.locale);
|
|
83751
83701
|
_locale.default.i18n(opts.i18n);
|
|
83752
83702
|
Vue.use(_i18n.default, opts.i18nConfig);
|
|
83753
|
-
Vue
|
|
83703
|
+
Vue.prototype.$validateQuota = _index.validateQuota;
|
|
83754
83704
|
// Vue.prototype.$test = () => { alert('Nstc test') };
|
|
83755
83705
|
|
|
83756
83706
|
// Vue.prototype.$bus = {
|
|
@@ -86779,6 +86729,339 @@ var _default = exports.default = {
|
|
|
86779
86729
|
|
|
86780
86730
|
/***/ }),
|
|
86781
86731
|
|
|
86732
|
+
/***/ "ba90":
|
|
86733
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
86734
|
+
|
|
86735
|
+
"use strict";
|
|
86736
|
+
|
|
86737
|
+
|
|
86738
|
+
Object.defineProperty(exports, "__esModule", {
|
|
86739
|
+
value: true
|
|
86740
|
+
});
|
|
86741
|
+
exports.staticRenderFns = exports.render = void 0;
|
|
86742
|
+
var render = exports.render = function render() {
|
|
86743
|
+
var _vm = this,
|
|
86744
|
+
_c = _vm._self._c;
|
|
86745
|
+
return _c('div', {
|
|
86746
|
+
key: _vm.templateKey,
|
|
86747
|
+
staticClass: "auto-group"
|
|
86748
|
+
}, [!_vm.disabled ? _c('div', {
|
|
86749
|
+
staticClass: "auto-actions"
|
|
86750
|
+
}, [_c('el-dropdown', {
|
|
86751
|
+
on: {
|
|
86752
|
+
"command": _vm.handleCommand
|
|
86753
|
+
}
|
|
86754
|
+
}, [_c('span', {
|
|
86755
|
+
staticClass: "el-dropdown-link"
|
|
86756
|
+
}, [_c('i', {
|
|
86757
|
+
staticClass: "el-icon-circle-plus-outline auto-icon-ops"
|
|
86758
|
+
})]), _c('el-dropdown-menu', {
|
|
86759
|
+
attrs: {
|
|
86760
|
+
"slot": "dropdown"
|
|
86761
|
+
},
|
|
86762
|
+
slot: "dropdown"
|
|
86763
|
+
}, [_c('el-dropdown-item', {
|
|
86764
|
+
attrs: {
|
|
86765
|
+
"icon": "el-icon-plus",
|
|
86766
|
+
"command": "a"
|
|
86767
|
+
}
|
|
86768
|
+
}, [_vm._v("条件")]), _c('el-dropdown-item', {
|
|
86769
|
+
attrs: {
|
|
86770
|
+
"icon": "el-icon-plus",
|
|
86771
|
+
"command": "b"
|
|
86772
|
+
}
|
|
86773
|
+
}, [_vm._v("条件组")])], 1)], 1), !_vm.localNode.root ? _c('i', {
|
|
86774
|
+
staticClass: "el-icon-circle-close m-l-s auto-icon-ops",
|
|
86775
|
+
on: {
|
|
86776
|
+
"click": _vm.deleteleGroup
|
|
86777
|
+
}
|
|
86778
|
+
}) : _vm._e()], 1) : _vm._e(), _vm.showOperator ? _c('select', {
|
|
86779
|
+
directives: [{
|
|
86780
|
+
name: "model",
|
|
86781
|
+
rawName: "v-model",
|
|
86782
|
+
value: _vm.localNode.logicalOperation,
|
|
86783
|
+
expression: "localNode.logicalOperation"
|
|
86784
|
+
}],
|
|
86785
|
+
staticClass: "auto-group-select",
|
|
86786
|
+
attrs: {
|
|
86787
|
+
"disabled": _vm.disabled
|
|
86788
|
+
},
|
|
86789
|
+
on: {
|
|
86790
|
+
"change": function ($event) {
|
|
86791
|
+
var $$selectedVal = Array.prototype.filter.call($event.target.options, function (o) {
|
|
86792
|
+
return o.selected;
|
|
86793
|
+
}).map(function (o) {
|
|
86794
|
+
var val = "_value" in o ? o._value : o.value;
|
|
86795
|
+
return val;
|
|
86796
|
+
});
|
|
86797
|
+
_vm.$set(_vm.localNode, "logicalOperation", $event.target.multiple ? $$selectedVal : $$selectedVal[0]);
|
|
86798
|
+
}
|
|
86799
|
+
}
|
|
86800
|
+
}, [_c('option', {
|
|
86801
|
+
attrs: {
|
|
86802
|
+
"value": "AND"
|
|
86803
|
+
}
|
|
86804
|
+
}, [_vm._v(_vm._s(_vm.$l("并且")))]), _c('option', {
|
|
86805
|
+
attrs: {
|
|
86806
|
+
"value": "OR"
|
|
86807
|
+
}
|
|
86808
|
+
}, [_vm._v(_vm._s(_vm.$l("或者")))])]) : _vm._e(), _vm._l(_vm.localNode.matchingRules, function (item, idx) {
|
|
86809
|
+
return _c('div', {
|
|
86810
|
+
key: item.key + '-auto-rule',
|
|
86811
|
+
staticClass: "auto-rule"
|
|
86812
|
+
}, [_c('div', {
|
|
86813
|
+
staticClass: "auto-group-item",
|
|
86814
|
+
class: {
|
|
86815
|
+
'auto-group-item-disabled': _vm.disabled
|
|
86816
|
+
}
|
|
86817
|
+
}, [_c('label', {
|
|
86818
|
+
staticClass: "auto-group-item-label"
|
|
86819
|
+
}, [_vm._v("匹配字段")]), _c('el-select', {
|
|
86820
|
+
directives: [{
|
|
86821
|
+
name: "title",
|
|
86822
|
+
rawName: "v-title"
|
|
86823
|
+
}],
|
|
86824
|
+
attrs: {
|
|
86825
|
+
"placeholder": _vm.$l('请选择'),
|
|
86826
|
+
"disabled": _vm.disabled,
|
|
86827
|
+
"filterable": ""
|
|
86828
|
+
},
|
|
86829
|
+
on: {
|
|
86830
|
+
"change": val => _vm.handChangeField(val, item)
|
|
86831
|
+
},
|
|
86832
|
+
model: {
|
|
86833
|
+
value: item.matchingFieldCode,
|
|
86834
|
+
callback: function ($$v) {
|
|
86835
|
+
_vm.$set(item, "matchingFieldCode", $$v);
|
|
86836
|
+
},
|
|
86837
|
+
expression: "item.matchingFieldCode"
|
|
86838
|
+
}
|
|
86839
|
+
}, _vm._l(_vm.filedList, function (item, index) {
|
|
86840
|
+
return _c('el-option', {
|
|
86841
|
+
key: index + item.fieldCode,
|
|
86842
|
+
attrs: {
|
|
86843
|
+
"label": item.fieldName,
|
|
86844
|
+
"value": item.fieldCode
|
|
86845
|
+
}
|
|
86846
|
+
});
|
|
86847
|
+
}), 1)], 1), _c('div', {
|
|
86848
|
+
staticClass: "auto-group-item",
|
|
86849
|
+
class: {
|
|
86850
|
+
'auto-required': _vm.localNode.vaild && !item.matchingOperation,
|
|
86851
|
+
'auto-group-item-disabled': _vm.disabled
|
|
86852
|
+
}
|
|
86853
|
+
}, [_c('label', {
|
|
86854
|
+
staticClass: "auto-group-item-label"
|
|
86855
|
+
}, [_vm._v("匹配关系")]), _c('el-select', {
|
|
86856
|
+
attrs: {
|
|
86857
|
+
"placeholder": _vm.$l('请选择'),
|
|
86858
|
+
"clearable": "",
|
|
86859
|
+
"disabled": _vm.disabled
|
|
86860
|
+
},
|
|
86861
|
+
on: {
|
|
86862
|
+
"change": val => _vm.handChangeOperation(val, item)
|
|
86863
|
+
},
|
|
86864
|
+
model: {
|
|
86865
|
+
value: item.matchingOperation,
|
|
86866
|
+
callback: function ($$v) {
|
|
86867
|
+
_vm.$set(item, "matchingOperation", $$v);
|
|
86868
|
+
},
|
|
86869
|
+
expression: "item.matchingOperation"
|
|
86870
|
+
}
|
|
86871
|
+
}, _vm._l(_vm.matchList, function (item, index) {
|
|
86872
|
+
return _c('el-option', {
|
|
86873
|
+
key: index,
|
|
86874
|
+
attrs: {
|
|
86875
|
+
"label": item.label,
|
|
86876
|
+
"value": item.value
|
|
86877
|
+
}
|
|
86878
|
+
});
|
|
86879
|
+
}), 1)], 1), _vm.isNew ? _c('div', {
|
|
86880
|
+
staticClass: "auto-group-item",
|
|
86881
|
+
class: {
|
|
86882
|
+
'auto-required': _vm.localNode.vaild && !item.matchingValueType,
|
|
86883
|
+
'auto-group-item-disabled': _vm.disabled
|
|
86884
|
+
}
|
|
86885
|
+
}, [_c('label', {
|
|
86886
|
+
staticClass: "auto-group-item-label"
|
|
86887
|
+
}, [_vm._v("匹配值")]), _c('el-select', {
|
|
86888
|
+
attrs: {
|
|
86889
|
+
"placeholder": _vm.$l('请选择'),
|
|
86890
|
+
"disabled": _vm.disabled
|
|
86891
|
+
},
|
|
86892
|
+
model: {
|
|
86893
|
+
value: item.matchingValueType,
|
|
86894
|
+
callback: function ($$v) {
|
|
86895
|
+
_vm.$set(item, "matchingValueType", $$v);
|
|
86896
|
+
},
|
|
86897
|
+
expression: "item.matchingValueType"
|
|
86898
|
+
}
|
|
86899
|
+
}, _vm._l(_vm.valueList, function (row, index) {
|
|
86900
|
+
return _c('el-option', {
|
|
86901
|
+
key: index,
|
|
86902
|
+
attrs: {
|
|
86903
|
+
"label": row.label,
|
|
86904
|
+
"value": row.value,
|
|
86905
|
+
"disabled": _vm.disabledOps(row.value, item)
|
|
86906
|
+
}
|
|
86907
|
+
});
|
|
86908
|
+
}), 1)], 1) : _vm._e(), _c('div', {
|
|
86909
|
+
staticClass: "auto-group-item item-content",
|
|
86910
|
+
class: {
|
|
86911
|
+
'auto-required': _vm.autoValus(item),
|
|
86912
|
+
'auto-group-item-disabled': _vm.disabled
|
|
86913
|
+
}
|
|
86914
|
+
}, [_c('label', {
|
|
86915
|
+
staticClass: "auto-group-item-label"
|
|
86916
|
+
}, [_vm._v("匹配内容")]), item.matchingValueType === 'DYNAMIC' ? _c('el-cascader', {
|
|
86917
|
+
directives: [{
|
|
86918
|
+
name: "title",
|
|
86919
|
+
rawName: "v-title"
|
|
86920
|
+
}],
|
|
86921
|
+
staticStyle: {
|
|
86922
|
+
"width": "100%"
|
|
86923
|
+
},
|
|
86924
|
+
attrs: {
|
|
86925
|
+
"placeholder": _vm.$l('请选择'),
|
|
86926
|
+
"disabled": _vm.disabled,
|
|
86927
|
+
"separator": '-',
|
|
86928
|
+
"clearable": "",
|
|
86929
|
+
"options": _vm.options
|
|
86930
|
+
},
|
|
86931
|
+
model: {
|
|
86932
|
+
value: item.TmValues,
|
|
86933
|
+
callback: function ($$v) {
|
|
86934
|
+
_vm.$set(item, "TmValues", $$v);
|
|
86935
|
+
},
|
|
86936
|
+
expression: "item.TmValues"
|
|
86937
|
+
}
|
|
86938
|
+
}) : _c('inputTag', {
|
|
86939
|
+
key: item.key,
|
|
86940
|
+
attrs: {
|
|
86941
|
+
"placeholder": "请输入内容,按回车添加",
|
|
86942
|
+
"disabled": _vm.disabled || _vm.emptyList.includes(item.matchingOperation),
|
|
86943
|
+
"tagEffect": 'plain',
|
|
86944
|
+
"tagType": 'info'
|
|
86945
|
+
},
|
|
86946
|
+
model: {
|
|
86947
|
+
value: item.mValues,
|
|
86948
|
+
callback: function ($$v) {
|
|
86949
|
+
_vm.$set(item, "mValues", $$v);
|
|
86950
|
+
},
|
|
86951
|
+
expression: "item.mValues"
|
|
86952
|
+
}
|
|
86953
|
+
})], 1), !_vm.disabled ? [_c('i', {
|
|
86954
|
+
staticClass: "el-icon-edit auto-icon-ops",
|
|
86955
|
+
class: {
|
|
86956
|
+
noEvent: _vm.emptyList.includes(item.matchingOperation)
|
|
86957
|
+
},
|
|
86958
|
+
on: {
|
|
86959
|
+
"click": function ($event) {
|
|
86960
|
+
return _vm.edit(item, idx);
|
|
86961
|
+
}
|
|
86962
|
+
}
|
|
86963
|
+
}), _c('i', {
|
|
86964
|
+
staticClass: "el-icon-circle-plus-outline auto-icon-ops",
|
|
86965
|
+
on: {
|
|
86966
|
+
"click": function ($event) {
|
|
86967
|
+
return _vm.addRule(idx);
|
|
86968
|
+
}
|
|
86969
|
+
}
|
|
86970
|
+
}), _c('i', {
|
|
86971
|
+
staticClass: "el-icon-document-copy auto-icon-ops",
|
|
86972
|
+
on: {
|
|
86973
|
+
"click": function ($event) {
|
|
86974
|
+
return _vm.copyRule(item, idx);
|
|
86975
|
+
}
|
|
86976
|
+
}
|
|
86977
|
+
}), _c('i', {
|
|
86978
|
+
staticClass: "el-icon-circle-close auto-icon-ops",
|
|
86979
|
+
on: {
|
|
86980
|
+
"click": function ($event) {
|
|
86981
|
+
return _vm.deleteChild(idx);
|
|
86982
|
+
}
|
|
86983
|
+
}
|
|
86984
|
+
})] : _vm._e()], 2);
|
|
86985
|
+
}), _vm._l(_vm.localNode.children, function (child, idx) {
|
|
86986
|
+
return _c('div', {
|
|
86987
|
+
key: `${child.key || idx}-auto-group`,
|
|
86988
|
+
staticClass: "auto-child"
|
|
86989
|
+
}, [_c('condition-group', {
|
|
86990
|
+
ref: `conditionGroup${idx}`,
|
|
86991
|
+
refInFor: true,
|
|
86992
|
+
attrs: {
|
|
86993
|
+
"localNode": child,
|
|
86994
|
+
"emptyList": _vm.emptyList,
|
|
86995
|
+
"isNew": _vm.isNew,
|
|
86996
|
+
"options": _vm.options,
|
|
86997
|
+
"disabled": _vm.disabled,
|
|
86998
|
+
"filedList": _vm.filedList
|
|
86999
|
+
},
|
|
87000
|
+
on: {
|
|
87001
|
+
"delete": function ($event) {
|
|
87002
|
+
return _vm.deleteGrout(idx);
|
|
87003
|
+
}
|
|
87004
|
+
}
|
|
87005
|
+
})], 1);
|
|
87006
|
+
}), _c('CLDialog', {
|
|
87007
|
+
directives: [{
|
|
87008
|
+
name: "drag",
|
|
87009
|
+
rawName: "v-drag"
|
|
87010
|
+
}],
|
|
87011
|
+
attrs: {
|
|
87012
|
+
"visible": _vm.visible,
|
|
87013
|
+
"title": _vm.$l('匹配值'),
|
|
87014
|
+
"destroy-on-open": true
|
|
87015
|
+
},
|
|
87016
|
+
on: {
|
|
87017
|
+
"update:visible": function ($event) {
|
|
87018
|
+
_vm.visible = $event;
|
|
87019
|
+
}
|
|
87020
|
+
}
|
|
87021
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.$l("若需要同时维护多个匹配值,可换行维护。")))]), _c('el-input', {
|
|
87022
|
+
staticClass: "m-t-s",
|
|
87023
|
+
attrs: {
|
|
87024
|
+
"type": "textarea",
|
|
87025
|
+
"rows": "10",
|
|
87026
|
+
"placeholder": "请输入1000字以内",
|
|
87027
|
+
"maxlength": "1000",
|
|
87028
|
+
"show-word-limit": ""
|
|
87029
|
+
},
|
|
87030
|
+
model: {
|
|
87031
|
+
value: _vm.textarea,
|
|
87032
|
+
callback: function ($$v) {
|
|
87033
|
+
_vm.textarea = $$v;
|
|
87034
|
+
},
|
|
87035
|
+
expression: "textarea"
|
|
87036
|
+
}
|
|
87037
|
+
}), _c('span', {
|
|
87038
|
+
staticClass: "dialog-footer m-t-m",
|
|
87039
|
+
attrs: {
|
|
87040
|
+
"slot": "footer"
|
|
87041
|
+
},
|
|
87042
|
+
slot: "footer"
|
|
87043
|
+
}, [_c('el-button', {
|
|
87044
|
+
attrs: {
|
|
87045
|
+
"type": "primary"
|
|
87046
|
+
},
|
|
87047
|
+
on: {
|
|
87048
|
+
"click": _vm.save
|
|
87049
|
+
}
|
|
87050
|
+
}, [_vm._v(_vm._s(_vm.$l("确 定")))]), _c('el-button', {
|
|
87051
|
+
attrs: {
|
|
87052
|
+
"plain": ""
|
|
87053
|
+
},
|
|
87054
|
+
on: {
|
|
87055
|
+
"click": function ($event) {
|
|
87056
|
+
_vm.visible = false;
|
|
87057
|
+
}
|
|
87058
|
+
}
|
|
87059
|
+
}, [_vm._v(_vm._s(_vm.$l("取 消")))])], 1)], 1)], 2);
|
|
87060
|
+
};
|
|
87061
|
+
var staticRenderFns = exports.staticRenderFns = [];
|
|
87062
|
+
|
|
87063
|
+
/***/ }),
|
|
87064
|
+
|
|
86782
87065
|
/***/ "ba98":
|
|
86783
87066
|
/***/ (function(module, exports, __webpack_require__) {
|
|
86784
87067
|
|
|
@@ -94479,245 +94762,6 @@ var _default = exports.default = {
|
|
|
94479
94762
|
|
|
94480
94763
|
/***/ }),
|
|
94481
94764
|
|
|
94482
|
-
/***/ "c624":
|
|
94483
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
94484
|
-
|
|
94485
|
-
"use strict";
|
|
94486
|
-
|
|
94487
|
-
|
|
94488
|
-
Object.defineProperty(exports, "__esModule", {
|
|
94489
|
-
value: true
|
|
94490
|
-
});
|
|
94491
|
-
exports.staticRenderFns = exports.render = void 0;
|
|
94492
|
-
var render = exports.render = function render() {
|
|
94493
|
-
var _vm = this,
|
|
94494
|
-
_c = _vm._self._c;
|
|
94495
|
-
return _c('div', [_vm.isCustomType ? [_c(_vm.typeMap[_vm.row.fieldProperty], {
|
|
94496
|
-
tag: "component",
|
|
94497
|
-
attrs: {
|
|
94498
|
-
"value": _vm.value,
|
|
94499
|
-
"items": _vm.row
|
|
94500
|
-
},
|
|
94501
|
-
on: {
|
|
94502
|
-
"update:value": function ($event) {
|
|
94503
|
-
_vm.value = $event;
|
|
94504
|
-
},
|
|
94505
|
-
"change": _vm.handChange
|
|
94506
|
-
}
|
|
94507
|
-
})] : _vm.row.fillFieldCode === 'cashFlowNo' ? _c('PaymentCategory', _vm._b({
|
|
94508
|
-
staticClass: "input-w",
|
|
94509
|
-
attrs: {
|
|
94510
|
-
"value": _vm.val,
|
|
94511
|
-
"type": 'cashflow',
|
|
94512
|
-
"setting-source": _vm.settingSource
|
|
94513
|
-
},
|
|
94514
|
-
on: {
|
|
94515
|
-
"change": _vm.changeVal
|
|
94516
|
-
}
|
|
94517
|
-
}, 'PaymentCategory', _vm.$attrs, false)) : _vm.row.fillFieldCode === 'paymentCategoryNo' ? _c('PaymentCategoryT', _vm._b({
|
|
94518
|
-
staticClass: "input-w",
|
|
94519
|
-
attrs: {
|
|
94520
|
-
"value": _vm.val,
|
|
94521
|
-
"setting-source": _vm.settingSource,
|
|
94522
|
-
"type": 'paymentCategory'
|
|
94523
|
-
},
|
|
94524
|
-
on: {
|
|
94525
|
-
"change": _vm.changeVal
|
|
94526
|
-
}
|
|
94527
|
-
}, 'PaymentCategoryT', _vm.$attrs, false)) : _vm.row.fillFieldCode === 'budgetAccountCode' ? [_c('div', {
|
|
94528
|
-
staticClass: "flex-box flex-l"
|
|
94529
|
-
}, [_c('SelectBudgetAccountSettingDialog', {
|
|
94530
|
-
staticClass: "input-w",
|
|
94531
|
-
attrs: {
|
|
94532
|
-
"isSameUnit": _vm.isSameUnit,
|
|
94533
|
-
"isNeedQueryPlan": _vm.isNeedQueryPlan,
|
|
94534
|
-
"unitno": _vm._cltNo,
|
|
94535
|
-
"value": _vm.val,
|
|
94536
|
-
"currentData": _vm.currentData,
|
|
94537
|
-
"rp-dir": _vm.settingSource,
|
|
94538
|
-
"type": 'setting'
|
|
94539
|
-
},
|
|
94540
|
-
on: {
|
|
94541
|
-
"change": _vm.budgetChange
|
|
94542
|
-
}
|
|
94543
|
-
}), _vm.isSameUnit ? _c('div', [_vm._v(" (" + _vm._s(_vm.$l("预算单位")) + ":" + _vm._s(_vm.budgetInfo.budgetUnitName) + ", " + _vm._s(_vm.$l("预算系列")) + ":" + _vm._s(_vm.budgetInfo.groupName) + ") ")]) : _vm._e()], 1)] : _vm.row.fillFieldCode === 'fundsUseCode' ? _c('el-select', {
|
|
94544
|
-
staticClass: "input-w",
|
|
94545
|
-
attrs: {
|
|
94546
|
-
"clearable": "",
|
|
94547
|
-
"filterable": "",
|
|
94548
|
-
"placeholder": _vm.$l('请选择')
|
|
94549
|
-
},
|
|
94550
|
-
on: {
|
|
94551
|
-
"change": val => _vm.changeT(val, _vm.row, 'useFundsData')
|
|
94552
|
-
},
|
|
94553
|
-
model: {
|
|
94554
|
-
value: _vm.val,
|
|
94555
|
-
callback: function ($$v) {
|
|
94556
|
-
_vm.val = $$v;
|
|
94557
|
-
},
|
|
94558
|
-
expression: "val"
|
|
94559
|
-
}
|
|
94560
|
-
}, _vm._l(_vm.useFundsData, function (item) {
|
|
94561
|
-
return _c('el-option', {
|
|
94562
|
-
key: item.code,
|
|
94563
|
-
attrs: {
|
|
94564
|
-
"label": item.name,
|
|
94565
|
-
"value": item.code
|
|
94566
|
-
}
|
|
94567
|
-
});
|
|
94568
|
-
}), 1) : _vm.row.fillFieldCode === 'paymentTypeNo' ? _c('el-select', {
|
|
94569
|
-
staticClass: "input-w",
|
|
94570
|
-
attrs: {
|
|
94571
|
-
"clearable": "",
|
|
94572
|
-
"filterable": "",
|
|
94573
|
-
"placeholder": _vm.$l('请选择')
|
|
94574
|
-
},
|
|
94575
|
-
on: {
|
|
94576
|
-
"change": val => _vm.changeT(val, _vm.row, 'paymentTypeList')
|
|
94577
|
-
},
|
|
94578
|
-
model: {
|
|
94579
|
-
value: _vm.val,
|
|
94580
|
-
callback: function ($$v) {
|
|
94581
|
-
_vm.val = $$v;
|
|
94582
|
-
},
|
|
94583
|
-
expression: "val"
|
|
94584
|
-
}
|
|
94585
|
-
}, _vm._l(_vm.paymentTypeList, function (item) {
|
|
94586
|
-
return _c('el-option', {
|
|
94587
|
-
key: item.code,
|
|
94588
|
-
attrs: {
|
|
94589
|
-
"label": item.name,
|
|
94590
|
-
"value": item.code
|
|
94591
|
-
}
|
|
94592
|
-
});
|
|
94593
|
-
}), 1) : _vm.row.fillFieldCode === 'manageUnitNo' ? _c('el-select', {
|
|
94594
|
-
staticClass: "input-w",
|
|
94595
|
-
attrs: {
|
|
94596
|
-
"clearable": "",
|
|
94597
|
-
"filterable": "",
|
|
94598
|
-
"placeholder": _vm.$l('请选择')
|
|
94599
|
-
},
|
|
94600
|
-
on: {
|
|
94601
|
-
"change": val => _vm.changeT(val, _vm.row, 'manageUnits')
|
|
94602
|
-
},
|
|
94603
|
-
model: {
|
|
94604
|
-
value: _vm.val,
|
|
94605
|
-
callback: function ($$v) {
|
|
94606
|
-
_vm.val = $$v;
|
|
94607
|
-
},
|
|
94608
|
-
expression: "val"
|
|
94609
|
-
}
|
|
94610
|
-
}, _vm._l(_vm.manageUnits, function (item) {
|
|
94611
|
-
return _c('el-option', {
|
|
94612
|
-
key: item.code,
|
|
94613
|
-
attrs: {
|
|
94614
|
-
"label": item.name,
|
|
94615
|
-
"value": item.code
|
|
94616
|
-
}
|
|
94617
|
-
});
|
|
94618
|
-
}), 1) : _vm.row.fillFieldCode === 'businessTypeNo' ? _c('el-select', {
|
|
94619
|
-
staticClass: "input-w",
|
|
94620
|
-
attrs: {
|
|
94621
|
-
"clearable": "",
|
|
94622
|
-
"filterable": "",
|
|
94623
|
-
"placeholder": _vm.$l('请选择')
|
|
94624
|
-
},
|
|
94625
|
-
on: {
|
|
94626
|
-
"change": val => _vm.changeT(val, _vm.row, 'associatedBusinessOptions')
|
|
94627
|
-
},
|
|
94628
|
-
model: {
|
|
94629
|
-
value: _vm.val,
|
|
94630
|
-
callback: function ($$v) {
|
|
94631
|
-
_vm.val = $$v;
|
|
94632
|
-
},
|
|
94633
|
-
expression: "val"
|
|
94634
|
-
}
|
|
94635
|
-
}, _vm._l(_vm.ftsBusinessType, function (item) {
|
|
94636
|
-
return _c('el-option', {
|
|
94637
|
-
key: item.code,
|
|
94638
|
-
attrs: {
|
|
94639
|
-
"label": item.name,
|
|
94640
|
-
"value": item.code
|
|
94641
|
-
}
|
|
94642
|
-
});
|
|
94643
|
-
}), 1) : _vm.row.fillFieldCode === 'ledgerType' ? _c('el-select', {
|
|
94644
|
-
staticClass: "input-w",
|
|
94645
|
-
attrs: {
|
|
94646
|
-
"clearable": "",
|
|
94647
|
-
"filterable": "",
|
|
94648
|
-
"placeholder": _vm.$l('请选择')
|
|
94649
|
-
},
|
|
94650
|
-
on: {
|
|
94651
|
-
"change": val => _vm.changeT(val, _vm.row, 'bussList')
|
|
94652
|
-
},
|
|
94653
|
-
model: {
|
|
94654
|
-
value: _vm.val,
|
|
94655
|
-
callback: function ($$v) {
|
|
94656
|
-
_vm.val = $$v;
|
|
94657
|
-
},
|
|
94658
|
-
expression: "val"
|
|
94659
|
-
}
|
|
94660
|
-
}, _vm._l(_vm.bussList, function (item) {
|
|
94661
|
-
return _c('el-option', {
|
|
94662
|
-
key: item.code,
|
|
94663
|
-
attrs: {
|
|
94664
|
-
"label": item.name,
|
|
94665
|
-
"value": item.code
|
|
94666
|
-
}
|
|
94667
|
-
});
|
|
94668
|
-
}), 1) : _vm.isCustomName ? _c('el-cascader', {
|
|
94669
|
-
directives: [{
|
|
94670
|
-
name: "title",
|
|
94671
|
-
rawName: "v-title"
|
|
94672
|
-
}],
|
|
94673
|
-
ref: "cascader",
|
|
94674
|
-
staticClass: "input-w",
|
|
94675
|
-
attrs: {
|
|
94676
|
-
"placeholder": _vm.$l('请选择'),
|
|
94677
|
-
"separator": '-',
|
|
94678
|
-
"clearable": "",
|
|
94679
|
-
"options": _vm.options
|
|
94680
|
-
},
|
|
94681
|
-
on: {
|
|
94682
|
-
"change": _vm.changeCustom
|
|
94683
|
-
},
|
|
94684
|
-
model: {
|
|
94685
|
-
value: _vm.val,
|
|
94686
|
-
callback: function ($$v) {
|
|
94687
|
-
_vm.val = $$v;
|
|
94688
|
-
},
|
|
94689
|
-
expression: "val"
|
|
94690
|
-
}
|
|
94691
|
-
}) : _c('el-input', _vm._b({
|
|
94692
|
-
directives: [{
|
|
94693
|
-
name: "title",
|
|
94694
|
-
rawName: "v-title"
|
|
94695
|
-
}],
|
|
94696
|
-
staticClass: "input-w",
|
|
94697
|
-
attrs: {
|
|
94698
|
-
"clearable": "",
|
|
94699
|
-
"show-overflow-tooltip": true,
|
|
94700
|
-
"maxlength": 64,
|
|
94701
|
-
"placeholder": _vm.$l('请输入')
|
|
94702
|
-
},
|
|
94703
|
-
on: {
|
|
94704
|
-
"blur": function ($event) {
|
|
94705
|
-
return _vm.handChange(_vm.val);
|
|
94706
|
-
}
|
|
94707
|
-
},
|
|
94708
|
-
model: {
|
|
94709
|
-
value: _vm.val,
|
|
94710
|
-
callback: function ($$v) {
|
|
94711
|
-
_vm.val = $$v;
|
|
94712
|
-
},
|
|
94713
|
-
expression: "val"
|
|
94714
|
-
}
|
|
94715
|
-
}, 'el-input', _vm.$attrs, false))], 2);
|
|
94716
|
-
};
|
|
94717
|
-
var staticRenderFns = exports.staticRenderFns = [];
|
|
94718
|
-
|
|
94719
|
-
/***/ }),
|
|
94720
|
-
|
|
94721
94765
|
/***/ "c642":
|
|
94722
94766
|
/***/ (function(module, exports, __webpack_require__) {
|
|
94723
94767
|
|
|
@@ -99165,6 +99209,10 @@ var _default = exports.default = {
|
|
|
99165
99209
|
},
|
|
99166
99210
|
idx: {
|
|
99167
99211
|
type: Number
|
|
99212
|
+
},
|
|
99213
|
+
TmValues: {
|
|
99214
|
+
type: Array,
|
|
99215
|
+
default: () => []
|
|
99168
99216
|
}
|
|
99169
99217
|
},
|
|
99170
99218
|
components: {
|
|
@@ -99229,6 +99277,17 @@ var _default = exports.default = {
|
|
|
99229
99277
|
set(val) {
|
|
99230
99278
|
this.$emit("input", val);
|
|
99231
99279
|
}
|
|
99280
|
+
},
|
|
99281
|
+
optionsT() {
|
|
99282
|
+
// 如果匹配规则选择了客商,等于,补填内容才能选择
|
|
99283
|
+
// 补填内容只能选择客商-客商名称、单位-单位名称或账号-单位名称
|
|
99284
|
+
const fields = ["UNIT_NAME", "REL_CORP_NAME"];
|
|
99285
|
+
return this.options.filter(item => this.TmValues.includes(item.value)).map(op => {
|
|
99286
|
+
return {
|
|
99287
|
+
...op,
|
|
99288
|
+
children: op.children.filter(field => fields.includes(field.value))
|
|
99289
|
+
};
|
|
99290
|
+
});
|
|
99232
99291
|
}
|
|
99233
99292
|
},
|
|
99234
99293
|
mounted() {
|
|
@@ -99784,17 +99843,6 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
99784
99843
|
};
|
|
99785
99844
|
|
|
99786
99845
|
|
|
99787
|
-
/***/ }),
|
|
99788
|
-
|
|
99789
|
-
/***/ "d955":
|
|
99790
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99791
|
-
|
|
99792
|
-
"use strict";
|
|
99793
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_fillRules_vue_vue_type_style_index_0_id_2bca98ca_prod_scoped_true_lang_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8b84");
|
|
99794
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_fillRules_vue_vue_type_style_index_0_id_2bca98ca_prod_scoped_true_lang_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_fillRules_vue_vue_type_style_index_0_id_2bca98ca_prod_scoped_true_lang_less__WEBPACK_IMPORTED_MODULE_0__);
|
|
99795
|
-
/* unused harmony reexport * */
|
|
99796
|
-
|
|
99797
|
-
|
|
99798
99846
|
/***/ }),
|
|
99799
99847
|
|
|
99800
99848
|
/***/ "d9b1":
|
|
@@ -101378,6 +101426,13 @@ module.exports = Function.prototype.apply;
|
|
|
101378
101426
|
|
|
101379
101427
|
|
|
101380
101428
|
|
|
101429
|
+
/***/ }),
|
|
101430
|
+
|
|
101431
|
+
/***/ "e1c2":
|
|
101432
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
101433
|
+
|
|
101434
|
+
// extracted by mini-css-extract-plugin
|
|
101435
|
+
|
|
101381
101436
|
/***/ }),
|
|
101382
101437
|
|
|
101383
101438
|
/***/ "e1d3":
|
|
@@ -102600,20 +102655,6 @@ function _default(target) {
|
|
|
102600
102655
|
}
|
|
102601
102656
|
;
|
|
102602
102657
|
|
|
102603
|
-
/***/ }),
|
|
102604
|
-
|
|
102605
|
-
/***/ "ead3":
|
|
102606
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
102607
|
-
|
|
102608
|
-
"use strict";
|
|
102609
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_26093da6__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0154");
|
|
102610
|
-
/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_26093da6__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_26093da6__WEBPACK_IMPORTED_MODULE_0__);
|
|
102611
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_26093da6__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_7c7da047_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_ConditionGroup_vue_vue_type_template_id_26093da6__WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
102612
|
-
|
|
102613
|
-
/* harmony reexport (checked) */ if(__webpack_require__.o(_node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_7c7da047_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_ConditionGroup_vue_vue_type_template_id_26093da6__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_7c7da047_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_ConditionGroup_vue_vue_type_template_id_26093da6__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
102614
|
-
|
|
102615
|
-
|
|
102616
|
-
|
|
102617
102658
|
/***/ }),
|
|
102618
102659
|
|
|
102619
102660
|
/***/ "eb69":
|