|
|
@ -877,9 +877,11 @@ const buttonTableClick = async (val, row) => { |
|
|
|
tableId: row.masterId || row.id, |
|
|
|
tableName: 'adjustmentAttachment' |
|
|
|
}) |
|
|
|
if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount || !fileList || fileList.length == 0) { |
|
|
|
message.alertWarning('请上传调差附件!') |
|
|
|
return |
|
|
|
if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount) { |
|
|
|
if (!fileList || fileList.length == 0) { |
|
|
|
message.alertWarning('请上传调差附件!') |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
// 校验是否可以开票 |
|
|
|
const res = await checkInvoicingCalendar() |
|
|
|