d9aab92fa25860c6682debe50e10770dc7db42a0..d4461e39ce7bda79998febbfa72502b61c743142
2025-08-15 cuikaidong
修改故障保修,故障简称字段
d4461e 对比 | 目录
2025-08-15 cuijian
孔加工工具增加字段
a5a80a 对比 | 目录
已修改3个文件
16 ■■■■■ 文件已修改
src/views/eam/repair/modules/EamReportRepairList/EamReportRepairModal.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/baseTools/ParaHoleToolsList.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/baseTools/ParaHoleToolsModal.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/modules/EamReportRepairList/EamReportRepairModal.vue
@@ -19,7 +19,7 @@
          </a-col>
          <a-col :span="12">
            <a-form-model-item prop="faultName" label="驱动类型">
            <a-form-model-item prop="faultName" label="故障简称">
              <a-select placeholder="请选择故障简称" v-model="model.faultName" @change="handleFaultNameChange">
                <a-select-option v-for="item in faultReasonList" :key="item.faultName">
                  {{ item.faultName }}
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="备注">