|  | @@ -929,7 +929,7 @@
 | 
	
		
			
				|  |  |              </el-table-column>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              <el-table-column
 | 
	
		
			
				|  |  | -              prop="fOrgWarehouseInformation"
 | 
	
		
			
				|  |  | +              prop="fOrgwarehouseInformation"
 | 
	
		
			
				|  |  |                header-align="center"
 | 
	
		
			
				|  |  |                align="center"
 | 
	
		
			
				|  |  |                label="库位"
 | 
	
	
		
			
				|  | @@ -3223,7 +3223,7 @@ export default {
 | 
	
		
			
				|  |  |            fGoodsids: this.dialogWhgenlegList[whgen].fGoodsids,
 | 
	
		
			
				|  |  |            fBillingway: this.dialogWhgenlegList[whgen].fBillingway,
 | 
	
		
			
				|  |  |            fChargedate: this.dialogWhgenlegList[whgen].fChargedate,
 | 
	
		
			
				|  |  | -          fOrgWarehouseInformation: this.dialogWhgenlegList[whgen].fWarehouseids,
 | 
	
		
			
				|  |  | +          fOrgwarehouseInformation: this.dialogWhgenlegList[whgen].fWarehouseids,
 | 
	
		
			
				|  |  |            fPackagespecs: this.dialogWhgenlegList[whgen].fPackagespecs,
 | 
	
		
			
				|  |  |            fPlannetweight: this.dialogWhgenlegList[whgen].fNetweightblc,
 | 
	
		
			
				|  |  |            fOriginalbillno: this.dialogWhgenlegList[whgen].fOriginalbillno,
 | 
	
	
		
			
				|  | @@ -3236,6 +3236,7 @@ export default {
 | 
	
		
			
				|  |  |            fTransferWarehouselocid: null,
 | 
	
		
			
				|  |  |            remark: null,
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  | +        console.log(this.dataList.fOrgWarehouseInformation)
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.whgenlegVisible = false;
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -3707,7 +3708,6 @@ export default {
 | 
	
		
			
				|  |  |      /** 修改按钮操作 */
 | 
	
		
			
				|  |  |      handleUpdate(row, status) {
 | 
	
		
			
				|  |  |        this.reset();
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |        this.browseStatus = status;
 | 
	
		
			
				|  |  |        this.contrOl = status
 | 
	
		
			
				|  |  |        this.detailsHidden = false;
 | 
	
	
		
			
				|  | @@ -3795,6 +3795,8 @@ export default {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          this.open = true;
 | 
	
		
			
				|  |  |          this.title = "修改调拨";
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        this.warehousesssMethod()
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 数量计算
 |