From c8624ebac6835fe0151ce85138a08e2d3758470f Mon Sep 17 00:00:00 2001 From: chenfang <1057876684@qq.com> Date: Thu, 7 Nov 2024 08:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=99=A8=E5=85=B7=E5=BA=93=E5=AD=98=E4=BD=99?= =?UTF-8?q?=E9=A2=9D=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../balanceContainer/index.vue | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/src/views/wms/inventoryManage/balanceContainer/index.vue b/src/views/wms/inventoryManage/balanceContainer/index.vue index a00fdf2ec..c72deb283 100644 --- a/src/views/wms/inventoryManage/balanceContainer/index.vue +++ b/src/views/wms/inventoryManage/balanceContainer/index.vue @@ -150,9 +150,11 @@ const buttonBaseClick = (val, item) => { getList() } } else if (val == 'filtrate') { // 筛选 - } else if (val=='selection_point'){// 批量打印 - handleSelectionPoint() - } else { // 其他按钮 + } + // else if (val=='selection_point'){// 批量打印 + // handleSelectionPoint() + // } + else { // 其他按钮 console.log('其他按钮', item) } } @@ -220,22 +222,22 @@ const handleSelectionPoint = async ()=>{ // window.open(srcPoint.value+'&relateNumber='+rows.join(',')) } // 列表-操作按钮 -const butttondata = [ - { - label: '标签信息', - name: 'bqxx', - hide: false, - type: 'primary', - icon: '', - color: '', - link: true, - float:'right', - hasPermi: '' - }, - defaultButtons.mainListPointBtn(null), // 标签打印 - // defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), // 编辑 - // defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), // 删除 -] +// const butttondata = [ +// { +// label: '标签信息', +// name: 'bqxx', +// hide: false, +// type: 'primary', +// icon: '', +// color: '', +// link: true, +// float:'right', +// hasPermi: '' +// }, +// defaultButtons.mainListPointBtn(null), // 标签打印 +// // defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), // 编辑 +// // defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), // 删除 +// ] // 列表-操作按钮事件 const buttonTableClick = async (val, row) => {