Merge branch 'dev'
Showing
5 changed files
with
39 additions
and
18 deletions
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | </lb-column> | 24 | </lb-column> |
25 | </el-table> | 25 | </el-table> |
26 | 26 | ||
27 | <el-table v-else ref="elTable" id="heightNumSetting" class="table-fixed" :row-style="{ height: '50px' }" | 27 | <el-table v-else ref="elTable" class="table-fixed heightNumSetting" :row-style="{ height: '50px' }" |
28 | :border='border' :row-class-name="tableRowClassName" :show-header='showHeader' @row-click="singleElection" v-bind="$attrs" | 28 | :border='border' :row-class-name="tableRowClassName" :show-header='showHeader' @row-click="singleElection" v-bind="$attrs" |
29 | :max-height="maxHeight" :height="tableHeight" v-on="$listeners" :data="data" style="width: 100%" | 29 | :max-height="maxHeight" :height="tableHeight" v-on="$listeners" :data="data" style="width: 100%" |
30 | :span-method="this.merge ? this.mergeMethod : this.spanMethod"> | 30 | :span-method="this.merge ? this.mergeMethod : this.spanMethod"> |
... | @@ -47,6 +47,7 @@ | ... | @@ -47,6 +47,7 @@ |
47 | </template> | 47 | </template> |
48 | 48 | ||
49 | <script> | 49 | <script> |
50 | import { log } from 'bpmn-js-token-simulation' | ||
50 | import LbColumn from './lb-column' | 51 | import LbColumn from './lb-column' |
51 | export default { | 52 | export default { |
52 | props: { | 53 | props: { |
... | @@ -185,9 +186,11 @@ | ... | @@ -185,9 +186,11 @@ |
185 | _this.tableHeight = window.innerHeight - _this.heightNum | 186 | _this.tableHeight = window.innerHeight - _this.heightNum |
186 | } | 187 | } |
187 | } else { | 188 | } else { |
188 | // this.tableHeight = this.heightNum | ||
189 | this.$nextTick(() => { | 189 | this.$nextTick(() => { |
190 | this.minHeight && (document.getElementById('heightNumSetting').style.minHeight = this.minHeight + 'px') | 190 | let arr = document.getElementsByClassName('heightNumSetting'); |
191 | [...arr].forEach(item => { | ||
192 | this.minHeight && (item.style.minHeight = this.minHeight + 'px') | ||
193 | }) | ||
191 | }) | 194 | }) |
192 | } | 195 | } |
193 | }, | 196 | }, | ... | ... |
... | @@ -473,16 +473,32 @@ | ... | @@ -473,16 +473,32 @@ |
473 | bdcqzhrules: [ | 473 | bdcqzhrules: [ |
474 | { required: true, message: "不动产权证号:", trigger: "blur" }, | 474 | { required: true, message: "不动产权证号:", trigger: "blur" }, |
475 | ], | 475 | ], |
476 | // qxdmrules: [{ required: true, message: "区县代码", trigger: "blur" }], | 476 | // qxdmrules: [{ required: true, message: "区县代码", trigger: "blur" }], |
477 | djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], | 477 | djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], |
478 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], | 478 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], |
479 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], | 479 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], |
480 | ygdjlxrules: [{ required: true, message: "预告登记种类", trigger: "blur" }], | 480 | ygdjlxrules: [{ required: true, message: "预告登记种类", trigger: "change" }], |
481 | djlxrules: [{ required: true, message: "登记类型", trigger: "change" }], | 481 | djlxrules: [{ required: true, message: "登记类型", trigger: "change" }], |
482 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], | 482 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], |
483 | }, | 483 | }, |
484 | ableOperation: false, | 484 | ableOperation:false, |
485 | }; | 485 | }; |
486 | }, | ||
487 | created() { | ||
488 | this.loadData(); | ||
489 | }, | ||
490 | mounted() { | ||
491 | this.ableOperation=this.$parent.ableOperation | ||
492 | }, | ||
493 | methods: { | ||
494 | /** | ||
495 | * @description: ssQlxxchange | ||
496 | * @param {*} val | ||
497 | * @author: renchao | ||
498 | */ | ||
499 | ssQlxxchange(val) { | ||
500 | this.ruleForm.ssQlxx = val; | ||
501 | this.ruleForm.qlxx.ssywh = val.ywh; | ||
486 | }, | 502 | }, |
487 | created () { | 503 | created () { |
488 | this.loadData(); | 504 | this.loadData(); |
... | @@ -645,7 +661,8 @@ | ... | @@ -645,7 +661,8 @@ |
645 | }); | 661 | }); |
646 | }, | 662 | }, |
647 | }, | 663 | }, |
648 | }; | 664 | } |
665 | } | ||
649 | </script> | 666 | </script> |
650 | <style scoped lang="scss"> | 667 | <style scoped lang="scss"> |
651 | @import "~@/styles/public.scss"; | 668 | @import "~@/styles/public.scss"; | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
8 | <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" :minHeight="150" | 8 | <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" |
9 | :data="tableDataList"> | 9 | :data="tableDataList"> |
10 | </lb-table> | 10 | </lb-table> |
11 | <addQlr v-model="dialog" :details="details" :showButton="!isDisabled" @updateDetail="handleupdateDetail" /> | 11 | <addQlr v-model="dialog" :details="details" :showButton="!isDisabled" @updateDetail="handleupdateDetail" /> | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | @change="changeSelectItem(item)"></el-radio> | 22 | @change="changeSelectItem(item)"></el-radio> |
23 | </p> | 23 | </p> |
24 | <p>{{ item.activityName }}</p> | 24 | <p>{{ item.activityName }}</p> |
25 | <p v-for="(child, childIndex) in item.userInfos" :key="childIndex"> | 25 | <p v-for="(child, childIndex) in item.assignee" :key="childIndex"> |
26 | {{ child.name }} | 26 | {{ child.name }} |
27 | </p> | 27 | </p> |
28 | </li> | 28 | </li> |
... | @@ -113,6 +113,7 @@ | ... | @@ -113,6 +113,7 @@ |
113 | getTaskBackNode(this.formData).then((res) => { | 113 | getTaskBackNode(this.formData).then((res) => { |
114 | if (res.code == 200) { | 114 | if (res.code == 200) { |
115 | this.dataList = res.result; | 115 | this.dataList = res.result; |
116 | console.log("this.dataList",this.dataList); | ||
116 | if (res.result) { | 117 | if (res.result) { |
117 | this.selectActivity = res.result[0].activityId; | 118 | this.selectActivity = res.result[0].activityId; |
118 | this.selectItem = res.result[0]; | 119 | this.selectItem = res.result[0]; | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-31 10:03:31 | 4 | * @LastEditTime: 2023-08-02 09:25:08 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 抵押权利信息查询 --> | 7 | <!-- 抵押权利信息查询 --> |
... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
39 | <el-col :span="2" class="btnColRight"> | 39 | <el-col :span="2" class="btnColRight"> |
40 | <el-form-item> | 40 | <el-form-item> |
41 | <el-button type="primary" @click="handleSearch" :loading="loading">查询</el-button> | 41 | <el-button type="primary" @click="handleSearch" :loading="loading">查询</el-button> |
42 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 42 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> |
43 | </el-form-item> | 43 | </el-form-item> |
44 | </el-col> | 44 | </el-col> |
45 | </el-row> | 45 | </el-row> | ... | ... |
-
Please register or sign in to post a comment