物料入库加功能

This commit is contained in:
2026-02-28 16:11:04 +08:00
parent 6d842b5377
commit 3503e76631
3 changed files with 72 additions and 13 deletions

View File

@@ -60,9 +60,17 @@ export const handheldStorehouse = (code, type) => request({
// url:'api/handheld/getRegionCode',
// data: {orderCode: code}
// })
export const handheldBlanking = (type, code, rcode, vcode, material, reg) => request({
export const handheldBlanking = (type, code, rcode, vcode, material, reg, flag) => request({
url:'api/handheld/blanking',
data: {type: type, device_code: code, region_code: rcode, vehicle_code: vcode, material: material, regionCode: reg}
data: {
type: type,
device_code: code,
region_code: rcode,
vehicle_code: vcode,
material: material,
regionCode: reg,
reentry_flag: flag
}
})
// 修改订单工序
export const fabOrders = (code) => request({
@@ -118,10 +126,10 @@ export const generateStoreInTask = (code, pcode, scode, tcode) => request({
data: {vehicle_code: code, point_code: pcode, source_vehicle_code: scode, target_vehicle_code: tcode}
})
// 物料入库-查询组盘
export const selectMaterial = (code) => request({
url:'api/handheld/selectMaterial',
data: {pointCode: code}
// 物料入库-SD01出库后重入接口
export const getSD01GroupLog = (code, vcode) => request({
url:'api/handheld/getSD01GroupLog',
data: {pointCode: code, vehicle_code: vcode}
})
// 查询托盘物料信息