Commit 10837571 authored by 李苏's avatar 李苏 💬

参数变更

parent 5ec6b77a
......@@ -88,7 +88,7 @@
},
{
title: "包装数量",
field: "packmxSl",
field: "bzsl",
width: 120,
},
{
......
......@@ -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: "packmxSl",
field: "bzsl",
width: 200,
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment