外购件工艺定额制定,查看打回记录
This commit is contained in:
@@ -211,3 +211,67 @@ export function Production(num, MaterialNum, projectFloatValue, machineFloatValu
|
||||
}
|
||||
})
|
||||
}
|
||||
export function PartCallbackInformation() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_退回记录_基本件_查询数据'
|
||||
}
|
||||
})
|
||||
}
|
||||
export function PartCallbackInformation1() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_退回记录_标准件和外购件_查询数据'
|
||||
}
|
||||
})
|
||||
}
|
||||
export function submit(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_退回记录_确认数据',
|
||||
param: '基本件流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
export function submit1(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_退回记录_确认数据',
|
||||
param: '标准件和外购件流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
export function Delete(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_退回记录_删除数据',
|
||||
param: '基本件流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
export function Delete1(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_退回记录_删除数据',
|
||||
param: '标准件和外购件流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user