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
f60c3bfa
Commit
f60c3bfa
authored
Jun 07, 2022
by
何洋
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jinfa-0518-order' into 'jinfa-0518'
fix: 订单查询隐藏删除 See merge request project/jinfa-platform!131
parents
72cd0a9d
a7f522b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
src/pages/transaction/purchaseOrder/index.tsx
+3
-3
No files found.
src/pages/transaction/purchaseOrder/index.tsx
View file @
f60c3bfa
...
...
@@ -211,7 +211,7 @@ const PurchaseOrder: React.FC<PurchaseOrderProps> = (props) => {
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation3'
})]:
record
.
showComment
,
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation4'
})]:
record
.
showModifyDeliverTime
,
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation6'
})]:
record
.
showRefund
,
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation7'
})]:
record
.
showDelete
,
//
[intl.formatMessage({id: 'purchaseOrder.operation7'})]: record.showDelete,
}
const
operationHandler
=
{
...
...
@@ -220,7 +220,7 @@ const PurchaseOrder: React.FC<PurchaseOrderProps> = (props) => {
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation3'
})]:
()
=>
handleEvaluate
(
record
.
orderId
),
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation4'
})]:
()
=>
handleAdjust
(
record
),
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation6'
})]:
()
=>
handleRefund
(
record
),
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation7'
})]:
()
=>
handleDelete
(
record
),
//
[intl.formatMessage({id: 'purchaseOrder.operation7'})]: () => handleDelete(record),
}
const
buttonPermissionsMap
=
{
...
...
@@ -229,7 +229,7 @@ const PurchaseOrder: React.FC<PurchaseOrderProps> = (props) => {
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation3'
})]:
'orderList.pingjia'
,
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation4'
})]:
'orderList.tiaozheng'
,
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation6'
})]:
'orderList.tuikuan'
,
[
intl
.
formatMessage
({
id
:
'purchaseOrder.operation7'
})]:
'orderList.shanchu'
,
//
[intl.formatMessage({id: 'purchaseOrder.operation7'})]: 'orderList.shanchu',
}
return
(
<
TableOperation
...
...
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