gaoluyang
5 天以前 35e6d916fcba5899041e239ab692371d25828f06
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) => {