|
@@ -437,8 +437,11 @@
|
|
warehouseName: this.warehouseName,
|
|
warehouseName: this.warehouseName,
|
|
agentKey: this.userInfo.id
|
|
agentKey: this.userInfo.id
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
|
+ if(res.data.data.length == 0){
|
|
|
|
+ this.$api.msg('暂无出库任务')
|
|
|
|
+ }
|
|
this.inOutNoList = res.data.data
|
|
this.inOutNoList = res.data.data
|
|
- this.detailData.goodsNameKey = res.data.data[0].goodsNameKey
|
|
|
|
|
|
+ this.detailData.goodsNameKey = res.data.data[0].goodsNameKey
|
|
this.detailData.inOutTaskNo = this.inOutNoList[0].inOutTaskNo ? this.inOutNoList[0]
|
|
this.detailData.inOutTaskNo = this.inOutNoList[0].inOutTaskNo ? this.inOutNoList[0]
|
|
.inOutTaskNo : ''
|
|
.inOutTaskNo : ''
|
|
this.detailData.agent = this.inOutNoList[0].agent
|
|
this.detailData.agent = this.inOutNoList[0].agent
|