代码提交

This commit is contained in:
liang.chao 2025-07-24 17:02:43 +08:00
parent c803f459d1
commit 924c84647e
1 changed files with 1 additions and 5 deletions

View File

@ -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" },