解决刚刚打开单据的新增界面,切换客户导致明细里面清空的bug

This commit is contained in:
季圣华
2023-06-21 19:52:27 +08:00
parent f5f17335d0
commit 989a38c768

View File

@@ -716,6 +716,7 @@ export const BillModalMixin = {
barCodeStr += detail.barCode + ',' barCodeStr += detail.barCode + ','
} }
} }
if(barCodeStr) {
let param = { let param = {
barCode: barCodeStr, barCode: barCodeStr,
organId: organId, organId: organId,
@@ -769,6 +770,7 @@ export const BillModalMixin = {
}); });
} }
}) })
}
}) })
}, },
scanEnter() { scanEnter() {