|
@@ -608,6 +608,8 @@
|
|
|
if(localStorage.getItem('supplygoodsstatus')&&localStorage.getItem('supplygoodsstatus')==0){
|
|
|
for (let i = 0; i < supplygoods.length; i++) {
|
|
|
this.goods=this.goods!=''?this.goods+',':''+supplygoods[i].goodsName
|
|
|
+ this.dataList1.goodsName =this.goods!=''?this.goods:''+supplygoods[i].goodsName
|
|
|
+ this.dataList.goodsName=this.goods!=''?this.goods:''+supplygoods[i].goodsName
|
|
|
this.dataList1.weight=Number(this.dataList1.weight)+Number(Number(supplygoods[i].estimateOutWarehouseWeight).toFixed(3))
|
|
|
this.dataList.weight=Number(this.dataList.weight)+Number(Number(supplygoods[i].estimateOutWarehouseWeight).toFixed(3))
|
|
|
}
|