|
@ -170,7 +170,6 @@ |
|
|
|
|
|
|
|
|
var item = this.detailSource.find(r => r.itemCode == itemCode); |
|
|
var item = this.detailSource.find(r => r.itemCode == itemCode); |
|
|
if (item == undefined) { |
|
|
if (item == undefined) { |
|
|
|
|
|
|
|
|
if (this.detailSource.length == 0) { |
|
|
if (this.detailSource.length == 0) { |
|
|
item = this.createItemInfo(result.label); |
|
|
item = this.createItemInfo(result.label); |
|
|
let itemDetail = result.balance; |
|
|
let itemDetail = result.balance; |
|
|