Browse Source

调差去掉此分支的修改

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

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

@ -877,12 +877,10 @@ 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) { if (row.differencePriceTotalMain || row.discountAmount1 || row.claimTaxAmount || !fileList || fileList.length == 0) {
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