| | |
| | | <template> |
| | | <div ref="wrap"> |
| | | <a-modal |
| | | width="70%" |
| | | width="90%" |
| | | :visible="visible" |
| | | :getContainer="() => this.$refs.wrap" |
| | | @cancel="handleCancel" |
| | |
| | | |
| | | </a-descriptions> |
| | | |
| | | <a-descriptions |
| | | title="坐标信息" |
| | | v-if="xyzList != null" |
| | | :column="5" |
| | | > |
| | | <a-descriptions-item label="机床坐标X">{{xyzList.xmachine}}</a-descriptions-item> |
| | | <a-descriptions-item label="Y">{{xyzList.ymachine}}</a-descriptions-item> |
| | | <a-descriptions-item label="Z">{{xyzList.zmachine}}</a-descriptions-item> |
| | | <a-descriptions-item label="A">{{xyzList.amachine}}</a-descriptions-item> |
| | | <a-descriptions-item label="B">{{xyzList.bmachine}}</a-descriptions-item> |
| | | <a-descriptions-item label="绝对坐标X">{{xyzList.xabsolute}}</a-descriptions-item> |
| | | <a-descriptions-item label="Y">{{xyzList.yabsolute}}</a-descriptions-item> |
| | | <a-descriptions-item label="Z">{{xyzList.zabsolute}}</a-descriptions-item> |
| | | <a-descriptions-item label="A">{{xyzList.aabsolute}}</a-descriptions-item> |
| | | <a-descriptions-item label="B">{{xyzList.babsolute}}</a-descriptions-item> |
| | | </a-descriptions> |
| | | |
| | | </td> |
| | | </tr> |
| | | </table> |
| | |
| | | url: { |
| | | mdcEquipmentDetailedInfo: '/mdc/mdcEquipment/mdcEquipmentDetailedInfo' |
| | | }, |
| | | modalTimer: null |
| | | modalTimer: null, |
| | | xyzList: null |
| | | } |
| | | }, |
| | | beforeDestroy() { |
| | |
| | | _this.spindleload = res.result.spindleload |
| | | _this.rapidfeed = res.result.rapidfeed |
| | | _this.runData = res.result.runData |
| | | _this.xyzList = res.result.xyzList |
| | | |
| | | // _this.xyzAliasesList = res.result.xyzAliasesList |
| | | this.$nextTick(() => { |
| | | _this.drawLine() |