zxz 2 years ago
parent
commit
8c7d678ad1
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/model/profitable/index.js

+ 4 - 1
src/model/profitable/index.js

@@ -13,6 +13,7 @@ import {
   API_GET_WAREHOUSE,
   API_GET_WAREHOUSE,
   API_GET_LOOK,
   API_GET_LOOK,
   API_POST_SUBMIT,
   API_POST_SUBMIT,
+
   API_POST_SHOUGUAN,
   API_POST_SHOUGUAN,
   API_POST_SUBMITPAY,
   API_POST_SUBMITPAY,
   API_GET_WAREHOUSE_NO,
   API_GET_WAREHOUSE_NO,
@@ -128,4 +129,6 @@ export const getboodinfo= appRx.get(API_BOODINFO, errorCatcher, errorHandle, fil
 
 
 export const getcontractno= appRx.get(API_GET_CONTRACT, errorCatcher, errorHandle, filter)
 export const getcontractno= appRx.get(API_GET_CONTRACT, errorCatcher, errorHandle, filter)
 //抵粮款
 //抵粮款
-export const setfoodallowance= appRx.post(API_SET_FOODALLOWANCE, errorCatcher, errorHandle, filter)
+export const setfoodallowance= appRx.post(API_SET_FOODALLOWANCE, errorCatcher, errorHandle, filter)
+//费用下拉详情筛选
+export const getXialaList= appRx.get(API_GETXIALALIST, errorCatcher, errorHandle, filter)