Commit 76b36d62 authored by 何远江's avatar 何远江

修复销售拣货没有尺码情况下数据处理

parent d12799da
...@@ -244,6 +244,7 @@ export default { ...@@ -244,6 +244,7 @@ export default {
} else { } else {
ele.ZSIZE = ""; ele.ZSIZE = "";
ele.sumNum = ele.LFIMG; ele.sumNum = ele.LFIMG;
ele.ZPLDT = []
// ele.ZINSNUM = ele.LFIMG; // ele.ZINSNUM = ele.LFIMG;
this.goodsList.push(ele); this.goodsList.push(ele);
this.$u.toast(`物料编号:${ele.MATNR}--没有尺码信息`); this.$u.toast(`物料编号:${ele.MATNR}--没有尺码信息`);
......
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