| @@ -446,38 +446,6 @@ | |||
| placeholder="备注" | |||
| maxlength="200" | |||
| /> | |||
| <van-field | |||
| autocomplete="off" | |||
| input-align="right" | |||
| v-model="form.ycms" | |||
| name="异常描述" | |||
| placeholder="异常描述" | |||
| maxlength="200" | |||
| rows="1" | |||
| autosize | |||
| type="textarea" | |||
| disabled | |||
| > | |||
| <template #label> | |||
| <p style="color:#ee0a24">异常描述</p> | |||
| </template> | |||
| </van-field> | |||
| <van-field | |||
| autocomplete="off" | |||
| input-align="right" | |||
| v-model="form.auditRemark" | |||
| name="审核描述" | |||
| placeholder="审核描述" | |||
| maxlength="200" | |||
| rows="1" | |||
| autosize | |||
| type="textarea" | |||
| disabled | |||
| > | |||
| <template #label> | |||
| <p style="color:#ee0a24">审核描述</p> | |||
| </template> | |||
| </van-field> | |||
| <MapGisDrawing ref="drewingClickLoading" :message="form.theGeom" v-on:formSubmit="MapTag"></MapGisDrawing> | |||
| <div style="margin: 16px;"> | |||
| <van-button v-if="isFinished" round color="#7AC943" style="width:100%" native-type="submit">保存</van-button> | |||
| @@ -613,17 +581,17 @@ | |||
| <p style="color:#22B7F2;font-size:20px;line-height:30px;" @click="showPopupfsss('')"><van-icon name="plus" color="#22b7f2" size="20" style="margin-right:10px;"/>添加附属设施信息</p> | |||
| </div> | |||
| </div> | |||
| <div v-if="!isFinished&&showsh"> | |||
| <!--<div v-if="!isFinished&&showsh"> | |||
| <div style="margin:20px;"> | |||
| <p class="title" style="position:relative;padding-left:20px;line-height:32px;">电子签名</p> | |||
| </div> | |||
| <van-row style="margin: 0 5% 5% 5%;border:1px solid #BFBFBF"> | |||
| <img :src="resultImg" alt="" width="100%" height="100%"/> | |||
| </van-row> | |||
| </div> | |||
| </div>--> | |||
| <div style="position:fixed;bottom:0;left:5%;width:90%;text-align:center;display:flex;"> | |||
| <van-button round color="#ee0a24" v-if="isFinished" style="flex:1;" @click="showycbjinfo">异常标记</van-button> | |||
| <van-button round color="#7AC943" v-if="isFinished" style="flex:1;" @click="searchCommit">签名确认</van-button> | |||
| <van-button round color="#ee0a24" style="flex:1;" @click="showycbjinfo">异常标记</van-button> | |||
| <van-button round color="#7AC943" style="flex:1;" @click="searchCommit">签名确认</van-button> | |||
| <van-button round color="#ff976a" v-if="!isFinished&&showsh" style="flex:1;" @click="showdcshinfo">调查审核</van-button> | |||
| </div> | |||
| </div> | |||
| @@ -2771,7 +2739,7 @@ | |||
| /> | |||
| <img :src="resultImg" alt="" width="100%" height="100%" v-if="resultImg"/> | |||
| </van-row> | |||
| <van-row type="flex" justify="center" style="margin-bottom:20px;"> | |||
| <van-row type="flex" justify="center" style="margin-bottom:20px;" v-if="isFinished"> | |||
| <van-col span="6" style="text-align:center;"><van-button type="primary" round size="small" @click="handleReset">清空画板</van-button></van-col> | |||
| <van-col span="6" style="text-align:center;"><van-button type="primary" round size="small" @click="handleGenerate">保存提交</van-button></van-col> | |||
| </van-row> | |||
| @@ -2792,7 +2760,7 @@ | |||
| <van-uploader v-model="fileListyc" :after-read="beforeReadyc" multiple @delete="deleteFileyc" :max-count="8"></van-uploader> | |||
| </template> | |||
| </van-field> | |||
| <div style="margin: 16px;"> | |||
| <div style="margin: 16px;" v-if="isFinished"> | |||
| <van-button round block type="info" @click="saveyc">保存</van-button> | |||
| </div> | |||
| </van-popup> | |||
| @@ -3211,9 +3179,9 @@ | |||
| this.mapClickLoading(); | |||
| let zrz = this.cookiesInfo.mapZrzAData; | |||
| let fsss = this.cookiesInfo.mapFsssAData; | |||
| // this.getnhdmlist(); | |||
| // this.getBaseUrl(); | |||
| // this.getZjd(); | |||
| this.getnhdmlist(); | |||
| this.getBaseUrl(); | |||
| this.getZjd(); | |||
| if(this.cookiesInfo.active=="3"){ | |||
| this.showzrz= true | |||
| this.form3 = | |||
| @@ -3609,6 +3577,7 @@ | |||
| configKey: "system.attachment.url"} | |||
| sysConfig(params).then(response => { | |||
| this.baseUrl = response.rows[0].configValue | |||
| console.log(this.baseUrl) | |||
| }) | |||
| }, | |||
| // 验证 | |||