Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
d26e850d
提交
d26e850d
authored
2月 08, 2023
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
31614 查询统计/已报到学生明细,导出时--无字段名(101307,bdk@2022*$)
上级
ac3e341a
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
46 行增加
和
24 行删除
+46
-24
ExportInfo.js
one_stop_public/App/ExportInfo.js
+16
-23
ExportInfo.less
one_stop_public/App/ExportInfo.less
+28
-0
index.js
one_stop_public/libs/formList/index.js
+2
-1
没有找到文件。
one_stop_public/App/ExportInfo.js
浏览文件 @
d26e850d
import
fetch
from
'dva/fetch'
;
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
{
Select
,
Button
,
...
...
@@ -16,7 +15,7 @@ import {
import
{
connect
}
from
'dva'
;
import
{
getToken
}
from
'../utils/token'
;
import
config
from
'@/webPublic/one_stop_public/config'
;
import
styles
from
'./ExportInfo.less'
;
import
QueryItem
from
'./QueryItem'
;
import
OrderItem
from
'./OrderItem'
;
...
...
@@ -428,7 +427,6 @@ export default class ExportInfo extends React.Component {
visiable
,
targetKeys
,
sourceSelectedKeys
,
queryVisiable
,
querys
,
orders
,
groups
,
...
...
@@ -440,7 +438,6 @@ export default class ExportInfo extends React.Component {
gs
,
currentQueryKey
,
currentOrderKey
,
orderVisiable
,
currentGroupKey
,
groupVisiable
,
}
=
this
.
state
;
...
...
@@ -463,12 +460,12 @@ export default class ExportInfo extends React.Component {
onOk
=
{
this
.
export
}
onCancel
=
{
this
.
onCancle
}
confirmLoading
=
{
confirmLoading
}
>
<
div
style
=
{{
overflowY
:
'auto'
,
maxHeight
:
'500px'
,
height
:
'500px'
}
}
>
<
div
style
=
{{
textAlign
:
'left'
}
}
>
<
ButtonDiy
type
=
"primary"
name
=
"新增查询条件"
/
>
<
div
className
=
{
styles
.
modalDiv
}
>
<
div
className
=
{
styles
.
div1
}
>
<
span
className
=
{
styles
.
span1
}
>
查询条件
:
<
/span
>
<
Select
style
=
{{
width
:
200
,
paddingRight
:
'10px'
}
}
className
=
{
styles
.
select1
}
value
=
{
currentQueryKey
}
onChange
=
{
this
.
selectQuery
}
>
{
qs
.
map
((
r
)
=>
{
...
...
@@ -486,7 +483,7 @@ export default class ExportInfo extends React.Component {
)
:
(
''
)}
<
div
style
=
{{
height
:
'12px'
}
}
/
>
<
div
className
=
{
styles
.
div2
}
/
>
{
querys
.
map
((
r
,
i
)
=>
(
<
FormItem
key
=
{
r
.
name
+
i
}
...
...
@@ -525,10 +522,10 @@ export default class ExportInfo extends React.Component {
<
/FormItem
>
))}
<
/div
>
<
div
style
=
{{
textAlign
:
'left'
,
paddingTop
:
'15px'
}
}
>
<
ButtonDiy
type
=
"primary"
name
=
"新增排序条件"
/
>
<
div
className
=
{
styles
.
div3
}
>
<
span
className
=
{
styles
.
span1
}
>
排序条件
:
<
/span
>
<
Select
style
=
{{
width
:
200
,
paddingRight
:
'10px'
}
}
className
=
{
styles
.
select1
}
value
=
{
currentOrderKey
}
onChange
=
{
this
.
selectOrder
}
>
{
os
.
map
((
r
)
=>
{
...
...
@@ -543,13 +540,13 @@ export default class ExportInfo extends React.Component {
})}
<
/Select
>
{
currentOrderKey
?
(
<
span
style
=
{{
paddingLeft
:
'0'
}}
>
<
span
>
<
ButtonDiy
type
=
"primary"
name
=
"确定"
handleClick
=
{
this
.
okOrder
}
/
>
<
/span
>
)
:
(
''
)}
<
div
style
=
{{
height
:
'12px'
}
}
/
>
<
div
className
=
{
styles
.
div2
}
/
>
{
orders
.
map
((
r
,
i
)
=>
(
<
FormItem
key
=
{
r
.
name
+
i
}
...
...
@@ -564,14 +561,14 @@ export default class ExportInfo extends React.Component {
))}
<
/div
>
{
this
.
props
.
voClass
?
(
<
div
style
=
{{
textAlign
:
'left'
,
paddingTop
:
'15px'
}
}
>
<
span
style
=
{{
paddingRight
:
'10px'
}
}
>
聚合条件
:
<
/span
>
<
div
className
=
{
styles
.
div3
}
>
<
span
className
=
{
styles
.
span2
}
>
聚合条件
:
<
/span
>
{
!
groupVisiable
?
(
<
ButtonDiy
type
=
"primary"
name
=
"新增"
handleClick
=
{
this
.
addGroup
}
/
>
)
:
(
<
span
>
<
Select
style
=
{{
width
:
100
}
}
className
=
{
styles
.
select2
}
value
=
{
currentGroupKey
}
onChange
=
{
this
.
selectGroup
}
>
{
gs
.
map
((
r
)
=>
{
...
...
@@ -614,13 +611,9 @@ export default class ExportInfo extends React.Component {
''
)}
<
Row
>
<
Col
span
=
{
24
}
style
=
{{
textAlign
:
'left'
,
paddingTop
:
'15px'
}}
>
<
Col
span
=
{
24
}
className
=
{
styles
.
div3
}
>
<
span
style
=
{{
paddingRight
:
'10px'
}}
>
导出项
:
<
/span
>
{
/*<Select>*/
}
{
/*{*/
}
{
/*}*/
}
{
/*</Select>*/
}
<
/Col
>
<
Col
span
=
{
18
}
>
<
Transfer
...
...
one_stop_public/App/ExportInfo.less
0 → 100644
浏览文件 @
d26e850d
.modalDiv{
overflow-y: auto;
height: 500px;
.div1{
text-align: left;
}
.span1{
color: #0A5295;
padding-right: 20px;
}
.select1{
width: 200px;
padding-right: 10px;
}
.div2{
height: 12px;
}
.div3{
text-align: left;
padding-top: 15px;
}
.span2{
padding-right: 10px;
}
.select2{
width: 100px;
}
}
one_stop_public/libs/formList/index.js
浏览文件 @
d26e850d
...
...
@@ -510,7 +510,8 @@ class FormList extends React.Component {
if
(
Number
(
objCode
)
===
1
)
{
}
else
{
if
(
this
.
props
.
json
?.
isDiy
!==
'false'
&&
this
.
props
.
json
?.
isDiy
!==
false
)
{
const
isDiy
=
this
.
props
.
json
?.
isDiy
;
if
(
isDiy
!==
'false'
&&
isDiy
!==
false
&&
typeof
isDiy
!==
'undefined'
)
{
// 2022年11月8日 姚鑫国说的 开起了这个 自定义模式 就不调接口查表头了.
// 2022年12月12日 姚新国说的 没配这个东西都搞成 true qq 聊天记录
this
.
getPage
();
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论