|
@@ -63,12 +63,12 @@
|
|
|
},
|
|
|
{
|
|
|
label: '开票信息',
|
|
|
- ifShow: getCheckPerm('work_mark'),
|
|
|
+ ifShow: getCheckPerm('work_invoice') && (record.warrantyType == 1 || record.warrantyType == 2) && record.invoiceOpenStatus == 0,
|
|
|
onClick: handleInvoice.bind(null, record),
|
|
|
},
|
|
|
{
|
|
|
label: '签收',
|
|
|
- ifShow: getCheckPerm('work_mark') && record.status == 110 && record.isSignFor == 0,
|
|
|
+ ifShow: getCheckPerm('work_signFor') && record.status == 110 && record.isSignFor == 0,
|
|
|
onClick: handleSignFor.bind(null, record),
|
|
|
},
|
|
|
]"
|