更新
This commit is contained in:
@@ -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}'`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user