Browse Source

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

intex_online20250724
张立 1 week ago
parent
commit
2e210a0527
  1. 18
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

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

@ -873,14 +873,16 @@ 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) {
if (!fileList || fileList.length == 0) {
message.alertWarning('请上传调差附件!')
return
}
}
//
const res = await checkInvoicingCalendar()
if (res?.flag) {

Loading…
Cancel
Save