Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
a951c1f3
提交
a951c1f3
authored
4月 26, 2020
作者:
wanyielin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
上传判断
上级
cc906839
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
79 行增加
和
9 行删除
+79
-9
index.jsx
one_stop_public/Table/index.jsx
+79
-9
maintain.png
one_stop_public/assets/maintain.png
+0
-0
没有找到文件。
one_stop_public/Table/index.jsx
浏览文件 @
a951c1f3
...
...
@@ -10,6 +10,8 @@ import TableCom from '../tableCompon'
import
{
Toast
}
from
'antd-mobile'
import
router
from
'umi/router'
import
IsNewTable
from
'./isNewTable'
;
import
maintain
from
'@/assets/maintain.png'
import
moment
from
'moment'
export
default
class
ZdyTable
extends
Component
{
constructor
(
props
)
{
super
(
props
)
...
...
@@ -36,7 +38,7 @@ export default class ZdyTable extends Component {
}
}
componentDidMount
(){
componentDidMount
()
{
let
{
postData
,
// 数据源
isCg
,
// 用户点击草稿页面进入
...
...
@@ -357,8 +359,30 @@ export default class ZdyTable extends Component {
}
render
()
{
let
{
width
,
isBorder
,
sqlData
,
mapData
,
defaultBinds
,
defaultValues
,
items
,
init
,
currentFormKey
,
isEdit
,
datas
,
isReady
,
formConfig
,
formCode
,
formId
}
=
this
.
state
let
{
border
,
get
,
obj
,
index
,
fatherCode
,
routerState
}
=
this
.
props
let
{
width
,
isBorder
,
sqlData
,
mapData
,
defaultBinds
,
defaultValues
,
items
,
init
,
currentFormKey
,
isEdit
,
datas
,
isReady
,
formConfig
,
formCode
,
formId
}
=
this
.
state
let
{
border
,
get
,
obj
,
index
,
fatherCode
,
routerState
,
postData
,
}
=
this
.
props
let
style
=
{}
if
(
formConfig
.
style
!=
null
)
{
try
{
...
...
@@ -381,17 +405,42 @@ export default class ZdyTable extends Component {
};
const
max
=
this
.
countMax
(
items
)
const
borderStyle
=
{
borderRight
:
"1px solid gray"
,
borderTop
:
"1px solid gray"
,
borderLeft
:
"1px solid gray"
,
borderBottom
:
"1px solid gray"
borderRight
:
"1px solid gray"
,
borderTop
:
"1px solid gray"
,
borderLeft
:
"1px solid gray"
,
borderBottom
:
"1px solid gray"
}
const
borderStyleTwo
=
{
// 处理隐藏组件边框样式问题
borderRight
:
"1px solid gray"
,
borderLeft
:
"1px solid gray"
}
let
updateTime
const
styleDiv
=
this
.
props
.
height
?
{
overflow
:
"auto"
,
width
:
"100%"
,
height
:
this
.
props
.
height
}
:
{
overflow
:
"auto"
,
width
:
"100%"
}
if
(
!
isReady
)
return
<></>
if
(
this
.
props
.
postData
?.
isUpdate
)
{
updateTime
=
moment
(
+
this
.
props
.
postData
?.
updateTime
).
format
(
'llll'
)
}
switch
(
get
)
{
case
'web'
:
return
(
return
(<>
{
this
.
props
.
postData
?.
isUpdate
?
<
div
style=
{
{
margin
:
'100px 24px 24px'
}
}
>
<
div
style=
{
{
textAlign
:
'center'
}
}
>
<
img
style=
{
{
marginRight
:
30
}
}
src=
{
maintain
}
></
img
>
</
div
>
<
p
style=
{
{
textAlign
:
"center"
,
width
:
'100%'
,
fontSize
:
'16px'
,
fontWeight
:
'bold'
,
color
:
'#666666'
,
}
}
>
{
updateTime
!==
'Invalid date'
?
`升级维护中,预计${updateTime ?? '一万年'}恢复使用,请耐心等待。`
:
'请耐心等待'
}
</
p
>
</
div
>
:
<
Form
className=
"login-form"
>
{
isEdit
&&
defaultBinds
?
Object
.
keys
(
defaultBinds
).
map
((
k
)
=>
{
...
...
@@ -500,10 +549,30 @@ export default class ZdyTable extends Component {
</
Col
>
</
Row
>
</
Form
>
</
Form
>
}
</>
)
case
'mobile'
:
return
(
return
(<>
{
this
.
props
.
postData
?.
isUpdate
?
<
div
style=
{
{
margin
:
'100px 24px 24px'
}
}
>
<
div
style=
{
{
textAlign
:
'center'
}
}
>
<
img
style=
{
{
width
:
'100%'
}
}
src=
{
maintain
}
></
img
>
</
div
>
<
p
style=
{
{
textAlign
:
"center"
,
width
:
'100%'
,
fontSize
:
'16px'
,
fontWeight
:
'bold'
,
color
:
'#666666'
,
}
}
>
{
updateTime
!==
'Invalid date'
?
`升级维护中,预计${updateTime ?? '一万年'}恢复使用,请耐心等待。`
:
'请耐心等待'
}
</
p
>
</
div
>
:
<
Form
{
...
formItemLayout
}
id=
'mobile_table'
className=
"login-form"
>
{
defaultBinds
?
Object
.
keys
(
defaultBinds
).
map
((
k
)
=>
{
const
r
=
defaultBinds
[
k
]
...
...
@@ -567,7 +636,8 @@ export default class ZdyTable extends Component {
</
div
>)
})
}
</
Form
>
</
Form
>
}
</>
)
}
}
...
...
one_stop_public/assets/maintain.png
0 → 100644
浏览文件 @
a951c1f3
58.8 KB
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论