From 73c6e319d2b8c8858912a3c3e49a801c6dfca6d0 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Fri, 28 Mar 2025 11:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E5=8E=BB=E6=8E=89=E5=8F=91=E8=B4=A7=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchasePlanMain/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index e5c5e95b3..ffe41d404 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -482,7 +482,8 @@ const isShowMainButton1 = (row, val) => { { label: t('ts.创建发货申请'), name: 'supplierdeliver', - hide: isShowMainButton(row, ['4']) || !row.isShowCreateRequestButton, + // hide: isShowMainButton(row, ['4']) || !row.isShowCreateRequestButton, + hide: isShowMainButton(row, ['4']), type: 'primary', icon: '', color: '',