From 7bd977579c811311678653a60b4f3e939ee1f854 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Mon, 24 Mar 2025 19:30:39 +0800 Subject: [PATCH] =?UTF-8?q?YT-2222SCP=E3=80=8A=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E7=94=B3=E8=AF=B7=E3=80=8B=E4=B8=AD=E3=80=90?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A0=87=E7=AD=BE=E3=80=91=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E5=A6=82=E6=9E=9C=E6=B2=A1=E7=82=B9=E5=87=BB=E8=BF=87?= =?UTF-8?q?=E3=80=90=E6=89=93=E5=8D=B0=E6=A0=87=E7=AD=BE=E3=80=91=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=97=B6=EF=BC=8C=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E6=98=AF=E8=93=9D=E8=89=B2=EF=BC=9B=E5=A6=82=E6=9E=9C=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E7=82=B9=E5=87=BB=E8=BF=87=E3=80=90=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E3=80=91=E6=8C=89=E9=92=AE=EF=BC=8C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=A2=9C=E8=89=B2=E5=8F=98=E6=88=90=E6=A9=99=E8=89=B2?= =?UTF-8?q?=E3=80=82=EF=BC=88=E5=8F=AA=E5=9C=A8=E4=B8=8D=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E8=BF=99=E4=B8=AA=E5=8A=9F=E8=83=BD=E5=8D=B3?= =?UTF-8?q?=E5=8F=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/supplierdeliverRequestMain/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue index 4e399c439..c47f6a07c 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue @@ -560,6 +560,7 @@ const butttondata = (row, $index) => { }, defaultButtons.mainListPointBtn({ hide: isShowMainButton(row, ['3', '8']), + type: row.isShowSuccess ? 'success' : 'primary', hasPermi: 'wms:supplierdeliver-request-main:printLabel' }), // 标签打印 //defaultButtons.mainListDocumentPrintBtn({ hide: isShowMainButton(row, ['3','8']) }), // 单据打印 @@ -1233,6 +1234,7 @@ const labelPrint = async (row) => { tableColumns.forEach((item) => { item.width = item.table?.width }) + row.isShowSuccess = true searchTableRef.value.openData(t('ts.标签信息'), tableObjectPrint, { tableColumns }, true) }