zhao
2021-06-24 02ca96debc6056275d58e55d97f7885a195542d0
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
{
  "isSendAms": {
    "moveStockEnableAms": "N", //移库是否启用ams
    "transferEnableAms": "N" //移送是否启用ams
  },
  //生胶移库(一楼中转区到二楼中转区)
  "transferOfRawRubber": {
    "itemCode": "6972879772026",
    "itemName": "生胶名称",
    "transferMax": 10, //二楼可存放转运的最大值,大于等于该值服务暂停执行
    "startArea": "F1_SJZZQ", //一楼中转区域
    "endArea": "F2_SJZZQ", //二楼中转区域
    "startTime": "8:30", //几点开始
    "endTime": "10:30" //几点结束
  },
  //终炼胶移库
  "transferOfFinalRubber": {
    "itemCode": "6972879772002",
    "itemName": "终炼胶",
    "transferMax": 10, //二楼可存放转运的最大值,大于等于该值服务暂停执行
    "startArea": "ZLJCFQ", //终炼胶存放区
    "endArea": "DCJHCQ", //大车间缓存区
    "startTime": "8:30", //几点开始
    "endTime": "10:30" //几点结束
  },
  "workFlowTransType": [
    {
      "workFlowCode": "S1",
      "workFlowName": "生胶中转搬运",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "S2",
      "workFlowName": "生胶中转移库",
      "transType": "Out",
      "isTransport": "Y"
    },
    {
      "workFlowCode": "S3",
      "workFlowName": "密炼机叫料",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "S4",
      "workFlowName": "密炼机工位空托退回",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "S5",
      "workFlowName": "生胶小盘料退回",
      "transType": "In",
      "isTransport": "N"
    },
 
    {
      "workFlowCode": "X1",
      "workFlowName": "小料秤叫料",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "X2",
      "workFlowName": "小料秤叫料取空托",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "X3",
      "workFlowName": "小料秤搬运",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "X4",
      "workFlowName": "小料秤搬运取空托",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "X5",
      "workFlowName": "密炼产线呼叫小料",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "X6",
      "workFlowName": "密炼生产线取空托",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "X7",
      "workFlowName": "小料小盘料退回",
      "transType": "In",
      "isTransport": "N"
    },
 
    {
      "workFlowCode": "M1",
      "workFlowName": "母胶收皮下线",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "M2",
      "workFlowName": "收皮设备呼叫空托",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "M3",
      "workFlowName": "母胶密炼机叫料",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "M4",
      "workFlowName": "密炼机备料补货",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "M5",
      "workFlowName": "母胶小盘料退回",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "M6",
      "workFlowName": "密炼机叫料返空托",
      "transType": "In"
    },
    {
      "workFlowCode": "Z1",
      "workFlowName": "终炼胶胶盘下线",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "Z2",
      "workFlowName": "终炼胶呼叫空托",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "Z3",
      "workFlowName": "终炼胶移库",
      "transType": "Out",
      "isTransport": "Y"
    },
    {
      "workFlowCode": "Z4",
      "workFlowName": "终炼胶下工序叫料",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "Z5",
      "workFlowName": "终炼胶备料补货",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "Z6",
      "workFlowName": "终炼胶小盘料退回",
      "transType": "In",
      "isTransport": "N"
    },
 
    {
      "workFlowCode": "T1",
      "workFlowName": "胎面生产线下线",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "T2",
      "workFlowName": "空栅车运回",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "T3",
      "workFlowName": "成型机叫料",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "T4",
      "workFlowName": "成型机叫料回空托",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "T5",
      "workFlowName": "余料格栅车退回",
      "transType": "In",
      "isTransport": "N"
    },
 
    {
      "workFlowCode": "L1",
      "workFlowName": "压延生产线下线",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "L2",
      "workFlowName": "空卷轴运回",
      "transType": "In",
      "isTransport": "N"
    },
    {
      "workFlowCode": "L3",
      "workFlowName": "直裁/斜裁生产线叫料",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "L4",
      "workFlowName": "直裁/斜裁空托排出呼叫",
      "transType": "Out",
      "isTransport": "N"
    },
    {
      "workFlowCode": "L5",
      "workFlowName": "余料帘布退回",
      "transType": "In",
      "isTransport": "N"
    }
  ],
  //接驳位
  "connectBit": [
    {
      "bit": "接驳位货位",
      "tasktype": "带束入库"
    },
    {
      "bit": "接驳位货位",
      "tasktype": "带束出库"
    },
    {
      "bit": "接驳位货位",
      "tasktype": "满托入库"
    },
    {
      "bit": "接驳位货位",
      "readybit": "准备点货位",
      "tasktype": "空托出库"
    },
    {
      "bit": "接驳位货位",
      "tasktype": "满托出库"
    },
    {
      "bit": "接驳位货位",
      "tasktype": "空托入库"
    }
  ]
}