f5b76728 by 田浩浩

修改对应的页面内容

1 parent 35b2bad8
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
83 <el-row :gutter="10"> 83 <el-row :gutter="10">
84 <el-col :span="8"> 84 <el-col :span="8">
85 <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:"> 85 <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:">
86 <el-input disabled v-model="ruleForm.jsydsyq.qdjg"></el-input> 86 <!-- <el-input disabled v-model="ruleForm.jsydsyq.qdjg"></el-input> -->
87 </el-form-item> 87 </el-form-item>
88 </el-col> 88 </el-col>
89 89
...@@ -187,6 +187,9 @@ export default { ...@@ -187,6 +187,9 @@ export default {
187 djyy: this.ruleForm.djyy 187 djyy: this.ruleForm.djyy
188 }) 188 })
189 } 189 }
190 else{
191 this.$message(res.message);
192 }
190 }) 193 })
191 }, 194 },
192 components: { InformationTable }, 195 components: { InformationTable },
......
1 <template> 1 <template>
2 <dialogBox title="查询权利信息" width="85%" :isButton="false" :isMain="true" @closeDialog="closeDialog" v-model="myValue"> 2 <dialogBox title="查询权利信息" width="85%" :isButton="false" :isMain="true" @closeDialog="closeDialog" v-model="myValue">
3 <component :is="editItem" @closeDialog="closeDialog" :isJump="isJump" @updateDialog="updateDialog" :djywbm="djywbm" 3 <component :is="editItem" @closeDialog="closeDialog" :isJump="isJump" @updateDialog="updateDialog" :djywbm="djywbm" :djywmc="djywmc"
4 :key="key" /> 4 :key="key" />
5 </dialogBox> 5 </dialogBox>
6 </template> 6 </template>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
66 <el-button type="primary" :disabled="btnDisabled" @click="bthSelectClick">选择不动产</el-button> 66 <el-button type="primary" :disabled="btnDisabled" @click="bthSelectClick">选择不动产</el-button>
67 </div> 67 </div>
68 </div> 68 </div>
69 <fqsqDialog v-model="isDialog" :djywbm="djywbm" /> 69 <fqsqDialog v-model="isDialog" :djywbm="djywbm" :djywmc="djywmc"/>
70 </div> 70 </div>
71 </template> 71 </template>
72 <script> 72 <script>
......