合同删除
This commit is contained in:
@@ -47,3 +47,15 @@ export function searchTable2(num) {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 删除采购合同
|
||||
export function deleteContract(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_采购合同_删除_采购部采购',
|
||||
param: '采购合同流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user