Quellcode durchsuchen

Merge branch 'mtp_v6' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB into mtp_v6

li.shaoyi vor 4 Jahren
Ursprung
Commit
a93362e43d
1 geänderte Dateien mit 21 neuen und 1 gelöschten Zeilen
  1. 21 1
      src/views/iframe/setup.ts

+ 21 - 1
src/views/iframe/setup.ts

@@ -152,10 +152,14 @@ const iframeCode: { code: string, tabIndex: number }[] = [
         tabIndex: 4,
     },
     {
-        code: 'platinum_financial_payment_all_tab', // 铂金宝-财务付款-全部
+        code: 'platinum_financial_collection_all_tab', // 铂金宝-财务付款-收款全部
         tabIndex: 5,
     },
     {
+        code: 'platinum_financial_payment_all_tab', // 铂金宝-财务付款-付款全部
+        tabIndex: 6,
+    },
+    {
         code: 'platinum_account_manager_tab', // 铂金宝-客户经理
         tabIndex: 1,
     },
@@ -211,6 +215,22 @@ const iframeCode: { code: string, tabIndex: number }[] = [
         code: 'platinum_salesman_performance_report_tab', // 铂金宝-业务员业绩报表
         tabIndex: 1,
     },
+    {
+        code: 'platinum_custormer_account_query_tab', // 铂金宝-客户账户查询
+        tabIndex: 1,
+    },
+    {
+        code: 'platinum_apply_in_out_query_tab', // 铂金宝-出入金查询
+        tabIndex: 1,
+    },
+    {
+        code: 'platinum_customer_contract_inquiries_tab', // 铂金宝-客户合同查询
+        tabIndex: 1,
+    },
+    {
+        code: 'platinum_product_sales_report_tab', // 铂金宝-产品新增业绩(周报)
+        tabIndex: 1,
+    },
 ]
 
 /**