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
884a046d
Commit
884a046d
authored
May 21, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-srm' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev-srm
parents
2b3fc154
a305fa00
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
43 additions
and
30 deletions
+43
-30
index.tsx
...nents/detail/components/bidCommonLayout/msgItem/index.tsx
+1
-1
index.tsx
...ts/detail/components/bidCommonLayout/resultItem/index.tsx
+1
-1
index.tsx
...y/components/detail/components/bidDetailBtnItem/index.tsx
+1
-1
index.tsx
...ty/components/detail/components/bidDetailLayout/index.tsx
+12
-5
index.tsx
...rchaseAbility/onlineBid/readyBid/detail/history/index.tsx
+2
-2
index.tsx
...ction/purchaseAbility/onlineBid/readyBid/detail/index.tsx
+3
-2
index.tsx
...ty/purchaseBid/components/confirmBidResultModal/index.tsx
+2
-2
index.tsx
.../transaction/purchaseAbility/purchaseBid/detail/index.tsx
+1
-1
index.tsx
...chaseBid/readyBid/management/components/rankRow/index.tsx
+1
-1
index.tsx
...agement/components/statusBox/detailBottomDrawer/index.tsx
+8
-3
index.tsx
...purchaseAbility/purchaseBid/readyBid/management/index.tsx
+2
-2
index.tsx
...action/purchaseAbility/purchaseBid/readyConfirm/index.tsx
+3
-3
index.tsx
...rchaseAbility/purchaseBid/readyExamineResultOne/index.tsx
+2
-2
index.tsx
...rchaseAbility/purchaseBid/readyExamineResultTwo/index.tsx
+2
-2
index.tsx
...aseAbility/purchaseBid/readySubmitExamineResult/index.tsx
+2
-2
No files found.
src/pages/transaction/purchaseAbility/components/detail/components/bidCommonLayout/msgItem/index.tsx
View file @
884a046d
...
@@ -20,7 +20,7 @@ const MsgItem: React.FC<MsgItemPrpos> = (props: any) => {
...
@@ -20,7 +20,7 @@ const MsgItem: React.FC<MsgItemPrpos> = (props: any) => {
<
div
className=
{
styles
.
title
}
>
{
data
.
memberName
}
</
div
>
<
div
className=
{
styles
.
title
}
>
{
data
.
memberName
}
</
div
>
</
div
>
</
div
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人姓名:
</
div
><
div
className=
{
styles
.
title
}
>
{
data
.
contacts
}
</
div
></
div
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人姓名:
</
div
><
div
className=
{
styles
.
title
}
>
{
data
.
contacts
}
</
div
></
div
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人手机:
</
div
><
div
className=
{
styles
.
title
}
>
{
data
.
tel
}
</
div
></
div
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人手机:
</
div
><
div
className=
{
styles
.
title
}
>
{
data
.
tel
.
replace
(
/^
(
.{3}
)(
.*
)(
.{4}
)
$/
,
'$1 $2 $3'
)
}
</
div
></
div
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
电子邮箱:
</
div
><
div
className=
{
styles
.
title
}
>
{
data
.
mail
}
</
div
></
div
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
电子邮箱:
</
div
><
div
className=
{
styles
.
title
}
>
{
data
.
mail
}
</
div
></
div
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
联系地址:
</
div
>
{
<
Tooltip
placement=
"top"
title=
{
data
.
address
}
>
<
div
className=
{
styles
.
msgItemRow
}
><
div
className=
{
styles
.
label
}
>
联系地址:
</
div
>
{
<
Tooltip
placement=
"top"
title=
{
data
.
address
}
>
<
div
className=
{
styles
.
title
}
>
{
data
.
address
}
</
div
>
<
div
className=
{
styles
.
title
}
>
{
data
.
address
}
</
div
>
...
...
src/pages/transaction/purchaseAbility/components/detail/components/bidCommonLayout/resultItem/index.tsx
View file @
884a046d
...
@@ -42,7 +42,7 @@ const ResultItem: React.FC<ResultItemPrpos> = (props: any) => {
...
@@ -42,7 +42,7 @@ const ResultItem: React.FC<ResultItemPrpos> = (props: any) => {
</
div
>
</
div
>
<
Divider
dashed
style=
{
{
color
:
'#EBECF0'
,
margin
:
'6px 0'
}
}
/>
<
Divider
dashed
style=
{
{
color
:
'#EBECF0'
,
margin
:
'6px 0'
}
}
/>
<
div
className=
{
styles
.
resultItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人姓名:
</
div
><
div
className=
{
styles
.
title
}
>
{
detail
.
contacts
}
</
div
></
div
>
<
div
className=
{
styles
.
resultItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人姓名:
</
div
><
div
className=
{
styles
.
title
}
>
{
detail
.
contacts
}
</
div
></
div
>
<
div
className=
{
styles
.
resultItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人手机:
</
div
><
div
className=
{
styles
.
title
}
>
{
detail
.
tel
}
</
div
></
div
>
<
div
className=
{
styles
.
resultItemRow
}
><
div
className=
{
styles
.
label
}
>
联系人手机:
</
div
><
div
className=
{
styles
.
title
}
>
{
detail
.
tel
.
replace
(
/^
(
.{3}
)(
.*
)(
.{4}
)
$/
,
'$1 $2 $3'
)
}
</
div
></
div
>
</
div
>
</
div
>
)
)
}
}
...
...
src/pages/transaction/purchaseAbility/components/detail/components/bidDetailBtnItem/index.tsx
View file @
884a046d
...
@@ -47,7 +47,7 @@ const BtnItem: React.FC<BtnItemProps> = (props: any) => {
...
@@ -47,7 +47,7 @@ const BtnItem: React.FC<BtnItemProps> = (props: any) => {
</
div
>
</
div
>
<
div
className=
{
styles
.
time
}
>
<
div
className=
{
styles
.
time
}
>
<
span
>
{
formatTimeString
(
detail
?.
peportTime
,
'HH:mm:ss'
)
}
</
span
>
<
span
>
{
formatTimeString
(
detail
?.
peportTime
,
'HH:mm:ss'
)
}
</
span
>
<
TrendTag
/>
<
TrendTag
ratio=
{
detail
.
ratio
}
/>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
src/pages/transaction/purchaseAbility/components/detail/components/bidDetailLayout/index.tsx
View file @
884a046d
import
React
,
{
useEffect
,
useState
}
from
'react'
;
import
React
,
{
useEffect
,
useState
}
from
'react'
;
import
{
Row
,
Col
,
Table
,
Button
,
Typography
,
Space
}
from
'antd'
;
import
{
Row
,
Col
,
Table
,
Button
,
Typography
,
Space
}
from
'antd'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
{
priceFormat
}
from
'@/utils/numberFomat'
;
import
Card
from
'../../../card'
;
import
Card
from
'../../../card'
;
import
BtnItem
from
'../bidDetailBtnItem'
;
import
BtnItem
from
'../bidDetailBtnItem'
;
...
@@ -69,12 +71,12 @@ const BidDetailLayout: React.FC<BidDetailLayoutProps> = (props: any) => {
...
@@ -69,12 +71,12 @@ const BidDetailLayout: React.FC<BidDetailLayoutProps> = (props: any) => {
{
{
title
:
'单价(含税)'
,
title
:
'单价(含税)'
,
dataIndex
:
'price'
,
dataIndex
:
'price'
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
Text
type=
'secondary'
>
¥
{
text
}
</
Text
>
render
:
(
text
:
any
,
record
:
any
)
=>
<
Text
type=
'secondary'
>
¥
{
priceFormat
(
text
)
}
</
Text
>
},
},
{
{
title
:
'金额(含税)'
,
title
:
'金额(含税)'
,
dataIndex
:
'price'
,
dataIndex
:
'price'
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
Text
type=
'secondary'
>
¥
{
text
}
</
Text
>
render
:
(
text
:
any
,
record
:
any
)
=>
<
Text
type=
'secondary'
>
¥
{
priceFormat
(
text
)
}
</
Text
>
},
},
]
]
...
@@ -94,10 +96,15 @@ const BidDetailLayout: React.FC<BidDetailLayoutProps> = (props: any) => {
...
@@ -94,10 +96,15 @@ const BidDetailLayout: React.FC<BidDetailLayoutProps> = (props: any) => {
title=
{
'竞价详情'
}
title=
{
'竞价详情'
}
>
>
<
Row
gutter=
{
[
8
,
8
]
}
style=
{
{
marginBottom
:
'10px'
}
}
>
<
Row
gutter=
{
[
8
,
8
]
}
style=
{
{
marginBottom
:
'10px'
}
}
>
{
awardProcess
?.
map
((
item
,
index
)
=>
{
{
awardProcess
?.
map
((
item
,
index
,
arr
)
=>
{
let
_ratio
=
0
;
let
_arrLength
=
arr
.
length
;
if
(
index
!=
_arrLength
-
1
&&
_arrLength
>
2
)
{
_ratio
=
Number
(((
item
.
sumPice
-
arr
[
index
+
1
].
sumPice
)
/
arr
[
index
+
1
].
sumPice
*
100
).
toFixed
(
2
))
}
return
(
return
(
<
Col
span=
{
7
}
key=
{
`${item.id}_${item.peportTime}`
}
onClick=
{
()
=>
{
chooseItem
(
item
,
index
)
}
}
>
<
Col
span=
{
7
}
key=
{
`${item.id}_${item.peportTime}`
}
onClick=
{
()
=>
{
chooseItem
(
item
,
index
)
}
}
>
<
BtnItem
btnType=
{
btnType
}
detail=
{
{
...
item
,
isOpenPurchase
,
isOpenRanking
}
}
active=
{
index
===
activeIndex
}
/>
<
BtnItem
btnType=
{
btnType
}
detail=
{
{
...
item
,
isOpenPurchase
,
isOpenRanking
,
ratio
:
_ratio
}
}
active=
{
index
===
activeIndex
}
/>
</
Col
>
</
Col
>
)
)
})
}
})
}
...
...
src/pages/transaction/purchaseAbility/onlineBid/readyBid/detail/history/index.tsx
View file @
884a046d
...
@@ -20,7 +20,7 @@ const HistoryItem: React.FC<HistoryItemProps> = (props: any) => {
...
@@ -20,7 +20,7 @@ const HistoryItem: React.FC<HistoryItemProps> = (props: any) => {
const
{
detail
}
=
props
;
const
{
detail
}
=
props
;
const
mapData
=
detail
.
offerLogs
?
[...
detail
.
offerLogs
].
splice
(
0
,
3
)
:
[];
const
mapData
=
detail
.
offerLogs
?
[...
detail
.
offerLogs
].
splice
(
0
,
3
)
:
[];
const
_returnBadge
=
()
=>
{
const
_returnBadge
=
()
=>
{
if
(
detail
.
isOpenRanking
)
{
if
(
!
detail
.
isOpenRanking
)
{
return
null
;
return
null
;
}
else
{
}
else
{
const
_number
=
Number
(
detail
?.
ranking
??
0
);
const
_number
=
Number
(
detail
?.
ranking
??
0
);
...
@@ -49,7 +49,7 @@ const HistoryItem: React.FC<HistoryItemProps> = (props: any) => {
...
@@ -49,7 +49,7 @@ const HistoryItem: React.FC<HistoryItemProps> = (props: any) => {
<
p
>
本次报价金额
</
p
>
<
p
>
本次报价金额
</
p
>
<
p
className=
{
styles
.
currentPrice
}
><
span
>
¥
</
span
>
{
detail
?.
offerPrice
?
priceFormat
(
detail
?.
offerPrice
)
:
'-'
}
</
p
>
<
p
className=
{
styles
.
currentPrice
}
><
span
>
¥
</
span
>
{
detail
?.
offerPrice
?
priceFormat
(
detail
?.
offerPrice
)
:
'-'
}
</
p
>
<
div
className=
{
styles
.
row
}
>
<
div
className=
{
styles
.
row
}
>
<
div
className=
{
styles
.
col
}
style=
{
{
borderRight
:
'1px solid #EBECF0'
}
}
>
当前最低价:
<
span
>
{
detail
?.
minLowPrice
?
priceFormat
(
detail
?.
minLowPrice
)
:
'-
'
}
</
span
></
div
>
<
div
className=
{
styles
.
col
}
style=
{
{
borderRight
:
'1px solid #EBECF0'
}
}
>
当前最低价:
<
span
>
{
detail
.
isOpenPurchase
?
(
detail
?.
minLowPrice
?
`¥${priceFormat(detail?.minLowPrice)}`
:
'-'
)
:
'不公开
'
}
</
span
></
div
>
<
div
className=
{
styles
.
col
}
>
报价次数:
<
span
>
{
detail
?.
offerCount
?
detail
?.
offerCount
:
'-'
}
</
span
></
div
>
<
div
className=
{
styles
.
col
}
>
报价次数:
<
span
>
{
detail
?.
offerCount
?
detail
?.
offerCount
:
'-'
}
</
span
></
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
src/pages/transaction/purchaseAbility/onlineBid/readyBid/detail/index.tsx
View file @
884a046d
...
@@ -4,6 +4,7 @@ import { Row, Col } from 'antd';
...
@@ -4,6 +4,7 @@ import { Row, Col } from 'antd';
import
{
ArrowLeftOutlined
}
from
'@ant-design/icons'
;
import
{
ArrowLeftOutlined
}
from
'@ant-design/icons'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
priceFormat
}
from
'@/utils/numberFomat'
;
import
{
formatTimeString
}
from
'@/utils'
import
{
formatTimeString
}
from
'@/utils'
import
StatusBox
from
'../../../purchaseBid/readyBid/management/components/statusBox'
;
import
StatusBox
from
'../../../purchaseBid/readyBid/management/components/statusBox'
;
...
@@ -49,12 +50,12 @@ const Detail = () => {
...
@@ -49,12 +50,12 @@ const Detail = () => {
let
_minList
=
[];
let
_minList
=
[];
let
_offerLogs
=
data
?.
offerLogs
?
[...
data
.
offerLogs
].
reverse
()
:
[];
let
_offerLogs
=
data
?.
offerLogs
?
[...
data
.
offerLogs
].
reverse
()
:
[];
_offerLogs
.
forEach
((
item
)
=>
{
_offerLogs
.
forEach
((
item
)
=>
{
_offerList
.
push
({
type
:
'offer'
,
time
:
formatTimeString
(
item
.
offerTime
,
'HH:mm:ss'
),
value
:
item
.
offerPrice
});
_offerList
.
push
({
type
:
'offer'
,
time
:
formatTimeString
(
item
.
offerTime
,
'HH:mm:ss'
),
value
:
priceFormat
(
item
.
offerPrice
,
0
)
});
})
})
_list
.
push
({
title
:
'报价金额'
,
type
:
'offer'
,
list
:
_offerList
});
_list
.
push
({
title
:
'报价金额'
,
type
:
'offer'
,
list
:
_offerList
});
if
(
data
.
isOpenPurchase
)
{
if
(
data
.
isOpenPurchase
)
{
_offerLogs
.
forEach
((
item
)
=>
{
_offerLogs
.
forEach
((
item
)
=>
{
_minList
.
push
({
type
:
'min'
,
time
:
formatTimeString
(
item
.
offerTime
,
'HH:mm:ss'
),
value
:
item
.
minPrice
});
_minList
.
push
({
type
:
'min'
,
time
:
formatTimeString
(
item
.
offerTime
,
'HH:mm:ss'
),
value
:
priceFormat
(
item
.
minPrice
,
0
)
});
})
})
_list
.
push
({
title
:
'最低价'
,
type
:
'min'
,
list
:
_minList
});
_list
.
push
({
title
:
'最低价'
,
type
:
'min'
,
list
:
_minList
});
}
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/components/confirmBidResultModal/index.tsx
View file @
884a046d
...
@@ -57,8 +57,8 @@ const ConfirmBidResultModal: React.FC<ConfirmBidResultModalProps> = (props: any)
...
@@ -57,8 +57,8 @@ const ConfirmBidResultModal: React.FC<ConfirmBidResultModalProps> = (props: any)
}
}
const
_returnDefaultAwardResults
=
useMemo
(()
=>
{
const
_returnDefaultAwardResults
=
useMemo
(()
=>
{
return
record
?
`
${
record
?.
purchaseM
a
mberName
??
record
?.
createMemberName
}
《
$
{
record
.
details
}
》竞价工作已经结束,中标人已经确定。现将中标结果公布如下:
return
record
?
`
${
record
?.
purchaseM
e
mberName
??
record
?.
createMemberName
}
《
$
{
record
.
details
}
》竞价工作已经结束,中标人已经确定。现将中标结果公布如下:
中标供应商:
$
{
record
.
m
amberName
||
record
.
m
emberName
}
(中标总金额(含税):
$
{
priceFormat
(
record
.
sumAwardPrice
)}
)。
中标供应商:
$
{
record
.
memberName
}
(中标总金额(含税):
$
{
priceFormat
(
record
.
sumAwardPrice
)}
)。
中标理由:价格最低
` : '';
中标理由:价格最低
` : '';
}, [record])
}, [record])
...
...
src/pages/transaction/purchaseAbility/purchaseBid/detail/index.tsx
View file @
884a046d
...
@@ -428,7 +428,7 @@ const SearchDetail = () => {
...
@@ -428,7 +428,7 @@ const SearchDetail = () => {
case
'readyExamineSignUp'
:
case
'readyExamineSignUp'
:
let
_data
:
any
=
{};
let
_data
:
any
=
{};
for
(
let
key
in
dataSource
.
sginUpInfos
)
{
for
(
let
key
in
dataSource
.
sginUpInfos
)
{
if
(
dataSource
.
sginUpInfos
[
key
].
id
=
signUpId
)
{
if
(
dataSource
.
sginUpInfos
[
key
].
id
=
=
signUpId
)
{
_data
=
dataSource
.
sginUpInfos
[
key
];
_data
=
dataSource
.
sginUpInfos
[
key
];
}
}
}
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/rankRow/index.tsx
View file @
884a046d
...
@@ -61,7 +61,7 @@ const RankRow: React.FC<RankRowProps> = (props: any) => {
...
@@ -61,7 +61,7 @@ const RankRow: React.FC<RankRowProps> = (props: any) => {
<
div
className=
{
`${styles.rankRow}`
}
>
<
div
className=
{
`${styles.rankRow}`
}
>
<
div
className=
{
styles
.
rankRowLeft
}
>
<
div
className=
{
styles
.
rankRowLeft
}
>
<
div
className=
{
styles
.
rankRowLeftTop
}
>
{
detail
.
memberName
}
</
div
>
<
div
className=
{
styles
.
rankRowLeftTop
}
>
{
detail
.
memberName
}
</
div
>
<
div
className=
{
styles
.
rankRowLeftBottomPhone
}
>
{
detail
.
tel
}
</
div
>
<
div
className=
{
styles
.
rankRowLeftBottomPhone
}
>
{
detail
.
tel
.
replace
(
/^
(
.{3}
)(
.*
)(
.{4}
)
$/
,
'$1 $2 $3'
)
}
</
div
>
</
div
>
</
div
>
<
div
className=
{
styles
.
rankRowRight
}
>
<
div
className=
{
styles
.
rankRowRight
}
>
{
detail
.
contacts
}
{
detail
.
contacts
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/statusBox/detailBottomDrawer/index.tsx
View file @
884a046d
...
@@ -116,7 +116,7 @@ const DetailBottomDrawer: React.FC<DetailBottomDrawerProps> = (props: any) => {
...
@@ -116,7 +116,7 @@ const DetailBottomDrawer: React.FC<DetailBottomDrawerProps> = (props: any) => {
const
bidOk
=
()
=>
{
const
bidOk
=
()
=>
{
const
_price
=
dataSource2
.
reduce
((
total
:
any
,
cur
:
any
)
=>
total
+
Number
(
cur
.
price
),
0
);
const
_price
=
dataSource2
.
reduce
((
total
:
any
,
cur
:
any
)
=>
total
+
Number
(
cur
.
price
),
0
);
if
(
Number
(
detail
.
minLowPrice
)
-
_price
<
detail
.
minPrice
)
{
if
(
detail
?.
minLowPrice
&&
Number
(
detail
.
minLowPrice
)
-
_price
<
detail
.
minPrice
)
{
message
.
error
(
'当前报价金额不满足最小价差要求,请修改后再报价!'
);
message
.
error
(
'当前报价金额不满足最小价差要求,请修改后再报价!'
);
return
;
return
;
}
}
...
@@ -154,10 +154,15 @@ const DetailBottomDrawer: React.FC<DetailBottomDrawerProps> = (props: any) => {
...
@@ -154,10 +154,15 @@ const DetailBottomDrawer: React.FC<DetailBottomDrawerProps> = (props: any) => {
<
Col
span=
{
7
}
key=
{
'BtnItem_0'
}
onClick=
{
()
=>
{
chooseItem
()
}
}
>
<
Col
span=
{
7
}
key=
{
'BtnItem_0'
}
onClick=
{
()
=>
{
chooseItem
()
}
}
>
<
BtnItem
btnType=
{
3
}
detail=
{
{
sumPice
:
_calcCurrentTotal
,
peportPriceSum
:
offerCount
+
1
}
}
active=
{
!
activeItem
}
onOk=
{
bidOk
}
onCancle=
{
onClose
}
/>
<
BtnItem
btnType=
{
3
}
detail=
{
{
sumPice
:
_calcCurrentTotal
,
peportPriceSum
:
offerCount
+
1
}
}
active=
{
!
activeItem
}
onOk=
{
bidOk
}
onCancle=
{
onClose
}
/>
</
Col
>
</
Col
>
{
awardProcess
?.
map
((
item
,
index
)
=>
{
{
awardProcess
?.
map
((
item
,
index
,
arr
)
=>
{
let
_ratio
=
0
;
let
_arrLength
=
arr
.
length
;
if
(
index
!=
_arrLength
-
1
&&
_arrLength
>
2
)
{
_ratio
=
Number
(((
item
.
sumPice
-
arr
[
index
+
1
].
sumPice
)
/
arr
[
index
+
1
].
sumPice
*
100
).
toFixed
(
2
))
}
return
(
return
(
<
Col
span=
{
7
}
key=
{
`${item.id}_${item.peportTime}`
}
onClick=
{
()
=>
{
chooseItem
(
item
,
index
)
}
}
>
<
Col
span=
{
7
}
key=
{
`${item.id}_${item.peportTime}`
}
onClick=
{
()
=>
{
chooseItem
(
item
,
index
)
}
}
>
<
BtnItem
btnType=
{
2
}
detail=
{
{
...
item
,
isOpenPurchase
,
isOpenRanking
}
}
active=
{
index
===
activeIndex
}
/>
<
BtnItem
btnType=
{
2
}
detail=
{
{
...
item
,
isOpenPurchase
,
isOpenRanking
,
ratio
:
_ratio
}
}
active=
{
index
===
activeIndex
}
/>
</
Col
>
</
Col
>
)
)
})
}
})
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/index.tsx
View file @
884a046d
...
@@ -5,7 +5,7 @@ import { ArrowLeftOutlined } from '@ant-design/icons';
...
@@ -5,7 +5,7 @@ import { ArrowLeftOutlined } from '@ant-design/icons';
import
{
PublicApi
}
from
'@/services/api'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
formatTimeString
}
from
'@/utils'
import
{
formatTimeString
}
from
'@/utils'
import
{
priceFormat
}
from
'@/utils/numberFomat'
;
import
QuotationDeskLayout
from
'../../../components/detail/components/quotationDeskLayout'
;
import
QuotationDeskLayout
from
'../../../components/detail/components/quotationDeskLayout'
;
import
BidDetailLayout
from
'../../../components/detail/components/bidDetailLayout'
;
import
BidDetailLayout
from
'../../../components/detail/components/bidDetailLayout'
;
...
@@ -89,7 +89,7 @@ const Management = () => {
...
@@ -89,7 +89,7 @@ const Management = () => {
setLowestList
({
setLowestList
({
type
:
'min'
,
type
:
'min'
,
title
:
'最低价'
,
title
:
'最低价'
,
list
:
data
?
data
.
map
((
item
)
=>
{
return
{
type
:
'min'
,
time
:
formatTimeString
(
item
.
peportTime
,
'HH:mm:ss'
),
value
:
item
.
sumPice
}
})
:
[]
list
:
data
?
data
.
map
((
item
)
=>
{
return
{
type
:
'min'
,
time
:
formatTimeString
(
item
.
peportTime
,
'HH:mm:ss'
),
value
:
priceFormat
(
item
.
sumPice
,
0
)
}
})
:
[]
})
})
})
})
}
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyConfirm/index.tsx
View file @
884a046d
...
@@ -35,14 +35,14 @@ const ReadyConfirm = () => {
...
@@ -35,14 +35,14 @@ const ReadyConfirm = () => {
dataIndex
:
'biddingNo'
,
dataIndex
:
'biddingNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
Space
direction=
'vertical'
>
<
Space
direction=
'vertical'
>
<
EyePreview
url=
{
`/memberCenter/procurementAbility/purchaseBid/readyConfirm/detail?id=${record.id}&number=${text}&memberName=${record.m
a
mberName}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
url=
{
`/memberCenter/procurementAbility/purchaseBid/readyConfirm/detail?id=${record.id}&number=${text}&memberName=${record.m
e
mberName}`
}
>
{
text
}
</
EyePreview
>
<
Text
type=
'secondary'
>
{
record
.
details
}
</
Text
>
<
Text
type=
'secondary'
>
{
record
.
details
}
</
Text
>
</
Space
>
</
Space
>
)
)
},
{
},
{
title
:
'授标会员'
,
title
:
'授标会员'
,
key
:
'm
a
mberName'
,
key
:
'm
e
mberName'
,
dataIndex
:
'm
a
mberName'
,
dataIndex
:
'm
e
mberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
)
)
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyExamineResultOne/index.tsx
View file @
884a046d
...
@@ -35,8 +35,8 @@ const ReadyExamineResultOne = () => {
...
@@ -35,8 +35,8 @@ const ReadyExamineResultOne = () => {
)
)
},
{
},
{
title
:
'授标会员'
,
title
:
'授标会员'
,
key
:
'm
a
mberName'
,
key
:
'm
e
mberName'
,
dataIndex
:
'm
a
mberName'
,
dataIndex
:
'm
e
mberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
)
)
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyExamineResultTwo/index.tsx
View file @
884a046d
...
@@ -36,8 +36,8 @@ const ReadyExamineResultTwo = () => {
...
@@ -36,8 +36,8 @@ const ReadyExamineResultTwo = () => {
)
)
},
{
},
{
title
:
'授标会员'
,
title
:
'授标会员'
,
key
:
'm
a
mberName'
,
key
:
'm
e
mberName'
,
dataIndex
:
'm
a
mberName'
,
dataIndex
:
'm
e
mberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
)
)
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readySubmitExamineResult/index.tsx
View file @
884a046d
...
@@ -37,8 +37,8 @@ const ReadySubmitExamineResult = () => {
...
@@ -37,8 +37,8 @@ const ReadySubmitExamineResult = () => {
)
)
},
{
},
{
title
:
'授标会员'
,
title
:
'授标会员'
,
key
:
'm
a
mberName'
,
key
:
'm
e
mberName'
,
dataIndex
:
'm
a
mberName'
,
dataIndex
:
'm
e
mberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
url=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: record.memberShopId, memberId: record.memberId }))}`
}
>
{
text
}
</
EyePreview
>
)
)
...
...
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