合同删除

This commit is contained in:
chenjianan
2018-12-24 14:50:21 +08:00
parent cd052f438f
commit 022457048b
3 changed files with 57 additions and 15 deletions

View File

@@ -47,3 +47,15 @@ export function searchTable2(num) {
}
})
}
// 删除采购合同
export function deleteContract(num) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '采购管理_采购合同_删除_采购部采购',
param: '采购合同流水号=' + num
}
})
}