物料组盘入库
This commit is contained in:
@@ -57,4 +57,42 @@ export const pmFormData = (code) => {
|
||||
msg: '查询成功'
|
||||
}
|
||||
return res
|
||||
}
|
||||
|
||||
export const groupMaterList = () => {
|
||||
let res = {
|
||||
totalElements: '2',
|
||||
content: [
|
||||
{
|
||||
material_id: '1',
|
||||
material_name: null,
|
||||
material_code: '100',
|
||||
material_spec: null,
|
||||
single_weight: null,
|
||||
qty: '0.000',
|
||||
assign_qty: '0.000',
|
||||
unit_id: null,
|
||||
pcsn: null,
|
||||
vehicle_code: null,
|
||||
vehicle_id: null
|
||||
},
|
||||
{
|
||||
material_id: '2',
|
||||
material_name: null,
|
||||
material_code: '200',
|
||||
material_spec: null,
|
||||
single_weight: null,
|
||||
qty: '0.000',
|
||||
assign_qty: '0.000',
|
||||
unit_id: null,
|
||||
pcsn: null,
|
||||
vehicle_code: null,
|
||||
vehicle_id: null
|
||||
}
|
||||
],
|
||||
data: null,
|
||||
code: '200',
|
||||
msg: '查询成功'
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user