Browse Source

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

bugfix/coding
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,// totalUnitNum: 1,//
totalFloorNum: 0,// totalFloorNum: 0,//
totalHouseNum: 0,// totalHouseNum: 0,//
realPerson: 0,
buildingLeaderName: '',// buildingLeaderName: '',//
buildingLeaderMobile: '',// buildingLeaderMobile: '',//
type: '',// type: '',//
location: '', // location: '', //
longitude: '', // longitude: '', //
latitude: '' // latitude: '', //
coding: '',
sysCoding: '',
coordinatePosition: ''
} }
}, },
// //

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

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

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

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

Loading…
Cancel
Save