| | |
| | | <!-- 当前页面业务部分 --> |
| | | <a-card :bordered="false" :title="title" v-show="visable"> |
| | | <a-descriptions title="工具参数详情"> |
| | | <a-descriptions-item label="工具简称">{{ this.para == null || this.para.shortCalled == null ? '' : this.para.shortCalled }}</a-descriptions-item> |
| | | <a-descriptions-item label="集团公司编码">{{ this.para == null || this.para.groupCompanyCode == null ? '' : this.para.groupCompanyCode }}</a-descriptions-item> |
| | | <a-descriptions-item label="集团公司标记">{{ this.para == null || this.para.groupCompanySign == null ? '' : this.para.groupCompanySign }}</a-descriptions-item> |
| | | <a-descriptions-item label="直径">{{ this.para == null || this.para.diameter == null ? '' : this.para.diameter }}</a-descriptions-item> |
| | | <a-descriptions-item label="刀尖角R">{{ this.para == null || this.para.noseAngleR == null ? '' : this.para.noseAngleR }}</a-descriptions-item> |
| | | <a-descriptions-item label="齿数">{{ this.para == null || this.para.numberOfTeeth == null ? '' : this.para.numberOfTeeth }}</a-descriptions-item> |
| | |
| | | <a-descriptions-item label="刀具总长">{{ this.para == null || this.para.totalLength == null ? '' : this.para.totalLength }}</a-descriptions-item> |
| | | <a-descriptions-item label="刀具材料">{{ this.para == null || this.para.toolMaterial == null ? '' : this.para.toolMaterial }}</a-descriptions-item> |
| | | <a-descriptions-item label="零件材料">{{ this.para == null || this.para.partMaterial == null ? '' : this.para.partMaterial }}</a-descriptions-item> |
| | | <a-descriptions-item label="是否涂层">{{ this.para == null || this.para.paintcoatFlag == null ? '' : this.para.paintcoatFlag }}</a-descriptions-item> |
| | | <a-descriptions-item label="是否涂层">{{ this.para == null || this.para.paintcoatFlag == null ? '' : this.para.paintcoatFlag == '1' ? '是' : '否' }}</a-descriptions-item> |
| | | <a-descriptions-item label="刀具型式">{{ this.para == null || this.para.toolPattern == null ? '' : this.para.toolPattern }}</a-descriptions-item> |
| | | <a-descriptions-item label="装夹规格">{{ this.para == null || this.para.clampingSpecifications == null ? '' : this.para.clampingSpecifications }}</a-descriptions-item> |
| | | <a-descriptions-item label="冷却方式">{{ this.para == null || this.para.coolingMethod == null ? '' : this.para.coolingMethod }}</a-descriptions-item> |