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
215b4721
Commit
215b4721
authored
Apr 15, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改营销活动跳转销售订单的路由地址
parent
4af264b9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
index.tsx
...ction/marketingAbility/platformexeCution/detail/index.tsx
+2
-2
index.tsx
...tion/marketingAbility/selfbuiltexeCution/detail/index.tsx
+2
-2
signUp.tsx
...nsaction/purchaseAbility/onlineBid/readySignUp/signUp.tsx
+1
-5
No files found.
src/pages/transaction/marketingAbility/platformexeCution/detail/index.tsx
View file @
215b4721
...
...
@@ -268,8 +268,8 @@ const DetialLayout = () => {
dataIndex
:
'orderId'
,
render
:
(
_text
,
_r
)
=>
(
<>
{
_r
.
recordType
===
1
&&
<
Button
type=
'link'
target=
'_blank'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/tranactionAbility/saleOrder/orderList/preview?id=${_r.skuId}`
)
}
>
{
_r
.
orderNo
}
</
Button
>
}
{
_r
.
recordType
===
2
&&
<
Button
type=
'link'
target=
'_blank'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/afterService/returnManage/returnQuery/detail?id=${_text}`
)
}
>
{
_r
.
orderNo
}
</
Button
>
}
{
_r
.
recordType
===
1
&&
<
Button
type=
'link'
target=
'_blank'
href=
{
`/memberCenter/order/saleOrder/orderList/preview?id=${_r.skuId}`
}
>
{
_r
.
orderNo
}
</
Button
>
}
{
_r
.
recordType
===
2
&&
<
Button
type=
'link'
target=
'_blank'
href=
{
`/memberCenter/afterService/returnManage/returnQuery/detail?id=${_text}`
}
>
{
_r
.
orderNo
}
</
Button
>
}
</>
)
},
...
...
src/pages/transaction/marketingAbility/selfbuiltexeCution/detail/index.tsx
View file @
215b4721
...
...
@@ -267,8 +267,8 @@ const DetialLayout = () => {
dataIndex
:
'orderId'
,
render
:
(
_text
,
_r
)
=>
(
<>
{
_r
.
recordType
===
1
&&
<
Button
type=
'link'
target=
'_blank'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/tranactionAbility/saleOrder/orderList/preview?id=${_r.skuId}`
)
}
>
{
_r
.
orderNo
}
</
Button
>
}
{
_r
.
recordType
===
2
&&
<
Button
type=
'link'
target=
'_blank'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/afterService/returnManage/returnQuery/detail?id=${_text}`
)
}
>
{
_r
.
orderNo
}
</
Button
>
}
{
_r
.
recordType
===
1
&&
<
Button
type=
'link'
target=
'_blank'
href=
{
`/memberCenter/order/saleOrder/orderList/preview?id=${_r.skuId}`
}
>
{
_r
.
orderNo
}
</
Button
>
}
{
_r
.
recordType
===
2
&&
<
Button
type=
'link'
target=
'_blank'
href=
{
`/memberCenter/afterService/returnManage/returnQuery/detail?id=${_text}`
}
>
{
_r
.
orderNo
}
</
Button
>
}
</>
)
},
...
...
src/pages/transaction/purchaseAbility/onlineBid/readySignUp/signUp.tsx
View file @
215b4721
...
...
@@ -72,11 +72,7 @@ const SignUpForm = () => {
setRefundDisabled
(
true
);
postPurchaseOnlineBiddingOnlineSignup
(
_params
).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
if
(
history
.
goBack
()
===
undefined
)
{
history
.
push
(
'/memberCenter/procurementAbility/onlineBid/search'
)
return
}
history
.
goBack
()
history
.
replace
(
'/memberCenter/procurementAbility/onlineBid/search'
)
}
else
{
setBtnLoading
(
false
);
setRefundDisabled
(
false
);
...
...
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