|
|
@ -560,7 +560,7 @@ const butttondata = (row, $index) => { |
|
|
|
}, |
|
|
|
defaultButtons.mainListPointBtn({ |
|
|
|
hide: isShowMainButton(row, ['3', '8']), |
|
|
|
type: row.isShowSuccess ? 'success' : 'primary', |
|
|
|
type: row.isShowSuccess ? 'warning' : 'primary', |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:printLabel' |
|
|
|
}), // 标签打印 |
|
|
|
//defaultButtons.mainListDocumentPrintBtn({ hide: isShowMainButton(row, ['3','8']) }), // 单据打印 |
|
|
|