Browse Source

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

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

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

@ -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()

Loading…
Cancel
Save