Merge branch 'master' of ssh://192.168.0.149:29418/高精2.0
This commit is contained in:
@@ -124,7 +124,7 @@ export function dropList(PickingListNumberx) {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 删除领料单
|
||||
// 删除领料单明细
|
||||
export function dropListDetail(DetailNumberx) {
|
||||
return request({
|
||||
url: '',
|
||||
@@ -148,15 +148,3 @@ export function addListDetail(PickingListNumberx, projectnumber, machinenumber,
|
||||
}
|
||||
})
|
||||
}
|
||||
// 修改领料单明细
|
||||
export function editListDetail(data1, data2, data3) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '车间装配管理_领料单_领料单明细修改',
|
||||
param: '领料单明细流水号=' + data1 + '&出库数量=' + data2 + '&备注=' + data3
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user