iv-npm 1.1.8 → 1.1.12
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/ui/dist/api/api.config.d.ts +5 -1
- package/packages/ui/dist/business-ui/component/IVMrpLineDropdown.d.ts +2 -1
- package/packages/ui/dist/business-ui/component/IVMrpOrgDropdown.d.ts +2 -1
- package/packages/ui/dist/business-ui/component/IVMrpPostDropdown.d.ts +2 -1
- package/packages/ui/dist/business-ui/component/IVMrpProdBaseDropdown.d.ts +2 -1
- package/packages/ui/dist/business-ui/component/IVMrpSetofbookDropdown.d.ts +2 -1
- package/packages/ui/dist/business-ui/component/IVMrpUserSelector.d.ts +22 -0
- package/packages/ui/dist/business-ui/index.d.ts +2 -1
- package/packages/ui/dist/function-ui/component/IVMrpTable.d.ts +68 -0
- package/packages/ui/dist/function-ui/component/IVMrpTableControl.d.ts +17 -0
- package/packages/ui/dist/function-ui/index.d.ts +3 -1
- package/packages/ui/dist/index.cjs.css +112 -0
- package/packages/ui/dist/index.cjs.js +1259 -80
- package/packages/ui/dist/index.d.ts +3 -3
- package/packages/ui/dist/index.esm.css +112 -0
- package/packages/ui/dist/index.esm.js +1252 -76
- package/packages/ui/dist/index.umd.css +112 -0
- package/packages/ui/dist/index.umd.js +1259 -80
- package/packages/ui/dist/index.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -20,7 +20,11 @@ declare const API_OPTION: {
|
|
|
20
20
|
url: string;
|
|
21
21
|
option: any;
|
|
22
22
|
};
|
|
23
|
+
getIVMrpUserSelector: {
|
|
24
|
+
url: string;
|
|
25
|
+
option: any;
|
|
26
|
+
};
|
|
23
27
|
};
|
|
24
28
|
export declare const formatHTTP: (fetch: any) => Promise<any>;
|
|
25
|
-
export declare const formatUrl: (base: string, api: string, params
|
|
29
|
+
export declare const formatUrl: (base: string, api: string, params?: object) => string;
|
|
26
30
|
export { BASE_URL, API_OPTION };
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
};
|
|
25
25
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
value: {
|
|
29
29
|
type: null;
|
|
30
30
|
required: true;
|
|
@@ -47,6 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
}>> & {
|
|
49
49
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
50
51
|
}, {
|
|
51
52
|
fieldNames: any;
|
|
52
53
|
}>;
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
};
|
|
27
27
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
28
28
|
[key: string]: any;
|
|
29
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
value: {
|
|
31
31
|
type: null;
|
|
32
32
|
required: true;
|
|
@@ -51,6 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
};
|
|
52
52
|
}>> & {
|
|
53
53
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
54
55
|
}, {
|
|
55
56
|
replaceFields: any;
|
|
56
57
|
}>;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
};
|
|
25
25
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
value: {
|
|
29
29
|
type: null;
|
|
30
30
|
required: true;
|
|
@@ -47,6 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
}>> & {
|
|
49
49
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
50
51
|
}, {
|
|
51
52
|
fieldNames: any;
|
|
52
53
|
}>;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
};
|
|
25
25
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
value: {
|
|
29
29
|
type: null;
|
|
30
30
|
required: true;
|
|
@@ -47,6 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
}>> & {
|
|
49
49
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
50
51
|
}, {
|
|
51
52
|
fieldNames: any;
|
|
52
53
|
}>;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
};
|
|
32
32
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
value: {
|
|
36
36
|
type: null;
|
|
37
37
|
required: true;
|
|
@@ -61,6 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
63
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
64
65
|
}, {
|
|
65
66
|
replaceFields: any;
|
|
66
67
|
multiple: boolean;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 组件定义-------------------------------------
|
|
3
|
+
* */
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
show: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>, 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<{
|
|
13
|
+
show: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}>> & {
|
|
19
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onGetItem?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
}, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -3,4 +3,5 @@ import IVMrpProdBaseDropdown from "./component/IVMrpProdBaseDropdown.vue";
|
|
|
3
3
|
import IVMrpLineDropdown from "./component/IVMrpLineDropdown.vue";
|
|
4
4
|
import IVMrpSetofbookDropdown from "./component/IVMrpSetofbookDropdown.vue";
|
|
5
5
|
import IVMrpPostDropdown from "./component/IVMrpPostDropdown.vue";
|
|
6
|
-
|
|
6
|
+
import IVMrpUserSelector from "./component/IVMrpUserSelector.vue";
|
|
7
|
+
export { IVMrpOrgDropdown, IVMrpProdBaseDropdown, IVMrpLineDropdown, IVMrpSetofbookDropdown, IVMrpPostDropdown, IVMrpUserSelector, };
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
data: {
|
|
3
|
+
type: null;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
contractExecDocList: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
currentPages: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
totalPages: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
formData: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
col: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
26
|
+
setHeight: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onPageChange" | "onShowSizeChange" | "upth")[], "onPageChange" | "onShowSizeChange" | "upth", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
data: {
|
|
34
|
+
type: null;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
contractExecDocList: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
currentPages: {
|
|
42
|
+
type: NumberConstructor;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
totalPages: {
|
|
46
|
+
type: NumberConstructor;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
formData: {
|
|
50
|
+
type: ObjectConstructor;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
col: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
required: false;
|
|
56
|
+
};
|
|
57
|
+
setHeight: {
|
|
58
|
+
type: NumberConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
61
|
+
}>> & {
|
|
62
|
+
onOnPageChange?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
onOnShowSizeChange?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
onUpth?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
}, {
|
|
66
|
+
col: boolean;
|
|
67
|
+
}>;
|
|
68
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
setHeight: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("density" | "ChangeS")[], "density" | "ChangeS", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
setHeight: {
|
|
10
|
+
type: NumberConstructor;
|
|
11
|
+
required: false;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
onChangeS?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onDensity?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}, {}>;
|
|
17
|
+
export default _default;
|
|
@@ -1,3 +1,115 @@
|
|
|
1
|
+
.active[data-v-2dfcb17e] {
|
|
2
|
+
background-color: #bd9e55;
|
|
3
|
+
font-size: 13px;
|
|
4
|
+
color: white;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
[data-v-2dfcb17e] .ant-btn-primary {
|
|
8
|
+
background: #006ab2;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
[data-v-2dfcb17e] .ant-image {
|
|
12
|
+
margin: 0 2px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.center-center[data-v-2dfcb17e] {
|
|
16
|
+
position: absolute;
|
|
17
|
+
top: 50%;
|
|
18
|
+
left: 50%;
|
|
19
|
+
transform: translate(-50%, -50%);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.table-cell[data-v-2dfcb17e] {
|
|
23
|
+
height: 60px;
|
|
24
|
+
border: 1px solid #d9d9d9;
|
|
25
|
+
padding: 5px;
|
|
26
|
+
word-break: break-all;
|
|
27
|
+
color: #333;
|
|
28
|
+
font-size: 13px;
|
|
29
|
+
font-weight: 400;
|
|
30
|
+
text-align: center;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.table-footer[data-v-2dfcb17e] {
|
|
34
|
+
position: relative;
|
|
35
|
+
display: table-footer-group;
|
|
36
|
+
width: 100%;
|
|
37
|
+
height: 200px;
|
|
38
|
+
border: 1px solid #d9d9d9;
|
|
39
|
+
}
|
|
40
|
+
.table-footer[data-v-2dfcb17e] .centent[data-v-2dfcb17e] {
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 50%;
|
|
43
|
+
left: 50%;
|
|
44
|
+
transform: translate(-50%, -50%);
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
text-align: center;
|
|
47
|
+
color: rgba(0, 0, 0, 0.25);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
table[data-v-2dfcb17e] {
|
|
51
|
+
border-collapse: collapse;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
#top[data-v-2dfcb17e] {
|
|
55
|
+
position: fixed;
|
|
56
|
+
top: 65px;
|
|
57
|
+
z-index: 999;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.pagination[data-v-2dfcb17e] {
|
|
61
|
+
position: fixed;
|
|
62
|
+
bottom: -80px;
|
|
63
|
+
z-index: 999;
|
|
64
|
+
height: 45px;
|
|
65
|
+
background-color: #fff;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.mrpTable[data-v-2dfcb17e] {
|
|
69
|
+
position: relative;
|
|
70
|
+
margin-bottom: 80px;
|
|
71
|
+
}
|
|
72
|
+
.tableControl[data-v-4b5cf48c] {
|
|
73
|
+
position: absolute;
|
|
74
|
+
right: 0;
|
|
75
|
+
top: -42px;
|
|
76
|
+
color: #006ab2;
|
|
77
|
+
}
|
|
78
|
+
.tableControl[data-v-4b5cf48c] .setting[data-v-4b5cf48c] {
|
|
79
|
+
margin-top: 10px;
|
|
80
|
+
}
|
|
81
|
+
.tableControl[data-v-4b5cf48c] [data-v-4b5cf48c] .ant-popover-inner-content {
|
|
82
|
+
padding: 10px;
|
|
83
|
+
}
|
|
84
|
+
.tableControl[data-v-4b5cf48c] [data-v-4b5cf48c] .ant-menu-vertical {
|
|
85
|
+
border: none;
|
|
86
|
+
}
|
|
87
|
+
.tableControl[data-v-4b5cf48c] [data-v-4b5cf48c] .ant-divider-horizontal {
|
|
88
|
+
margin: 2px;
|
|
89
|
+
}
|
|
90
|
+
.tableControl[data-v-4b5cf48c] [data-v-4b5cf48c] .ant-checkbox-group-item {
|
|
91
|
+
display: flex;
|
|
92
|
+
}
|
|
93
|
+
.tableControl[data-v-4b5cf48c] .anticon[data-v-4b5cf48c] {
|
|
94
|
+
margin-right: 6px;
|
|
95
|
+
}
|
|
96
|
+
[data-v-15a6b582] .pagination {
|
|
97
|
+
position: static;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
[data-v-15a6b582] .ant-btn {
|
|
101
|
+
height: 35px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
[data-v-15a6b582] button {
|
|
105
|
+
border-color: #006ab2;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.button-color-sunset[data-v-15a6b582] {
|
|
109
|
+
border-radius: 4px;
|
|
110
|
+
border-color: #006ab2 !important;
|
|
111
|
+
margin-right: 15px;
|
|
112
|
+
}
|
|
1
113
|
/* 模态框 */
|
|
2
114
|
body .detail-class {
|
|
3
115
|
top: -50px;
|