From ebbdd2731ca6a995f554667a127ff9f18c083a48 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Wed, 26 Mar 2025 22:36:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=B8=80=E6=AC=A1=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E7=94=B3=E8=AF=B7=E4=B9=8B=E5=90=8E=EF=BC=8C=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=8C=89=E9=92=AE=E4=B8=8D=E8=A7=81=E4=BA=86=EF=BC=88?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E8=BF=98=E5=8F=AF=E4=BB=A5=E7=BB=A7=E7=BB=AD?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=EF=BC=89?= 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 e765d25bb..e5c5e95b3 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']) || row.isShowCreateRequestButton, + hide: isShowMainButton(row, ['4']) || !row.isShowCreateRequestButton, type: 'primary', icon: '', color: '',