Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
d809f8f6
提交
d809f8f6
authored
5月 21, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
26606 门户-单位个人中心,专场招聘申请,生成签到二维码
上级
ffee5079
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
27 行增加
和
2 行删除
+27
-2
Detail.js
FormInsertDiy/AffairPage/Detail.js
+1
-1
giveSmartFormGlobalProps.js
one_stop_public/Table/giveSmartFormGlobalProps.js
+22
-0
prepareShow.js
one_stop_public/Table/prepareShow.js
+4
-1
没有找到文件。
FormInsertDiy/AffairPage/Detail.js
浏览文件 @
d809f8f6
import
React
,
{
Fragment
,
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PageHeaderWrapper
from
'@/components/PageHeaderWrapper'
;
import
Shell
from
'@/baseComponent/Shell'
;
import
ButtonDiy
from
'@/baseComponent/ButtonDiy'
;
...
...
one_stop_public/Table/giveSmartFormGlobalProps.js
0 → 100644
浏览文件 @
d809f8f6
export
function
giveSmartFormGlobalProps
({
fromStart
=
false
,
hasSingle
=
false
,
isHandle
=
false
,
onlyRead
=
false
,
// 是否此表单所有组件只读
taskCells
=
[],
data
=
{},
nextUsers
=
{},
//
calculateFlowData
=
[],
// 移动端使用 用于分块块 禅道 23933 移动端全表单后审核步骤的显示问题优化
})
{
window
.
smartFormGlobalProps
=
{
fromStart
,
hasSingle
,
isHandle
,
taskCells
,
data
,
nextUsers
,
calculateFlowData
,
onlyRead
,
};
return
true
;
}
one_stop_public/Table/prepareShow.js
浏览文件 @
d809f8f6
...
...
@@ -4,12 +4,15 @@ import { uaaRequest } from '@/webPublic/one_stop_public/utils/request';
import
{
deepCopy
}
from
'@/webPublic/one_stop_public/utils/myutils'
;
import
{
getMessage
,
getModal
}
from
'@/webPublic/one_stop_public/utils/utils'
;
import
moment
from
'moment'
;
import
{
giveSmartFormGlobalProps
}
from
'@/webPublic/one_stop_public/Table/giveSmartFormGlobalProps'
;
const
Modal
=
getModal
();
const
message
=
getMessage
();
export
default
function
prepareShow
(
postData
=
{},
content
=
''
)
{
// 模板挂载前执行的公式
giveSmartFormGlobalProps
({
data
:
postData
||
content
,
});
let
agg
=
deepCopy
(
postData
);
window
.
beforeApplySubmit
=
undefined
;
// 流程发起时执行的异步回调函数 这里清空 防止泄露
window
.
beforeAuditSubmit
=
undefined
;
// 流程审批时执行的异步回调函数 这里清空 防止泄露
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论