点位管理

This commit is contained in:
2024-06-05 13:48:46 +08:00
parent 7737ded5e5
commit 6ed4233d56
2 changed files with 41 additions and 22 deletions

View File

@@ -215,9 +215,27 @@ export const getGhsPointList = () => {
let res = [
{
"point_code": "GHS0101",
"vehicle_name": "负涂片极板真黑金6-DZM-13.2",
"material_name": "负涂片极板真黑金6-DZM-13.2",
"group_id": "1739900219769884672",
"material_qty": 9942
},
{
"point_code": "GHS3202",
"vehicle_name": null,
"group_id": "1796175127822602240",
"material_qty": "9942"
},
{
"point_code": "GHS3401",
"vehicle_name": null,
"group_id": "1795108013581930496",
"material_qty": "9942"
},
{
"point_code": "GHS3402",
"vehicle_name": null,
"group_id": "1795108022377385984",
"material_qty": "9942"
}
]
return res