Project

General

Profile

解析Bug #226

Fedex tracking function doesn't work in OTS

Added by Xihua Fan about 3 years ago. Updated about 1 year ago.

Status:
已关闭
Priority:
普通
Assignee:
Target version:
IT: Easytryck (Sweden) - v3.0
Start date:
10/10/2022
Due date:
10/10/2022
% Done:

100%

Estimated time:
8.00 h
Spent time:

Description

Task Details
  1. The difference tracking(such as 770066207282) time between OTS and Fedex Website (https://www.fedex.com/fedextrack/?trknbr=770066207282&trkqual=2459852000~770066207282~FX)
    Fedex API 支持
    Fedex 客服
Input
  • Claim from Andy
Output
  • Report and Solution

Others


Related issues

Related to 解析Bug #181: DHL tracking function doesn't work in OTS已关闭Xihua Fan04/20/202204/22/2022

Actions
#1

Updated by Xihua Fan about 3 years ago

  • Description updated (diff)
#2

Updated by Xihua Fan about 3 years ago

  • Description updated (diff)
#3

Updated by Xihua Fan about 3 years ago

  • Related to 解析Bug #181: DHL tracking function doesn't work in OTS added
#4

Updated by Zhongbao Ye about 3 years ago

  • Status changed from 进行中 to 已关闭
  • % Done changed from 0 to 100

Solution:
Because getMonth in js returns an integer value from 0 to 11, you need to add one month to the display of the month.

Note: A forced refresh of the page is required. Ctrl + F5

order/ui/desktop/js/order.js

old: return{ymd:a.getFullYear()+"/"+a.getMonth()+"/"+a.getDate()
new: return{ymd:a.getFullYear()+"/"+(a.getMonth()+1)+"/"+a.getDate()

#5

Updated by Xihua Fan about 1 year ago

  • Target version set to v3.0

Also available in: Atom PDF