diff --git a/WcfService1/BLL/lWmsOutPickPort.cs b/WcfService1/BLL/lWmsOutPickPort.cs index 55c7ed3..b4e869c 100644 --- a/WcfService1/BLL/lWmsOutPickPort.cs +++ b/WcfService1/BLL/lWmsOutPickPort.cs @@ -1463,12 +1463,12 @@ namespace DeiNiu.wms.Logical /// 周转箱号 /// internal enumRepResult seedsPickOut(string flowNo,int skuId,string productDate, string batch, int outDetailId, - decimal seedCnt, string toFlowNo,int inDetailId, bool isForceClose) + decimal seedCnt, string toFlowNo,int inDetailId, bool isForceClose, int lightOperid=0) { - logTest.Debug(string.Format(" flowNo:{0} ,batch :{1} , outDetailId:{2} , seedsCnt:{3}, toFlowNo {4} ", flowNo, batch ,outDetailId, seedCnt,toFlowNo)); + logTest.Debug(string.Format(" flowNo:{0} ,batch :{1} , outDetailId:{2} , seedsCnt:{3}, toFlowNo {4} , lightOperid {5}", flowNo, batch ,outDetailId, seedCnt,toFlowNo, lightOperid)); // WmsOutDetail wod = new WmsOutDetail(outDetailId); // WmsOutRequest wor = new WmsOutRequest(wod.orderNo); - + this.operId = lightOperid; bool isZhitongSeed = inDetailId > 0; diff --git a/WcfService1/IWmsOutPickRequest.cs b/WcfService1/IWmsOutPickRequest.cs index b9dbebb..c3b1c26 100644 --- a/WcfService1/IWmsOutPickRequest.cs +++ b/WcfService1/IWmsOutPickRequest.cs @@ -220,7 +220,7 @@ namespace DeiNiu.Wcf [OperationContract] - enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose); + enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose, int userId); diff --git a/WcfService1/WmsOutPickRequestService.svc.cs b/WcfService1/WmsOutPickRequestService.svc.cs index acd7dfd..aff5af5 100644 --- a/WcfService1/WmsOutPickRequestService.svc.cs +++ b/WcfService1/WmsOutPickRequestService.svc.cs @@ -627,9 +627,11 @@ namespace DeiNiu.Wcf return lopp.prePareLightSeeds(deskId, flowno, barcode, userId, isValid); } - public enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose) + public enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose,int userId) { - return lopp.seedsPickOut(flowNo, skuId, productDate, batch, outDetailId, seedCnt, toFlowNo, inDetailId, isForceClose); + if(userId>0) lopp.operId = userId; + + return lopp.seedsPickOut(flowNo, skuId, productDate, batch, outDetailId, seedCnt, toFlowNo, inDetailId, isForceClose,userId); } } } diff --git a/deiniuWMS.sln b/deiniuWMS.sln index 908c74a..c359643 100644 --- a/deiniuWMS.sln +++ b/deiniuWMS.sln @@ -110,6 +110,11 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "view", "view\", "{8288A0EA- SlnRelativePath = "view\" EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0733D196-F4F2-4152-ADFA-3903E897C0C6}" + ProjectSection(SolutionItems) = preProject + 得牛WMS.pptx = 得牛WMS.pptx + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -475,7 +480,7 @@ Global {8288A0EA-E086-4EB8-AD75-D4038F5E5243} = {9346F04D-0F8D-4FEE-817C-E14098A34E2A} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - VisualSVNWorkingCopyRoot = . SolutionGuid = {6D1DB09A-84E0-4189-BA3A-FA368DA5363A} + VisualSVNWorkingCopyRoot = . EndGlobalSection EndGlobal diff --git a/winform/.vs/wms.csproj.dtbcache.json b/winform/.vs/wms.csproj.dtbcache.json index c9b5bbb..a5eb48f 100644 --- a/winform/.vs/wms.csproj.dtbcache.json +++ b/winform/.vs/wms.csproj.dtbcache.json @@ -1 +1 @@ -{"RootPath":"D:\\vssrc\\vssrc\\winform","ProjectFileName":"wms.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"custErpDataSet4.Designer.cs"},{"SourceFile":"custErp_suzou2DataSet.Designer.cs"},{"SourceFile":"custErp_suzou2DataSet1.Designer.cs"},{"SourceFile":"custErp_suzou2DataSet2.Designer.cs"},{"SourceFile":"deiniuWMSDataSet11.Designer.cs"},{"SourceFile":"deiniuWMSDataSet22.Designer.cs"},{"SourceFile":"deiniuWMSDataSet5.Designer.cs"},{"SourceFile":"epick\\DeskCustomer.cs"},{"SourceFile":"epick\\DeskCustomer.designer.cs"},{"SourceFile":"epick\\elelable\\dnwcs.cs"},{"SourceFile":"epick\\elelable\\dnwms.cs"},{"SourceFile":"epick\\elelable\\ele_base.cs"},{"SourceFile":"epick\\elelable\\model.cs"},{"SourceFile":"epick\\elelable\\pick.cs"},{"SourceFile":"epick\\elelable\\port.cs"},{"SourceFile":"epick\\elelable\\uartinfo.cs"},{"SourceFile":"epick\\elelable\\unart_manage.cs"},{"SourceFile":"epick\\SeedsOutService.cs"},{"SourceFile":"epick\\SeedsOutService.designer.cs"},{"SourceFile":"epick\\wcf\\data\\Label.cs"},{"SourceFile":"epick\\wcf\\IServiceLight.cs"},{"SourceFile":"epick\\wcf\\ServiceLight.cs"},{"SourceFile":"Login.cs"},{"SourceFile":"Login.Designer.cs"},{"SourceFile":"plc\\OPCMonitor.cs"},{"SourceFile":"plc\\OPCMonitor.designer.cs"},{"SourceFile":"Properties\\Resources.Designer.cs"},{"SourceFile":"requestPick.Designer.cs"},{"SourceFile":"Service References\\FlowService\\Reference.cs"},{"SourceFile":"Service References\\OrderService\\Reference.cs"},{"SourceFile":"Service References\\PlateService\\Reference.cs"},{"SourceFile":"Service References\\portalService\\Reference.cs"},{"SourceFile":"Service References\\scheduledServiceTest\\Reference.cs"},{"SourceFile":"Service References\\ServiceCustomer\\Reference.cs"},{"SourceFile":"Service References\\ServiceLogin\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceVender\\Reference.cs"},{"SourceFile":"Service References\\waveRuleService\\Reference.cs"},{"SourceFile":"service\\GoodsOutPickOrderPrint.cs"},{"SourceFile":"service\\GoodsOutPickOrderPrint.Designer.cs"},{"SourceFile":"service\\IPrintingService.cs"},{"SourceFile":"service\\Label.cs"},{"SourceFile":"service\\PrintingService.cs"},{"SourceFile":"service\\PrintServiceForm.cs"},{"SourceFile":"service\\PrintServiceForm.designer.cs"},{"SourceFile":"service\\blankForm.cs"},{"SourceFile":"service\\blankForm.designer.cs"},{"SourceFile":"SqlServerTypes\\Loader.cs"},{"SourceFile":"TMS\\PrintTrans.cs"},{"SourceFile":"TMS\\PrintTrans.Designer.cs"},{"SourceFile":"utils\\elelable\\lightSeeds.cs"},{"SourceFile":"utils\\IPicker.cs"},{"SourceFile":"utils\\ImageViewForm.cs"},{"SourceFile":"utils\\ImageViewForm.Designer.cs"},{"SourceFile":"v_stockoutportsum.Designer.cs"},{"SourceFile":"wmsuzhou2DataSet.Designer.cs"},{"SourceFile":"入库\\GoodsReceivePrint.cs"},{"SourceFile":"入库\\GoodsReceivePrint.designer.cs"},{"SourceFile":"入库\\GoodsPreReceiveMultiDetails.cs"},{"SourceFile":"入库\\GoodsPreReceiveMultiDetails.designer.cs"},{"SourceFile":"入库\\GoodsPreReceive.cs"},{"SourceFile":"入库\\GoodsPreReceive.designer.cs"},{"SourceFile":"入库\\GoodsValidationOld.cs"},{"SourceFile":"入库\\GoodsValidationOld.designer.cs"},{"SourceFile":"入库\\GoodsValidationByPreNo.cs"},{"SourceFile":"入库\\GoodsValidationByPreNo.designer.cs"},{"SourceFile":"入库\\GoodsValidationbak.cs"},{"SourceFile":"入库\\GoodsValidationbak.designer.cs"},{"SourceFile":"出库\\GoodsSaleOutDetails.cs"},{"SourceFile":"出库\\GoodsSaleOutDetails.Designer.cs"},{"SourceFile":"出库\\WaveRule.cs"},{"SourceFile":"出库\\WaveRule.designer.cs"},{"SourceFile":"出库\\GoodsOutJiHuo.cs"},{"SourceFile":"出库\\GoodsOutJiHuo.Designer.cs"},{"SourceFile":"出库\\GoodsBatchOutForm.cs"},{"SourceFile":"出库\\GoodsBatchOutForm.Designer.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutSeedsPickForm.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutSeedsPickForm.Designer.cs"},{"SourceFile":"出库\\GoodsOutTasks.cs"},{"SourceFile":"出库\\GoodsOutTasks.Designer.cs"},{"SourceFile":"出库\\GoodsOutTasksPrint.cs"},{"SourceFile":"出库\\GoodsOutTasksPrint.Designer.cs"},{"SourceFile":"在库\\StockOrders.cs"},{"SourceFile":"在库\\StockOrders.designer.cs"},{"SourceFile":"在库\\StockPicker.cs"},{"SourceFile":"在库\\StockPicker.designer.cs"},{"SourceFile":"在库\\StockOrderApprove.cs"},{"SourceFile":"在库\\StockOrderApprove.designer.cs"},{"SourceFile":"在库\\PerfomanceForm.cs"},{"SourceFile":"在库\\PerfomanceForm.designer.cs"},{"SourceFile":"在库\\StockPlateStock.cs"},{"SourceFile":"在库\\StockPlateStock.designer.cs"},{"SourceFile":"在库\\TaskCenter.cs"},{"SourceFile":"在库\\TaskCenter.designer.cs"},{"SourceFile":"基础资料\\GoodsForm.cs"},{"SourceFile":"基础资料\\GoodsForm.designer.cs"},{"SourceFile":"Service References\\BoxService.svc\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceLot\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceOwner\\Reference.cs"},{"SourceFile":"service\\GoodsOutServiceForm.cs"},{"SourceFile":"service\\GoodsOutServiceForm.Designer.cs"},{"SourceFile":"service\\ILightService.cs"},{"SourceFile":"service\\LightService.cs"},{"SourceFile":"utils\\elelable\\lightPart.cs"},{"SourceFile":"utils\\SplashScreen1.cs"},{"SourceFile":"utils\\SplashScreen1.Designer.cs"},{"SourceFile":"utils\\About.cs"},{"SourceFile":"utils\\About.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\stockOutBatchPickDetail.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsStockBulkPack2.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsPickRequest.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\pickValidationData.Designer.cs"},{"SourceFile":"public\\Park.cs"},{"SourceFile":"Service References\\ServiceReferenceConfiguration\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceGoods\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceMobileTest\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceNodes\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceSetup\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockInRequest\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockLocation\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockOutPickRequest\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockOutRequest\\Reference.cs"},{"SourceFile":"Service References\\TMService\\Reference.cs"},{"SourceFile":"Service References\\ViechleService\\Reference.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsPickRequestBulks.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsStockBulkPack.Designer.cs"},{"SourceFile":"TMS\\CreateTransForm.cs"},{"SourceFile":"TMS\\CreateTransForm.Designer.cs"},{"SourceFile":"TMS\\ViechlesForm.cs"},{"SourceFile":"TMS\\ViechlesForm.designer.cs"},{"SourceFile":"TMS\\TranLinesForm.cs"},{"SourceFile":"TMS\\TranLinesForm.Designer.cs"},{"SourceFile":"TMS\\TransMgrForm.cs"},{"SourceFile":"TMS\\TransMgrForm.Designer.cs"},{"SourceFile":"utils\\AboutDevCompanion.cs"},{"SourceFile":"utils\\ConfigurationOperator.cs"},{"SourceFile":"utils\\ConnectionConfig.cs"},{"SourceFile":"utils\\elelable\\ease.cs"},{"SourceFile":"utils\\elelable\\light.cs"},{"SourceFile":"utils\\elelable\\port.cs"},{"SourceFile":"utils\\elelable\\dnwms.cs"},{"SourceFile":"utils\\elelable\\uartinfo.cs"},{"SourceFile":"utils\\elelable\\coms.cs"},{"SourceFile":"utils\\reports\\dataset\\DataSet1.Designer.cs"},{"SourceFile":"utils\\reports\\printIn.cs"},{"SourceFile":"utils\\reports\\PrintUtil.cs"},{"SourceFile":"utils\\reports\\printUtils.cs"},{"SourceFile":"utils\\ValidationRules.cs"},{"SourceFile":"utils\\WaitForm1.cs"},{"SourceFile":"utils\\WaitForm1.Designer.cs"},{"SourceFile":"utils\\WaitingForm.cs"},{"SourceFile":"utils\\WaitingForm.Designer.cs"},{"SourceFile":"基础资料\\LocationmgrForm.cs"},{"SourceFile":"基础资料\\LocationmgrForm.designer.cs"},{"SourceFile":"基础资料\\BoxForm.cs"},{"SourceFile":"基础资料\\BoxForm.designer.cs"},{"SourceFile":"入库\\GoodsInForm.cs"},{"SourceFile":"入库\\GoodsInForm.designer.cs"},{"SourceFile":"入库\\GoodsValidation.cs"},{"SourceFile":"入库\\GoodsValidation.designer.cs"},{"SourceFile":"入库\\GoodsReceive.cs"},{"SourceFile":"入库\\GoodsReceive.designer.cs"},{"SourceFile":"入库\\ShipInRecords.cs"},{"SourceFile":"入库\\ShipInRecords.designer.cs"},{"SourceFile":"入库\\ReceiveRecords.cs"},{"SourceFile":"入库\\ReceiveRecords.designer.cs"},{"SourceFile":"入库\\GoodsValidationRecs.cs"},{"SourceFile":"入库\\GoodsValidationRecs.designer.cs"},{"SourceFile":"出库\\BoxReg.cs"},{"SourceFile":"出库\\BoxReg.Designer.cs"},{"SourceFile":"出库\\GoodsOutWave.cs"},{"SourceFile":"出库\\GoodsOutWave.Designer.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutForm.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutForm.Designer.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutPartionPickForm.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutPartionPickForm.Designer.cs"},{"SourceFile":"utils\\ConfigPrint.cs"},{"SourceFile":"utils\\ConfigPrint.Designer.cs"},{"SourceFile":"出库\\GoodsOutQueryForm.cs"},{"SourceFile":"出库\\GoodsOutQueryForm.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutValidationForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutValidationForm.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsForm.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsPackForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsPackForm.Designer.cs"},{"SourceFile":"出库\\GoodsOutPlan.cs"},{"SourceFile":"出库\\GoodsOutPlan.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutPartValidationForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutPartValidationForm.Designer.cs"},{"SourceFile":"在库\\StockCompareForm.cs"},{"SourceFile":"在库\\StockCompareForm.designer.cs"},{"SourceFile":"在库\\StockMaintainQueryForm.cs"},{"SourceFile":"在库\\StockMaintainQueryForm.designer.cs"},{"SourceFile":"在库\\GoodsStockQueryForm.cs"},{"SourceFile":"在库\\GoodsStockQueryForm.designer.cs"},{"SourceFile":"在库\\GoodsStockAutoRepForm.cs"},{"SourceFile":"在库\\GoodsStockAutoRepForm.designer.cs"},{"SourceFile":"在库\\StockRecordQueryForm.cs"},{"SourceFile":"在库\\StockRecordQueryForm.designer.cs"},{"SourceFile":"在库\\StockPandianNewForm.cs"},{"SourceFile":"在库\\StockPandianNewForm.designer.cs"},{"SourceFile":"在库\\StockPandianDetailForm.cs"},{"SourceFile":"在库\\StockPandianDetailForm.designer.cs"},{"SourceFile":"基础资料\\LotGoodsType.cs"},{"SourceFile":"基础资料\\LotGoodsType.designer.cs"},{"SourceFile":"基础资料\\VenderSetup.cs"},{"SourceFile":"基础资料\\VenderSetup.designer.cs"},{"SourceFile":"基础资料\\CustomerSetup.cs"},{"SourceFile":"基础资料\\CustomerSetup.designer.cs"},{"SourceFile":"基础资料\\DeskSetup.cs"},{"SourceFile":"基础资料\\DeskSetup.designer.cs"},{"SourceFile":"基础资料\\基类\\BasicRibbonForm.cs"},{"SourceFile":"基础资料\\基类\\BasicRibbonForm.Designer.cs"},{"SourceFile":"基础资料\\基类\\FormBase.cs"},{"SourceFile":"基础资料\\基类\\FormBase.Designer.cs"},{"SourceFile":"main.cs"},{"SourceFile":"main.Designer.cs"},{"SourceFile":"Program.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"基础资料\\基类\\WaitForm2.cs"},{"SourceFile":"基础资料\\基类\\WaitForm2.Designer.cs"},{"SourceFile":"基础资料\\字典\\DictionaryForm.cs"},{"SourceFile":"基础资料\\字典\\DictionaryForm.Designer.cs"},{"SourceFile":"基础资料\\LotSetup.cs"},{"SourceFile":"基础资料\\LotSetup.designer.cs"},{"SourceFile":"基础资料\\OwnerSetup.cs"},{"SourceFile":"基础资料\\OwnerSetup.designer.cs"},{"SourceFile":"随货同行5.Designer.cs"},{"SourceFile":"随货同行单3.Designer.cs"},{"SourceFile":"Properties\\Settings.Designer.cs"},{"SourceFile":"obj\\Release\\.NETFramework,Version=v4.0.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\Accessibility.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\DeinuPageControl\\bin\\Release\\DeinuPageControl.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\DeinuPageControl\\bin\\Release\\DeinuPageControl.dll"},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.BonusSkins.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Data.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Images.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Pdf.v16.2.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Printing.v16.2.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Sparkline.v16.2.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Utils.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraBars.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraEditors.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraGrid.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraLayout.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraNavBar.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraPrinting.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraTreeList.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\log4net.2.0.16\\lib\\net40\\log4net.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\winform\\bin\\Microsoft.Data.ConnectionUI.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.Office.Interop.Excel.15.0.4795.1001\\lib\\net20\\Microsoft.Office.Interop.Excel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.Runtime.Common.12.0.2402.15\\lib\\Microsoft.ReportViewer.Common.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.Runtime.Common.12.0.2402.15\\lib\\Microsoft.ReportViewer.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1652.0\\lib\\net40\\Microsoft.ReportViewer.Design.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.Runtime.Common.12.0.2402.15\\lib\\Microsoft.ReportViewer.ProcessingObjectModel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1652.0\\lib\\net40\\Microsoft.ReportViewer.WebDesign.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1652.0\\lib\\net40\\Microsoft.ReportViewer.WebForms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.WinForms.10.0.40219.1\\lib\\Microsoft.ReportViewer.WinForms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.Reporting.WinForms.v11.1.0.0.0\\lib\\Microsoft.SqlServer.Types.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\Model\\bin\\Release\\Model.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\Model\\bin\\Release\\Model.dll"},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.ComponentModel.DataAnnotations.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Data.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Deployment.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Runtime.Serialization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Runtime.Serialization.Formatters.Soap.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Security.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.ServiceModel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.ServiceModel.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Speech.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Transactions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Web.Extensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Windows.Forms.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\ThoughtWorks.QRCode.1.1.0\\lib\\ThoughtWorks.QRCode.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\Utils\\bin\\Release\\Utils.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\Utils\\bin\\Release\\Utils.dll"},{"Reference":"D:\\vssrc\\vssrc\\WcfAuthentication\\bin\\Release\\WcfClientAuthentication.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\WcfAuthentication\\bin\\Release\\WcfClientAuthentication.dll"}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\vssrc\\vssrc\\winform\\obj\\Release\\WMS.exe","OutputItemRelativePath":"WMS.exe"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]} \ No newline at end of file +{"RootPath":"D:\\vssrc\\vssrc\\winform","ProjectFileName":"wms.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"custErpDataSet4.Designer.cs"},{"SourceFile":"custErp_suzou2DataSet.Designer.cs"},{"SourceFile":"custErp_suzou2DataSet1.Designer.cs"},{"SourceFile":"custErp_suzou2DataSet2.Designer.cs"},{"SourceFile":"deiniuWMSDataSet11.Designer.cs"},{"SourceFile":"deiniuWMSDataSet22.Designer.cs"},{"SourceFile":"deiniuWMSDataSet5.Designer.cs"},{"SourceFile":"epick\\DeskCustomer.cs"},{"SourceFile":"epick\\DeskCustomer.designer.cs"},{"SourceFile":"epick\\elelable\\dnwcs.cs"},{"SourceFile":"epick\\elelable\\dnwms.cs"},{"SourceFile":"epick\\elelable\\ele_base.cs"},{"SourceFile":"epick\\elelable\\model.cs"},{"SourceFile":"epick\\elelable\\pick.cs"},{"SourceFile":"epick\\elelable\\port.cs"},{"SourceFile":"epick\\elelable\\uartinfo.cs"},{"SourceFile":"epick\\elelable\\unart_manage.cs"},{"SourceFile":"epick\\SeedsOutService.cs"},{"SourceFile":"epick\\SeedsOutService.designer.cs"},{"SourceFile":"epick\\wcf\\data\\Label.cs"},{"SourceFile":"epick\\wcf\\IServiceLight.cs"},{"SourceFile":"epick\\wcf\\ServiceLight.cs"},{"SourceFile":"Login.cs"},{"SourceFile":"Login.Designer.cs"},{"SourceFile":"plc\\OPCMonitor.cs"},{"SourceFile":"plc\\OPCMonitor.designer.cs"},{"SourceFile":"Properties\\Resources.Designer.cs"},{"SourceFile":"requestPick.Designer.cs"},{"SourceFile":"Service References\\FlowService\\Reference.cs"},{"SourceFile":"Service References\\OrderService\\Reference.cs"},{"SourceFile":"Service References\\PlateService\\Reference.cs"},{"SourceFile":"Service References\\portalService\\Reference.cs"},{"SourceFile":"Service References\\scheduledServiceTest\\Reference.cs"},{"SourceFile":"Service References\\ServiceCustomer\\Reference.cs"},{"SourceFile":"Service References\\ServiceLogin\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceVender\\Reference.cs"},{"SourceFile":"Service References\\waveRuleService\\Reference.cs"},{"SourceFile":"service\\GoodsOutPickOrderPrint.cs"},{"SourceFile":"service\\GoodsOutPickOrderPrint.Designer.cs"},{"SourceFile":"service\\IPrintingService.cs"},{"SourceFile":"service\\Label.cs"},{"SourceFile":"service\\PrintingService.cs"},{"SourceFile":"service\\PrintServiceForm.cs"},{"SourceFile":"service\\PrintServiceForm.designer.cs"},{"SourceFile":"service\\blankForm.cs"},{"SourceFile":"service\\blankForm.designer.cs"},{"SourceFile":"SqlServerTypes\\Loader.cs"},{"SourceFile":"TMS\\PrintTrans.cs"},{"SourceFile":"TMS\\PrintTrans.Designer.cs"},{"SourceFile":"utils\\elelable\\lightSeeds.cs"},{"SourceFile":"utils\\IPicker.cs"},{"SourceFile":"utils\\ImageViewForm.cs"},{"SourceFile":"utils\\ImageViewForm.Designer.cs"},{"SourceFile":"v_stockoutportsum.Designer.cs"},{"SourceFile":"wmsuzhou2DataSet.Designer.cs"},{"SourceFile":"入库\\GoodsReceivePrint.cs"},{"SourceFile":"入库\\GoodsReceivePrint.designer.cs"},{"SourceFile":"入库\\GoodsPreReceiveMultiDetails.cs"},{"SourceFile":"入库\\GoodsPreReceiveMultiDetails.designer.cs"},{"SourceFile":"入库\\GoodsPreReceive.cs"},{"SourceFile":"入库\\GoodsPreReceive.designer.cs"},{"SourceFile":"入库\\GoodsValidationOld.cs"},{"SourceFile":"入库\\GoodsValidationOld.designer.cs"},{"SourceFile":"入库\\GoodsValidationByPreNo.cs"},{"SourceFile":"入库\\GoodsValidationByPreNo.designer.cs"},{"SourceFile":"入库\\GoodsValidationbak.cs"},{"SourceFile":"入库\\GoodsValidationbak.designer.cs"},{"SourceFile":"出库\\GoodsSaleOutDetails.cs"},{"SourceFile":"出库\\GoodsSaleOutDetails.Designer.cs"},{"SourceFile":"出库\\WaveRule.cs"},{"SourceFile":"出库\\WaveRule.designer.cs"},{"SourceFile":"出库\\GoodsOutJiHuo.cs"},{"SourceFile":"出库\\GoodsOutJiHuo.Designer.cs"},{"SourceFile":"出库\\GoodsBatchOutForm.cs"},{"SourceFile":"出库\\GoodsBatchOutForm.Designer.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutSeedsPickForm.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutSeedsPickForm.Designer.cs"},{"SourceFile":"出库\\GoodsOutTasks.cs"},{"SourceFile":"出库\\GoodsOutTasks.Designer.cs"},{"SourceFile":"出库\\GoodsOutTasksPrint.cs"},{"SourceFile":"出库\\GoodsOutTasksPrint.Designer.cs"},{"SourceFile":"在库\\StockOrders.cs"},{"SourceFile":"在库\\StockOrders.designer.cs"},{"SourceFile":"在库\\StockPicker.cs"},{"SourceFile":"在库\\StockPicker.designer.cs"},{"SourceFile":"在库\\StockOrderApprove.cs"},{"SourceFile":"在库\\StockOrderApprove.designer.cs"},{"SourceFile":"在库\\PerfomanceForm.cs"},{"SourceFile":"在库\\PerfomanceForm.designer.cs"},{"SourceFile":"在库\\StockPlateStock.cs"},{"SourceFile":"在库\\StockPlateStock.designer.cs"},{"SourceFile":"在库\\TaskCenter.cs"},{"SourceFile":"在库\\TaskCenter.designer.cs"},{"SourceFile":"基础资料\\GoodsForm.cs"},{"SourceFile":"基础资料\\GoodsForm.designer.cs"},{"SourceFile":"Service References\\BoxService.svc\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceLot\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceOwner\\Reference.cs"},{"SourceFile":"service\\GoodsOutServiceForm.cs"},{"SourceFile":"service\\GoodsOutServiceForm.Designer.cs"},{"SourceFile":"service\\ILightService.cs"},{"SourceFile":"service\\LightService.cs"},{"SourceFile":"utils\\elelable\\lightPart.cs"},{"SourceFile":"utils\\SplashScreen1.cs"},{"SourceFile":"utils\\SplashScreen1.Designer.cs"},{"SourceFile":"utils\\About.cs"},{"SourceFile":"utils\\About.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\stockOutBatchPickDetail.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsStockBulkPack2.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsPickRequest.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\pickValidationData.Designer.cs"},{"SourceFile":"public\\Park.cs"},{"SourceFile":"Service References\\ServiceReferenceConfiguration\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceGoods\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceMobileTest\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceNodes\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceSetup\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockInRequest\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockLocation\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockOutPickRequest\\Reference.cs"},{"SourceFile":"Service References\\ServiceReferenceStockOutRequest\\Reference.cs"},{"SourceFile":"Service References\\TMService\\Reference.cs"},{"SourceFile":"Service References\\ViechleService\\Reference.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsPickRequestBulks.Designer.cs"},{"SourceFile":"utils\\reports\\dataset\\tmsStockBulkPack.Designer.cs"},{"SourceFile":"TMS\\CreateTransForm.cs"},{"SourceFile":"TMS\\CreateTransForm.Designer.cs"},{"SourceFile":"TMS\\ViechlesForm.cs"},{"SourceFile":"TMS\\ViechlesForm.designer.cs"},{"SourceFile":"TMS\\TranLinesForm.cs"},{"SourceFile":"TMS\\TranLinesForm.Designer.cs"},{"SourceFile":"TMS\\TransMgrForm.cs"},{"SourceFile":"TMS\\TransMgrForm.Designer.cs"},{"SourceFile":"utils\\AboutDevCompanion.cs"},{"SourceFile":"utils\\ConfigurationOperator.cs"},{"SourceFile":"utils\\ConnectionConfig.cs"},{"SourceFile":"utils\\elelable\\ease.cs"},{"SourceFile":"utils\\elelable\\light.cs"},{"SourceFile":"utils\\elelable\\port.cs"},{"SourceFile":"utils\\elelable\\dnwms.cs"},{"SourceFile":"utils\\elelable\\uartinfo.cs"},{"SourceFile":"utils\\elelable\\coms.cs"},{"SourceFile":"utils\\reports\\dataset\\DataSet1.Designer.cs"},{"SourceFile":"utils\\reports\\printIn.cs"},{"SourceFile":"utils\\reports\\PrintUtil.cs"},{"SourceFile":"utils\\reports\\printUtils.cs"},{"SourceFile":"utils\\ValidationRules.cs"},{"SourceFile":"utils\\WaitForm1.cs"},{"SourceFile":"utils\\WaitForm1.Designer.cs"},{"SourceFile":"utils\\WaitingForm.cs"},{"SourceFile":"utils\\WaitingForm.Designer.cs"},{"SourceFile":"基础资料\\LocationmgrForm.cs"},{"SourceFile":"基础资料\\LocationmgrForm.designer.cs"},{"SourceFile":"基础资料\\BoxForm.cs"},{"SourceFile":"基础资料\\BoxForm.designer.cs"},{"SourceFile":"入库\\GoodsInForm.cs"},{"SourceFile":"入库\\GoodsInForm.designer.cs"},{"SourceFile":"入库\\GoodsValidation.cs"},{"SourceFile":"入库\\GoodsValidation.designer.cs"},{"SourceFile":"入库\\GoodsReceive.cs"},{"SourceFile":"入库\\GoodsReceive.designer.cs"},{"SourceFile":"入库\\ShipInRecords.cs"},{"SourceFile":"入库\\ShipInRecords.designer.cs"},{"SourceFile":"入库\\ReceiveRecords.cs"},{"SourceFile":"入库\\ReceiveRecords.designer.cs"},{"SourceFile":"入库\\GoodsValidationRecs.cs"},{"SourceFile":"入库\\GoodsValidationRecs.designer.cs"},{"SourceFile":"出库\\BoxReg.cs"},{"SourceFile":"出库\\BoxReg.Designer.cs"},{"SourceFile":"出库\\GoodsOutWave.cs"},{"SourceFile":"出库\\GoodsOutWave.Designer.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutForm.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutForm.Designer.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutPartionPickForm.cs"},{"SourceFile":"出库\\零货分拣\\GoodsOutPartionPickForm.Designer.cs"},{"SourceFile":"utils\\ConfigPrint.cs"},{"SourceFile":"utils\\ConfigPrint.Designer.cs"},{"SourceFile":"出库\\GoodsOutQueryForm.cs"},{"SourceFile":"出库\\GoodsOutQueryForm.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutValidationForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutValidationForm.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsForm.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsPackForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutSeedsPackForm.Designer.cs"},{"SourceFile":"出库\\GoodsOutPlan.cs"},{"SourceFile":"出库\\GoodsOutPlan.Designer.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutPartValidationForm.cs"},{"SourceFile":"出库\\零货复核\\GoodsOutPartValidationForm.Designer.cs"},{"SourceFile":"在库\\StockCompareForm.cs"},{"SourceFile":"在库\\StockCompareForm.designer.cs"},{"SourceFile":"在库\\StockMaintainQueryForm.cs"},{"SourceFile":"在库\\StockMaintainQueryForm.designer.cs"},{"SourceFile":"在库\\GoodsStockQueryForm.cs"},{"SourceFile":"在库\\GoodsStockQueryForm.designer.cs"},{"SourceFile":"在库\\GoodsStockAutoRepForm.cs"},{"SourceFile":"在库\\GoodsStockAutoRepForm.designer.cs"},{"SourceFile":"在库\\StockRecordQueryForm.cs"},{"SourceFile":"在库\\StockRecordQueryForm.designer.cs"},{"SourceFile":"在库\\StockPandianNewForm.cs"},{"SourceFile":"在库\\StockPandianNewForm.designer.cs"},{"SourceFile":"在库\\StockPandianDetailForm.cs"},{"SourceFile":"在库\\StockPandianDetailForm.designer.cs"},{"SourceFile":"基础资料\\LotGoodsType.cs"},{"SourceFile":"基础资料\\LotGoodsType.designer.cs"},{"SourceFile":"基础资料\\VenderSetup.cs"},{"SourceFile":"基础资料\\VenderSetup.designer.cs"},{"SourceFile":"基础资料\\CustomerSetup.cs"},{"SourceFile":"基础资料\\CustomerSetup.designer.cs"},{"SourceFile":"基础资料\\DeskSetup.cs"},{"SourceFile":"基础资料\\DeskSetup.designer.cs"},{"SourceFile":"基础资料\\基类\\BasicRibbonForm.cs"},{"SourceFile":"基础资料\\基类\\BasicRibbonForm.Designer.cs"},{"SourceFile":"基础资料\\基类\\FormBase.cs"},{"SourceFile":"基础资料\\基类\\FormBase.Designer.cs"},{"SourceFile":"main.cs"},{"SourceFile":"main.Designer.cs"},{"SourceFile":"Program.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"基础资料\\基类\\WaitForm2.cs"},{"SourceFile":"基础资料\\基类\\WaitForm2.Designer.cs"},{"SourceFile":"基础资料\\字典\\DictionaryForm.cs"},{"SourceFile":"基础资料\\字典\\DictionaryForm.Designer.cs"},{"SourceFile":"基础资料\\LotSetup.cs"},{"SourceFile":"基础资料\\LotSetup.designer.cs"},{"SourceFile":"基础资料\\OwnerSetup.cs"},{"SourceFile":"基础资料\\OwnerSetup.designer.cs"},{"SourceFile":"随货同行5.Designer.cs"},{"SourceFile":"随货同行单3.Designer.cs"},{"SourceFile":"Properties\\Settings.Designer.cs"},{"SourceFile":"obj\\Release\\.NETFramework,Version=v4.0.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\Accessibility.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\DeinuPageControl\\bin\\Release\\DeinuPageControl.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\DeinuPageControl\\bin\\Release\\DeinuPageControl.dll"},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.BonusSkins.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Data.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Images.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Pdf.v16.2.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Printing.v16.2.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Sparkline.v16.2.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.Utils.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraBars.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraEditors.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraGrid.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraLayout.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraNavBar.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraPrinting.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"d:\\Program Files (x86)\\DevExpress 16.2\\Components\\Bin\\Framework\\DevExpress.XtraTreeList.v16.2.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\log4net.2.0.16\\lib\\net40\\log4net.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\winform\\bin\\Microsoft.Data.ConnectionUI.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.Office.Interop.Excel.15.0.4795.1001\\lib\\net20\\Microsoft.Office.Interop.Excel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.Runtime.Common.10.0.30319.1\\lib\\Microsoft.ReportViewer.Common.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.Runtime.Common.10.0.30319.1\\lib\\Microsoft.ReportViewer.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1652.0\\lib\\net40\\Microsoft.ReportViewer.Design.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.Runtime.Common.10.0.30319.1\\lib\\Microsoft.ReportViewer.ProcessingObjectModel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1652.0\\lib\\net40\\Microsoft.ReportViewer.WebDesign.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1652.0\\lib\\net40\\Microsoft.ReportViewer.WebForms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.ReportViewer.WinForms.10.0.40219.1\\lib\\Microsoft.ReportViewer.WinForms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\Microsoft.Reporting.WinForms.v11.1.0.0.0\\lib\\Microsoft.SqlServer.Types.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\Model\\bin\\Release\\Model.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\Model\\bin\\Release\\Model.dll"},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.ComponentModel.DataAnnotations.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Data.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Deployment.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Runtime.Serialization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Runtime.Serialization.Formatters.Soap.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Security.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.ServiceModel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.ServiceModel.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Speech.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Transactions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Web.Extensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Windows.Forms.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\packages\\ThoughtWorks.QRCode.1.1.0\\lib\\ThoughtWorks.QRCode.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\vssrc\\vssrc\\Utils\\bin\\Release\\Utils.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\Utils\\bin\\Release\\Utils.dll"},{"Reference":"D:\\vssrc\\vssrc\\WcfAuthentication\\bin\\Release\\WcfClientAuthentication.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\vssrc\\vssrc\\WcfAuthentication\\bin\\Release\\WcfClientAuthentication.dll"}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\vssrc\\vssrc\\winform\\obj\\Release\\WMS.exe","OutputItemRelativePath":"WMS.exe"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]} \ No newline at end of file diff --git a/winform/Service References/ServiceReferenceStockOutPickRequest/Reference.cs b/winform/Service References/ServiceReferenceStockOutPickRequest/Reference.cs index 4d309a6..4545a11 100644 --- a/winform/Service References/ServiceReferenceStockOutPickRequest/Reference.cs +++ b/winform/Service References/ServiceReferenceStockOutPickRequest/Reference.cs @@ -266,7 +266,7 @@ namespace DeiNiu.wms.win.ServiceReferenceStockOutPickRequest { System.Data.DataTable getLightTasks(string query, int wareHouse, int partion, int lineId, int state, string date, bool isLight); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWmsOutPickRequest/seedsPickOut2", ReplyAction="http://tempuri.org/IWmsOutPickRequest/seedsPickOut2Response")] - DeiNiu.Utils.enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose); + DeiNiu.Utils.enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose, int userId); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] @@ -628,8 +628,8 @@ namespace DeiNiu.wms.win.ServiceReferenceStockOutPickRequest { return base.Channel.getLightTasks(query, wareHouse, partion, lineId, state, date, isLight); } - public DeiNiu.Utils.enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose) { - return base.Channel.seedsPickOut2(flowNo, skuId, productDate, batch, outDetailId, seedCnt, toFlowNo, inDetailId, isForceClose); + public DeiNiu.Utils.enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose, int userId) { + return base.Channel.seedsPickOut2(flowNo, skuId, productDate, batch, outDetailId, seedCnt, toFlowNo, inDetailId, isForceClose, userId); } } } diff --git a/winform/Service References/ServiceReferenceStockOutPickRequest/WmsOutPickRequestService65.xsd b/winform/Service References/ServiceReferenceStockOutPickRequest/WmsOutPickRequestService65.xsd index 2c9193d..29c4b8a 100644 --- a/winform/Service References/ServiceReferenceStockOutPickRequest/WmsOutPickRequestService65.xsd +++ b/winform/Service References/ServiceReferenceStockOutPickRequest/WmsOutPickRequestService65.xsd @@ -1845,6 +1845,7 @@ + diff --git a/winform/epick/SeedsOutService.cs b/winform/epick/SeedsOutService.cs index 90308cf..068c3d3 100644 --- a/winform/epick/SeedsOutService.cs +++ b/winform/epick/SeedsOutService.cs @@ -834,7 +834,7 @@ namespace DeiNiu.wms.win } int order = port; - enumLabelPickType pickType = enumLabelPickType.seed; + enumLabelPickType pickType = enumLabelPickType.seedsDesk; if (port == 0)//一次分播 @@ -849,7 +849,7 @@ namespace DeiNiu.wms.win #if DEBUG // port = 17; #endif - // int order =getOrder(port); + // order =getOrder(port); elelab.pick.init_port(pickType); @@ -860,14 +860,14 @@ namespace DeiNiu.wms.win { this.Invoke(new showStatus(delegate () { - startQuery(); + //startQuery(); })); } else { - startQuery(); + //startQuery(); } /* if (elelab.pick.activeComports.Count == 0) diff --git a/winform/epick/elelable/pick.cs b/winform/epick/elelable/pick.cs index 3f8cb4d..dc9e24c 100644 --- a/winform/epick/elelable/pick.cs +++ b/winform/epick/elelable/pick.cs @@ -623,9 +623,9 @@ namespace elelab SeedsLabel lb = currentElables[orderId][lableId]; - LogHelper.debug(typeof(pick), string.Format(" .........deskId {0}, lable id {1} , trying to update db, userId is ", lb.deskId,lableId, userId)); + LogHelper.debug(typeof(pick), string.Format(" .........deskId {0}, lable id {1} , trying to update db, userId is {2} ", lb.deskId,lableId, lb.userId)); - enumRepResult rs = client.seedsPickOut2(lb.flowNo,lb.skuId,lb.productDate,lb.batch,lb.outDetailId,lb.count,lb.toFlowNo,lb.inDetailId,false);//本次拣选完毕 + enumRepResult rs = client.seedsPickOut2(lb.flowNo,lb.skuId,lb.productDate,lb.batch,lb.outDetailId,lb.count,lb.toFlowNo,lb.inDetailId,false, lb.userId);//本次拣选完毕 LogHelper.debug(typeof(pick), string.Format(" ......... update result {0}", rs )); isOkay = rs == enumRepResult.成功; @@ -904,7 +904,7 @@ namespace elelab if (!clearOrder(orderPort, orderId)) { - return false; + // return false; } unart_manage.com_manage[orderPort].write_data(ele_data_comment); diff --git a/winform/epick/wcf/ServiceLight.cs b/winform/epick/wcf/ServiceLight.cs index 8e6fa62..9791711 100644 --- a/winform/epick/wcf/ServiceLight.cs +++ b/winform/epick/wcf/ServiceLight.cs @@ -202,6 +202,7 @@ namespace DeiNiu.wms.win.epick el.inDetailId = Convert.ToInt32(dr["inDetailId"].ToString()); el.userId = userId; el.isValid = isValid; + el.name = dr["goodsName"].ToString(); els.Add(el); } diff --git a/winform/wms.csproj b/winform/wms.csproj index 65e3997..9ebb611 100644 --- a/winform/wms.csproj +++ b/winform/wms.csproj @@ -29,7 +29,7 @@ 得牛软件 publish.htm false - 336 + 340 1.0.0.%2a false true diff --git a/得牛WMS.pptx b/得牛WMS.pptx new file mode 100644 index 0000000..67a0666 Binary files /dev/null and b/得牛WMS.pptx differ