新需求
This commit is contained in:
@@ -36,9 +36,9 @@ export const handheldRack = (code, vcode) => request({
|
||||
data: {device_code: code, vehicle_code: vcode}
|
||||
})
|
||||
// 外协区空笼框送回
|
||||
export const handheldCageFrame = (code, list, rcode) => request({
|
||||
export const handheldCageFrame = (type, code, list, rcode) => request({
|
||||
url:'api/handheld/cageFrame',
|
||||
data: {device_code: code, vehicle_list: list, region_code: rcode}
|
||||
data: {type: type, device_code: code, vehicle_list: list, region_code: rcode}
|
||||
})
|
||||
// 物料转运
|
||||
export const handheldTranshipment = (code, vcode) => request({
|
||||
@@ -60,9 +60,9 @@ export const handheldStorehouse = (code, type) => request({
|
||||
// url:'api/handheld/getRegionCode',
|
||||
// data: {orderCode: code}
|
||||
// })
|
||||
export const handheldBlanking = (code, rcode, vcode, material, rcode1) => request({
|
||||
export const handheldBlanking = (type, code, rcode, vcode, material, rcode1) => request({
|
||||
url:'api/handheld/blanking',
|
||||
data: {device_code: code, region_code: rcode, vehicle_code: vcode, material: material, region_code1: rcode1}
|
||||
data: {type: type, device_code: code, region_code: rcode, vehicle_code: vcode, material: material, region_code1: rcode1}
|
||||
})
|
||||
// 修改订单工序
|
||||
export const fabOrders = (code) => request({
|
||||
|
||||
@@ -9,7 +9,7 @@ export const handLogin = (user, password) => {
|
||||
}
|
||||
export const regionList = () => {
|
||||
let res = {
|
||||
content: [{value: '1', label: 'aa'}, {value: '2', label: 'bb'}]
|
||||
content: [{value: '1', label: 'A0000001'}, {value: '2', label: 'A0000002'}, {value: '3', label: 'A0000003'}, {value: '4', label: 'A0000004'}, {value: '5', label: 'A0000005'}, {value: '6', label: 'A0000006'}]
|
||||
}
|
||||
return res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user