From f01dbecb66e96d528d1ec70feebe3e87611a936a Mon Sep 17 00:00:00 2001
From: Jianw <Jianw@DJW>
Date: 星期三, 14 五月 2025 15:01:28 +0800
Subject: [PATCH] 增加出库单同步接口

---
 lua_code/test051301.lua |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/lua_code/test051301.lua b/lua_code/test051301.lua
index fcdfd0b..dc514d0 100644
--- a/lua_code/test051301.lua
+++ b/lua_code/test051301.lua
@@ -109,17 +109,16 @@
 mobox = require("OILua_JavelinExt")
 local wms_base = require("wms_base")
 -- 闇�璋冭瘯鐨勮剼鏈�---require("WMS-28-10 Count_Order-AddByCountPlan")
-require("WMS-00-10 Factory-BaseDataExport")
-local strLuaDEID = "{55521D04-144A-4423-96DF-0C8516FA4DBE}"
+require("Inbound_Sync")
+
+local strLuaDEID = "{8755C06B-CC0D-44FE-A62C-96954F3B716B}"
 local nRet
 
 -- 鍚姩浜嬪姟
 mobox.startTransaction( strLuaDEID )
 
 -- 璋冭瘯鑴氭湰鐨勫叆鍙e嚱鏁�---nRet = AfterClickOK ( strLuaDEID )
-nRet = WMS_BaseData_Export ( strLuaDEID )
+nRet = Inbound_Sync( strLuaDEID )
 
 if ( nRet == 0 ) then
   mobox.commit(strLuaDEID)

--
Gitblit v1.9.1