Commit e9c7baa1e9fbc61def02be5ff936206a944de206

Authored by 曾国涛
1 parent 3432e885

feat: 新增中通快递。

Showing 1 changed file with 1 additions and 0 deletions
src/pages/Order/constant.ts
... ... @@ -141,6 +141,7 @@ export const getInvoicingType = (subOrder: any) => {
141 141 export const LOGISTICS_STATUS_OPTIONS = {
142 142 JINGDONG_LOGISTICS: '京东',
143 143 SF_EXPRESS: '顺丰',
  144 + ZHONGTONG_LOGISTICS: '中通快递',
144 145 DEBANG_LOGISTICS: '德邦物流',
145 146 YUNDA_LOGISTICS: '韵达快递',
146 147 OTHER_LOGISTICS: '其他物流方式',
... ...