WMS货主增加货位

第一步,增加货位,界面使用新增细单,或者使用导入

--导入货位
SELECT A.*,A.ROWID FROM IMP_POS_TMP A where vers=23 and ERRMSG is not null;


UPDATE IMP_POS_TMP SET ERRMSG = NULL ,ERRCODE =NULL  where vers=27 and ERRMSG is not null;


begin
  imp_pos.test   := 0;
  imp_pos.import('23');
end;

模板下载地址

第二步,增加 入库配置 存储策略配置4302

第三步,增加 出库配置 拣货工作区定义4306 ,配货定位策略定义4205

文档更新时间: 2023-09-01 03:33   作者:周骏