|
@@ -71,22 +71,22 @@
|
|
<ObsImageUpload ref="photosAfter" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.photosAfter"
|
|
<ObsImageUpload ref="photosAfter" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.photosAfter"
|
|
@input="getphotosAfterUrl"></ObsImageUpload>
|
|
@input="getphotosAfterUrl"></ObsImageUpload>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
-
|
|
|
|
- <el-form-item label="沟上部分" prop="constructionRecords" v-if="currentContain.includes('onTheDitch')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
- <ObsImageUpload ref="onTheDitch" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.onTheDitch"
|
|
|
|
- @input="getonTheDitchUrl"></ObsImageUpload>
|
|
|
|
- </el-form-item>
|
|
|
|
<el-form-item label="开挖前" prop="beforeBottom" v-if="currentContain.includes('beforeBottom')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
<el-form-item label="开挖前" prop="beforeBottom" v-if="currentContain.includes('beforeBottom')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
<ObsImageUpload ref="beforeBottom" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.beforeBottom"
|
|
<ObsImageUpload ref="beforeBottom" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.beforeBottom"
|
|
@input="getbeforeBottomUrl"></ObsImageUpload>
|
|
@input="getbeforeBottomUrl"></ObsImageUpload>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
+ <el-form-item label="下沟" prop="legBackfilling" v-if="currentContain.includes('legBackfilling')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
+ <ObsImageUpload ref="legBackfilling" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.legBackfilling"
|
|
|
|
+ @input="getlegBackfillingUrl"></ObsImageUpload>
|
|
|
|
+ </el-form-item>
|
|
<el-form-item label="回填" prop="inferiorSulcus" v-if="currentContain.includes('inferiorSulcus')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
<el-form-item label="回填" prop="inferiorSulcus" v-if="currentContain.includes('inferiorSulcus')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
<ObsImageUpload ref="inferiorSulcus" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.inferiorSulcus"
|
|
<ObsImageUpload ref="inferiorSulcus" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.inferiorSulcus"
|
|
@input="getinferiorSulcusUrl"></ObsImageUpload>
|
|
@input="getinferiorSulcusUrl"></ObsImageUpload>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-form-item label="下沟" prop="legBackfilling" v-if="currentContain.includes('legBackfilling')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
- <ObsImageUpload ref="legBackfilling" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.legBackfilling"
|
|
|
|
- @input="getlegBackfillingUrl"></ObsImageUpload>
|
|
|
|
|
|
+
|
|
|
|
+ <el-form-item label="安装完成" prop="constructionRecords" v-if="currentContain.includes('onTheDitch')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
+ <ObsImageUpload ref="onTheDitch" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.onTheDitch"
|
|
|
|
+ @input="getonTheDitchUrl"></ObsImageUpload>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
<el-form-item label="视频" prop="Video" v-if="currentContain.includes('Video')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
<el-form-item label="视频" prop="Video" v-if="currentContain.includes('Video')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
@@ -113,6 +113,26 @@
|
|
<ObsImageUpload ref="GroundHardening" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.groundHardening"
|
|
<ObsImageUpload ref="GroundHardening" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.groundHardening"
|
|
@input="getGroundHardeningUrl"></ObsImageUpload>
|
|
@input="getGroundHardeningUrl"></ObsImageUpload>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
+ <el-form-item label="地面硬化" prop="GroundHardening" v-if="currentContain.includes('GroundHardeningA')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
+ <ObsImageUpload ref="GroundHardening" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.groundHardening"
|
|
|
|
+ @input="getGroundHardeningUrl"></ObsImageUpload>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="套管" prop="cannula" v-if="currentContain.includes('cannula')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
+ <ObsImageUpload ref="cannula" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.cannula"
|
|
|
|
+ @input="getCannulaUrl"></ObsImageUpload>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="内壁抹灰" prop="wallPlaster" v-if="currentContain.includes('wallPlaster')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
+ <ObsImageUpload ref="wallPlaster" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.wallPlaster"
|
|
|
|
+ @input="getWallPlasterUrl"></ObsImageUpload>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="内壁抹灰" prop="protectiveNet" v-if="currentContain.includes('protectiveNet')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
+ <ObsImageUpload ref="protectiveNet" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.wallPlaster"
|
|
|
|
+ @input="getProtectiveNetUrl"></ObsImageUpload>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="内壁抹灰" prop="starAnise" v-if="currentContain.includes('starAnise')" class="obsImage" :class=" enginType == '顶管工程' ? 'obsActiveImage' : enginType == '基建工程' ? 'obsActiveImageStructure' : '' ">
|
|
|
|
+ <ObsImageUpload ref="starAnise" :limit="9999" :fileType="['png', 'jpg', 'jpeg']" :value="nodeInfo.wallPlaster"
|
|
|
|
+ @input="getStarAniseUrl"></ObsImageUpload>
|
|
|
|
+ </el-form-item>
|
|
|
|
|
|
<el-form-item label="备注" prop="remark" v-if="currentContain.includes('remark')">
|
|
<el-form-item label="备注" prop="remark" v-if="currentContain.includes('remark')">
|
|
<el-input
|
|
<el-input
|
|
@@ -433,12 +453,12 @@ export default {
|
|
zEngiineeringPhotoBoList: [
|
|
zEngiineeringPhotoBoList: [
|
|
{required: true, message: "至少上传一张图片", trigger: "change"}
|
|
{required: true, message: "至少上传一张图片", trigger: "change"}
|
|
],
|
|
],
|
|
- constructTime: [
|
|
|
|
- {required: true, message: "请选择施工时间", trigger: "change"}
|
|
|
|
- ],
|
|
|
|
- brand:[
|
|
|
|
- {required: true, message: "请选择品牌", trigger: "change"}
|
|
|
|
- ]
|
|
|
|
|
|
+ // constructTime: [
|
|
|
|
+ // {required: true, message: "请选择施工时间", trigger: "change"}
|
|
|
|
+ // ],
|
|
|
|
+ // brand:[
|
|
|
|
+ // {required: true, message: "请选择品牌", trigger: "change"}
|
|
|
|
+ // ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -545,6 +565,10 @@ export default {
|
|
this.nodeInfoBo.zEngineeringInfoBo.lightning=this.nodeInfo.lightning
|
|
this.nodeInfoBo.zEngineeringInfoBo.lightning=this.nodeInfo.lightning
|
|
this.nodeInfoBo.zEngineeringInfoBo.bottomLeg=this.nodeInfo.bottomLeg
|
|
this.nodeInfoBo.zEngineeringInfoBo.bottomLeg=this.nodeInfo.bottomLeg
|
|
this.nodeInfoBo.zEngineeringInfoBo.groundHardening=this.nodeInfo.groundHardening
|
|
this.nodeInfoBo.zEngineeringInfoBo.groundHardening=this.nodeInfo.groundHardening
|
|
|
|
+ this.nodeInfoBo.zEngineeringInfoBo.cannula=this.nodeInfo.cannula
|
|
|
|
+ this.nodeInfoBo.zEngineeringInfoBo.wallPlaster=this.nodeInfo.wallPlaster
|
|
|
|
+ this.nodeInfoBo.zEngineeringInfoBo.protectiveNet=this.nodeInfo.protectiveNet
|
|
|
|
+ this.nodeInfoBo.zEngineeringInfoBo.starAnise=this.nodeInfo.starAnise
|
|
this.nodeInfoBo.zEngineeringInfoBo.remark=this.nodeInfo.remark
|
|
this.nodeInfoBo.zEngineeringInfoBo.remark=this.nodeInfo.remark
|
|
delete this.nodeInfo.zEngiineeringPhotoBoList
|
|
delete this.nodeInfo.zEngiineeringPhotoBoList
|
|
console.log('即将返回的节点Info',this.nodeInfoBo)
|
|
console.log('即将返回的节点Info',this.nodeInfoBo)
|
|
@@ -620,6 +644,18 @@ export default {
|
|
getGroundHardeningUrl(url) {
|
|
getGroundHardeningUrl(url) {
|
|
this.nodeInfo.groundHardening = this.$refs.GroundHardening.fileList ? this.$refs.GroundHardening.fileList.map(e=>e.url):[];
|
|
this.nodeInfo.groundHardening = this.$refs.GroundHardening.fileList ? this.$refs.GroundHardening.fileList.map(e=>e.url):[];
|
|
},
|
|
},
|
|
|
|
+ getCannulaUrl(url) {
|
|
|
|
+ this.nodeInfo.cannula = this.$refs.cannula.fileList ? this.$refs.cannula.fileList.map(e=>e.url):[];
|
|
|
|
+ },
|
|
|
|
+ getWallPlasterUrl(url) {
|
|
|
|
+ this.nodeInfo.wallPlaster = this.$refs.wallPlaster.fileList ? this.$refs.wallPlaster.fileList.map(e=>e.url):[];
|
|
|
|
+ },
|
|
|
|
+ getProtectiveNetUrl(url) {
|
|
|
|
+ this.nodeInfo.protectiveNet = this.$refs.protectiveNet.fileList ? this.$refs.protectiveNet.fileList.map(e=>e.url):[];
|
|
|
|
+ },
|
|
|
|
+ getStarAniseUrl(url) {
|
|
|
|
+ this.nodeInfo.starAnise = this.$refs.starAnise.fileList ? this.$refs.starAnise.fileList.map(e=>e.url):[];
|
|
|
|
+ },
|
|
getBottomLegUrl(url) {
|
|
getBottomLegUrl(url) {
|
|
this.nodeInfo.bottomLeg = this.$refs.BottomLeg.fileList ? this.$refs.BottomLeg.fileList.map(e=>e.url):[];
|
|
this.nodeInfo.bottomLeg = this.$refs.BottomLeg.fileList ? this.$refs.BottomLeg.fileList.map(e=>e.url):[];
|
|
},
|
|
},
|