This commit is contained in:
zhangdingyu
2019-09-18 10:15:45 +08:00
61 changed files with 7778 additions and 24 deletions

View File

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