spring
4 天以前 e0bea18c126ff9fd442491ee3a4f37f1faf76a7d
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) => {