From d3356f909a635c29dd18ed48a721a70403c60ddd Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 25 Nov 2024 17:07:22 +0800 Subject: [PATCH] =?UTF-8?q?YT-1258=E5=8F=B7=E8=AF=95=E5=93=81=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E6=94=B6=E8=B4=A7=E8=AE=B0=E5=BD=95=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=EF=BC=8C=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=80=80=E8=B4=A7=E8=AE=B0=E5=BD=95=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=B1=8F=E8=94=BD=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../developPurchasereceiptRecordMain/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() })