Browse Source

YT-2863供应商发票申请和记录,增加【调差附件】TAB页。

intex_online_narushoulingshu
张立 2 weeks ago
parent
commit
89264f43ba
  1. 4
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

4
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -877,10 +877,12 @@ const buttonTableClick = async (val, row) => {
tableId: row.masterId || row.id, tableId: row.masterId || row.id,
tableName: 'adjustmentAttachment' tableName: 'adjustmentAttachment'
}) })
if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount || !fileList || fileList.length == 0) { if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount) {
if (!fileList || fileList.length == 0) {
message.alertWarning('请上传调差附件!') message.alertWarning('请上传调差附件!')
return return
} }
}
// //
const res = await checkInvoicingCalendar() const res = await checkInvoicingCalendar()
if (res?.flag) { if (res?.flag) {

Loading…
Cancel
Save