|
@@ -157,7 +157,7 @@
|
|
deleteBatch: "/cmmsSpotcheckContent/cmmsSpotcheckContent/deleteBatch",
|
|
deleteBatch: "/cmmsSpotcheckContent/cmmsSpotcheckContent/deleteBatch",
|
|
exportXlsUrl: "/cmmsSpotcheckContent/cmmsSpotcheckContent/exportXls",
|
|
exportXlsUrl: "/cmmsSpotcheckContent/cmmsSpotcheckContent/exportXls",
|
|
importExcelUrl: "cmmsSpotcheckContent/cmmsSpotcheckContent/importExcel",
|
|
importExcelUrl: "cmmsSpotcheckContent/cmmsSpotcheckContent/importExcel",
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
dictOptions:{},
|
|
dictOptions:{},
|
|
superFieldList:[],
|
|
superFieldList:[],
|
|
@@ -178,7 +178,7 @@
|
|
let fieldList=[];
|
|
let fieldList=[];
|
|
fieldList.push({type:'string',value:'contentcode',text:'点检内容编号',dictCode:''})
|
|
fieldList.push({type:'string',value:'contentcode',text:'点检内容编号',dictCode:''})
|
|
fieldList.push({type:'string',value:'contentname',text:'点检内容名称',dictCode:''})
|
|
fieldList.push({type:'string',value:'contentname',text:'点检内容名称',dictCode:''})
|
|
- fieldList.push({type:'sel_search',value:'equipmentid',text:'设备id',dictTable:"ems_tpm_equipment_tree", dictText:'name', dictCode:'id'})
|
|
|
|
|
|
+ fieldList.push({type:'sel_search',value:'equipmentid',text:'设备id',dictTable:"ems_tpm_equipment", dictText:'equipmentname', dictCode:'id'})
|
|
fieldList.push({type:'string',value:'status',text:'状态:启用:0、禁用:1',dictCode:'spotcheck_content_status'})
|
|
fieldList.push({type:'string',value:'status',text:'状态:启用:0、禁用:1',dictCode:'spotcheck_content_status'})
|
|
this.superFieldList = fieldList
|
|
this.superFieldList = fieldList
|
|
}
|
|
}
|