This commit is contained in:
liushuai
2019-09-18 09:06:49 +08:00
parent 53a9f57fe1
commit 4a39ba8190
11 changed files with 260 additions and 137 deletions

View File

@@ -59,3 +59,14 @@ export function deleteContract(num) {
}
})
}
// 删除采购合同
export function handleDone(num) {
return request({
url: '',
method: 'post',
data: {
type: '4',
name: `update 采购管理_采购合同_采购部 set 不通过处理 = 1 where 采购合同流水号 = '${num}'`
}
})
}