|
@@ -142,11 +142,13 @@
|
|
<text>米 数</text>
|
|
<text>米 数</text>
|
|
<!-- style="margin-left: 10px;text-align: right;" -->
|
|
<!-- style="margin-left: 10px;text-align: right;" -->
|
|
<view style="display: flex; justify-content: right; width: 70%;">
|
|
<view style="display: flex; justify-content: right; width: 70%;">
|
|
- <input class="uni-input" type="number" v-model="a.sl.inputIntegerNumberValue" maxlength="6"
|
|
|
|
- style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx; "></input>
|
|
|
|
- <text style="font-weight:bold;margin-left: 10px;margin-right: 10px;">.</text>
|
|
|
|
- <input class="uni-input" type="number" v-model="a.sl.inputDecimalNumberValue" maxlength="1"
|
|
|
|
- style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx; "></input>
|
|
|
|
|
|
+ <input class="uni-input" type="number" v-model="a.sl.inputIntegerNumberValue"
|
|
|
|
+ maxlength="6"
|
|
|
|
+ style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx; "></input>
|
|
|
|
+ <text style="font-weight:bold;margin-left: 10px;margin-right: 10px;">.</text>
|
|
|
|
+ <input class="uni-input" type="number" v-model="a.sl.inputDecimalNumberValue"
|
|
|
|
+ maxlength="1"
|
|
|
|
+ style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx; "></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<button v-if="index!=0" @click="this.czggslList.splice(index,1)" class="sc-btn">删除</button>
|
|
<button v-if="index!=0" @click="this.czggslList.splice(index,1)" class="sc-btn">删除</button>
|
|
@@ -550,21 +552,16 @@
|
|
//this.selectList = this.dictOptions;
|
|
//this.selectList = this.dictOptions;
|
|
|
|
|
|
} else if (e == 'xq') { //小区
|
|
} else if (e == 'xq') { //小区
|
|
- // if (this.isEmpty(this.XZQValue.dictValue)) {
|
|
|
|
- // this.$modal.msg('请选择行政区')
|
|
|
|
- //
|
|
|
|
- // } else {
|
|
|
|
- //根据行政区id获取小区数据
|
|
|
|
- this.XQValue = ''; //重置小区数据
|
|
|
|
- this.LDValue = ''; //重置楼栋数据
|
|
|
|
- this.DYValue = ''; //重置单元数据
|
|
|
|
-
|
|
|
|
- getAreaList('').then(res => {
|
|
|
|
- this.XQList = res.data;
|
|
|
|
- this.open = true;
|
|
|
|
- this.selectList = this.XQList;
|
|
|
|
- })
|
|
|
|
- // }
|
|
|
|
|
|
+ if (this.isEmpty(this.XZQValue.dictValue)) {
|
|
|
|
+ getAreaList('').then(res => {
|
|
|
|
+ this.XQList = res.data;
|
|
|
|
+ this.open = true;
|
|
|
|
+ this.selectList = this.XQList;
|
|
|
|
+ })
|
|
|
|
+ } else {
|
|
|
|
+ this.open = true;
|
|
|
|
+ this.selectList = this.XQList;
|
|
|
|
+ }
|
|
} else if (e == 'ld') { //楼栋
|
|
} else if (e == 'ld') { //楼栋
|
|
|
|
|
|
if (this.isEmpty(this.XQValue.id)) {
|
|
if (this.isEmpty(this.XQValue.id)) {
|
|
@@ -637,7 +634,10 @@
|
|
this.czggslList[this.SelectIndex].gg.id = this.specificationValue.id
|
|
this.czggslList[this.SelectIndex].gg.id = this.specificationValue.id
|
|
this.czggslList[this.SelectIndex].gg.name = this.specificationValue.name
|
|
this.czggslList[this.SelectIndex].gg.name = this.specificationValue.name
|
|
} else if (this.type == 'xq') {
|
|
} else if (this.type == 'xq') {
|
|
- this.XZQValue = {dictValue:item.district,dictLabel:item.districtName};
|
|
|
|
|
|
+ this.XZQValue = {
|
|
|
|
+ dictValue: item.district,
|
|
|
|
+ dictLabel: item.districtName
|
|
|
|
+ };
|
|
this.XQValue = item;
|
|
this.XQValue = item;
|
|
//根据小区id 获取楼栋数据
|
|
//根据小区id 获取楼栋数据
|
|
this.LDValue = ''; //重置楼栋数据
|
|
this.LDValue = ''; //重置楼栋数据
|
|
@@ -1018,4 +1018,4 @@
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
border: 1px solid #d4e3f0;
|
|
border: 1px solid #d4e3f0;
|
|
}
|
|
}
|
|
- </style>
|
|
|
|
|
|
+ </style>
|