11 2016 档案

摘要:static void DateDiffA(Args _args){ date TransDate; TransDate Calcdate(date startDate, Periods periodQty, PeriodUnit periodUnit) { TransDateTime TransD 阅读全文
posted @ 2016-11-25 09:23 Fog-Fog 阅读(389) 评论(0) 推荐(0)
摘要:public void reserve_Purch(PurchId _purchId){ PurchLine locPurchline; PurchLine ReserverPurchline; InventMovement inventmovement; InventUpd_Reservation 阅读全文
posted @ 2016-11-18 14:44 Fog-Fog 阅读(167) 评论(0) 推荐(0)
摘要:static void Job63(Args _args){PurchCopying purchCopying = PurchCopying::construct(SalesPurchCopy::CopyAllLines);TmpFrmVirtual tmpFrmVirtualLines;TmpFr 阅读全文
posted @ 2016-11-18 14:36 Fog-Fog 阅读(208) 评论(0) 推荐(0)
摘要:static void makPurchPackingSlipCancel(Args _args) { PurchTable purchTable = PurchTable::find("0000-000187"); VendPackingSlipJour vendPackingSlipJour; 阅读全文
posted @ 2016-11-17 10:42 Fog-Fog 阅读(262) 评论(0) 推荐(0)
摘要:static void Esh_CreatePO(Args _args){PurchTable purchTable;PurchLine purchLine;VendTable vendTable = VendTable::find("US_TX_001"); //Specify Vendor Ac 阅读全文
posted @ 2016-11-16 17:40 Fog-Fog 阅读(277) 评论(0) 推荐(0)
摘要:public void registerLines(){ InventTransWMS_Register inventTransWMS_Register; TmpInventTransWMS tmpInventTransWMS; InventTrans inventTrans; PurchLine 阅读全文
posted @ 2016-11-16 10:34 Fog-Fog 阅读(381) 评论(0) 推荐(0)
摘要:1.随机数取得 RandomGenerate objRG = new RandomGenerate(); objRG.randomInt(); 2. 填0 int length; while (strLen(s_TmpNum) < length) { s_TmpNum = strFmt("0%1", 阅读全文
posted @ 2016-11-15 12:12 Fog-Fog 阅读(209) 评论(0) 推荐(0)
摘要:static void validateTracDim_SMC(Args _args){ ItemId varItemId = 'SY_API100-Y'; FieldId observedDimension = fieldNum(InventDim, InventBatchId); str lab 阅读全文
posted @ 2016-11-15 10:10 Fog-Fog 阅读(140) 评论(0) 推荐(0)