gaoluyang
3 天以前 6c0394cf02a9b870fc52b233c026c5f25736a70a
src/views/salesManagement/receiptPayment/index.vue
@@ -514,7 +514,7 @@
    return;
  }
  if (selectedRows.value[0].noReceiptAmount == 0) {
    proxy.$modal.warning("无需再回款");
    proxy.$modal.msgWarning("无需再回款");
    return;
  }
  invoiceInfo({ id: selectedRows.value[0].id }).then((res) => {