You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

404 lines
23 KiB

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="bc49fe8b-3a6f-467c-93a1-43bd6976ad20" name="Default Changelist" comment="SKU活动消耗">
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/executionHistory/executionHistory.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/executionHistory/executionHistory.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/executionHistory/executionHistory.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/executionHistory/executionHistory.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/fileHashes/fileHashes.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/fileHashes/fileHashes.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/fileHashes/fileHashes.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/fileHashes/fileHashes.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/fileHashes/resourceHashesCache.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/fileHashes/resourceHashesCache.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/classAnalysis.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/classAnalysis.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/jarAnalysis.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/jarAnalysis.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/javaCompile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/javaCompile.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/taskHistory.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/6.4.1/javaCompile/taskHistory.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/cache.properties" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/cache.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/outputFiles.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/outputFiles.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/checksums/checksums.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/checksums/checksums.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/annotation/RepeatSubmit.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/annotation/RepeatSubmit.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/aop/RepeatSubmitAspect.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/aop/RepeatSubmitAspect.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/config/GlobalDefultExceptionHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/config/GlobalDefultExceptionHandler.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/controller/HomeController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/controller/HomeController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/controller/InventoryStockController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/controller/InventoryStockController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/entity/UserOutData.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/entity/UserOutData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/entity/vo/UserOutData.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/entity/vo/UserOutData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/service/InventoryStockService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/service/InventoryStockService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/service/impl/InventoryStockServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/service/impl/InventoryStockServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/xjfast/service/impl/MrpPlanDataServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/xjfast/service/impl/MrpPlanDataServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/static/js/wms/inventory.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/wms/inventory.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/base.ftl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/base.ftl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/home.ftl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/home.ftl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/user/role.ftl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/user/role.ftl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/user/user.ftl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/user/user.ftl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/wms/inventory.ftl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/wms/inventory.ftl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/wms/skuManager.ftl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/wms/skuManager.ftl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/wms/stor.ftl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/wms/stor.ftl" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ExternalProjectsData">
<projectState path="$PROJECT_DIR$">
<ProjectState />
</projectState>
</component>
<component name="ExternalProjectsManager">
<system id="GRADLE">
<state>
<task path="$PROJECT_DIR$">
<activation />
</task>
<projects_view>
<tree_state>
<expand>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="dmerp" type="f1a62948:ProjectNode" />
</path>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="dmerp" type="f1a62948:ProjectNode" />
<item name="Tasks" type="e4a08cd1:TasksNode" />
</path>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="dmerp" type="f1a62948:ProjectNode" />
<item name="Tasks" type="e4a08cd1:TasksNode" />
<item name="build" type="c8890929:TasksNode$1" />
</path>
</expand>
<select />
</tree_state>
</projects_view>
</state>
</system>
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Interface" />
<option value="Class" />
</list>
</option>
</component>
<component name="GitSEFilterConfiguration">
<file-type-list>
<filtered-out-file-type name="LOCAL_BRANCH" />
<filtered-out-file-type name="REMOTE_BRANCH" />
<filtered-out-file-type name="TAG" />
<filtered-out-file-type name="COMMIT_BY_MESSAGE" />
</file-type-list>
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/src/main/java/com/xjfast/config/GlobalDefultExceptionHandler.java" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="localRepository" value="D:\sl\tool\apache-maven-3.3.9\.m2\repository" />
<option name="mavenHome" value="$PROJECT_DIR$/../../../../sl/tool/apache-maven-3.3.9" />
<option name="userSettingsFile" value="D:\sl\tool\apache-maven-3.3.9\conf\settings.xml" />
</MavenGeneralSettings>
</option>
</component>
<component name="MavenRunner">
<option name="jreName" value="1.8" />
</component>
<component name="ProjectId" id="1rdqavhp33ffFVvpNaqj0GoCS6U" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="DatabaseDriversLRU" value="sqlserver" />
<property name="RequestMappingsPanelOrder0" value="0" />
<property name="RequestMappingsPanelOrder1" value="1" />
<property name="RequestMappingsPanelWidth0" value="75" />
<property name="RequestMappingsPanelWidth1" value="75" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.12360942" />
<property name="project.structure.side.proportion" value="0.68265164" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
</component>
<component name="RecentsManager">
<key name="CreateClassDialog.RecentsKey">
<recent name="com.xjfast.entity" />
<recent name="com.xjfast.entity.query" />
<recent name="com.xjfast.service" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\java\com\xjfast\utils" />
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\resources\mapper" />
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\resources\templates\wms" />
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\resources\static\js\wms" />
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\resources\templates\plan" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\resources\static\js\plan" />
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\resources\templates\plan" />
<recent name="D:\sl-xj\work\XuJie\dmerp\src\main\resources\mapper" />
</key>
</component>
<component name="RunManager" selected="Spring Boot.DaMaiApplication">
<configuration name="DateUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.xjfast.utils.DateUtils" />
<module name="dmerp.main" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.xjfast.utils.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="dmerp [bootRun]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="bootRun" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
<configuration name="dmerp [build]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="build" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
<configuration name="dmerp [clean]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="clean" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
<configuration name="dmerp [jar]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="jar" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
<configuration name="DaMaiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<module name="dmerp.main" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.xjfast.DaMaiApplication" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="SHORTEN_COMMAND_LINE" value="NONE" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<list>
<item itemvalue="Application.DateUtils" />
<item itemvalue="Gradle.dmerp [bootRun]" />
<item itemvalue="Gradle.dmerp [build]" />
<item itemvalue="Gradle.dmerp [clean]" />
<item itemvalue="Gradle.dmerp [jar]" />
<item itemvalue="Spring Boot.DaMaiApplication" />
</list>
<recent_temporary>
<list>
<item itemvalue="Gradle.dmerp [build]" />
<item itemvalue="Gradle.dmerp [clean]" />
<item itemvalue="Application.DateUtils" />
<item itemvalue="Gradle.dmerp [jar]" />
<item itemvalue="Gradle.dmerp [bootRun]" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="SvnConfiguration" cleanupOnStartRun="true">
<configuration>C:\Users\sl-95\AppData\Roaming\Subversion</configuration>
<supportedVersion>125</supportedVersion>
</component>
<component name="SvnFileUrlMappingImpl">
<option name="myMappingRoots">
<list>
<SvnCopyRootSimple>
<option name="myVcsRoot" value="D:\sl-xj\work\XuJie\dmerp" />
<option name="myCopyRoot" value="D:\sl-xj\work\XuJie\dmerp" />
</SvnCopyRootSimple>
</list>
</option>
<option name="myMoreRealMappingRoots">
<list>
<SvnCopyRootSimple>
<option name="myVcsRoot" value="D:\sl-xj\work\XuJie\dmerp" />
<option name="myCopyRoot" value="D:\sl-xj\work\XuJie\dmerp" />
</SvnCopyRootSimple>
</list>
</option>
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="bc49fe8b-3a6f-467c-93a1-43bd6976ad20" name="Default Changelist" comment="" />
<created>1619316382500</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1619316382500</updated>
<workItem from="1619316384122" duration="23922000" />
<workItem from="1619398266749" duration="31379000" />
<workItem from="1619484062811" duration="69000" />
<workItem from="1619484153332" duration="1362000" />
<workItem from="1619485624614" duration="1697000" />
<workItem from="1619487593622" duration="22838000" />
<workItem from="1619571128908" duration="28206000" />
<workItem from="1619657593000" duration="26101000" />
<workItem from="1619744075738" duration="26010000" />
<workItem from="1619845368803" duration="2082000" />
<workItem from="1620181408245" duration="9402000" />
<workItem from="1620262469759" duration="25439000" />
<workItem from="1620348760807" duration="15844000" />
<workItem from="1620373299074" duration="951000" />
<workItem from="1620376443990" duration="3594000" />
<workItem from="1620380090680" duration="2780000" />
<workItem from="1620435536807" duration="21357000" />
<workItem from="1620604516362" duration="1357000" />
<workItem from="1620605901155" duration="86000" />
<workItem from="1620607042491" duration="50000" />
<workItem from="1620607103791" duration="43000" />
<workItem from="1620607161947" duration="28103000" />
<workItem from="1620694751508" duration="245000" />
<workItem from="1620695018251" duration="23782000" />
<workItem from="1620740023629" duration="12000" />
<workItem from="1620741851837" duration="602000" />
<workItem from="1620781881061" duration="10253000" />
<workItem from="1620867258267" duration="19040000" />
<workItem from="1620952271545" duration="807000" />
<workItem from="1620954316494" duration="20827000" />
<workItem from="1621212974868" duration="30883000" />
<workItem from="1621299299701" duration="26826000" />
<workItem from="1621386161515" duration="25357000" />
<workItem from="1621472441340" duration="32908000" />
<workItem from="1621558358552" duration="10219000" />
<workItem from="1621583904571" duration="201000" />
</task>
<task id="LOCAL-00001" summary="计划详情">
<created>1619330927784</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1619330927784</updated>
</task>
<task id="LOCAL-00002" summary="生产计划">
<created>1619657921241</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1619657921241</updated>
</task>
<task id="LOCAL-00003" summary="生产计划">
<created>1620294942569</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1620294942569</updated>
</task>
<task id="LOCAL-00004" summary="SKU活动消耗">
<created>1620385429771</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1620385429771</updated>
</task>
<task id="LOCAL-00005" summary="计算参与活动但是为维护安全库存的物料备货">
<created>1621223343878</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1621223343878</updated>
</task>
<option name="localTasksCounter" value="6" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="计划详情" />
<MESSAGE value="生产计划" />
<MESSAGE value="SKU活动消耗" />
<MESSAGE value="计算参与活动但是为维护安全库存的物料备货" />
<option name="LAST_COMMIT_MESSAGE" value="计算参与活动但是为维护安全库存的物料备货" />
</component>
<component name="XDebuggerManager">
<pin-to-top-manager>
<pinned-members>
<PinnedItemInfo parentTag="java.util.concurrent.ConcurrentHashMap$MapEntry" memberName="value" />
</pinned-members>
</pin-to-top-manager>
</component>
</project>