This commit is contained in:
PastSaid
2024-03-18 11:42:45 +08:00
parent 08d8878eef
commit c31957eb64
56 changed files with 1485 additions and 123 deletions

View File

@@ -21,6 +21,6 @@ def BarItemClick(e):
fidList = List[str](set(map(lambda x:x.PrimaryKeyValue ,sellist)))
service = STKInventoryService(this.Context)
# raise Exception(str(type(fidList)))
service.HandleSyncData(fidList, opResult)
service.HandleSyncData(fidList, opResult,"")
if opResult.OperateResult.Count > 0:
this.View.ShowOperateResult(opResult.OperateResult)