【例子介绍】delphi 三层erp 制衣厂管理系统
【相关图片】
【源码结构】
.
├── Clothing
│ ├── Cleanup.bat
│ ├── Client
│ │ ├── Alarm
│ │ ├── BusinessFlow
│ │ │ ├── BaseBOM.dcu
│ │ │ ├── BaseBOM.dfm
│ │ │ ├── BaseBOM.pas
│ │ │ ├── BaseCustomerBom.dcu
│ │ │ ├── BaseCustomerBom.dfm
│ │ │ ├── BaseCustomerBom.pas
│ │ │ ├── BaseProduct.dcu
│ │ │ ├── BaseProduct.dfm
│ │ │ ├── BaseProduct.pas
│ │ │ ├── ImportProduceOrder.dcu
│ │ │ ├── ImportProduceOrder.ddp
│ │ │ ├── ImportProduceOrder.dfm
│ │ │ ├── ImportProduceOrder.pas
│ │ │ ├── LookupProduceOrder.dcu
│ │ │ ├── LookupProduceOrder.dfm
│ │ │ ├── LookupProduceOrder.pas
│ │ │ ├── ProduceOrder.dcu
│ │ │ ├── ProduceOrder.dfm
│ │ │ ├── ProduceOrder.pas
│ │ │ ├── ProduceOrderBegin.dcu
│ │ │ ├── ProduceOrderBegin.dfm
│ │ │ ├── ProduceOrderBegin.pas
│ │ │ ├── ProduceOrderFinish.dcu
│ │ │ ├── ProduceOrderFinish.dfm
│ │ │ ├── ProduceOrderFinish.pas
│ │ │ ├── QueryProduceOrder.dcu
│ │ │ ├── QueryProduceOrder.dfm
│ │ │ ├── QueryProduceOrder.pas
│ │ │ ├── TreeFlowDesk.dfm
│ │ │ └── TreeFlowDesk.pas
│ │ ├── Finance
│ │ │ ├── AccountCustomer.dcu
│ │ │ ├── AccountCustomer.ddp
│ │ │ ├── AccountCustomer.dfm
│ │ │ ├── AccountCustomer.pas
│ │ │ ├── AccountProvider.dcu
│ │ │ ├── AccountProvider.ddp
│ │ │ ├── AccountProvider.dfm
│ │ │ ├── AccountProvider.pas
│ │ │ ├── BaseCashier.dcu
│ │ │ ├── BaseCashier.dfm
│ │ │ ├── BaseCashier.pas
│ │ │ ├── ChargeCustomer.dcu
│ │ │ ├── ChargeCustomer.dfm
│ │ │ ├── ChargeCustomer.pas
│ │ │ ├── ChargeProvider.dcu
│ │ │ ├── ChargeProvider.ddp
│ │ │ ├── ChargeProvider.dfm
│ │ │ ├── ChargeProvider.pas
│ │ │ ├── CustomerAccountIO.dcu
│ │ │ ├── CustomerAccountIO.dfm
│ │ │ ├── CustomerAccountIO.pas
│ │ │ ├── InitAccountC.dcu
│ │ │ ├── InitAccountC.dfm
│ │ │ ├── InitAccountC.pas
│ │ │ ├── InitAccountP.dcu
│ │ │ ├── InitAccountP.ddp
│ │ │ ├── InitAccountP.dfm
│ │ │ ├── InitAccountP.pas
│ │ │ ├── LookupChargeC.dcu
│ │ │ ├── LookupChargeC.dfm
│ │ │ ├── LookupChargeC.pas
│ │ │ ├── LookupChargeP.dcu
│ │ │ ├── LookupChargeP.dfm
│ │ │ ├── LookupChargeP.pas
│ │ │ ├── LookupPaymentCustomer.dcu
│ │ │ ├── LookupPaymentCustomer.dfm
│ │ │ ├── LookupPaymentCustomer.pas
│ │ │ ├── LookupPaymentProvider.dcu
│ │ │ ├── LookupPaymentProvider.dfm
│ │ │ ├── LookupPaymentProvider.pas
│ │ │ ├── PaymentCustomer.dcu
│ │ │ ├── PaymentCustomer.dfm
│ │ │ ├── PaymentCustomer.pas
│ │ │ ├── PaymentProvider.dcu
│ │ │ ├── PaymentProvider.dfm
│ │ │ ├── PaymentProvider.pas
│ │ │ ├── ProviderAccountIO.dcu
│ │ │ ├── ProviderAccountIO.dfm
│ │ │ ├── ProviderAccountIO.pas
│ │ │ ├── QueryChargeCustomer.dcu
│ │ │ ├── QueryChargeCustomer.dfm
│ │ │ ├── QueryChargeCustomer.pas
│ │ │ ├── QueryChargeProvider.dcu
│ │ │ ├── QueryChargeProvider.dfm
│ │ │ ├── QueryChargeProvider.pas
│ │ │ ├── QueryPaymentCustomer.dcu
│ │ │ ├── QueryPaymentCustomer.ddp
│ │ │ ├── QueryPaymentCustomer.dfm
│ │ │ ├── QueryPaymentCustomer.pas
│ │ │ ├── QueryPaymentProvider.dcu
│ │ │ ├── QueryPaymentProvider.ddp
│ │ │ ├── QueryPaymentProvider.dfm
│ │ │ └── QueryPaymentProvider.pas
│ │ ├── GuidanceQuery
│ │ ├── MRP
│ │ │ ├── MaterielDecompose.dcu
│ │ │ ├── MaterielDecompose.ddp
│ │ │ ├── MaterielDecompose.dfm
│ │ │ ├── MaterielDecompose.pas
│ │ │ ├── QueryMaterielDec.dcu
│ │ │ ├── QueryMaterielDec.dfm
│ │ │ └── QueryMaterielDec.pas
│ │ ├── ProduceFlow
│ │ │ ├── AddReport.dcu
│ │ │ ├── AddReport.ddp
│ │ │ ├── AddReport.dfm
│ │ │ ├── AddReport.pas
│ │ │ ├── CostConvert.dcu
│ │ │ ├── CostConvert.ddp
│ │ │ ├── CostConvert.dfm
│ │ │ ├── CostConvert.pas
│ │ │ ├── FCAddBase.dcu
│ │ │ ├── FCAddBase.dfm
│ │ │ ├── FCAddBase.pas
│ │ │ ├── FCAddBatch.dfm
│ │ │ ├── FCAddBatch.pas
│ │ │ ├── FCAddMission.dfm
│ │ │ ├── FCAddMission.pas
│ │ │ ├── FCAddNotice.dfm
│ │ │ ├── FCAddNotice.pas
│ │ │ ├── FCAddOutDo.dfm
│ │ │ ├── FCAddOutDo.pas
│ │ │ ├── FCAddRecord.dcu
│ │ │ ├── FCAddRecord.dfm
│ │ │ ├── FCAddRecord.pas
│ │ │ ├── FCAddReport.dcu
│ │ │ ├── FCAddReport.ddp
│ │ │ ├── FCAddReport.dfm
│ │ │ ├── FCAddReport.pas
│ │ │ ├── FCBrief.dcu
│ │ │ ├── FCBrief.dfm
│ │ │ ├── FCBrief.pas
│ │ │ ├── FCBriefed.dcu
│ │ │ ├── FCBriefed.ddp
│ │ │ ├── FCBriefed.dfm
│ │ │ ├── FCBriefed.pas
│ │ │ ├── FCBriefing.dcu
│ │ │ ├── FCBriefing.dfm
│ │ │ ├── FCBriefing.pas
│ │ │ ├── FCBriefs.dcu
│ │ │ ├── FCBriefs.dfm
│ │ │ ├── FCBriefs.pas
│ │ │ ├── FCCosting.dcu
│ │ │ ├── FCCosting.dfm
│ │ │ ├── FCCosting.pas
│ │ │ ├── FCDoBase.dfm
│ │ │ ├── FCDoBase.pas
│ │ │ ├── FCDoCell.dfm
│ │ │ ├── FCDoCell.pas
│ │ │ ├── FCDoProcess.dfm
│ │ │ ├── FCDoProcess.pas
│ │ │ ├── FCDoSection.dfm
│ │ │ ├── FCDoSection.pas
│ │ │ ├── FCFMBase.dfm
│ │ │ ├── FCFMBase.pas
│ │ │ ├── FCProgress.dfm
│ │ │ ├── FCProgress.pas
│ │ │ ├── LookupQualityCheck.dcu
│ │ │ ├── LookupQualityCheck.dfm
│ │ │ ├── LookupQualityCheck.pas
│ │ │ ├── ProduceFlowCard.dcu
│ │ │ ├── ProduceFlowCard.dfm
│ │ │ ├── ProduceFlowCard.pas
│ │ │ ├── ProgressReport.dcu
│ │ │ ├── ProgressReport.dfm
│ │ │ ├── ProgressReport.pas
│ │ │ ├── ProgressTakeMateriel.dcu
│ │ │ ├── ProgressTakeMateriel.dfm
│ │ │ ├── ProgressTakeMateriel.pas
│ │ │ ├── QualityCheckBL.dcu
│ │ │ ├── QualityCheckBL.dfm
│ │ │ ├── QualityCheckBL.pas
│ │ │ ├── QualityCheckCY.dcu
│ │ │ ├── QualityCheckCY.dfm
│ │ │ ├── QualityCheckCY.pas
│ │ │ ├── QueryCostConvert.dcu
│ │ │ ├── QueryCostConvert.ddp
│ │ │ ├── QueryCostConvert.dfm
│ │ │ ├── QueryCostConvert.pas
│ │ │ ├── QueryFCAddBatch.dfm
│ │ │ ├── QueryFCAddBatch.pas
│ │ │ ├── QueryFCAddReport.dcu
│ │ │ ├── QueryFCAddReport.dfm
│ │ │ ├── QueryFCAddReport.pas
│ │ │ ├── QueryFCSalary.dcu
│ │ │ ├── QueryFCSalary.dfm
│ │ │ ├── QueryFCSalary.pas
│ │ │ ├── QueryProgress.dcu
│ │ │ ├── QueryProgress.ddp
│ │ │ ├── QueryProgress.dfm
│ │ │ ├── QueryProgress.pas
│ │ │ ├── QueryProgressAllSO.dcu
│ │ │ ├── QueryProgressAllSO.ddp
│ │ │ ├── QueryProgressAllSO.dfm
│ │ │ ├── QueryProgressAllSO.pas
│ │ │ ├── QueryProgressAllSOOneDay.dcu
│ │ │ ├── QueryProgressAllSOOneDay.ddp
│ │ │ ├── QueryProgressAllSOOneDay.dfm
│ │ │ ├── QueryProgressAllSOOneDay.pas
│ │ │ ├── QyeryFCAddMission.dfm
│ │ │ ├── QyeryFCAddMission.pas
│ │ │ ├── SelTakeMateriel.dcu
│ │ │ ├── SelTakeMateriel.dfm
│ │ │ ├── SelTakeMateriel.pas
│ │ │ ├── TreeMPSView.dfm
│ │ │ └── TreeMPSView.pas
│ │ ├── ProducePlanning
│ │ │ ├── Bak
│ │ │ │ ├── FCCell.dfm
│ │ │ │ ├── FCCell.pas
│ │ │ │ ├── FCProcess.dfm
│ │ │ │ └── FCProcess.pas
│ │ │ ├── BaseCapCondition.dcu
│ │ │ ├── BaseCapCondition.dfm
│ │ │ ├── BaseCapCondition.pas
│ │ │ ├── FCCell.dcu
│ │ │ ├── FCCell.dfm
│ │ │ ├── FCCell.pas
│ │ │ ├── FCFMList.dcu
│ │ │ ├── FCFMList.dfm
│ │ │ ├── FCFMList.pas
│ │ │ ├── FCNotice.dfm
│ │ │ ├── FCNotice.pas
│ │ │ ├── FCProcess.dcu
│ │ │ ├── FCProcess.dfm
│ │ │ ├── FCProcess.pas
│ │ │ ├── FCReport.dcu
│ │ │ ├── FCReport.dfm
│ │ │ ├── FCReport.pas
│ │ │ ├── FCSection.dcu
│ │ │ ├── FCSection.dfm
│ │ │ ├── FCSection.pas
│ │ │ ├── FCWorkCenter.dcu
│ │ │ ├── FCWorkCenter.dfm
│ │ │ ├── FCWorkCenter.pas
│ │ │ ├── QueryMPS.dcu
│ │ │ ├── QueryMPS.dfm
│ │ │ ├── QueryMPS.pas
│ │ │ ├── QueryResCalendar.dcu
│ │ │ ├── QueryResCalendar.dfm
│ │ │ ├── QueryResCalendar.pas
│ │ │ ├── RecordAdd.dcu
│ │ │ ├── RecordAdd.dfm
│ │ │ ├── RecordAdd.pas
│ │ │ ├── ResCapAnalyse.dcu
│ │ │ ├── ResCapAnalyse.ddp
│ │ │ ├── ResCapAnalyse.dfm
│ │ │ ├── ResCapAnalyse.pas
│ │ │ ├── ResPlanReport.dcu
│ │ │ ├── ResPlanReport.ddp
│ │ │ ├── ResPlanReport.dfm
│ │ │ ├── ResPlanReport.pas
│ │ │ ├── ResWorkReport.dcu
│ │ │ ├── ResWorkReport.ddp
│ │ │ ├── ResWorkReport.dfm
│ │ │ ├── ResWorkReport.pas
│ │ │ ├── TempleteAdd.dcu
│ │ │ ├── TempleteAdd.dfm
│ │ │ ├── TempleteAdd.pas
│ │ │ ├── TreeMPS.dcu
│ │ │ ├── TreeMPS.dfm
│ │ │ ├── TreeMPS.pas
│ │ │ ├── TreeResPlan.dcu
│ │ │ ├── TreeResPlan.dfm
│ │ │ ├── TreeResPlan.pas
│ │ │ ├── TreeSell.dfm
│ │ │ └── TreeSell.pas
│ │ ├── Public
│ │ │ ├── Base.dcu
│ │ │ ├── Base.dfm
│ │ │ ├── Base.pas
│ │ │ ├── BaseEmergy.dcu
│ │ │ ├── BaseEmergy.dfm
│ │ │ ├── BaseEmergy.pas
│ │ │ ├── BaseForm.dfm
│ │ │ ├── BaseForm.pas
│ │ │ ├── BaseFrame.dfm
│ │ │ ├── BaseFrame.pas
│ │ │ ├── BaseInfoBase.dcu
│ │ │ ├── BaseInfoBase.ddp
│ │ │ ├── BaseInfoBase.dfm
│ │ │ ├── BaseInfoBase.pas
│ │ │ ├── BaseInfoQueryBase.dcu
│ │ │ ├── BaseInfoQueryBase.dfm
│ │ │ ├── BaseInfoQueryBase.pas
│ │ │ ├── BillBase.dcu
│ │ │ ├── BillBase.dfm
│ │ │ ├── BillBase.pas
│ │ │ ├── ChangePWD.dcu
│ │ │ ├── ChangePWD.dfm
│ │ │ ├── ChangePWD.pas
│ │ │ ├── CustomerFilter.dcu
│ │ │ ├── CustomerFilter.dfm
│ │ │ ├── CustomerFilter.pas
│ │ │ ├── DailogBase.dcu
│ │ │ ├── DailogBase.dfm
│ │ │ ├── DailogBase.pas
│ │ │ ├── DataModule.dcu
│ │ │ ├── DataModule.ddp
│ │ │ ├── DataModule.dfm
│ │ │ ├── DataModule.pas
│ │ │ ├── DetailBase.dcu
│ │ │ ├── DetailBase.dfm
│ │ │ ├── DetailBase.pas
│ │ │ ├── Global.dcu
│ │ │ ├── Global.pas
│ │ │ ├── ImportAccountData.dcu
│ │ │ ├── ImportAccountData.dfm
│ │ │ ├── ImportAccountData.pas
│ │ │ ├── ImportBase.dcu
│ │ │ ├── ImportBase.dfm
│ │ │ ├── ImportBase.pas
│ │ │ ├── InfoBase.dcu
│ │ │ ├── InfoBase.ddp
│ │ │ ├── InfoBase.dfm
│ │ │ ├── InfoBase.pas
│ │ │ ├── Loading.dcu
│ │ │ ├── Loading.ddp
│ │ │ ├── Loading.dfm
│ │ │ ├── Loading.pas
│ │ │ ├── Login.dcu
│ │ │ ├── Login.ddp
│ │ │ ├── Login.dfm
│ │ │ ├── Login.pas
│ │ │ ├── LookupBase.dcu
│ │ │ ├── LookupBase.dfm
│ │ │ ├── LookupBase.pas
│ │ │ ├── LookupProCus.dcu
│ │ │ ├── LookupProCus.ddp
│ │ │ ├── LookupProCus.dfm
│ │ │ ├── LookupProCus.pas
│ │ │ ├── LookupProduct.dcu
│ │ │ ├── LookupProduct.dfm
│ │ │ ├── LookupProduct.pas
│ │ │ ├── MDIAlarm.dcu
│ │ │ ├── MDIAlarm.ddp
│ │ │ ├── MDIAlarm.dfm
│ │ │ ├── MDIAlarm.pas
│ │ │ ├── MDIBase.dcu
│ │ │ ├── MDIBase.dfm
│ │ │ ├── MDIBase.pas
│ │ │ ├── MDIBusinessFlow.dcu
│ │ │ ├── MDIBusinessFlow.dfm
│ │ │ ├── MDIBusinessFlow.pas
│ │ │ ├── MDIFinance.dcu
│ │ │ ├── MDIFinance.dfm
│ │ │ ├── MDIFinance.pas
│ │ │ ├── MDIGuidanceQuery.dcu
│ │ │ ├── MDIGuidanceQuery.dfm
│ │ │ ├── MDIGuidanceQuery.pas
│ │ │ ├── MDIMRP.dcu
│ │ │ ├── MDIMRP.dfm
│ │ │ ├── MDIMRP.pas
│ │ │ ├── MDIProduceFlow.dcu
│ │ │ ├── MDIProduceFlow.dfm
│ │ │ ├── MDIProduceFlow.pas
│ │ │ ├── MDIProducePlanning.dcu
│ │ │ ├── MDIProducePlanning.dfm
│ │ │ ├── MDIProducePlanning.pas
│ │ │ ├── MDIPurchase.dcu
│ │ │ ├── MDIPurchase.dfm
│ │ │ ├── MDIPurchase.pas
│ │ │ ├── MDIReports.dcu
│ │ │ ├── MDIReports.dfm
│ │ │ ├── MDIReports.pas
│ │ │ ├── MDISell.dcu
│ │ │ ├── MDISell.ddp
│ │ │ ├── MDISell.dfm
│ │ │ ├── MDISell.pas
│ │ │ ├── MDIStock.dcu
│ │ │ ├── MDIStock.dfm
│ │ │ ├── MDIStock.pas
│ │ │ ├── MDISystem.dcu
│ │ │ ├── MDISystem.dfm
│ │ │ ├── MDISystem.pas
│ │ │ ├── Main.dcu
│ │ │ ├── Main.ddp
│ │ │ ├── Main.dfm
│ │ │ ├── Main.pas
│ │ │ ├── MainControl.dcu
│ │ │ ├── MainControl.ddp
│ │ │ ├── MainControl.dfm
│ │ │ ├── MainControl.pas
│ │ │ ├── ModuleControl.dcu
│ │ │ ├── ModuleControl.ddp
│ │ │ ├── ModuleControl.dfm
│ │ │ ├── ModuleControl.pas
│ │ │ ├── PaymentBase.dcu
│ │ │ ├── PaymentBase.ddp
│ │ │ ├── PaymentBase.dfm
│ │ │ ├── PaymentBase.pas
│ │ │ ├── ProductFilter.dcu
│ │ │ ├── ProductFilter.dfm
│ │ │ ├── ProductFilter.pas
│ │ │ ├── ProviderFilter.dcu
│ │ │ ├── ProviderFilter.dfm
│ │ │ ├── ProviderFilter.pas
│ │ │ ├── QueryBase.dcu
│ │ │ ├── QueryBase.dfm
│ │ │ ├── QueryBase.pas
│ │ │ ├── SendMessage.dcu
│ │ │ ├── SendMessage.dfm
│ │ │ ├── SendMessage.pas
│ │ │ ├── StyleForm.dfm
│ │ │ ├── StyleForm.pas
│ │ │ ├── TreeBase.dcu
│ │ │ ├── TreeBase.dfm
│ │ │ ├── TreeBase.pas
│ │ │ └── client.ini
│ │ ├── Purchase
│ │ │ ├── BaseProvider.dcu
│ │ │ ├── BaseProvider.dfm
│ │ │ ├── BaseProvider.pas
│ │ │ ├── BasePurchaser.dcu
│ │ │ ├── BasePurchaser.dfm
│ │ │ ├── BasePurchaser.pas
│ │ │ ├── DetailProvidePurchase.dcu
│ │ │ ├── DetailProvidePurchase.ddp
│ │ │ ├── DetailProvidePurchase.dfm
│ │ │ ├── DetailProvidePurchase.pas
│ │ │ ├── ImportPOBack.dcu
│ │ │ ├── ImportPOBack.dfm
│ │ │ ├── ImportPOBack.pas
│ │ │ ├── ImportPOOut.dcu
│ │ │ ├── ImportPOOut.dfm
│ │ │ ├── ImportPOOut.pas
│ │ │ ├── ImportPurchaseRequest.dcu
│ │ │ ├── ImportPurchaseRequest.dfm
│ │ │ ├── ImportPurchaseRequest.pas
│ │ │ ├── LookupIncomingOrder.dcu
│ │ │ ├── LookupIncomingOrder.dfm
│ │ │ ├── LookupIncomingOrder.pas
│ │ │ ├── LookupPOBack.dcu
│ │ │ ├── LookupPOBack.dfm
│ │ │ ├── LookupPOBack.pas
│ │ │ ├── LookupProviderBack.dcu
│ │ │ ├── LookupProviderBack.dfm
│ │ │ ├── LookupProviderBack.pas
│ │ │ ├── LookupProviderIncoming.dcu
│ │ │ ├── LookupProviderIncoming.dfm
│ │ │ ├── LookupProviderIncoming.pas
│ │ │ ├── LookupPurchaseOrder.dcu
│ │ │ ├── LookupPurchaseOrder.dfm
│ │ │ ├── LookupPurchaseOrder.pas
│ │ │ ├── LookupPurchaseRequest.dcu
│ │ │ ├── LookupPurchaseRequest.dfm
│ │ │ ├── LookupPurchaseRequest.pas
│ │ │ ├── POBack.dcu
│ │ │ ├── POBack.dfm
│ │ │ ├── POBack.pas
│ │ │ ├── POIncomingOrder.dcu
│ │ │ ├── POIncomingOrder.dfm
│ │ │ ├── POIncomingOrder.pas
│ │ │ ├── ProductQuote.dcu
│ │ │ ├── ProductQuote.ddp
│ │ │ ├── ProductQuote.dfm
│ │ │ ├── ProductQuote.pas
│ │ │ ├── ProviderBack.dcu
│ │ │ ├── ProviderBack.dfm
│ │ │ ├── ProviderBack.pas
│ │ │ ├── ProviderIncoming.dcu
│ │ │ ├── ProviderIncoming.dfm
│ │ │ ├── ProviderIncoming.pas
│ │ │ ├── Providerquote.dcu
│ │ │ ├── Providerquote.ddp
│ │ │ ├── Providerquote.dfm
│ │ │ ├── Providerquote.pas
│ │ │ ├── PurchaseOrder.dcu
│ │ │ ├── PurchaseOrder.dfm
│ │ │ ├── PurchaseOrder.pas
│ │ │ ├── PurchaseOrderCounteract.dcu
│ │ │ ├── PurchaseOrderCounteract.dfm
│ │ │ ├── PurchaseOrderCounteract.pas
│ │ │ ├── PurchaseOrderFinish.dcu
│ │ │ ├── PurchaseOrderFinish.dfm
│ │ │ ├── PurchaseOrderFinish.pas
│ │ │ ├── PurchaseOrderSubmit.dcu
│ │ │ ├── PurchaseOrderSubmit.dfm
│ │ │ ├── PurchaseOrderSubmit.pas
│ │ │ ├── PurchasePlan.dcu
│ │ │ ├── PurchasePlan.dfm
│ │ │ ├── PurchasePlan.pas
│ │ │ ├── PurchaseRequest.dcu
│ │ │ ├── PurchaseRequest.dfm
│ │ │ ├── PurchaseRequest.pas
│ │ │ ├── PurchaseSumByProv.dcu
│ │ │ ├── PurchaseSumByProv.dfm
│ │ │ ├── PurchaseSumByProv.pas
│ │ │ ├── QueryPOBack.dcu
│ │ │ ├── QueryPOBack.dfm
│ │ │ ├── QueryPOBack.pas
│ │ │ ├── QueryPOIncomingOrder.dcu
│ │ │ ├── QueryPOIncomingOrder.dfm
│ │ │ ├── QueryPOIncomingOrder.pas
│ │ │ ├── QueryProvider.dcu
│ │ │ ├── QueryProvider.dfm
│ │ │ ├── QueryProvider.pas
│ │ │ ├── QueryProviderBack.dcu
│ │ │ ├── QueryProviderBack.dfm
│ │ │ ├── QueryProviderBack.pas
│ │ │ ├── QueryProviderIncoming.dcu
│ │ │ ├── QueryProviderIncoming.dfm
│ │ │ ├── QueryProviderIncoming.pas
│ │ │ ├── QueryPurchase.dcu
│ │ │ ├── QueryPurchase.dfm
│ │ │ ├── QueryPurchase.pas
│ │ │ ├── QueryPurchaseOrder.dcu
│ │ │ ├── QueryPurchaseOrder.dfm
│ │ │ ├── QueryPurchaseOrder.pas
│ │ │ ├── QueryPurchaseRequest.dcu
│ │ │ ├── QueryPurchaseRequest.dfm
│ │ │ └── QueryPurchaseRequest.pas
│ │ ├── Reports
│ │ │ └── rtm
│ │ │ ├── CustomerBack.rtm
│ │ │ ├── CustomerOut.rtm
│ │ │ ├── POBack.rtm
│ │ │ ├── POIncoming.rtm
│ │ │ ├── PorviderOut.rtm
│ │ │ ├── ProductsIn.rtm
│ │ │ ├── ProductsIncome.rtm
│ │ │ ├── ProductsOut.rtm
│ │ │ ├── ProviderBack.rtm
│ │ │ ├── PurchaseOrder.rtm
│ │ │ ├── ReturnMateriel.rtm
│ │ │ ├── SellBack.rtm
│ │ │ ├── SellOut.rtm
│ │ │ ├── StorageCheck.rtm
│ │ │ ├── TakeMateriel.rtm
│ │ │ ├── Transfer.rtm
│ │ │ └── Transition.rtm
│ │ ├── Sell
│ │ │ ├── Base.dfm
│ │ │ ├── Base.pas
│ │ │ ├── BaseCustomer.dcu
│ │ │ ├── BaseCustomer.dfm
│ │ │ ├── BaseCustomer.pas
│ │ │ ├── BaseCustomerProduct.dcu
│ │ │ ├── BaseCustomerProduct.ddp
│ │ │ ├── BaseCustomerProduct.dfm
│ │ │ ├── BaseCustomerProduct.pas
│ │ │ ├── BaseSell.dcu
│ │ │ ├── BaseSell.dfm
│ │ │ ├── BaseSell.pas
│ │ │ ├── BillSellBack.dcu
│ │ │ ├── BillSellBack.dfm
│ │ │ ├── BillSellBack.pas
│ │ │ ├── BillSellOut.ddp
│ │ │ ├── BillSellOut.dfm
│ │ │ ├── BillSellOut.pas
│ │ │ ├── ContractManage.dcu
│ │ │ ├── ContractManage.ddp
│ │ │ ├── ContractManage.dfm
│ │ │ ├── ContractManage.pas
│ │ │ ├── ContractToSellOrder.dcu
│ │ │ ├── ContractToSellOrder.dfm
│ │ │ ├── ContractToSellOrder.pas
│ │ │ ├── CustomerBack.dcu
│ │ │ ├── CustomerBack.ddp
│ │ │ ├── CustomerBack.dfm
│ │ │ ├── CustomerBack.pas
│ │ │ ├── CustomerOut.dcu
│ │ │ ├── CustomerOut.ddp
│ │ │ ├── CustomerOut.dfm
│ │ │ ├── CustomerOut.pas
│ │ │ ├── DetailCustomerSell.dcu
│ │ │ ├── DetailCustomerSell.ddp
│ │ │ ├── DetailCustomerSell.dfm
│ │ │ ├── DetailCustomerSell.pas
│ │ │ ├── ImportSellBack.dcu
│ │ │ ├── ImportSellBack.dfm
│ │ │ ├── ImportSellBack.pas
│ │ │ ├── ImportSellOrder.dcu
│ │ │ ├── ImportSellOrder.dfm
│ │ │ ├── ImportSellOrder.pas
│ │ │ ├── ImportSellOut.dcu
│ │ │ ├── ImportSellOut.ddp
│ │ │ ├── ImportSellOut.dfm
│ │ │ ├── ImportSellOut.pas
│ │ │ ├── LookupContractManage.dcu
│ │ │ ├── LookupContractManage.dfm
│ │ │ ├── LookupContractManage.pas
│ │ │ ├── LookupCustomerBack.dcu
│ │ │ ├── LookupCustomerBack.dfm
│ │ │ ├── LookupCustomerBack.pas
│ │ │ ├── LookupCustomerOut.dcu
│ │ │ ├── LookupCustomerOut.dfm
│ │ │ ├── LookupCustomerOut.pas
│ │ │ ├── LookupSellBack.dcu
│ │ │ ├── LookupSellBack.dfm
│ │ │ ├── LookupSellBack.pas
│ │ │ ├── LookupSellOrder.dcu
│ │ │ ├── LookupSellOrder.dfm
│ │ │ ├── LookupSellOrder.pas
│ │ │ ├── LookupSellOut.dcu
│ │ │ ├── LookupSellOut.dfm
│ │ │ ├── LookupSellOut.pas
│ │ │ ├── QueryBillSellBack.dcu
│ │ │ ├── QueryBillSellBack.dfm
│ │ │ ├── QueryBillSellBack.pas
│ │ │ ├── QueryBillSellOut.dcu
│ │ │ ├── QueryBillSellOut.dfm
│ │ │ ├── QueryBillSellOut.pas
│ │ │ ├── QueryContractManage.dcu
│ │ │ ├── QueryContractManage.dfm
│ │ │ ├── QueryContractManage.pas
│ │ │ ├── QueryCustomer.dcu
│ │ │ ├── QueryCustomer.dfm
│ │ │ ├── QueryCustomer.pas
│ │ │ ├── QueryCustomerBack.dcu
│ │ │ ├── QueryCustomerBack.dfm
│ │ │ ├── QueryCustomerBack.pas
│ │ │ ├── QueryCustomerOut.dcu
│ │ │ ├── QueryCustomerOut.dfm
│ │ │ ├── QueryCustomerOut.pas
│ │ │ ├── QuerySellOrder.dcu
│ │ │ ├── QuerySellOrder.dfm
│ │ │ ├── QuerySellOrder.pas
│ │ │ ├── QuerySeller.dcu
│ │ │ ├── QuerySeller.dfm
│ │ │ ├── QuerySeller.pas
│ │ │ ├── SellCustSumByOneProd.dcu
│ │ │ ├── SellCustSumByOneProd.dfm
│ │ │ ├── SellCustSumByOneProd.pas
│ │ │ ├── SellCustSumByProd.dcu
│ │ │ ├── SellCustSumByProd.dfm
│ │ │ ├── SellCustSumByProd.pas
│ │ │ ├── SellOrder.dcu
│ │ │ ├── SellOrder.dfm
│ │ │ ├── SellOrder.pas
│ │ │ ├── SellOrderCancel.dcu
│ │ │ ├── SellOrderCancel.dfm
│ │ │ ├── SellOrderCancel.pas
│ │ │ ├── SellOrderFinish.dcu
│ │ │ ├── SellOrderFinish.dfm
│ │ │ ├── SellOrderFinish.pas
│ │ │ ├── SellOrderSubmit.dcu
│ │ │ ├── SellOrderSubmit.ddp
│ │ │ ├── SellOrderSubmit.dfm
│ │ │ ├── SellOrderSubmit.pas
│ │ │ ├── SellProductSumByCust.dcu
│ │ │ ├── SellProductSumByCust.dfm
│ │ │ ├── SellProductSumByCust.pas
│ │ │ ├── SellProductSumByOneCust.dcu
│ │ │ ├── SellProductSumByOneCust.dfm
│ │ │ ├── SellProductSumByOneCust.pas
│ │ │ └── billSellOut.dcu
│ │ ├── Stock
│ │ │ ├── BaseStorage.dcu
│ │ │ ├── BaseStorage.dfm
│ │ │ ├── BaseStorage.pas
│ │ │ ├── BaseStorageManager.dcu
│ │ │ ├── BaseStorageManager.ddp
│ │ │ ├── BaseStorageManager.dfm
│ │ │ ├── BaseStorageManager.pas
│ │ │ ├── BillTransfer.dcu
│ │ │ ├── BillTransfer.ddp
│ │ │ ├── BillTransfer.dfm
│ │ │ ├── BillTransfer.pas
│ │ │ ├── BillTransition.dcu
│ │ │ ├── BillTransition.ddp
│ │ │ ├── BillTransition.dfm
│ │ │ ├── BillTransition.pas
│ │ │ ├── LookupProductsIn.dcu
│ │ │ ├── LookupProductsIn.dfm
│ │ │ ├── LookupProductsIn.pas
│ │ │ ├── LookupProductsIncome.dcu
│ │ │ ├── LookupProductsIncome.dfm
│ │ │ ├── LookupProductsIncome.pas
│ │ │ ├── LookupProductsOut.dcu
│ │ │ ├── LookupProductsOut.dfm
│ │ │ ├── LookupProductsOut.pas
│ │ │ ├── LookupReturnMateriel.dcu
│ │ │ ├── LookupReturnMateriel.dfm
│ │ │ ├── LookupReturnMateriel.pas
│ │ │ ├── LookupStorageCheck.dcu
│ │ │ ├── LookupStorageCheck.dfm
│ │ │ ├── LookupStorageCheck.pas
│ │ │ ├── LookupSupplyTakeMateriel.dcu
│ │ │ ├── LookupSupplyTakeMateriel.dfm
│ │ │ ├── LookupSupplyTakeMateriel.pas
│ │ │ ├── LookupTakeMateriel.dcu
│ │ │ ├── LookupTakeMateriel.ddp
│ │ │ ├── LookupTakeMateriel.dfm
│ │ │ ├── LookupTakeMateriel.pas
│ │ │ ├── LookupTransfer.dcu
│ │ │ ├── LookupTransfer.dfm
│ │ │ ├── LookupTransfer.pas
│ │ │ ├── LookupTransition.dcu
│ │ │ ├── LookupTransition.ddp
│ │ │ ├── LookupTransition.dfm
│ │ │ ├── LookupTransition.pas
│ │ │ ├── ProductsIn.dcu
│ │ │ ├── ProductsIn.dfm
│ │ │ ├── ProductsIn.pas
│ │ │ ├── ProductsIncome.dcu
│ │ │ ├── ProductsIncome.dfm
│ │ │ ├── ProductsIncome.pas
│ │ │ ├── PronductsOut.dcu
│ │ │ ├── PronductsOut.dfm
│ │ │ ├── PronductsOut.pas
│ │ │ ├── QueryBillTransfer.dcu
│ │ │ ├── QueryBillTransfer.dfm
│ │ │ ├── QueryBillTransfer.pas
│ │ │ ├── QueryBillTransition.dcu
│ │ │ ├── QueryBillTransition.dfm
│ │ │ ├── QueryBillTransition.pas
│ │ │ ├── QueryProductsIn.dcu
│ │ │ ├── QueryProductsIn.dfm
│ │ │ ├── QueryProductsIn.pas
│ │ │ ├── QueryProductsIncome.dcu
│ │ │ ├── QueryProductsIncome.dfm
│ │ │ ├── QueryProductsIncome.pas
│ │ │ ├── QueryProductsOut.dcu
│ │ │ ├── QueryProductsOut.dfm
│ │ │ ├── QueryProductsOut.pas
│ │ │ ├── QueryReturnMateriel.dcu
│ │ │ ├── QueryReturnMateriel.dfm
│ │ │ ├── QueryReturnMateriel.pas
│ │ │ ├── QueryStorageCheck.dcu
│ │ │ ├── QueryStorageCheck.ddp
│ │ │ ├── QueryStorageCheck.dfm
│ │ │ ├── QueryStorageCheck.pas
│ │ │ ├── QueryStorageIO.dcu
│ │ │ ├── QueryStorageIO.dfm
│ │ │ ├── QueryStorageIO.pas
│ │ │ ├── QueryStorageTotal.dcu
│ │ │ ├── QueryStorageTotal.dfm
│ │ │ ├── QueryStorageTotal.pas
│ │ │ ├── QueryStore.dcu
│ │ │ ├── QueryStore.dfm
│ │ │ ├── QueryStore.pas
│ │ │ ├── QuerySupplyTakeMateriel.dcu
│ │ │ ├── QuerySupplyTakeMateriel.dfm
│ │ │ ├── QuerySupplyTakeMateriel.pas
│ │ │ ├── QueryTakeMateriel.dcu
│ │ │ ├── QueryTakeMateriel.dfm
│ │ │ ├── QueryTakeMateriel.pas
│ │ │ ├── ReturnMateriel.dcu
│ │ │ ├── ReturnMateriel.dfm
│ │ │ ├── ReturnMateriel.pas
│ │ │ ├── StorageAccFact.dcu
│ │ │ ├── StorageAccFact.dfm
│ │ │ ├── StorageAccFact.pas
│ │ │ ├── StorageCheck.dcu
│ │ │ ├── StorageCheck.dfm
│ │ │ ├── StorageCheck.pas
│ │ │ ├── StorageFilter.dcu
│ │ │ ├── StorageFilter.dfm
│ │ │ ├── StorageFilter.pas
│ │ │ ├── StorageFrost.dcu
│ │ │ ├── StorageFrost.dfm
│ │ │ ├── StorageFrost.pas
│ │ │ ├── StorageGather.dcu
│ │ │ ├── StorageGather.dfm
│ │ │ ├── StorageGather.pas
│ │ │ ├── SupplyTakeMateriel.dcu
│ │ │ ├── SupplyTakeMateriel.dfm
│ │ │ ├── SupplyTakeMateriel.pas
│ │ │ ├── TakeMateriel.dcu
│ │ │ ├── TakeMateriel.dfm
│ │ │ └── TakeMateriel.pas
│ │ ├── System
│ │ │ ├── BaseArea.dcu
│ │ │ ├── BaseArea.ddp
│ │ │ ├── BaseArea.dfm
│ │ │ ├── BaseArea.pas
│ │ │ ├── BaseCompanyInfo.dcu
│ │ │ ├── BaseCompanyInfo.dfm
│ │ │ ├── BaseCompanyInfo.pas
│ │ │ ├── BaseDepartment.dcu
│ │ │ ├── BaseDepartment.dfm
│ │ │ ├── BaseDepartment.pas
│ │ │ ├── BaseEType.dcu
│ │ │ ├── BaseEType.dfm
│ │ │ ├── BaseEType.pas
│ │ │ ├── BaseEmployee.dcu
│ │ │ ├── BaseEmployee.dfm
│ │ │ ├── BaseEmployee.pas
│ │ │ ├── BaseFactoryDate.dcu
│ │ │ ├── BaseFactoryDate.dfm
│ │ │ ├── BaseFactoryDate.pas
│ │ │ ├── BaseFee.dcu
│ │ │ ├── BaseFee.dfm
│ │ │ ├── BaseFee.pas
│ │ │ ├── BaseGroup.dcu
│ │ │ ├── BaseGroup.ddp
│ │ │ ├── BaseGroup.dfm
│ │ │ ├── BaseGroup.pas
│ │ │ ├── BaseMoney.dcu
│ │ │ ├── BaseMoney.dfm
│ │ │ ├── BaseMoney.pas
│ │ │ ├── BasePType.dcu
│ │ │ ├── BasePType.dfm
│ │ │ ├── BasePType.pas
│ │ │ ├── BaseProductType.dcu
│ │ │ ├── BaseProductType.dfm
│ │ │ ├── BaseProductType.pas
│ │ │ ├── BaseSheetType.dcu
│ │ │ ├── BaseSheetType.dfm
│ │ │ ├── BaseSheetType.pas
│ │ │ ├── BaseTranMode.dcu
│ │ │ ├── BaseTranMode.dfm
│ │ │ ├── BaseTranMode.pas
│ │ │ ├── BaseUnits.dcu
│ │ │ ├── BaseUnits.dfm
│ │ │ ├── BaseUnits.pas
│ │ │ ├── BaseUser.dcu
│ │ │ ├── BaseUser.ddp
│ │ │ ├── BaseUser.dfm
│ │ │ ├── BaseUser.pas
│ │ │ ├── FactoryDateAdd.dcu
│ │ │ ├── FactoryDateAdd.ddp
│ │ │ ├── FactoryDateAdd.dfm
│ │ │ ├── FactoryDateAdd.pas
│ │ │ ├── GroupRight.dcu
│ │ │ ├── GroupRight.ddp
│ │ │ ├── GroupRight.dfm
│ │ │ ├── GroupRight.pas
│ │ │ ├── PersonalSet.dcu
│ │ │ ├── PersonalSet.ddp
│ │ │ ├── PersonalSet.dfm
│ │ │ ├── PersonalSet.pas
│ │ │ ├── QueryProduct.dcu
│ │ │ ├── QueryProduct.dfm
│ │ │ └── QueryProduct.pas
│ │ └── Thumbs.db
│ ├── ClothingDb.udl
│ ├── ClothingSys.udl
│ ├── Data
│ │ ├── ClothingSys.ldf
│ │ ├── ClothingSys.mdf
│ │ ├── ClothingTem.ldf
│ │ └── ClothingTem.mdf
│ ├── MainGroup.bmp
│ ├── MainTop.bmp
│ ├── ModuleLeft.bmp
│ ├── ModuleRight.bmp
│ ├── Server
│ │ ├── AcctOutput.dcu
│ │ ├── AcctOutput.dfm
│ │ ├── AcctOutput.pas
│ │ ├── AdminLogin.dcu
│ │ ├── AdminLogin.ddp
│ │ ├── AdminLogin.dfm
│ │ ├── AdminLogin.pas
│ │ ├── AdminManage.dcu
│ │ ├── AdminManage.dfm
│ │ ├── AdminManage.pas
│ │ ├── Base.dcu
│ │ ├── Base.dfm
│ │ ├── Base.pas
│ │ ├── ChangePwd.dcu
│ │ ├── ChangePwd.dfm
│ │ ├── ChangePwd.pas
│ │ ├── ConfigDb.dcu
│ │ ├── ConfigDb.dfm
│ │ ├── ConfigDb.pas
│ │ ├── CreateAcctBook.dcu
│ │ ├── CreateAcctBook.ddp
│ │ ├── CreateAcctBook.dfm
│ │ ├── CreateAcctBook.pas
│ │ ├── DeleteAcctBook.dcu
│ │ ├── DeleteAcctBook.dfm
│ │ ├── DeleteAcctBook.pas
│ │ ├── ImportAcctBook.dcu
│ │ ├── ImportAcctBook.ddp
│ │ ├── ImportAcctBook.dfm
│ │ ├── ImportAcctBook.pas
│ │ ├── ServerDm.dcu
│ │ ├── ServerDm.ddp
│ │ ├── ServerDm.dfm
│ │ ├── ServerDm.pas
│ │ ├── ServerLog.dcu
│ │ ├── ServerLog.dfm
│ │ ├── ServerLog.pas
│ │ ├── ServerMain.dcu
│ │ ├── ServerMain.ddp
│ │ ├── ServerMain.dfm
│ │ ├── ServerMain.pas
│ │ ├── ServerRecvMsg.dcu
│ │ ├── ServerRecvMsg.dfm
│ │ ├── ServerRecvMsg.pas
│ │ ├── ServerSendMsg.dcu
│ │ ├── ServerSendMsg.dfm
│ │ └── ServerSendMsg.pas
│ ├── Sql
│ │ └── Server
│ │ ├── spDetachDB.sql
│ │ ├── spDoAccountSet.sql
│ │ ├── spImport.sql
│ │ ├── spInitializeImport.sql
│ │ └── spIsExistsDbName.sql
│ ├── clothing.cfg
│ ├── clothing.dof
│ ├── clothing.dpr
│ ├── clothing.drc
│ ├── clothing.elf
│ ├── clothing.exe
│ ├── clothing.res
│ ├── clothingsrv.cfg
│ ├── clothingsrv.dof
│ ├── clothingsrv.dpr
│ ├── clothingsrv.drc
│ ├── clothingsrv.exe
│ ├── clothingsrv.res
│ ├── 控件说明.txt
│ ├── 织造制衣MRP管理控制系统说明.doc
│ ├── 织造制衣MRP管理控制系统方案书.doc
│ ├── 织造制衣MRP管理控制系统数据库结构.doc
│ └── 程序运行说明.txt
├── Comtest.suo
└── delphi 三层erp 制衣厂管理系统_源码.rar
21 directories, 898 files
评论