From bb5e61344fef68ff8c22c38a722ab81d92b75d7b Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 3 Mar 2025 13:37:56 +0800 Subject: [PATCH] =?UTF-8?q?YT-1971=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchasePlanMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index 19bef105e..e765d25bb 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -482,7 +482,7 @@ const isShowMainButton1 = (row, val) => { { label: t('ts.创建发货申请'), name: 'supplierdeliver', - hide: isShowMainButton(row, ['4']), + hide: isShowMainButton(row, ['4']) || row.isShowCreateRequestButton, type: 'primary', icon: '', color: '',