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
75dbd07a
Commit
75dbd07a
authored
Apr 16, 2022
by
前端-彭佳文
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-220418-order' into 'v2-220418'
V2 220418 order See merge request linkseeks-design/pro-platform!375
parents
d0b324b2
c28bc816
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.tsx
src/pages/contract/manage/editing/index.tsx
+1
-1
index.tsx
...pages/procurement/tender/readyBidRegister/model/index.tsx
+2
-2
index.tsx
...action/dealAbility/confirmOffer/waitSubmitOffer/index.tsx
+1
-1
No files found.
src/pages/contract/manage/editing/index.tsx
View file @
75dbd07a
...
...
@@ -143,7 +143,7 @@ const Editing: React.FC<{}> = (props: any) => {
<
PageHeaderWrapper
title=
{
oldContractId
?
intl
.
formatMessage
({
id
:
'contract.hetongbiangeng'
})
:
intl
.
formatMessage
({
id
:
'contract.bianjihetong'
})
}
extra=
{
[
<
AuthButton
btnCode=
{
oldContractId
?
'editing.update'
:
'editing.edit'
}
>
<
AuthButton
btnCode=
{
oldContractId
?
'editing.update
2
'
:
'editing.edit'
}
>
<
Button
key=
"1"
type=
"primary"
icon=
{
<
SaveOutlined
/>
}
onClick=
{
()
=>
submit
()
}
>
{
intl
.
formatMessage
({
id
:
'contract.baocun'
})
}
</
Button
>
</
AuthButton
>
...
...
src/pages/procurement/tender/readyBidRegister/model/index.tsx
View file @
75dbd07a
...
...
@@ -92,14 +92,14 @@ export const useSelfTable = () => {
return
<>
{
record
.
isRegister
&&
<
AuthButton
btnCode=
'
tenderSearch
.isRegister'
>
<
AuthButton
btnCode=
'
readyBidRegister
.isRegister'
>
<
Button
type=
'link'
onClick=
{
()
=>
handleSubmit
(
record
.
inviteTender
.
id
)
}
>
{
intl
.
formatMessage
({
id
:
'detail.purchase.label14'
})
}
</
Button
>
</
AuthButton
>
}
{
record
.
isReRegister
&&
<
AuthButton
btnCode=
'
tenderSearch
.isReRegister'
>
<
AuthButton
btnCode=
'
readyBidRegister
.isReRegister'
>
<
Button
type=
'link'
onClick=
{
()
=>
handleSubmit
(
record
.
inviteTender
.
id
)
}
>
{
intl
.
formatMessage
({
id
:
'detail.purchase.label15'
})
}
</
Button
>
</
AuthButton
>
...
...
src/pages/transaction/dealAbility/confirmOffer/waitSubmitOffer/index.tsx
View file @
75dbd07a
...
...
@@ -85,7 +85,7 @@ const WaitSubmitOffer = () => {
key
:
'options'
,
dataIndex
:
'options'
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
AuthButton
btnCode=
"waitSubmitOffer.
tijiao
baojiadan"
>
<
AuthButton
btnCode=
"waitSubmitOffer.
queren
baojiadan"
>
<
Button
type=
'link'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/tranactionAbility/confirmOffer/waitSubmitOffer/offer/detail?id=${record.id}`
)
}
>
{
intl
.
formatMessage
({
id
:
'dealAbility.querenbaojiadan'
})
}
</
Button
>
</
AuthButton
>
...
...
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