Commit 52a16810 by Sxy

Merge branch 'ic-deliver' of gitlab.gongsibao.com:jiangyong/zhichan into ic-deliver

parents c73279ae 1a6e36c6
...@@ -210,7 +210,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -210,7 +210,7 @@ class DeliverybillCtl extends CtlBase {
rarr.baseInfo.buyDuration = rs.delivery_info.buyDuration;//购买时长 rarr.baseInfo.buyDuration = rs.delivery_info.buyDuration;//购买时长
} }
if (rs.delivery_info.buyTime && rs.delivery_info.buyTime != 'undefined') { if (rs.delivery_info.buyTime && rs.delivery_info.buyTime != 'undefined') {
rarr.baseInfo.buyTime = rs.delivery_info.buyTime;//购买时间 rarr.baseInfo.buyTime = this.timeFormat(rs.delivery_info.buyTime);//购买时间
} }
if (rs.delivery_info.startTime && rs.delivery_info.startTime != 'undefined') { if (rs.delivery_info.startTime && rs.delivery_info.startTime != 'undefined') {
rarr.baseInfo.startTime = rs.delivery_info.startTime;//开始计费时间 rarr.baseInfo.startTime = rs.delivery_info.startTime;//开始计费时间
......
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