gcs-ui-lib 1.2.8 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/gcs-ui-lib.common.js +1363 -708
- package/lib/gcs-ui-lib.umd.js +1363 -708
- package/lib/gcs-ui-lib.umd.min.js +34 -34
- package/package.json +1 -1
- package/packages/AutoFillList/src/components/config.js +0 -8
- package/packages/AutoFillRuleHistory/src/components/config.js +670 -0
- package/packages/AutoFillRuleHistory/src/main.vue +1 -1
- package/packages/AutoFillService/src/components/basic.vue +1 -1
- package/packages/AutoFillService/src/main.vue +3 -2
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
<script>
|
|
54
54
|
import { matchingSave, matchingInfo, matchingSetting } from "@/api/setting";
|
|
55
|
-
import { NODE_GROUP
|
|
55
|
+
import { NODE_GROUP } from "./components/config";
|
|
56
56
|
import { PageHeader, SecondaryTab, Page, dayjs } from "n20-common-lib";
|
|
57
57
|
import { goBackCommon, uuid } from "@/utils";
|
|
58
58
|
import { queryDatasetList } from "@/api/fileApi";
|
|
@@ -150,6 +150,7 @@ export default {
|
|
|
150
150
|
return {
|
|
151
151
|
slotName: "aaa",
|
|
152
152
|
form: {
|
|
153
|
+
refillBasis:1,
|
|
153
154
|
matchingRuleType: "",
|
|
154
155
|
usedAccountType: "BANK_ACCOUNT",
|
|
155
156
|
isSetOnUnit: 0,
|
|
@@ -157,7 +158,7 @@ export default {
|
|
|
157
158
|
isAutoConfirm: 1,
|
|
158
159
|
matchingRuleName: "",
|
|
159
160
|
usedBusiness: "",
|
|
160
|
-
matchingPriority:
|
|
161
|
+
matchingPriority: 1,
|
|
161
162
|
matchingFillCommons: [], // 补填字段规则集合
|
|
162
163
|
matchingFillDimensions: [],
|
|
163
164
|
},
|