Commit d0bb75e6 by Sxy

优化 没有姓名时展示手机号

parent 463019a9
......@@ -24,6 +24,7 @@ class DeliverCtl extends CtlBase {
val.delivery_status = val['annualreports.status'] || system.ANNUALREPORT.WAITDECLARE;
}
val.source_name = system.SOURCENAME[val.source_name] || val.source_name;
val.salesman_name = val.salesman_opcode ? val.salesman_name : val.salesman_phone
result.push(val);
}
rs.results.rows = result;
......
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