张泽亮 hace 1 año
padre
commit
a5b9087ca6
Se han modificado 2 ficheros con 7 adiciones y 5 borrados
  1. +4
    -4
      src/views/homesteadSurvey/add4.vue
  2. +3
    -1
      src/views/homesteadSurvey/shyqrAdd.vue

+ 4
- 4
src/views/homesteadSurvey/add4.vue Ver fichero

@@ -126,13 +126,13 @@
:lineWidth="signature.lineWidth"
:lineColor="signature.lineColor"
:bgColor.sync="signature.bgColor"
v-if="zjdzdxx.surveyStatus == '4' || zjdzdxx.surveyStatus == '2' || !signature.resultImg"
v-if="zjdzdxx.surveyStatus != '3' && zjdzdxx.surveyStatus != '5' || !signature.resultImg && permission == 'true'"
/>
</div>
<img src="../../assets/images/sunVillage_info/signature_icon_10.png" id="canvasTT" v-if="zjdzdxx.surveyStatus == '4' || zjdzdxx.surveyStatus == '2' ||!signature.resultImg"
<img src="../../assets/images/sunVillage_info/signature_icon_10.png" id="canvasTT" v-if="zjdzdxx.surveyStatus != '3' && zjdzdxx.surveyStatus != '5' || !signature.resultImg && permission == 'true'"
style="position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)" alt="">
<img :src="signature.resultImg" alt="" width="100%" v-if="signature.resultImg && zjdzdxx.surveyStatus != '4' && zjdzdxx.surveyStatus != '2'"/>
<div class="signature-footer" v-if="zjdzdxx.surveyStatus == '4' || zjdzdxx.surveyStatus == '2' || !signature.resultImg && permission == 'true'">
<img :src="signature.resultImg" alt="" width="100%" v-if="signature.resultImg && zjdzdxx.surveyStatus == '3' || zjdzdxx.surveyStatus == '5'"/>
<div class="signature-footer" v-if="zjdzdxx.surveyStatus != '3' && zjdzdxx.surveyStatus != '5' || !signature.resultImg && permission == 'true'">
<van-button type="primary" round size="small" @click="handleReset">清空画板</van-button>
<van-button type="primary" round size="small" @click="handleGenerate">保存提交</van-button>
</div>


+ 3
- 1
src/views/homesteadSurvey/shyqrAdd.vue Ver fichero

@@ -348,6 +348,7 @@ export default {
deptId:JSON.parse(localStorage.getItem("surveyItem")).deptId,
nhdmDictionaries:[],
newList:[],
newListTwo:[],
nmfwDictionaries:[],
mapShow: false,
form:{}
@@ -402,6 +403,7 @@ export default {
};
});
this.newList = this.nhdmDictionaries;
this.newListTwo = this.nhdmDictionaries;
});
},
checkNhdmQx(){
@@ -534,7 +536,7 @@ export default {
}
}
if(val==""){
this.getList()
this.newList = this.newListTwo;
}
},
/** 查找地图中宅基地 */


Cargando…
Cancelar
Guardar