|
@@ -230,29 +230,29 @@
|
|
|
<el-row>
|
|
|
<el-col :span="3" class="col-txt"><span>*预测套内面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
- <el-form-item prop="roomNo">
|
|
|
- <el-input v-model="houseForm.predictionInternalArea" :disabled="isView" />
|
|
|
+ <el-form-item prop="predictionInternalArea">
|
|
|
+ <el-input v-model="houseForm.predictionInternalArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="3" class="col-txt"><span>*预测分摊面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
- <el-form-item prop="roomNo">
|
|
|
- <el-input v-model="houseForm.predictionShareArea" :disabled="isView" />
|
|
|
+ <el-form-item prop="predictionShareArea">
|
|
|
+ <el-input v-model="houseForm.predictionShareArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="3" class="col-txt"><span>*预测建筑面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
- <el-form-item prop="roomNo">
|
|
|
- <el-input v-model="houseForm.predictionBuildArea" :disabled="isView" />
|
|
|
+ <el-form-item prop="predictionBuildArea">
|
|
|
+ <el-input v-model="houseForm.predictionBuildArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="3" class="col-txt"><span>*预测土地面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
- <el-form-item prop="roomNo">
|
|
|
- <el-input v-model="houseForm.predictionLandArea" :disabled="isView" />
|
|
|
+ <el-form-item prop="predictionLandArea">
|
|
|
+ <el-input v-model="houseForm.predictionLandArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -260,13 +260,13 @@
|
|
|
<el-col :span="3" class="col-txt"><span>*实测套内面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
<el-form-item prop="actualInternalArea">
|
|
|
- <el-input v-model="houseForm.actualInternalArea" :disabled="isView" />
|
|
|
+ <el-input v-model="houseForm.actualInternalArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="3" class="col-txt"><span>*实测分摊面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
<el-form-item prop="actualShareArea">
|
|
|
- <el-input v-model="houseForm.actualShareArea" :disabled="isView" />
|
|
|
+ <el-input v-model="houseForm.actualShareArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -274,13 +274,13 @@
|
|
|
<el-col :span="3" class="col-txt"><span>*实测建筑面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
<el-form-item prop="actualBuildArea">
|
|
|
- <el-input v-model="houseForm.actualBuildArea" :disabled="isView" />
|
|
|
+ <el-input v-model="houseForm.actualBuildArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="3" class="col-txt"><span>*实测土地面积(㎡)</span></el-col>
|
|
|
<el-col :span="9" class="col-input">
|
|
|
<el-form-item prop="actualLandArea">
|
|
|
- <el-input v-model="houseForm.actualLandArea" :disabled="isView" />
|
|
|
+ <el-input v-model="houseForm.actualLandArea" :disabled="isView" type="number" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -339,8 +339,8 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="2" class="col-txt"><span>2.2M以</span></el-col>
|
|
|
- <el-col :span="10" class="col-input">
|
|
|
+ <el-col :span="3" class="col-txt"><span>2.2米以上面积</span></el-col>
|
|
|
+ <el-col :span="9" class="col-input">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="houseForm.twoPointTwo" :disabled="isView" />
|
|
|
</el-form-item>
|
|
@@ -854,7 +854,7 @@ export default {
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
- this.baseRequest('delete', { id: val }).then(res => {
|
|
|
+ this.baseRequest('delete', { id: val.id }).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
this.getData()
|
|
|
this.getTreeData()
|
|
@@ -862,6 +862,11 @@ export default {
|
|
|
type: 'success',
|
|
|
message: '删除成功!'
|
|
|
})
|
|
|
+ } else {
|
|
|
+ this.$message({
|
|
|
+ type: 'error',
|
|
|
+ message: res.data.msg
|
|
|
+ })
|
|
|
}
|
|
|
}).catch((err) => {
|
|
|
this.$message({
|