zxz 2 years ago
parent
commit
f94987fca6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

+ 2 - 0
src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

@@ -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))
 						}