Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ETL-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
莫晓莉
ETL-admin
Commits
f2d4941e
Commit
f2d4941e
authored
Mar 27, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
555
parent
58557e15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
108 additions
and
0 deletions
+108
-0
src/api/kettle/file.js
+108
-0
No files found.
src/api/kettle/file.js
View file @
f2d4941e
...
@@ -102,6 +102,114 @@ export function expRespository(data) {
...
@@ -102,6 +102,114 @@ export function expRespository(data) {
// })
// })
// }
// }
// 时间日期格式
export
function
formatFunc
(
data
)
{
return
request
({
url
:
'etlweb/system/datetimeformat'
,
data
,
method
:
'post'
})
}
// 获取编码列表
export
function
getCodeList
(
data
)
{
return
request
({
url
:
'etlweb/system/availableCharsets'
,
data
,
method
:
'post'
})
}
//表头字体
export
function
getFontname
(
data
)
{
return
request
({
url
:
'etlweb/system/fontname'
,
data
,
method
:
'post'
})
}
//表头字体下划线
export
function
getFontunderline
(
data
)
{
return
request
({
url
:
'etlweb/system/fontunderline'
,
data
,
method
:
'post'
})
}
//表头字体方向
export
function
getFontoriention
(
data
)
{
return
request
({
url
:
'etlweb/system/fontoriention'
,
data
,
method
:
'post'
})
}
//表头字体颜色
export
function
getFontcolor
(
data
)
{
return
request
({
url
:
'etlweb/system/fontcolor'
,
data
,
method
:
'post'
})
}
//表头对齐方式
export
function
getFontalignment
(
data
)
{
return
request
({
url
:
'etlweb/system/fontalignment'
,
data
,
method
:
'post'
})
}
//数据字体
export
function
getFileexplorer
(
data
)
{
return
request
({
url
:
'etlweb/system/fileexplorer'
,
data
,
method
:
'post'
})
}
//获取格式
export
function
getFormatMapperLineTerminator
(
data
)
{
return
request
({
url
:
'etlweb/system/formatMapperLineTerminator'
,
data
,
method
:
'post'
})
}
// 获取压缩
export
function
getCompressionProviderNames
(
data
)
{
return
request
({
url
:
'etlweb/system/compressionProviderNames'
,
data
,
method
:
'post'
})
}
// 获取编码
export
function
getAvailableCharsets
(
data
)
{
return
request
({
url
:
'etlweb/system/availableCharsets'
,
data
,
method
:
'post'
})
}
// 获取所有文件
export
function
getFilextension
(
data
)
{
return
request
({
url
:
'etlweb/system/filextension'
,
data
,
method
:
'post'
})
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment