Commit dc8cf519 by Sxy

fix: 价格

parent fe11c217
...@@ -25,12 +25,12 @@ class DeliverCtl extends CtlBase { ...@@ -25,12 +25,12 @@ class DeliverCtl extends CtlBase {
} }
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_phone
val.selling_price = val.selling_price / 100
result.push(val); result.push(val);
} }
rs.results.rows = result; rs.results.rows = result;
return system.getResult(rs); return system.getResult(rs);
} }
// 查询 详情 // 查询 详情
async findInfo(pobj, qobj, req) { async findInfo(pobj, qobj, req) {
if (!pobj.id) { if (!pobj.id) {
......
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