Commit d12799da authored by 何远江's avatar 何远江

bug 修改

parent 11de4552
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
class="boxSelect" class="boxSelect"
prefixIcon="search" prefixIcon="search"
v-model.trim="vbeln" v-model.trim="vbeln"
placeholder="请扫描交货单" placeholder="请扫描交货单"
@confirm="handleConfirm" @confirm="handleConfirm"
></uni-easyinput> ></uni-easyinput>
<uni-easyinput <uni-easyinput
...@@ -174,6 +174,7 @@ export default { ...@@ -174,6 +174,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