|
|
@ -16,10 +16,7 @@ module.exports = function (app, router, opts) { |
|
|
|
app.fs.api.logAttr['GET/detail/achievement'] = { content: '查询业绩明细表', visible: false }; |
|
|
|
router.get('/detail/achievement', achieve.getAchievementDetail); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.fs.api.logAttr['GET/detail/received/numbers'] = { content: '查询业绩明细已有的编号集合', visible: false }; |
|
|
|
app.fs.api.logAttr['GET/detail/received/numbers'] = { content: '查询明细表已有的编号集合', visible: false }; |
|
|
|
router.get('/detail/received/numbers', achieve.getReceivedNumbers); |
|
|
|
|
|
|
|
app.fs.api.logAttr['POST/add/received/back/bulk'] = { content: '导入回款明细', visible: true }; |
|
|
@ -38,4 +35,5 @@ module.exports = function (app, router, opts) { |
|
|
|
|
|
|
|
app.fs.api.logAttr['GET/export/invoicing/detail'] = { content: '导出开票明细表', visible: false }; |
|
|
|
router.get('/export/invoicing/detail', achieve.exportInvoicingDetail); |
|
|
|
|
|
|
|
}; |