You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
895 B

import { createAPI } from "@/utils/httpRequest.js";
// 海安-按物料/批次/托盘号查询可Call料栈板清单 - rqrq
export const getPalletList = data => createAPI(`/haiAnWcsIntegration/palletListForPartNo`, 'post', data)
// 海安-旧页面兼容占位:当前页面未实际使用IFS查料接口 - rqrq
export const getShopOrderFromIFSWithOrderNo = data => createAPI(`/haiAnWcsIntegration/palletListForPartNo`, 'post', data)
// 海安-立库特殊操作/Call料:固定下达到整托出库口 - rqrq
export const callOutToOutboundPort = data => createAPI(`/haiAnWcsIntegration/callOutToOutboundPort`, 'post', data)
// 海安-立库特殊操作/合托Call板:扫描托盘后直接下达(目的地固定整托出库口,与 Call料同一出口)- rqrq
export const scanAndCallPalletForHetuo = data => createAPI(`/haiAnWcsIntegration/scanAndCallPalletForHetuo`, 'post', data)