代码提交
This commit is contained in:
parent
c803f459d1
commit
924c84647e
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue