Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
816b2d22
提交
816b2d22
authored
8月 10, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
解决一站式web端一直重复调接口的bug
上级
6409e148
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
21 行增加
和
12 行删除
+21
-12
DetailSplit.js
one_stop_public/DetailForAudit/DetailSplit.js
+21
-12
没有找到文件。
one_stop_public/DetailForAudit/DetailSplit.js
浏览文件 @
816b2d22
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* 2019年9月19日
* 2019年9月19日
* 查看详情页面
* 查看详情页面
*/
*/
import
React
,
{
Component
,
Fragment
}
from
'react'
;
import
React
,
{
Component
,
Fragment
,
useRef
}
from
'react'
;
import
{
import
{
Row
,
Row
,
Col
,
Col
,
...
@@ -36,7 +36,12 @@ import styles from './styles.less';
...
@@ -36,7 +36,12 @@ import styles from './styles.less';
import
TrunToDetail
from
'./trunToDetail'
;
import
TrunToDetail
from
'./trunToDetail'
;
import
Countersign
from
'./components/Countersign'
;
import
Countersign
from
'./components/Countersign'
;
import
ChildTaskModel
from
'./ChildTaskModel'
;
import
ChildTaskModel
from
'./ChildTaskModel'
;
import
{
checkNeedFormValidateFieldsAndScroll
,
must
,
submitValues
,
checkNeedWriteAuditInfo
}
from
'./splitDetailSplit'
;
import
{
checkNeedFormValidateFieldsAndScroll
,
must
,
submitValues
,
checkNeedWriteAuditInfo
,
}
from
'./splitDetailSplit'
;
import
{
queryApiVersion
,
queryApiActionPath
}
from
'@/webPublic/one_stop_public/utils/queryConfig'
;
import
{
queryApiVersion
,
queryApiActionPath
}
from
'@/webPublic/one_stop_public/utils/queryConfig'
;
import
{
isJSON
}
from
'@/webPublic/zyd_public/utils/utils'
;
import
{
isJSON
}
from
'@/webPublic/zyd_public/utils/utils'
;
import
HistoryFormList
from
'@/webPublic/one_stop_public/DetailForAudit/HistoryFormList'
;
import
HistoryFormList
from
'@/webPublic/one_stop_public/DetailForAudit/HistoryFormList'
;
...
@@ -130,12 +135,15 @@ class DetailSplit extends Component {
...
@@ -130,12 +135,15 @@ class DetailSplit extends Component {
componentDidMount
()
{
componentDidMount
()
{
this
.
getInit
();
this
.
getInit
();
if
(
this
.
props
.
onRef
)
{
if
(
this
.
props
.
onRef
)
{
this
.
props
.
onRef
(
this
);
this
.
props
.
onRef
(
this
);
}
}
}
}
// getInit2 = () => {
// console.log('getInit2');
// }
/**
/**
* @function 默认请求
* @function 默认请求
*/
*/
...
@@ -228,8 +236,6 @@ class DetailSplit extends Component {
...
@@ -228,8 +236,6 @@ class DetailSplit extends Component {
});
});
}
}
},
},
});
});
...
@@ -246,7 +252,7 @@ class DetailSplit extends Component {
...
@@ -246,7 +252,7 @@ class DetailSplit extends Component {
closeAutoSign
,
closeAutoSign
,
});
});
if
(
!
closeAutoSign
)
{
if
(
!
closeAutoSign
)
{
/**
/**
* 获取设置的数据
* 获取设置的数据
*/
*/
...
@@ -687,7 +693,7 @@ class DetailSplit extends Component {
...
@@ -687,7 +693,7 @@ class DetailSplit extends Component {
''
''
)}
)}
{
isEmpty
(
data
)
===
false
?
(
{
isEmpty
(
data
)
===
false
?
(
<
ZdyTable
<
Get
ZdyTable
key
=
{
data
.
taskFormKey
}
key
=
{
data
.
taskFormKey
}
postData
=
{
data
}
postData
=
{
data
}
get
=
'web'
get
=
'web'
...
@@ -978,10 +984,13 @@ class DetailSplit extends Component {
...
@@ -978,10 +984,13 @@ class DetailSplit extends Component {
}
}
}
}
export
default
function
Index
(
props
){
export
default
function
Index
(
props
)
{
console
.
log
(
window
.
zdyTableTemplateWillMountProps
?.
formCreateOptions
);
return
<
DetailSplit
{...
props
}
/>
;
const
DetailSplitFormNew
=
Form
.
create
(
}
function
GetZdyTable
(
props
)
{
const
ZdyTableFormNew
=
Form
.
create
(
window
.
zdyTableTemplateWillMountProps
?.
formCreateOptions
||
undefined
,
window
.
zdyTableTemplateWillMountProps
?.
formCreateOptions
||
undefined
,
)(
DetailSplit
);
)(
ZdyTable
);
return
<
DetailSplitFormNew
{...
props
}
/>
;
return
<
ZdyTableFormNew
{...
props
}
/
>
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论