Commit de9c4f83 authored by danfuman's avatar danfuman

修改

parent 69cb243f
......@@ -23,21 +23,43 @@
@input="searchConsulting"></el-input>
</el-form-item>
</td>
<td class="table-key">统一社会信用代码</td>
<td :class="[comIsModify ? 'td-none-padding' : '']">
{{comProjectDetailInfo.corporatePerson ? comProjectDetailInfo.corporatePerson : "-"}}
</td>
</tr>
<tr>
<td class="table-key">登记状态</td>
<td>
{{comProjectDetailInfo.regAddress ? comProjectDetailInfo.regAddress : "-"}}
</td>
<td class="table-key">法人代表</td>
<td>
{{comProjectDetailInfo.corporatePerson ? comProjectDetailInfo.corporatePerson : "-"}}
</td>
</tr>
<tr>
<!-- <td class="table-key">法人联系电话</td>
<td class="table-key">成立日期</td>
<td>
{{comProjectDetailInfo.corporatePerson ? comProjectDetailInfo.corporatePerson : "-"}}
</td> -->
{{comProjectDetailInfo.regAddress ? comProjectDetailInfo.regAddress : "-"}}
</td>
<td class="table-key">注册资本</td>
<td>
{{comProjectDetailInfo.regAddress ? comProjectDetailInfo.regAddress : "-"}}
</td>
</tr>
<tr>
<td class="table-key">注册地址</td>
<td colspan="3">
{{comProjectDetailInfo.regAddress ? comProjectDetailInfo.regAddress : "-"}}
</td>
</tr>
<tr>
<td class="table-key">经营范围</td>
<td colspan="3">
{{comProjectDetailInfo.regAddress ? comProjectDetailInfo.regAddress : "-"}}
</td>
</tr>
</table>
</div>
<!-- 项目联系人 -->
......@@ -356,7 +378,7 @@ export default {
},
// 创建渲染table展示格式
createTemplateTable(list) {
/**
/**
* @type {Array<any>}
*/
const tableList = list;
......@@ -396,7 +418,7 @@ export default {
async setTableKeyWidth() {
try {
await this.$nextTick();
/**
/**
* @type {HTMLDivElement}
*/
// const inner = this.$el.querySelector(".basic-engineering-information-inner");
......@@ -469,7 +491,7 @@ export default {
console.log(this.comProjectDetailInfo);
},
setTemplateData(mapData, data) {
/**
/**
* @type {Map<string,string>}
*/
const _mapTemp = mapData;
......@@ -545,7 +567,7 @@ export default {
}
},
saveCutomFormData() {
/**
/**
* @type {Array<any>}
*/
let _array = cloneDeep(this.form.subfieldModuleList);
......
......@@ -187,6 +187,7 @@ export default {
{ label: '合同金额(元)', prop: 'contractOrigValue', width: "110px", align: "right", uid: v4() },
// { label: '业主单位', prop: 'ownerName', slot: true, uid: v4(), width: "185px", showOverflowTooltip: true },
// { label: '项目承接单位', prop: 'contractOrgName', width: "196px", slot: true, uid: v4() },
{ label: '信息记录人', prop: 'infoRecorder', width: "120px", uid: v4() },
{ label: '创建时间', prop: 'contractSignDate', width: "172px", uid: v4() },
],
fixedPropsKey: ["staticSerialNumber", "projectName"],
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment