Browse Source

解决取消新增小区,房屋,楼栋不能再次生成码

master
13176889840 3 years ago
parent
commit
139f0b583b
  1. 6
      src/views/modules/base/community/buildForm.vue
  2. 5
      src/views/modules/base/community/communityForm.vue
  3. 4
      src/views/modules/base/community/roomForm.vue

6
src/views/modules/base/community/buildForm.vue

@ -417,12 +417,16 @@ export default {
totalUnitNum: 1,//
totalFloorNum: 0,//
totalHouseNum: 0,//
realPerson: 0,
buildingLeaderName: '',//
buildingLeaderMobile: '',//
type: '',//
location: '', //
longitude: '', //
latitude: '' //
latitude: '', //
coding: '',
sysCoding: '',
coordinatePosition: ''
}
},
//

5
src/views/modules/base/community/communityForm.vue

@ -489,7 +489,10 @@ export default {
remark: '', //500
location: '', //
longitude: '', //
latitude: '' //
latitude: '', //
realBuilding: 0,
coding: '',
sysCoding: ''
}
this.propertyFormShow = false
},

4
src/views/modules/base/community/roomForm.vue

@ -391,7 +391,9 @@ export default {
ownerPhone: '', //
ownerName: '', //
ownerIdCard: '', //
remark: '' //
remark: '', //
coding: '',
sysCoding: ''
}
},

Loading…
Cancel
Save