+
附属物
@@ -446,35 +446,9 @@
placeholder="备注"
maxlength="200"
/>
-
-
- 保存
+ 保存
@@ -607,10 +581,18 @@
添加附属设施信息
+
- 异常标记
- 签名确认
- 调查审核
+ 异常标记
+ 签名确认
+ 调查审核
@@ -2757,9 +2739,9 @@
/>
-
+
清空画板
- 保存确认
+ 保存提交
-
-
关闭
+
+ 保存
{
this.showPopupzrz(zrz)
@@ -3222,8 +3193,8 @@
}else if(this.cookiesInfo.active=="4"){
this.showfsss= true
- //this.form4.theGeom = this.cookiesInfo.mapFsssAData.theGeom;
- this.form4.zjddm = this.form.zjddm;
+ this.form4 = this.cookiesInfo.mapFsssAData
+ this.form4.theGeom = this.cookiesInfo.mapFsssAData.theGeom;
this.getFsssList()
setTimeout(() => {
this.showPopupfsss(fsss)
@@ -3357,6 +3328,7 @@
if(this.active ==1){
//this.form.theGeom = this.item.theGeom;
this.message = this.form.theGeom;
+ console.log(this.message);
//this.$refs.drewingClickLoading = this.form.theGeom;
this.mapClickLoading();
}
@@ -3365,6 +3337,16 @@
},
methods: {
+ showPic(){
+ if(this.form.dzqm!=null&&this.form.dzqm!=""){
+ this.resultImg = this.baseUrl+this.form.dzqm
+ }
+ if(this.$cookies.get("businessLevel")=='2'){
+ this.showsh = true
+ }else{
+ this.showsh = false
+ }
+ },
validatorIdcard(val){
if(this.form1.shyqrdbzjlx=='01'){
if(this.vcheckID(val)){
@@ -3485,7 +3467,17 @@
this.form.auditRemark = this.auditRemark
if(this.form.zjdAudit=='2'){
this.form.houseDataConfirmStatus = 'UNCONFIRMED'
- this.form.dzqm = ''
+ let params = {
+ houseDataConfirmStatus : 'UNCONFIRMED',
+ zjddm : this.form.zjddm,
+ zjdAudit : "0"
+ }
+ updateZrzStatus(params).then(res => {
+ console.log(res)
+ })
+ updateFsssStatus(params).then(res => {
+ console.log(res)
+ })
updateZjdzd(this.form).then(response => {
let _this =this
this.$toast({
@@ -3497,7 +3489,19 @@
}
})
});
+
}else{
+ let params = {
+ houseDataConfirmStatus : 'CONFIRMED',
+ zjddm : this.form.zjddm,
+ zjdAudit : "1"
+ }
+ updateZrzStatus(params).then(res => {
+ console.log(res)
+ })
+ updateFsssStatus(params).then(res => {
+ console.log(res)
+ })
updateZjdzd(this.form).then(response => {
let _this =this
this.$toast({
@@ -3509,12 +3513,30 @@
}
})
});
+
}
},
saveyc(){
this.showycbj = false
this.form.isyc = this.isyc
this.form.ycms = this.ycms
+ let params = {
+ zjddm : this.form.zjddm,
+ isyc : this.form.isyc
+ }
+ updateZrzStatus(params).then(res => {})
+ updateFsssStatus(params).then(res => {})
+ updateZjdzd(this.form).then(response => {
+ let _this =this
+ this.$toast({
+ icon: 'success', // 找到自己需要的图标
+ message: '保存成功',
+ duration:"1000",
+ onClose:function(){
+ _this.showycbj = false
+ }
+ })
+ });
},
// 图片上传前
beforeReadyc(file){
@@ -3586,6 +3608,7 @@
configKey: "system.attachment.url"}
sysConfig(params).then(response => {
this.baseUrl = response.rows[0].configValue
+ console.log(this.baseUrl)
})
},
// 验证
@@ -5861,13 +5884,13 @@
uploadFile(data2).then(res => {
this.form.dzqm = res.fileName
this.form.houseDataConfirmStatus = "CONFIRMED"
- if(this.form.zjddm !="" && this.form.zjddm !=undefined && this.form.zjddm !=null && this.form.isyc =="N"){
- updateZrzZtN(this.form.zjddm).then(response => {});
- updateFsssZtN(this.form.zjddm).then(response => {});
- }else {
- updateZrzZtY(this.form.zjddm).then(response => {});
- updateFsssZtY(this.form.zjddm).then(response => {});
+ this.form.zjdAudit = '0'
+ let param ={
+ zjddm : this.item.zjddm,
+ houseDataConfirmStatus : "CONFIRMED"
}
+ updateZrzStatus(param).then(res => {})
+ updateFsssStatus(param).then(res => {})
if (this.form.id != null) {
updateZjdzd(this.form).then(response => {
let _this =this
@@ -5896,6 +5919,8 @@
})
}, 200);
}else{
+ this.form.houseDataConfirmStatus = "CONFIRMED"
+ this.form.zjdAudit = '0'
updateZjdzd(this.form).then(response => {
let _this =this
this.$toast({
@@ -5912,9 +5937,6 @@
},
searchCommit(){
this.showesign = true
- if(this.form.dzqm!=null&&this.form.dzqm!=""){
- this.resultImg = this.baseUrl+this.form.dzqm
- }
},
searchCommit1(){
this.form.houseDataConfirmStatus = "CONFIRMED"