qlrCommonTable
Showing
15 changed files
with
49 additions
and
49 deletions
... | @@ -34,7 +34,7 @@ export default { | ... | @@ -34,7 +34,7 @@ export default { |
34 | dialog: false, | 34 | dialog: false, |
35 | details: {}, | 35 | details: {}, |
36 | tableDataList: [], | 36 | tableDataList: [], |
37 | InformationTable: [ | 37 | qlrCommonTable: [ |
38 | { | 38 | { |
39 | width: '50', | 39 | width: '50', |
40 | renderHeader: (h, scope) => { | 40 | renderHeader: (h, scope) => { |
... | @@ -92,7 +92,7 @@ export default { | ... | @@ -92,7 +92,7 @@ export default { |
92 | } | 92 | } |
93 | } | 93 | } |
94 | ], | 94 | ], |
95 | column: this.InformationTable | 95 | column: this.qlrCommonTable |
96 | } | 96 | } |
97 | }, | 97 | }, |
98 | watch: { | 98 | watch: { |
... | @@ -115,7 +115,7 @@ export default { | ... | @@ -115,7 +115,7 @@ export default { |
115 | }, | 115 | }, |
116 | gyfs: { | 116 | gyfs: { |
117 | handler (newVal, oldValue) { | 117 | handler (newVal, oldValue) { |
118 | let dataList = _.cloneDeep(this.InformationTable) | 118 | let dataList = _.cloneDeep(this.qlrCommonTable) |
119 | if (newVal == '1') { | 119 | if (newVal == '1') { |
120 | this.column = _.cloneDeep(dataList).slice(1, dataList.length) | 120 | this.column = _.cloneDeep(dataList).slice(1, dataList.length) |
121 | } else { | 121 | } else { | ... | ... |
... | @@ -31,7 +31,7 @@ export default { | ... | @@ -31,7 +31,7 @@ export default { |
31 | dialog: false, | 31 | dialog: false, |
32 | details: {}, | 32 | details: {}, |
33 | tableDataList: [], | 33 | tableDataList: [], |
34 | InformationTable: [ | 34 | qlrCommonTable: [ |
35 | { | 35 | { |
36 | label: '序号', | 36 | label: '序号', |
37 | type: 'index', | 37 | type: 'index', |
... | @@ -69,7 +69,7 @@ export default { | ... | @@ -69,7 +69,7 @@ export default { |
69 | label: "坐落" | 69 | label: "坐落" |
70 | }, | 70 | }, |
71 | ], | 71 | ], |
72 | column: this.InformationTable | 72 | column: this.qlrCommonTable |
73 | } | 73 | } |
74 | }, | 74 | }, |
75 | watch: { | 75 | watch: { |
... | @@ -92,7 +92,7 @@ export default { | ... | @@ -92,7 +92,7 @@ export default { |
92 | }, | 92 | }, |
93 | gyfs: { | 93 | gyfs: { |
94 | handler (newVal, oldValue) { | 94 | handler (newVal, oldValue) { |
95 | let dataList = _.cloneDeep(this.InformationTable) | 95 | let dataList = _.cloneDeep(this.qlrCommonTable) |
96 | if (newVal == '1') { | 96 | if (newVal == '1') { |
97 | this.column = _.cloneDeep(dataList).slice(1, dataList.length) | 97 | this.column = _.cloneDeep(dataList).slice(1, dataList.length) |
98 | } else if ((newVal == '2')) { | 98 | } else if ((newVal == '2')) { | ... | ... |
... | @@ -31,7 +31,7 @@ export default { | ... | @@ -31,7 +31,7 @@ export default { |
31 | dialog: false, | 31 | dialog: false, |
32 | details: {}, | 32 | details: {}, |
33 | tableDataList: [], | 33 | tableDataList: [], |
34 | InformationTable: [ | 34 | qlrCommonTable: [ |
35 | { | 35 | { |
36 | width: '50', | 36 | width: '50', |
37 | renderHeader: (h, scope) => { | 37 | renderHeader: (h, scope) => { |
... | @@ -84,7 +84,7 @@ export default { | ... | @@ -84,7 +84,7 @@ export default { |
84 | } | 84 | } |
85 | } | 85 | } |
86 | ], | 86 | ], |
87 | column: this.InformationTable | 87 | column: this.qlrCommonTable |
88 | } | 88 | } |
89 | }, | 89 | }, |
90 | watch: { | 90 | watch: { |
... | @@ -107,7 +107,7 @@ export default { | ... | @@ -107,7 +107,7 @@ export default { |
107 | }, | 107 | }, |
108 | gyfs: { | 108 | gyfs: { |
109 | handler (newVal, oldValue) { | 109 | handler (newVal, oldValue) { |
110 | let dataList = _.cloneDeep(this.InformationTable) | 110 | let dataList = _.cloneDeep(this.qlrCommonTable) |
111 | if (newVal == '1') { | 111 | if (newVal == '1') { |
112 | this.column = _.cloneDeep(dataList).slice(1, dataList.length) | 112 | this.column = _.cloneDeep(dataList).slice(1, dataList.length) |
113 | } else if ((newVal == '2')) { | 113 | } else if ((newVal == '2')) { | ... | ... |
... | @@ -201,13 +201,13 @@ | ... | @@ -201,13 +201,13 @@ |
201 | </el-form-item> | 201 | </el-form-item> |
202 | </el-col> | 202 | </el-col> |
203 | </el-row> | 203 | </el-row> |
204 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 204 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
206 | <div class="slxx_title title-block"> | 206 | <div class="slxx_title title-block"> |
207 | 抵押人信息 | 207 | 抵押人信息 |
208 | <div class="triangle"></div> | 208 | <div class="triangle"></div> |
209 | </div> | 209 | </div> |
210 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | 210 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" |
211 | :viewtype="$route.query.viewtype" /> | 211 | :viewtype="$route.query.viewtype" /> |
212 | 212 | ||
213 | <div class="slxx_title title-block"> | 213 | <div class="slxx_title title-block"> |
... | @@ -234,7 +234,7 @@ | ... | @@ -234,7 +234,7 @@ |
234 | </div> | 234 | </div> |
235 | </template> | 235 | </template> |
236 | <script> | 236 | <script> |
237 | import InformationTable from "@/views/workflow/components/InformationTable"; | 237 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
238 | import { Init, saveData } from "@/api/workflow/diyaqFlow.js"; | 238 | import { Init, saveData } from "@/api/workflow/diyaqFlow.js"; |
239 | import { mapGetters } from "vuex"; | 239 | import { mapGetters } from "vuex"; |
240 | export default { | 240 | export default { |
... | @@ -251,7 +251,7 @@ export default { | ... | @@ -251,7 +251,7 @@ export default { |
251 | } | 251 | } |
252 | }); | 252 | }); |
253 | }, | 253 | }, |
254 | components: { InformationTable }, | 254 | components: { qlrCommonTable }, |
255 | computed: { | 255 | computed: { |
256 | ...mapGetters(["dictData", "flag"]), | 256 | ...mapGetters(["dictData", "flag"]), |
257 | }, | 257 | }, | ... | ... |
... | @@ -201,13 +201,13 @@ | ... | @@ -201,13 +201,13 @@ |
201 | </el-form-item> | 201 | </el-form-item> |
202 | </el-col> | 202 | </el-col> |
203 | </el-row> | 203 | </el-row> |
204 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 204 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
206 | <div class="slxx_title title-block"> | 206 | <div class="slxx_title title-block"> |
207 | 抵押人信息 | 207 | 抵押人信息 |
208 | <div class="triangle"></div> | 208 | <div class="triangle"></div> |
209 | </div> | 209 | </div> |
210 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | 210 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" |
211 | :viewtype="$route.query.viewtype" /> | 211 | :viewtype="$route.query.viewtype" /> |
212 | 212 | ||
213 | <div class="slxx_title title-block"> | 213 | <div class="slxx_title title-block"> |
... | @@ -234,7 +234,7 @@ | ... | @@ -234,7 +234,7 @@ |
234 | </div> | 234 | </div> |
235 | </template> | 235 | </template> |
236 | <script> | 236 | <script> |
237 | import InformationTable from "@/views/workflow/components/InformationTable"; | 237 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
238 | import { Init, saveData } from "@/api/workflow/diyaqFlow.js"; | 238 | import { Init, saveData } from "@/api/workflow/diyaqFlow.js"; |
239 | import { mapGetters } from "vuex"; | 239 | import { mapGetters } from "vuex"; |
240 | export default { | 240 | export default { |
... | @@ -251,7 +251,7 @@ export default { | ... | @@ -251,7 +251,7 @@ export default { |
251 | } | 251 | } |
252 | }); | 252 | }); |
253 | }, | 253 | }, |
254 | components: { InformationTable }, | 254 | components: { qlrCommonTable }, |
255 | computed: { | 255 | computed: { |
256 | ...mapGetters(["dictData", "flag"]), | 256 | ...mapGetters(["dictData", "flag"]), |
257 | }, | 257 | }, | ... | ... |
... | @@ -167,7 +167,7 @@ | ... | @@ -167,7 +167,7 @@ |
167 | </el-form-item> | 167 | </el-form-item> |
168 | </el-col> | 168 | </el-col> |
169 | </el-row> | 169 | </el-row> |
170 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 170 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
171 | :gyfs="ruleForm.qlxx.gyfs" /> | 171 | :gyfs="ruleForm.qlxx.gyfs" /> |
172 | 172 | ||
173 | <div v-if="ruleForm.ywrList.length > 0"> | 173 | <div v-if="ruleForm.ywrList.length > 0"> |
... | @@ -175,7 +175,7 @@ | ... | @@ -175,7 +175,7 @@ |
175 | 义务人信息 | 175 | 义务人信息 |
176 | <div class="triangle"></div> | 176 | <div class="triangle"></div> |
177 | </div> | 177 | </div> |
178 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" | 178 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" |
179 | :gyfs="ruleForm.qlxx.gyfs" /> | 179 | :gyfs="ruleForm.qlxx.gyfs" /> |
180 | </div> | 180 | </div> |
181 | <div class="slxx_title title-block"> | 181 | <div class="slxx_title title-block"> |
... | @@ -201,7 +201,7 @@ | ... | @@ -201,7 +201,7 @@ |
201 | </div> | 201 | </div> |
202 | </template> | 202 | </template> |
203 | <script> | 203 | <script> |
204 | import InformationTable from "@/views/workflow/components/InformationTable"; | 204 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
205 | import { Init, saveBatchData } from "@/api/workflow/fwsyqFlow.js"; | 205 | import { Init, saveBatchData } from "@/api/workflow/fwsyqFlow.js"; |
206 | import { mapGetters } from "vuex"; | 206 | import { mapGetters } from "vuex"; |
207 | export default { | 207 | export default { |
... | @@ -219,7 +219,7 @@ export default { | ... | @@ -219,7 +219,7 @@ export default { |
219 | } | 219 | } |
220 | }); | 220 | }); |
221 | }, | 221 | }, |
222 | components: { InformationTable }, | 222 | components: { qlrCommonTable }, |
223 | computed: { | 223 | computed: { |
224 | ...mapGetters(["dictData", "flag"]), | 224 | ...mapGetters(["dictData", "flag"]), |
225 | }, | 225 | }, | ... | ... |
... | @@ -161,7 +161,7 @@ | ... | @@ -161,7 +161,7 @@ |
161 | </el-form-item> | 161 | </el-form-item> |
162 | </el-col> | 162 | </el-col> |
163 | </el-row> | 163 | </el-row> |
164 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 164 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
165 | :gyfs="ruleForm.qlxx.gyfs" /> | 165 | :gyfs="ruleForm.qlxx.gyfs" /> |
166 | <div class="slxx_title title-block"> | 166 | <div class="slxx_title title-block"> |
167 | 登记原因 | 167 | 登记原因 |
... | @@ -186,7 +186,7 @@ | ... | @@ -186,7 +186,7 @@ |
186 | </div> | 186 | </div> |
187 | </template> | 187 | </template> |
188 | <script> | 188 | <script> |
189 | import InformationTable from "@/views/workflow/components/InformationTable"; | 189 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
190 | import { Init, saveBatchData } from "@/api/workflow/fwsyqFlow.js"; | 190 | import { Init, saveBatchData } from "@/api/workflow/fwsyqFlow.js"; |
191 | import { mapGetters } from "vuex"; | 191 | import { mapGetters } from "vuex"; |
192 | import SERVER from "@/api/config"; | 192 | import SERVER from "@/api/config"; |
... | @@ -207,7 +207,7 @@ export default { | ... | @@ -207,7 +207,7 @@ export default { |
207 | } | 207 | } |
208 | }); | 208 | }); |
209 | }, | 209 | }, |
210 | components: { InformationTable }, | 210 | components: { qlrCommonTable }, |
211 | computed: { | 211 | computed: { |
212 | ...mapGetters(["dictData", "flag"]), | 212 | ...mapGetters(["dictData", "flag"]), |
213 | }, | 213 | }, | ... | ... |
... | @@ -150,7 +150,7 @@ | ... | @@ -150,7 +150,7 @@ |
150 | </el-form-item> | 150 | </el-form-item> |
151 | </el-col> | 151 | </el-col> |
152 | </el-row> | 152 | </el-row> |
153 | <InformationTable :tableData="ruleForm.qlrxx" :gyfs="ruleForm.gyfs" /> | 153 | <qlrCommonTable :tableData="ruleForm.qlrxx" :gyfs="ruleForm.gyfs" /> |
154 | <div class="slxx_title title-block"> | 154 | <div class="slxx_title title-block"> |
155 | 登记原因 | 155 | 登记原因 |
156 | <div class="triangle"></div> | 156 | <div class="triangle"></div> |
... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
173 | </div> | 173 | </div> |
174 | </template> | 174 | </template> |
175 | <script> | 175 | <script> |
176 | import InformationTable from "@/views/workflow/components/InformationTable"; | 176 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
177 | import { Init } from "@/api/workflow/fwsyqFlow.js"; | 177 | import { Init } from "@/api/workflow/fwsyqFlow.js"; |
178 | import { mapGetters } from "vuex"; | 178 | import { mapGetters } from "vuex"; |
179 | export default { | 179 | export default { |
... | @@ -192,7 +192,7 @@ export default { | ... | @@ -192,7 +192,7 @@ export default { |
192 | } | 192 | } |
193 | }); | 193 | }); |
194 | }, | 194 | }, |
195 | components: { InformationTable }, | 195 | components: { qlrCommonTable }, |
196 | computed: { | 196 | computed: { |
197 | ...mapGetters(["dictData", "flag"]), | 197 | ...mapGetters(["dictData", "flag"]), |
198 | }, | 198 | }, | ... | ... |
... | @@ -145,14 +145,14 @@ | ... | @@ -145,14 +145,14 @@ |
145 | </el-form-item> | 145 | </el-form-item> |
146 | </el-col> | 146 | </el-col> |
147 | </el-row> | 147 | </el-row> |
148 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 148 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
149 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 149 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
150 | <div v-if="ruleForm.ywrList.length > 0"> | 150 | <div v-if="ruleForm.ywrList.length > 0"> |
151 | <div class="slxx_title title-block"> | 151 | <div class="slxx_title title-block"> |
152 | 义务人信息 | 152 | 义务人信息 |
153 | <div class="triangle"></div> | 153 | <div class="triangle"></div> |
154 | </div> | 154 | </div> |
155 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | 155 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" |
156 | :viewtype="$route.query.viewtype" /> | 156 | :viewtype="$route.query.viewtype" /> |
157 | </div> | 157 | </div> |
158 | 158 | ||
... | @@ -181,7 +181,7 @@ | ... | @@ -181,7 +181,7 @@ |
181 | <script> | 181 | <script> |
182 | import { mapGetters } from "vuex" | 182 | import { mapGetters } from "vuex" |
183 | import { Init, saveData } from "@/api/workflow/jsydsyqFlow.js" | 183 | import { Init, saveData } from "@/api/workflow/jsydsyqFlow.js" |
184 | import InformationTable from "@/views/workflow/components/InformationTable" | 184 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable" |
185 | export default { | 185 | export default { |
186 | created () { | 186 | created () { |
187 | this.propsParam = this.$attrs; | 187 | this.propsParam = this.$attrs; |
... | @@ -203,7 +203,7 @@ export default { | ... | @@ -203,7 +203,7 @@ export default { |
203 | } | 203 | } |
204 | }) | 204 | }) |
205 | }, | 205 | }, |
206 | components: { InformationTable }, | 206 | components: { qlrCommonTable }, |
207 | computed: { | 207 | computed: { |
208 | ...mapGetters(["dictData", "flag"]) | 208 | ...mapGetters(["dictData", "flag"]) |
209 | }, | 209 | }, | ... | ... |
... | @@ -149,7 +149,7 @@ | ... | @@ -149,7 +149,7 @@ |
149 | </el-form-item> | 149 | </el-form-item> |
150 | </el-col> | 150 | </el-col> |
151 | </el-row> | 151 | </el-row> |
152 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList='upDateQlrxxList' | 152 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList='upDateQlrxxList' |
153 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 153 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
154 | <div class="slxx_title title-block"> | 154 | <div class="slxx_title title-block"> |
155 | 登记原因 | 155 | 登记原因 |
... | @@ -175,7 +175,7 @@ | ... | @@ -175,7 +175,7 @@ |
175 | </template> | 175 | </template> |
176 | <script> | 176 | <script> |
177 | import { mapGetters } from "vuex"; | 177 | import { mapGetters } from "vuex"; |
178 | import InformationTable from "@/views/workflow/components/InformationTable"; | 178 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
179 | import { Init, saveData } from "@/api/workflow/jsydsyqFlow.js"; | 179 | import { Init, saveData } from "@/api/workflow/jsydsyqFlow.js"; |
180 | export default { | 180 | export default { |
181 | async created () { | 181 | async created () { |
... | @@ -189,7 +189,7 @@ export default { | ... | @@ -189,7 +189,7 @@ export default { |
189 | } | 189 | } |
190 | }); | 190 | }); |
191 | }, | 191 | }, |
192 | components: { InformationTable }, | 192 | components: { qlrCommonTable }, |
193 | computed: { | 193 | computed: { |
194 | ...mapGetters(["dictData", "flag"]) | 194 | ...mapGetters(["dictData", "flag"]) |
195 | }, | 195 | }, | ... | ... |
... | @@ -201,7 +201,7 @@ | ... | @@ -201,7 +201,7 @@ |
201 | </el-form-item> | 201 | </el-form-item> |
202 | </el-col> | 202 | </el-col> |
203 | </el-row> | 203 | </el-row> |
204 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 204 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
206 | <div class="slxx_title title-block"> | 206 | <div class="slxx_title title-block"> |
207 | 家庭成员 | 207 | 家庭成员 |
... | @@ -234,7 +234,7 @@ | ... | @@ -234,7 +234,7 @@ |
234 | <script> | 234 | <script> |
235 | import { mapGetters } from "vuex" | 235 | import { mapGetters } from "vuex" |
236 | import { Init, saveData } from "@/api/workflow/nydsyqFlow.js" | 236 | import { Init, saveData } from "@/api/workflow/nydsyqFlow.js" |
237 | import InformationTable from "@/views/workflow/components/InformationTable" | 237 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable" |
238 | import JtcyTable from "@/views/workflow/components/JtcyTable" | 238 | import JtcyTable from "@/views/workflow/components/JtcyTable" |
239 | export default { | 239 | export default { |
240 | created () { | 240 | created () { |
... | @@ -251,7 +251,7 @@ export default { | ... | @@ -251,7 +251,7 @@ export default { |
251 | } | 251 | } |
252 | }) | 252 | }) |
253 | }, | 253 | }, |
254 | components: { InformationTable, JtcyTable }, | 254 | components: { qlrCommonTable, JtcyTable }, |
255 | computed: { | 255 | computed: { |
256 | ...mapGetters(["dictData", "flag"]) | 256 | ...mapGetters(["dictData", "flag"]) |
257 | }, | 257 | }, | ... | ... |
... | @@ -201,13 +201,13 @@ | ... | @@ -201,13 +201,13 @@ |
201 | </el-form-item> | 201 | </el-form-item> |
202 | </el-col> | 202 | </el-col> |
203 | </el-row> | 203 | </el-row> |
204 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 204 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
206 | <div class="slxx_title title-block"> | 206 | <div class="slxx_title title-block"> |
207 | 义务人信息 | 207 | 义务人信息 |
208 | <div class="triangle"></div> | 208 | <div class="triangle"></div> |
209 | </div> | 209 | </div> |
210 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | 210 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" |
211 | :viewtype="$route.query.viewtype" /> | 211 | :viewtype="$route.query.viewtype" /> |
212 | <div class="slxx_title title-block"> | 212 | <div class="slxx_title title-block"> |
213 | 家庭成员 | 213 | 家庭成员 |
... | @@ -240,7 +240,7 @@ | ... | @@ -240,7 +240,7 @@ |
240 | <script> | 240 | <script> |
241 | import { mapGetters } from "vuex" | 241 | import { mapGetters } from "vuex" |
242 | import { Init, saveData } from "@/api/workflow/nydsyqFlow.js" | 242 | import { Init, saveData } from "@/api/workflow/nydsyqFlow.js" |
243 | import InformationTable from "@/views/workflow/components/InformationTable" | 243 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable" |
244 | import JtcyTable from "@/views/workflow/components/JtcyTable" | 244 | import JtcyTable from "@/views/workflow/components/JtcyTable" |
245 | export default { | 245 | export default { |
246 | created () { | 246 | created () { |
... | @@ -257,7 +257,7 @@ export default { | ... | @@ -257,7 +257,7 @@ export default { |
257 | } | 257 | } |
258 | }) | 258 | }) |
259 | }, | 259 | }, |
260 | components: { InformationTable, JtcyTable }, | 260 | components: { qlrCommonTable, JtcyTable }, |
261 | computed: { | 261 | computed: { |
262 | ...mapGetters(["dictData", "flag"]) | 262 | ...mapGetters(["dictData", "flag"]) |
263 | }, | 263 | }, | ... | ... |
... | @@ -142,13 +142,13 @@ | ... | @@ -142,13 +142,13 @@ |
142 | </el-form-item> | 142 | </el-form-item> |
143 | </el-col> | 143 | </el-col> |
144 | </el-row> | 144 | </el-row> |
145 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 145 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
146 | :gyfs="ruleForm.qlxx.gyfs" /> | 146 | :gyfs="ruleForm.qlxx.gyfs" /> |
147 | <div class="slxx_title title-block"> | 147 | <div class="slxx_title title-block"> |
148 | 义务人信息 | 148 | 义务人信息 |
149 | <div class="triangle"></div> | 149 | <div class="triangle"></div> |
150 | </div> | 150 | </div> |
151 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" | 151 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" |
152 | :gyfs="ruleForm.qlxx.gyfs" /> | 152 | :gyfs="ruleForm.qlxx.gyfs" /> |
153 | <div class="slxx_title title-block"> | 153 | <div class="slxx_title title-block"> |
154 | 登记原因 | 154 | 登记原因 |
... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
173 | </div> | 173 | </div> |
174 | </template> | 174 | </template> |
175 | <script> | 175 | <script> |
176 | import InformationTable from "@/views/workflow/components/InformationTable"; | 176 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
177 | import { Init, saveData } from "@/api/workflow/ygdjFlow.js"; | 177 | import { Init, saveData } from "@/api/workflow/ygdjFlow.js"; |
178 | import { mapGetters } from "vuex"; | 178 | import { mapGetters } from "vuex"; |
179 | export default { | 179 | export default { |
... | @@ -189,7 +189,7 @@ export default { | ... | @@ -189,7 +189,7 @@ export default { |
189 | } | 189 | } |
190 | }) | 190 | }) |
191 | }, | 191 | }, |
192 | components: { InformationTable }, | 192 | components: { qlrCommonTable }, |
193 | computed: { | 193 | computed: { |
194 | ...mapGetters(["dictData", "flag"]), | 194 | ...mapGetters(["dictData", "flag"]), |
195 | }, | 195 | }, | ... | ... |
... | @@ -145,13 +145,13 @@ | ... | @@ -145,13 +145,13 @@ |
145 | </el-form-item> | 145 | </el-form-item> |
146 | </el-col> | 146 | </el-col> |
147 | </el-row> | 147 | </el-row> |
148 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 148 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
149 | :gyfs="ruleForm.qlxx.gyfs" /> | 149 | :gyfs="ruleForm.qlxx.gyfs" /> |
150 | <div class="slxx_title title-block"> | 150 | <div class="slxx_title title-block"> |
151 | 义务人信息 | 151 | 义务人信息 |
152 | <div class="triangle"></div> | 152 | <div class="triangle"></div> |
153 | </div> | 153 | </div> |
154 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" | 154 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" |
155 | :gyfs="ruleForm.qlxx.gyfs" /> | 155 | :gyfs="ruleForm.qlxx.gyfs" /> |
156 | <div class="slxx_title title-block"> | 156 | <div class="slxx_title title-block"> |
157 | 登记原因 | 157 | 登记原因 |
... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
176 | </div> | 176 | </div> |
177 | </template> | 177 | </template> |
178 | <script> | 178 | <script> |
179 | import InformationTable from "@/views/workflow/components/InformationTable"; | 179 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
180 | import { Init, saveData } from "@/api/workflow/ygdjFlow.js"; | 180 | import { Init, saveData } from "@/api/workflow/ygdjFlow.js"; |
181 | import { mapGetters } from "vuex"; | 181 | import { mapGetters } from "vuex"; |
182 | export default { | 182 | export default { |
... | @@ -191,7 +191,7 @@ export default { | ... | @@ -191,7 +191,7 @@ export default { |
191 | } | 191 | } |
192 | }); | 192 | }); |
193 | }, | 193 | }, |
194 | components: { InformationTable }, | 194 | components: { qlrCommonTable }, |
195 | computed: { | 195 | computed: { |
196 | ...mapGetters(["dictData", "flag"]), | 196 | ...mapGetters(["dictData", "flag"]), |
197 | }, | 197 | }, | ... | ... |
-
Please register or sign in to post a comment