Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
43e8a9f2
提交
43e8a9f2
authored
5月 21, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
26569 审核详情中信息显示重复了
上级
d809f8f6
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
135 行增加
和
79 行删除
+135
-79
DetailSplit.js
one_stop_public/DetailForAudit/DetailSplit.js
+7
-79
HistoryFormList.js
one_stop_public/DetailForAudit/HistoryFormList.js
+114
-0
styles.less
one_stop_public/DetailForAudit/styles.less
+14
-0
没有找到文件。
one_stop_public/DetailForAudit/DetailSplit.js
浏览文件 @
43e8a9f2
...
@@ -39,6 +39,7 @@ import ChildTaskModel from './ChildTaskModel';
...
@@ -39,6 +39,7 @@ 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'
;
@
Form
.
create
()
@
Form
.
create
()
@
connect
()
@
connect
()
...
@@ -399,39 +400,7 @@ export default class GetDetail extends Component {
...
@@ -399,39 +400,7 @@ export default class GetDetail extends Component {
changePadding
=
value
=>
{
changePadding
=
value
=>
{
this
.
setState
({
paddingBottom
:
value
});
this
.
setState
({
paddingBottom
:
value
});
};
};
/**
* @function 历史表单展示
* @description: 历史表单二次封装,独立form主要防止新表单进行输入时会同步刷新历史表单问题
* @param {string} key 模板key值
* @param { any } postData 参数
* @param { any } obj 默认值
* @param { any } form form控件
* @param { any } routerState 路由参数
* @return: 渲染组件
*/
OldFromZdy
=
Form
.
create
()(
function
name
({
key
,
postData
,
obj
,
taskId
,
form
,
formKey
,
routerState
,
})
{
return
(
<
ZdyTable
key
=
{
key
}
get
=
'web'
postData
=
{
postData
}
taskId
=
{
taskId
}
obj
=
{
obj
}
form
=
{
form
}
formKey
=
{
formKey
}
routerState
=
{
routerState
}
/
>
);
});
render
()
{
render
()
{
const
{
const
{
...
@@ -692,58 +661,19 @@ export default class GetDetail extends Component {
...
@@ -692,58 +661,19 @@ export default class GetDetail extends Component {
)}
)}
<
/div
>
<
/div
>
)}
)}
<
div
<
div
className
=
{
styles
.
HistoryFormList
}
id
=
'card_table'
id
=
'card_table'
ref
=
{
el
=>
(
this
.
componentRef
=
el
)}
ref
=
{
el
=>
(
this
.
componentRef
=
el
)}
style
=
{{
padding
:
!
isShowTitle
?
'50px'
:
''
}}
style
=
{{
padding
:
!
isShowTitle
?
'50px'
:
''
}}
>
>
{
hisTaskFormKeys
.
formKeys
&&
hisTaskFormKeys
.
formKeys
.
length
>
0
<
HistoryFormList
data
=
{
data
}
?
hisTaskFormKeys
.
formKeys
.
map
((
item
,
index
)
=>
(
formKeys
=
{
hisTaskFormKeys
?.
formKeys
}
<
Fragment
key
=
{
item
.
taskName
}
>
isShowTitle
=
{
isShowTitle
}
{
isShowTitle
?
(
<
h3
style
=
{{
display
:
'flex'
,
alignItems
:
'center'
,
}}
>
<
SVG
name
=
'vertical'
color
=
'#999999'
height
=
'24'
/>
{
item
?.
taskName
??
'历史流程表单'
}
<
/h3
>
)
:
(
''
)}
{
!
data
?
(
<
div
style
=
{{
width
:
'100%'
,
height
:
200
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
}}
>
<
Spin
size
=
'large'
spinning
=
{
true
}
/
>
<
/div
>
)
:
(
/* <div>
123临时注释
</div>*/
<
this
.
OldFromZdy
key
=
{
item
.
formKey
}
get
=
'web'
taskId
=
{
data
.
taskId
}
postData
=
{
data
}
obj
=
{
data
&&
data
.
isMultiple
?
item
.
taskForm
:
hisTaskFormKeys
.
formData
}
formKey
=
{
item
.
formKey
}
routerState
=
{
routerState
}
routerState
=
{
routerState
}
formData
=
{
hisTaskFormKeys
?.
formData
}
/
>
/
>
)}
{
isHandle
===
true
&&
!!
data
.
taskFormKey
&&
(
<
/Fragment
>
))
:
''
}
{
isHandle
===
true
&&
!!
data
.
taskFormKey
?
(
<>
<>
{
isShowTitle
?
(
{
isShowTitle
?
(
<
h3
<
h3
...
@@ -772,8 +702,6 @@ export default class GetDetail extends Component {
...
@@ -772,8 +702,6 @@ export default class GetDetail extends Component {
''
''
)}
)}
<
/
>
<
/
>
)
:
(
''
)}
)}
<
/div
>
<
/div
>
<
/Card
>
<
/Card
>
...
...
one_stop_public/DetailForAudit/HistoryFormList.js
0 → 100644
浏览文件 @
43e8a9f2
/**
* 钟是志
* 拆分流程详情页面
* 解决禅道bug 26569 审核详情中信息显示重复了
* 2022年5月21日
* 配置方法 在模板挂载前运行公式中返回
* window.zdyTableTemplateWillMountProps.detailCollapseProps = {
defaultActiveKey: ['24a3dfc0-1829-4b0c-a7cc-a74baf20c89e'],
* };
* */
import
React
,
{
useRef
,
useState
,
useEffect
,
Fragment
}
from
'react'
;
import
SVG
from
'@/webPublic/one_stop_public/DetailForAudit/components/SVG'
;
import
{
Form
,
Spin
,
Collapse
,
Icon
}
from
'antd'
;
import
styles
from
'./styles.less'
;
import
ZdyTable
from
'@/webPublic/one_stop_public/Table'
;
const
{
Panel
}
=
Collapse
;
const
customPanelStyle
=
{
background
:
'#fff'
,
borderRadius
:
4
,
marginBottom
:
24
,
border
:
0
,
overflow
:
'hidden'
,
};
export
default
function
HistoryFormList
({
// isShowTitle = false,
formKeys
=
[],
data
=
{},
routerState
=
{},
formData
,
})
{
if
(
!
formKeys
||
!
formKeys
.
length
)
{
return
null
;
}
const
detailCollapseProps
=
window
.
zdyTableTemplateWillMountProps
?.
detailCollapseProps
||
{};
return
(
<
Collapse
bordered
=
{
false
}
defaultActiveKey
=
{
formKeys
.
map
((
g
)
=>
g
.
formKey
)}
expandIcon
=
{({
isActive
})
=>
<
Icon
type
=
'caret-right'
rotate
=
{
isActive
?
90
:
0
}
/>
}
style
=
{
customPanelStyle
}
{...
detailCollapseProps
}
>
{
Array
.
isArray
(
formKeys
)
&&
formKeys
.
length
>
0
&&
formKeys
.
map
((
item
,
index
)
=>
{
return
(
<
Panel
header
=
{
<
h3
className
=
{
styles
.
h3
}
>
<
SVG
name
=
'vertical'
color
=
'#999999'
height
=
'24'
/>
{
item
?.
taskName
??
'历史流程表单'
}
<
/h3>} key={item.formKey}
>
{
!
data
?
(
<
div
className
=
{
styles
.
div1
}
>
<
Spin
size
=
'large'
spinning
=
{
true
}
/
>
<
/div
>
)
:
(
<
OldFromZdy
key
=
{
item
.
formKey
}
get
=
'web'
taskId
=
{
data
.
taskId
}
postData
=
{
data
}
// obj={data && data.isMultiple ? item.taskForm : hisTaskFormKeys.formData}
obj
=
{
data
&&
data
.
isMultiple
?
item
.
taskForm
:
formData
}
formKey
=
{
item
.
formKey
}
routerState
=
{
routerState
}
/
>
)}
<
/Panel
>
);
})
}
<
/Collapse
>
);
}
/**
* @function 历史表单展示
* @description: 历史表单二次封装,独立form主要防止新表单进行输入时会同步刷新历史表单问题
* @param {string} key 模板key值
* @param { any } postData 参数
* @param { any } obj 默认值
* @param { any } form form控件
* @param { any } routerState 路由参数
* @return: 渲染组件
*/
const
OldFromZdy
=
Form
.
create
()(
function
name
({
key
,
postData
,
obj
,
taskId
,
form
,
formKey
,
routerState
,
})
{
return
(
<
ZdyTable
key
=
{
key
}
get
=
'web'
postData
=
{
postData
}
taskId
=
{
taskId
}
obj
=
{
obj
}
form
=
{
form
}
formKey
=
{
formKey
}
routerState
=
{
routerState
}
/
>
);
});
one_stop_public/DetailForAudit/styles.less
浏览文件 @
43e8a9f2
...
@@ -190,3 +190,17 @@
...
@@ -190,3 +190,17 @@
margin-bottom: 24px;
margin-bottom: 24px;
min-height: 50px;
min-height: 50px;
}
}
.HistoryFormList{
.h3{
display: flex;
align-items: center;
font-weight: bold;
}
.div1{
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论