diff --git a/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/index.vue b/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/index.vue index d0c1aaa02..12348f8a5 100644 --- a/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/index.vue @@ -247,9 +247,9 @@ const butttondata = (row, $index) => { hasPermi: 'wms:purchasereceipt-record-main:createPutawayRequest', hide: row.isPutaway==1?row.putawayRequestFlag == 'FALSE':'TRUE' }), // 生成采购上架申请 - defaultButtons.mainPurchasereturnRecordBtn({ - hide: (row.isPutaway==1 && row.putawayRequestFlag == 'FALSE')?false:true - }), // 生成采购退后记录申请 + // defaultButtons.mainPurchasereturnRecordBtn({ + // hide: (row.isPutaway==1 && row.putawayRequestFlag == 'FALSE')?false:true + // }), // 生成采购退后记录申请 //defaultButtons.mainListPlanCheckQualityReportBtn({hide:row.orderTypeM == "2"}), // 查看质检报告 defaultButtons.mainListPlanCheckQualityReportBtn({ hide: isShowSourceTypeButton(row) }), // 查看质检报告 defaultButtons.mainListPrintInspectionBtn({ hide: isShowSCPAndQMSButton() })