Blame view

.idea/workspace.xml 16.9 KB
tangying authored
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
4
    <list default="true" id="baeae966-16bb-4f97-a411-22fe5a65cefd" name="Default Changelist" comment="">
5
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
7
      <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/FilterConfigDetail/service/FilterConfigDetailService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/FilterConfigDetail/service/FilterConfigDetailService.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptContainerHeader/service/ReceiptContainerHeaderServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptContainerHeader/service/ReceiptContainerHeaderServiceImpl.java" afterDir="false" />
8
      <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/controller/ReceiptHeaderController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/controller/ReceiptHeaderController.java" afterDir="false" />
9
      <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiving/service/ReceivingService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiving/service/ReceivingService.java" afterDir="false" />
10
      <change beforePath="$PROJECT_DIR$/src/main/resources/templates/check/checkDetail/checkDetail.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/check/checkDetail/checkDetail.html" afterDir="false" />
11
12
      <change beforePath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptDetail/add.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptDetail/add.html" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptDetail/receiptDetail.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptDetail/receiptDetail.html" afterDir="false" />
13
      <change beforePath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptHeader/receiptHeader.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptHeader/receiptHeader.html" afterDir="false" />
14
15
      <change beforePath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptHeader/report.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptHeader/report.html" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiving/add.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/receipt/receiving/add.html" afterDir="false" />
tangying authored
16
17
18
19
20
21
22
    </list>
    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
    <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>
pengcheng authored
23
  <component name="DatabaseView">
24
    <option name="SHOW_INTERMEDIATE" value="true" />
pengcheng authored
25
26
27
28
29
    <option name="GROUP_DATA_SOURCES" value="true" />
    <option name="GROUP_SCHEMA" value="true" />
    <option name="GROUP_CONTENTS" value="false" />
    <option name="SORT_POSITIONED" value="false" />
    <option name="SHOW_EMPTY_GROUPS" value="false" />
30
    <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
pengcheng authored
31
32
33
34
35
36
    <option name="HIDDEN_KINDS">
      <set />
    </option>
    <expand>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
mahuandong authored
37
        <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" />
pengcheng authored
38
39
40
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
41
42
43
44
45
46
47
48
49
50
51
52
53
54
        <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" />
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
        <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" />
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
        <item name="wms_v2: schema" type="76f4a085:MysqlImplModel$Schema" />
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
        <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" />
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
        <item name="wms_v2: schema" type="76f4a085:MysqlImplModel$Schema" />
55
        <item name="receipt_header: table" type="285a2a93:MysqlImplModel$Table" />
56
57
58
59
60
61
62
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
        <item name="@localhost" type="feb32156:DbDataSourceImpl" />
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
63
        <item name="@localhost" type="feb32156:DbDataSourceImpl" />
64
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
65
66
67
68
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
        <item name="@localhost" type="feb32156:DbDataSourceImpl" />
pengcheng authored
69
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
70
        <item name="wms2.0: schema" type="76f4a085:MysqlImplModel$Schema" />
pengcheng authored
71
72
73
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
74
        <item name="@localhost" type="feb32156:DbDataSourceImpl" />
pengcheng authored
75
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
76
        <item name="wms2.0: schema" type="76f4a085:MysqlImplModel$Schema" />
77
        <item name="check_detail: table" type="285a2a93:MysqlImplModel$Table" />
pengcheng authored
78
      </path>
mahuandong authored
79
80
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
81
        <item name="@localhost" type="feb32156:DbDataSourceImpl" />
mahuandong authored
82
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
83
        <item name="wms2.0: schema" type="76f4a085:MysqlImplModel$Schema" />
84
        <item name="check_header: table" type="285a2a93:MysqlImplModel$Table" />
mahuandong authored
85
      </path>
pengcheng authored
86
87
88
    </expand>
    <select />
  </component>
pengcheng authored
89
90
91
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
92
        <option value="Interface" />
mahuandong authored
93
        <option value="Class" />
94
        <option value="Enum" />
95
        <option value="HTML File" />
pengcheng authored
96
97
98
      </list>
    </option>
  </component>
tangying authored
99
  <component name="Git.Settings">
wangyanxiong authored
100
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
pengcheng authored
101
  </component>
102
  <component name="ProjectId" id="1QOzUtfkdeRmYuw3MIDHXXMLsFH" />
103
104
105
  <component name="ProjectLevelVcsManager">
    <OptionsSetting value="false" id="Update" />
  </component>
tangying authored
106
  <component name="PropertiesComponent">
107
    <property name="DefaultHtmlFileTemplate" value="HTML File" />
