Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
4e660fef
提交
4e660fef
authored
5月 16, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
到处组件修改
上级
25ec0f3f
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
3 行增加
和
25 行删除
+3
-25
ExportCurrentInfo.js
one_stop_public/App/ExportCurrentInfo.js
+0
-23
SplitIndex.js
one_stop_public/libs/formList/SplitIndex.js
+3
-2
没有找到文件。
one_stop_public/App/ExportCurrentInfo.js
浏览文件 @
4e660fef
import
fetch
from
'dva/fetch'
;
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
{
Select
,
Button
,
Modal
,
Input
,
Transfer
,
Row
,
Col
,
Form
,
message
,
notification
,
}
from
'antd'
;
import
{
connect
}
from
'dva'
;
import
{
getToken
}
from
'../utils/token'
;
import
config
from
'@/webPublic/one_stop_public/config'
;
import
QueryItem
from
'./QueryItem'
;
import
OrderItem
from
'./OrderItem'
;
import
FormdataWrapper
from
'../utils/object-to-formdata-custom'
;
import
ButtonDiy
from
'./ButtonDiy/ButtonDiy'
;
const
Option
=
Select
.
Option
;
var
keyX
=
1
;
function
swapArray
(
arr
,
index1
,
index2
)
{
arr
[
index1
]
=
arr
.
splice
(
index2
,
1
,
arr
[
index1
])[
0
];
return
arr
;
}
/**
*
* 2019/02/21 修改导出方式为fetch
...
...
@@ -44,7 +23,6 @@ function swapArray(arr, index1, index2) {
}]}
*/
const
FormItem
=
Form
.
Item
;
@
connect
(({
DataObj
,
loading
})
=>
({
DataObj
,
loading
:
loading
.
models
.
DataObj
,
...
...
@@ -59,7 +37,6 @@ export default class ExportCurrentInfo extends React.Component {
}
exportData
=
()
=>
{
let
divElement
=
document
.
getElementById
(
'downloadDiv'
);
let
downloadUrl
=
config
.
httpServer
+
'/DataObjApi/exportCurrent?'
;
const
token
=
getToken
()
!=
null
&&
getToken
()
!=
'null'
?
getToken
()
:
'0000'
;
downloadUrl
=
`
${
downloadUrl
}
token=
${
token
}
`
;
...
...
one_stop_public/libs/formList/SplitIndex.js
浏览文件 @
4e660fef
...
...
@@ -21,11 +21,12 @@ export function FormListButtons(props) {
ButtonType
:
'import'
,
});
}
let
i
=
0
;
for
(
let
item
of
exportConfig
)
{
buttons
.
push
({
...
item
,
ButtonType
:
'export'
,
index
:
i
++
,
});
}
buttons
.
sort
((
a
,
b
)
=>
{
...
...
@@ -62,7 +63,7 @@ export function FormListButtons(props) {
key
=
{
r
.
children
||
'到处'
}
query
=
{
query
}
custom
=
{
custom
}
index
=
{
i
}
index
=
{
r
.
index
}
btn
=
{
r
.
btn
}
ext
=
{
r
.
ext
?
r
.
ext
:
'xlsx'
}
sql
=
{
Base16Encode
(
sql
)}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论