说明 / 示例
records中增加三个字段
headType: 0企业,1个人
isSpecialInvoice: 0不是专票 1是专票
isDefault: 0不是默认抬头, 1是默认抬头
```javascript
records: [
{
id: 20,
title: "武汉奥楠yuan",
type: 0,
identification: "91420116666798717P",
addressPhone: null,
bankAcc: null,
openId: "o7Z245BVGo0j-ZI4UHUhIsPN2JbY",
sort: 0,
delFlag: 0,
createBy: "admin",
createTime: "2021-02-24 14:25:26",
updateBy: "admin",
updateTime: "2021-02-24 14:28:41",
address: null,
phone: null,
bank: null,
bankAccount: null,
/*新增*/
headType: "0企业,1个人",
isSpecialInvoice: "0不是专票 1是专票",
isDefault: "0不是默认抬头, 1是默认抬头"
}
]
```
增加筛选条件:
headType: 0企业,1个人
isSpecialInvoice: 0不是专票 1是专票
isDefault: 0不是默认抬头, 1是默认抬头
searchword: 根据名称模糊查询