From c58a4988415e9b15030eff101a7507aadf7cba39 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Wed, 16 Jul 2025 08:36:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=B7=AE=E5=8E=BB=E6=8E=89=E6=AD=A4?= =?UTF-8?q?=E5=88=86=E6=94=AF=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoice/supplierinvoiceRequestMain/index.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue index ee8f443de..b563f792d 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue @@ -877,11 +877,9 @@ const buttonTableClick = async (val, row) => { tableId: row.masterId || row.id, tableName: 'adjustmentAttachment' }) - if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount) { - if (!fileList || fileList.length == 0) { - message.alertWarning('请上传调差附件!') - return - } + if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount || !fileList || fileList.length == 0) { + message.alertWarning('请上传调差附件!') + return } // 校验是否可以开票 const res = await checkInvoicingCalendar()