From 1fee8ca907961d4acd7e3127c901b1322aa597dd Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Mon, 14 Jul 2025 13:53:11 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=AE=A1=E6=89=B9=E5=8E=BB?=
=?UTF-8?q?=E6=8E=89=E8=AF=B7=E4=B8=8A=E4=BC=A0=E8=B0=83=E5=B7=AE=E9=99=84?=
=?UTF-8?q?=E4=BB=B6=E7=9A=84=E9=AA=8C=E8=AF=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../supplierinvoiceRequestMain/index.vue | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue
index b563f792d..3fa00debf 100644
--- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue
+++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue
@@ -873,14 +873,14 @@ const buttonTableClick = async (val, row) => {
// handleApp(row.id)
// 校验是否上传调差附件,、价差合计、返利未税金额、索赔税额有一项是0的时候或者调差附件未上传的时候要提示未
- const fileList = await FileApi.getFileList({
- tableId: row.masterId || row.id,
- tableName: 'adjustmentAttachment'
- })
- if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount || !fileList || fileList.length == 0) {
- message.alertWarning('请上传调差附件!')
- return
- }
+ // const fileList = await FileApi.getFileList({
+ // tableId: row.masterId || row.id,
+ // tableName: 'adjustmentAttachment'
+ // })
+ // if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount || !fileList || fileList.length == 0) {
+ // message.alertWarning('请上传调差附件!')
+ // return
+ // }
// 校验是否可以开票
const res = await checkInvoicingCalendar()
if (res?.flag) {