|
@@ -267,20 +267,20 @@ export function generate(data) {
|
|
|
export function warehousebillsitems(fId){
|
|
|
return request({
|
|
|
url: `/warehouseBusiness/warehousebillsitems/${fId}`,
|
|
|
- method: 'delete',
|
|
|
+ method: 'post',
|
|
|
})
|
|
|
}
|
|
|
// 费用删除
|
|
|
export function warehousebillsfees(fId){
|
|
|
return request({
|
|
|
url: `/warehouseBusiness/warehousebillsfees/${fId}`,
|
|
|
- method: 'delete',
|
|
|
+ method: 'post',
|
|
|
})
|
|
|
}
|
|
|
// 箱号删除
|
|
|
export function warehousecntr(fId){
|
|
|
return request({
|
|
|
url: `/shipping/warehousecntr/${fId}`,
|
|
|
- method: 'delete',
|
|
|
+ method: 'post',
|
|
|
})
|
|
|
}
|