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
shenshaokai
jinfa-platform
Commits
98a388f6
Commit
98a388f6
authored
Apr 06, 2022
by
leimo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-220418-fixPurchaseBid' into 'v2-220418'
V2 220418 fix purchase bid See merge request linkseeks-design/pro-platform!135
parents
79cbb9a0
1ed63c32
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
index.tsx
...saction/purchaseAbility/components/modalOperate/index.tsx
+7
-7
index.tsx
.../transaction/purchaseAbility/onlineBid/readyBid/index.tsx
+1
-2
index.tsx
...ansaction/purchaseAbility/onlineBid/readySignUp/index.tsx
+1
-1
index.tsx
.../transaction/purchaseAbility/purchaseBid/detail/index.tsx
+1
-0
No files found.
src/pages/transaction/purchaseAbility/components/modalOperate/index.tsx
View file @
98a388f6
...
...
@@ -28,7 +28,8 @@ export interface IProps {
fetch
?:
()
=>
Promise
<
unknown
>
,
maxNumber
?:
number
,
createMemberId
?:
any
,
createMemberRoleId
?:
any
createMemberRoleId
?:
any
,
hideAuditCancel
?:
boolean
}
const
ModalOperate
:
React
.
FC
<
IProps
>
=
(
props
:
any
)
=>
{
...
...
@@ -43,7 +44,8 @@ const ModalOperate: React.FC<IProps> = (props: any) => {
fetch
,
maxNumber
,
createMemberId
,
createMemberRoleId
createMemberRoleId
,
hideAuditCancel
}
=
props
;
const
[
confirmLoading
,
setConfirmLoading
]
=
useState
<
boolean
>
(
false
);
...
...
@@ -101,12 +103,10 @@ const ModalOperate: React.FC<IProps> = (props: any) => {
const
modalNode
=
()
=>
{
switch
(
modalType
)
{
case
'audit'
:
let
_enum
=
[{
label
:
intl
.
formatMessage
({
id
:
'detail.purchase.message86'
}),
value
:
1
}]
!
hideAuditCancel
&&
_enum
.
push
({
label
:
intl
.
formatMessage
({
id
:
'detail.purchase.message87'
}),
value
:
0
})
return
<
Field
enum=
{
[
{
label
:
intl
.
formatMessage
({
id
:
'detail.purchase.message86'
}),
value
:
1
},
{
label
:
intl
.
formatMessage
({
id
:
'detail.purchase.message87'
}),
value
:
0
}
]
}
enum=
{
_enum
}
name=
'state'
required
x
-
component=
"Radio"
...
...
src/pages/transaction/purchaseAbility/onlineBid/readyBid/index.tsx
View file @
98a388f6
...
...
@@ -47,8 +47,7 @@ const ReadyBid = () => {
key
:
'createMemberName'
,
dataIndex
:
'createMemberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`${ENTERPRISE_CENTER_URL}/shop/${record.createMemberId}_${record.createMemberRoleId}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
type=
'button'
class
>
{
text
}
</
EyePreview
>
)
},
{
title
:
intl
.
formatMessage
({
id
:
'table.purchase.biddingStartTime'
}),
...
...
src/pages/transaction/purchaseAbility/onlineBid/readySignUp/index.tsx
View file @
98a388f6
...
...
@@ -46,7 +46,7 @@ const ReadySignUp = () => {
key
:
'createMemberName'
,
dataIndex
:
'createMemberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`${ENTERPRISE_CENTER_URL}/shop/${record.createMemberId}_${record.createMemberRoleId}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
type=
'button'
class
>
{
text
}
</
EyePreview
>
)
},
{
title
:
intl
.
formatMessage
({
id
:
'table.purchase.biddingStartTime'
}),
...
...
src/pages/transaction/purchaseAbility/purchaseBid/detail/index.tsx
View file @
98a388f6
...
...
@@ -634,6 +634,7 @@ const SearchDetail = () => {
onOk=
{
()
=>
history
.
goBack
()
}
createMemberId=
{
createMemberId
}
createMemberRoleId=
{
createMemberRoleId
}
hideAuditCancel=
{
pathPci
===
'readySubmit'
}
/>
<
ConfirmBidResultModal
title=
{
intl
.
formatMessage
({
id
:
'detail.purchase.modalTitle11'
})
}
...
...
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