Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5e1bf836
authored
2023-08-02 09:25:11 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
6eac9d1a
a795aea1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
18 deletions
src/components/LbTable/lb-table.vue
src/views/djbworkflow/djbBook/components/blxxtabs/ygmmdj.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/th.vue
src/views/ywbl/ywsq/components/diyaq.vue
src/components/LbTable/lb-table.vue
View file @
5e1bf83
...
...
@@ -24,7 +24,7 @@
</lb-column>
</el-table>
<el-table
v-else
ref=
"elTable"
id=
"heightNumSetting"
class=
"table-fixed
"
:row-style=
"{ height: '50px' }"
<el-table
v-else
ref=
"elTable"
class=
"table-fixed heightNumSetting
"
:row-style=
"{ height: '50px' }"
:border=
'border'
:row-class-name=
"tableRowClassName"
:show-header=
'showHeader'
@
row-click=
"singleElection"
v-bind=
"$attrs"
:max-height=
"maxHeight"
:height=
"tableHeight"
v-on=
"$listeners"
:data=
"data"
style=
"width: 100%"
:span-method=
"this.merge ? this.mergeMethod : this.spanMethod"
>
...
...
@@ -47,6 +47,7 @@
</template>
<
script
>
import
{
log
}
from
'bpmn-js-token-simulation'
import
LbColumn
from
'./lb-column'
export
default
{
props
:
{
...
...
@@ -185,9 +186,11 @@
_this
.
tableHeight
=
window
.
innerHeight
-
_this
.
heightNum
}
}
else
{
// this.tableHeight = this.heightNum
this
.
$nextTick
(()
=>
{
this
.
minHeight
&&
(
document
.
getElementById
(
'heightNumSetting'
).
style
.
minHeight
=
this
.
minHeight
+
'px'
)
let
arr
=
document
.
getElementsByClassName
(
'heightNumSetting'
);
[...
arr
].
forEach
(
item
=>
{
this
.
minHeight
&&
(
item
.
style
.
minHeight
=
this
.
minHeight
+
'px'
)
})
})
}
},
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/ygmmdj.vue
View file @
5e1bf83
...
...
@@ -473,16 +473,32 @@
bdcqzhrules
:
[
{
required
:
true
,
message
:
"不动产权证号:"
,
trigger
:
"blur"
},
],
// qxdmrules: [{ required: true, message: "区县代码", trigger: "blur" }],
djjgrules
:
[{
required
:
true
,
message
:
"登记机构"
,
trigger
:
"blur"
}],
dbrrules
:
[{
required
:
true
,
message
:
"登簿人"
,
trigger
:
"blur"
}],
djsjrules
:
[{
required
:
true
,
message
:
"登记时间"
,
trigger
:
"blur"
}],
ygdjlxrules
:
[{
required
:
true
,
message
:
"预告登记种类"
,
trigger
:
"blur"
}],
djlxrules
:
[{
required
:
true
,
message
:
"登记类型"
,
trigger
:
"change"
}],
ywhrules
:
[{
required
:
true
,
message
:
"业务号"
,
trigger
:
"blur"
}],
},
ableOperation
:
false
,
};
// qxdmrules: [{ required: true, message: "区县代码", trigger: "blur" }],
djjgrules
:
[{
required
:
true
,
message
:
"登记机构"
,
trigger
:
"blur"
}],
dbrrules
:
[{
required
:
true
,
message
:
"登簿人"
,
trigger
:
"blur"
}],
djsjrules
:
[{
required
:
true
,
message
:
"登记时间"
,
trigger
:
"blur"
}],
ygdjlxrules
:
[{
required
:
true
,
message
:
"预告登记种类"
,
trigger
:
"change"
}],
djlxrules
:
[{
required
:
true
,
message
:
"登记类型"
,
trigger
:
"change"
}],
ywhrules
:
[{
required
:
true
,
message
:
"业务号"
,
trigger
:
"blur"
}],
},
ableOperation
:
false
,
};
},
created
()
{
this
.
loadData
();
},
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
ableOperation
},
methods
:
{
/**
* @description: ssQlxxchange
* @param {*} val
* @author: renchao
*/
ssQlxxchange
(
val
)
{
this
.
ruleForm
.
ssQlxx
=
val
;
this
.
ruleForm
.
qlxx
.
ssywh
=
val
.
ywh
;
},
created
()
{
this
.
loadData
();
...
...
@@ -645,7 +661,8 @@
});
},
},
};
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
5e1bf83
...
...
@@ -5,7 +5,7 @@
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"150"
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"!isDisabled"
@
updateDetail=
"handleupdateDetail"
/>
...
...
src/views/workflow/components/th.vue
View file @
5e1bf83
...
...
@@ -22,7 +22,7 @@
@
change=
"changeSelectItem(item)"
></el-radio>
</p>
<p>
{{
item
.
activityName
}}
</p>
<p
v-for=
"(child, childIndex) in item.
userInfos
"
:key=
"childIndex"
>
<p
v-for=
"(child, childIndex) in item.
assignee
"
:key=
"childIndex"
>
{{
child
.
name
}}
</p>
</li>
...
...
@@ -113,6 +113,7 @@
getTaskBackNode
(
this
.
formData
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
dataList
=
res
.
result
;
console
.
log
(
"this.dataList"
,
this
.
dataList
);
if
(
res
.
result
)
{
this
.
selectActivity
=
res
.
result
[
0
].
activityId
;
this
.
selectItem
=
res
.
result
[
0
];
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
5e1bf83
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-31 10:03:31
* @LastEditTime: 2023-0
8-02 09:25:08
-->
<
template
>
<!-- 抵押权利信息查询 -->
...
...
@@ -39,7 +39,7 @@
<el-col
:span=
"2"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleSearch"
:loading=
"loading"
>
查询
</el-button>
<
el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button
>
<
!--
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
--
>
</el-form-item>
</el-col>
</el-row>
...
...
Please
register
or
sign in
to post a comment