Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
eb9e7052
提交
eb9e7052
authored
5月 28, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
27195 门户---单位个人中心,,专场招聘和线下招聘提交后,页面空白需刷新
上级
68e575f3
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
104 行增加
和
30 行删除
+104
-30
index.jsx
one_stop_public/ForZydApply/SponsorForm/index.jsx
+6
-5
index.js
one_stop_public/ForZydApply/index.js
+6
-0
RangePickerDiy.js
one_stop_public/tableCompon/Split_Index/RangePickerDiy.js
+82
-0
index.jsx
one_stop_public/tableCompon/index.jsx
+7
-25
utils.js
zyd_public/utils/utils.js
+3
-0
没有找到文件。
one_stop_public/ForZydApply/SponsorForm/index.jsx
浏览文件 @
eb9e7052
...
...
@@ -18,6 +18,7 @@ import { isJSON } from '@/webPublic/one_stop_public/tableCompon/Split_Index/stat
import
{
getModal
}
from
'@/webPublic/one_stop_public/utils/utils'
;
import
beforeApplySubmit
from
'@/webPublic/one_stop_public/utils/beforeApplySubmit'
;
import
{
uaaRequest
}
from
'@/webPublic/one_stop_public/utils/request'
;
import
{
deepCopy
}
from
'@/webPublic/zyd_public/utils/utils'
;
const
Modal
=
getModal
();
...
...
@@ -177,14 +178,14 @@ class SponsorForm extends Component {
openToast
(
'success'
,
'请选择紧急度'
);
return
;
}
preHandle
(
values
);
let
newValues
=
deepCopy
(
values
);
preHandle
(
newValues
);
//如果是从流程仿真进入
if
(
this
.
props
.
onSub
)
{
if
(
this
.
props
.
onSub
&&
false
)
{
dispatch
({
type
:
'affair/startProcessByService'
,
payload
:
{
content
:
JSON
.
stringify
(
v
alues
),
// 表单数据
content
:
JSON
.
stringify
(
newV
alues
),
// 表单数据
level
:
radioValue
,
// 流程紧急度 非必填 可以不传
appId
:
this
.
state
.
appId
,
// 这里应该由上级路由跳转传入 事务Id
id
:
!!
this
.
state
.
draftId
?
this
.
state
.
draftId
:
null
,
// 确认是否存在草稿表单Id存在即传入
...
...
@@ -200,7 +201,7 @@ class SponsorForm extends Component {
});
}
else
{
let
params
=
{
content
:
JSON
.
stringify
(
v
alues
),
// 表单数据
content
:
JSON
.
stringify
(
newV
alues
),
// 表单数据
level
:
radioValue
,
// 流程紧急度 非必填 可以不传
appId
:
this
.
state
.
appId
,
// 这里应该由上级路由跳转传入 事务Id
id
:
!!
this
.
state
.
draftId
?
this
.
state
.
draftId
:
null
,
// 确认是否存在草稿表单Id存在即传入
...
...
one_stop_public/ForZydApply/index.js
浏览文件 @
eb9e7052
...
...
@@ -12,6 +12,7 @@ import SponsorForm from './SponsorForm/index';
import
{
isJSON
}
from
'@/webPublic/one_stop_public/copy'
;
import
{
getUrlInfo
}
from
'@/webPublic/one_stop_public/DetailForAudit/utils'
;
import
{
setToken
}
from
'@/webPublic/one_stop_public/utils/token'
;
import
{
Button
}
from
'antd'
;
const
names
=
classNames
.
bind
(
require
(
'./style.less'
));
...
...
@@ -83,6 +84,10 @@ export default class IframeForApply extends React.Component {
});
};
testGoBack
=
()
=>
{
this
.
props
.
returnList
(
true
);
}
render
()
{
const
{
id
,
...
...
@@ -109,6 +114,7 @@ export default class IframeForApply extends React.Component {
{
modileHome
?.
affair
?.
name
?
modileHome
?.
affair
.
name
:
modileHome
?.
affair
?.
appName
}
<
/h1
>
)}
{
/*<Button onClick={this.testGoBack}>123</Button>*/
}
<
div
className
=
{
names
(
'content-container'
)}
>
<
div
style
=
{{
padding
:
'0 24px 24px'
}}
>
<
div
style
=
{{
minHeight
:
569
}}
>
...
...
one_stop_public/tableCompon/Split_Index/RangePickerDiy.js
0 → 100644
浏览文件 @
eb9e7052
import
moment
from
'moment'
;
import
{
DatePicker
}
from
'antd'
;
const
{
RangePicker
}
=
DatePicker
;
import
React
,
{
useEffect
,
useState
}
from
'react'
;
export
function
getMomentArr
({
begin
,
end
,
initValue
,
init
,
obj
,
}){
let
ivs
=
[];
if
(
initValue
!=
null
&&
init
!=
null
)
{
ivs
.
push
(
moment
(
parseInt
(
initValue
)));
if
(
init
&&
init
[
end
.
base52
])
{
ivs
.
push
(
moment
(
parseInt
(
init
[
end
.
base52
])));
}
else
if
(
obj
&&
obj
[
end
.
base52
])
{
ivs
.
push
(
moment
(
parseInt
(
obj
[
end
.
base52
])));
// 钟是志 2021年9月28日13:59:48
// 禅道bug http://scjoyedu.eicp.net:88/zentao/bug-view-21843.html
// 不知道怎么改 init 为空对象 暂时处理为从obj里面拿
}
else
{
ivs
.
push
(
moment
());
}
}
if
(
!
ivs
||
!
Array
.
isArray
(
ivs
)
||
ivs
.
length
!==
2
){
ivs
=
[
undefined
,
undefined
];
}
else
{
for
(
let
i
=
0
;
i
<
ivs
.
length
;
i
++
){
if
(
!
moment
.
isMoment
(
ivs
[
i
])){
ivs
[
i
]
=
moment
();
}
}
}
console
.
log
(
ivs
);
return
ivs
;
}
export
default
function
RangePickerDiy
(
props
){
const
{
onChange
,
value
,
json
,
disabled
,
}
=
props
;
const
[
bindValue
,
setBindValue
]
=
useState
([
undefined
,
undefined
]);
useEffect
(()
=>
{
if
(
!
value
||
!
Array
.
isArray
(
value
)
||
value
.
length
!==
2
){
console
.
log
(
'RangePickerDiy组件没有获取到正确的值'
,
value
);
setBindValue
([
undefined
,
undefined
]);
}
else
{
for
(
let
i
=
0
;
i
<
value
.
length
;
i
++
){
if
(
typeof
value
[
i
]
===
'number'
&&
value
[
i
]
>
10000
){
bindValue
[
i
]
=
moment
(
value
[
i
]);
}
else
if
(
!
moment
.
isMoment
(
value
[
i
])){
bindValue
[
i
]
=
undefined
;
console
.
log
(
'RangePickerDiy组件没有获取到正确的值'
,
value
);
}
else
{
bindValue
[
i
]
=
value
[
i
];
}
}
setBindValue
(
value
);
}
},
[
value
]);
return
(
<
RangePicker
value
=
{
bindValue
}
onChange
=
{
onChange
}
showTime
=
{
json
.
showTime
!=
null
?
json
.
showTime
:
true
}
format
=
{
json
.
format
?
json
.
format
:
'YYYY-MM-DD HH:mm:ss'
}
disabled
=
{
disabled
}
getCalendarContainer
=
{()
=>
{
return
document
.
body
;
}}
/
>
)
}
one_stop_public/tableCompon/index.jsx
浏览文件 @
eb9e7052
...
...
@@ -69,6 +69,7 @@ import PictureSignature, {
}
from
'@/webPublic/one_stop_public/libs/PictureSignature/PictureSignature'
;
import
WangEditor
from
'@/webPublic/zyd_public/WangEditor/OnstopWang'
;
import
{
noPrefixRequest
,
uaaRequest
}
from
'@/webPublic/one_stop_public/utils/request'
;
import
RangePickerDiy
,
{
getMomentArr
}
from
'@/webPublic/one_stop_public/tableCompon/Split_Index/RangePickerDiy'
;
const
{
MonthPicker
,
WeekPicker
}
=
DatePicker
;
/**
* 日期组件antd3.x有bug 详情见禅道 27152 毕业跟踪调查管理 毕业时间改为年级筛选
...
...
@@ -3132,29 +3133,13 @@ ${obj[dataColumn.base52]}
if
(
end
==
null
)
{
end
=
{
base52
:
this
.
props
.
uuid
+
'_2'
};
}
console
.
log
({
const
ivs
=
getMomentArr
({
begin
,
end
,
initValue
,
init
,
});
debugger
;
const
ivs
=
[];
if
(
initValue
!=
null
&&
init
!=
null
)
{
ivs
.
push
(
moment
(
parseInt
(
initValue
)));
if
(
init
&&
init
[
end
.
base52
])
{
ivs
.
push
(
moment
(
parseInt
(
init
[
end
.
base52
])));
}
else
if
(
obj
&&
obj
[
end
.
base52
])
{
ivs
.
push
(
moment
(
parseInt
(
obj
[
end
.
base52
])));
// 钟是志 2021年9月28日13:59:48
// 禅道bug http://scjoyedu.eicp.net:88/zentao/bug-view-21843.html
// 不知道怎么改 init 为空对象 暂时处理为从obj里面拿
}
else
{
ivs
.
push
(
moment
());
}
}
obj
,
})
if
(
!
isEdit
)
{
cm
=
(
...
...
@@ -3208,6 +3193,7 @@ ${obj[dataColumn.base52]}
break
;
}
// console.table('rangePicker', this.props?.form?.getFieldsValue()[begin.base52 + '$' + end.base52]);
cm
=
getFieldDecorator
(
begin
.
base52
+
'$'
+
end
.
base52
,
{
initialValue
:
ivs
,
rules
:
...
...
@@ -3220,13 +3206,9 @@ ${obj[dataColumn.base52]}
},
],
})(
<
RangePicker
showTime=
{
json
.
showTime
!=
null
?
json
.
showTime
:
true
}
format=
{
json
.
format
?
json
.
format
:
'YYYY-MM-DD HH:mm:ss'
}
<
RangePickerDiy
json=
{
json
}
disabled=
{
disabled
}
getCalendarContainer=
{
()
=>
{
return
document
.
body
;
}
}
/>,
);
}
...
...
zyd_public/utils/utils.js
浏览文件 @
eb9e7052
...
...
@@ -57,6 +57,9 @@ export function deepCopy(obj, parent = null) {
if
(
React
.
isValidElement
(
obj
))
{
return
React
.
cloneElement
(
obj
);
}
if
(
moment
.
isMoment
(
obj
)){
return
obj
.
clone
(
obj
);
}
if
([
'boolean'
,
'string'
,
'number'
].
indexOf
(
typeof
obj
)
>
-
1
||
!
obj
)
{
return
obj
;
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论