|
@@ -718,7 +718,11 @@
|
|
|
this.WarehouseInOutInfo.warehouseInOutDetail = this.list
|
|
|
this.WarehouseInOutInfo.statusFlag = 3
|
|
|
this.WarehouseInOutInfo.pcFlag = 0
|
|
|
- // this.WarehouseInOutInfo.baseId=0
|
|
|
+ for(let i = 0 ;i < this.warehouselist.length ; i++){
|
|
|
+ if(this.warehouselist[i].warehouseName == this.WarehouseInOutInfo.warehouseName){
|
|
|
+ this.WarehouseInOutInfo.baseId = this.warehouselist[i].id
|
|
|
+ }
|
|
|
+ }
|
|
|
this.WarehouseInOutInfo.taskType = "出库任务"
|
|
|
uni.showLoading({
|
|
|
title: "正在提交"
|