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) // handleApp(row.id)
// ,0 // ,0
// const fileList = await FileApi.getFileList({ const fileList = await FileApi.getFileList({
// 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) {
// message.alertWarning('') if (!fileList || fileList.length == 0) {
// return message.alertWarning('请上传调差附件!')
// } return
}
}
// //
const res = await checkInvoicingCalendar() const res = await checkInvoicingCalendar()
if (res?.flag) { if (res?.flag) {

Loading…
Cancel
Save