Commit 4d5600c3 by Sxy

fix: 取顾问名称

parent d0584796
...@@ -25,7 +25,7 @@ class DeliverCtl extends CtlBase { ...@@ -25,7 +25,7 @@ class DeliverCtl extends CtlBase {
} }
val.v_action_type = val.v_action_type || "新办" val.v_action_type = val.v_action_type || "新办"
val.source_name = system.SOURCENAME[val.source_name] || val.source_name; val.source_name = system.SOURCENAME[val.source_name] || val.source_name;
val.salesman_name = val.salesman_opcode ? val.salesman_name : val.salesman_phone val.salesman_name = val.salesman_opcode ? val.salesman_name : (val.salesman_name || val.salesman_phone)
val.selling_price = val.selling_price / 100 val.selling_price = val.selling_price / 100
result.push(val); result.push(val);
} }
......
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