获取自然幢号并保存
Showing
2 changed files
with
7 additions
and
1 deletions
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | <el-button class="radioBtn" label="4" border @click="plcVisible=true">批量层</el-button> | 25 | <el-button class="radioBtn" label="4" border @click="plcVisible=true">批量层</el-button> |
26 | <el-button class="radioBtn" label="5" border @click="plShVisible=true">批量室号</el-button> | 26 | <el-button class="radioBtn" label="5" border @click="plShVisible=true">批量室号</el-button> |
27 | <el-button class="radioBtn" label="6" border @click="plzlVisible=true">批量坐落</el-button> | 27 | <el-button class="radioBtn" label="6" border @click="plzlVisible=true">批量坐落</el-button> |
28 | <el-button class="radioBtn" label="7" border>批量单元号</el-button> | 28 | <el-button class="radioBtn" label="7" border @click="addBdcdyh">批量单元号</el-button> |
29 | </div> | 29 | </div> |
30 | </el-col> | 30 | </el-col> |
31 | </el-row> | 31 | </el-row> |
... | @@ -417,6 +417,11 @@ export default { | ... | @@ -417,6 +417,11 @@ export default { |
417 | this.$refs.lpbContent.clearChoosedH() | 417 | this.$refs.lpbContent.clearChoosedH() |
418 | //给hBsmList传值 | 418 | //给hBsmList传值 |
419 | // this.$refs.lpbContent.choosedList=["0a66bc775dcec26385f9124cc0fd8656", "58cafdbee129bb412527f674ef9267ae", "4bbca678fa56d5ab97b8a62c7cb54898", "ecfd72e9a31a03ba0ab4e46faba2b51b", "049033ea9d244b4b5ea75521b6862239", "013352d8a001a1d5f790296b6843627b", "ed8e3f0e2b2682cf76b4d58b9a74e49c", "37cc53acaf2c3bb92be4b9adf06d94c9", "f5a5e14ce08c26056aca5861f56e5cf6", "11eeaaa5c9f5f1231c69d3b958d05568", "421978023a36d4920dbb86300cc52dc9", "e97f2af2588cc0e41ffb6b203df617c9", "7210987d94350472dca10d4ad71fffc5", "6eb1b50edce538a4c63574e9e28fedce", "43c5fecd7623ceabc37844e8a4722603", "c361ccfcd3da9f7288110c6fa202cb96", "2321512f6f8d0ec9f570c6eec9a892fe", "ea08fb234cd908c89a0d21c085dadb2f", "be71f7f0ec926e1850d3baec8817cdbd", "6f695d6b7ecb97f7ff17f22dbe86b93c", "4ee1604b2629e6797d3096c20229223b"] | 419 | // this.$refs.lpbContent.choosedList=["0a66bc775dcec26385f9124cc0fd8656", "58cafdbee129bb412527f674ef9267ae", "4bbca678fa56d5ab97b8a62c7cb54898", "ecfd72e9a31a03ba0ab4e46faba2b51b", "049033ea9d244b4b5ea75521b6862239", "013352d8a001a1d5f790296b6843627b", "ed8e3f0e2b2682cf76b4d58b9a74e49c", "37cc53acaf2c3bb92be4b9adf06d94c9", "f5a5e14ce08c26056aca5861f56e5cf6", "11eeaaa5c9f5f1231c69d3b958d05568", "421978023a36d4920dbb86300cc52dc9", "e97f2af2588cc0e41ffb6b203df617c9", "7210987d94350472dca10d4ad71fffc5", "6eb1b50edce538a4c63574e9e28fedce", "43c5fecd7623ceabc37844e8a4722603", "c361ccfcd3da9f7288110c6fa202cb96", "2321512f6f8d0ec9f570c6eec9a892fe", "ea08fb234cd908c89a0d21c085dadb2f", "be71f7f0ec926e1850d3baec8817cdbd", "6f695d6b7ecb97f7ff17f22dbe86b93c", "4ee1604b2629e6797d3096c20229223b"] |
420 | }, | ||
421 | //批量添加不动产单元号 | ||
422 | addBdcdyh(){ | ||
423 | // this.pd[0].bsm //自然幢标识码 | ||
424 | console.log(this.$store.state.zrzh,'this.$store.state.zrzh'); | ||
420 | } | 425 | } |
421 | }, | 426 | }, |
422 | computed: { | 427 | computed: { | ... | ... |
... | @@ -473,6 +473,7 @@ | ... | @@ -473,6 +473,7 @@ |
473 | getZrzDetailByBsm(data).then((res)=>{ | 473 | getZrzDetailByBsm(data).then((res)=>{ |
474 | if(res.code===200){ | 474 | if(res.code===200){ |
475 | this.form=res.result; | 475 | this.form=res.result; |
476 | this.$store.state.zrzh = res.result.zrzh; | ||
476 | if(this.form.fwjgList.length===0){ | 477 | if(this.form.fwjgList.length===0){ |
477 | this.form.fwjgList.push({ | 478 | this.form.fwjgList.push({ |
478 | fwjgzdbsm:'', //房屋结构字典标识码 | 479 | fwjgzdbsm:'', //房屋结构字典标识码 | ... | ... |
-
Please register or sign in to post a comment