Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
9704f1c4
提交
9704f1c4
authored
9月 30, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
29943 北电]违纪-违纪上报辅导员,驳回修改的处分不生效
上级
72f93674
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
32 行增加
和
22 行删除
+32
-22
splitDetailSplit.js
one_stop_public/DetailForAudit/splitDetailSplit.js
+31
-21
ChildForm.jsx
one_stop_public/libs/ChildForm.jsx
+1
-1
没有找到文件。
one_stop_public/DetailForAudit/splitDetailSplit.js
浏览文件 @
9704f1c4
...
...
@@ -6,6 +6,7 @@ import { callbackSubmitData } from '@/webPublic/one_stop_public/models/callbackE
import
{
getModal
}
from
'@/webPublic/one_stop_public/utils/utils'
;
import
{
isJSON
}
from
'@/webPublic/one_stop_public/copy'
;
import
beforeAuditSubmit
from
'@/webPublic/one_stop_public/utils/beforeAuditSubmit'
;
import
beforeApplySubmit
from
'@/webPublic/one_stop_public/utils/beforeApplySubmit'
;
const
Modal
=
getModal
();
...
...
@@ -75,6 +76,7 @@ const submitValues = ({
preHandle
(
values
);
// 引入 import {preHandle} from '@/webPublic/one_stop_public/utils/myutils.js'
// console.log(JSON.stringify(values));
// return ;
let
payload
=
{
taskIds
:
[
taskId
],
// 接口里面的taskId 任务Id
// taskIds: [this.state.taskId], // 接口里面的taskId 任务Id
...
...
@@ -101,27 +103,8 @@ const submitValues = ({
};
payload
=
callbackSubmitData
(
payload
);
/**
* 29943 北电]违纪-违纪上报辅导员,驳回修改的处分不生效
*
* */
const
taskInfo
=
that
.
state
?.
data
?.
taskInfo
;
if
(
Array
.
isArray
(
taskInfo
)
&&
taskInfo
.
length
>=
2
&&
taskInfo
[
0
].
taskDefKey
&&
taskInfo
[
0
].
taskDefKey
===
taskInfo
[
taskInfo
.
length
-
1
].
taskDefKey
){
console
.
log
(
'驳回到发起人了,并且发起人重新提交了'
);
console
.
log
(
payload
);
// return;
}
/**
* 29943 北电]违纪-违纪上报辅导员,驳回修改的处分不生效
*
* */
beforeAuditSubmit
(
payload
).
then
((
resParams
)
=>
{
const
beforeAuditSubmitFunc
=
(
valuesPayload
=
{})
=>
{
// 提交数据到审批接口
beforeAuditSubmit
(
valuesPayload
).
then
((
resParams
)
=>
{
if
(
!
resParams
)
{
that
.
setState
({
isSumbitLoading
:
false
,
...
...
@@ -158,6 +141,33 @@ const submitValues = ({
});
}
});
};
/**
* 29943 北电]违纪-违纪上报辅导员,驳回修改的处分不生效
* */
const
taskInfo
=
that
.
state
?.
data
?.
taskInfo
;
if
(
Array
.
isArray
(
taskInfo
)
&&
taskInfo
.
length
>=
2
&&
taskInfo
[
0
].
taskDefKey
&&
taskInfo
[
0
].
taskDefKey
===
taskInfo
[
taskInfo
.
length
-
1
].
taskDefKey
)
{
console
.
log
(
'驳回到发起人了,并且发起人重新提交了 则执行这个发起回调'
);
beforeApplySubmit
({
appId
:
window
.
smartFormGlobalProps
.
data
.
appId
,
content
:
payload
.
taskForm
,
}).
then
((
res
)
=>
{
if
(
res
&&
res
.
content
&&
isJSON
(
res
.
content
))
{
payload
.
taskForm
=
res
.
content
;
}
beforeAuditSubmitFunc
(
payload
);
// 提交数据到审批接口
});
}
else
{
beforeAuditSubmitFunc
(
payload
);
// 提交数据到审批接口
}
/**
* 29943 北电]违纪-违纪上报辅导员,驳回修改的处分不生效
* */
},
);
};
...
...
one_stop_public/libs/ChildForm.jsx
浏览文件 @
9704f1c4
...
...
@@ -134,7 +134,7 @@ export default class ChildForm extends React.Component {
const
rights
=
this
.
props
.
rights
;
const
{
disabled
}
=
json
;
const
isEdit
=
!
disabled
&&
isEditProps
;
// 29128 北电]资助-新生入学资助管理-批次设置,2张图2问题不要详情改编辑只能修改是否启用
console
.
log
(
objs
);
//
console.log(objs);
if
(
datas
==
null
)
{
return
<
div
>
还没有配置子表单key
</
div
>;
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论