Commit e43e1931 authored by lxd's avatar lxd

feat: 问题修复

parent 21851882
......@@ -27,7 +27,7 @@ const ReconciliationQuery = () => {
const billType = data[0]?.billType;
const sameData = data.filter(item => item.billType === billType);
if (data.length === sameData.length && sameData.length < 32) {
const billName = billType === '10' ? '销售' : '售后';
const billName = billType === 10 ? '销售' : '售后';
setbillName(billName);
return true;
}
......
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