opt:库存变更单代码优化,去除弃用的代码

This commit is contained in:
zds
2024-10-23 11:29:41 +08:00
parent e02d3ff026
commit ffa586df7d
3 changed files with 1 additions and 643 deletions

View File

@@ -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 }