Commit db515b9c by EDZ

交付往来渠道条件搜索

parent 7694d6ea
......@@ -34,6 +34,10 @@ class DeliverybillCtl extends CtlBase {
pobj.search.product_code=pobj.search.businessType
delete pobj.search.businessType
}
if (pobj.search && pobj.search.sourceName) {
pobj.search.source_name=pobj.search.sourceName
delete pobj.search.sourceName
}
const rs = await this.service.findAndCountAll(pobj);
let rarr = [];
......
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