Commit 082771f5 authored by lxd's avatar lxd

feat:问题修复

parent b168c845
...@@ -27,7 +27,7 @@ const SettlementSheet = () => { ...@@ -27,7 +27,7 @@ const SettlementSheet = () => {
0, 0,
); );
if (totalPrice <= 0) { if (totalPrice <= 0) {
notification.error({ message: '当前结算金额为0或负' }); notification.warning({ message: '当前结算金额为0或负' });
} }
}; };
// 检查帐期类型的最多下载条数 // 检查帐期类型的最多下载条数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment