From ef28068164ecc380bea87f7cda5819ceef23544e Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 20 Feb 2025 13:59:40 +0800 Subject: [PATCH] ECUP-377 --- .../supplierdeliver/purchasePlanMain/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index 4e50fbbe6..fa5a7d461 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -87,7 +87,7 @@ :apiDelete="PurchasePlanDetailApi.deletePurchasePlanDetail" @searchTableSuccessDetail="searchTableSuccessDetail" :detailValidate="detailValidate" - :detailButtonIsShowAddStatusArray="['1','3','4','5','6']" + :detailButtonIsShowAddStatusArray="['1','3','4','5']" :detailButtonIsShowEdit="true" :detailButtonIsShowDelete="true" :detailButtonIsShowAdd="true" @@ -423,7 +423,7 @@ const getSearchTableData = async (number,formField,searchField)=>{ defaultButtons.mainListPurchasePlanRejBtn({ hide: isShowMainButton(row, ['3']) }), // 不接受 defaultButtons.mainListPurchasePlanWitBtn({ hide: isShowMainButton(row, ['3']) }), // 下架 defaultButtons.mainListPurchasePlanModBtn({ hide: isShowMainButton(row, ['5']) }), // 修改 - defaultButtons.mainListEditBtn({ hide: !isShowMainButton(row, ['2']), hasPermi: 'wms:purchase-plan-main:update' }), // 编辑 + defaultButtons.mainListEditBtn({ hide: isShowMainButton(row, ['2']), hasPermi: 'wms:purchase-plan-main:update' }), // 编辑 // defaultButtons.mainListDeleteBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:purchase-plan-main:delete'}), // 删除 { label: t('ts.创建供应商发货申请'),