|
@@ -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)
|