Houjie
2025-06-10 b14aa3f5539d358ec2db80a65c4c32c684d88c77
设备操作证-操作证管理 查询条件修改  所有设备- 查询条件名称修改
已修改3个文件
28 ■■■■ 文件已修改
src/views/eam/OperationCertificateApplyList.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/OperationCertificateList.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/equipmentCalibrationOrder/EquipmentList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/OperationCertificateApplyList.vue
@@ -95,11 +95,11 @@
        type="primary"
        icon="plus"
      >申请</a-button>
      <a-button
        type="primary"
        icon="download"
        @click="handleExportXls('操作证申请表')"
      >导出</a-button>
<!--      <a-button-->
<!--        type="primary"-->
<!--        icon="download"-->
<!--        @click="handleExportXls('操作证申请表')"-->
<!--      >导出</a-button>-->
      <!-- <a-upload
        name="file"
        :showUploadList="false"
src/views/eam/OperationCertificateList.vue
@@ -17,10 +17,10 @@
            :sm='24'
          >
            <a-form-item label='操作证编号'>
              <a-input
              <j-input
                placeholder='请输入操作证编号'
                v-model='queryParam.num'
              ></a-input>
              ></j-input>
            </a-form-item>
          </a-col>
          <a-col
@@ -108,11 +108,11 @@
        type='primary'
        icon='plus'
      >变更操作证</a-button>
      <a-button
        type='primary'
        icon='download'
        @click="handleExportXls('操作证书管理')"
      >导出</a-button>
<!--      <a-button-->
<!--        type='primary'-->
<!--        icon='download'-->
<!--        @click="handleExportXls('操作证书管理')"-->
<!--      >导出</a-button>-->
      <!-- <a-upload
        name='file'
        :showUploadList='false'
src/views/eam/modules/equipmentCalibrationOrder/EquipmentList.vue
@@ -21,9 +21,9 @@
                :md="6"
                :sm="8"
              >
                <a-form-item label="设备编号">
                <a-form-item label="统一编码">
                  <a-input
                    placeholder="请输入标准编号检索"
                    placeholder="请输入统一编码检索"
                    v-model="queryParam.num"
                  ></a-input>
                </a-form-item>