| | |
| | | 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 ) |
| | | |
| | | -- 调试脚本的入口函数 |
| | | --nRet = AfterClickOK ( strLuaDEID ) |
| | | nRet = WMS_BaseData_Export ( strLuaDEID ) |
| | | nRet = Inbound_Sync( strLuaDEID ) |
| | | |
| | | if ( nRet == 0 ) then |
| | | mobox.commit(strLuaDEID) |