加工看板

This commit is contained in:
2024-07-31 16:25:04 +08:00
parent 58a8e24c42
commit b7b0c3c7c2
8 changed files with 773 additions and 205 deletions

View File

@@ -142,6 +142,43 @@ export function queryIvtByPscn(data) {
})
}
export const machine = () => {
const res = [
{ value: '111-02', label: 'TP5000冲床加工' },
{ value: '111 03', label: '警平' },
{ value: '111-04', label: '激光切闻' },
{ value: '111-05', label: '复合机' },
{ value: '111-06', label: 'Amada 801冲床' },
{ value: '111-07', label: 'TruBend 7038' },
{ value: '111-08', label: 'TruBend 5170' },
{ value: '111 09', label: 'TruBend Cell 7000' },
{ value: '111-10', label: 'LAG Robot Bending Cell' },
{ value: '111-12', label: '气保焊' },
{ value: '111-13', label: '姆柱焊、点焊' },
{ value: '111-14', label: '林肯焊接机器人' },
{ value: '111-15', label: '铜冲机' },
{ value: '111-16', label: '铜弯机' },
{ value: '111-22', label: '钳床' },
{ value: '111-23', label: '压铆机' },
{ value: '111-24', label: '斯图加特焊接机器人' }
]
return res
}
export const n1list = () => {
const res = [
{ order: '800034202869', work_code: '111-07', material_code: 'A7E0019008760_00', material_type: 'S39_SA01', material_name: 'BBC支撑板后上', qty: '120', plan_date: '2024/8/11' }
]
return res
}
export const n1list2 = () => {
const res = [
{ vehicle_code: 'XXS23023012334', order: '800034202869', qty: '120', point_code: 'ZW01-03-02' }
]
return res
}
export default {
add, edit, del, getDevice, getMaterial,
getProduceStatus, importExcel, queryTask, querAllTask,