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
7ba97f17
Commit
7ba97f17
authored
May 21, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 采购竞价&在线竞价 整理代码
parent
f9227162
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.tsx
...components/detail/components/recordCommonLayout/index.tsx
+0
-0
index.tsx
...es/transaction/purchaseAbility/onlineBid/detail/index.tsx
+2
-2
detail.tsx
...transaction/purchaseAbility/purchaseBid/search/detail.tsx
+2
-2
No files found.
src/pages/transaction/purchaseAbility/components/detail/components/recordCom
ont
Layout/index.tsx
→
src/pages/transaction/purchaseAbility/components/detail/components/recordCom
mon
Layout/index.tsx
View file @
7ba97f17
File moved
src/pages/transaction/purchaseAbility/onlineBid/detail/index.tsx
View file @
7ba97f17
...
...
@@ -8,7 +8,7 @@ import { formatTimeString } from '@/utils'
import
{
Context
}
from
'../../components/detail/components/context'
;
import
PeripheralLayout
from
'../../components/detail'
;
import
ProgressLayout
from
'../../components/detail/components/progressCommonLayout'
;
import
RecordCom
ontLayout
from
'../../components/detail/components/recordComont
Layout'
;
import
RecordCom
monLayout
from
'../../components/detail/components/recordCommon
Layout'
;
import
MaterialLayout
from
'../../components/detail/components/materialLayout'
;
import
BidCommonLayout
from
'../../components/detail/components/bidCommonLayout'
;
import
TableCommonLayout
from
'../../components/detail/components/tableCommonLayout'
;
...
...
@@ -333,7 +333,7 @@ const SearchDetail = () => {
{
_returnConditionLayout
()
}
{
_returnFileLayout
()
}
{
_returnLowestQuotationRecordLayout
()
}
<
RecordCom
ont
Layout
externalColors=
{
BID_EXTERNALSTATE_COLOR
}
internalColors=
{
BID_INTERNALSTATE_COLOR
}
/>
<
RecordCom
mon
Layout
externalColors=
{
BID_EXTERNALSTATE_COLOR
}
internalColors=
{
BID_INTERNALSTATE_COLOR
}
/>
</
Fragment
>
}
/>
...
...
src/pages/transaction/purchaseAbility/purchaseBid/search/detail.tsx
View file @
7ba97f17
...
...
@@ -10,7 +10,7 @@ import { formatTimeString } from '@/utils'
import
{
Context
}
from
'../../components/detail/components/context'
;
import
PeripheralLayout
from
'../../components/detail'
;
import
ProgressLayout
from
'../../components/detail/components/progressCommonLayout'
;
import
RecordCom
ontLayout
from
'../../components/detail/components/recordComont
Layout'
;
import
RecordCom
monLayout
from
'../../components/detail/components/recordCommon
Layout'
;
import
MaterialLayout
from
'../../components/detail/components/materialLayout'
;
import
DemandLayout
from
'../../components/detail/components/purchaseBidDemandLayout'
;
import
BidCommonLayout
from
'../../components/detail/components/bidCommonLayout'
;
...
...
@@ -591,7 +591,7 @@ const SearchDetail = () => {
{
_returnFileLayout
()
}
{
_returnDemandLayout
()
}
{
_returnResultLayout
()
}
<
RecordCom
ont
Layout
externalColors=
{
BID_EXTERNALSTATE_COLOR
}
internalColors=
{
BID_INTERNALSTATE_COLOR
}
/>
<
RecordCom
mon
Layout
externalColors=
{
BID_EXTERNALSTATE_COLOR
}
internalColors=
{
BID_INTERNALSTATE_COLOR
}
/>
</
Fragment
>
}
/>
...
...
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