解决刚刚打开单据的新增界面,切换客户导致明细里面清空的bug
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user