Commit 27de56704415ff138d81cdf5723f61fc0aa10f07

Authored by Min
1 parent c8d63ad5

1.Tab导航页签去掉间隔

src/mes/common/buttonComponent/index.js
@@ -150,42 +150,42 @@ const ButtonComponent = props => { @@ -150,42 +150,42 @@ const ButtonComponent = props => {
150 150
151 const menuOrderListEnglish1 = [ 151 const menuOrderListEnglish1 = [
152 ["Machine Task", 1], 152 ["Machine Task", 1],
153 - null, 153 + // null,
154 ["Label Reprint", 2], 154 ["Label Reprint", 2],
155 - null, 155 + // null,
156 ["Work Order Information", 2, 'Label Reprint'], 156 ["Work Order Information", 2, 'Label Reprint'],
157 ["Product Quality Record", 3, 'Label Reprint'], 157 ["Product Quality Record", 3, 'Label Reprint'],
158 ["Process Work Instructions", 4, 'Label Reprint'], 158 ["Process Work Instructions", 4, 'Label Reprint'],
159 ["Related Documents", 5, 'Label Reprint'], 159 ["Related Documents", 5, 'Label Reprint'],
160 ["Historical Tasks", 6, 'Label Reprint'], 160 ["Historical Tasks", 6, 'Label Reprint'],
161 ["Production Rework", 2, 'Label Reprint'], 161 ["Production Rework", 2, 'Label Reprint'],
162 - null,  
163 - null, 162 + // null,
  163 + // null,
164 // ["工单物料信息", 7], 164 // ["工单物料信息", 7],
165 ["Pre-production Reminder Information", 7, 'Label Reprint'], 165 ["Pre-production Reminder Information", 7, 'Label Reprint'],
166 ["Work Order WIP List", 8, 'Label Reprint'], 166 ["Work Order WIP List", 8, 'Label Reprint'],
167 - null,  
168 - null 167 + // null,
  168 + // null
169 ]; 169 ];
170 170
171 const menuOrderList1 = [ 171 const menuOrderList1 = [
172 ["机台任务", 1], 172 ["机台任务", 1],
173 - null, 173 + // null,
174 ["标签补打", 2], 174 ["标签补打", 2],
175 - null, 175 + // null,
176 ["工单信息", 2], 176 ["工单信息", 2],
177 ["产品质量档案", 3], 177 ["产品质量档案", 3],
178 ["工艺作业指导书", 4], 178 ["工艺作业指导书", 4],
179 ["相关文档", 5], 179 ["相关文档", 5],
180 ["历史任务", 6], 180 ["历史任务", 6],
181 ["生产返工", 2], 181 ["生产返工", 2],
182 - null,  
183 - null, 182 + // null,
  183 + // null,
184 // ["工单物料信息", 7], 184 // ["工单物料信息", 7],
185 ["产前提醒信息", 7], 185 ["产前提醒信息", 7],
186 ["工单在制品清单", 8], 186 ["工单在制品清单", 8],
187 - null,  
188 - null 187 + // null,
  188 + // null
189 ]; 189 ];
190 190
191 const menuOrderList2 = [ 191 const menuOrderList2 = [
@@ -194,16 +194,16 @@ const ButtonComponent = props => { @@ -194,16 +194,16 @@ const ButtonComponent = props => {
194 ["异常/协助提报", 12], 194 ["异常/协助提报", 12],
195 ["完工清场/确认单据", 13], 195 ["完工清场/确认单据", 13],
196 // ["拆合版", 14], 196 // ["拆合版", 14],
197 - null,  
198 - null, 197 + // null,
  198 + // null,
199 ["质量巡检", 15], 199 ["质量巡检", 15],
200 ["班组报工", 16], 200 ["班组报工", 16],
201 ["签样/完成", 17], 201 ["签样/完成", 17],
202 // ["班组交接", 18], 202 // ["班组交接", 18],
203 ["工单变更信息", 19], 203 ["工单变更信息", 19],
204 ["其它机台日报", 16], 204 ["其它机台日报", 16],
205 - null,  
206 - null, 205 + // null,
  206 + // null,
207 ["工艺巡检", 20] 207 ["工艺巡检", 20]
208 ]; 208 ];
209 209
@@ -213,16 +213,16 @@ const ButtonComponent = props => { @@ -213,16 +213,16 @@ const ButtonComponent = props => {
213 ["Exception/Assistance Reporting", 12], 213 ["Exception/Assistance Reporting", 12],
214 ["Post-Completion Clearance/Confirmation", 13], 214 ["Post-Completion Clearance/Confirmation", 13],
215 // ["Plate Splitting/Combining", 14], 215 // ["Plate Splitting/Combining", 14],
216 - null,  
217 - null, 216 + // null,
  217 + // null,
218 ["Quality Patrol Inspection List", 15], 218 ["Quality Patrol Inspection List", 15],
219 ["Team Production Reporting", 16], 219 ["Team Production Reporting", 16],
220 ["Sign-off/Completion", 17], 220 ["Sign-off/Completion", 17],
221 // ["Team Handover", 18], 221 // ["Team Handover", 18],
222 ["Work Order Change Information", 19], 222 ["Work Order Change Information", 19],
223 ["Other Machine Daily Report", 16], 223 ["Other Machine Daily Report", 16],
224 - null,  
225 - null, 224 + // null,
  225 + // null,
226 ["Process Inspection", 20] 226 ["Process Inspection", 20]
227 ]; 227 ];
228 228