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