|
@ -402,7 +402,7 @@ const searchTableSuccessDetail = async (formField, searchField, val, formRef,sea |
|
|
{ |
|
|
{ |
|
|
label: t('ts.打印'), |
|
|
label: t('ts.打印'), |
|
|
name: 'mian_print', |
|
|
name: 'mian_print', |
|
|
hide: !row.voucher_number, |
|
|
hide: !(roleList.value.indexOf('financial_accounting')>-1 && row.status==5), |
|
|
type: 'primary', |
|
|
type: 'primary', |
|
|
color: '', |
|
|
color: '', |
|
|
link: true, // 文本展现按钮 |
|
|
link: true, // 文本展现按钮 |
|
@ -570,6 +570,8 @@ const handleImport = () => { |
|
|
detailAnnexTable.value[0].hiddenUpload = true |
|
|
detailAnnexTable.value[0].hiddenUpload = true |
|
|
} |
|
|
} |
|
|
// 发票附件 |
|
|
// 发票附件 |
|
|
|
|
|
var a = roleList.value.indexOf('supplier_operator') |
|
|
|
|
|
debugger |
|
|
if(roleList.value.indexOf('supplier_operator')>-1&&(row.status=='3'||row.status=='7')){ |
|
|
if(roleList.value.indexOf('supplier_operator')>-1&&(row.status=='3'||row.status=='7')){ |
|
|
detailAnnexTable.value[1].hiddenDelete = false |
|
|
detailAnnexTable.value[1].hiddenDelete = false |
|
|
detailAnnexTable.value[1].hiddenUpload = false |
|
|
detailAnnexTable.value[1].hiddenUpload = false |
|
|