抵押权、房屋所有权受理信息页面
Showing
6 changed files
with
24 additions
and
4 deletions
src/api/diyaqFlow.js
0 → 100644
src/api/fwsyqFlow.js
0 → 100644
| ... | @@ -204,7 +204,7 @@ export default { | ... | @@ -204,7 +204,7 @@ export default { |
| 204 | }, | 204 | }, |
| 205 | //流程环节操作按钮 | 205 | //流程环节操作按钮 |
| 206 | operation (index, item) { | 206 | operation (index, item) { |
| 207 | //按钮 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 | 207 | //按钮 B0:选择不动产单元 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 B7:证书领取 B8:楼盘表 B9:登簿 |
| 208 | //操作按钮 登簿:record 转件:transfer 退回:back 退出:signout | 208 | //操作按钮 登簿:record 转件:transfer 退回:back 退出:signout |
| 209 | let that = this; | 209 | let that = this; |
| 210 | switch (item.value) { | 210 | switch (item.value) { | ... | ... |
src/views/ywbl/diyaq/1.vue
deleted
100644 → 0
File mode changed
src/views/ywbl/diyaq/slxx.vue
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <el-row :gutter="10"> | 49 | <el-row :gutter="10"> |
| 50 | <el-col :span="8"> | 50 | <el-col :span="8"> |
| 51 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地代码:" prop="zddm"> | 51 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地代码:" prop="zddm"> |
| 52 | <el-input disabled v-model="ruleForm.zddm"></el-input> | 52 | <el-input disabled v-model="ruleForm.bdcdyh"></el-input> |
| 53 | </el-form-item> | 53 | </el-form-item> |
| 54 | </el-col> | 54 | </el-col> |
| 55 | <el-col :span="8"> | 55 | <el-col :span="8"> |
| ... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
| 66 | <el-row :gutter="10"> | 66 | <el-row :gutter="10"> |
| 67 | <el-col :span="8"> | 67 | <el-col :span="8"> |
| 68 | <el-form-item :class="flag ? 'marginBot0' : ''" label="自然幢号:" prop="zrzh"> | 68 | <el-form-item :class="flag ? 'marginBot0' : ''" label="自然幢号:" prop="zrzh"> |
| 69 | <el-input disabled v-model="ruleForm.zdmj"></el-input> | 69 | <el-input disabled v-model="ruleForm.zrzDetail.zrzh"></el-input> |
| 70 | </el-form-item> | 70 | </el-form-item> |
| 71 | </el-col> | 71 | </el-col> |
| 72 | <el-col :span="8"> | 72 | <el-col :span="8"> |
| ... | @@ -161,7 +161,7 @@ | ... | @@ -161,7 +161,7 @@ |
| 161 | </template> | 161 | </template> |
| 162 | <script> | 162 | <script> |
| 163 | import InformationTable from "@/views/workflow/components/InformationTable"; | 163 | import InformationTable from "@/views/workflow/components/InformationTable"; |
| 164 | import { Init, fristReg } from "@/api/jsydsyqFlow.js"; | 164 | import { Init } from "@/api/fwsyqFlow.js"; |
| 165 | import { mapGetters } from "vuex"; | 165 | import { mapGetters } from "vuex"; |
| 166 | export default { | 166 | export default { |
| 167 | async created () { | 167 | async created () { | ... | ... |
-
Please register or sign in to post a comment