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
10837571
Commit
10837571
authored
Jan 08, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数变更
parent
5ec6b77a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
mx.vue
src/views/ccgl/kngl/zlhbg/mx.vue
+1
-1
edit.vue
src/views/ccgl/kngl/zlhbg/top/edit.vue
+3
-1
No files found.
src/views/ccgl/kngl/zlhbg/mx.vue
View file @
10837571
...
...
@@ -88,7 +88,7 @@
},
{
title
:
"包装数量"
,
field
:
"
packmxS
l"
,
field
:
"
bzs
l"
,
width
:
120
,
},
{
...
...
src/views/ccgl/kngl/zlhbg/top/edit.vue
View file @
10837571
...
...
@@ -51,9 +51,11 @@ import Cx from './cx.vue'
/* 选择list时的回调 */
save
(
list
){
this
.
showDialog
=
false
this
.
formDetail
.
splice
(
0
,
this
.
formDetail
.
length
);
/* 添加熬子表*/
list
.
forEach
(
item
=>
{
item
.
lydjid
=
item
.
id
item
.
bzsl
=
item
.
packmxSl
||
0
delete
item
.
id
this
.
formDetail
.
push
(
_
.
cloneDeep
(
item
))
})
...
...
@@ -168,7 +170,7 @@ import Cx from './cx.vue'
},
{
title
:
"包装数量"
,
field
:
"
packmxS
l"
,
field
:
"
bzs
l"
,
width
:
200
,
},
{
...
...
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