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
b0bb1ffe
authored
2022-12-21 17:02:26 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:字典管理
1 parent
8f3625b2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
16 deletions
src/views/sqcx/dydjb/dydjbdata.js
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/system/dictionaries/components/editDialog.vue
src/views/system/dictionaries/dictionaries.vue
src/views/system/sqywgz/sqywgz.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/views/sqcx/dydjb/dydjbdata.js
View file @
b0bb1ff
...
...
@@ -63,7 +63,7 @@ class data extends filter {
label
:
"操作"
,
width
:
100
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
icon
=
'el-icon-
view
'
onClick
=
{()
=>
{
vm
.
dydjbClick
(
scope
)
}}
>
打印登记薄
<
/el-button
>
return
<
el
-
button
type
=
"text"
icon
=
'el-icon-
printer
'
onClick
=
{()
=>
{
vm
.
dydjbClick
(
scope
)
}}
>
打印登记薄
<
/el-button
>
}
},
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
b0bb1ff
...
...
@@ -110,12 +110,11 @@ export default {
handleViewClick
(
scope
)
{
var
sqcxBsm
=
scope
.
row
.
bsmSqcx
;
this
.
$popup
(
"申请查询记录"
,
"sqcx/sqcxjl/components/sqcxjlInfo"
,
{
height
:
700
,
formData
:
{
sqcxBsm
:
sqcxBsm
,
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
},
});
}
})
},
},
};
...
...
src/views/system/dictionaries/components/editDialog.vue
View file @
b0bb1ff
...
...
@@ -179,6 +179,7 @@ export default {
},
'details.bsmDict'
:
{
handler
:
function
(
newValue
)
{
if
(
!
this
.
value
)
return
this
.
$startLoading
();
getChildDictList
(
newValue
).
then
(
res
=>
{
this
.
$endLoading
();
...
...
src/views/system/dictionaries/dictionaries.vue
View file @
b0bb1ff
...
...
@@ -39,14 +39,13 @@ import { getQlxxDictList, getChildDictList, refreshDictCache } from "@/api/user.
import
{
datas
,
sendThis
}
from
"./dictionaries"
import
editDialog
from
"./components/editDialog.vue"
export
default
{
name
:
"d
jbcx
"
,
name
:
"d
ictionaries
"
,
components
:
{
editDialog
},
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
this
.
queryClick
()
},
data
()
{
return
{
...
...
src/views/system/sqywgz/sqywgz.vue
View file @
b0bb1ff
...
...
@@ -34,7 +34,6 @@
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<!--
<editDialog
v-model=
"isDialog"
:detailList=
"detailList"
:bsmSqyw=
"bsmSqyw"
/>
-->
<component-dialog
:dialogVisible=
"dialogVisible"
v-if=
"sqqlRule && flag"
:sqqlRule=
"sqqlRule"
@
update:dialogVisible=
"dialogVisibles"
></component-dialog>
</div>
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
b0bb1ff
...
...
@@ -32,7 +32,7 @@ export default {
key
:
0
,
dataIndex
:
0
,
dialog
:
false
,
isaddupdate
:
false
,
isaddupdate
:
false
,
details
:
{},
tableDataList
:
[],
InformationTable
:
[
...
...
@@ -56,7 +56,7 @@ export default {
}
},
{
label
:
'身份证读卡器
2
'
,
label
:
'身份证读卡器'
,
align
:
'center'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
icon
=
"el-icon-tickets"
onClick
=
{()
=>
{
this
.
readClick
(
scope
)
}}
>
读取
<
/el-button
>
...
...
@@ -98,7 +98,6 @@ export default {
icon
=
"el-icon-edit-outline"
type
=
"text"
onClick
=
{()
=>
{
this
.
editClick
(
scope
.
$index
,
scope
.
row
)
}}
>
编辑
<
/el-button
>
}
<
/div
>
)
...
...
@@ -151,12 +150,12 @@ export default {
},
methods
:
{
handleupdateDetail
(
value
)
{
if
(
this
.
isaddupdate
)
{
if
(
this
.
isaddupdate
)
{
if
(
!
_
.
isEqual
(
value
,
this
.
tableData
))
{
this
.
tableDataList
[
this
.
tableDataList
.
length
]
=
_
.
cloneDeep
(
value
);
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
}
}
else
{
}
else
{
if
(
!
_
.
isEqual
(
value
,
this
.
tableData
))
{
this
.
tableDataList
[
this
.
dataIndex
]
=
_
.
cloneDeep
(
value
);
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
...
...
@@ -167,7 +166,7 @@ export default {
// 新增
addClick
()
{
this
.
dialog
=
true
this
.
isaddupdate
=
true
this
.
isaddupdate
=
true
},
// 删除
...
...
@@ -190,7 +189,7 @@ export default {
this
.
dataIndex
=
index
this
.
dialog
=
true
this
.
details
=
row
this
.
isaddupdate
=
false
this
.
isaddupdate
=
false
},
queryViewClick
()
{
this
.
dialog
=
true
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
b0bb1ff
...
...
@@ -5,7 +5,7 @@
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"120px"
>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"不动产单元号
2
"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width300px"
>
</el-input>
</el-form-item>
...
...
Please
register
or
sign in
to post a comment