声
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
const reportDate = aoa[2][0].replace(/[^\d]+/g, "-");
|
||||
|
||||
const acidList = aoa.filter((item) => {
|
||||
return item.length >= 23 && item[0] && !item[0].includes("编号");
|
||||
return item.length >= 16 && item[0] && !item[0].includes("编号");
|
||||
});
|
||||
// 解析成对象数组
|
||||
const billName = aoa[0][0] + aoa[1][0];
|
||||
|
||||
Reference in New Issue
Block a user