Commit f066eaf4 by 王勇飞

gyq

parent 0ca979a1
......@@ -134,6 +134,7 @@ class DeliverybillCtl extends CtlBase {
rarr.id = rs.id;//数据的id
rarr.baseInfo.deliverNumber = rs.delivery_code;//交付单编号
rarr.baseInfo.businessName = rs.product_name;//产品名称
rarr.baseInfo.businessMode = rs.demand_code;//shangjibianhao
rarr.baseInfo.businessType = rs.product_code;//产品编码
rarr.baseInfo.channelSource = rs.source_name;//渠道名称
rarr.baseInfo.channelNumber = rs.source_number;//渠道编码
......@@ -695,6 +696,13 @@ class DeliverybillCtl extends CtlBase {
if (pobj.baseInfo.contactsPhone && pobj.baseInfo.contactsPhone != 'undefined') {
pobj.cacheInfo.cmpContactInfo.contactsPhone = pobj.baseInfo.contactsPhone;
}
if (pobj.baseInfo.virtualPrice && pobj.baseInfo.virtualPrice != 'undefined'){//虚拟地址价格
pobj.cacheInfo.virtualPrice = pobj.baseInfo.virtualPrice;
}
if ((pobj.deliverNumber != pobj.txOrderNum) && (pobj.businessType == "sealSevCase" || pobj.businessType == "agentCase")){
pobj.companyInfo = {};
}
//更新状态给庄冰
var rc = system.getObject("util.execClient");
......
......@@ -28,21 +28,21 @@ var settings = {
if (this.env == "dev") {
return "http://192.168.1.140:4011/api/receive/entService/springBoard";
} else {
return "";
return "http://brguser.brg.tencentyun.com";
}
},
queueUrl: function () {
if (this.env == "dev") {
return "http://192.168.1.128:4018/api/queueAction/producer/springBoard";
} else {
return "";
return "http://queue.brg.tencentyun.com";
}
},
wdyUrl: function () {
if (this.env == "dev") {
return "http://192.168.1.113:4011/api/action/order/springBoard";
} else {
return "";
return "http://brguser.brg.tencentyun.com";
}
},
pmappid: 1,
......
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