Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
7 changed files
with
26 additions
and
6 deletions
src/api/diyaqFlow.js
0 → 100644
src/api/fwsyqFlow.js
0 → 100644
... | @@ -131,7 +131,7 @@ export default { | ... | @@ -131,7 +131,7 @@ export default { |
131 | .ls-title { | 131 | .ls-title { |
132 | padding: 16px; | 132 | padding: 16px; |
133 | color: #ffffff; | 133 | color: #ffffff; |
134 | background: linear-gradient(-2deg, #409EFF, transparent; background: linear-gradient(3deg, #409EFF, transparent)); | 134 | background: linear-gradient(3deg, #409EFF, transparent); |
135 | } | 135 | } |
136 | 136 | ||
137 | .ls-title .svg-icon { | 137 | .ls-title .svg-icon { | ... | ... |
... | @@ -246,8 +246,8 @@ export default { | ... | @@ -246,8 +246,8 @@ export default { |
246 | }); | 246 | }); |
247 | }, | 247 | }, |
248 | //流程环节操作按钮 | 248 | //流程环节操作按钮 |
249 | operation(index, item) { | 249 | operation (index, item) { |
250 | //按钮 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 | 250 | //按钮 B0:选择不动产单元 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 B7:证书领取 B8:楼盘表 B9:登簿 |
251 | //操作按钮 登簿:record 转件:transfer 退回:back 退出:signout | 251 | //操作按钮 登簿:record 转件:transfer 退回:back 退出:signout |
252 | let that = this; | 252 | let that = this; |
253 | switch (item.value) { | 253 | 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