Commit 9307cc8d by 王勇飞

gyq

parent f20b9880
...@@ -136,6 +136,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -136,6 +136,7 @@ class DeliverybillCtl extends CtlBase {
try { try {
var rs = await this.service.findInfoByDeliverCode(pobj); var rs = await this.service.findInfoByDeliverCode(pobj);
var ms = await this.materialService.findInfoByDeliverNumber(pobj); var ms = await this.materialService.findInfoByDeliverNumber(pobj);
console.log("ms___________________________" + JSON.stringify(ms));
var rarr = { var rarr = {
"baseInfo": {}, "baseInfo": {},
"contactsInfo": {}, "contactsInfo": {},
...@@ -260,7 +261,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -260,7 +261,7 @@ class DeliverybillCtl extends CtlBase {
} }
if (position_t_info.positionData && position_t_info.positionData.length > 0) { if (position_t_info.positionData && position_t_info.positionData.length > 0) {
for (var i = 0; i < pobj.positionInfo.positionData.length; i++) { for (var i = 0; i < position_t_info.positionData.length; i++) {
if (position_t_info.positionData[i].fixedPhone && position_t_info.positionData[i].fixedPhone != 'undefined') { if (position_t_info.positionData[i].fixedPhone && position_t_info.positionData[i].fixedPhone != 'undefined') {
position_t_info.positionData[i].fixedPhone = system.decryptStr(position_t_info.positionData[i].fixedPhone); position_t_info.positionData[i].fixedPhone = system.decryptStr(position_t_info.positionData[i].fixedPhone);
} }
......
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