Ver a proveniência

宅基地调查

wulanhaote
yujk há 3 anos
ascendente
cometimento
695ece8c53
2 ficheiros alterados com 4 adições e 3 eliminações
  1. +3
    -2
      src/views/homesteadSurvey/add.vue
  2. +1
    -1
      src/views/homesteadSurvey/list.vue

+ 3
- 2
src/views/homesteadSurvey/add.vue Ver ficheiro

@@ -4546,7 +4546,7 @@
showPopuphncy(item){ showPopuphncy(item){
if(item==""){ if(item==""){
this.form5 = { this.form5 = {
"nhdm":this.form1.nhdm,
"nhdm":this.nhdm,
"deptId":this.form1.deptId, "deptId":this.form1.deptId,
"zjlx":'01', "zjlx":'01',
"zjlxName":"身份证", "zjlxName":"身份证",
@@ -4916,6 +4916,7 @@
if(item==""){ if(item==""){
this.hncylist=[] this.hncylist=[]
}else{ }else{
this.nhdm = item.nhdm
this.hncylist=[] this.hncylist=[]
let params = { let params = {
"nhdm":item.nhdm, "nhdm":item.nhdm,
@@ -5257,6 +5258,6 @@
height: 100%; height: 100%;
} }
>>> .van-swipe-cell__wrapper{ >>> .van-swipe-cell__wrapper{
margin-right:-1px;
margin-right:-3px;
} }
</style> </style>

+ 1
- 1
src/views/homesteadSurvey/list.vue Ver ficheiro

@@ -5038,7 +5038,7 @@


<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .van-swipe-cell__wrapper{ /deep/ .van-swipe-cell__wrapper{
margin-right:-1px;
margin-right:-3px;
} }
.hzlxBtn{ .hzlxBtn{
font-size: 0.3rem; font-size: 0.3rem;


Carregando…
Cancelar
Guardar