yu jie 4 лет назад
Родитель
Сommit
c486cc251b

+ 1 - 2
src/views/platinum/platinum_customer_info/list/index.ts

@@ -2,5 +2,4 @@ import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
 import { queryTableList } from './setup';
 
 export { queryTableList };
-export type { QueryCustomInfoType };
-
+export type { QueryCustomInfoType };

+ 3 - 3
src/views/report/finance-report/list/finance_report_finance/index.vue

@@ -93,12 +93,12 @@ export default defineComponent({
                 // 品类明细
                 // 注册表头
                 registerColumnDetail('table_pcweb_financial_statement_category_breakdown', []);
-                param.sumfields = '2';
+                param.sumfields = '1,2';
             } else if (code === 'finance_report_finance_brand_details') {
                 // 品牌明细
                 // 注册表头
-                registerColumnDetail('table_pcweb_inventory_commodity_report_brand_details', []);
-                param.sumfields = '3';
+                registerColumnDetail('table_pcweb_financial_statement_brand_details', []);
+                param.sumfields = '1,2,3';
             } else {
                 console.error(`${lable}没有配置对应的code: ${code},`);
                 return;