|
@@ -14,6 +14,7 @@ import {
|
|
|
API_POST_SALEPLAN_EDIT,
|
|
|
API_POST_SALEPLAN_DELETE,
|
|
|
API_POST_SALEPLAN_EDITSTATUS,
|
|
|
+ API_GET_GETPRICELIST,
|
|
|
} from '@/api/V2/salesManagement'
|
|
|
// import { API_GET_PROCUREMENT_LOOK } from '../../api/V2/purchasingManagement'
|
|
|
//销售订单列表
|
|
@@ -42,3 +43,5 @@ export const aduitcontractno = appRx.get(API_GET_ADUIT_CONTRACTNO, errorCatcher,
|
|
|
export const editStatus = appRx.post(API_POST_EDITSTATUS, errorCatcher,errorHandle,filter)
|
|
|
//销售订单删除
|
|
|
export const deletesale = appRx.post(API_POST_DELETESALE, errorCatcher,errorHandle,filter)
|
|
|
+//成交价列表
|
|
|
+export const getpricelist = appRx.get(API_GET_GETPRICELIST, errorCatcher,errorHandle,filter)
|