| | |
| | | "Top":"Top",
|
| | | "Up":"Up",
|
| | | "Down":"Down",
|
| | | "Unable to find the placement method of the aluminum frame":"Unable to find the placement method of the aluminum frame",
|
| | | "Unable to find whether the aluminum frame is flipped or not":"Unable to find whether the aluminum frame is flipped or not",
|
| | | "You do not have this permission":"You do not have this permission",
|
| | | "ServoManualone": {
|
| | | "A01 所在格子": "A01 Current Grid",
|
| | |
| | | "Up":"上移",
|
| | | "Down":"下移",
|
| | | "You do not have this permission":"You do not have this permission",
|
| | | "Unable to find the placement method of the aluminum frame":"查询不到铝框摆放方式",
|
| | | "Unable to find whether the aluminum frame is flipped or not":"查询不到铝框是否翻转",
|
| | | "langparameter": {
|
| | | "conveyor Velocity(Auto FAST)": "D01-D06 皮带输送自动快速",
|
| | | "conveyor Velocity(Auto SLOW)": "D01-D06 皮带输送自动慢速",
|
| | |
| | | position: absolute;
|
| | | background-image: url('../../img/dipan.png');
|
| | | background-size: 70px 85px;
|
| | | left: 654px;
|
| | | left: 501px;
|
| | | top: 333px;
|
| | | /* background-size: 85px 100px;
|
| | | left: 912px;
|
| | |
| | | position: absolute;
|
| | | background-image: url('../../img/taimian.png');
|
| | | background-size: 120px 30px;
|
| | | left: 630px;
|
| | | left: 477px;
|
| | | top: 420px;
|
| | | /* background-size: 160px 40px;
|
| | | left: 875px;
|
| | |
| | | if (res.data.message3 == 200) {
|
| | | this.$message.success(this.$t('Operation successful'));
|
| | | }
|
| | | else if (res.data.message2 == 300) {
|
| | | this.$message.error(this.$t('Unable to find the placement method of the aluminum frame'));
|
| | | }
|
| | | else if (res.data.message2 == 400) {
|
| | | this.$message.error(this.$t('Unable to find whether the aluminum frame is flipped or not'));
|
| | | }
|
| | | else if (res.data.message2 == 500) {
|
| | | this.$message.error(this.$t('This glass is already in the Queue'));
|
| | | }
|
| | |
| | | if (result == null) { |
| | | north_glass_buffer1 north_glass_buffer1 = jdbcConnections.SelectGlassByGlassIdOrderIdFrameId(glassid, "", ""); |
| | | String flip = jdbcConnections.SelectFlipByFrameBarcode(north_glass_buffer1.getFrameBarcode()); |
| | | String position = jdbcConnections.SelectPositionByFrameBarcode(north_glass_buffer1.getFrameBarcode()); |
| | | int sequence = homeMapper.SelectMaxSquence(); |
| | | homeMapper.AddOutSliceS(glassid, flip, north_glass_buffer1.getFrameBarcode(), |
| | | north_glass_buffer1.getglasslengthmm().toString(), north_glass_buffer1.getglassheightmm().toString(), |
| | | sequence, position); |
| | | map.put("message2", "200"); |
| | | if (flip != null) { |
| | | String position = jdbcConnections.SelectPositionByFrameBarcode(north_glass_buffer1.getFrameBarcode()); |
| | | if (position != null) { |
| | | int sequence = homeMapper.SelectMaxSquence(); |
| | | homeMapper.AddOutSliceS(glassid, flip, north_glass_buffer1.getFrameBarcode(), |
| | | north_glass_buffer1.getglasslengthmm().toString(), north_glass_buffer1.getglassheightmm().toString(), |
| | | sequence, position); |
| | | map.put("message2", "200"); |
| | | } else { |
| | | map.put("message2", "300"); |
| | | } |
| | | |
| | | } else { |
| | | map.put("message2", "400"); |
| | | } |
| | | |
| | | } else { |
| | | map.put("message2", "500"); |
| | | } |