Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
7b1b4c3b
提交
7b1b4c3b
authored
5月 27, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
组件优化
上级
14f52974
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
23 行增加
和
16 行删除
+23
-16
UploadCom.js
one_stop_public/libs/UploadCom.js
+2
-1
index.jsx
one_stop_public/tableCompon/index.jsx
+21
-15
没有找到文件。
one_stop_public/libs/UploadCom.js
浏览文件 @
7b1b4c3b
...
...
@@ -26,7 +26,7 @@ export function checkIsImage(path) {
}
export
default
function
index
(
props
)
{
if
(
window
.
location
.
href
.
indexOf
(
'jy/geren/subsidy'
)
>
-
1
)
{
if
(
window
.
specialImportantSystemConfig
.
schoolName
===
'黔南民族职业技术学院'
&&
window
.
location
.
href
.
indexOf
(
'jy/geren/subsidy'
)
>
-
1
)
{
return
<
UploadComDiyForQnZy
{...
props
}
/>
;
}
else
{
return
<
UploadCom
{...
props
}
/>
;
...
...
@@ -56,6 +56,7 @@ class UploadCom extends React.Component {
previewImage
:
''
,
};
this
.
otherProps
=
{};
console
.
log
(
props
.
json
);
if
(
props
.
json
?.
otherProps
)
{
this
.
otherProps
=
props
.
json
?.
otherProps
;
try
{
...
...
one_stop_public/tableCompon/index.jsx
浏览文件 @
7b1b4c3b
...
...
@@ -1958,7 +1958,7 @@ export default class tableCom extends Component {
var
initValue
;
const
objinit
=
{
...
init
,
...
obj
};
if
(
objinit
!=
null
&&
Object
.
keys
(
objinit
).
length
>
0
)
{
if
(
objinit
!=
=
null
&&
Object
.
keys
(
objinit
).
length
>
0
)
{
if
(
this
.
props
.
fatherCode
!=
null
)
{
initValue
=
objinit
[
this
.
props
.
index
]
!=
null
...
...
@@ -1976,19 +1976,16 @@ export default class tableCom extends Component {
}
}
}
// console.log(initValue, 'initValue');
// console.table({
// objinit,
// fatherCode: this.props.fatherCode,
// json,
// index: this.props.index,
// bindObj,
// dataColumn,
// });
// if(initValue === null || initValue === undefined){
// initValue = '';
// }
// if(json.comName === "Cascader" && this.props.uuid === 'id_32691685234912400529714267d34dc585a2'){
// console.log({
// objinit,
// fatherCode: this.props.fatherCode,
// index: this.props.fatherCode,
// bindObj,
// dataColumn,
//
// });
// }
if
(
!
isEdit
)
{
if
(
this
.
props
.
fatherCode
)
{
...
...
@@ -2991,6 +2988,14 @@ ${obj[dataColumn.base52]}
(
option
)
=>
option
?.
label
?.
toLowerCase
()?.
indexOf
(
inputValue
.
toLowerCase
())
>
-
1
,
);
};
// if(this.props.uuid === 'id_32691685234912400529714267d34dc585a2'){
// console.log(initValue,
// dataColumn.base52,
// // options,
// // otherProps,
// );
// console.log(this.props.form.getFieldsValue())
// }
cm
=
getFieldDecorator
(
dataColumn
.
base52
,
{
initialValue
:
initValue
,
rules
:
...
...
@@ -3006,6 +3011,7 @@ ${obj[dataColumn.base52]}
<
Cascader
// 这里的options 获取方式存在bug 公式会重复调用
options=
{
options
}
allowClear
data
-
cell
-
uuid
-
cascader=
{
this
.
props
.
uuid
}
showSearch=
{
{
filter
:
filterF
}
}
disabled=
{
disabled
}
getPopupContainer=
{
...
...
@@ -3276,7 +3282,7 @@ ${obj[dataColumn.base52]}
if
(
initValue
!=
null
&&
!
isEmpty
(
initValue
.
files
))
{
filesPictureSignature
=
initValue
.
files
;
}
console
.
log
(
filesPictureSignature
);
console
.
log
(
'签章组件'
,
json
,
filesPictureSignature
);
cm
=
getFieldDecorator
(
dataColumn
.
base52
,
{
initialValue
:
{
files
:
filesPictureSignature
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论