|
@@ -79,7 +79,7 @@
|
|
|
label: '重算',
|
|
|
disabled: record.status == 0 || (record.status == -2 && record.payStatus != 1),
|
|
|
ifShow:
|
|
|
- getTypeCheckPerm('scenes-recalculate') && tableType != 3 && record.status != -4,
|
|
|
+ getTypeCheckPerm('scenes-recalculate') && tableType != 3 && record.status != -4 && tableType != 57 && tableType != 58,
|
|
|
popConfirm: {
|
|
|
title: '是否重算?',
|
|
|
confirm: handleReset.bind(null, record),
|