曹睿
2025-06-28 14d71170912935b50f4e4e3f605c5305f2757fc3
src/views/salesManagement/invoiceRegistration/index.vue
@@ -449,7 +449,7 @@
};
const formattedInputNumber = (value) => {
  return parseFloat(value).toFixed(2);
  return value ? parseFloat(value).toFixed(2) : 0;
};
// 查询列表