|
|
@ -511,10 +511,11 @@ const butttondata = (row, $index) => { |
|
|
|
return [] |
|
|
|
} |
|
|
|
return [ |
|
|
|
defaultButtons.mainListPurchasePlanOpeBtn({ |
|
|
|
hide: isShowMainButton(row, ['5']), |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:open' |
|
|
|
}), // 打开 |
|
|
|
//202408111354需求变更供应商发货申请关闭后不能打开 去掉打开按钮 |
|
|
|
// defaultButtons.mainListPurchasePlanOpeBtn({ |
|
|
|
// hide: isShowMainButton(row, ['5']), |
|
|
|
// hasPermi: 'wms:supplierdeliver-request-main:open' |
|
|
|
// }), // 打开 |
|
|
|
defaultButtons.mainListPlanUploadQualityReportBtn({ |
|
|
|
hide: isShowMainButton(row, ['1', '2', '3']), |
|
|
|
hasPermi: 'wms:supplierdeliver-request-main:uploadCheck' |
|
|
|