forked from Charlie19840214/IEWAY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path欢迎使用FLYWMS系统操作手册(2019).html
362 lines (353 loc) · 108 KB
/
欢迎使用FLYWMS系统操作手册(2019).html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!doctype html>
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
<title>欢迎使用FLYWMS系统操作手册(3)</title><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color:#ffffff; --text-color:#333333; --select-text-bg-color:#B5D6FC; --select-text-font-color:auto; --monospace:"Lucida Console",Consolas,"Courier",monospace; }
html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { margin: 0px; padding: 0px; height: auto; bottom: 0px; top: 0px; left: 0px; right: 0px; font-size: 1rem; line-height: 1.42857; overflow-x: hidden; background: inherit; tab-size: 4; }
iframe { margin: auto; }
a.url { word-break: break-all; }
a:active, a:hover { outline: 0px; }
.in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
#write { margin: 0px auto; height: auto; width: inherit; word-break: normal; word-wrap: break-word; position: relative; white-space: normal; overflow-x: visible; padding-top: 40px; }
#write.first-line-indent p { text-indent: 2em; }
#write.first-line-indent li p, #write.first-line-indent p * { text-indent: 0px; }
#write.first-line-indent li { margin-left: 2em; }
.for-image #write { padding-left: 8px; padding-right: 8px; }
body.typora-export { padding-left: 30px; padding-right: 30px; }
.typora-export .footnote-line, .typora-export li, .typora-export p { white-space: pre-wrap; }
@media screen and (max-width: 500px) {
body.typora-export { padding-left: 0px; padding-right: 0px; }
#write { padding-left: 20px; padding-right: 20px; }
.CodeMirror-sizer { margin-left: 0px !important; }
.CodeMirror-gutters { display: none !important; }
}
#write li > figure:first-child { margin-top: -20px; }
#write ol, #write ul { position: relative; }
img { max-width: 100%; vertical-align: middle; }
button, input, select, textarea { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; }
input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
*, ::after, ::before { box-sizing: border-box; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 2; }
p { orphans: 4; }
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }
.md-math-block, .md-rawblock, h1, h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; }
.hidden { display: none; }
.md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
a { cursor: pointer; }
sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.7); color: rgb(85, 85, 85); border-radius: 4px; cursor: pointer; }
sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
#write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
figure > table { margin: 0px !important; }
tr { break-inside: avoid; break-after: auto; }
thead { display: table-header-group; }
table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
table.md-table td { min-width: 32px; }
.CodeMirror-gutters { border-right: 0px; background-color: inherit; }
.CodeMirror-linenumber { user-select: none; }
.CodeMirror { text-align: left; }
.CodeMirror-placeholder { opacity: 0.3; }
.CodeMirror pre { padding: 0px 4px; }
.CodeMirror-lines { padding: 0px; }
div.hr:focus { cursor: none; }
#write pre { white-space: pre-wrap; }
#write.fences-no-line-wrapping pre { white-space: pre; }
#write pre.ty-contain-cm { white-space: normal; }
.CodeMirror-gutters { margin-right: 4px; }
.md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background: inherit; position: relative !important; }
.md-diagram-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
#write .md-fences.mock-cm { white-space: pre-wrap; }
.md-fences.md-fences-with-lineno { padding-left: 0px; }
#write.fences-no-line-wrapping .md-fences.mock-cm { white-space: pre; overflow-x: auto; }
.md-fences.mock-cm.md-fences-with-lineno { padding-left: 8px; }
.CodeMirror-line, twitterwidget { break-inside: avoid; }
.footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
.footnotes + .footnotes { margin-top: 0px; }
.md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; background: 0px 0px; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; }
li div { padding-top: 0px; }
blockquote { margin: 1rem 0px; }
li .mathjax-block, li p { margin: 0.5rem 0px; }
li { margin: 0px; position: relative; }
blockquote > :last-child { margin-bottom: 0px; }
blockquote > :first-child, li > :first-child { margin-top: 0px; }
.footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
#write .footnote-line { white-space: pre-wrap; }
@media print {
body, html { border: 1px solid transparent; height: 99%; break-after: avoid; break-before: avoid; }
#write { margin-top: 0px; padding-top: 0px; border-color: transparent !important; }
.typora-export * { -webkit-print-color-adjust: exact; }
html.blink-to-pdf { font-size: 13px; }
.typora-export #write { padding-left: 32px; padding-right: 32px; padding-bottom: 0px; break-after: avoid; }
.typora-export #write::after { height: 0px; }
@page { margin: 20mm 0px; }
}
.footnote-line { margin-top: 0.714em; font-size: 0.7em; }
a img, img a { cursor: pointer; }
pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background: rgb(204, 204, 204); display: block; overflow-x: hidden; }
p > .md-image:only-child:not(.md-img-error) img, p > img:only-child { display: block; margin: auto; }
p > .md-image:only-child { display: inline-block; width: 100%; }
#write .MathJax_Display { margin: 0.8em 0px 0px; }
.md-math-block { width: 100%; }
.md-math-block:not(:empty)::after { display: none; }
[contenteditable="true"]:active, [contenteditable="true"]:focus { outline: 0px; box-shadow: none; }
.md-task-list-item { position: relative; list-style-type: none; }
.task-list-item.md-task-list-item { padding-left: 0px; }
.md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); border: none; }
.math { font-size: 1rem; }
.md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-radius: 10px; }
.md-toc-content { position: relative; margin-left: 0px; }
.md-toc-content::after, .md-toc::after { display: none; }
.md-toc-item { display: block; color: rgb(65, 131, 196); }
.md-toc-item a { text-decoration: none; }
.md-toc-inner:hover { text-decoration: underline; }
.md-toc-inner { display: inline-block; cursor: pointer; }
.md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
.md-toc-h2 .md-toc-inner { margin-left: 2em; }
.md-toc-h3 .md-toc-inner { margin-left: 4em; }
.md-toc-h4 .md-toc-inner { margin-left: 6em; }
.md-toc-h5 .md-toc-inner { margin-left: 8em; }
.md-toc-h6 .md-toc-inner { margin-left: 10em; }
@media screen and (max-width: 48em) {
.md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
.md-toc-h4 .md-toc-inner { margin-left: 5em; }
.md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
.md-toc-h6 .md-toc-inner { margin-left: 8em; }
}
a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
.footnote-line a:not(.reversefootnote) { color: inherit; }
.md-attr { display: none; }
.md-fn-count::after { content: "."; }
code, pre, samp, tt { font-family: var(--monospace); }
kbd { margin: 0px 0.1em; padding: 0.1em 0.6em; font-size: 0.8em; color: rgb(36, 39, 41); background: rgb(255, 255, 255); border: 1px solid rgb(173, 179, 185); border-radius: 3px; box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset; white-space: nowrap; vertical-align: middle; }
.md-comment { color: rgb(162, 127, 3); opacity: 0.8; font-family: var(--monospace); }
code { text-align: left; vertical-align: initial; }
a.md-print-anchor { white-space: pre !important; border-width: initial !important; border-style: none !important; border-color: initial !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; background: 0px 0px !important; text-decoration: initial !important; text-shadow: initial !important; }
.md-inline-math .MathJax_SVG .noError { display: none !important; }
.html-for-mac .inline-math-svg .MathJax_SVG { vertical-align: 0.2px; }
.md-math-block .MathJax_SVG_Display { text-align: center; margin: 0px; position: relative; text-indent: 0px; max-width: none; max-height: none; min-height: 0px; min-width: 100%; width: auto; overflow-y: hidden; display: block !important; }
.MathJax_SVG_Display, .md-inline-math .MathJax_SVG_Display { width: auto; margin: inherit; display: inline-block !important; }
.MathJax_SVG .MJX-monospace { font-family: var(--monospace); }
.MathJax_SVG .MJX-sans-serif { font-family: sans-serif; }
.MathJax_SVG { display: inline; font-style: normal; font-weight: 400; line-height: normal; zoom: 90%; text-indent: 0px; text-align: left; text-transform: none; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px; }
.MathJax_SVG * { transition: none; }
.MathJax_SVG_Display svg { vertical-align: middle !important; margin-bottom: 0px !important; }
.os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
.md-diagram-panel > svg { max-width: 100%; }
[lang="mermaid"] svg, [lang="flow"] svg { max-width: 100%; }
[lang="mermaid"] .node text { font-size: 1rem; }
table tr th { border-bottom: 0px; }
video { max-width: 100%; display: block; margin: 0px auto; }
iframe { max-width: 100%; width: 100%; border: none; }
.highlight td, .highlight tr { border: 0px; }
.CodeMirror { height: auto; }
.CodeMirror.cm-s-inner { background: inherit; }
.CodeMirror-scroll { overflow-y: hidden; overflow-x: auto; z-index: 3; }
.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler { background-color: rgb(255, 255, 255); }
.CodeMirror-gutters { border-right: 1px solid rgb(221, 221, 221); background: inherit; white-space: nowrap; }
.CodeMirror-linenumber { padding: 0px 3px 0px 5px; text-align: right; color: rgb(153, 153, 153); }
.cm-s-inner .cm-keyword { color: rgb(119, 0, 136); }
.cm-s-inner .cm-atom, .cm-s-inner.cm-atom { color: rgb(34, 17, 153); }
.cm-s-inner .cm-number { color: rgb(17, 102, 68); }
.cm-s-inner .cm-def { color: rgb(0, 0, 255); }
.cm-s-inner .cm-variable { color: rgb(0, 0, 0); }
.cm-s-inner .cm-variable-2 { color: rgb(0, 85, 170); }
.cm-s-inner .cm-variable-3 { color: rgb(0, 136, 85); }
.cm-s-inner .cm-string { color: rgb(170, 17, 17); }
.cm-s-inner .cm-property { color: rgb(0, 0, 0); }
.cm-s-inner .cm-operator { color: rgb(152, 26, 26); }
.cm-s-inner .cm-comment, .cm-s-inner.cm-comment { color: rgb(170, 85, 0); }
.cm-s-inner .cm-string-2 { color: rgb(255, 85, 0); }
.cm-s-inner .cm-meta { color: rgb(85, 85, 85); }
.cm-s-inner .cm-qualifier { color: rgb(85, 85, 85); }
.cm-s-inner .cm-builtin { color: rgb(51, 0, 170); }
.cm-s-inner .cm-bracket { color: rgb(153, 153, 119); }
.cm-s-inner .cm-tag { color: rgb(17, 119, 0); }
.cm-s-inner .cm-attribute { color: rgb(0, 0, 204); }
.cm-s-inner .cm-header, .cm-s-inner.cm-header { color: rgb(0, 0, 255); }
.cm-s-inner .cm-quote, .cm-s-inner.cm-quote { color: rgb(0, 153, 0); }
.cm-s-inner .cm-hr, .cm-s-inner.cm-hr { color: rgb(153, 153, 153); }
.cm-s-inner .cm-link, .cm-s-inner.cm-link { color: rgb(0, 0, 204); }
.cm-negative { color: rgb(221, 68, 68); }
.cm-positive { color: rgb(34, 153, 34); }
.cm-header, .cm-strong { font-weight: 700; }
.cm-del { text-decoration: line-through; }
.cm-em { font-style: italic; }
.cm-link { text-decoration: underline; }
.cm-error { color: red; }
.cm-invalidchar { color: red; }
.cm-constant { color: rgb(38, 139, 210); }
.cm-defined { color: rgb(181, 137, 0); }
div.CodeMirror span.CodeMirror-matchingbracket { color: rgb(0, 255, 0); }
div.CodeMirror span.CodeMirror-nonmatchingbracket { color: rgb(255, 34, 34); }
.cm-s-inner .CodeMirror-activeline-background { background: inherit; }
.CodeMirror { position: relative; overflow: hidden; }
.CodeMirror-scroll { height: 100%; outline: 0px; position: relative; box-sizing: content-box; background: inherit; }
.CodeMirror-sizer { position: relative; }
.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar { position: absolute; z-index: 6; display: none; }
.CodeMirror-vscrollbar { right: 0px; top: 0px; overflow: hidden; }
.CodeMirror-hscrollbar { bottom: 0px; left: 0px; overflow: hidden; }
.CodeMirror-scrollbar-filler { right: 0px; bottom: 0px; }
.CodeMirror-gutter-filler { left: 0px; bottom: 0px; }
.CodeMirror-gutters { position: absolute; left: 0px; top: 0px; padding-bottom: 30px; z-index: 3; }
.CodeMirror-gutter { white-space: normal; height: 100%; box-sizing: content-box; padding-bottom: 30px; margin-bottom: -32px; display: inline-block; }
.CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: 0px 0px !important; border: none !important; }
.CodeMirror-gutter-background { position: absolute; top: 0px; bottom: 0px; z-index: 4; }
.CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; }
.CodeMirror-lines { cursor: text; }
.CodeMirror pre { border-radius: 0px; border-width: 0px; background: 0px 0px; font-family: inherit; font-size: inherit; margin: 0px; white-space: pre; word-wrap: normal; color: inherit; z-index: 2; position: relative; overflow: visible; }
.CodeMirror-wrap pre { word-wrap: break-word; white-space: pre-wrap; word-break: normal; }
.CodeMirror-code pre { border-right: 30px solid transparent; width: fit-content; }
.CodeMirror-wrap .CodeMirror-code pre { border-right: none; width: auto; }
.CodeMirror-linebackground { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 0; }
.CodeMirror-linewidget { position: relative; z-index: 2; overflow: auto; }
.CodeMirror-wrap .CodeMirror-scroll { overflow-x: hidden; }
.CodeMirror-measure { position: absolute; width: 100%; height: 0px; overflow: hidden; visibility: hidden; }
.CodeMirror-measure pre { position: static; }
.CodeMirror div.CodeMirror-cursor { position: absolute; visibility: hidden; border-right: none; width: 0px; }
.CodeMirror div.CodeMirror-cursor { visibility: hidden; }
.CodeMirror-focused div.CodeMirror-cursor { visibility: inherit; }
.cm-searching { background: rgba(255, 255, 0, 0.4); }
@media print {
.CodeMirror div.CodeMirror-cursor { visibility: hidden; }
}
:root { --side-bar-bg-color: #fff; --control-text-color: #777; }
html { font-size: 14px; }
body { color: rgb(52, 73, 94); -webkit-font-smoothing: antialiased; line-height: 1.6rem; letter-spacing: 0px; margin: 0px; overflow-x: hidden; font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important; }
#write { max-width: 860px; margin: 0px auto; padding: 20px 30px 100px; }
#write p { line-height: 1.6rem; word-spacing: 0.05rem; }
#write ol li { text-indent: 0.5rem; }
#write > ul:first-child, #write > ol:first-child { margin-top: 30px; }
body > :first-child { margin-top: 0px !important; }
body > :last-child { margin-bottom: 0px !important; }
a { color: rgb(66, 185, 131); font-weight: 600; padding: 0px 2px; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { position: relative; margin-top: 1rem; margin-bottom: 1rem; font-weight: bold; line-height: 1.4; cursor: text; }
h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor { text-decoration: none; }
h1 tt, h1 code { font-size: inherit !important; }
h2 tt, h2 code { font-size: inherit !important; }
h3 tt, h3 code { font-size: inherit !important; }
h4 tt, h4 code { font-size: inherit !important; }
h5 tt, h5 code { font-size: inherit !important; }
h6 tt, h6 code { font-size: inherit !important; }
h2 a, h3 a { color: rgb(52, 73, 94); }
h1 { padding-bottom: 0.4rem; font-size: 2.2rem; line-height: 1.3; }
h2 { font-size: 1.75rem; line-height: 1.225; margin: 35px 0px 15px; padding-bottom: 0.5em; border-bottom: 1px solid rgb(221, 221, 221); }
h3 { font-size: 1.4rem; line-height: 1.43; margin: 20px 0px 7px; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1rem; }
h6 { font-size: 1rem; color: rgb(119, 119, 119); }
p, blockquote, ul, ol, dl, table { margin: 0.8em 0px; }
li > ol, li > ul { margin: 0px; }
hr { height: 2px; padding: 0px; margin: 16px 0px; background-color: rgb(231, 231, 231); border: 0px none; overflow: hidden; box-sizing: content-box; }
body > h2:first-child { margin-top: 0px; padding-top: 0px; }
body > h1:first-child { margin-top: 0px; padding-top: 0px; }
body > h1:first-child + h2 { margin-top: 0px; padding-top: 0px; }
body > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child { margin-top: 0px; padding-top: 0px; }
a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 { margin-top: 0px; padding-top: 0px; }
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p { margin-top: 0px; }
li p.first { display: inline-block; }
ul, ol { padding-left: 30px; }
ul:first-child, ol:first-child { margin-top: 0px; }
ul:last-child, ol:last-child { margin-bottom: 0px; }
blockquote { border-left: 4px solid rgb(66, 185, 131); padding: 10px 15px; color: rgb(119, 119, 119); background-color: rgba(66, 185, 131, 0.1); }
table { padding: 0px; word-break: initial; }
table tr { border-top: 1px solid rgb(223, 226, 229); margin: 0px; padding: 0px; }
table tr:nth-child(2n), thead { background-color: rgb(250, 250, 250); }
table tr th { font-weight: bold; border-width: 1px 1px 0px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: rgb(223, 226, 229); border-right-color: rgb(223, 226, 229); border-left-color: rgb(223, 226, 229); border-image: initial; border-bottom-style: initial; border-bottom-color: initial; text-align: left; margin: 0px; padding: 6px 13px; }
table tr td { border: 1px solid rgb(223, 226, 229); text-align: left; margin: 0px; padding: 6px 13px; }
table tr th:first-child, table tr td:first-child { margin-top: 0px; }
table tr th:last-child, table tr td:last-child { margin-bottom: 0px; }
#write strong { padding: 0px 1px; }
#write em { padding: 0px 5px 0px 2px; }
#write table thead th { background-color: rgb(242, 242, 242); }
#write .CodeMirror-gutters { border-right: none; }
#write .md-fences { border: 1px solid rgb(244, 244, 244); -webkit-font-smoothing: initial; line-height: 1.43rem; border-radius: 2px; font-size: 0.85rem; word-wrap: normal; margin: 0.8rem 0px !important; padding: 0.3rem 0px !important; background-color: rgb(248, 248, 248) !important; font-family: "Roboto Mono", "Source Sans Pro", Monaco, courier, monospace !important; }
#write .CodeMirror-wrap .CodeMirror-code pre { padding-left: 12px; }
#write code, tt { margin: 0px 2px; padding: 2px 4px; border-radius: 2px; font-size: 0.92rem; color: rgb(233, 105, 0); background-color: rgb(248, 248, 248); font-family: "Roboto Mono", "Source Sans Pro", Monaco, courier, monospace !important; }
#write .md-footnote { background-color: rgb(248, 248, 248); color: rgb(233, 105, 0); }
#write mark { background-color: rgb(235, 255, 235); border-radius: 2px; padding: 2px 4px; margin: 0px 2px; color: rgb(34, 34, 34); font-weight: 500; }
#write del { padding: 1px 2px; }
.cm-s-inner .cm-link, .cm-s-inner.cm-link { color: rgb(34, 162, 201); }
.cm-s-inner .cm-string { color: rgb(34, 162, 201); }
.md-task-list-item > input { margin-left: -1.3em; }
@media print {
html { font-size: 13px; }
table, pre { break-inside: avoid; }
pre { word-wrap: break-word; }
}
.md-fences { background-color: rgb(248, 248, 248); }
#write pre.md-meta-block { padding: 1rem; font-size: 85%; line-height: 1.45; background-color: rgb(247, 247, 247); border: 0px; border-radius: 3px; color: rgb(119, 119, 119); margin-top: 0px !important; }
.mathjax-block > .code-tooltip { bottom: 0.375rem; }
#write > h3.md-focus::before { left: -1.5625rem; top: 0.375rem; }
#write > h4.md-focus::before { left: -1.5625rem; top: 0.285714rem; }
#write > h5.md-focus::before { left: -1.5625rem; top: 0.285714rem; }
#write > h6.md-focus::before { left: -1.5625rem; top: 0.285714rem; }
.md-image > .md-meta { border-radius: 3px; font-family: Consolas, "Liberation Mono", Courier, monospace; padding: 2px 0px 0px 4px; font-size: 0.9em; color: inherit; }
.md-tag { color: inherit; }
.md-toc { margin-top: 20px; padding-bottom: 20px; }
.sidebar-tabs { border-bottom: none; }
#typora-quick-open { border: 1px solid rgb(221, 221, 221); background-color: rgb(248, 248, 248); }
#typora-quick-open-item { background-color: rgb(250, 250, 250); border-color: rgb(254, 254, 254) rgb(229, 229, 229) rgb(229, 229, 229) rgb(238, 238, 238); border-style: solid; border-width: 1px; }
#md-notification::before { top: 10px; }
.on-focus-mode blockquote { border-left-color: rgba(85, 85, 85, 0.12); }
header, .context-menu, .megamenu-content, footer { font-family: "Segoe UI", Arial, sans-serif; }
.file-node-content:hover .file-node-icon, .file-node-content:hover .file-node-open-state { visibility: visible; }
.mac-seamless-mode #typora-sidebar { background-color: var(--side-bar-bg-color); }
.md-lang { color: rgb(180, 101, 77); }
.html-for-mac .context-menu { --item-hover-bg-color: #E6F0FE; }
.typora-export li, .typora-export p, .typora-export, .footnote-line {white-space: normal;}
</style>
</head>
<body class='typora-export os-windows' >
<div id='write' class = 'is-node'><p> </p><h1><a name='header-n8250' class='md-header-anchor '></a><img src='http://zsclc.gnway.cc:81/images/FX.ico' alt='img' referrerPolicy='no-referrer' /> 飞讯软件 </h1><h3><a name='header-n8251' class='md-header-anchor '></a><code>(内部技术文档,未经允许,不得传阅)</code> </h3><hr /><h1><a name='header-n8253' class='md-header-anchor '></a>FlyWMS 仓储管理系统操作手册</h1><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/XTGS01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p> </p><h2><a name='header-n8256' class='md-header-anchor '></a>1. 系统概述</h2><p> FlyWMS仓库管理系统是一款标准化、智能化过程导向管理的仓库管理软件,它结合了众多知名企业的实际情况和管理经验,能够准确、高效地管理跟踪客户订单、采购订单、以及制令单的仓库管理需求。使用后,仓库管理模式发生了彻底的转变。从传统的“结果导向”转变成“过程导向”;从“数据录入”转变成“数据采集” ;从“列表查询”到“可视化查询”;同时引入了“任务平台”让管理更加高效、快捷。二维码管理实现也是仓管业务的管控与追溯,过程精细可控,结果自然正确无误。</p><hr /><h2><a name='header-n8259' class='md-header-anchor '></a>2. 角色权限表</h2><h4><a name='header-n8260' class='md-header-anchor '></a><strong>调度员:</strong></h4><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/YWJSQXB01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><h4><a name='header-n8263' class='md-header-anchor '></a><strong>仓库员及仓库主管:</strong></h4><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/JSQXB02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> 备注:</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> ① “√”允许权限,“Ø”不可设置;</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> ② 任何角色都不允许查询盘点中的物料库存;</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> ③ 除了以上可设置权限,会默认针对系统上的模块、数据、字段进行专员设置的控制。</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 80px;"></div><div class="CodeMirror-gutters" style="display: none; height: 80px;"></div></div></div></pre><hr /><ul><li><p>符号说明:</p></li><li><p>【】菜单或功能 [] 单据 <code>X</code> 按钮 </p></li><li><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg> 图片为动态图 </li></ul><hr /><h2><a name='header-n8275' class='md-header-anchor '></a>3. 基础设置</h2><h3><a name='header-n8276' class='md-header-anchor '></a>3.1. 基础资料</h3><h4><a name='header-n8277' class='md-header-anchor '></a>3.1.1. 物料类别</h4><ul><li><strong>位置:基础资料—物料类别设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/WLLB01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">本系统是针对制造业的WMS,一般把物料类别分为5大类:产品、半成品、原材料、包装物和低值易耗品。也可以全部由ERP系统同步到WMS系统。</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 20px;"></div><div class="CodeMirror-gutters" style="display: none; height: 20px;"></div></div></div></pre><h4><a name='header-n8283' class='md-header-anchor '></a>3.1.2. 物料信息</h4><ul><li><strong>位置:基础资料—物料资料设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/WLXX02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">系统所有基础资料的新增或者业务单据录入的前提,都必须先在物料信息上把每个物料编号,名称,检验方式,是否暂收,数量精度,批次管理,安全存量等重要的信息填妥;物料信息由ERP系统自动同步到WMS系统,如在WMS进行修改保存后,与ERP相关联的信息可自动同步反写到ERP系统上。</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 40px;"></div><div class="CodeMirror-gutters" style="display: none; height: 40px;"></div></div></div></pre><h5><a name='header-n8289' class='md-header-anchor '></a>3.1.2.1 物料资料设置——物料默认仓位明细</h5><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/WLXX03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">可以把物料设置默认仓位绑定,以及在该仓位内的最高存量。</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 20px;"></div><div class="CodeMirror-gutters" style="display: none; height: 20px;"></div></div></div></pre><h5><a name='header-n8292' class='md-header-anchor '></a>3.1.2.2 物料资料设置——物料辅助属性</h5><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/WLXX04.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">辅助属性是在原有的物料上再展开二级设置,例如颜色和语言的组合。具体可根据物料属性与业务特性等需求,针对单个物料分别设置。</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 20px;"></div><div class="CodeMirror-gutters" style="display: none; height: 20px;"></div></div></div></pre><h5><a name='header-n8295' class='md-header-anchor '></a>3.1.2.3 物料资料设置——物料仓储载体</h5><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/WLXX05.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">设置物料是用什么载体储存的,以及对应的载体储存的最高存量。</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 20px;"></div><div class="CodeMirror-gutters" style="display: none; height: 20px;"></div></div></div></pre><h5><a name='header-n8298' class='md-header-anchor '></a>3.1.2.4 物料资料设置——物料策略</h5><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/WLXX06.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">根据每个物料在入库、出库、调拨、盘点和补货等不同业务的对应策略与规则,分别设置相应的任务作业策略。日常可通过【任务策略】设置,将相关作业策略批量更新到对应物料的物料策略中去。</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 40px;"></div><div class="CodeMirror-gutters" style="display: none; height: 40px;"></div></div></div></pre><h4><a name='header-n8301' class='md-header-anchor '></a>3.1.3. 人员资料</h4><ul><li><strong>位置:基础资料—人员资料设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RYZLSZ02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RYZL03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang=""><div class="CodeMirror cm-s-inner CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 0px; left: 12px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">是管理所有人员资料的相关设置模版,人员资料由ERP系统自动同步到WMS系统,在WMS系统进行修改保存后自动反写同步到ERP系统。</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 20px;"></div><div class="CodeMirror-gutters" style="display: none; height: 20px;"></div></div></div></pre><h5><a name='header-n8308' class='md-header-anchor '></a>3.1.4. 部门资料</h5><ul><li><strong>位置:基础资料—部门资料设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/BMZL01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8313" mdtype="fences">部门资料由ERP系统自动同步到WMS系统,在WMS系统进行修改保存后自动反写同步到ERP系统。
</pre><h4><a name='header-n8314' class='md-header-anchor '></a>3.1.5. 客户资料</h4><ul><li><strong>位置:基础资料—客户资料设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/KHZL01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8319" mdtype="fences">客户资料由ERP系统自动同步到WMS系统,在WMS系统进行修改保存后自动反写同步到ERP系统。
</pre><h4><a name='header-n8320' class='md-header-anchor '></a>3.1.6. 供应商资料</h4><ul><li><strong>位置:基础资料—供应商资料设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/GYSZL01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8325" mdtype="fences">供应商资料由ERP系统自动同步到WMS系统,在WMS系统进行修改保存后自动反写同步到ERP系统。
</pre><h4><a name='header-n8326' class='md-header-anchor '></a>3.1.7. 仓库资料</h4><ul><li><strong>位置:基础资料—仓库资料设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CKZL02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CKZL03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8332" mdtype="fences">仓库层级的设置分2个级别:大仓-小仓,比如成品仓为大仓,1仓为小仓,仓位编号为:CP1,仓位名称为:成品1仓,仓库资料由ERP系统自动同步到WMS系统。
</pre><h4><a name='header-n8333' class='md-header-anchor '></a>3.1.8. 仓位资料</h4><ul><li><strong>位置:基础资料—仓位资料设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CWZL02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CWZL03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8339" mdtype="fences">在设置好的仓库资料上,仓位层级共有三层,设置分为区域/货架-仓位/架位-堆位,例如成品仓的仓位编号CP1-A01-1,区域是A,仓位是01卡,堆位是1板;原材料仓的仓位编号CL1-A01-1,货架是A货架,架位是01位,堆位是1格。仓位资料以WMS系统编辑为准,如ERP系统有仓位信息,可由WMS系统自动同步到ERP系统上。
</pre><h4><a name='header-n8340' class='md-header-anchor '></a>3.1.9. 车间资料</h4><p> 当WMS编辑涉及生产领料管理的时候,新增发料通知单时必须选择车间编号,车间资料由ERP同步信息到WMS。</p><hr /><h3><a name='header-n8343' class='md-header-anchor '></a>3.2. 参数设置</h3><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CSSZ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><ul><li>参数设置是提供任务策略在编辑中带入,策略规则根据现有参数配置。参数分为:通用参数、仓库作业、入库/出库和退货退仓配置。每个参数模块界面分为左边参数说明和右边的参数值选项,参数值可以单选或多选,设置好之后点击<code>提交</code>按钮保存设置,如需重设参数点击<code>重置</code>即可。</li></ul><hr /><h3><a name='header-n8350' class='md-header-anchor '></a>3.3. 仓库作业设置</h3><h4><a name='header-n8352' class='md-header-anchor '></a>3.3.1. 作业日历</h4><ul><li><strong>位置:仓储作业—作业设置—作业日历</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYRL01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8357" mdtype="fences">作业日历可对一个月的上班与休息时间根据实际需要进行设置
</pre><h4><a name='header-n8358' class='md-header-anchor '></a>3.3.2. 作业班次</h4><ul><li><strong>位置:仓储作业—作业设置—作业班次</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYBC01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8363" mdtype="fences">在设置组别与人员班次之前需在【作业班次】里把早午晚班次以及上下班时间、作业工时、休息时间设置好。
</pre><h4><a name='header-n8364' class='md-header-anchor '></a>3.3.3. 作业班组设置</h4><ul><li><strong>位置:仓储作业—作业设置—作业班组设置</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYBZSZ02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8369" mdtype="fences">在任务分配下达前必须先把仓库参与作业计分的人员进行班组管理,例如材料1仓A组,属于那个班次,一个组别只能设置一个班次组合。
</pre><h4><a name='header-n8370' class='md-header-anchor '></a>3.3.4. 作业人员设置</h4><ul><li><strong>位置:仓储作业—作业设置—作业人员设置</strong> </li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYRYSZ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8376" mdtype="fences">在【作业人员设置】里系统会把仓库人员列出,可以勾选属于那个班组或者角色选择,例如主管、组长。
</pre><h4><a name='header-n8377' class='md-header-anchor '></a>3.3.5. 作业人员排班</h4><ul><li><strong>位置:仓储作业—作业设置—作业人员排班</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYRYPB01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYRYPB02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8383" mdtype="fences">建立好组别与人员后,可以对人员进行排班,人员排班以月为单位自动生成,需要调整班组和班次的,在对应日期,对班组、班次(可多选)进行设置、系统会自动带出标准工时。
</pre><h4><a name='header-n8384' class='md-header-anchor '></a>3.3.6. 作业组查询</h4><ul><li><strong>位置:仓储作业—作业设置—作业组查询</strong> </li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYZCX01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZYZCX02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8390" mdtype="fences">作业组查询以月为主轴,列出班组、人员、排班的信息,可以对当日后的班次进行修改并反馈回作业人员设置上。
</pre><hr /><h3><a name='header-n8392' class='md-header-anchor '></a>3.4. 规则配置</h3><h4><a name='header-n8393' class='md-header-anchor '></a>3.4.1. 业务规则</h4><ul><li><strong>位置:规则配置—业务规则</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/YWGZ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8398" mdtype="fences">不同的业务需要设置对应的业务流程节点,系统的业务操作(入库、出库、退货、盘点和补货),可以在业务规则设置不同的流程节点,业务流程的方式可以选择渐进或者并发执行,允许通过参数控制节点并触发各种前端(B/S、APP)业务作业。
</pre><h4><a name='header-n8399' class='md-header-anchor '></a>3.4.2. 任务策略</h4><ul><li><strong>位置:规则配置—任务策略</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWCL10.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8404" mdtype="fences">任务策略是针对所有通知单,以物料、来源、业务(入库、出库、退货、盘点和补货)为主轴,根据已设定的业务规则,通过参数组合同时对物料根据以上规则进行批量设置,最后经过运算判断后得到的任务分配单,达到分析人员绩效以及仓库作业的细化管理。
</pre><ul><li><strong>编辑策略:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.点击<code>新建</code>按钮,输入策略名称,选择批量处理的物料类别、来源、针对每个业务选择对应的业务规则和勾选仓库(可多选);</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.系统根据选择的业务带出已设置的参数和参数选项,点选其中的节点添加到策略内容框里;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.点击<code>查看</code>按钮以表单显示设好的任务策略;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.最后<code>保存</code>然后点击<code>更新</code>按钮对选择的物料进行批量处理。</p></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWCL02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><h4><a name='header-n8419' class='md-header-anchor '></a>3.4.3. 波次规则</h4><ul><li><strong>位置:规则配置—波次规则</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/BCGZ02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8424" mdtype="fences">波次规则针对不同仓库根据不同的业务而设定,例如销售出库会以运输为节奏,材料则按生产节奏,对一天下达的任务进行早、中、晚三班设置多少个波次以及每波次多少任务的管理。
</pre><ul><li><strong>注意事项</strong></li><li>1.如需编辑类似策略在[任务策略]浏览界面,点击<code>复制</code>按钮可以复制该任务策略进行再编辑;</li><li>2.<code>删除</code>按钮删除任务策略。</li></ul><p> </p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWCL03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><h3><a name='header-n8435' class='md-header-anchor '></a>3.5. 任务分配</h3><ul><li><strong>位置:仓储作业—作业任务—仓库分配</strong> </li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWFP01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8440" mdtype="fences">任务分配是由任务策略运算结果和任务组组成的分配表,把下达的任务分配按业务类别汇总,展开其中一条任务可以查看任务分配中的通知单明细。
</pre><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.进入任务分配,可以展开单个任务单,点击<code>策略详情</code>按钮,可以查看策略详情一览表;</p></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWFP02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.勾选任务单后点击<code>智能分配</code>按钮,然后点表头<code>分配结果</code>可以展开查看明细清单以及分配人员;</p></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWFP03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWFP05.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.点击表头<code>波次规则</code>按钮可查看该任务单的波次规则并可在下达任务前调整波次;</p></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWFP06.PNG' alt='tool-editor' referrerPolicy='no-referrer' />
<img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWFP07.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.确认无误后点击<code>生成任务</code>按钮分配任务给作业人员;</p></li></ul><hr /><h3><a name='header-n8460' class='md-header-anchor '></a>3.6. 任务中心</h3><ul><li><strong>位置:仓储作业—作业任务—任务中心</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZX01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8465" mdtype="fences">任务中心是以波次汇总为主轴显示任务执行进度和完成状态。
展开其中一条波次可以查看任务单的明细状态进度,并根据完成进度以百度比和条状显示反馈到波次的完成状态上。
</pre><ul><li><strong>按钮说明:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.暂停按钮:如需变更点击<code>[||]</code>停止按钮发起暂停,变更后系统会触发到APP上限制任务接收操作;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.详情按钮:点击按钮后可查看任务单里的动态详情,与【任务动态】里[任务单]的动态信息一至;</p></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZX02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.信息按钮:点击按钮可查看任务单的下达、接收以及信息反馈内容;</p></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/XXAN01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.任务动态:可以点击直接转到【任务动态】界面。</p></li></ul><hr /><ul><li><strong>位置:APP—任务中心</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>按钮与图标说明:</strong></li></ul><hr /><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8490" mdtype="fences">1.在线任务:表头最上方为业务类别图标,会显示每个业务的下达数量,在图标右则过滤框可以通过过滤不同业务的任务;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8492" mdtype="fences">2.在线任务下面可以通过过滤任务归属、执行状态和下达仓库来过滤相关任务;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8494" mdtype="fences">3.任务人按钮:查看任务分配下达的作业人员;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP04.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8496" mdtype="fences">4.详情按钮:查看任务的相关详细内容,包括执行进度、任务信息详细、作业物料明细、任务人信息、任务反馈信息;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP05.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8498" mdtype="fences">5.接收按钮:接收任务;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP06.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8500" mdtype="fences">6.执行按钮:执行任务,点击后会直接跳转到相应的业务操作界面去;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP07.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8502" mdtype="fences">7.调整按钮:如发起更新调整暂停任务,信息同时会反馈到B/S任务中心中去,相关的任务状态会显示暂时,由调度员进行处理分派;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP08.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8504" mdtype="fences">8.反馈按钮:任务执行前,可根据任务工作的实现情况与问题,填写相关的反馈信息,并发送相关主管人员;
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWZXAPP10.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><h3><a name='header-n8507' class='md-header-anchor '></a>3.7. 任务动态</h3><ul><li><strong>位置:仓储作业—作业任务—任务动态</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWDT01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><pre spellcheck="false" class="md-fences mock-cm md-end-block" lang="" contenteditable="false" cid="n8512" mdtype="fences">1.任务动态以贯穿所有任务单的动态信息归集,当任务中心里有更新任务单执行状态,系统会实时反馈信息到任务动态里。
2.点击任务单号可以查看任务单里的动态详情。
</pre><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWDT02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><h3><a name='header-n8515' class='md-header-anchor '></a>3.8. 任务调整</h3><ul><li><strong>位置:仓储作业—作业任务—任务中心</strong>
如在任务下达后已执行当中,需对任务先作暂停后再调整重新分派,具体操作如下:</li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.点击需要修改的波次单展开任务清单点入<code>详情</code>按钮进入详情信息界面;
<img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWTZ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.选择【任务人员】点击<code>人员调整</code>后对任务人员进行调整后点<code>保存</code>按钮;
<img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RWTZ02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击<code>重新发派</code>按钮,即可继续执行任务。</p></li></ul><hr /><h2><a name='header-n8526' class='md-header-anchor '></a>4. APP的系统架构</h2><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/XTJG01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li>登录系统后进入主界面分为7个业务模块:</li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>扫码查看/可视化查看:扫码查询物料及库位情况;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>任务中心:实时查看分配下达的工作任务;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>仓储作业:分拣物料、仓位对调、盘点/抽盘及仓位绑定;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>人库作业:物料入库作业;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>出库作业:物料出库作业;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>退货退仓:成品和材料退仓退车间。</p></li><li><strong>APP系统架构表</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/XTJG02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><h2><a name='header-n8547' class='md-header-anchor '></a>5. 数据查询</h2><p> 在FLYWMS可以通过【扫码查库】查询物料具体存放位置或者查询某个仓位的库存信息,也可以通过【可视化仓库】查看仓位的即时库存情况,达到工作高效和仓位一目了然。</p><h3><a name='header-n8549' class='md-header-anchor '></a>5.1. APP扫码查库</h3><ul><li><p><strong>具体操作步骤:</strong></p><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/SMCX01.gif' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>扫码查询:
点击扫码<code>[-]</code>按钮可以扫取仓位或者物料码,然后点击<code>查询</code>按钮,系统会带出查询结果;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>手动输入查询:
1.可在扫码条输入物料码或者仓位码后查询结果;
2.也可以选择排序名称、规格和批号等自由组合方式,输入关键字后进行模糊查询。</p></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/SDSRCX01.gif' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li>排序:可根据批次或数量作纬度,选择升序或降序显示查询结果,【默认】则表示按物料编码排序。</li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/PX01.gif' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><h3><a name='header-n8568' class='md-header-anchor '></a>5.2. APP可视化仓库</h3><ul><li><p><strong>具体操作步骤:</strong></p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.仓位可视化:
点击仓库下拉选择仓库或者输入关键字点击<code>查询</code>按钮进行模糊查询;
表体仓位显示红色表示已满,绿色表示空余,黄色表示有余,表尾蓝色表示空余;
点击堆位红色已满可以查询堆位明细信息,<code>多选</code>可以查看全部堆位。
</p><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p> <img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/KSH01.gif' alt='tool-editor' referrerPolicy='no-referrer' /></p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.扫码查看:
如需查询指定仓位或物料信息,直接扫仓位或物料码后点击<code>查询</code>,系统自动带出堆位信息。</p></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/KSH02.gif' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><h2><a name='header-n8581' class='md-header-anchor '></a>6. 入库作业</h2><ul><li><strong>以下入库作业参数设定按B/S入库作业设置:</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RKCSB01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>WMS和ERP的操作流程与单据同步</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZJPDRK01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RKLC01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/YWDYDJQKLB01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><h4><a name='header-n8592' class='md-header-anchor '></a>6.1. 入库通知</h4><p> 入库作业的通知单分为:<strong>[采购入库通知]、[外协入库通知]和[自制入库通知]</strong>,表单架构都是一样的,通过引用订单和生产制令带出信息新增表单,具体操作如下:</p><ul><li><strong>位置:入库作业—采购入库通知</strong>
<img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RKTZD01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></li><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.进入入库通知浏览界面,点击<code>新增</code>按钮,录入表头必填信息;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体选择订单编号引出订单信息,输入包装数量;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后保存审核通知单;</p></li><li><strong>注意事项:未审核的通知单不能操作下一步APP扫码入库;</strong></li></ul><hr /><h3><a name='header-n8608' class='md-header-anchor '></a>6.2.1. 入仓(APP录入)</h3><p> 入仓模块可对<strong>产成品、采购和委外</strong>的材料进行入库操作,可以通过以下方式实现进仓:</p><h3><a name='header-n8610' class='md-header-anchor '></a>6.2.1.1. 扫通知单号:</h3><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RC01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CR01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.点击表头<code>扫码按钮</code>扫取通知单号;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.扫码后系统会弹出通知单内所有物料,可以选择需要入库的物料码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.在表体[包装数量]可以手动录入实际入库数,系统会自动计算包装比例,也可以点击<code>-</code>/<code>+</code>录入数量;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.扫取仓库二维码后点击<code>加入进货</code>,然后会把添加的信息转到<code>查询进货</code>,可在界面里移出物料;</p></li><li>5.确认无误后点击<code>生成入货</code>进入清单界面,点击<code>确认入库</code>完成入库操作。</li></ul><h5><a name='header-n8628' class='md-header-anchor '></a>6.2.1.2. 扫物料码:</h5><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RC02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.点击<code>扫码按钮</code>扫取物料号;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.扫码后选择关联的通知单,可以把不同通知单内的物料加入到[查询]界面里一起进仓;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.确认无误后点击<code>生成入货</code>进入清单界面,点击<code>确认入库</code>完成入库操作。</p></li></ul><h4><a name='header-n8640' class='md-header-anchor '></a>6.2.1.3. 是否暂收:</h4><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/RC03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取通知单或者物料码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.勾选表头[是否暂收]按钮,系统会根据参数设置默认仓库进仓,无需扫仓库码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.勾选入库物料,确认无误后点击<code>生成入货</code>进入清单界面,点击<code>确认入库</code>完成入库操作。</p></li><li><strong>注意事项:</strong></li><li>1.表头和表尾扫码按钮不能互调扫码;</li><li>2.入仓模块针对物料进入仓库,不可扫仓位码;</li><li>3.物料添加在[查询进货]界面后,不勾选移出的物料会保留界面里;</li><li>4.在[生成入货]界面如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</li><li>5.未审核、已完成或终止的通知单扫码无效。</li></ul><hr /><h3><a name='header-n8664' class='md-header-anchor '></a>6.3. 上架(APP录入)</h3><p> 上架模块可对<strong>产成品、采购和委外</strong>的材料进行入库后上架,或者对物料直接扫码上架,可以通过以下方式进行操作:</p><h4><a name='header-n8666' class='md-header-anchor '></a>6.3.1. 扫未进库通知单:</h4><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/SJ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/SJ01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>关键内容说明:</strong></li><li>物料上架状态:</li><li>1.未上架:未上架的物料;</li><li>2.本次已上架:本次操作加入临时表未正式上架的物料;</li><li>3.历史已上架:已正式上架的物料;</li><li>4.全部:显示所有状态的物料。</li><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取未进库的通知单号;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.系统会带出通知单内的物料所有数量,输入包装数量后扫取仓位二维码选择堆位;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.选择确认上架后点击表头状态过滤,点击<code>本次已上架</code>可以查看已加入的物料,返回过滤未上架的物料扫取不同的仓位合并一起上架;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.最后点击确认上架进入[进货清单]界面,点击<code>确认入库</code>完成上架操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li></ul><h5><a name='header-n8693' class='md-header-anchor '></a>6.3.2. 扫已进库通知单:</h5><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取已进库的通知单号;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.系统会带出通知单已进库的物料数量,输入包装数量后扫取仓位二维码选择堆位;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.选择确认上架后点击表头状态过滤,点击<code>本次已上架</code>可以查看已加入的物料,返回过滤未上架的物料扫取不同的仓位合并一起上架;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.最后点击确认上架进入[进货清单]界面,点击<code>确认入库</code>完成上架操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li></ul><h5><a name='header-n8705' class='md-header-anchor '></a>6.3.3. 扫物料码:</h5><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取物料码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.可以选择关联的通知单带出单里物料信息,输入包装数量后扫取仓位二维码选择堆位;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.选择确认上架后点击表头状态过滤,点击<code>本次已上架</code>可以查看已加入的物料,返回过滤未上架的物料扫取不同的仓位合并一起上架;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.最后点击确认上架进入[进货清单]界面,点击<code>确认入库</code>完成上架操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li><li><strong>注意事项:</strong></li><li>1.表头扫码按钮不能扫取仓位码;</li><li>2.如选择扫物料码把物料添加到临时表后,返回上架界面不能再过滤选择通知单;</li><li>3.上架模块针对物料进库后上架存放堆位上,需扫取仓位码,不能只扫仓库码;</li><li>4.未审核、已完成或终止的通知单扫码无效。</li></ul><hr /><h3><a name='header-n8728' class='md-header-anchor '></a>6.4. 其它入库(APP录入)</h3><p> 在没有通知单的情况下,因特殊情况多出的物料,例如售后退货、维修退件和盘盈等情况下,可以选择通过其它入库进仓;</p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/QTRK01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取物料号后选择入库类型;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体录入数量、保质期等表体信息;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.扫取仓库二维码后点击<code>加入进货</code>,然后会把添加的信息转到【查询进货】,可在界面里移出物料;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.勾选入库物料,确认无误后点击<code>生成入货</code>进入清单界面,点击<code>确认入库</code>完成入库操作。</p></li><li><strong>注意事项:</strong></li><li>1.表头和表尾扫码按钮不能互调扫码;</li><li>2.物料添加在【查询进货】界面后,不勾选移出的物料会保留界面里;</li><li>3.在【生成入货】界面如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入;</li><li>4.未审核、已完成或终止的通知单扫码无效。</li></ul><hr /><h2><a name='header-n8753' class='md-header-anchor '></a>7. 出库作业</h2><ul><li><strong>以下出库作业参数设定按B/S出库作业设置:</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CKCSB01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>WMS和ERP的操作流程与单据同步</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CKLC01.PNG' alt='tool-editor' referrerPolicy='no-referrer' />
<img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/YWDYDJQKLB02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><h3><a name='header-n8762' class='md-header-anchor '></a>7.1. 出库通知</h3><p> 出库作业的通知单分为:<strong>[生产/委外领料通知】和【销售发货通知]</strong>,而其中生产和委外属于物料领用,新增表单操作都是通过引用制令带出信息;销售发货通知则引用销售订单,新增表单选择发货流程触发下一步APP的出库操作,具体操作如下:</p><h4><a name='header-n8764' class='md-header-anchor '></a>7.1.1. 生产/委外领料通知:</h4><ul><li><strong>位置:出库作业—生产领料通知</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CKTZD01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.进入出库通知浏览界面,点击<code>新增</code>按钮,引用制令单号,录入其他头必须信息;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体选择物料编号,输入包装数量;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后保存审核通知单;</p></li></ul><h4><a name='header-n8778' class='md-header-anchor '></a>7.1.2. 销售发货通知:</h4><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/XSFHTZ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.进入【发货通知】浏览界面,点击<code>新增</code>按钮,选择客户编号,选择发货流程(选择发货流程会影响APP上的操作)录入其他头必须信息;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体选择物料编号,输入包装数量;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后保存审核通知单;</p></li><li><strong>注意事项</strong></li><li>未审核的通知单不能操作下一步APP扫码出库;</li></ul><hr /><h3><a name='header-n8794' class='md-header-anchor '></a>7.2. 直接出库</h3><p> 直接出库,就是物料从仓库直接领取出库,不需要通过分拣或者装箱步骤,其中销售出库、领料出库、委外领料和其他出库都可以实现此操作,其操作原理是一样的,以下以生产领料为例。</p><h4><a name='header-n8796' class='md-header-anchor '></a>7.2.1. 扫通知单:</h4><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZJCK01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.进入领料出库模块后,扫取通知单后然后扫单里的内物料码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体录入数量,然后扫取仓位码选择堆位,点击<code>加入选择</code>把物料添加到【查询界面】;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击生成出库进入【出库清单】界面,点击<code>确认</code>完成出库操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li></ul><h4><a name='header-n8809' class='md-header-anchor '></a>7.2.2. 扫物料号:</h4><ul><li><strong>具体操作步骤:</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/ZJCK01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.点击第一个扫码按钮只需扫一次物料码,然后可以选择关联的[通知单];</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体录入数量,然后扫取仓位码选择堆位,点击<code>加入选择</code>把物料添加到【查询界面】;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击生成出库进入【出库清单】界面,点击<code>确认</code>完成出库操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li></ul><hr /><h3><a name='header-n8822' class='md-header-anchor '></a>7.3. 任务下架装箱:</h3><h4><a name='header-n8823' class='md-header-anchor '></a>7.3.1. 下架:</h4><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/XJZX01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取通知单后然后扫单里的内物料码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体录入数量,然后扫取仓位码选择堆位,点击<code>加入选择</code>把物料添加到【查询界面】;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击生成出库进入【出库清单】界面,点击<code>确定</code>完成下架操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li></ul><h4><a name='header-n8836' class='md-header-anchor '></a>7.3.2. 装箱出库:</h4><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/XJZX02.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取通知单后输入纸箱和重量信息;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.扫取单里的物料码,每扫一次就会累计已装箱数;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.把物料勾选后点击<code>封箱</code>加入到查询界面里;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>4.最后点击<code>生成出库</code>进入【出库清单】界面,点击<code>确定</code>完成出库操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li><li><strong>注意事项:</strong></li><li>1.表头扫码按钮不能扫取仓位码;</li><li>2.出库作业必须满足库存才能操作;</li><li>3.操作装箱出库通知单里的物料必须已全部下架;</li><li>4.未审核、已完成或终止的[通知单]扫码无效。</li></ul><hr /><h2><a name='header-n8862' class='md-header-anchor '></a>8. 退货退仓</h2><ul><li><strong>以下退货退仓参数设定按B/S退货退仓设置:</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/THTCCSB01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>WMS和ERP的操作流程与单据同步</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/THTCCZLC01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/THTCCZLC02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/YWDYDJQKLB03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><h3><a name='header-n8873' class='md-header-anchor '></a>8.1. 退货通知单</h3><p> 退仓退货通知单分为:<strong>[采购/外协/销售退货通知],[生产退料通知]和[成品退车间通知]</strong>,表单新增操作一样,通过引用关联的源单带出信息新增,具体操作如下:</p><ul><li><strong>位置:退仓退货—采购退货通知</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/THTCTZ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.进入退货通知浏览界面,点击<code>新增</code>按钮,录入其他头必须信息;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.根据相关业务源单引用带出物料信息,输入退货数量;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后保存审核通知单;</p></li><li><strong>注意事项:未审核的通知单不能操作下一步APP扫码退货退仓;</strong></li></ul><hr /><h3><a name='header-n8891' class='md-header-anchor '></a>8.2. 单一业务处理:</h3><p> 当货物发生退仓库、退车间、退供应商单一的业务处理时,只需点选对应的业务即可。</p><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/THTC01.gif' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.勾选单一业务选项后点击<code>提交</code>,进入编辑界面后扫取通知单,无需再扫产品码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体录入数量,然后扫取仓位码选择堆位,点击<code>加入选择</code>把物料添加到查询界面;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击<code>生成出库</code>进入【退货清单】界面,点击<code>确定</code>完成操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li></ul><h3><a name='header-n8905' class='md-header-anchor '></a>8.3. 连续业务处理:</h3><p> 货物发生退仓库、退车间、退供应商多个业务连续处理时,同时勾选对应业务,即可一键处理生成,系统会同时[生成退仓库]和[退车间]两张仓单。</p><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/THTC02.gif' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.勾选连续业务选项后点击<code>提交</code>,进入编辑界面后扫取通知单,无需再扫产品码;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在表体录入数量,系统会根据参数设置带出默认仓位无需扫码,直接点击<code>加入选择</code>把物料添加到查询界面;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击<code>生成出库</code>进入【退货清单】界面,点击<code>确定</code>完成操作。如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入。</p></li><li><strong>注意事项:</strong></li><li>1.表头和表尾扫码按钮不能互调扫码;</li><li>2.物料添加在【查询选择】界面后,不勾选移出的物料会保留界面里;</li><li>3.在【生成出库】界面如点击<code>返回</code>按钮,所有的信息将会清空,可以扫码重新录入;</li><li>4.未审核、已完成或终止的通知单扫码无效。</li></ul><hr /><h2><a name='header-n8930' class='md-header-anchor '></a>9. 仓库作业</h2><ul><li><strong>以下仓库作业参数设定按B/S仓储作业设置:</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CCZYSZ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>WMS和ERP的操作流程与单据同步</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/FJLC01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/YWDYDJQKLB04.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><h3><a name='header-n8940' class='md-header-anchor '></a>9.1. 分拣:</h3><h4><a name='header-n8941' class='md-header-anchor '></a>9.1.1. 实物分拣:</h4><p> 实物分拣是为做出入库作业前,对所有物料作为分拣整理,把不同通知单内的物料存放在一个周转箱中,以周转箱作为载体编制分拣码,当出库时只要扫取分拣码就能带出所有周转箱内的物料信息,例如:3个物料为一小盒,12盒为一箱,以箱作为载体分拣码,扫取后显示物料为36个,所有物料都在同一个层级上,因此实物分拣只有一个层级。</p><ul><li><strong>具体操作步骤:</strong></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/FJ01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/FJ01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取通知单,过滤选择整单带出后系统会带出物料信息,然后点击<code>生成分拣</code>生成分拣单,以此作为一个小分拣码;</p></li></ul><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/FJ02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.扫取分拣码单(小分拣码)后过滤单内物料,然后再根据扫取新通知单或者物料码,过滤整单或者单个带出,系统会把物料叠加在小分拣码上合并在一起组合成大分拣码;</p></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/FJ02.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/FJ03.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><hr /><h3><a name='header-n8961' class='md-header-anchor '></a>9.2. 对调:</h3><h4><a name='header-n8962' class='md-header-anchor '></a>9.2.1. 仓位对调:</h4><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/DD01.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取A/B仓位码后选择堆位,点击<code>带出明细</code>按钮,系统带出物料明细;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.勾选需调拨的物料,点击<code>生成</code>按钮转入【仓库确认】界面,确认无误后点击<code>确定</code>完成调拨操作。</p></li></ul><h4><a name='header-n8971' class='md-header-anchor '></a>9.2.2. 锁定物料对调:</h4><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/DD02.PNG' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li><strong>具体操作步骤:</strong></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.如需对指定物料进行调拨,先扫取A/B仓位码后选择堆位,然后扫取物料码,点击<code>带出明细</code>按钮,系统会带出锁定的物料信息;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.勾选物料后点击<code>生成</code>按钮转入【仓库确认】界面,确认无误后点击<code>确定</code>完成调拨操作。</p></li><li><strong>注意事项:</strong></li><li>1.<code>扫码</code>按钮只能扫物料码,不可扫通知单和仓位码;</li><li>2.不能只扫取一个仓位;</li><li>3.锁定物料对调必须是该仓位上满足库存的物料。</li></ul><hr /><h3><a name='header-n8989' class='md-header-anchor '></a>9.3. 盘点/校验:</h3><p> 【盘点/校验】模块由仓管员和仓库主管一起完成,先由仓管员根据盘点单进行初盘,初盘后由仓库主管进行复盘。
盘点在系统分为扫盘和点盘,扫盘与点盘根据物料的大小来取决,在平台物料信息上的盘点类型设定好,一般成品较为大件用扫盘操作录入节省时间提高盘点效率,原材料则比较散乱,通过人工点数后用点盘功能输入盘点数量。</p><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/PD01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取仓位码,在表体录入盘点数后点击<code>√</code>按钮,盘点状态会跟随变化,点击<code>修改</code>可以进行数量修改;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.可在表头过滤查看盘点状态,如需添加盘点表外物料点击表头扫码按钮即可添加;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击<code>盘点生成</code>按钮进入盘点清单界面,点<code>确认生成</code>完成盘点操作。</p></li><li><strong>注意事项:</strong></li><li>1.盘点/校验必须扫取已有盘点单内的仓位;</li><li>2.仓位码按钮不能扫通知单或者物料码;</li><li>3.添加物料按钮不能扫仓位和通知单;</li><li>4.已审核的盘点表扫码无效。</li></ul><hr /><h3><a name='header-n9014' class='md-header-anchor '></a>9.4. 抽盘</h3><p> 抽盘在没有盘点单的情况下直接现场盘点某个仓库仓位生成[盘点单],抽盘也没有指定操作角色。</p><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CP01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取仓位码,在表体录入盘点数后点击<code>√</code>按钮,盘点状态会跟随变化,点击<code>修改</code>可以进行数量修改;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.可在表头过滤查看盘点状态,如需添加盘点表外物料点击表头扫码按钮即可添加;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>3.最后点击<code>盘点生成</code>按钮进入盘点清单界面,点<code>确认生成</code>完成盘点操作。</p></li><li><strong>注意事项:</strong></li><li>1.抽盘不能扫取已有盘点单内的仓位;</li><li>2.仓位码按钮不能扫通知单或者物料码;</li><li>3.添加物料按钮不能扫仓位和通知单。</li></ul><hr /><h3><a name='header-n9037' class='md-header-anchor '></a>9.5. 仓位绑定</h3><p> 仓位绑定是把物料捆绑到指定的堆位上成为物料的默认仓位。</p><h4><a name='header-n9039' class='md-header-anchor '></a>9.5.1. 物料绑定仓位</h4><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CWBD01.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取物料码,带出物料后可以选择<code>是否首选仓位</code>;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.扫取捆绑仓位码选择堆位,点击<code>绑定</code>即捆绑成功。</p></li></ul><h4><a name='header-n9050' class='md-header-anchor '></a>9.5.2. 解除仓位绑定</h4><ul><li><strong>具体操作步骤:</strong></li></ul><svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg><p><img src='http://ewx.sedns.cn:9000/FlyWMS_Base/MDPIC/CWBD02.GIF' alt='tool-editor' referrerPolicy='no-referrer' /></p><ul><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>1.扫取物料码,点击<code>查询</code>按钮;</p></li><li class='md-task-list-item task-list-item task-list-done' ><input type='checkbox' disabled='disabled' checked/><p>2.在【仓库查询】界面勾选物料,点击<code>解除绑定</code>按钮即解除成功。</p></li><li><strong>注意事项:</strong></li><li>1.表头和表尾扫码按钮不能互调扫码;</li><li>2.解除物料可重新绑定仓位。</li></ul><hr /><h3><a name='header-n9068' class='md-header-anchor '></a><img src='http://zsclc.gnway.cc:81/images/FX.ico' alt='img' referrerPolicy='no-referrer' /> 飞讯软件 <code>(内部技术文档,未经允许,不得传阅)</code> </h3><hr /><p>©2019 iEWayinfo.com</p><p> </p></div>
</body>
</html>