共{{params.content.total}}个 单号:{{item.billno}} {{tag}} {{tag}} 客户:{{item.enterprisename||" --"}} 审核日期:{{item.checkdate|| ' --'}} 特价:{{item.specialoffer==1?'是':'否'}} 负责人:{{item.leader[0].name||' --'}} 已选:{{result.length}} 确定 module.exports = { isCheck: function (id, list) { return list.some(function (v) { return v == id }); }, }