From 74d272ab37cfa82a8cb0ae5e4e38a99a4ab96aaa Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Sun, 11 Aug 2024 16:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E8=A1=A8=E6=95=B0=E6=8D=AE=20?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=B1=95=E7=A4=BA=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymove/inventorymoveRecordMainNew/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue index 9446612dc..801dcdfd1 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue @@ -179,10 +179,10 @@ const openForm =async (type: string, row?: number) => { // 列表-操作按钮 // 列表-操作按钮 const butttondata = (row,$index) => { - const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1 - if(findIndex>-1&&findIndex<$index){ - return [] - } + // const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1 + // if(findIndex>-1&&findIndex<$index){ + // return [] + // } return [ defaultButtons.mainListPointBtn(null), // 标签打印 ]