|
@@ -510,7 +510,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.$api.doRequest('get', '/contractManagementInfo/getOutContract', {
|
|
this.$api.doRequest('get', '/contractManagementInfo/getOutContract', {
|
|
- contractNo:this.detailData.contractNo,compId:uni.getStorageSync('pcUserInfo').compId
|
|
|
|
|
|
+ contractNo:this.detailData.contractNo,warehouseName: this.warehouseName,compId:uni.getStorageSync('pcUserInfo').compId
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
|
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
@@ -541,6 +541,9 @@
|
|
}
|
|
}
|
|
this.carList = res.data.data.tranCarInfoList //车牌号下拉列表
|
|
this.carList = res.data.data.tranCarInfoList //车牌号下拉列表
|
|
}
|
|
}
|
|
|
|
+ else{
|
|
|
|
+ this.carList =[]
|
|
|
|
+ }
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -575,7 +578,7 @@
|
|
this.detailData.contractNo = this.inOutNoList[e[0]].moveTaskNo
|
|
this.detailData.contractNo = this.inOutNoList[e[0]].moveTaskNo
|
|
}
|
|
}
|
|
this.$api.doRequest('get', '/contractManagementInfo/getOutContract', {
|
|
this.$api.doRequest('get', '/contractManagementInfo/getOutContract', {
|
|
- contractNo:this.detailData.contractNo,compId:uni.getStorageSync('pcUserInfo').compId
|
|
|
|
|
|
+ contractNo:this.detailData.contractNo,warehouseName: this.warehouseName,compId:uni.getStorageSync('pcUserInfo').compId
|
|
}).then(res => {
|
|
}).then(res => {
|
|
this.contractList=res.data.data
|
|
this.contractList=res.data.data
|
|
if(this.detailData.inOutType != '移库出库'){
|
|
if(this.detailData.inOutType != '移库出库'){
|