Sfoglia il codice sorgente

报表,提供计划月份数据

MaiXinRong 1 anno fa
parent
commit
bc2f36d05d
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      app/service/report.js

+ 4 - 0
app/service/report.js

@@ -386,6 +386,10 @@ module.exports = app => {
                             runnableRst.push(service.reportMemory.getPmDeal());
                             runnableKey.push(filter);
                             break;
+                        case 'mem_schedule_month':
+                            runnableRst.push(service.scheduleMonth.getAllDataByCondition({ where: { tid: params.tender_id }, orders: [['yearmonth', 'asc']] }));
+                            runnableKey.push(filter);
+                            break;
                         default:
                             break;
                     }