曹睿
2 天以前 9fcd064cdceb323554b0d39b3cdb2c14f9c47666
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;
};
// 查询列表