Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
b1ee5caf
提交
b1ee5caf
authored
4月 13, 2020
作者:
徐立
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
http://scjoyedu.eicp.net:9121/front-team/webPublic
上级
7e1dffa3
5c647313
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
44 行增加
和
47 行删除
+44
-47
index.jsx
one_stop_public/Table/index.jsx
+0
-0
index.js
one_stop_public/libs/formList/index.js
+44
-47
没有找到文件。
one_stop_public/Table/index.jsx
浏览文件 @
b1ee5caf
差异被折叠。
点击展开。
one_stop_public/libs/formList/index.js
浏览文件 @
b1ee5caf
...
...
@@ -94,7 +94,7 @@ const CreateForm = Form.create()(props => {
formItem
.
map
((
item
,
index
)
=>
{
if
(
item
.
type
.
indexOf
(
'DATE'
)
>
-
1
)
{
for
(
let
d
in
fieldsValue
)
{
if
(
item
.
name
==
d
)
{
if
(
item
.
name
==
=
d
&&
fieldsValue
[
d
]
)
{
fieldsValue
[
d
]
=
fieldsValue
[
d
].
format
(
'YYYY-MM-DD HH:mm:ss'
);
}
}
...
...
@@ -186,7 +186,7 @@ class FormList extends React.Component {
}
}
modify
=
record
=>
{
if
(
this
.
state
.
formItem
.
length
<
10
)
{
//
if (this.state.formItem.length < 10) {
this
.
getOptions
()
this
.
setState
({
formData
:
record
,
...
...
@@ -194,23 +194,23 @@ class FormList extends React.Component {
isAdd
:
false
,
isView
:
false
});
}
else
{
router
.
push
({
pathname
:
'/admin/ddl/dataObj/formEdit'
,
state
:
{
id
:
this
.
state
.
objId
,
recordId
:
record
[
this
.
state
.
primaryKey
],
recordKey
:
this
.
state
.
primaryKey
,
isAdd
:
false
,
isView
:
false
},
});
}
//
} else {
//
router.push({
//
pathname: '/admin/ddl/dataObj/formEdit',
//
state: {
//
id: this.state.objId,
//
recordId: record[this.state.primaryKey],
//
recordKey: this.state.primaryKey,
//
isAdd: false,
//
isView:false
//
},
//
});
//
}
};
view
=
record
=>
{
if
(
this
.
state
.
formItem
.
length
<
10
)
{
//
if (this.state.formItem.length < 10) {
this
.
getOptions
()
this
.
setState
({
formData
:
record
,
...
...
@@ -218,18 +218,18 @@ class FormList extends React.Component {
isAdd
:
false
,
isView
:
true
});
}
else
{
router
.
push
({
pathname
:
'/admin/ddl/dataObj/formEdit'
,
state
:
{
id
:
this
.
state
.
objId
,
recordId
:
record
[
this
.
state
.
primaryKey
],
recordKey
:
this
.
state
.
primaryKey
,
isAdd
:
false
,
isView
:
true
},
});
}
//
} else {
//
router.push({
//
pathname: '/admin/ddl/dataObj/formEdit',
//
state: {
//
id: this.state.objId,
//
recordId: record[this.state.primaryKey],
//
recordKey: this.state.primaryKey,
//
isAdd: false,
//
isView:true
//
},
//
});
//
}
};
delete
=
record
=>
{
...
...
@@ -606,7 +606,7 @@ class FormList extends React.Component {
};
add
=
()
=>
{
if
(
this
.
state
.
formItem
.
length
<
10
)
{
//
if (this.state.formItem.length < 10) {
this
.
getOptions
()
this
.
setState
({
modalVisible
:
true
,
...
...
@@ -614,12 +614,12 @@ class FormList extends React.Component {
isAdd
:
true
,
isView
:
false
});
}
else
{
router
.
push
({
pathname
:
'/admin/ddl/dataObj/formEdit'
,
state
:
{
id
:
this
.
state
.
objId
,
isAdd
:
true
,
isView
:
false
}
});
}
//
} else {
//
router.push({
//
pathname: '/admin/ddl/dataObj/formEdit',
//
state: { id: this.state.objId,isAdd: true,isView:false }
//
});
//
}
};
handleSelectRows
=
rows
=>
{
...
...
@@ -678,7 +678,7 @@ class FormList extends React.Component {
formItem
.
map
((
item
,
index
)
=>
{
if
(
item
.
type
.
indexOf
(
'DATE'
)
>
-
1
)
{
for
(
let
d
in
fieldsValue
)
{
if
(
item
.
name
==
d
&&
fieldsValue
[
d
])
{
if
(
item
.
name
==
=
d
&&
fieldsValue
[
d
])
{
if
(
fieldsValue
[
d
]
!=
null
&&
fieldsValue
[
d
].
length
>
0
){
fieldsValue
[
d
]
=
[
fieldsValue
[
d
][
0
].
format
(
'YYYY-MM-DD HH:mm:ss'
),
fieldsValue
[
d
][
1
].
format
(
'YYYY-MM-DD HH:mm:ss'
)];
}
else
{
...
...
@@ -744,7 +744,7 @@ class FormList extends React.Component {
{
form
.
getFieldDecorator
(
item
.
name
,
{
initialValue
:
formData
==
null
?
''
:
formData
[
item
.
name
],
rules
:
[{
required
:
!
item
.
isNull
}],
})(
<
Select
style
=
{{
width
:
200
}}
placeholder
=
"请选择"
allowClear
>
})(
<
Select
style
=
{{
width
:
'70%'
}}
placeholder
=
"请选择"
allowClear
>
{
ops
.
map
((
r
)
=>
<
Option
value
=
{
r
[
item
.
referenceCodeName
]}
key
=
{
r
[
item
.
referenceCodeName
]}
>
{
r
[
item
.
referenceNameName
]}
<
/Option>
)
}
...
...
@@ -759,7 +759,7 @@ class FormList extends React.Component {
{
form
.
getFieldDecorator
(
item
.
name
,
{
initialValue
:
formData
==
null
?
''
:
formData
[
item
.
name
],
rules
:
[{
required
:
!
item
.
isNull
}],
})(
<
Select
style
=
{{
width
:
200
}}
placeholder
=
"请选择"
allowClear
>
})(
<
Select
style
=
{{
width
:
'70%'
}}
placeholder
=
"请选择"
allowClear
>
{
ops
.
map
((
r
)
=>
<
Option
value
=
{
r
.
value
}
key
=
{
r
.
value
}
>
{
r
.
value
}
<
/Option>
)
}
<
/Select>
)
}
...
...
@@ -792,15 +792,16 @@ class FormList extends React.Component {
rules
:
[{
required
:
!
item
.
isNull
}],
})(
<
RangePicker
format
=
{
item
.
dataFormatStrWeb
==
null
?
"YYYY-MM-DD HH:mm:ss"
:
item
.
dataFormatStrWeb
}
style
=
{{
width
:
'
100
%'
}}
/>
)
}
style
=
{{
width
:
'
95
%'
}}
/>
)
}
<
/FormItem
>
);
}
else
if
(
data
.
indexOf
(
item
.
type
)
>
-
1
)
{
return
(
<
FormItem
labelCol
=
{
labelCol
}
wrapperCol
=
{
wrapperCol
}
label
=
{
item
.
title
}
key
=
{
item
.
id
}
>
{
form
.
getFieldDecorator
(
item
.
name
,
{
initialValue
:
formData
==
null
?
null
:
moment
(
formData
[
item
.
name
]
),
initialValue
:
formData
==
null
?
moment
()
:(
formData
[
item
.
name
]?
moment
(
formData
[
item
.
name
]):
null
),
rules
:
[{
required
:
!
item
.
isNull
}],
})(
<
DatePicker
...
...
@@ -833,13 +834,9 @@ class FormList extends React.Component {
}
return
(
<
Form
layout
=
"inline"
>
<
Row
gutter
=
{{
md
:
8
,
lg
:
24
,
xl
:
48
}}
>
<
Row
>
{
querys
.
map
((
item
)
=>
<
Col
md
=
{
6
}
sm
=
{
24
}
key
=
{
item
.
id
}
>
<
Col
span
=
{
8
}
key
=
{
item
.
id
}
>
{
this
.
getItem
(
true
,
form
,
{
...
item
,
isNull
:
true
...
...
@@ -847,7 +844,7 @@ class FormList extends React.Component {
<
/Col
>
)}
<
Col
md
=
{
6
}
sm
=
{
24
}
>
<
Col
span
=
{
8
}
>
<
span
className
=
{
styles
.
submitButtons
}
>
<
Button
type
=
"primary"
loading
=
{
this
.
props
.
loading
}
onClick
=
{
this
.
handleSearch
}
>
查询
...
...
@@ -883,7 +880,7 @@ class FormList extends React.Component {
showMobileDiv
,
isView
}
=
this
.
state
let
scrollWidth
=
document
.
documentElement
.
clientWidth
||
document
.
body
.
clientWidth
;
//可使宽度
let
isMobile
=
scrollWidth
<
1200
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论