Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
bdcb0d7a
提交
bdcb0d7a
authored
12月 05, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
31614 查询统计/已报到学生明细,导出时--无字段名(101307,bdk@2022*$)
上级
c23e2750
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
13 行删除
+12
-13
index.js
one_stop_public/App/ExportCurrentInfo/index.js
+1
-1
ExportInfo.js
one_stop_public/App/ExportInfo.js
+10
-11
index.js
one_stop_public/App/StatisticsInfo/index.js
+1
-1
没有找到文件。
one_stop_public/App/ExportCurrentInfo/index.js
浏览文件 @
bdcb0d7a
...
@@ -137,7 +137,7 @@ export default class ExportCurrentInfo extends React.Component {
...
@@ -137,7 +137,7 @@ export default class ExportCurrentInfo extends React.Component {
const
{
custom
,
index
,
openSelectFieldsModal
}
=
this
.
props
;
const
{
custom
,
index
,
openSelectFieldsModal
}
=
this
.
props
;
const
{
showSelectModal
}
=
this
.
state
;
const
{
showSelectModal
}
=
this
.
state
;
return
(
return
(
<
span
>
<
span
data
-
cell
-
comname
=
{
'export'
}
>
<
ButtonDiy
{...
btn
}
loading
=
{
this
.
state
.
confirmLoading
}
handleClick
=
{
this
.
checkDownload
}
/
>
<
ButtonDiy
{...
btn
}
loading
=
{
this
.
state
.
confirmLoading
}
handleClick
=
{
this
.
checkDownload
}
/
>
{
{
openSelectFieldsModal
&&
openSelectFieldsModal
&&
...
...
one_stop_public/App/ExportInfo.js
浏览文件 @
bdcb0d7a
...
@@ -446,11 +446,10 @@ export default class ExportInfo extends React.Component {
...
@@ -446,11 +446,10 @@ export default class ExportInfo extends React.Component {
}
=
this
.
state
;
}
=
this
.
state
;
return
(
return
(
<
span
>
<
span
data
-
com
-
name
=
{
'自定义导出ExportInfo.js'
}
>
<
ButtonDiy
<
ButtonDiy
name
=
"自定义导出"
name
=
"自定义导出"
type
=
"default"
type
=
"primary"
className
=
"defaultBlue"
handleClick
=
{
this
.
open
}
handleClick
=
{
this
.
open
}
/
>
/
>
<
div
id
=
"downloadDiv"
style
=
{{
display
:
'none'
}}
/
>
<
div
id
=
"downloadDiv"
style
=
{{
display
:
'none'
}}
/
>
...
@@ -466,7 +465,7 @@ export default class ExportInfo extends React.Component {
...
@@ -466,7 +465,7 @@ export default class ExportInfo extends React.Component {
confirmLoading
=
{
confirmLoading
}
>
confirmLoading
=
{
confirmLoading
}
>
<
div
style
=
{{
overflowY
:
'auto'
,
maxHeight
:
'500px'
,
height
:
'500px'
}}
>
<
div
style
=
{{
overflowY
:
'auto'
,
maxHeight
:
'500px'
,
height
:
'500px'
}}
>
<
div
style
=
{{
textAlign
:
'left'
}}
>
<
div
style
=
{{
textAlign
:
'left'
}}
>
<
ButtonDiy
className
=
"primaryBlue
"
name
=
"新增查询条件"
/>
<
ButtonDiy
type
=
"primary
"
name
=
"新增查询条件"
/>
<
Select
<
Select
style
=
{{
width
:
200
,
paddingRight
:
'10px'
}}
style
=
{{
width
:
200
,
paddingRight
:
'10px'
}}
...
@@ -482,7 +481,7 @@ export default class ExportInfo extends React.Component {
...
@@ -482,7 +481,7 @@ export default class ExportInfo extends React.Component {
<
/Select
>
<
/Select
>
{
currentQueryKey
?
(
{
currentQueryKey
?
(
<
span
style
=
{{
paddingLeft
:
'0'
}}
>
<
span
style
=
{{
paddingLeft
:
'0'
}}
>
<
ButtonDiy
className
=
"defaultBlue
"
name
=
"确定"
handleClick
=
{
this
.
okQuery
}
/
>
<
ButtonDiy
type
=
"primary
"
name
=
"确定"
handleClick
=
{
this
.
okQuery
}
/
>
<
/span
>
<
/span
>
)
:
(
)
:
(
''
''
...
@@ -527,7 +526,7 @@ export default class ExportInfo extends React.Component {
...
@@ -527,7 +526,7 @@ export default class ExportInfo extends React.Component {
))}
))}
<
/div
>
<
/div
>
<
div
style
=
{{
textAlign
:
'left'
,
paddingTop
:
'15px'
}}
>
<
div
style
=
{{
textAlign
:
'left'
,
paddingTop
:
'15px'
}}
>
<
ButtonDiy
className
=
"primaryBlue
"
name
=
"新增排序条件"
/>
<
ButtonDiy
type
=
"primary
"
name
=
"新增排序条件"
/>
<
Select
<
Select
style
=
{{
width
:
200
,
paddingRight
:
'10px'
}}
style
=
{{
width
:
200
,
paddingRight
:
'10px'
}}
value
=
{
currentOrderKey
}
value
=
{
currentOrderKey
}
...
@@ -545,7 +544,7 @@ export default class ExportInfo extends React.Component {
...
@@ -545,7 +544,7 @@ export default class ExportInfo extends React.Component {
<
/Select
>
<
/Select
>
{
currentOrderKey
?
(
{
currentOrderKey
?
(
<
span
style
=
{{
paddingLeft
:
'0'
}}
>
<
span
style
=
{{
paddingLeft
:
'0'
}}
>
<
ButtonDiy
className
=
"defaultBlue
"
name
=
"确定"
handleClick
=
{
this
.
okOrder
}
/
>
<
ButtonDiy
type
=
"primary
"
name
=
"确定"
handleClick
=
{
this
.
okOrder
}
/
>
<
/span
>
<
/span
>
)
:
(
)
:
(
''
''
...
@@ -568,7 +567,7 @@ export default class ExportInfo extends React.Component {
...
@@ -568,7 +567,7 @@ export default class ExportInfo extends React.Component {
<
div
style
=
{{
textAlign
:
'left'
,
paddingTop
:
'15px'
}}
>
<
div
style
=
{{
textAlign
:
'left'
,
paddingTop
:
'15px'
}}
>
<
span
style
=
{{
paddingRight
:
'10px'
}}
>
聚合条件
:
<
/span
>
<
span
style
=
{{
paddingRight
:
'10px'
}}
>
聚合条件
:
<
/span
>
{
!
groupVisiable
?
(
{
!
groupVisiable
?
(
<
ButtonDiy
className
=
"primaryBlue
"
name
=
"新增"
handleClick
=
{
this
.
addGroup
}
/
>
<
ButtonDiy
type
=
"primary
"
name
=
"新增"
handleClick
=
{
this
.
addGroup
}
/
>
)
:
(
)
:
(
<
span
>
<
span
>
<
Select
<
Select
...
@@ -587,11 +586,11 @@ export default class ExportInfo extends React.Component {
...
@@ -587,11 +586,11 @@ export default class ExportInfo extends React.Component {
})}
})}
<
/Select
>
<
/Select
>
{
currentGroupKey
?
(
{
currentGroupKey
?
(
<
ButtonDiy
className
=
"defaultBlue
"
name
=
"确定"
handleClick
=
{
this
.
okGroup
}
/
>
<
ButtonDiy
type
=
"primary
"
name
=
"确定"
handleClick
=
{
this
.
okGroup
}
/
>
)
:
(
)
:
(
''
''
)}
)}
<
ButtonDiy
className
=
"defaultBlue
"
name
=
"取消"
handleClick
=
{
this
.
cancelGroup
}
/
>
<
ButtonDiy
type
=
"primary
"
name
=
"取消"
handleClick
=
{
this
.
cancelGroup
}
/
>
<
/span
>
<
/span
>
)}
)}
{
groups
.
map
((
r
,
i
)
=>
(
{
groups
.
map
((
r
,
i
)
=>
(
...
@@ -604,7 +603,7 @@ export default class ExportInfo extends React.Component {
...
@@ -604,7 +603,7 @@ export default class ExportInfo extends React.Component {
<
Input
style
=
{{
display
:
'none'
}}
value
=
""
/>
,
<
Input
style
=
{{
display
:
'none'
}}
value
=
""
/>
,
)}
)}
<
ButtonDiy
<
ButtonDiy
className
=
"defaultRed
"
type
=
"danger
"
name
=
"删除"
name
=
"删除"
handleClick
=
{
this
.
deleteGroup
.
bind
(
this
,
i
)}
handleClick
=
{
this
.
deleteGroup
.
bind
(
this
,
i
)}
/
>
/
>
...
...
one_stop_public/App/StatisticsInfo/index.js
浏览文件 @
bdcb0d7a
...
@@ -776,7 +776,7 @@ export default class StatisticsInfo extends React.Component {
...
@@ -776,7 +776,7 @@ export default class StatisticsInfo extends React.Component {
}
}
return
(
return
(
<
span
>
<
span
data
-
com
-
name
=
{
'自定义统计'
}
>
{
/* 暂时屏蔽 */
}
{
/* 暂时屏蔽 */
}
<
ButtonDiy
<
ButtonDiy
name
=
"自定义统计"
name
=
"自定义统计"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论