Commit 40a65bda by Sxy

fix: 添加遗漏字段

parent 273608df
...@@ -137,11 +137,11 @@ class DeliverybillService extends ServiceBase { ...@@ -137,11 +137,11 @@ class DeliverybillService extends ServiceBase {
result.schemeData = { result.schemeData = {
demandCode: schemeData.demand_code, // 需求编号 demandCode: schemeData.demand_code, // 需求编号
schemeCode: deliverData.scheme_number,//方案编号 schemeCode: deliverData.scheme_number,//方案编号
// 服务类型 serviceType: schemeData.service_type,// 服务类型
companyType: schemeData.company_type,//公司类型 companyType: schemeData.company_type,//公司类型
area: schemeData.service_name,//服务地区 area: schemeData.service_name,//服务地区
buyDuration: schemeData.buy_duration,//购买时长 buyDuration: schemeData.buy_duration,//购买时长
buyNumber: schemeData.number,//购买数量 // buyNumber: schemeData.number,//购买数量
totalCost: schemeData.total_cost,//总计费用 totalCost: schemeData.total_cost,//总计费用
note: schemeData.remarks//备注 note: schemeData.remarks//备注
} }
......
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