lyh
2 天以前 cf84543fb205993a0a20e0e420712f6f146cd09d
故障报修新增hf编码
已修改5个文件
23 ■■■■ 文件已修改
src/views/eam/base/EamMaintenanceStandardList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportAccidentsRegisterList.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportProductHazardsList.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportThreeNoSpareList.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/base/EamMaintenanceStandardList.vue
@@ -404,7 +404,7 @@
       */
      handleAddUpgrade(id){
        this.$refs.fileImportModule.upload(id);
        this.$refs.fileImportModule.title="导入"
        this.$refs.fileImportModule.title="升版导入"
      },
      getTreeDataByApi(){
src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue
@@ -110,8 +110,8 @@
              <a>还原</a>
            </a-popconfirm>
<!--            <a-divider v-has="'secondMaintenanceOrder:print'" type="vertical" v-if="record.maintenanceStatus === 'COMPLETE'"/>-->
<!--            <a v-has="'secondMaintenanceOrder:print'" v-if="record.maintenanceStatus === 'COMPLETE'" @click="handlePrint(record)">打印</a>-->
            <a-divider  type="vertical"/>
            <a @click="handlePrint(record)">预览</a>
          </template>
        </span>
      </a-table>
@@ -334,7 +334,7 @@
       * @param record 列表行记录
       */
      handlePrint(record) {
        let href = `${window._CONFIG['domianURL']}/jmreport/view/1094834721929232384?id=` + record.id //网站链接
        let href = `${window._CONFIG['domianURL']}/jmreport/view/1110733537193545728?id=` + record.id //网站链接
        window.open(href, '_blank')
      },
      handlerAbolish(id) {
src/views/eam/repair/EamReportAccidentsRegisterList.vue
@@ -363,6 +363,11 @@
            dataIndex: 'technicalDirectorPartTime'
          },
          {
            title: 'HF编码',
            align: 'center',
            dataIndex: 'hfCode'
          },
          {
            title: '操作',
            dataIndex: 'action',
            align: 'center',
src/views/eam/repair/EamReportProductHazardsList.vue
@@ -232,6 +232,11 @@
            align:"center",
            dataIndex: 'deputyDepartmentComment'
           },
           {
            title: 'HF编码',
            align: 'center',
            dataIndex: 'hfCode'
           },
        ],
        selectedRowData: {},
            url: {
src/views/eam/repair/EamReportThreeNoSpareList.vue
@@ -260,6 +260,11 @@
            align:"center",
            dataIndex: 'leaderConfirmTime'
          },
          {
            title: 'HF编码',
            align: 'center',
            dataIndex: 'hfCode'
          },
        ],
        selectedRowData: {},
        url: {