|
@@ -6,11 +6,13 @@ const cg_order_type_options = [
|
|
|
{ id: "1", label: "备库单" },
|
|
|
{ id: "2", label: "非库存品" },
|
|
|
{ id: "3", label: "采反" },
|
|
|
+ { id: "4", label: "报备商品" },
|
|
|
]
|
|
|
const xs_order_type_options = [
|
|
|
{ id: "1", label: "库存品" },
|
|
|
{ id: "2", label: "非库存品" },
|
|
|
{ id: "3", label: "采购反馈" },
|
|
|
+ { id: "4", label: "报备商品" },
|
|
|
]
|
|
|
const cg_order_source_options = [
|
|
|
{ id: "0", label: "备库单" },
|
|
@@ -20,6 +22,7 @@ const cg_order_source_options = [
|
|
|
{ id: "4", label: "平台导入" },
|
|
|
{ id: "5", label: "有赞平台" },
|
|
|
{ id: "6", label: "售后补换货" },
|
|
|
+ { id: "7", label: "报备转单" },
|
|
|
]
|
|
|
const xs_order_source_options = [
|
|
|
// { id: "0", label: "备库单" },
|
|
@@ -29,5 +32,6 @@ const xs_order_source_options = [
|
|
|
{ id: "4", label: "平台导入" },
|
|
|
{ id: "5", label: "有赞平台" },
|
|
|
{ id: "6", label: "售后补换货" },
|
|
|
+ { id: "7", label: "报备转单" },
|
|
|
]
|
|
|
export { statusList, cg_order_type_options, xs_order_type_options, cg_order_source_options, xs_order_source_options };
|