lzh
2025-06-24 13c4a636539584ab977fddacfae884b3ec250aee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ÿþ--[[
   x: GT-40-35
    Tðy: ýVêzzXbÞV“^ûN¡RŒ[b
   \O€ÿLZH
   åegÿ2024-12-11
 
   ýQpeÿ TaskFinish
   ŸRý€:
 
   ôf9e°‹U_:
 
--]]
 
json  = require ("json")
mobox = require ("OILua_JavelinExt")
m3 = require( "oi_base_mobox" )
wms_op = require( "wms_operation" )
function TaskFinish( strLuaDEID )
    local nRet, strRetInfo
 
    local operation
    nRet, operation = m3.GetSysCurEditDataObj( strLuaDEID, "Operation" )
    if (nRet ~= 0 ) then lua.Error( strLuaDEID, debug.getinfo(1), operation ) end 
 
    nRet, strRetInfo = wms_op.SetFinish( strLuaDEID, operation.code )
    if ( nRet ~= 0 ) then
        lua.Error( strLuaDEID, debug.getinfo(1), "¾‹n\ON÷S='"..operation.code.."' „v\ONŒ[b1Y%!"..strRetInfo )
    end
end