|
|
@ -55,7 +55,7 @@ |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
<template #action="{ row, $index }"> |
|
|
|
<ButtonBaseMore |
|
|
|
<ButtonBaseMore :showMoreLength="wsCache.get('lang')=='en-US'?2:3" |
|
|
|
:Butttondata="butttondata(row, $index)" |
|
|
|
@button-base-click="buttonTableClick($event, row)" |
|
|
|
/> |
|
|
@ -548,6 +548,16 @@ const butttondata = (row, $index) => { |
|
|
|
// hasPermi: '', |
|
|
|
// link: true // 文本展现按钮 |
|
|
|
// }, // 上传履历表 |
|
|
|
{ |
|
|
|
label: t('ts.生成标签'), |
|
|
|
name: 'ssbq', |
|
|
|
hide: isShowMainButtonLabel(row, ['3']), |
|
|
|
type: 'primary', |
|
|
|
icon: '', |
|
|
|
color: '', |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:genLabels', |
|
|
|
link: true // 文本展现按钮 |
|
|
|
}, |
|
|
|
defaultButtons.mainListPointBtn({ |
|
|
|
hide: isShowMainButton(row, ['3', '8']), |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:printLabel' |
|
|
@ -564,6 +574,16 @@ const butttondata = (row, $index) => { |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:genRecords', |
|
|
|
link: true // 文本展现按钮 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: t('ts.重新生成标签'), |
|
|
|
name: 'ressbq', |
|
|
|
hide: isReGenLabelShowMainButtonLabel(row, ['3']), |
|
|
|
type: 'primary', |
|
|
|
icon: '', |
|
|
|
color: '', |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:genLabels', |
|
|
|
link: true // 文本展现按钮 |
|
|
|
}, |
|
|
|
defaultButtons.mainListPlanSubBtn({ |
|
|
|
hide: isShowMainButton(row, ['1']), |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:sub' |
|
|
@ -581,26 +601,8 @@ const butttondata = (row, $index) => { |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:update' |
|
|
|
}), // 编辑 |
|
|
|
// defaultButtons.mainListDeleteBtn({ hasPermi: 'wms:supplierdeliver-request-main:delete' }), // 删除 |
|
|
|
{ |
|
|
|
label: t('ts.生成标签'), |
|
|
|
name: 'ssbq', |
|
|
|
hide: isShowMainButtonLabel(row, ['3']), |
|
|
|
type: 'primary', |
|
|
|
icon: '', |
|
|
|
color: '', |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:genLabels', |
|
|
|
link: true // 文本展现按钮 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: t('ts.重新生成标签'), |
|
|
|
name: 'ressbq', |
|
|
|
hide: isReGenLabelShowMainButtonLabel(row, ['3']), |
|
|
|
type: 'primary', |
|
|
|
icon: '', |
|
|
|
color: '', |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:genLabels', |
|
|
|
link: true // 文本展现按钮 |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defaultButtons.mainListPurchasePlanCloBtn({ |
|
|
|
hide: isShowMainButton(row, ['1', '2', '4', '3']), |
|
|
|