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