|
@@ -108,14 +108,14 @@
|
|
|
|
|
|
<el-form-item
|
|
|
v-if="currentDicts.some(item=>item.label==='底腿')"
|
|
|
- :prop="i.constructAddre + ''"
|
|
|
+ :prop="e.constructAddre + ''"
|
|
|
:class="enginType != '基建工程' && enginType != '民用工程' ? 'labelWidth' : '' "
|
|
|
label="位置"
|
|
|
- v-show="i.constructAddre != null"
|
|
|
+ v-show="currentDicts.some(item=>item.label==='底腿')"
|
|
|
label-width="95px"
|
|
|
>
|
|
|
<div class="block" style="display: inline-block; margin-right: 20px;">
|
|
|
- <el-select v-model="i.constructAddre" style="width: 100%;">
|
|
|
+ <el-select v-model="e.constructAddre" style="width: 100%;" :disabled="status == 'read-only'">
|
|
|
<el-option
|
|
|
v-for="e in dict.type.construct_addre"
|
|
|
:key="e.value"
|
|
@@ -130,7 +130,7 @@
|
|
|
:prop="i.remark + ''"
|
|
|
:class="enginType != '基建工程' && enginType != '民用工程' ? 'labelWidth' : '' "
|
|
|
label="具体位置"
|
|
|
- v-show="i.remark != null"
|
|
|
+ v-show="currentDicts.some(item=>item.label==='底腿')"
|
|
|
label-width="95px"
|
|
|
>
|
|
|
<div class="block" style="display: inline-block; margin-right: 20px;">
|
|
@@ -159,7 +159,7 @@
|
|
|
v-show="i.remark != null&&!currentDicts.some(item=>item.label==='底腿')"
|
|
|
>
|
|
|
<div class="block" style="display: inline-block; margin-right: 20px;">
|
|
|
- <el-input v-model="i.remark" placeholder="请输入" style="width: 100%" maxlength="100" :disabled="status == 'read-only'"></el-input>
|
|
|
+ <el-input v-model="i.remark" placeholder="请输入描述" style="width: 100%" maxlength="100" :disabled="status == 'read-only'"></el-input>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
|
|
@@ -484,13 +484,14 @@ export default {
|
|
|
specificationsList:[], // 规格
|
|
|
materialComponList:[],
|
|
|
nodeInfo:{
|
|
|
- backfillTime:'', // 回填时间
|
|
|
+ backfillTime:'', // 回填时间
|
|
|
constructTime:'',
|
|
|
constructAccordingDrawings:'',
|
|
|
segmentedCompressionQualified:'',
|
|
|
zEngiineeringPhotoBoList:[], // 照片集合
|
|
|
zEngineeringMaterialBo:[], // 用料集合
|
|
|
remark:'',
|
|
|
+ constructAddre:''
|
|
|
},
|
|
|
checkingInfo:{
|
|
|
reviewStatus:'', // 审核状态
|