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
0a43d65c
Commit
0a43d65c
authored
Feb 25, 2022
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改招投标翻译问题
parent
be0cb086
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.tsx
...ent/callForBids/readyCheckedConfirmFirst/detail/index.tsx
+1
-1
index.tsx
...nt/callForBids/readyCheckedConfirmSecond/detail/index.tsx
+1
-1
index.tsx
...llForBids/readyConfirmBid/components/bidConfirm/index.tsx
+2
-2
useSelfTable.tsx
...ement/callForBids/secondCheckedBid/model/useSelfTable.tsx
+1
-1
No files found.
src/pages/procurement/callForBids/readyCheckedConfirmFirst/detail/index.tsx
View file @
0a43d65c
...
...
@@ -64,7 +64,7 @@ const ReadyCheckedConfirmFirstDetail: React.FC = () => {
anchorList=
{
anchorTitleList
}
extraRight=
{
<
Button
type=
'primary'
onClick=
{
onSubmit
}
>
审核定标
{
intl
.
formatMessage
({
id
:
'table.purchase.shenhedingbiao'
})
}
</
Button
>
}
/>
...
...
src/pages/procurement/callForBids/readyCheckedConfirmSecond/detail/index.tsx
View file @
0a43d65c
...
...
@@ -65,7 +65,7 @@ const ReadyCheckedConfirmSecondDetail: React.FC = () => {
anchorList=
{
anchorTitleList
}
extraRight=
{
<
Button
type=
'primary'
onClick=
{
onSubmit
}
>
审核定标
{
intl
.
formatMessage
({
id
:
'table.purchase.shenhedingbiao'
})
}
</
Button
>
}
/>
...
...
src/pages/procurement/callForBids/readyConfirmBid/components/bidConfirm/index.tsx
View file @
0a43d65c
...
...
@@ -209,7 +209,7 @@ const BidConfirm: React.FC<BidConfirmProps> = ({cardTitle}) => {
<
Row
>
<
Col
span=
{
8
}
><
p
className=
{
style
[
'card-list_title'
]
}
>
{
intl
.
formatMessage
({
id
:
'detail.purchase.label34'
})
}
:
</
p
></
Col
>
<
Col
>
<
p
>
¥
{
(
tableDataSource
.
reduce
((
a
,
b
)
=>
a
+
b
[
item
.
dataIndex
][
'price'
]
*
b
.
count
,
0
)).
toFixed
(
2
)
}
(
{
intl
.
formatMessage
({
id
:
'detail.purchase.isTax'
})
}
)
</
p
>
<
p
>
{
intl
.
formatMessage
({
id
:
'common.money'
})
}
{
(
tableDataSource
.
reduce
((
a
,
b
)
=>
a
+
b
[
item
.
dataIndex
][
'price'
]
*
b
.
count
,
0
)).
toFixed
(
2
)
}
(
{
intl
.
formatMessage
({
id
:
'detail.purchase.isTax'
})
}
)
</
p
>
</
Col
>
</
Row
>
</
div
>
...
...
@@ -243,7 +243,7 @@ const BidConfirm: React.FC<BidConfirmProps> = ({cardTitle}) => {
<
div
className=
{
style
[
'card-list'
]
}
>
<
Row
>
<
Col
span=
{
8
}
><
p
className=
{
style
[
'card-list_title'
]
}
>
{
intl
.
formatMessage
({
id
:
'table.purchase.shoubiaozonge'
})
}
:
</
p
></
Col
>
<
Col
><
p
>
¥
{
(
tableDataSource
.
reduce
((
a
,
b
)
=>
a
+
(
b
[
item
.
dataIndex
][
'isAward'
]
?
(
b
[
item
.
dataIndex
][
'price'
]
*
b
.
count
*
b
[
item
.
dataIndex
][
'awardRate'
]
/
100
)
:
0
),
0
)).
toFixed
(
2
)
}
(
{
intl
.
formatMessage
({
id
:
'detail.purchase.isTax'
})
}
)
</
p
></
Col
>
<
Col
><
p
>
{
intl
.
formatMessage
({
id
:
'common.money'
})
}
{
(
tableDataSource
.
reduce
((
a
,
b
)
=>
a
+
(
b
[
item
.
dataIndex
][
'isAward'
]
?
(
b
[
item
.
dataIndex
][
'price'
]
*
b
.
count
*
b
[
item
.
dataIndex
][
'awardRate'
]
/
100
)
:
0
),
0
)).
toFixed
(
2
)
}
(
{
intl
.
formatMessage
({
id
:
'detail.purchase.isTax'
})
}
)
</
p
></
Col
>
</
Row
>
</
div
>
</
div
>
...
...
src/pages/procurement/callForBids/secondCheckedBid/model/useSelfTable.tsx
View file @
0a43d65c
...
...
@@ -23,7 +23,7 @@ export const useSelfTable = () => {
align
:
'center'
,
dataIndex
:
'ctl'
,
key
:
'ctl'
,
render
:
(
text
,
record
)
=>
<
Button
type=
'link'
onClick=
{
()
=>
handleSubmit
(
record
)
}
>
审核
</
Button
>
render
:
(
text
,
record
)
=>
<
Button
type=
'link'
onClick=
{
()
=>
handleSubmit
(
record
)
}
>
{
intl
.
formatMessage
({
id
:
'table.purchase.shenhe'
,
defaultMessage
:
'审核'
})
}
</
Button
>
}
])
...
...
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