diff --git a/js/pages/newDataAnalysis/proQualityAnalysis.js b/js/pages/newDataAnalysis/proQualityAnalysis.js index ff170dd..c57e0d8 100644 --- a/js/pages/newDataAnalysis/proQualityAnalysis.js +++ b/js/pages/newDataAnalysis/proQualityAnalysis.js @@ -16,7 +16,7 @@ layui.use(["layer", "table", "form"], function () { }; }, }); - initTable(1, parent.$("#bidPro").val()); + initTable(1, parent.parent.$("#bidPro").val()); }); /* 切换数据 */ @@ -156,10 +156,6 @@ function initTable(type, bidCode) { return [ { type: "numbers", title: "序号", width: "10%" }, // 添加序号列 { field: "projectName", title: "工程名称", align: "center" }, - // { field: 'projectNumber', title: '工程编号', align: 'center'}, - // { field: 'projectAddress', title: '项目地址', align: 'center'}, - // { field: 'contractorName', title: '承包商名称', align: 'center',}, - // { field: 'qualityLevel', title: '质量等级', align: 'center'}, { field: "projectManager", title: "项目经理", align: "center" }, { field: "team", title: "施工队伍", align: "center" }, { field: "startTime", title: "开始时间", align: "center" },