108
109
110
111
    <property name="RequestMappingsPanelOrder0" value="0" />
    <property name="RequestMappingsPanelOrder1" value="1" />
    <property name="RequestMappingsPanelWidth0" value="75" />
    <property name="RequestMappingsPanelWidth1" value="75" />
tangying authored
112
113
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="aspect.path.notification.shown" value="true" />
114
115
    <property name="full.screen.before.presentation.mode" value="false" />
    <property name="last_opened_file_path" value="$PROJECT_DIR$/../WMSV1" />
mahuandong authored
116
    <property name="node.js.detected.package.eslint" value="true" />
117
    <property name="node.js.detected.package.tslint" value="true" />
mahuandong authored
118
119
120
121
    <property name="node.js.path.for.package.eslint" value="project" />
    <property name="node.js.path.for.package.tslint" value="project" />
    <property name="node.js.selected.package.eslint" value="(autodetect)" />
    <property name="node.js.selected.package.tslint" value="(autodetect)" />
122
123
    <property name="run.code.analysis.last.selected.profile" value="pProject Default" />
    <property name="settings.editor.selected.configurable" value="reference.settingsdialog.IDE.editor.colors.Console Font" />
pengcheng authored
124
  </component>
tangying authored
125
126
127
128
129
130
131
132
133
134
135
136
  <component name="RunDashboard">
    <option name="ruleStates">
      <list>
        <RuleState>
          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
        </RuleState>
        <RuleState>
          <option name="name" value="StatusDashboardGroupingRule" />
        </RuleState>
      </list>
    </option>
  </component>
137
138
  <component name="RunManager" selected="Spring Boot.HuaHengApplication">
    <configuration name="ServiceTest.sendSimpleMail" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
139
      <module name="huaheng" />
140
141
142
143
144
145
146
147
148
149
      <extension name="coverage">
        <pattern>
          <option name="PATTERN" value="com.huaheng.test.*" />
          <option name="ENABLED" value="true" />
        </pattern>
      </extension>
      <option name="PACKAGE_NAME" value="com.huaheng.test" />
      <option name="MAIN_CLASS_NAME" value="com.huaheng.test.ServiceTest" />
      <option name="METHOD_NAME" value="sendSimpleMail" />
      <option name="TEST_OBJECT" value="method" />
150
151
152
153
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
154
155
156
157
158
159
160
161
    <configuration name="HuaHengApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
      <module name="huaheng" />
      <extension name="coverage">
        <pattern>
          <option name="PATTERN" value="com.huaheng.*" />
          <option name="ENABLED" value="true" />
        </pattern>
      </extension>
mahuandong authored
162
      <option name="SPRING_BOOT_MAIN_CLASS" value="com.huaheng.HuaHengApplication" />
163
      <option name="ALTERNATIVE_JRE_PATH" />
164
165
      <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateClassesAndResources" />
      <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
pengcheng authored
166
167
168
169
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
170
171
172
173
174
175
176
177
178
179
    <list>
      <item itemvalue="JUnit.ServiceTest.sendSimpleMail" />
      <item itemvalue="Spring Boot.HuaHengApplication" />
    </list>
    <recent_temporary>
      <list>
        <item itemvalue="Spring Boot.HuaHengApplication" />
        <item itemvalue="JUnit.ServiceTest.sendSimpleMail" />
      </list>
    </recent_temporary>
180
181
182
183
184
185
186
187
  </component>
  <component name="ServiceViewManager">
    <option name="allServicesViewState">
      <serviceView>
        <treeState>
          <expand>
            <path>
              <item name="services root" type="e789fda9:ObjectUtils$Sentinel" />
188
              <item name="com.intellij.execution.services.ServiceModel$ServiceGroupNode@20dd4d1b" type="7427dc5b:ServiceModel$ServiceGroupNode" />
189
190
191
192
193
194
            </path>
          </expand>
          <select />
        </treeState>
      </serviceView>
    </option>
pengcheng authored
195
  </component>
tangying authored
196
197
198
199
200
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
201
202
      <changelist id="baeae966-16bb-4f97-a411-22fe5a65cefd" name="Default Changelist" comment="" />
      <created>1567656449978</created>
tangying authored
203
204
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
205
206
207
208
209
210
211
212
213
214
215
216
217
218
      <updated>1567656449978</updated>
      <workItem from="1567656451211" duration="5104000" />
      <workItem from="1567668214629" duration="1168000" />
      <workItem from="1567669746535" duration="268000" />
      <workItem from="1567670126125" duration="31000" />
      <workItem from="1567670171788" duration="46000" />
      <workItem from="1567670233410" duration="1528000" />
      <workItem from="1567730330932" duration="8838000" />
      <workItem from="1567741769966" duration="1528000" />
      <workItem from="1567989403996" duration="45000" />
      <workItem from="1567989504844" duration="67000" />
      <workItem from="1567993387653" duration="1586000" />
      <workItem from="1567998341358" duration="83000" />
      <workItem from="1568001742660" duration="15312000" />
