ap-dev 1.2.25 → 1.2.27
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/abap/ApiPanel/components/ApiContent.vue +1 -1
- package/abap/ApiPanel/components/ApiTable.vue +1 -1
- package/abap/ApiPanel/components/ApiTittle1.vue +1 -1
- package/abap/ApiPanel/components/ApiTittle2.vue +1 -1
- package/abap/ApiPanel/components/index.js +1 -1
- package/abap/CodePanel/abapKeywords.js +6 -6
- package/abap/CodePanel/componentMenus.js +28 -28
- package/abap/ConfigPanel/AbapCustomTable.vue +122 -122
- package/abap/ConfigPanel/AbapDocHistory.vue +145 -145
- package/abap/ConfigPanel/AbapSql.vue +81 -81
- package/abap/ConfigPanel/AbapTable.vue +379 -379
- package/abap/ConfigPanel/AbapTableCondition.vue +213 -213
- package/abap/ConfigPanel/AbapTableLink.vue +391 -391
- package/abap/SqlPanel/index.vue +1088 -1088
- package/abap/abap/abapStore.js +27 -27
- package/abap/abap/index.vue +87 -87
- package/abap/components/SapTable.vue +129 -129
- package/abap/components/SapTableField.vue +161 -161
- package/dev/ApiPanel/components/ApiCode.vue +1 -1
- package/dev/ApiPanel/components/ApiContent.vue +1 -1
- package/dev/ApiPanel/components/ApiTable.vue +1 -1
- package/dev/ApiPanel/components/ApiTittle1.vue +1 -1
- package/dev/ApiPanel/components/ApiTittle2.vue +1 -1
- package/dev/ApiPanel/components/index.js +1 -1
- package/dev/ApiPanel/modules/ApiBaseLayout.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemBase.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemButton.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemChartBar.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemChartGauge.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemChartLine.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemChartPie.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemChartRadar.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemCheckbox.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemDateTime.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemForm.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemInput.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemInputNumber.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemLoading.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemRadio.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemSelect.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemSwitch.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemTooltip.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemTree.vue +1 -1
- package/dev/ComponentsPanel/items/ApDevItemUpload.vue +1 -1
- package/dev/ComponentsPanel/items/test.vue +1 -1
- package/dev/ConfigPanel/DevCpt.vue +1036 -1036
- package/dev/ConfigPanel/DevCptBase.vue +210 -210
- package/dev/ConfigPanel/DevDbSource.vue +108 -108
- package/dev/ConfigPanel/DevDbUserSource.vue +117 -117
- package/dev/ConfigPanel/DevDocHistory.vue +145 -145
- package/dev/ConfigPanel/DevMyConfig.vue +205 -205
- package/dev/CustomPanel/CustomComponents.vue +10 -10
- package/dev/CustomPanel/CustomDataTree.vue +1 -1
- package/dev/CustomPanel/CustomTools.vue +1 -1
- package/dev/CustomPanel/index.vue +1 -1
- package/dev/CustomPanel/items/ApDevCheckbox.vue +7 -7
- package/dev/CustomPanel/items/ApDevCheckboxProp.vue +1 -1
- package/dev/CustomPanel/items/ApDevContainerRow.vue +155 -155
- package/dev/CustomPanel/items/ApDevContainerRowProp.vue +39 -39
- package/dev/CustomPanel/items/ApDevDateTime.vue +5 -5
- package/dev/CustomPanel/items/ApDevDateTimeProp.vue +1 -1
- package/dev/CustomPanel/items/ApDevDefaultProp.vue +20 -20
- package/dev/CustomPanel/items/ApDevInput.vue +49 -49
- package/dev/CustomPanel/items/ApDevInputNumber.vue +57 -57
- package/dev/CustomPanel/items/ApDevInputNumberProp.vue +96 -96
- package/dev/CustomPanel/items/ApDevInputProp.vue +85 -85
- package/dev/CustomPanel/items/ApDevRadio.vue +7 -7
- package/dev/CustomPanel/items/ApDevRadioProp.vue +1 -1
- package/dev/CustomPanel/items/ApDevSelect.vue +314 -314
- package/dev/CustomPanel/items/ApDevSelectProp.vue +83 -83
- package/dev/CustomPanel/items/ApDevTree.vue +5 -5
- package/dev/CustomPanel/items/ApDevTreeProp.vue +1 -1
- package/dev/CustomPanel/items/ApDevUpload.vue +6 -6
- package/dev/CustomPanel/items/ApDevUploadProp.vue +1 -1
- package/dev/CustomPanel/items/base/ApDevBase.vue +1 -1
- package/dev/CustomPanel/items/base/ApDevItemBase.vue +2 -2
- package/dev/CustomPanel/items/base/ApDevPropBase.vue +1 -1
- package/dev/CustomPanel/items/base/ApDevPropStyle.vue +93 -93
- package/dev/DevDoc/index.vue +1 -0
- package/dev/dev/DevUtil.js +31 -31
- package/dev/dev/devConfig.js +99 -99
- package/dev/dev/devStore.js +368 -368
- package/dev/dev/index.vue +85 -85
- package/ops/ApiPanel/components/ApiContent.vue +1 -1
- package/ops/ApiPanel/components/ApiTable.vue +1 -1
- package/ops/ApiPanel/components/ApiTittle1.vue +1 -1
- package/ops/ApiPanel/components/ApiTittle2.vue +1 -1
- package/ops/ApiPanel/components/index.js +1 -1
- package/ops/ConfigPanel/OpsDocHistory.vue +145 -145
- package/ops/ops/index.vue +60 -60
- package/ops/ops/opsStore.js +27 -27
- package/package.json +1 -1
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<ap-container>
|
|
3
|
-
<ap-main margin="1111">
|
|
4
|
-
<ap-table ref="tAbapSqlRef" :options.sync="tAbapSqlOpt"></ap-table>
|
|
5
|
-
</ap-main>
|
|
6
|
-
</ap-container>
|
|
7
|
-
</template>
|
|
8
|
-
|
|
9
|
-
<script>
|
|
10
|
-
export default {
|
|
11
|
-
name: 'TAbapSql',
|
|
12
|
-
data() {
|
|
13
|
-
let columns = [
|
|
14
|
-
{
|
|
15
|
-
prop: 'fdParentId',
|
|
16
|
-
label: '父节点',
|
|
17
|
-
type: 'select',
|
|
18
|
-
selectOptionsKey:{label:"fdName", value:"fdId"},
|
|
19
|
-
selectOptionsRemote: 'parentList',
|
|
20
|
-
width: 100,
|
|
21
|
-
}, {
|
|
22
|
-
prop: 'fdType',
|
|
23
|
-
label: '类型',
|
|
24
|
-
type: 'select',
|
|
25
|
-
selectOptions: [{label: "分组", value: 1}, {label: "SQL", value: 2}],
|
|
26
|
-
width: 80,
|
|
27
|
-
}, {
|
|
28
|
-
prop: 'fdName',
|
|
29
|
-
label: '名称',
|
|
30
|
-
type: 'input',
|
|
31
|
-
width: 120,
|
|
32
|
-
}, {
|
|
33
|
-
prop: 'fdUserId',
|
|
34
|
-
label: '所属用户',
|
|
35
|
-
type: 'input',
|
|
36
|
-
width: 100,
|
|
37
|
-
showOverflowTooltip: true
|
|
38
|
-
}, {
|
|
39
|
-
prop: 'fdSql',
|
|
40
|
-
label: 'SQL语句',
|
|
41
|
-
type: 'input',
|
|
42
|
-
showOverflowTooltip: true
|
|
43
|
-
},{
|
|
44
|
-
prop: 'fdRemark',
|
|
45
|
-
label: '备注',
|
|
46
|
-
type: 'input',
|
|
47
|
-
width: 150,
|
|
48
|
-
}, {
|
|
49
|
-
prop: 'fdSort',
|
|
50
|
-
label: '排序',
|
|
51
|
-
type: 'input',
|
|
52
|
-
width: 100,
|
|
53
|
-
}
|
|
54
|
-
];
|
|
55
|
-
let tableOpt = {
|
|
56
|
-
title: "常用SQL列表",
|
|
57
|
-
columns: columns,
|
|
58
|
-
editPk: "fdId", //默认fdId
|
|
59
|
-
deletePk: "fdId", // 默认fdId
|
|
60
|
-
dataUrl: "/apd/abap/TAbapSql/getCommonSqlGridList",
|
|
61
|
-
saveUrl: "/apd/abap/TAbapSql/saveTAbapSqlGridData",
|
|
62
|
-
deleteUrl: "/apd/abap/TAbapSql/deleteTAbapSqlGridData",
|
|
63
|
-
toolbarBtn: ["add", "edit", "del", "refresh", "save"],
|
|
64
|
-
initData: true, // 默认false
|
|
65
|
-
params: {},
|
|
66
|
-
rowKey: "fdId",
|
|
67
|
-
rowParentKey: "fdParentId", // 父节点id
|
|
68
|
-
defaultExpandAll: true,
|
|
69
|
-
indexWidth: 80,
|
|
70
|
-
};
|
|
71
|
-
return {
|
|
72
|
-
tAbapSqlOpt: tableOpt,
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
methods: {
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
</script>
|
|
79
|
-
|
|
80
|
-
<style scoped>
|
|
81
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<ap-container>
|
|
3
|
+
<ap-main margin="1111">
|
|
4
|
+
<ap-table ref="tAbapSqlRef" :options.sync="tAbapSqlOpt"></ap-table>
|
|
5
|
+
</ap-main>
|
|
6
|
+
</ap-container>
|
|
7
|
+
</template>
|
|
8
|
+
|
|
9
|
+
<script>
|
|
10
|
+
export default {
|
|
11
|
+
name: 'TAbapSql',
|
|
12
|
+
data() {
|
|
13
|
+
let columns = [
|
|
14
|
+
{
|
|
15
|
+
prop: 'fdParentId',
|
|
16
|
+
label: '父节点',
|
|
17
|
+
type: 'select',
|
|
18
|
+
selectOptionsKey:{label:"fdName", value:"fdId"},
|
|
19
|
+
selectOptionsRemote: 'parentList',
|
|
20
|
+
width: 100,
|
|
21
|
+
}, {
|
|
22
|
+
prop: 'fdType',
|
|
23
|
+
label: '类型',
|
|
24
|
+
type: 'select',
|
|
25
|
+
selectOptions: [{label: "分组", value: 1}, {label: "SQL", value: 2}],
|
|
26
|
+
width: 80,
|
|
27
|
+
}, {
|
|
28
|
+
prop: 'fdName',
|
|
29
|
+
label: '名称',
|
|
30
|
+
type: 'input',
|
|
31
|
+
width: 120,
|
|
32
|
+
}, {
|
|
33
|
+
prop: 'fdUserId',
|
|
34
|
+
label: '所属用户',
|
|
35
|
+
type: 'input',
|
|
36
|
+
width: 100,
|
|
37
|
+
showOverflowTooltip: true
|
|
38
|
+
}, {
|
|
39
|
+
prop: 'fdSql',
|
|
40
|
+
label: 'SQL语句',
|
|
41
|
+
type: 'input',
|
|
42
|
+
showOverflowTooltip: true
|
|
43
|
+
},{
|
|
44
|
+
prop: 'fdRemark',
|
|
45
|
+
label: '备注',
|
|
46
|
+
type: 'input',
|
|
47
|
+
width: 150,
|
|
48
|
+
}, {
|
|
49
|
+
prop: 'fdSort',
|
|
50
|
+
label: '排序',
|
|
51
|
+
type: 'input',
|
|
52
|
+
width: 100,
|
|
53
|
+
}
|
|
54
|
+
];
|
|
55
|
+
let tableOpt = {
|
|
56
|
+
title: "常用SQL列表",
|
|
57
|
+
columns: columns,
|
|
58
|
+
editPk: "fdId", //默认fdId
|
|
59
|
+
deletePk: "fdId", // 默认fdId
|
|
60
|
+
dataUrl: "/apd/abap/TAbapSql/getCommonSqlGridList",
|
|
61
|
+
saveUrl: "/apd/abap/TAbapSql/saveTAbapSqlGridData",
|
|
62
|
+
deleteUrl: "/apd/abap/TAbapSql/deleteTAbapSqlGridData",
|
|
63
|
+
toolbarBtn: ["add", "edit", "del", "refresh", "save"],
|
|
64
|
+
initData: true, // 默认false
|
|
65
|
+
params: {},
|
|
66
|
+
rowKey: "fdId",
|
|
67
|
+
rowParentKey: "fdParentId", // 父节点id
|
|
68
|
+
defaultExpandAll: true,
|
|
69
|
+
indexWidth: 80,
|
|
70
|
+
};
|
|
71
|
+
return {
|
|
72
|
+
tAbapSqlOpt: tableOpt,
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
methods: {
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
</script>
|
|
79
|
+
|
|
80
|
+
<style scoped>
|
|
81
|
+
</style>
|