From 5c281df516bb4118d7448e095ef18274af4beb9b Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Thu, 28 Nov 2024 10:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=BA=BF=E8=BE=B9=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../countManage/count/countJobMain/index.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/wms/countManage/count/countJobMain/index.vue b/src/views/wms/countManage/count/countJobMain/index.vue index 32bbf56c2..f7923ec53 100644 --- a/src/views/wms/countManage/count/countJobMain/index.vue +++ b/src/views/wms/countManage/count/countJobMain/index.vue @@ -238,15 +238,15 @@ const butttondata = (row, $index) => { link: true, //文本展现按钮 hasPermi: '' // wms:count-job-main:importCountJob }, - { - label: '线边盘点', - name: 'lineTypeImport', - hide: !(row.status==2&&row.lineType==true), - type: 'success', - color: '', - link: true, //文本展现按钮 - hasPermi: '' // wms:count-job-main:lineTypeImport - }, + // { + // label: '线边盘点', + // name: 'lineTypeImport', + // hide: !(row.status==2&&row.lineType==true), + // type: 'success', + // color: '', + // link: true, //文本展现按钮 + // hasPermi: '' // wms:count-job-main:lineTypeImport + // }, defaultButtons.mainListJobAbaBtn({ hide: isShowMainButton(row, ['2']) }), // 放弃 { label: '完成',