|
|
@ -655,6 +655,15 @@ const butttondata = (row,$index) => { |
|
|
|
defaultButtons.mainListApproveBtn({hide:isShowMainButton(row,['2']),hasPermi:'wms:productscrap-request-main:agree'}), // 审批通过 |
|
|
|
defaultButtons.mainListHandleBtn({hide:isShowMainButton(row,['3']),hasPermi:'wms:productscrap-request-main:handle'}), // 处理 |
|
|
|
defaultButtons.mainListEditBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:productscrap-request-main:update'}), // 编辑 |
|
|
|
{ |
|
|
|
label: '更改BOM数量', |
|
|
|
name: 'updateBomQty', |
|
|
|
hide: isShowMainButton(row,['1']), |
|
|
|
type: 'warning', |
|
|
|
color: '', |
|
|
|
link: true, // 文本展现按钮 |
|
|
|
hasPermi: 'wms:productscrap-request-main:update' |
|
|
|
}, |
|
|
|
// defaultButtons.mainListDeleteBtn({hasPermi:'wms:productscrap-request-main:delete'}), // 删除 |
|
|
|
] |
|
|
|
} |
|
|
|