From 7e11648e02d9e68321e455be7035f11f219f2c47 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 10 Dec 2024 14:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=BE=B9=E7=9B=98=E7=82=B9=E9=9A=90?= =?UTF-8?q?=E8=97=8F?= 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 cb744daa7..41057a8b6 100644 --- a/src/views/wms/countManage/count/countJobMain/index.vue +++ b/src/views/wms/countManage/count/countJobMain/index.vue @@ -239,15 +239,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: '完成',