wangyi
2026-01-12 99c39ae46a7c869a02fc8009b8ec5365f9508fb9
src/views/scMould/basicModeling/Gy_MouldFileList.vue
@@ -2,11 +2,11 @@
  <div style="padding: 10px; position: relative;">
    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="98px" class="searchBox">
      <el-row>
        <el-form-item label="器具编号" prop="HNumber" style="margin-left: 100px;">
          <el-input v-model="queryParams.HNumber" placeholder="请输入器具编号" @keyup.enter.native="handleQuery" />
        <el-form-item label="容器编号" prop="HNumber" style="margin-left: 100px;">
          <el-input v-model="queryParams.HNumber" placeholder="请输入容器编号" @keyup.enter.native="handleQuery" />
        </el-form-item>
        <el-form-item label="器具名称" prop="HName">
          <el-input v-model="queryParams.HName" placeholder="请输入器具名称" @keyup.enter.native="handleQuery" />
        <el-form-item label="容器名称" prop="HName">
          <el-input v-model="queryParams.HName" placeholder="请输入容器名称" @keyup.enter.native="handleQuery" />
        </el-form-item>
        <el-form-item label="组织">
          <el-select v-model="queryParams.HUSEORGID" placeholder="请选择">
@@ -528,14 +528,14 @@
            , { field: '单据号', title: '单据号', sort: true, width: 120 }
            , { field: '条码编号', title: '条码编号', sort: true, width: 120 }
            , { field: '对应ERP物料编码', title: '物料编号', sort: true, width: 120 }
            , { field: '模具编号', title: '器具编号', sort: true, width: 120 }
            , { field: '模具名称', title: '器具名称', sort: true, width: 120 }
            , { field: '模具型号', title: '器具型号', sort: true, width: 120 }
            , { field: '模具品类', title: '器具品类', sort: true, width: 120 }
            , { field: '模具状态', title: '器具状态', sort: true, width: 120 }
            , { field: '模具编号', title: '容器编号', sort: true, width: 120 }
            , { field: '模具名称', title: '容器名称', sort: true, width: 120 }
            , { field: '模具型号', title: '容器型号', sort: true, width: 120 }
            , { field: '模具品类', title: '容器品类', sort: true, width: 120 }
            , { field: '模具状态', title: '容器状态', sort: true, width: 120 }
            , { field: '模具可用状态', title: '模具可用状态', sort: true, width: 140 }
            , { field: '穴数', title: '穴数', sort: true, width: 120 }
            , { field: '对应ERP物料编码', title: '器具ERP物料', sort: true, width: 140 }
            , { field: '对应ERP物料编码', title: '容器ERP物料', sort: true, width: 140 }
            , { field: '直径', title: '直径', sort: true, width: 120 }
            , { field: '辅助属性', title: '辅助属性', sort: true, width: 120 }
            , { field: '辅助属性2', title: '辅助属性2', sort: true, width: 120 }
@@ -560,8 +560,8 @@
            , { field: '当前仓位', title: '当前仓位', sort: true, width: 120 }
            , { field: '虚拟仓类型', title: '虚拟仓类型', sort: true, width: 120 }
            , { field: '虚拟仓', title: '虚拟仓', sort: true, width: 120 }
            , { field: '当前模具规格', title: '当前器具规格', sort: true, width: 140 }
            , { field: '初始模具规格', title: '初始器具规格', sort: true, width: 140 }
            , { field: '当前模具规格', title: '当前容器规格', sort: true, width: 140 }
            , { field: '初始模具规格', title: '初始容器规格', sort: true, width: 140 }
            , { field: '当前设计寿命', title: '当前设计寿命', sort: true, totalRow: true, width: 140 }
            , { field: '初始设计寿命', title: '初始设计寿命', sort: true, totalRow: true, width: 140 }
            , { field: '使用寿命', title: '使用寿命', sort: true, totalRow: true, width: 120 }