Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
shuniu-admin-react
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
superman
shuniu-admin-react
Commits
d440ae79
Commit
d440ae79
authored
Jul 29, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报单审核详情页面 增加显示开户行与打款时间
parent
aa7cc8cb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
9 deletions
+19
-9
index.js
dist/index.js
+7
-7
ElementForm.jsx
src/components/ProductForm/ElementForm.jsx
+2
-2
PassItem.jsx
src/containers/Remittance/PassItem.jsx
+10
-0
No files found.
dist/index.js
View file @
d440ae79
This diff is collapsed.
Click to expand it.
src/components/ProductForm/ElementForm.jsx
View file @
d440ae79
...
...
@@ -115,10 +115,10 @@ export default class ElementForm extends Component {
<
Row
style=
{
{
padding
:
'0 20px'
}
}
>
<
Col
span=
"24"
>
{
isEdit
?
isEdit
?
//或者自定义其他要素
<
div
>
<
Form
.
Item
>
<
h3
>
可以设置以下要素
,或者自定义其他要素
</
h3
>
<
h3
>
可以设置以下要素
</
h3
>
<
p
>
总规模、投资亮点、托管方、结算方式、资金用途、融资方、担保主体、风控措施、还款来源、发行方、认购起点、大小额配比
</
p
>
</
Form
.
Item
>
<
Form
.
Item
>
...
...
src/containers/Remittance/PassItem.jsx
View file @
d440ae79
...
...
@@ -197,6 +197,16 @@ export default class PassItem extends Component {
{
audit
.
identityCardNumber
||
NULL
}
</
Form
.
Item
>
}
<
Form
.
Item
label=
"开户行"
{
...
leftRightFormItemLayout
}
>
{
audit
.
bankBranch
||
NULL
}
</
Form
.
Item
>
<
Form
.
Item
label=
"打款时间"
{
...
leftRightFormItemLayout
}
>
{
audit
.
remittanceTime
&&
formatDateTime
(
audit
.
remittanceTime
)
||
'错误的时间'
}
</
Form
.
Item
>
{
isEdit
&&
<
Form
.
Item
label=
"拒绝理由"
{
...
leftRightFormItemLayout
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment