涂线板
This commit is contained in:
@@ -96,10 +96,14 @@ export const productionComplete = (code, user) => request({
|
||||
* 涂板线
|
||||
*/
|
||||
// 数据
|
||||
export const coatedWireIntoStorageTaskShow = () => request({
|
||||
url:'api/pda/manualSorting/coatedWireIntoStorageTaskShow',
|
||||
data: {}
|
||||
})
|
||||
// export const coatedWireIntoStorageTaskShow = () => request({
|
||||
// url:'api/pda/manualSorting/coatedWireIntoStorageTaskShow',
|
||||
// data: {}
|
||||
// })
|
||||
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
|
||||
}
|
||||
// 入库
|
||||
export const coatedWireIntoStorageTask = (code, qty) => request({
|
||||
url:'api/pda/manualSorting/coatedWireIntoStorageTask',
|
||||
|
||||
Reference in New Issue
Block a user