Commit 7283b64f by EDZ

交付往来渠道条件搜索

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