Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dzt-mobx
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
fukai
dzt-mobx
Commits
a29cfb8f
Commit
a29cfb8f
authored
Jan 04, 2019
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改结售汇
parent
0d6ca9ac
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
Fetfxq.js
src/views/Business/FET/Fetopn/Fetfxq.js
+3
-3
index.js
src/views/Business/FET/Fetopn/index.js
+2
-1
index.js
src/views/Business/FET/index.js
+2
-2
No files found.
src/views/Business/FET/Fetfxq.js
→
src/views/Business/FET/Fet
opn/Fet
fxq.js
View file @
a29cfb8f
import
React
,
{
Component
,
Fragment
}
from
'react'
import
React
,
{
Component
,
Fragment
}
from
'react'
import
{
Form
,
Input
,
Select
,
Button
,
notification
}
from
'antd'
import
{
Form
,
Input
,
Select
,
Button
,
notification
}
from
'antd'
import
{
formItemLayout
,
formSubBtnLayout
}
from
'../../../config'
import
{
formItemLayout
,
formSubBtnLayout
}
from
'../../../
../
config'
import
fieldSet
from
'./descriptor/fetfxq'
import
fieldSet
from
'.
.
/descriptor/fetfxq'
import
Api
from
'../../../service/api'
import
Api
from
'../../../
../
service/api'
const
FormItem
=
Form
.
Item
const
FormItem
=
Form
.
Item
const
FromCreate
=
Form
.
create
;
const
FromCreate
=
Form
.
create
;
...
...
src/views/Business/FET/Fetopn/index.js
View file @
a29cfb8f
...
@@ -3,6 +3,7 @@ import {Form, Input, Select, Row, Col, Button, notification, DatePicker,Steps,Af
...
@@ -3,6 +3,7 @@ import {Form, Input, Select, Row, Col, Button, notification, DatePicker,Steps,Af
import
FetStore
from
'./FetStore'
import
FetStore
from
'./FetStore'
import
FetopnTab1
from
'./FetopnTab1'
import
FetopnTab1
from
'./FetopnTab1'
import
FetopnTab2
from
'./FetopnTab2'
import
FetopnTab2
from
'./FetopnTab2'
import
Fetfxq
from
'./Fetfxq'
import
{
observer
}
from
"mobx-react"
import
{
observer
}
from
"mobx-react"
...
@@ -15,7 +16,7 @@ export default class Fetopn extends Component{
...
@@ -15,7 +16,7 @@ export default class Fetopn extends Component{
renderChild
(
code
)
renderChild
(
code
)
{
{
if
(
code
==
'概况'
)
if
(
code
==
'概况'
)
return
<
Fet
opnTab2
store
=
{
store
}
/
>
return
<
Fet
fxq
store
=
{
store
}
/
>
if
(
code
==
'账务明细'
)
if
(
code
==
'账务明细'
)
return
<
FetopnTab2
store
=
{
store
}
/
>
return
<
FetopnTab2
store
=
{
store
}
/
>
}
}
...
...
src/views/Business/FET/index.js
View file @
a29cfb8f
...
@@ -2,7 +2,6 @@ import React,{Component} from 'react'
...
@@ -2,7 +2,6 @@ import React,{Component} from 'react'
import
{
Switch
,
Route
,
Redirect
}
from
'react-router-dom'
;
import
{
Switch
,
Route
,
Redirect
}
from
'react-router-dom'
;
import
Fetopn
from
'./Fetopn'
import
Fetopn
from
'./Fetopn'
import
Fetfxq
from
'./Fetfxq'
import
"./index.less"
import
"./index.less"
...
@@ -12,7 +11,7 @@ export default function moduleRouter(props){
...
@@ -12,7 +11,7 @@ export default function moduleRouter(props){
return
<
React
.
Fragment
>
return
<
React
.
Fragment
>
<
Switch
>
<
Switch
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
opn`
}
component
=
{
Fetopn
}
/
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
opn`
}
component
=
{
Fetopn
}
/
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
fxq`
}
component
=
{
Fetfxq
}
/
>
{
/*<Route exact path={`${moduleBasePath}fxq`} component={Fetfxq} />*/
}
<
/Switch
>
<
/Switch
>
<
/React.Fragment
>
<
/React.Fragment
>
}
}
\ No newline at end of file
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