|
@@ -110,7 +110,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: '重算',
|
|
label: '重算',
|
|
- disabled: record.status == 0 || (record.status == -2 && record.payStatus != 1),
|
|
|
|
|
|
+ disabled: (record.status == -2 && record.payStatus != 1),
|
|
ifShow:
|
|
ifShow:
|
|
getTypeCheckPerm('scenes-recalculate') &&
|
|
getTypeCheckPerm('scenes-recalculate') &&
|
|
tableType != 1 &&
|
|
tableType != 1 &&
|
|
@@ -156,7 +156,7 @@
|
|
userInfo.roleId == 1 ||
|
|
userInfo.roleId == 1 ||
|
|
userInfo.roleId == 45 ||
|
|
userInfo.roleId == 45 ||
|
|
userInfo.roleId == 48) && record.type != 5 && record.type != 7,
|
|
userInfo.roleId == 48) && record.type != 5 && record.type != 7,
|
|
- disabled: record.status == 0,
|
|
|
|
|
|
+ //disabled: record.status == 0,
|
|
//onClick: handleDelete.bind(null, record),
|
|
//onClick: handleDelete.bind(null, record),
|
|
popConfirm: {
|
|
popConfirm: {
|
|
title: '是否删除?',
|
|
title: '是否删除?',
|