Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
psbc_remit
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qianyuheng
psbc_remit
Commits
ab1849ca
Commit
ab1849ca
authored
Jul 31, 2020
by
YuMengShuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改Jieshouhui交易
parent
518e6749
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
Jieshouhui.js
src/views/Business/Pcysel/views/Jieshouhui.js
+19
-10
No files found.
src/views/Business/Pcysel/views/Jieshouhui.js
View file @
ab1849ca
import
React
,
{
Component
,
Fragment
}
from
'react'
import
{
Page
,
Validator
,
Notification
,
FormItem
,
InputItem
,
Input
,
Bind
,
SelectItem
,
Button
,
Label
,
DatePickerItem
,
Section
,
ConfirmButton
,
Steps
,
CheckboxItem
,
TextAreaItem
Page
,
Validator
,
Notification
,
FormItem
,
InputItem
,
Input
,
Bind
,
SelectItem
,
Button
,
Label
,
DatePickerItem
,
Section
,
ConfirmButton
,
Steps
,
CheckboxItem
,
TextAreaItem
}
from
'@/components/Common-Library'
import
Api
from
'@/service/api'
import
CodeTableFactory
from
'@/components/CodeTable'
...
...
@@ -57,10 +56,16 @@ export default class JieshouhuiScreen extends Page {
render
:
(
val
,
row
,
index
)
=>
{
return
(
<
div
>
<
a
onClick
=
{()
=>
{
this
.
com
.
link
(
'fcyame'
,
val
,
row
,
index
)}}
>
修改
<
/a
>
<
Divider
type
=
"vertical"
/>
<
Button
style
=
{{
float
:
'left'
}}
onClick
=
{()
=>
{
this
.
com
.
link
(
'fcyame'
,
val
,
row
,
index
)}}
>
修改
<
/Button
>
{
/* <a onClick={()=>{this.link('fcydel',row.inr)}}>删除</a> */
}
<
a
onClick
=
{()
=>
{
this
.
com
.
onDelete
(
val
,
row
,
index
)}}
>
删除
<
/a>
{
/* <a onClick={()=>{this.com.onDelete(val, row, index)}}>删除</a> */
}
<
ConfirmButton
onOK
=
{
this
.
com
.
onDelete
.
bind
(
this
,
val
,
row
,
index
)}
message
=
"确定删除?"
>
<
Label
itext
=
"删除"
/>
<
/ConfirmButton
>
<
/div
>
)
...
...
@@ -79,11 +84,15 @@ export default class JieshouhuiScreen extends Page {
render
:
(
val
,
row
,
index
)
=>
{
return
(
<
div
>
{
/* <a onClick={()=>{this.link('lcyame',row.inr)}}>修改</a> */
}
<
a
onClick
=
{()
=>
{
this
.
com
.
link
(
'lcyame'
,
val
,
row
,
index
)}}
>
修改
<
/a
>
<
Divider
type
=
"vertical"
/>
{
/* <a onClick={()=>{this.link('lcydel',row.inr)}}>删除</a> */
}
<
a
onClick
=
{()
=>
{
this
.
com
.
link
(
'lcydel'
,
val
,
row
,
index
)}}
>
删除
<
/a>
<
Button
style
=
{{
float
:
'left'
}}
onClick
=
{()
=>
{
this
.
com
.
link
(
'lcyame'
,
val
,
row
,
index
)}}
>
修改
<
/Button
>
{
/* <a onClick={()=>{this.link('fcydel',row.inr)}}>删除</a> */
}
{
/* <a onClick={()=>{this.com.onDelete(val, row, index)}}>删除</a> */
}
<
ConfirmButton
onOK
=
{
this
.
com
.
onDelete
.
bind
(
this
,
val
,
row
,
index
)}
message
=
"确定删除?"
>
<
Label
itext
=
"删除"
/>
<
/ConfirmButton
>
<
/div
>
)
}
...
...
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