gaoluyang
4 天以前 58b06264755d1d8cb2a9da10586efd690083e5b3
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) => {