qushaowei
2023-09-05 85340187a01ab2cfd064d88f20741f95386f3295
保养位置自动代入数据
已修改4个文件
31 ■■■■ 文件已修改
src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardModal.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/specialtyMaintenanceStandard/JSelectMaintenanceStandardModal.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/specialtyMaintenanceStandard/SpecialtyMaintenanceStandardModal.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardModal.vue
@@ -292,8 +292,9 @@
            v-if="col.dataIndex == 'location'"
            :maxLength="500"
            auto-size
            placeholder="请输入位置"
            placeholder="请输入保养位置"
            @change="(e)=>handleChange(e, record.key, col, index)"
            :disabled="true"
          />
          <j-image-upload
            :value="text"
@@ -485,7 +486,7 @@
          width: 150,
        },
        {
          title: '部位',
          title: '保养部位',
          align: 'center',
          dataIndex: 'location',
          scopedSlots: { customRender: 'location' },
@@ -593,6 +594,7 @@
          standard: data[i].standard,
          maintenanceMethodName: data[i].maintenanceMethod_dictText,
          maintenanceTool: data[i].maintenanceTool,
          location: data[i].location,
          maintenanceSpecialtyName: data[i].maintenanceSpecialtyId_dictText,
          maintenanceRequire: data[i].maintenanceRequire,
          workingHourQuota: data[i].workingHourQuota,
src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue
@@ -118,6 +118,11 @@
          dataIndex: 'maintenanceSpecialtyId_dictText'
        },
        {
          title: '保养部位',
          align: 'center',
          dataIndex: 'location'
        },
        {
          title: '安全要求',
          align: 'center',
          dataIndex: 'maintenanceRequire'
src/views/eam/modules/specialtyMaintenanceStandard/JSelectMaintenanceStandardModal.vue
@@ -8,7 +8,7 @@
    @cancel='close'
    style='top:50px'
    cancelText='关闭'
    :width='1250'
    :width='1500'
  >
    <a-card :bordered='false'>
      <div class='table-page-search-wrapper'>
@@ -123,6 +123,11 @@
          dataIndex: 'maintenanceRequire'
        },
        {
          title: '保养部位',
          align: 'center',
          dataIndex: 'location'
        },
        {
          title: '工时定额',
          align: 'center',
          dataIndex: 'workingHourQuota'
src/views/eam/modules/specialtyMaintenanceStandard/SpecialtyMaintenanceStandardModal.vue
@@ -1,7 +1,7 @@
<template>
  <a-modal
    :title="title"
    :width="1250"
    :width="1500"
    :visible="visible"
    :maskClosable="false"
    @ok="handleOk"
@@ -42,7 +42,10 @@
              />
            </a-form-item>
          </a-col>
          <a-col :span="12" hidden >
          <a-col
            :span="12"
            hidden
          >
            <!-- v-if="false" -->
            <a-form-item
              label="设备名称Id"
@@ -196,8 +199,9 @@
            v-if="col.dataIndex == 'location'"
            :maxLength="500"
            auto-size
            placeholder="请输入位置"
            placeholder="请输入保养部位"
            @change="(e)=>handleChange(e, record.key, col, index)"
            :disabled="true"
          />
          <j-image-upload
            :value="text"
@@ -386,7 +390,7 @@
          width: 140,
        },
        {
          title: '部位',
          title: '保养部位',
          align: 'center',
          dataIndex: 'location',
          scopedSlots: { customRender: 'location' },
@@ -495,6 +499,7 @@
          maintenanceProjectId: data[i].id,
          name: data[i].name,
          standard: data[i].standard,
          location: data[i].location,
          maintenanceMethodName: data[i].maintenanceMethod_dictText,
          maintenanceTool: data[i].maintenanceTool,
          maintenanceSpecialtyName: data[i].maintenanceSpecialtyId_dictText,