add 二楼生产出库\二楼取货确认\二楼货架绑定
This commit is contained in:
@@ -236,4 +236,18 @@ export const structattrPage = () => {
|
||||
"msg": ""
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const getCtuOrderList = () => {
|
||||
let res = {
|
||||
"code": "200",
|
||||
content: [{material_name: '1'}, {material_name: '2'}, {material_name: '3'}, {material_name: '4'}, {material_name: '5'}, {material_name: '6'}, {material_name: '7'}, {material_name: '8'}, {material_name: '9'}, {material_name: '10'}, {material_name: '11'}, {material_name: '12'}]
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const ctuOutConfirm = () => {
|
||||
let res = {
|
||||
"code": "200",
|
||||
msg: 'ok'
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user