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
0da2ddab
Commit
0da2ddab
authored
Jul 28, 2020
by
qiuxia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改infgid
parent
d946b92c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
17 deletions
+8
-17
Selp.js
src/views/Business/Infgid/views/Selp.js
+8
-3
index.js
src/views/Business/Infgid/views/index.js
+0
-14
No files found.
src/views/Business/Infgid/views/Selp.js
View file @
0da2ddab
...
@@ -209,13 +209,16 @@ export default class InfgidScreen extends Page
...
@@ -209,13 +209,16 @@ export default class InfgidScreen extends Page
<
/Col
>
<
/Col
>
<
Col
span
=
{
12
}
>
<
Col
span
=
{
12
}
>
<
Row
className
=
"row"
>
<
Row
className
=
"row"
>
<
Col
span
=
{
19
}
offset
=
{
2
}
>
<
Col
span
=
{
5
}
offset
=
{
2
}
>
<
Label
itext
=
"display stream"
trn
=
"infgid"
/>
<
/Col
>
<
Col
span
=
{
14
}
>
<
InputItem
InputProps
=
{
bind
(
"infbut_dspstm"
)}
desp
=
"display stream"
path
=
"/infbut/dspstm"
/>
<
InputItem
InputProps
=
{
bind
(
"infbut_dspstm"
)}
desp
=
"display stream"
path
=
"/infbut/dspstm"
/>
<
/Col
>
<
/Col
>
<
/Row
>
<
/Row
>
<
/Col
>
<
/Col
>
<
/Row>
<
/Row>
<
Button
type
=
"primary"
onClick
=
{
this
.
onInfbut_searow
}
desp
=
"Search"
path
=
"/infbut/searow"
>
{
/*
<Button type="primary" onClick={this.onInfbut_searow} desp="Search" path="/infbut/searow">
<Label itext="&Search"/>
<Label itext="&Search"/>
</Button>
</Button>
<Button type="primary" onClick={this.onInfbut_dsp} desp="Display" path="/infbut/dsp">
<Button type="primary" onClick={this.onInfbut_dsp} desp="Display" path="/infbut/dsp">
...
@@ -229,7 +232,9 @@ export default class InfgidScreen extends Page
...
@@ -229,7 +232,9 @@ export default class InfgidScreen extends Page
</Button>
</Button>
<Button type="primary" onClick={this.onInfbut_exi} desp="Exit" path="/infbut/exi">
<Button type="primary" onClick={this.onInfbut_exi} desp="Exit" path="/infbut/exi">
<Label itext="E&xit"/>
<Label itext="E&xit"/>
<
/Button
>
</Button> */
}
{
/* 底部按钮 */
}
<
BottomBtn
_this
=
{
this
}
/>
<
/div
>
<
/div
>
)
)
}
}
...
...
src/views/Business/Infgid/views/index.js
View file @
0da2ddab
...
@@ -8,9 +8,6 @@ import CodeTableFactory from '@/components/CodeTable'
...
@@ -8,9 +8,6 @@ import CodeTableFactory from '@/components/CodeTable'
import
"./index.less"
import
"./index.less"
import
{
inject
,
observer
}
from
'mobx-react'
import
{
inject
,
observer
}
from
'mobx-react'
import
{
Card
}
from
'antd'
import
{
Card
}
from
'antd'
import
Ovwp
from
'./Ovwp'
import
Detp
from
'./Detp'
import
Tkp
from
'./Tkp'
import
Selp
from
'./Selp'
import
Selp
from
'./Selp'
import
{
action
,
observable
,
runInAction
}
from
'mobx'
import
{
action
,
observable
,
runInAction
}
from
'mobx'
...
@@ -95,17 +92,6 @@ export default class InfgidScreen extends Page
...
@@ -95,17 +92,6 @@ export default class InfgidScreen extends Page
<
StepItem
title
=
"查询"
>
<
StepItem
title
=
"查询"
>
<
Selp
model
=
{
this
.
model
}
extra
=
{
this
.
extra
}
flag
=
{
this
.
state
.
flag
}
/
>
<
Selp
model
=
{
this
.
model
}
extra
=
{
this
.
extra
}
flag
=
{
this
.
state
.
flag
}
/
>
<
/StepItem
>
<
/StepItem
>
{
/*<StepItem title="明细">
<Ovwp model={this.model} extra={this.extra} flag={this.state.flag} />
</StepItem>
<StepItem title="附加">
<Detp model={this.model} extra={this.extra} />
</StepItem>
<StepItem title="条款">
<Tkp model={this.model} extra={this.extra} />
</StepItem>*/
}
<
/Steps
>
<
/Steps
>
<
/Card
>
<
/Card
>
)
)
...
...
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