opt:库存变更单代码优化,去除弃用的代码
This commit is contained in:
@@ -31,12 +31,6 @@ export function getOutBillDtl(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
export function getInvTypes() {
|
||||
return request({
|
||||
url: '/api/change/getInvTypes',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
export function insertDtl(data) {
|
||||
return request({
|
||||
url: '/api/change/insertDtl',
|
||||
@@ -58,11 +52,4 @@ export function confirm(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
export function handdown(data) {
|
||||
return request({
|
||||
url: '/api/change/handdown',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
export default { add, edit, del, getOutBillDtl, getStructIvt, confirm, getInvTypes, handdown }
|
||||
export default { add, edit, del, getOutBillDtl, getStructIvt, confirm }
|
||||
|
||||
Reference in New Issue
Block a user