From 924c84647eb1ccad960d25e02e9dceb85d702122 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Thu, 24 Jul 2025 17:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/newDataAnalysis/proQualityAnalysis.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" },