产值管理
This commit is contained in:
@ -158,6 +158,7 @@ export interface CailiaoshebeiQuery extends PageQuery {
|
||||
*/
|
||||
batchId?: string | number;
|
||||
projectId?: string | number;
|
||||
batchNumber?: string;
|
||||
/**
|
||||
* 供货商ID
|
||||
*/
|
||||
|
9
src/api/out/outDesignTable/index.ts
Normal file
9
src/api/out/outDesignTable/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
export function listOutTable(query: any) {
|
||||
return request({
|
||||
url: '/out/table/monthlyPurchase',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
}
|
9
src/api/out/outDesignTableVS/index.ts
Normal file
9
src/api/out/outDesignTableVS/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
export function listOutTable(query: any) {
|
||||
return request({
|
||||
url: '/out/table/comparisonOfCompletionAndSettlement',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
}
|
9
src/api/out/outTable/index.ts
Normal file
9
src/api/out/outTable/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
export function listOutTable(query: any) {
|
||||
return request({
|
||||
url: '/out/table/monthlyConstruct',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
}
|
9
src/api/out/ownerSettlement/index.ts
Normal file
9
src/api/out/ownerSettlement/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
export function listOutTable(query: any) {
|
||||
return request({
|
||||
url: '/out/table/comparisonOfOwnerAndSub',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user