Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
c37de69f
Commit
c37de69f
authored
Nov 09, 2020
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into test
parents
c3178554
4ec27509
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.tsx
src/pages/transaction/enquiryOffer/components/index.tsx
+2
-2
index.tsx
...ges/transaction/enquiryOffer/enquiryOfferSearch/index.tsx
+2
-2
index.tsx
src/pages/transaction/enquiryOffer/toAddSubmit/index.tsx
+1
-1
No files found.
src/pages/transaction/enquiryOffer/components/index.tsx
View file @
c37de69f
...
...
@@ -114,7 +114,7 @@ const List: React.FC<listParams> = (props) => {
dataIndex
:
'quotationNo'
,
align
:
'center'
,
render
:
(
text
:
any
,
records
:
any
)
=>
<
EyePreview
type=
"button"
handleClick=
{
()
=>
{
handleToDetail
(
2
,
records
.
id
)
handleToDetail
(
1
,
records
.
id
)
}
}
>
{
text
}
</
EyePreview
>
},
{
...
...
@@ -123,7 +123,7 @@ const List: React.FC<listParams> = (props) => {
dataIndex
:
'requisitionFormNo'
,
align
:
'center'
,
render
:
(
text
:
any
,
records
:
any
)
=>
<
EyePreview
type=
"button"
handleClick=
{
()
=>
{
handleToDetail
(
1
,
records
.
requisitionId
)
//需求单id
handleToDetail
(
2
,
records
.
requisitionId
)
//需求单id
}
}
>
{
text
}
</
EyePreview
>
},
{
...
...
src/pages/transaction/enquiryOffer/enquiryOfferSearch/index.tsx
View file @
c37de69f
...
...
@@ -90,7 +90,7 @@ const List:React.FC<{listParams}> = (props) => {
dataIndex
:
'quotationNo'
,
align
:
'center'
,
render
:
(
text
:
any
,
records
:
any
)
=>
<
EyePreview
type=
"button"
handleClick=
{
()
=>
{
handleToDetail
(
2
,
records
.
id
)
handleToDetail
(
1
,
records
.
id
)
}
}
>
{
text
}
</
EyePreview
>
},
{
...
...
@@ -99,7 +99,7 @@ const List:React.FC<{listParams}> = (props) => {
dataIndex
:
'requisitionFormNo'
,
align
:
'center'
,
render
:
(
text
:
any
,
records
:
any
)
=>
<
EyePreview
type=
"button"
handleClick=
{
()
=>
{
handleToDetail
(
1
,
records
.
requisitionId
)
//需求单id
handleToDetail
(
2
,
records
.
requisitionId
)
//需求单id
}
}
>
{
text
}
</
EyePreview
>
},
{
...
...
src/pages/transaction/enquiryOffer/toAddSubmit/index.tsx
View file @
c37de69f
...
...
@@ -71,7 +71,7 @@ const List:React.FC<{}> = () => {
key
:
'requisitionFormNo'
,
dataIndex
:
'requisitionFormNo'
,
align
:
'center'
,
render
:(
text
:
any
,
record
:
any
)
=>
<
EyePreview
type=
"button"
url=
{
`/memberCenter/tranactionAbility/enquiryOffer/toAddSubmitList/demand/preview?id=${record.
i
d}`
}
>
{
text
}
</
EyePreview
>
render
:(
text
:
any
,
record
:
any
)
=>
<
EyePreview
type=
"button"
url=
{
`/memberCenter/tranactionAbility/enquiryOffer/toAddSubmitList/demand/preview?id=${record.
requisitionI
d}`
}
>
{
text
}
</
EyePreview
>
},
{
title
:
'报价单摘要'
,
...
...
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