|
@@ -32,7 +32,7 @@
|
|
|
<!-- <div-->
|
|
|
<!-- style="width: 15px;height: 15px;margin: auto 10px;border-radius: 73%;background-color: #a3d3ff;box-shadow: 1px 1px rgb(131 131 131 / 62%);">-->
|
|
|
<!-- </div>-->
|
|
|
- <el-checkbox :label="e.id" @change="handleCheckedCitiesChange">
|
|
|
+ <el-checkbox :label="e.id" @change="handleCheckedCitiesChange" :disabled="currentDicts.some(item=>item.label==='底腿')&&(e.onTheDitch.length==0||e.beforeBottom.length==0||e.inferiorSulcus.length==0||e.legBackfilling.length==0)">
|
|
|
<h2 style="margin-left: 1%;font-weight: 700;">{{ e.updateTime }}</h2>
|
|
|
</el-checkbox>
|
|
|
<h2 :style="'margin-left: 20%;font-weight: 700;'+ (e.state == '1'? 'color: #1ab394':'') "> {{e.state=='0'?"该施工信息审核未通过":e.state=='1'?"该施工信息审核通过":""}}</h2>
|
|
@@ -214,14 +214,14 @@
|
|
|
|
|
|
<el-form-item
|
|
|
v-if="currentDicts.some(item=>item.label==='底腿')"
|
|
|
- :prop="i.remark + ''"
|
|
|
+ :prop="e.zEngineeringMaterialBo[0].number + ''"
|
|
|
:class="enginType != '基建工程' && enginType != '民用工程' ? 'labelWidth' : '' "
|
|
|
label="第"
|
|
|
- v-show="i.remark != null"
|
|
|
+ v-show="e.zEngineeringMaterialBo[0].number != null"
|
|
|
label-width="95px"
|
|
|
>
|
|
|
<div class="block" style="display: inline-block; margin-right: 20px;">
|
|
|
- <el-input v-model="i.remark" placeholder="请输入具体位置" style="width: 90%;" maxlength="255" type="number" :disabled="status == 'read-only'"/><span style="font-weight:bold;">根</span>
|
|
|
+ <el-input v-model="e.zEngineeringMaterialBo[0].number" placeholder="请输入具体位置" style="width: 90%;" maxlength="255" type="number" :disabled="status == 'read-only'"/><span style="font-weight:bold;">根</span>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
|
|
@@ -749,8 +749,8 @@
|
|
|
ref="obsImageUpload"
|
|
|
:limit="11"
|
|
|
:fileType="['png', 'jpg', 'jpeg']"
|
|
|
- @input="getlegBackfillingUrl(arguments,idx)"
|
|
|
- :value="e.legBackfilling"
|
|
|
+ @input="getinferiorSulcusUrl(arguments,idx)"
|
|
|
+ :value="e.inferiorSulcus"
|
|
|
:disabled="status == 'read-only' "
|
|
|
></ObsImageUpload>
|
|
|
</div>
|
|
@@ -761,8 +761,8 @@
|
|
|
ref="obsImageUpload"
|
|
|
:limit="11"
|
|
|
:fileType="['png', 'jpg', 'jpeg']"
|
|
|
- @input="getinferiorSulcusUrl(arguments,idx)"
|
|
|
- :value="e.inferiorSulcus"
|
|
|
+ @input="getlegBackfillingUrl(arguments,idx)"
|
|
|
+ :value="e.legBackfilling"
|
|
|
:disabled="status == 'read-only' "
|
|
|
></ObsImageUpload>
|
|
|
</div>
|
|
@@ -1079,7 +1079,11 @@ export default {
|
|
|
try {
|
|
|
this.infoIdList.nodeName = this.activeNames
|
|
|
this.checkingInfo.engInfoId = this.currentEnginId
|
|
|
- this.checkingInfo.delInfoIdList=this.delinfoidList
|
|
|
+ if(this.currentDicts[0].value == '底腿'){
|
|
|
+ this.checkingInfo.delInfoIdList = [];
|
|
|
+ }else{
|
|
|
+ this.checkingInfo.delInfoIdList=this.delinfoidList
|
|
|
+ }
|
|
|
this.checkingInfo.infoIdList= this.infoIdList
|
|
|
console.log('checkWorking',this.checkingInfo)
|
|
|
this.$emit('checkWorking',this.checkingInfo)
|