产值计划
This commit is contained in:
@ -98,3 +98,26 @@ export const getMonthInfo = (query): AxiosPromise<MonthPlanVO> => {
|
||||
params: query
|
||||
});
|
||||
};
|
||||
/**
|
||||
* 修改采购完工产值对甲
|
||||
|
||||
* @param id
|
||||
*/
|
||||
export const purchaseValueAup = (query) => {
|
||||
return request({
|
||||
url: '/out/monthPlan/purchaseValueAup',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
};
|
||||
/**
|
||||
* 采购完工产值对甲
|
||||
* @param id
|
||||
*/
|
||||
export const purchaseValueA = (query) => {
|
||||
return request({
|
||||
url: '/out/monthPlan/purchaseValueA',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user