spring
8 天以前 88218d4c0aa344ae1d9f949d2465e1d143f2d3dc
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) => {