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
c61f94a6
authored
2022-09-14 16:12:19 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记情形
1 parent
2890d0db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
30 deletions
src/views/system/sqywgz/components/djqxsd.vue
src/views/system/sqywgz/components/editDialog.vue
src/views/system/sqywgz/components/djqxsd.vue
View file @
c61f94a
...
...
@@ -219,35 +219,15 @@ export default {
let
container
=
this
.
$el
.
querySelector
(
'.el-table__body-wrapper'
);
container
.
scrollTop
=
container
.
scrollHeight
;
})
if
(
this
.
djqx
.
length
>
0
)
{
let
code
=
this
.
tableData
.
slice
(
-
1
)[
0
].
nodecode
let
codeQ
=
code
.
slice
(
0
,
6
)
let
len
=
''
if
(
this
.
tableData
.
length
+
1
<
9
)
{
len
=
0
+
String
(
this
.
tableData
.
length
+
1
)
}
else
{
len
=
this
.
tableData
.
length
+
1
this
.
tableData
.
push
(
{
nodecode
:
''
,
nodename
:
''
,
enabled
:
'1'
,
djyy
:
''
,
sfqydjyymb
:
'0'
}
this
.
tableData
.
push
(
{
nodecode
:
codeQ
+
len
,
nodename
:
''
,
enabled
:
'1'
,
djyy
:
''
,
sfqydjyymb
:
'0'
}
)
}
else
{
this
.
tableData
.
push
(
{
nodecode
:
''
,
nodename
:
''
,
enabled
:
'1'
,
djyy
:
''
,
sfqydjyymb
:
'0'
}
)
}
)
this
.
addIndexes
()
this
.
key
++
},
...
...
src/views/system/sqywgz/components/editDialog.vue
View file @
c61f94a
...
...
@@ -240,13 +240,13 @@ export default {
this
.
getSqdjywDetail
(
obj
.
bsmSqyw
)
},
getDjqxValue
(
val
)
{
if
(
_
.
isEqual
(
val
.
djqx
,
this
.
subData
.
djqx
))
{
if
(
!
_
.
isEqual
(
val
.
djqx
,
this
.
subData
.
djqx
))
{
this
.
subData
.
djqx
=
val
.
djqx
this
.
btnDisabled
=
val
.
btnDisabled
}
},
getClgzValue
(
val
)
{
if
(
_
.
isEqual
(
val
,
this
.
subData
.
clxx
))
{
if
(
!
_
.
isEqual
(
val
,
this
.
subData
.
clxx
))
{
this
.
subData
.
clxx
=
val
}
},
...
...
Please
register
or
sign in
to post a comment