|
@@ -107,7 +107,7 @@ class srCache {
|
|
if (!d.qty) continue;
|
|
if (!d.qty) continue;
|
|
let bd = bqData.find(x => { return x.lid === d.lid && x.quality === d.quality; });
|
|
let bd = bqData.find(x => { return x.lid === d.lid && x.quality === d.quality; });
|
|
if (!bd) {
|
|
if (!bd) {
|
|
- const bills = dealBills.find(x => {
|
|
|
|
|
|
+ const bills = this.dealBills.find(x => {
|
|
return x.code === d.code && x.name === d.name && x.unit === d.unit;
|
|
return x.code === d.code && x.name === d.name && x.unit === d.unit;
|
|
});
|
|
});
|
|
if (!bills) continue;
|
|
if (!bills) continue;
|