调整预结算、正式结算

This commit is contained in:
2026-08-24 00:59:08 +08:00
parent 44e31fbd22
commit e1bade226f
13 changed files with 1009 additions and 360 deletions
+6 -1
View File
@@ -30,5 +30,10 @@ export const getProjectContracts = projectId =>
request({
url: '/blade-transport/contract-manage/list',
method: 'get',
params: { current: 1, size: 9999, projectId },
params: {
current: 1,
size: 9999,
projectId,
contractCategory: '客户合同',
},
});