- 添加 退货订单列表 未完成

This commit is contained in:
sin
2019-05-06 23:24:23 +08:00
parent 87ab3a6c87
commit a454ef415f
5 changed files with 172 additions and 6 deletions

View File

@@ -5,6 +5,11 @@ const DictionaryConstants = {
ORDER_STATUS: 'order_status',
ORDER_CANCEL_REASONS: 'order_cancel_reasons',
LOGISTICS_COMPANY: 'logistics_company',
// order return
ORDER_RETURN_STATUS: 'order_return_status',
ORDER_RETURN_REASON: 'order_return_reason',
ORDER_RETURN_SERVICE_TYPE: 'order_return_service_type',
};
export default DictionaryConstants;