Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
lxyl-vue
Commits
b23a94ea
Commit
b23a94ea
authored
Sep 04, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调拨明细累计不是直接清空
parent
4476a05b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
akck.vue
src/views/ccgl/ckgl/dbckd/top/akck.vue
+13
-6
No files found.
src/views/ccgl/ckgl/dbckd/top/akck.vue
View file @
b23a94ea
...
@@ -58,13 +58,20 @@
...
@@ -58,13 +58,20 @@
this
.
form
.
hzid
=
list
[
0
].
hzid
this
.
form
.
hzid
=
list
[
0
].
hzid
this
.
form
.
hzName
=
list
[
0
].
hzName
this
.
form
.
hzName
=
list
[
0
].
hzName
// this.form.ywrq=row.ywrq
// this.form.ywrq=row.ywrq
let
length
=
this
.
formDetail
.
length
//
let length = this.formDetail.length
this
.
formDetail
.
splice
(
0
,
length
)
//
this.formDetail.splice(0, length)
list
.
forEach
(
item
=>
{
list
.
forEach
(
item
=>
{
let
packid
=
item
.
packid
const
index
=
this
.
formDetail
.
findIndex
(
ditem
=>
ditem
.
packid
==
packid
);
if
(
index
==-
1
){
item
.
yfsl
=
item
.
kcsl
item
.
yfsl
=
item
.
kcsl
item
.
lydjid
=
item
.
id
item
.
lydjid
=
item
.
id
delete
item
.
id
delete
item
.
id
this
.
formDetail
.
push
(
_
.
cloneDeep
(
item
))
this
.
formDetail
.
push
(
_
.
cloneDeep
(
item
))
}
else
{
// this.formDetail[index].kcsl
}
})
})
},
},
xzkc
(){
xzkc
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment