|
@@ -19,6 +19,7 @@ const cg_order_source_options = [
|
|
|
{ id: "3", label: "项目转单" },
|
|
|
{ id: "4", label: "平台导入" },
|
|
|
// { id: "5", label: "有赞平台" },
|
|
|
+ { id: "6", label: "售后补换货" },
|
|
|
]
|
|
|
const xs_order_source_options = [
|
|
|
// { id: "0", label: "备库单" },
|
|
@@ -27,5 +28,6 @@ const xs_order_source_options = [
|
|
|
{ id: "3", label: "项目转单" },
|
|
|
{ id: "4", label: "平台导入" },
|
|
|
// { id: "5", label: "有赞平台" },
|
|
|
+ { id: "6", label: "售后补换货" },
|
|
|
]
|
|
|
export { statusList, cg_order_type_options, xs_order_type_options, cg_order_source_options, xs_order_source_options };
|