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

参数变更

parent 5ec6b77a
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
}, },
{ {
title: "包装数量", title: "包装数量",
field: "packmxSl", field: "bzsl",
width: 120, width: 120,
}, },
{ {
......
...@@ -51,9 +51,11 @@ import Cx from './cx.vue' ...@@ -51,9 +51,11 @@ import Cx from './cx.vue'
/* 选择list时的回调 */ /* 选择list时的回调 */
save(list){ save(list){
this.showDialog=false this.showDialog=false
this.formDetail.splice(0, this.formDetail.length);
/* 添加熬子表*/ /* 添加熬子表*/
list.forEach(item=>{ list.forEach(item=>{
item.lydjid=item.id item.lydjid=item.id
item.bzsl=item.packmxSl||0
delete item.id delete item.id
this.formDetail.push(_.cloneDeep(item)) this.formDetail.push(_.cloneDeep(item))
}) })
...@@ -168,7 +170,7 @@ import Cx from './cx.vue' ...@@ -168,7 +170,7 @@ import Cx from './cx.vue'
}, },
{ {
title: "包装数量", title: "包装数量",
field: "packmxSl", field: "bzsl",
width: 200, 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