Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
6 changed files
with
35 additions
and
2 deletions
src/api/tdcb.js
0 → 100644
1 | import request from '@/plugin/axios' | ||
2 | |||
3 | /** | ||
4 | * 查询土地承包经营权、农用地其他使用权调查表基本信息 | ||
5 | */ | ||
6 | export function getQjTdcbjyqNydqtsyqdcDetailByZdbsm(data) { | ||
7 | return request({ | ||
8 | url: '/zd/qjTdcbjyqNydqtsyqdc/getQjTdcbjyqNydqtsyqdcDetailByZdbsm', | ||
9 | method: 'get', | ||
10 | params: { | ||
11 | zdbsm: data, | ||
12 | } | ||
13 | }) | ||
14 | } | ||
15 | |||
16 | /** | ||
17 | * 保存权籍_土地承包经营权、农用地其他使用权调查基本信息 | ||
18 | */ | ||
19 | export function saveOrUpdateQjTdcbjyqNydqtsyqdc(data) { | ||
20 | return request({ | ||
21 | url: '/zd/qjTdcbjyqNydqtsyqdc/saveOrUpdateQjTdcbjyqNydqtsyqdc', | ||
22 | method: 'post', | ||
23 | data: data, | ||
24 | }) | ||
25 | } |
... | @@ -55,6 +55,9 @@ const store = new Vuex.Store({ | ... | @@ -55,6 +55,9 @@ const store = new Vuex.Store({ |
55 | newZdbsm:'', | 55 | newZdbsm:'', |
56 | isWorkFlow:false, // 判断是否工作流数据 | 56 | isWorkFlow:false, // 判断是否工作流数据 |
57 | lcgzShow:false,//是否待办箱的数据,显示流程追踪 | 57 | lcgzShow:false,//是否待办箱的数据,显示流程追踪 |
58 | familyList:[], //家庭关系分类 | ||
59 | syttlx:[],//水域滩涂类型 | ||
60 | yzyfs:[] //养殖业方式 | ||
58 | }, | 61 | }, |
59 | modules: { | 62 | modules: { |
60 | user, | 63 | user, | ... | ... |
... | @@ -321,6 +321,10 @@ export default { | ... | @@ -321,6 +321,10 @@ export default { |
321 | s.cqlyOptions = s.cqlyOptions.length == 0 ?await this.getDicData("产权来源") : s.cqlyOptions; | 321 | s.cqlyOptions = s.cqlyOptions.length == 0 ?await this.getDicData("产权来源") : s.cqlyOptions; |
322 | s.jgOptions = s.jgOptions.length == 0 ?await this.getDicData("房屋结构") : s.jgOptions; | 322 | s.jgOptions = s.jgOptions.length == 0 ?await this.getDicData("房屋结构") : s.jgOptions; |
323 | s.gmjjhyflbsmList = s.gmjjhyflbsmList.length == 0 ?await this.getDicData("国民经济行业分类代码") : s.gmjjhyflbsmList; | 323 | s.gmjjhyflbsmList = s.gmjjhyflbsmList.length == 0 ?await this.getDicData("国民经济行业分类代码") : s.gmjjhyflbsmList; |
324 | s.familyList = s.familyList.length == 0 ?await this.getDicData("家庭成员") : s.familyList; | ||
325 | s.syttlx = s.syttlx.length == 0 ?await this.getDicData("水域滩涂类型") : s.syttlx; | ||
326 | s.yzyfs = s.yzyfs.length == 0 ?await this.getDicData("养殖业方式") : s.yzyfs; | ||
327 | |||
324 | }, | 328 | }, |
325 | async getDicData(name) { | 329 | async getDicData(name) { |
326 | return await getDdicByMC(name).then((res)=> { | 330 | return await getDdicByMC(name).then((res)=> { | ... | ... |
... | @@ -17,11 +17,11 @@ | ... | @@ -17,11 +17,11 @@ |
17 | </td> | 17 | </td> |
18 | </tr> | 18 | </tr> |
19 | <tr height="30"> | 19 | <tr height="30"> |
20 | <td colspan="2" align="center" >坐落</td> | 20 | <td colspan="2" align="center" ><i class="requisite">*</i>坐落</td> |
21 | <td colspan="4" > | 21 | <td colspan="4" > |
22 | <input class="formInput" v-model="form.zl" :disabled="form.qszt!=='0'" @blur="inputBlur($event)" ref="zl"> | 22 | <input class="formInput" v-model="form.zl" :disabled="form.qszt!=='0'" @blur="inputBlur($event)" ref="zl"> |
23 | </td> | 23 | </td> |
24 | <td colspan="2" align="center" >不动产单元号</td> | 24 | <td colspan="2" align="center" ><i class="requisite">*</i>不动产单元号</td> |
25 | <td colspan="4" class="psr"> | 25 | <td colspan="4" class="psr"> |
26 | <input class="formInput percent80" maxlength="28" v-model="form.bdcdyh" :disabled="form.qszt!=='0'" @blur="inputBlur($event)" ref="bdcdyh"> | 26 | <input class="formInput percent80" maxlength="28" v-model="form.bdcdyh" :disabled="form.qszt!=='0'" @blur="inputBlur($event)" ref="bdcdyh"> |
27 | <el-button @click.prevent="generatorCode" size="mini" class="createBtn" type="warning" :disabled="form.qszt!=='0'">生成</el-button> | 27 | <el-button @click.prevent="generatorCode" size="mini" class="createBtn" type="warning" :disabled="form.qszt!=='0'">生成</el-button> | ... | ... |
This diff is collapsed.
Click to expand it.
... | @@ -817,6 +817,7 @@ export default { | ... | @@ -817,6 +817,7 @@ export default { |
817 | item.style.border = ''; | 817 | item.style.border = ''; |
818 | item.className = ''; | 818 | item.className = ''; |
819 | }); | 819 | }); |
820 | this.bsms=bsms; | ||
820 | //清除选中户 | 821 | //清除选中户 |
821 | // this.$refs.lpbContent.clearChoosedH(); | 822 | // this.$refs.lpbContent.clearChoosedH(); |
822 | this.$nextTick(()=>{ | 823 | this.$nextTick(()=>{ | ... | ... |
-
Please register or sign in to post a comment