| | |
| | | case 0: |
| | | return "未知"; |
| | | case 1: |
| | | return "小库位"; |
| | | return "低库位"; |
| | | case 2: |
| | | return "大库位"; |
| | | return "中库位"; |
| | | case 5: |
| | | return "高库位"; |
| | | case 6: |
| | | return "超高库位"; |
| | | default: |
| | | return String.valueOf(this.locType1); |
| | | } |
| | |
| | | public String getLocType2$() { |
| | | if (null == this.locType2){ return null; } |
| | | switch (this.locType2){ |
| | | case 0: |
| | | return "未知"; |
| | | case 1: |
| | | return "窄库位"; |
| | | case 2: |
| | | return "宽库位"; |
| | | case 4: |
| | | return "1500*1500*870"; |
| | | case 5: |
| | | return "1500*1500*1670"; |
| | | case 6: |
| | | return "2000*1500*2170"; |
| | | case 7: |
| | | return "2600*1500*660"; |
| | | case 8: |
| | | return "1300*1500*1460"; |
| | | default: |
| | | return String.valueOf(this.locType2); |
| | | } |