@qqt-product/system 15.0.0 → 16.0.0
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/dist/index.es.js +25362 -25615
- package/dist/index.umd.js +46 -46
- package/dist/lib/components/ExportDataModal/index.vue.d.ts +1 -1
- package/dist/lib/components/QAccountList/src/QAccountDetail.vue.d.ts +10 -9
- package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +12 -12
- package/dist/lib/components/QAccountList/src/QAccountList.vue.d.ts +1 -1
- package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue.d.ts +10 -9
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts +10 -9
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +10 -9
- package/dist/lib/components/QMqRecordList/src/QMqRecordList.vue.d.ts +0 -3
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +10 -9
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue.d.ts +10 -9
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue.d.ts +10 -9
- package/dist/lib/components/QQuartzJobList/src/QQuartzJobList.vue.d.ts +2 -2
- package/dist/lib/components/QQuartzJobList/src/components/QuartzJobModal.vue.d.ts +1 -1
- package/dist/lib/components/QRoleList/src/components/userAuthorization/index.d.ts +1 -0
- package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue.d.ts +3 -10
- package/dist/lib/components/QSupplierAccountList/src/useConfigData.d.ts +1 -1
- package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue.d.ts +285 -93
- package/dist/lib/components/index.d.ts +1 -2
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue.d.ts +10 -9
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +10 -9
- package/dist/lib/components/integratedReportList/src/index.vue.d.ts +206 -0
- package/dist/lib/components/integratedReportSearchList/src/index.vue.d.ts +1 -1
- package/dist/lib/components/loginAbnormalLogList/src/index.vue.d.ts +1 -1
- package/dist/lib/components/loginLogList/src/index.vue.d.ts +1 -1
- package/dist/lib/components/operateLogList/src/index.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +12 -12
- package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +0 -2920
|
@@ -127,12 +127,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
127
127
|
type: string;
|
|
128
128
|
label: string;
|
|
129
129
|
fieldName: string;
|
|
130
|
-
dictCode
|
|
130
|
+
dictCode: string;
|
|
131
131
|
} | {
|
|
132
132
|
type: string;
|
|
133
133
|
label: string;
|
|
134
134
|
fieldName: string;
|
|
135
|
-
dictCode
|
|
135
|
+
dictCode?: undefined;
|
|
136
136
|
})[];
|
|
137
137
|
};
|
|
138
138
|
pagerConfig: {};
|
|
@@ -49,7 +49,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
49
49
|
handleCancel(): void;
|
|
50
50
|
setCorn(data: string): void;
|
|
51
51
|
}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
|
|
52
|
-
onOk?: ((...args: any[]) => any) | undefined;
|
|
53
52
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
53
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
54
54
|
}, {}, {}>;
|
|
55
55
|
export default _sfc_main;
|
|
@@ -18,7 +18,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
18
18
|
required: boolean;
|
|
19
19
|
message: any;
|
|
20
20
|
}[];
|
|
21
|
-
|
|
21
|
+
confirmPassword: {
|
|
22
22
|
required: boolean;
|
|
23
23
|
message: any;
|
|
24
24
|
}[];
|
|
@@ -45,21 +45,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
45
45
|
optionConfig: {
|
|
46
46
|
attrs: {};
|
|
47
47
|
extend: {};
|
|
48
|
-
options:
|
|
49
|
-
type: string;
|
|
50
|
-
title: string;
|
|
51
|
-
click: ({ row }: {
|
|
52
|
-
row?: MapObjectNoneType | undefined;
|
|
53
|
-
}) => void;
|
|
54
|
-
authorityCode?: undefined;
|
|
55
|
-
} | {
|
|
48
|
+
options: {
|
|
56
49
|
authorityCode: string;
|
|
57
50
|
type: string;
|
|
58
51
|
title: string;
|
|
59
52
|
click: ({ row }: {
|
|
60
53
|
row?: MapObjectNoneType | undefined;
|
|
61
54
|
}) => void;
|
|
62
|
-
}
|
|
55
|
+
}[];
|
|
63
56
|
};
|
|
64
57
|
buttonConfig: {
|
|
65
58
|
attrs: {};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
import type { CloseCircleOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CloseCircleOutlined';
|
|
2
|
+
import type { QuestionCircleOutlinedIconType } from '@ant-design/icons-vue/lib/icons/QuestionCircleOutlined';
|
|
3
|
+
import type { DownOutlinedIconType } from '@ant-design/icons-vue/lib/icons/DownOutlined';
|
|
4
|
+
import type { MapObjectNoneType } from '../../../utils/global.types';
|
|
1
5
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
6
|
import type { DefineComponent, Ref, ShallowRef, ComputedRef, ShallowReactive, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
7
|
import * as customConfigEdits from './types';
|
|
4
|
-
import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeGridDefines } from 'vxe-table';
|
|
8
|
+
import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeGridPropTypes, VxeTableDefines, VxeGridDefines } from 'vxe-table';
|
|
5
9
|
declare const _sfc_main: DefineComponent<{
|
|
6
10
|
purchaseAccount: {
|
|
7
11
|
type: StringConstructor;
|
|
@@ -18,13 +22,27 @@ declare const _sfc_main: DefineComponent<{
|
|
|
18
22
|
};
|
|
19
23
|
};
|
|
20
24
|
}, {
|
|
25
|
+
props: any;
|
|
26
|
+
emit: (event: "handleReturn", ...args: any[]) => void;
|
|
27
|
+
qHttp: customConfigEdits.HttpClient;
|
|
28
|
+
currentEditRow: Ref<Record<string, any>>;
|
|
29
|
+
busAccount: Ref<string>;
|
|
30
|
+
purchaseAccount: Ref<string>;
|
|
31
|
+
srmI18n: SrmI18n;
|
|
21
32
|
companyCodeArry: Ref<undefined>;
|
|
22
|
-
purchaseGroupArry: Ref<undefined>;
|
|
23
33
|
purchaseOrgArry: Ref<undefined>;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
34
|
+
purchaseGroupArry: Ref<undefined>;
|
|
35
|
+
switchFields: ShallowRef<string[]>;
|
|
36
|
+
nowFieldType: Ref<string | undefined>;
|
|
37
|
+
editorModalFlag: Ref<boolean>;
|
|
38
|
+
codeEditorFields: ShallowRef<string[]>;
|
|
39
|
+
drawerVisible: Ref<boolean>;
|
|
40
|
+
currentDictRow: Ref<any>;
|
|
41
|
+
dictCodeModal: Ref<any>;
|
|
42
|
+
currentDrawer: Ref<customConfigEdits.MapObjectNoneType>;
|
|
43
|
+
selectGrid: Ref<any>;
|
|
44
|
+
formRef: Ref<any>;
|
|
45
|
+
groupGrid: Ref<any>;
|
|
28
46
|
form: {
|
|
29
47
|
templateName: string;
|
|
30
48
|
businessType: string;
|
|
@@ -43,18 +61,73 @@ declare const _sfc_main: DefineComponent<{
|
|
|
43
61
|
elsAccount: string;
|
|
44
62
|
defaultType: string;
|
|
45
63
|
};
|
|
46
|
-
|
|
47
|
-
|
|
64
|
+
confirmLoading: Ref<boolean>;
|
|
65
|
+
currentStep: ShallowRef<number>;
|
|
66
|
+
groupData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
67
|
+
headGrid: Ref<any>;
|
|
68
|
+
fieldTypeOptain: {
|
|
48
69
|
value: string;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
70
|
+
label: any;
|
|
71
|
+
}[];
|
|
72
|
+
fieldData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
73
|
+
visible: Ref<boolean>;
|
|
74
|
+
currentItemGrid: Ref<any>;
|
|
75
|
+
sampleCode: Ref<string | undefined>;
|
|
76
|
+
itemGrid: Ref<any>;
|
|
77
|
+
remoteJsFilePath: Ref<string>;
|
|
78
|
+
perviewOpen: ShallowRef<boolean>;
|
|
79
|
+
currentRow: Ref<{}>;
|
|
80
|
+
headData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
81
|
+
itemData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
82
|
+
headRules: ShallowRef<{
|
|
83
|
+
groupCode: {
|
|
84
|
+
required: boolean;
|
|
85
|
+
message: any;
|
|
86
|
+
}[];
|
|
87
|
+
fieldName: {
|
|
88
|
+
required: boolean;
|
|
89
|
+
message: any;
|
|
90
|
+
}[];
|
|
91
|
+
fieldLabel: {
|
|
92
|
+
required: boolean;
|
|
93
|
+
message: any;
|
|
94
|
+
}[];
|
|
95
|
+
fieldType: {
|
|
96
|
+
required: boolean;
|
|
97
|
+
message: any;
|
|
98
|
+
}[];
|
|
99
|
+
}>;
|
|
100
|
+
itemRules: ShallowRef<{
|
|
101
|
+
fieldName: {
|
|
102
|
+
required: boolean;
|
|
103
|
+
message: any;
|
|
104
|
+
}[];
|
|
105
|
+
fieldLabel: {
|
|
106
|
+
required: boolean;
|
|
107
|
+
message: any;
|
|
108
|
+
}[];
|
|
109
|
+
fieldType: {
|
|
110
|
+
required: boolean;
|
|
111
|
+
message: any;
|
|
112
|
+
}[];
|
|
113
|
+
}>;
|
|
114
|
+
config_default: (params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => JSX.Element[];
|
|
115
|
+
right_header: () => JSX.Element[];
|
|
116
|
+
defaultValue_edit: ({ row }: customConfigEdits.customEditSlotParams) => any[];
|
|
117
|
+
defaultValue_header: () => JSX.Element[];
|
|
118
|
+
purchaseOperation_defult: ({ row }: customConfigEdits.customContentSlotParams) => JSX.Element[];
|
|
119
|
+
purchaseOperation_edit: ({ row, column }: customConfigEdits.customEditSlotParams) => JSX.Element[];
|
|
120
|
+
saleOperation_default: ({ row }: customConfigEdits.customContentSlotParams) => JSX.Element[];
|
|
121
|
+
saleOperation_edit: ({ row, column }: customConfigEdits.customEditSlotParams) => JSX.Element[];
|
|
122
|
+
defaultValue_default: ({ row }: customConfigEdits.customContentSlotParams) => any[];
|
|
123
|
+
filterFieldNameMethod: ({ option, row }: customConfigEdits.GridQConfigUnkownObj) => boolean;
|
|
124
|
+
removeDictCode: (row: customConfigEdits.MapObjectNoneType) => void;
|
|
125
|
+
filterGroupCodeMethod: ({ option, row }: customConfigEdits.GridQConfigUnkownObj) => boolean;
|
|
126
|
+
filterFieldLabelMethod: ({ option, row }: customConfigEdits.GridQConfigUnkownObj) => boolean;
|
|
127
|
+
setGridValeByField: (currentRow: customConfigEdits.MapObjectNoneType, field: string, value: unknown) => void;
|
|
128
|
+
changeFilterEvent: (evnt: Event, option: customConfigEdits.MapObjectNoneType, $panel: customConfigEdits.MapObjectNoneType) => void;
|
|
129
|
+
activeCellMethod: ({ row, column }: customConfigEdits.customActiveMethod) => boolean;
|
|
130
|
+
handleExportXls: (fileName: string, headId: string, type: string, defineColumnCode: string, exportXlsUrl: string, callback: () => void) => void;
|
|
58
131
|
groupColumns: {
|
|
59
132
|
children?: any[] | undefined;
|
|
60
133
|
slots?: {
|
|
@@ -321,15 +394,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
321
394
|
} | undefined;
|
|
322
395
|
params?: any;
|
|
323
396
|
}[];
|
|
324
|
-
|
|
325
|
-
groupRules: ShallowReactive<customConfigEdits.MapObjectNoneType>;
|
|
326
|
-
changeFilterEvent: (evnt: Event, option: customConfigEdits.MapObjectNoneType, $panel: customConfigEdits.MapObjectNoneType) => void;
|
|
327
|
-
groupGrid: Ref<any>;
|
|
328
|
-
groupGridAddEvent: () => void;
|
|
329
|
-
gridDeleteEvent: (type: string) => void;
|
|
330
|
-
srmI18n: SrmI18n;
|
|
331
|
-
headGrid: Ref<any>;
|
|
332
|
-
headData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
397
|
+
filterGroupMethod: ({ option, row }: customConfigEdits.GridQConfigUnkownObj) => boolean;
|
|
333
398
|
headColumns: {
|
|
334
399
|
children?: any[] | undefined;
|
|
335
400
|
slots?: {
|
|
@@ -596,29 +661,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
596
661
|
} | undefined;
|
|
597
662
|
params?: any;
|
|
598
663
|
}[];
|
|
599
|
-
activeCellMethod: ({ row, column }: customConfigEdits.customActiveMethod) => boolean;
|
|
600
|
-
headRules: ShallowRef<{
|
|
601
|
-
groupCode: {
|
|
602
|
-
required: boolean;
|
|
603
|
-
message: any;
|
|
604
|
-
}[];
|
|
605
|
-
fieldName: {
|
|
606
|
-
required: boolean;
|
|
607
|
-
message: any;
|
|
608
|
-
}[];
|
|
609
|
-
fieldLabel: {
|
|
610
|
-
required: boolean;
|
|
611
|
-
message: any;
|
|
612
|
-
}[];
|
|
613
|
-
fieldType: {
|
|
614
|
-
required: boolean;
|
|
615
|
-
message: any;
|
|
616
|
-
}[];
|
|
617
|
-
}>;
|
|
618
|
-
editActivedEvent: ({ row, column }: VxeGridDefines.EditActivedEventParams) => void;
|
|
619
|
-
headGridAddEvent: () => void;
|
|
620
|
-
visible: Ref<boolean>;
|
|
621
|
-
fieldData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
622
664
|
fieldColumns: {
|
|
623
665
|
children?: any[] | undefined;
|
|
624
666
|
slots?: {
|
|
@@ -885,30 +927,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
885
927
|
} | undefined;
|
|
886
928
|
params?: any;
|
|
887
929
|
}[];
|
|
888
|
-
selectGrid: Ref<any>;
|
|
889
|
-
selectedHeadOk: () => void;
|
|
890
|
-
exportHeadEvent: () => void;
|
|
891
|
-
exportItemEvent: () => void;
|
|
892
|
-
rowChangeSummary: (currentDrawer: customConfigEdits.MapObjectNoneType) => void;
|
|
893
|
-
removeDictCode: (row: customConfigEdits.MapObjectNoneType) => void;
|
|
894
|
-
showDictModal: (row: customConfigEdits.MapObjectNoneType) => void;
|
|
895
|
-
dictCodeModal: Ref<any>;
|
|
896
|
-
fieldSelectOk: (data: customConfigEdits.MapObjectNoneType) => void;
|
|
897
|
-
showDrawer: (param: any) => void;
|
|
898
|
-
drawerVisible: Ref<boolean>;
|
|
899
|
-
commonDevelopTabs: ComputedRef<customConfigEdits.MapObjectNoneType[]>;
|
|
900
|
-
codeEditorFields: ShallowRef<string[]>;
|
|
901
|
-
editorModalFlag: Ref<boolean>;
|
|
902
|
-
sampleCode: Ref<string | undefined>;
|
|
903
|
-
nowFieldType: Ref<string | undefined>;
|
|
904
|
-
handleMenuClick: (field: string, e: any) => void;
|
|
905
|
-
showSample: (field: string, key?: string) => void;
|
|
906
|
-
currentDrawer: Ref<customConfigEdits.MapObjectNoneType>;
|
|
907
|
-
switchFields: ShallowRef<string[]>;
|
|
908
|
-
changeSummary: (currentDrawer: customConfigEdits.MapObjectNoneType) => void;
|
|
909
|
-
changeFixSummary: (currentDrawer: customConfigEdits.MapObjectNoneType) => void;
|
|
910
|
-
sampleSureClick: (coValue: string) => void;
|
|
911
|
-
sampleSureClose: () => void;
|
|
912
930
|
itemColumns: {
|
|
913
931
|
children?: any[] | undefined;
|
|
914
932
|
slots?: {
|
|
@@ -1175,30 +1193,204 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1175
1193
|
} | undefined;
|
|
1176
1194
|
params?: any;
|
|
1177
1195
|
}[];
|
|
1196
|
+
allType: Ref<string>;
|
|
1197
|
+
showBusinessTips: ComputedRef<string | null>;
|
|
1198
|
+
gridHeight: ComputedRef<number>;
|
|
1199
|
+
commonDevelopTabs: ComputedRef<customConfigEdits.MapObjectNoneType[]>;
|
|
1200
|
+
currentStepFrist: () => void;
|
|
1201
|
+
currentStepSecond: () => void;
|
|
1202
|
+
currentStepThird: () => void;
|
|
1203
|
+
currentMethodArry: (() => void)[];
|
|
1204
|
+
validateCode: (rule: customConfigEdits.MapObjectNoneType) => Error | null;
|
|
1205
|
+
groupRules: ShallowReactive<customConfigEdits.MapObjectNoneType>;
|
|
1206
|
+
alertClose: () => void;
|
|
1207
|
+
codeEditorSureClick: (contents: string) => void;
|
|
1208
|
+
changeBusinessTypeEvent: ({ value }: {
|
|
1209
|
+
value: string;
|
|
1210
|
+
}) => void;
|
|
1211
|
+
changeDefaultType: (flag: boolean) => void;
|
|
1212
|
+
ajaxFindDictItems: (postData: object) => Promise<unknown>;
|
|
1213
|
+
editActivedEvent: ({ row, column }: VxeGridDefines.EditActivedEventParams) => void;
|
|
1214
|
+
getDefaultOptions: (row: customConfigEdits.MapObjectNoneType) => Promise<customConfigEdits.MapObjectNoneType>;
|
|
1215
|
+
defaultAddOpts: (arr: customConfigEdits.MapObjectNoneType[]) => Promise<void>;
|
|
1216
|
+
queryDetail: () => void;
|
|
1217
|
+
preSetup: () => void;
|
|
1218
|
+
currentStepEmit: () => void;
|
|
1219
|
+
rowDrop: (currentData: customConfigEdits.MapObjectNoneType) => void;
|
|
1220
|
+
headRowDrop: () => void;
|
|
1178
1221
|
itemRowDrop: () => void;
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1222
|
+
groupGridAddEvent: () => void;
|
|
1223
|
+
getAllHeadDataPromiss: () => Promise<customConfigEdits.ResponseData>;
|
|
1224
|
+
getAllItemsDataPromiss: () => Promise<customConfigEdits.ResponseData>;
|
|
1225
|
+
headGridAddEvent: () => void;
|
|
1226
|
+
headItemAddEvent: () => void;
|
|
1227
|
+
gridDeleteEvent: (type: string) => void;
|
|
1228
|
+
handleEpritXisCallBack: () => void;
|
|
1229
|
+
exportHeadEvent: () => void;
|
|
1230
|
+
exportItemEvent: () => void;
|
|
1231
|
+
getCurentGridRef: (type: string) => Ref<any>;
|
|
1232
|
+
resetSortOrder: (type: string) => void;
|
|
1233
|
+
selectedHeadOk: () => void;
|
|
1234
|
+
setDisabledByData: (field: string, value: boolean) => void;
|
|
1235
|
+
handleBefore: (row: customConfigEdits.MapObjectNoneType) => void;
|
|
1236
|
+
rowChangeSummary: (currentDrawer: customConfigEdits.MapObjectNoneType) => void;
|
|
1237
|
+
changeSummary: (currentDrawer: customConfigEdits.MapObjectNoneType) => void;
|
|
1238
|
+
showDictModal: (row: customConfigEdits.MapObjectNoneType) => void;
|
|
1239
|
+
showDrawer: (param: any) => void;
|
|
1240
|
+
fieldSelectOk: (data: customConfigEdits.MapObjectNoneType) => void;
|
|
1241
|
+
showSample: (field: string, key?: string) => void;
|
|
1242
|
+
handleMenuClick: (field: string, e: any) => void;
|
|
1243
|
+
sampleSureClose: () => void;
|
|
1244
|
+
sampleSureClick: (coValue: string) => void;
|
|
1245
|
+
changeFixSummary: (currentDrawer: customConfigEdits.MapObjectNoneType) => void;
|
|
1246
|
+
reorderData: (gird: customConfigEdits.MapObjectNoneType) => void;
|
|
1247
|
+
reorder: () => void;
|
|
1248
|
+
formatByType: (data: customConfigEdits.MapObjectNoneType, type: string) => void;
|
|
1249
|
+
postData: (type?: string) => void;
|
|
1195
1250
|
saveEvent: (type?: string) => void;
|
|
1196
|
-
perviewOpen: ShallowRef<boolean>;
|
|
1197
|
-
tempaltePreview: () => void;
|
|
1198
|
-
currentRow: Ref<{}>;
|
|
1199
1251
|
handleReturn: () => void;
|
|
1200
|
-
headItemAddEvent: () => void;
|
|
1201
1252
|
filterOption: (input: string, option: any) => boolean;
|
|
1253
|
+
getBaseCompanyInfo: () => void;
|
|
1254
|
+
getBasePurchaseOrgInfo: () => void;
|
|
1255
|
+
getBasePurchaseGroupInfo: () => void;
|
|
1256
|
+
AddDictCodeModal: DefineComponent<{}, {
|
|
1257
|
+
srmI18n: SrmI18n;
|
|
1258
|
+
}, {
|
|
1259
|
+
visible: boolean;
|
|
1260
|
+
loading: boolean;
|
|
1261
|
+
confirmLoading: boolean;
|
|
1262
|
+
inputType: string;
|
|
1263
|
+
dataSource: string;
|
|
1264
|
+
keyWord: string;
|
|
1265
|
+
columns: VxeTableDefines.ColumnOptions<VxeTableDataRow>[];
|
|
1266
|
+
url: string;
|
|
1267
|
+
queryParams: {};
|
|
1268
|
+
tableData: never[];
|
|
1269
|
+
tablePage: VxeGridPropTypes.PagerConfig;
|
|
1270
|
+
}, {}, {
|
|
1271
|
+
hanldeRadioChange(e: MapObjectNoneType): void;
|
|
1272
|
+
loadData(): void;
|
|
1273
|
+
open(): void;
|
|
1274
|
+
close(): void;
|
|
1275
|
+
selectedOk(): void;
|
|
1276
|
+
handlePageChange({ currentPage, pageSize }: MapObjectNoneType): void;
|
|
1277
|
+
onSearch(keyWord: string): void;
|
|
1278
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
1279
|
+
readonly dataFormatComponent: DefineComponent<{
|
|
1280
|
+
value: {
|
|
1281
|
+
type: StringConstructor;
|
|
1282
|
+
default: string;
|
|
1283
|
+
};
|
|
1284
|
+
configData: {
|
|
1285
|
+
type: ObjectConstructor;
|
|
1286
|
+
default: () => {};
|
|
1287
|
+
};
|
|
1288
|
+
dictCode: {
|
|
1289
|
+
type: StringConstructor;
|
|
1290
|
+
default: string;
|
|
1291
|
+
};
|
|
1292
|
+
}, unknown, {
|
|
1293
|
+
dataFormatOptions: string[];
|
|
1294
|
+
dataFloatOptions: {
|
|
1295
|
+
key: number;
|
|
1296
|
+
value: string;
|
|
1297
|
+
}[];
|
|
1298
|
+
realVue: string;
|
|
1299
|
+
}, {}, {
|
|
1300
|
+
inputChange(e: Event): void;
|
|
1301
|
+
selectChange(val: string | number): void;
|
|
1302
|
+
floatChange(val: string | number): void;
|
|
1303
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1304
|
+
value: {
|
|
1305
|
+
type: StringConstructor;
|
|
1306
|
+
default: string;
|
|
1307
|
+
};
|
|
1308
|
+
configData: {
|
|
1309
|
+
type: ObjectConstructor;
|
|
1310
|
+
default: () => {};
|
|
1311
|
+
};
|
|
1312
|
+
dictCode: {
|
|
1313
|
+
type: StringConstructor;
|
|
1314
|
+
default: string;
|
|
1315
|
+
};
|
|
1316
|
+
}>> & {
|
|
1317
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1318
|
+
}, {
|
|
1319
|
+
value: string;
|
|
1320
|
+
dictCode: string;
|
|
1321
|
+
configData: Record<string, any>;
|
|
1322
|
+
}, {}>;
|
|
1323
|
+
readonly regexComponent: DefineComponent<{
|
|
1324
|
+
modelValue: {
|
|
1325
|
+
type: StringConstructor;
|
|
1326
|
+
default: string;
|
|
1327
|
+
};
|
|
1328
|
+
configData: {
|
|
1329
|
+
type: ObjectConstructor;
|
|
1330
|
+
default: () => {};
|
|
1331
|
+
};
|
|
1332
|
+
dictCode: {
|
|
1333
|
+
type: StringConstructor;
|
|
1334
|
+
default: string;
|
|
1335
|
+
};
|
|
1336
|
+
}, {
|
|
1337
|
+
srmI18n: SrmI18n;
|
|
1338
|
+
realVal: Ref<string>;
|
|
1339
|
+
selectChange: (val: string | number) => void;
|
|
1340
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "updateInfo" | "update:modelValue")[], "change" | "updateInfo" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1341
|
+
modelValue: {
|
|
1342
|
+
type: StringConstructor;
|
|
1343
|
+
default: string;
|
|
1344
|
+
};
|
|
1345
|
+
configData: {
|
|
1346
|
+
type: ObjectConstructor;
|
|
1347
|
+
default: () => {};
|
|
1348
|
+
};
|
|
1349
|
+
dictCode: {
|
|
1350
|
+
type: StringConstructor;
|
|
1351
|
+
default: string;
|
|
1352
|
+
};
|
|
1353
|
+
}>> & {
|
|
1354
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1355
|
+
onUpdateInfo?: ((...args: any[]) => any) | undefined;
|
|
1356
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1357
|
+
}, {
|
|
1358
|
+
dictCode: string;
|
|
1359
|
+
configData: Record<string, any>;
|
|
1360
|
+
modelValue: string;
|
|
1361
|
+
}, {}>;
|
|
1362
|
+
TempalePreviewModal: DefineComponent<{
|
|
1363
|
+
currentEditRow: {
|
|
1364
|
+
type: ObjectConstructor;
|
|
1365
|
+
default(): {};
|
|
1366
|
+
};
|
|
1367
|
+
openTure: {
|
|
1368
|
+
type: BooleanConstructor;
|
|
1369
|
+
default: boolean;
|
|
1370
|
+
};
|
|
1371
|
+
}, unknown, {
|
|
1372
|
+
visible: boolean;
|
|
1373
|
+
loading: boolean;
|
|
1374
|
+
remoteJsFilePath: string;
|
|
1375
|
+
modelLayout: string;
|
|
1376
|
+
}, {}, {}, never, ComponentOptionsMixin, "update:openTure"[], "update:openTure", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1377
|
+
currentEditRow: {
|
|
1378
|
+
type: ObjectConstructor;
|
|
1379
|
+
default(): {};
|
|
1380
|
+
};
|
|
1381
|
+
openTure: {
|
|
1382
|
+
type: BooleanConstructor;
|
|
1383
|
+
default: boolean;
|
|
1384
|
+
};
|
|
1385
|
+
}>> & {
|
|
1386
|
+
"onUpdate:openTure"?: ((...args: any[]) => any) | undefined;
|
|
1387
|
+
}, {
|
|
1388
|
+
openTure: boolean;
|
|
1389
|
+
currentEditRow: Record<string, any>;
|
|
1390
|
+
}, {}>;
|
|
1391
|
+
readonly DownOutlined: DownOutlinedIconType;
|
|
1392
|
+
readonly QuestionCircleOutlined: QuestionCircleOutlinedIconType;
|
|
1393
|
+
readonly CloseCircleOutlined: CloseCircleOutlinedIconType;
|
|
1202
1394
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "handleReturn"[], "handleReturn", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1203
1395
|
purchaseAccount: {
|
|
1204
1396
|
type: StringConstructor;
|
|
@@ -15,7 +15,6 @@ import * as QI18nList from './QI18nList/src/QI18nList.vue';
|
|
|
15
15
|
import * as QSupplierAccountList from './QSupplierAccountList/src/QSupplierAccountList.vue';
|
|
16
16
|
import * as QAccountList from './QAccountList/src/QAccountList.vue';
|
|
17
17
|
import * as QAccountEdit from './QAccountList/src/QAccountEdit.vue';
|
|
18
|
-
import * as QAccountCreate from './QAccountList/src/QAccountCreate.vue';
|
|
19
18
|
import * as QAccountDetail from './QAccountList/src/QAccountDetail.vue';
|
|
20
19
|
import * as QRoleList from './QRoleList/src/QRoleList.vue';
|
|
21
20
|
import * as QRoleUserConfig from './QRoleList/src/QRoleUserConfig.vue';
|
|
@@ -39,4 +38,4 @@ import * as QMqRecordList from './QMqRecordList/src/QMqRecordList.vue';
|
|
|
39
38
|
import * as QUsageList from './QUsageList/src/QUsageList.vue';
|
|
40
39
|
import * as QCostCustomConfigEdit from './QCostCustomConfigEdit/src/QCostCustomConfigEdit.vue';
|
|
41
40
|
import * as QCostCustomConfigList from './QCostCustomConfigList/src/QCostCustomConfigList.vue';
|
|
42
|
-
export { QCostCustomConfigList, QCostCustomConfigEdit, QcustomConfigEdit, QcustomConfigList, QsysConfigList, QLoginLogList, QOperateLogList, QLoginSupplierLogList, QLoginAbnormalLogList, QIntegratedNodesList, QIntegratedNodesEdit, QIntegratedNodesDetail, QIntegratedReportList, QIntegratedReportSearchList, QPasswordSecurityPolicy, QI18nList, QSupplierAccountList, QAccountList, QAccountEdit,
|
|
41
|
+
export { QCostCustomConfigList, QCostCustomConfigEdit, QcustomConfigEdit, QcustomConfigList, QsysConfigList, QLoginLogList, QOperateLogList, QLoginSupplierLogList, QLoginAbnormalLogList, QIntegratedNodesList, QIntegratedNodesEdit, QIntegratedNodesDetail, QIntegratedReportList, QIntegratedReportSearchList, QPasswordSecurityPolicy, QI18nList, QSupplierAccountList, QAccountList, QAccountEdit, QAccountDetail, QRoleList, QRoleUserConfig, QPermissionDataList, QPermissionDataEdit, QPermissionDataAuth, QPurchaseNoticeTemplateList, QElsTenantPortalNewsList, QElsTenantPortalNewsEdit, QElsTenantPortalNewsDetail, QPurchaseNoticeList, QPurchaseNoticeEdit, QPurchaseNoticeDetail, QElsMsgRecordList, QElsMsgRecordDetail, QImChatGroupList, QElsEmailSendLogList, QQuartzJobList, QBackgroundFileTaskList, QMqRecordList, QUsageList, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
4
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
@@ -122,9 +122,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
122
122
|
extend?: {
|
|
123
123
|
[x: string]: any;
|
|
124
124
|
vxeGridConfig?: {
|
|
125
|
-
size?: SizeType | undefined;
|
|
126
|
-
loading?: boolean | undefined;
|
|
127
|
-
round?: boolean | undefined;
|
|
128
125
|
id?: string | undefined;
|
|
129
126
|
data?: VxeTableDataRow[] | undefined;
|
|
130
127
|
params?: any;
|
|
@@ -155,6 +152,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
155
152
|
iconNextPage?: string | undefined;
|
|
156
153
|
iconJumpMore?: string | undefined;
|
|
157
154
|
} | undefined;
|
|
155
|
+
loading?: boolean | undefined;
|
|
158
156
|
columns?: {
|
|
159
157
|
children?: any[] | undefined;
|
|
160
158
|
slots?: {
|
|
@@ -421,10 +419,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
421
419
|
} | undefined;
|
|
422
420
|
params?: any;
|
|
423
421
|
}[] | undefined;
|
|
422
|
+
size?: SizeType | undefined;
|
|
424
423
|
height?: VxeTablePropTypes.Height | undefined;
|
|
425
424
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
426
425
|
resizable?: boolean | undefined;
|
|
427
426
|
stripe?: boolean | undefined;
|
|
427
|
+
round?: boolean | undefined;
|
|
428
428
|
border?: VxeTablePropTypes.Border | undefined;
|
|
429
429
|
align?: VxeTablePropTypes.Align | undefined;
|
|
430
430
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1214,7 +1214,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1214
1214
|
columnIndex: number;
|
|
1215
1215
|
$columnIndex: number;
|
|
1216
1216
|
_columnIndex: number;
|
|
1217
|
-
type: "" | "
|
|
1217
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1218
1218
|
cell: HTMLElement;
|
|
1219
1219
|
$event: any;
|
|
1220
1220
|
}) => string | void | null) | undefined;
|
|
@@ -2343,14 +2343,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2343
2343
|
slots?: {
|
|
2344
2344
|
buttons?: string | ((params: {
|
|
2345
2345
|
[key: string]: any;
|
|
2346
|
-
}) =>
|
|
2346
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2347
2347
|
[key: string]: any;
|
|
2348
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2348
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2349
2349
|
tools?: string | ((params: {
|
|
2350
2350
|
[key: string]: any;
|
|
2351
|
-
}) =>
|
|
2351
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2352
2352
|
[key: string]: any;
|
|
2353
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2353
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2354
2354
|
} | undefined;
|
|
2355
2355
|
size?: SizeType | undefined;
|
|
2356
2356
|
id?: string | undefined;
|
|
@@ -2682,6 +2682,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2682
2682
|
slot?: boolean | undefined;
|
|
2683
2683
|
master?: boolean | undefined;
|
|
2684
2684
|
useAllConfig?: boolean | undefined;
|
|
2685
|
+
setMaxHeight?: boolean | undefined;
|
|
2685
2686
|
enableTile?: "0" | "1" | undefined;
|
|
2686
2687
|
columns?: {
|
|
2687
2688
|
[x: string]: unknown;
|