From 0b38200088ba3578c3ab6639f8376c79800c0fe9 Mon Sep 17 00:00:00 2001 From: lidm0086 Date: Fri, 2 Aug 2024 11:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=87=BA=E5=BA=93=E5=AF=B9?= =?UTF-8?q?=E4=BA=8E=E5=B7=B2=E5=AE=8C=E6=88=90=E7=8A=B6=E6=80=81=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E5=A2=9E=E5=8A=A0=E4=BD=9C=E5=BA=9F=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E4=BD=9C=E5=BA=9F=E5=90=8C=E6=97=B6=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?WMS=E5=BA=93=E5=AD=98=E5=BD=92=E8=BF=98=EF=BC=8C=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=A0=87=E8=AE=B0=E4=BD=9C=E5=BA=9F=EF=BC=8C=E4=BD=9C?= =?UTF-8?q?=E5=BA=9F=E6=8E=A5=E5=8F=A3=E4=BC=A0=E9=80=92=E4=B8=89=E4=B8=AA?= =?UTF-8?q?=E5=8A=A8=E4=BD=9C=EF=BC=8C=E5=B9=B6=E4=B8=94=E4=BD=9C=E5=BA=9F?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=8D=E8=83=BD=E9=87=8D=E6=96=B0=E6=89=93?= =?UTF-8?q?=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliversettlementManage/saleShipmentMainRequest/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/deliversettlementManage/saleShipmentMainRequest/index.vue b/src/views/wms/deliversettlementManage/saleShipmentMainRequest/index.vue index c22665b6e..d5407b550 100644 --- a/src/views/wms/deliversettlementManage/saleShipmentMainRequest/index.vue +++ b/src/views/wms/deliversettlementManage/saleShipmentMainRequest/index.vue @@ -243,7 +243,7 @@ const butttondata = (row,$index) => { defaultButtons.mainListTurnDownBtn({hide:isShowMainButton(row,['2']),hasPermi:'wms:sale-shipment-main-request:refused'}), // 驳回 defaultButtons.mainListApproveBtn({hide:isShowMainButton(row,['2']),hasPermi:'wms:sale-shipment-main-request:agree'}), // 审批通过 defaultButtons.mainListHandleBtn({hide:isShowMainButton(row,['3']),hasPermi:'wms:sale-shipment-main-request:handle'}), // 处理 - defaultButtons.mainListAbortBtn({hide:isShowMainButton(row,['8']),hasPermi:'wms:sale-shipment-main-request:handle'}), // 终止 + defaultButtons.mainListAbortBtn({hide:isShowMainButton(row,['8']),hasPermi:'wms:sale-shipment-main-request:abort'}), // 终止 // defaultButtons.mainListDeleteBtn({hasPermi:'wms:sale-shipment-main-request:delete'}), // 删除 ] }