```html 文件
{{item.sellerSKU}}
{{item.asin}}
{{item.quantityShipped}}
����,����
ts 文件
editInfo(){ this.editStatus =true; } disableEdit(){ this.editStatus = false;}delInfo(i){ console.log(i) this.productInfoItems.splice(i,1) console.log(this.productInfoItems,"......")}
搜索库存数:
vaild(){ if(Number($(".minqty").val())>Number($(".maxqty").val())){ this.helpeerror = true; }else{ this.helpeerror = false; }} doSearch () { if(!this.helpeerror) { this.batchSearch = []; this.loadData(); } }