|
|
@ -239,11 +239,11 @@ const butttondata = (row, $index) => { |
|
|
|
hide: isShowputawayRequestFlagButton(row) |
|
|
|
}), // 生成到货检验申请 |
|
|
|
defaultButtons.mainPutawayRequestBtn({ |
|
|
|
hasPermi: 'wms:tool-purchasereceipt-record-main:createPutawayRequest', |
|
|
|
hide: row.isPutaway==1?row.putawayRequestFlag == 'FALSE':'TRUE' |
|
|
|
// hasPermi: 'wms:tool-purchasereceipt-record-main:createPutawayRequest', |
|
|
|
hide: (row.isPutaway==1 || row.putawayRequestFlag == 'FALSE')?false:true |
|
|
|
}), // 生成采购上架申请 |
|
|
|
defaultButtons.mainPurchasereturnRecordBtn({ |
|
|
|
hasPermi: 'wms:tool-purchasereceipt-record-main:createPurchasereturnRecord', |
|
|
|
hasPermi: true, |
|
|
|
hide: row.purchasereturnRecordFlag == 'FALSE' |
|
|
|
}), // 生成采购退后记录申请 |
|
|
|
//defaultButtons.mainListPlanCheckQualityReportBtn({hide:row.orderTypeM == "2"}), // 查看质检报告 |
|
|
|