From 4cb4d2bbae45330a0e22ac0ac9d410bc453013bf Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Mon, 2 Sep 2024 19:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=80=80=E8=B4=A7=E6=8A=B1?= =?UTF-8?q?=E6=80=A8=E5=8D=95=E6=89=93=E5=8D=B0=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=9C=A8=E9=87=87=E8=B4=AD=E9=80=80=E8=B4=A7=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E4=B8=AD=E6=89=93=E5=8D=B0=20=20HL-5794?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturn/purchasereturnRecordMain/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue index 646d22353..b32e4d42e 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue @@ -136,14 +136,14 @@ const butttondata = (row,$index) => { if(findIndex>-1&&findIndex<$index){ return [] } - return [defaultButtons.mainListDocumentPrintBtn(null)] + // return [defaultButtons.mainListDocumentPrintBtn(null)] } // 列表-操作按钮事件 const buttonTableClick = async (val, row) => { if (val == 'documentPrint') { // 单据打印 - handleDocumentPrint(row.requestNumber,row.itemCode) + // handleDocumentPrint(row.requestNumber,row.itemCode) } }