Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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
project
jinfa-admin
Commits
83f667fe
Commit
83f667fe
authored
Sep 29, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🦄
refactor(交易管理): 修改交易管理路由
parent
2b904d61
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
6 additions
and
6 deletions
+6
-6
index.ts
config/routes/refactorRoutes/index.ts
+2
-2
commodityInquiryRoute.ts
...orRoutes/transactionManageRoutes/commodityInquiryRoute.ts
+1
-1
index.tsx
src/pages/transactionManage/rfq/details/index.tsx
+0
-0
index.tsx
src/pages/transactionManage/rfq/list/index.tsx
+1
-1
index.tsx
src/pages/transactionManage/rfq/schema/index.tsx
+0
-0
index.less
src/pages/transactionManage/rfqOffer/details/index.less
+0
-0
index.tsx
src/pages/transactionManage/rfqOffer/details/index.tsx
+0
-0
index.tsx
src/pages/transactionManage/rfqOffer/effect/index.tsx
+0
-0
index.tsx
src/pages/transactionManage/rfqOffer/list/index.tsx
+2
-2
index.tsx
src/pages/transactionManage/rfqOffer/schema/index.tsx
+0
-0
No files found.
config/routes/refactorRoutes/index.ts
View file @
83f667fe
...
...
@@ -14,8 +14,8 @@ import systemManageRoute from './systemManageRoute'; // 系统管理
const
RefactorRoutes
=
[
productManageRoutes
,
//
MemberManageRoutes,
//
transactionManageRoutes,
MemberManageRoutes
,
transactionManageRoutes
,
// purchaseManageRoutes,
// orderManageRoutes,
// afterServiceRoutes,
...
...
config/routes/refactorRoutes/transactionManageRoutes/commodityInquiryRoute.ts
View file @
83f667fe
...
...
@@ -30,7 +30,7 @@ const commodityInquiryRoute = {
},
{
path
:
'/transactionManage/commodityInquiry/rfqOffer/offer/detail'
,
name
:
'报价单查询
详情'
,
name
:
'报价单查询详情'
,
hidePageHeader
:
true
,
hideInMenu
:
true
,
component
:
'@/pages/transactionManage/rfqOffer/details'
,
...
...
src/pages/rfq/details/index.tsx
→
src/pages/
transactionManage/
rfq/details/index.tsx
View file @
83f667fe
File moved
src/pages/rfq/list/index.tsx
→
src/pages/
transactionManage/
rfq/list/index.tsx
View file @
83f667fe
...
...
@@ -18,7 +18,7 @@ const InquiryOrderSearch = () => {
key
:
'inquiryListNo'
,
dataIndex
:
'inquiryListNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
EyePreview
url=
{
`/
rfq/details
?id=${record.id}`
}
>
{
text
}
</
EyePreview
>
url=
{
`/
transactionManage/commodityInquiry/inquiry/detail
?id=${record.id}`
}
>
{
text
}
</
EyePreview
>
},
{
title
:
'询价单摘要'
,
...
...
src/pages/rfq/schema/index.tsx
→
src/pages/
transactionManage/
rfq/schema/index.tsx
View file @
83f667fe
File moved
src/pages/rfqOffer/details/index.less
→
src/pages/
transactionManage/
rfqOffer/details/index.less
View file @
83f667fe
File moved
src/pages/rfqOffer/details/index.tsx
→
src/pages/
transactionManage/
rfqOffer/details/index.tsx
View file @
83f667fe
File moved
src/pages/rfqOffer/effect/index.tsx
→
src/pages/
transactionManage/
rfqOffer/effect/index.tsx
View file @
83f667fe
File moved
src/pages/rfqOffer/list/index.tsx
→
src/pages/
transactionManage/
rfqOffer/list/index.tsx
View file @
83f667fe
...
...
@@ -18,14 +18,14 @@ const OfferOrderSearch = () => {
key
:
'quotationNo'
,
dataIndex
:
'quotationNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
EyePreview
url=
{
`/
rfqOffer/rfq/details
?id=${record.id}`
}
>
{
text
}
</
EyePreview
>
url=
{
`/
transactionManage/commodityInquiry/rfqOffer/offer/detail
?id=${record.id}`
}
>
{
text
}
</
EyePreview
>
},
{
title
:
'询价单号'
,
key
:
'inquiryListNo'
,
dataIndex
:
'inquiryListNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
EyePreview
url=
{
`/
rfqOffer/inquiry/details
?id=${record.inquiryListId}`
}
>
{
text
}
</
EyePreview
>
url=
{
`/
transactionManage/commodityInquiry/quote/inquiry/detail
?id=${record.inquiryListId}`
}
>
{
text
}
</
EyePreview
>
},
{
title
:
'报价单摘要'
,
...
...
src/pages/rfqOffer/schema/index.tsx
→
src/pages/
transactionManage/
rfqOffer/schema/index.tsx
View file @
83f667fe
File moved
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