Commit 31ae909e by 蒋勇

d

parent 4b59539f
......@@ -26,8 +26,10 @@ class DeliverybillCtl extends CtlBase {
robj.businessName = element.product_name;//产品名称
robj.businessType = element.product_code;//产品编码
robj.sourceName = element.source_name;//渠道来源
robj.source_name = element.source_name;//渠道来源
robj.channelNumber = element.source_number;//渠道编码
robj.servicerName = element.facilitator_name;
robj.facilitator_name = element.facilitator_name;
robj.serviceName = element.facilitator_name;
robj.baseInfo = element.delivery_info;//交付单详情
robj.payStatus = element.delivery_info.payStatus;//交付状态
robj.costPrice = element.cost_price;//成本
......
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