iv-npm 1.7.11 → 1.7.13
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/package.json +1 -1
- package/packages/shared/dist/utils/index.mjs +5 -1
- package/packages/ui/dist/business-ui/component/IVContractSelector.d.ts +0 -8
- package/packages/ui/dist/business-ui/component/IVMeterageSelector.d.ts +2 -10
- package/packages/ui/dist/index.cjs.js +3 -3
- package/packages/ui/dist/index.cjs.js.map +1 -1
- package/packages/ui/dist/index.esm.js +3 -3
- package/packages/ui/dist/index.esm.js.map +1 -1
- package/packages/ui/dist/index.umd.js +3 -3
- package/packages/ui/dist/index.umd.js.map +1 -1
- package/packages/ui/package.json +76 -76
- package/pnpm-lock.yaml +6078 -6078
- package/packages/ui/dist/ui/src/business-ui/component/IVProjectsSelector.d.ts +0 -104
- package/packages/ui/dist/ui/src/print-ui/component/FinancialStatementPrint.d.ts +0 -56
- /package/packages/ui/dist/{ui/src/business-ui → business-ui}/component/IVContractAndProjectSelector.d.ts +0 -0
- /package/packages/ui/dist/{ui/src/business-ui → business-ui}/component/IVProjectTree.d.ts +0 -0
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 组件定义-------------------------------------
|
|
3
|
-
* */
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
moduleType: {
|
|
6
|
-
type: NumberConstructor;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
sale: {
|
|
10
|
-
type: NumberConstructor;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
contractType: {
|
|
14
|
-
type: NumberConstructor;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
businessTypeItem: {
|
|
18
|
-
type: NumberConstructor;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
show: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
setOfBookId: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
required: false;
|
|
28
|
-
};
|
|
29
|
-
contractId: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
required: false;
|
|
32
|
-
};
|
|
33
|
-
managerId: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
required: false;
|
|
36
|
-
};
|
|
37
|
-
baseId: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
required: false;
|
|
40
|
-
};
|
|
41
|
-
multiple: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
required: false;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
projects: {
|
|
47
|
-
type: ArrayConstructor;
|
|
48
|
-
required: false;
|
|
49
|
-
};
|
|
50
|
-
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
|
-
[key: string]: any;
|
|
52
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "getItem")[], "update:show" | "getItem", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
-
moduleType: {
|
|
54
|
-
type: NumberConstructor;
|
|
55
|
-
required: true;
|
|
56
|
-
};
|
|
57
|
-
sale: {
|
|
58
|
-
type: NumberConstructor;
|
|
59
|
-
required: true;
|
|
60
|
-
};
|
|
61
|
-
contractType: {
|
|
62
|
-
type: NumberConstructor;
|
|
63
|
-
required: true;
|
|
64
|
-
};
|
|
65
|
-
businessTypeItem: {
|
|
66
|
-
type: NumberConstructor;
|
|
67
|
-
required: true;
|
|
68
|
-
};
|
|
69
|
-
show: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
required: true;
|
|
72
|
-
};
|
|
73
|
-
setOfBookId: {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
required: false;
|
|
76
|
-
};
|
|
77
|
-
contractId: {
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
required: false;
|
|
80
|
-
};
|
|
81
|
-
managerId: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
required: false;
|
|
84
|
-
};
|
|
85
|
-
baseId: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
required: false;
|
|
88
|
-
};
|
|
89
|
-
multiple: {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
required: false;
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
94
|
-
projects: {
|
|
95
|
-
type: ArrayConstructor;
|
|
96
|
-
required: false;
|
|
97
|
-
};
|
|
98
|
-
}>> & {
|
|
99
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
100
|
-
onGetItem?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
multiple: boolean;
|
|
103
|
-
}>;
|
|
104
|
-
export default _default;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
export interface ComponentPropsType {
|
|
2
|
-
data: any;
|
|
3
|
-
colum: ColumType;
|
|
4
|
-
}
|
|
5
|
-
export interface ColumType {
|
|
6
|
-
system: "MRP2" | "MRP" | "ASSET" | "FMS";
|
|
7
|
-
title: string;
|
|
8
|
-
tips?: string;
|
|
9
|
-
type: ({ data, colum }: {
|
|
10
|
-
data: any;
|
|
11
|
-
colum?: ColumType;
|
|
12
|
-
}) => boolean;
|
|
13
|
-
serialNumber: string;
|
|
14
|
-
context: ContextInvoice;
|
|
15
|
-
}
|
|
16
|
-
export interface ContextInvoice {
|
|
17
|
-
companyName: string;
|
|
18
|
-
bankAccount: string;
|
|
19
|
-
bankOfCeposit: string;
|
|
20
|
-
departmentUnit: string;
|
|
21
|
-
contentPurpose: string;
|
|
22
|
-
capitalAmount: string;
|
|
23
|
-
amountData: string;
|
|
24
|
-
projectNameAndLocationData: string;
|
|
25
|
-
attachedInvoiceQuantity: string;
|
|
26
|
-
}
|
|
27
|
-
export interface DepartmentUnit {
|
|
28
|
-
department: ({ data, colum }: {
|
|
29
|
-
data: any;
|
|
30
|
-
colum: ColumType;
|
|
31
|
-
}) => string;
|
|
32
|
-
invoices: string;
|
|
33
|
-
unitKey: string;
|
|
34
|
-
}
|
|
35
|
-
declare const _default: import("vue").DefineComponent<{
|
|
36
|
-
data: {
|
|
37
|
-
type: null;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
colum: {
|
|
41
|
-
type: ObjectConstructor;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
-
[key: string]: any;
|
|
46
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
-
data: {
|
|
48
|
-
type: null;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
colum: {
|
|
52
|
-
type: ObjectConstructor;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
}>>, {}>;
|
|
56
|
-
export default _default;
|
|
File without changes
|
|
File without changes
|