|
@@ -39,6 +39,14 @@ export function saveDetail(data) {
|
|
|
data
|
|
|
})
|
|
|
}
|
|
|
+export function getLastMonthLoess(data) {
|
|
|
+ request.defaults.baseURL = '/ezhizao-yzbh-finance'
|
|
|
+ return request({
|
|
|
+ url: '/business/financialReportTaxNonZero/getLastMonthLoess',
|
|
|
+ method: 'post',
|
|
|
+ data
|
|
|
+ })
|
|
|
+}
|
|
|
|
|
|
// 退回
|
|
|
export function deductionTurnBack(data) {
|