art: 设备维护,不再更新 是否生产线,是否主设备,需要在生产线那边维护此属性
已修改3个文件
47 ■■■■■ 文件已修改
src/views/eam/DailyInspectionOrderList.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/EquipmentOfLine.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/equipmentNew/EquipmentModal.vue 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/DailyInspectionOrderList.vue
@@ -516,7 +516,14 @@
        edit: "/eam/inspectionOrder/editStatus",
        orderGet: "/eam/inspectionOrder/orderGet",
      },
      labelCol: {
        xs: { span: 24 },
        sm: { span: 5 },
      },
      wrapperCol: {
        xs: { span: 24 },
        sm: { span: 16 },
      },
    }
  },
src/views/eam/EquipmentOfLine.vue
@@ -12,12 +12,12 @@
        <a-row :gutter="24">
          <a-col :span="6">
            <a-form-item
              label="分类"
              label="设备所属分类"
              :labelCol="labelCol"
              :wrapperCol="wrapperCol"
            >
              <j-dict-select-tag
                :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1='+'\''+caytegoryParam+'\''"
                :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1='+'\''+caytegoryParam+'\' and del_flag=0'"
                placeholder="请输入搜索条件并选择"
                v-model="queryParam.equipmentCategoryId"
              />
src/views/eam/modules/equipmentNew/EquipmentModal.vue
@@ -129,8 +129,21 @@
              />
            </a-form-model-item>
          </a-col>
          <a-col :span='6'>
            <a-form-model-item
              label='设备图片'
              :labelCol='labelCol'
              :wrapperCol='wrapperCol'
              prop='equipmentPhoto'
            >
              <j-image-upload
                :isMultiple='false'
                v-model='model.equipmentPhoto'
              ></j-image-upload>
            </a-form-model-item>
          </a-col>
        </a-row>
        <a-row>
<!--        <a-row>
          <a-col :span='6'>
            <a-form-model-item
              label='是否生产线'
@@ -138,7 +151,7 @@
              :wrapperCol='wrapperCol'
              prop='isLine'
            >
              <!--                type='radio'-->
              &lt;!&ndash;                type='radio'&ndash;&gt;
              <j-dict-select-tag
                allow-clear
                type='radio'
@@ -160,7 +173,7 @@
              :wrapperCol='wrapperCol'
              prop='isLineEquip'
            >
              <!--              type='radio'-->
              &lt;!&ndash;              type='radio'&ndash;&gt;
              <j-dict-select-tag
                allow-clear
                type='radio'
@@ -172,20 +185,7 @@
            </a-form-model-item>
          </a-col>
          <a-col :span='6'>
            <a-form-model-item
              label='设备图片'
              :labelCol='labelCol'
              :wrapperCol='wrapperCol'
              prop='equipmentPhoto'
            >
              <j-image-upload
                :isMultiple='false'
                v-model='model.equipmentPhoto'
              ></j-image-upload>
            </a-form-model-item>
          </a-col>
        </a-row>
        </a-row>-->
        <a-row>
          <!-- 中心 -->
          <a-col :span='6'>