|
@@ -23,6 +23,7 @@ const cg_order_source_options = [
|
|
|
{ id: "5", label: "有赞平台" },
|
|
|
{ id: "6", label: "售后补换货" },
|
|
|
{ id: "7", label: "报备转单" },
|
|
|
+ // { id: "8", label: "支付渠道" }
|
|
|
]
|
|
|
const xs_order_source_options = [
|
|
|
// { id: "0", label: "备库单" },
|
|
@@ -32,6 +33,6 @@ const xs_order_source_options = [
|
|
|
{ id: "4", label: "平台导入" },
|
|
|
{ id: "5", label: "有赞平台" },
|
|
|
{ id: "6", label: "售后补换货" },
|
|
|
- { id: "7", label: "报备转单" },
|
|
|
+ // { id: "8", label: "支付渠道" },
|
|
|
]
|
|
|
export { statusList, cg_order_type_options, xs_order_type_options, cg_order_source_options, xs_order_source_options };
|