219
220
221
222
223
224
      <workItem from="1568025180033" duration="84000" />
      <workItem from="1568026322123" duration="15000" />
      <workItem from="1568082327549" duration="3389000" />
      <workItem from="1568094783772" duration="3618000" />
      <workItem from="1568102171954" duration="179000" />
      <workItem from="1568102802104" duration="132000" />
225
226
227
      <workItem from="1568108585629" duration="2016000" />
      <workItem from="1568162278389" duration="3299000" />
      <workItem from="1568170378983" duration="10947000" />
tangying authored
228
    </task>
229
230
    <task id="LOCAL-00001" summary="修改添加物料时使用物料类别生成物料编码">
      <created>1567664306836</created>
pengcheng authored
231
232
233
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
234
      <updated>1567664306836</updated>
235
    </task>
236
237
    <task id="LOCAL-00002" summary="修改添加物料时使用物料类别生成物料编码">
      <created>1567936901056</created>
238
239
240
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
241
      <updated>1567936901056</updated>
242
    </task>
243
244
245
246
247
248
249
    <task id="LOCAL-00003" summary="修改质检页面、添加完成质检">
      <created>1568025230030</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1568025230030</updated>
    </task>
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
    <task id="LOCAL-00004" summary="修改质检页面、添加完成质检">
      <created>1568110494128</created>
      <option name="number" value="00004" />
      <option name="presentableId" value="LOCAL-00004" />
      <option name="project" value="LOCAL" />
      <updated>1568110494128</updated>
    </task>
    <task id="LOCAL-00005" summary="修复入库质检请求地址冲突">
      <created>1568162392627</created>
      <option name="number" value="00005" />
      <option name="presentableId" value="LOCAL-00005" />
      <option name="project" value="LOCAL" />
      <updated>1568162392627</updated>
    </task>
    <task id="LOCAL-00006" summary="添加入库单打印">
      <created>1568174134623</created>
      <option name="number" value="00006" />
      <option name="presentableId" value="LOCAL-00006" />
      <option name="project" value="LOCAL" />
      <updated>1568174134623</updated>
    </task>
    <option name="localTasksCounter" value="7" />
tangying authored
272
273
274
275
276
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="1" />
  </component>
pengcheng authored
277
278
279
280
281
282
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
            <State>
mahuandong authored
283
              <option name="COLUMN_ORDER" />
pengcheng authored
284
285
286
287
288
289
290
            </State>
          </value>
        </entry>
      </map>
    </option>
  </component>
  <component name="VcsManagerConfiguration">
291
    <MESSAGE value="修改添加物料时使用物料类别生成物料编码" />
292
    <MESSAGE value="修改质检页面、添加完成质检" />
293
294
295
    <MESSAGE value="修复入库质检请求地址冲突" />
    <MESSAGE value="添加入库单打印" />
    <option name="LAST_COMMIT_MESSAGE" value="添加入库单打印" />
296
297
298
299
300
301
  </component>
  <component name="XDebuggerManager">
    <breakpoint-manager>
      <breakpoints>
        <line-breakpoint enabled="true" type="java-line">
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/check/checkDetail/controller/CheckDetailController.java</url>
302
          <line>152</line>
303
304
305
306
          <option name="timeStamp" value="6" />
        </line-breakpoint>
        <line-breakpoint enabled="true" type="java-line">
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/check/checkDetail/controller/CheckDetailController.java</url>
307
          <line>154</line>
308
309
          <option name="timeStamp" value="8" />
        </line-breakpoint>
310
311
312
313
314
        <line-breakpoint enabled="true" type="java-line">
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/check/checkDetail/service/CheckDetailService.java</url>
          <line>45</line>
          <option name="timeStamp" value="9" />
        </line-breakpoint>
315
316
317
318
319
320
321
322
323
324
        <line-breakpoint enabled="true" type="java-line">
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/service/ReceiptHeaderService.java</url>
          <line>144</line>
          <option name="timeStamp" value="10" />
        </line-breakpoint>
        <line-breakpoint enabled="true" type="java-line">
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/controller/ReceiptHeaderController.java</url>
          <line>240</line>
          <option name="timeStamp" value="11" />
        </line-breakpoint>
325
326
      </breakpoints>
    </breakpoint-manager>
xqs authored
327
  </component>
tangying authored
328
</project>