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
b628ea3c
authored
2023-07-12 10:48:35 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
5d585be0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/components/ywrCommonTable.vue
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
b628ea3
...
...
@@ -33,10 +33,7 @@
<p
v-if=
"item.operate=='D'"
>
{{
item
.
qllxmc
}}
<span
class=
"tpcolor"
>
(删除)
</span></p>
<p
v-else
>
{{
item
.
qllxmc
}}
<span
class=
"tpcolor"
>
(
{{
item
.
operate
==
"U"
?
"编辑"
:
"新增"
}}
)
</span></p>
</div>
<i
class=
"el-icon-delete"
@
click
.
stop=
"handleDel(item)"
></i>
<i
class=
"el-icon-delete"
v-if=
"delel"
></i>
</el-menu-item>
</el-menu>
</div>
...
...
@@ -86,6 +83,7 @@ export default {
activeIndex
:
"0"
,
// 折叠
isShowdrawer
:
true
,
delel
:
true
,
//批量操作按钮名称
batchButtonName
:
""
,
//左侧菜单数据集合
...
...
@@ -104,6 +102,7 @@ export default {
};
},
mounted
()
{
this
.
delel
=
this
.
$parent
.
isEdit
this
.
loadBdcdylist
();
this
.
getleftMenubl
();
...
...
src/views/djbworkflow/components/ywrCommonTable.vue
View file @
b628ea3
...
...
@@ -70,7 +70,7 @@
}
},
{
prop
:
"
sq
rmc"
,
prop
:
"
yw
rmc"
,
label
:
"姓名/名称"
},
{
...
...
@@ -121,7 +121,7 @@
this
.
$nextTick
(()
=>
{
if
(
val
.
length
==
0
||
!
val
)
{
that
.
tableDataList
=
_
.
cloneDeep
([{
sq
rmc
:
''
,
yw
rmc
:
''
,
dlrzjlx
:
''
,
dlrzjh
:
''
,
fr
:
''
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
View file @
b628ea3
...
...
@@ -175,7 +175,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋结构:"
>
<el-form-item
label=
"房屋结构:"
prop=
"fdcq2.fwjg"
:rules=
"rules.fwjgrules"
>
<el-select
v-model=
"ruleForm.fdcq2.fwjg"
>
<el-option
v-for=
"item in dictData['A46']"
...
...
@@ -407,6 +407,7 @@ export default {
ruleForm
:
{},
//传递参数\
rules
:
{
bdcqzhrules
:[
{
required
:
true
,
message
:
"不动产权证号:"
,
trigger
:
"change"
},
],
...
...
@@ -414,6 +415,7 @@ export default {
djjgrules
:
[{
required
:
true
,
message
:
"登记机构"
,
trigger
:
"change"
}],
dbrrules
:
[{
required
:
true
,
message
:
"登簿人"
,
trigger
:
"blur"
}],
djsjrules
:
[{
required
:
true
,
message
:
"登记时间"
,
trigger
:
"change"
}],
fwjgrules
:
[{
required
:
true
,
message
:
"房屋结构"
,
trigger
:
"change"
}],
},
};
},
...
...
Please
register
or
sign in
to post a comment