huangbin 4 jaren geleden
bovenliggende
commit
5fb38dd9be

+ 1 - 2
src/common/methods/table/interface.ts

@@ -15,6 +15,7 @@ export interface ColumnType {
     render?: Function;
 }
 export interface TableKey {
+    table_pcweb_aggregate_profit_and_loss: "string; // 报表-库存报表"
     table_pcweb_application_record: "string; // 库存查询-申请记录"
     table_pcweb_business_aduit_dj: "string; // 业务审核-点价"
     table_pcweb_business_aduit_js: "string; // 业务审核-交收"
@@ -36,11 +37,9 @@ export interface TableKey {
     table_pcweb_purchase_all: "string; // 采购_全部"
     table_pcweb_purchase_pointprice: "string; // 采购_待点价"
     table_pcweb_purchase_settle: "string; // 采购_履约交收"
-    table_pcweb_report_expose: "string; // 报表-敞口报表"
     table_pcweb_report_fincial_invoice_day: "string; // 报表-财务报表-发票-日报表"
     table_pcweb_report_fincial_month: "string; // 报表-财务报表-月报表"
     table_pcweb_report_fincial_payment_day: "string; // 报表-财务报表-款项-日报表"
-    table_pcweb_report_spot: "string; // 报表-现货报表"
     table_pcweb_report_spot_detail_day: "string; // 现货日报表-详情"
     table_pcweb_report_spot_detail_month: "string; // 现货月报表-详情"
     table_pcweb_sales_all: "string; // 销售_全部"

+ 4 - 4
src/views/report/sum_pl_report/list/sum_pl_report/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <!-- 敞口报表 -->
+  <!-- 汇总损益报表 -->
   <div class="exposure_report"
        :loading="loading">
     <Filter @update="update"></Filter>
@@ -22,8 +22,8 @@ import { defineComponent, initData, getTableColumns, getTableEvent, getBtnList,
 import { queryTableList } from '@/views/report/setup';
 import { TypeAndTime } from '@/views/report/interface';
 import { handleInitTypeAndTime } from '@/views/report/setup';
-import { Ermcp3ExpourseReport } from '@/services/go/ermcp/report/interface';
-import { qryAreaExpourseReport } from '@/services/go/ermcp/report';
+import { Ermcp3ArealSumPL, Ermcp3ExpourseReport } from '@/services/go/ermcp/report/interface';
+import { qryAreaExpourseReport, qryAreaSumPL } from '@/services/go/ermcp/report';
 export default defineComponent({
     name: 'sum_pl_report',
     components: {
@@ -39,7 +39,7 @@ export default defineComponent({
         // // 表格操作按钮列表
         // const { commonBtn, forDataBtn } = getBtnList('warehouse_info_normal', true);
         // 表格列表数据
-        const { loading, tableList, queryTable } = queryTableList<Ermcp3ExpourseReport>(qryAreaExpourseReport);
+        const { loading, tableList, queryTable } = queryTableList<Ermcp3ArealSumPL>(qryAreaSumPL);
         initData(() => {
             const { getInitTime, getInitType } = handleInitTypeAndTime();
             // 获取列表数据

File diff suppressed because it is too large
+ 96 - 425
swagger-to-ts/index.js


Some files were not shown because too many files changed in this diff