cuijian
2 天以前 a5a80af9017fdb8d378eb6f682e24dae99d19977
孔加工工具增加字段
已修改2个文件
14 ■■■■■ 文件已修改
src/views/tms/modules/baseTools/ParaHoleToolsList.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/baseTools/ParaHoleToolsModal.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/baseTools/ParaHoleToolsList.vue
@@ -38,6 +38,8 @@
              <a-descriptions-item label="最大镗孔直径">{{ this.para == null || this.para.maxBoringDiameter == null ? '' : this.para.maxBoringDiameter }}</a-descriptions-item>
              <a-descriptions-item label="加工方式">{{ this.para == null || this.para.processingmethod == null ? '' : this.para.processingmethod }}</a-descriptions-item>
              <a-descriptions-item label="刀头数">{{ this.para == null || this.para.headsNumber == null ? '' : this.para.headsNumber }}</a-descriptions-item>
              <a-descriptions-item label="导向长度">{{ this.para == null || this.para.guidanceLength == null ? '' : this.para.guidanceLength }}</a-descriptions-item>
              <a-descriptions-item label="导向直径">{{ this.para == null || this.para.guidanceDiameter == null ? '' : this.para.guidanceDiameter }}</a-descriptions-item>
            
            </a-descriptions>
           
src/views/tms/modules/baseTools/ParaHoleToolsModal.vue
@@ -418,6 +418,18 @@
            </a-form-model-item>
          </a-col>
        </a-row>
        <a-row>
           <a-col :span="6">
            <a-form-model-item label="导向长度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="guidanceLength">
              <a-input v-model="model.guidanceLength" :placeholder="disableSubmit?'':'请输入导向长度'" :disabled="disableSubmit" ></a-input>
            </a-form-model-item>
          </a-col>
          <a-col :span="6">
            <a-form-model-item label="导向直径" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="guidanceDiameter">
              <a-input v-model="model.guidanceDiameter" :placeholder="disableSubmit?'':'请输入导向直径'" :disabled="disableSubmit" ></a-input>
            </a-form-model-item>
          </a-col>
        </a-row>
        <a-row :gutter="24">
          <a-col :span="24">
            <a-form-model-item :labelCol="labelColLong" :wrapperCol="wrapperColLong" prop="remark" label="备注">