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
ad00a837
Commit
ad00a837
authored
Jan 07, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复执行明细点订单号跳转
parent
4dd1c415
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
index.tsx
...ction/marketingAbility/platformexeCution/detail/index.tsx
+8
-2
index.tsx
...tion/marketingAbility/selfbuiltexeCution/detail/index.tsx
+9
-3
No files found.
src/pages/transaction/marketingAbility/platformexeCution/detail/index.tsx
View file @
ad00a837
...
...
@@ -166,7 +166,13 @@ const DetialLayout = () => {
{
title
:
'单据号'
,
key
:
'orderId'
,
dataIndex
:
'orderId'
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
.
skuId
}
</
Button
>
}
{
_r
.
recordType
===
2
&&
<
Button
type=
'link'
target=
'_blank'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/afterService/returnManage/returnQuery/detail?id=${_text}`
)
}
>
{
_r
.
orderNo
}
</
Button
>
}
</>
)
},
{
title
:
'单据类型'
,
...
...
@@ -373,7 +379,7 @@ const DetialLayout = () => {
'[startTime,endTime]'
:
{
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
`${intl.formatMessage({ id: '
marketingAbility.kaopingkaishishijian' })}`
,
`${intl.formatMessage({ id: 'marketingAbility.kaopingwanchengshijian
' })}`
],
placeholder
:
[
`${intl.formatMessage({ id: '
paltformSign.theStartTime' })}`
,
`${intl.formatMessage({ id: 'paltformSign.theEndOfTime
' })}`
],
allowClear
:
true
,
style
:
{
width
:
240
,
...
...
src/pages/transaction/marketingAbility/selfbuiltexeCution/detail/index.tsx
View file @
ad00a837
...
...
@@ -164,7 +164,13 @@ const DetialLayout = () => {
{
title
:
'单据号'
,
key
:
'orderId'
,
dataIndex
:
'orderId'
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
.
skuId
}
</
Button
>
}
{
_r
.
recordType
===
2
&&
<
Button
type=
'link'
target=
'_blank'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/afterService/returnManage/returnQuery/detail?id=${_text}`
)
}
>
{
_r
.
orderNo
}
</
Button
>
}
</>
)
},
{
title
:
'单据类型'
,
...
...
@@ -179,7 +185,7 @@ const DetialLayout = () => {
{
title
:
'客户名称'
,
key
:
'memberName'
,
dataIndex
:
'memberName'
dataIndex
:
'memberName'
,
},
{
title
:
'单据时间'
,
...
...
@@ -371,7 +377,7 @@ const DetialLayout = () => {
'[startTime,endTime]'
:
{
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
`${intl.formatMessage({ id: '
marketingAbility.kaopingkaishishijian' })}`
,
`${intl.formatMessage({ id: 'marketingAbility.kaopingwanchengshijian
' })}`
],
placeholder
:
[
`${intl.formatMessage({ id: '
paltformSign.theStartTime' })}`
,
`${intl.formatMessage({ id: 'paltformSign.theEndOfTime
' })}`
],
allowClear
:
true
,
style
:
{
width
:
240
,
...
...
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