add补空框
This commit is contained in:
@@ -94,4 +94,12 @@ export const callMater = (mater, code, vcode) => request({
|
||||
export const selectPointByRegion = (code) => request({
|
||||
url:'api/handheld/selectPointByRegion?regionCode=' + code,
|
||||
method: 'GET'
|
||||
})
|
||||
export const getLlddw = () => request({
|
||||
url:'api/handheld/getLlddw',
|
||||
data: {}
|
||||
})
|
||||
export const fillUpEmpty = (obj) => request({
|
||||
url:'api/handheld/fillUpEmpty',
|
||||
data: obj
|
||||
})
|
||||
@@ -39,4 +39,15 @@ export const fabMaterial = (code, code1) => {
|
||||
export const selectPointByRegion = (code) => {
|
||||
let res = [{point_code: '1', point_name: 'Amada 80T冲床07-01-06-01'}, {point_code: '2', point_name: 'Amada 80T冲床07-01-06-01', point_status: '0'}, {point_code: '3', point_name: 'Amada 80T冲床07-01-06-01', point_status: '0'}, {point_code: '4', point_name: 'Amada 80T冲床07-01-06-01', point_status: '0'}, {point_code: '5', point_name: 'Amada 80T冲床07-01-06-01', point_status: '1'}, {point_code: '1', point_name: 'Amada 80T冲床07-01-06-01', point_status: '0'}, {point_code: '2', point_name: 'Amada 80T冲床07-01-06-01', point_status: '0'}, {point_code: '3', point_name: 'Amada 80T冲床07-01-06-01', point_status: '0'}, {point_code: '4', point_name: 'Amada 80T冲床07-01-06-01', point_status: '0'}, {point_code: '5', point_name: 'Amada 80T冲床07-01-06-01', point_status: '1'}]
|
||||
return res
|
||||
}
|
||||
|
||||
export const getLlddw = () => {
|
||||
let res = [{point_code: 'LLDDW03', point_status: '0'}, {point_code: 'LLDDW02', point_status: '0'}, {point_code: 'LLDDW01', point_status: '0'}, {point_code: 'LLDDW04_1', point_status: '0'}, {point_code: 'LLDDW08', point_status: '0'}, {point_code: 'LLDDW07', point_status: '0'}, {point_code: 'LLDDW06', point_status: '0'}, {point_code: 'LLDDW05', point_status: '0'}, {point_code: 'LLDDW11', point_status: '1'}, {point_code: 'LLDDW10', point_status: '1'}, {point_code: 'LLDDW09', point_status: '0'}, {point_code: 'LLDDW14', point_status: '0'}, {point_code: 'LLDDW13', point_status: '0'}, {point_code: 'LLDDW12', point_status: '0'}]
|
||||
return res
|
||||
}
|
||||
export const fillUpEmpty = (code) => {
|
||||
let res = {
|
||||
message: 'ok'
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user