|
@@ -38,7 +38,7 @@ import {
|
|
|
API_POST_STOCKPURCHASEPAYMONEY,
|
|
|
API_POST_ADDDISORREMARKS,
|
|
|
API_POST_EDITSETTLEMENTWEIGHT,
|
|
|
- API_GET_STOCKPURCHASECONTRACTNOLIST
|
|
|
+ API_GET_STOCK_PURCHASE_CONTRACTNO,
|
|
|
} from '@/api/V2/statisticalReport'
|
|
|
//期货采购入库报表
|
|
|
export const getpurchreceipt = appRx.get(API_GET_PURCHRECEIPT, errorCatcher, errorHandle, filter)
|
|
@@ -123,4 +123,4 @@ export const addDisOrRemarks = appRx.post(API_POST_ADDDISORREMARKS, errorCatcher
|
|
|
//现货采购入库修改结算重量
|
|
|
export const editSettlementWeight = appRx.post(API_POST_EDITSETTLEMENTWEIGHT, errorCatcher, errorHandle, filter)
|
|
|
//现货采购入库合同编号下拉
|
|
|
-export const getStockPurchaseContractNoList = appRx.get(API_GET_STOCKPURCHASECONTRACTNOLIST, errorCatcher, errorHandle, filter)
|
|
|
+export const getStockPurchaseContractNoList = appRx.get(API_GET_STOCK_PURCHASE_CONTRACTNO, errorCatcher, errorHandle, filter)
|