Commit 7d29d02a by Sxy

feat: 所属人筛选

parent d41060e7
......@@ -97,6 +97,13 @@ class DeliverybillDao extends Dao {
delete qc.where.deliveryStatus;
}
if (qc.where.owner) {
filters.push({
salesman_name: qc.where.owner
});
delete qc.where.owner;
}
if (qc.where.setupStatus) {
if (qobj && qobj.search && qobj.search.setupStatus && qobj.search.setupStatus === system.SERVERSESTATUS.SETUP) {
filters.push({
......
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