zhangherong
2025-03-06 0b22c1255437bc6f0170355dad2a35172e0eddfd
art: 项目性维修-详情页面-附件,设备状态,技术状态不展示问题修改
已修改4个文件
20 ■■■■ 文件已修改
src/components/tools/EquipmentSelection.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/ProjectMaintenanceOrderList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/projectMaintenanceOrder/ProjectMaintenanceOrderForm.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/repairorder/moudles/select/ProjectMaintenanceOrder.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tools/EquipmentSelection.vue
@@ -100,13 +100,6 @@
          ellipsis: true
        },
        {
          title: '资产编码',
          align: 'center',
          dataIndex: 'assetNumber',
          width: 120
        },
        {
          title: '特种设备',
          align: 'center',
          dataIndex: 'specificEquipment_dictText',
src/views/eam/ProjectMaintenanceOrderList.vue
@@ -76,7 +76,7 @@
                icon='search'
              >查询</a-button>
              <a-button
                type='primary'
                type='info'
                @click='searchReset'
                icon='reload'
                style='margin-left: 8px'
src/views/eam/modules/projectMaintenanceOrder/ProjectMaintenanceOrderForm.vue
@@ -315,15 +315,6 @@
            fixed: 'left'
          },
          {
            title: '资产编码',
            key: 'assetNumber',
            type: JVXETypes.normal,
            width: '140px',
            align: "center",
            fixed: 'left',
            defaultValue: ''
          },
          {
            title: '外委单位',
            key: 'supplierId',
            type: JVXETypes.slot,
@@ -684,6 +675,7 @@
    /** 调用完edit()方法之后会自动调用此方法 */
    editAfter() {
      this.$nextTick(() => {
        this.model.file = this.model.annex;
      })
      // 加载子表数据
      if (this.model.id) {
src/views/eam/modules/repairorder/moudles/select/ProjectMaintenanceOrder.vue
@@ -50,6 +50,7 @@
                  icon="search"
                >查询</a-button>
                <a-button
                  type="info"
                  @click="searchReset"
                  icon="reload"
                  style="margin-left:8px;"