目录前言1第一章绪论21.1研究背景及意义21.2本文主要工作21.3本文组织结构3第二章相关技术概述52.1Python语言52.2Django框架52.3Angularjs框架72.4SQLServer数据库82.5Apache服务器82.6本章小结8第三章系统需求分析93.1功能性需求分析93.1.1检验任务流程模块93.1.2报表管理模块113.1.3数据统计模块123.1.4权限管理模块133.2非功能性需求分析133.3设计约束153.4本章小结16第四章系统详细设计与实现174.1系统总体设计174.1.1架构设计174.2.1数据库设计174.2系统模块设计与实现234.2.1检验流程模块设计与实现244.2.2表单管理模块284.2.3数据统计模块304.2.4权限管理模块314.3本章小结31第五章系统测试335.1测试目的335.2测试环境345.3测试结果345.3.1登陆模块345.3.2检验任务流程模块345.3.3表单管理模块355.3.4数据统计模块365.3.5数据统计模块365.4本章小结36第六章总结与展望376.1本文总结376.2后续工作展望37参考文献39致谢41附录42摘要随着计算机网络技术和企业管理的规范化发展,各行各业迫切需要管理模式的改变和生产方法的优化。利用计算机技术来实现信息化和现代化管理在这个趋势下显得尤为重要。服装企业管理中,质量检验是必经流程。适时对质量检验的结果做统计分析有利于企业对生产质量的控制,从而达到及时修改生产策略、提高员工工作效率、增强企业生产能力的目的。基于以上目的和背景,本系统针对服装企业质检流程繁琐、耗时的问题,所开发的基于B/S架构web系统软件,为服装企业质检过程提供检验表单录入、表单审批、数据统计和分析功能,以期实现快速、高效的质检过程。系统结合服装企业的实际情况,构建了服装质检流程模型,采用B/S架构,MVC设计模式,使用Python语言及Django框架进行后端的开发,使用Angularjs框架进行前端的开发,使用SQLServer数据库。试验表明,本系统设计是科学的,规范的和标准的,能够满足服装企业质检的需求。本文按照系统需求分析、系统详细设计与实现、系统测试的顺序,详细介绍了基于Django和Angularjs的服装企业原材料检验管理系统。系统最终为企业员工提供了检验任务相关操作,报表相关操作,数据统计,权限管理等功能。关键词:B/S架构;Django框架;Angularjs框架;管理系统AbstractWiththestandardizationdevelopmentofcomputernetworktechnologyandenterprisemanagement,thereisanurgentneedformanagementmodechangeandoptimizationofproductionmethodsofalltradesandprofessions.Theuseofcomputertechnologytorealizetheinformationizationandmodernizationmanagementisparticularlyimportantunderthetrend.Inthemanagementofapparelenterprises,qualityinspectionisanecessaryprocess.Timelystatisticalanalysisoftheresultsofqualityinspectionisconducivetotheenterprise'scontrolofproductionquality,soastotimelyrevisetheproductionstrategy,improvetheworkefficiencyofemployeesandenhancetheproductioncapacityoftheenterprise.Basedontheabovepurposesandbackground,thissystemhasbeendevelopedbasedonB/Sarchitecturewebsystemsoftwaretoprovideinspectionforminput,formapproval,datastatisticsandanalysisfunctionsforthequalityinspectionprocessofclothingenterprises,withaviewtoachievingafastandefficientqualityinspectionprocess.Inconnectionwiththepracticalsituationofthegarmententerprises,thesystemofqualityinspectionofthegarmentwasconstructed,usingtheB/Sarchitecture,theMVCdesignmodel,thedevelopmentoftheback-endusingthePythonlanguageandtheDjangoframework,thefront-enddevelopmentusingtheAngularjsframework,andtheSQLserverdatabasewasused.Theexperimentshowsthatthesystemdesignisscientific,standardandstandard,whichcanmeettherequirementofqualityinspectionofgarmententerprises.Accordingtotheorderofthesystemrequirementsanalysis,systemdetaileddesignandimplementationandsystemtest,thispaperintroducestherawmaterialinspectionandmanagementsystemofapparelenterprisesba...