Merge branch 'master' of http://192.168.0.112:10010/r/高精2.0
This commit is contained in:
@@ -108,3 +108,25 @@ export function delPerformanceBond() {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function addPerformanceGuarantee() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '合同信息管理_履约保证金_履约保函新增',
|
||||
param: '项目流水号=' + arguments[0]
|
||||
}
|
||||
})
|
||||
}
|
||||
export function delPerformanceGuarantee() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '合同信息管理_履约保证金_履约保函_删除',
|
||||
param: '项目流水号=' + arguments[0]
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ export function searchProjectTotal(num) {
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_项目总价_明细_查询数据',
|
||||
name: '采购管理_项目采购总价_查询数据',
|
||||
param: `项目流水号=${num}`
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user