Commit d59ba674 by Sxy

fix: 取值错误

parent 2860d3b8
...@@ -269,7 +269,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -269,7 +269,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 (let i = 0; i < position_t_info..positionData.length; i++) { for (let 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 = ( position_t_info.positionData[i].fixedPhone = (
system.decryptStr(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