|
@@ -238,7 +238,6 @@ import upload from '@/components/upload.vue';
|
|
|
day: true,
|
|
|
},
|
|
|
show:false,
|
|
|
- // compIds:"",
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
@@ -267,10 +266,6 @@ import upload from '@/components/upload.vue';
|
|
|
onShow(){
|
|
|
this.$api.doRequest('get', '/warehouseInOutInfo/selectCompId', {contractNo:this.WarehouseInOutInfo.contractNo,warehouseType:1,}).then(res => {
|
|
|
if(res.data.code==200){
|
|
|
- // this.compIds = res.data.data
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouse', {compId:res.data.data,warehouseType:1,}).then(res => {
|
|
|
if(res.data.code==200){
|
|
|
var arr=[]
|
|
@@ -285,13 +280,7 @@ import upload from '@/components/upload.vue';
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
- })
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ })
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
this.WarehouseInOutInfo.contractNo = option.contractNo
|
|
@@ -317,7 +306,6 @@ import upload from '@/components/upload.vue';
|
|
|
this.$api.doRequest('get','/warehouseInOutInfo/getInfo',{id:id1}).then(res => {
|
|
|
|
|
|
that.WarehouseInOutInfo = res.data.data
|
|
|
- console.log(that.WarehouseInOutInfo.warehouseInOutDetail != null)
|
|
|
if( that.WarehouseInOutInfo.warehouseInOutDetail != null){
|
|
|
that.list = that.WarehouseInOutInfo.warehouseInOutDetail
|
|
|
}
|
|
@@ -345,7 +333,6 @@ import upload from '@/components/upload.vue';
|
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/getWarehouse', {id:id,}).then(res => {
|
|
|
var arr=[]
|
|
|
for(var i=0;i<res.data.data.warehousePositionInfoList.length;i++){
|
|
|
- console.log(res.data.data.warehousePositionInfoList[i])
|
|
|
arr.push(res.data.data.warehousePositionInfoList[i].binNumber)
|
|
|
}
|
|
|
this.warehouse1=arr
|
|
@@ -516,7 +503,6 @@ import upload from '@/components/upload.vue';
|
|
|
})
|
|
|
}
|
|
|
uni.hideLoading()
|
|
|
-
|
|
|
}).catch(res => {
|
|
|
uni.showToast({
|
|
|
title: res.data.message,
|