Commit f60c3bfa authored by 何洋's avatar 何洋

Merge branch 'jinfa-0518-order' into 'jinfa-0518'

fix: 订单查询隐藏删除 See merge request project/jinfa-platform!131
parents 72cd0a9d a7f522b6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment