Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
manager-app-sz
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
ReactNative
manager-app-sz
Commits
803c89e5
提交
803c89e5
authored
11月 18, 2017
作者:
吴强
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
权利人信息栏,搜索的检索关键字是当事人编号
上级
842ada46
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
11 行删除
+11
-11
dsrinfo.js
src/models/dangshireninfo/dsrinfo.js
+2
-2
DSRInfoScreeen.js
src/routes/main/dangshireninfo/DSRInfoScreeen.js
+9
-9
没有找到文件。
src/models/dangshireninfo/dsrinfo.js
浏览文件 @
803c89e5
...
...
@@ -45,7 +45,7 @@ export default {
}));
},
*
getDSRList
({
payload
},
{
take
,
put
,
call
,
select
})
{
const
{
clear
,
p
Name
}
=
payload
;
const
{
clear
,
p
DangShiRenBianHao
}
=
payload
;
// console.info(payload);
if
(
clear
===
'clear'
)
{
yield
put
({
type
:
'clearList'
,
payload
:
{}
});
...
...
@@ -57,7 +57,7 @@ export default {
containerName
:
'query-DSRInfo'
,
datasourceName
:
'QueryDSRInfoTable'
,
};
const
result
=
yield
call
(
getData
,
coordinate
,
{
pst
:
size
,
psz
:
10
,
params
:
{
p
Name
}
});
const
result
=
yield
call
(
getData
,
coordinate
,
{
pst
:
size
,
psz
:
10
,
params
:
{
p
DangShiRenBianHao
}
});
// console.info('查询的结果');
// console.info(result);
const
meta
=
yield
call
(
getMeta
,
coordinate
);
...
...
src/routes/main/dangshireninfo/DSRInfoScreeen.js
浏览文件 @
803c89e5
...
...
@@ -10,10 +10,10 @@ import SearchComponent from '../../../components/searchComponent';
class
DSRInfoScreeen
extends
Component
{
componentDidMount
()
{
const
{
dispatch
}
=
this
.
props
;
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
''
,
p
Name
:
this
.
props
.
DSRInfo
.
searchValue
}));
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
''
,
p
DangShiRenBianHao
:
this
.
props
.
DSRInfo
.
searchValue
}));
}
onSearchSubmit
=
(
p
Name
)
=>
{
this
.
props
.
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
'clear'
,
p
Name
}));
onSearchSubmit
=
(
p
DangShiRenBianHao
)
=>
{
this
.
props
.
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
'clear'
,
p
DangShiRenBianHao
}));
};
onSearchChange
=
(
pName
)
=>
{
this
.
props
.
dispatch
(
createAction
(
'DSRInfo/setSearchValue'
)(
pName
));
...
...
@@ -23,7 +23,7 @@ class DSRInfoScreeen extends Component {
// 以下是制造新数据
if
(
!
this
.
props
.
loading
)
{
// console.info('执行了上啦加载');
this
.
props
.
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
''
,
p
Name
:
this
.
props
.
DSRInfo
.
searchValue
}));
this
.
props
.
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
''
,
p
DangShiRenBianHao
:
this
.
props
.
DSRInfo
.
searchValue
}));
}
};
onPressItem
=
(
id
)
=>
{
...
...
@@ -47,7 +47,7 @@ class DSRInfoScreeen extends Component {
renderFooter
=
()
=>
(
<
WingBlank
size
=
"lg"
>
<
WhiteSpace
size
=
"lg"
/>
<
Text
>
到底了!!!
<
/Text
>
<
Text
style
=
{{
textAlign
:
'center'
,
justifyContent
:
'center'
}}
>
到底了!!!
<
/Text
>
<
WhiteSpace
size
=
"lg"
/>
<
/WingBlank
>
);
...
...
@@ -55,14 +55,14 @@ class DSRInfoScreeen extends Component {
renderEmptyView
=
()
=>
(
<
WingBlank
size
=
"lg"
>
<
WhiteSpace
size
=
"lg"
/>
<
Text
>
当前无内容
<
/Text
>
<
Text
style
=
{{
textAlign
:
'center'
,
justifyContent
:
'center'
}}
>
当前无内容
<
/Text
>
<
WhiteSpace
size
=
"lg"
/>
<
/WingBlank
>
);
// 下拉刷新
renderRefresh
=
()
=>
{
if
(
!
this
.
props
.
loading
)
{
this
.
props
.
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
'clear'
,
p
Name
:
this
.
props
.
DSRInfo
.
searchValue
}));
this
.
props
.
dispatch
(
createAction
(
'DSRInfo/getDSRList'
)({
clear
:
'clear'
,
p
DangShiRenBianHao
:
this
.
props
.
DSRInfo
.
searchValue
}));
}
};
/**
...
...
@@ -76,7 +76,7 @@ class DSRInfoScreeen extends Component {
renderItem
=
({
item
})
=>
{
return
(
<
FlatListItem
height
=
{
20
0
}
height
=
{
15
0
}
title
=
{
item
.
dangShiRenXingMing
}
meta
=
{
this
.
props
.
DSRInfo
.
metas
}
item
=
{
item
}
...
...
@@ -87,7 +87,7 @@ class DSRInfoScreeen extends Component {
render
()
{
return
(
<
View
>
<
View
style
=
{{
marginBottom
:
50
}}
>
<
SearchComponent
onSearchSubmit
=
{
this
.
onSearchSubmit
}
onSearchChange
=
{
this
.
onSearchChange
}
/
>
<
FlatList
data
=
{
this
.
props
.
DSRInfo
.
sourceData
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论