涂线板
This commit is contained in:
@@ -44,6 +44,11 @@ export const productionComplete = (code, user) => request({
|
||||
/**
|
||||
* 涂板线
|
||||
*/
|
||||
// 点位编码列表
|
||||
export const getPointList = () => request({
|
||||
url:'api/pda/getPointList',
|
||||
data: {}
|
||||
})
|
||||
// 数据
|
||||
export const coatedWireIntoStorageTaskShow = () => request({
|
||||
url:'api/pda/manualSorting/coatedWireIntoStorageTaskShow',
|
||||
|
||||
149
utils/mork2.js
149
utils/mork2.js
@@ -50,6 +50,155 @@ export const manualSortingOrders = () => {
|
||||
]
|
||||
return res
|
||||
}
|
||||
export const getPointList = () => {
|
||||
let res = [
|
||||
{
|
||||
"point_code": "PTX01DJW01",
|
||||
"point_name": "普涂线01对接位01",
|
||||
"region_code": "TBX",
|
||||
"region_name": "涂板线区域",
|
||||
"point_type": "2",
|
||||
"point_status": null,
|
||||
"can_material_type": null,
|
||||
"can_vehicle_type": "1",
|
||||
"vehicle_max_qty": 0,
|
||||
"vehicle_type": null,
|
||||
"vehicle_code": null,
|
||||
"vehicle_qty": 0,
|
||||
"block_num": 0,
|
||||
"row_num": 0,
|
||||
"col_num": 0,
|
||||
"layer_num": 0,
|
||||
"in_order_seq": 0,
|
||||
"out_order_seq": 0,
|
||||
"in_empty_seq": 0,
|
||||
"out_empty_seq": 0,
|
||||
"parent_point_code": "PTX01",
|
||||
"ext_point_code": null,
|
||||
"ing_task_code": null,
|
||||
"is_has_workder": false,
|
||||
"workshop_code": "A1",
|
||||
"is_auto": true,
|
||||
"remark": null,
|
||||
"is_used": true,
|
||||
"create_id": "1",
|
||||
"create_name": "管理员",
|
||||
"create_time": "2023-11-14 17:42:30",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"point_code": "PTX02DJW02",
|
||||
"point_name": "普涂线02对接位02",
|
||||
"region_code": "TBX",
|
||||
"region_name": "涂板线区域",
|
||||
"point_type": "2",
|
||||
"point_status": null,
|
||||
"can_material_type": null,
|
||||
"can_vehicle_type": "1",
|
||||
"vehicle_max_qty": 0,
|
||||
"vehicle_type": null,
|
||||
"vehicle_code": null,
|
||||
"vehicle_qty": 0,
|
||||
"block_num": 0,
|
||||
"row_num": 0,
|
||||
"col_num": 0,
|
||||
"layer_num": 0,
|
||||
"in_order_seq": 0,
|
||||
"out_order_seq": 0,
|
||||
"in_empty_seq": 0,
|
||||
"out_empty_seq": 0,
|
||||
"parent_point_code": "PTX02",
|
||||
"ext_point_code": null,
|
||||
"ing_task_code": null,
|
||||
"is_has_workder": false,
|
||||
"workshop_code": "A1",
|
||||
"is_auto": true,
|
||||
"remark": null,
|
||||
"is_used": true,
|
||||
"create_id": "1",
|
||||
"create_name": "管理员",
|
||||
"create_time": "2023-11-14 17:42:30",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"point_code": "PTX03DJW03",
|
||||
"point_name": "普涂线03对接位03",
|
||||
"region_code": "TBX",
|
||||
"region_name": "涂板线区域",
|
||||
"point_type": "2",
|
||||
"point_status": null,
|
||||
"can_material_type": null,
|
||||
"can_vehicle_type": "1",
|
||||
"vehicle_max_qty": 0,
|
||||
"vehicle_type": null,
|
||||
"vehicle_code": null,
|
||||
"vehicle_qty": 0,
|
||||
"block_num": 0,
|
||||
"row_num": 0,
|
||||
"col_num": 0,
|
||||
"layer_num": 0,
|
||||
"in_order_seq": 0,
|
||||
"out_order_seq": 0,
|
||||
"in_empty_seq": 0,
|
||||
"out_empty_seq": 0,
|
||||
"parent_point_code": "PTX03",
|
||||
"ext_point_code": null,
|
||||
"ing_task_code": null,
|
||||
"is_has_workder": false,
|
||||
"workshop_code": "A1",
|
||||
"is_auto": true,
|
||||
"remark": null,
|
||||
"is_used": true,
|
||||
"create_id": "1",
|
||||
"create_name": "管理员",
|
||||
"create_time": "2023-11-14 17:42:30",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"point_code": "PTX04DJW04",
|
||||
"point_name": "普涂线04对接位04",
|
||||
"region_code": "TBX",
|
||||
"region_name": "涂板线区域",
|
||||
"point_type": "2",
|
||||
"point_status": null,
|
||||
"can_material_type": null,
|
||||
"can_vehicle_type": "1",
|
||||
"vehicle_max_qty": 0,
|
||||
"vehicle_type": null,
|
||||
"vehicle_code": null,
|
||||
"vehicle_qty": 0,
|
||||
"block_num": 0,
|
||||
"row_num": 0,
|
||||
"col_num": 0,
|
||||
"layer_num": 0,
|
||||
"in_order_seq": 0,
|
||||
"out_order_seq": 0,
|
||||
"in_empty_seq": 0,
|
||||
"out_empty_seq": 0,
|
||||
"parent_point_code": "PTX04",
|
||||
"ext_point_code": null,
|
||||
"ing_task_code": null,
|
||||
"is_has_workder": false,
|
||||
"workshop_code": "A1",
|
||||
"is_auto": true,
|
||||
"remark": null,
|
||||
"is_used": true,
|
||||
"create_id": "1",
|
||||
"create_name": "管理员",
|
||||
"create_time": "2023-11-14 17:42:30",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
}
|
||||
]
|
||||
return res
|
||||
}
|
||||
export const coatedWireIntoStorageTaskShow = () => {
|
||||
let res = [{"point_name1":"普涂线01对接位01","point_name2":'普涂线01对接位01',"point_name3":'普涂线01对接位01',"point_name4":'普涂线01对接位01',"task_status":"1","remark":"普涂线01对接位01"}, {"point_name1":"普涂线01对接位01","point_name2":'普涂线01对接位01',"point_name3":'普涂线01对接位01',"point_name4":'普涂线01对接位01',"task_status":"2","remark":"普涂线01对接位01"}, {"point_name1":"普涂线01对接位01","point_name2":'普涂线01对接位01',"point_name3":'普涂线01对接位01',"point_name4":'普涂线01对接位01',"task_status":"3","remark":"普涂线01对接位01"}, {"point_name1":"普涂线01对接位01","point_name2":'普涂线01对接位01',"point_name3":'普涂线01对接位01',"point_name4":'普涂线01对接位01',"task_status":"4","remark":"普涂线01对接位01"}]
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user