|
@@ -26,6 +26,7 @@ const cg_order_source_options = [
|
|
|
// { id: "8", label: "支付渠道" }
|
|
|
{ id: "9", label: "采销录单" },
|
|
|
// { id: "10", label: "结算录单" }
|
|
|
+ { id: "11", label: "业务报备" }
|
|
|
];
|
|
|
const xs_order_source_options = [
|
|
|
// { id: "0", label: "备库单" },
|
|
@@ -38,7 +39,8 @@ const xs_order_source_options = [
|
|
|
{ id: "7", label: "报备转单" },
|
|
|
// { id: "8", label: "支付渠道" },
|
|
|
{ id: "9", label: "采销录单" },
|
|
|
- // { id: "10", label: "结算录单" }
|
|
|
+ // { id: "10", label: "结算录单" },
|
|
|
+ { id: "11", label: "业务报备" }
|
|
|
];
|
|
|
const has_account_list = [
|
|
|
{ code: "1", type: "", name: "已开通" },
|