|
|
|
@ -3385,7 +3385,7 @@ export default {
|
|
|
|
|
// 批量签收 |
|
|
|
|
Batchsigning(){ |
|
|
|
|
console.log(this.selectionList,'this.selectionList'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let data = { |
|
|
|
|
deliveryId:this.deliveryId, |
|
|
|
|
reservationId:this.wid, |
|
|
|
@ -3397,14 +3397,14 @@ export default {
|
|
|
|
|
if (res.data.code === 200){ |
|
|
|
|
this.$message.success(res.data.msg); |
|
|
|
|
this.getWrapdetails(this.page); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
this.selectionList=[];//清空选择 |
|
|
|
|
this.loading=false; |
|
|
|
|
}).catch(res=>{ |
|
|
|
|
this.selectionList=[];//清空选择 |
|
|
|
|
this.loading=false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
// 批量计划取消 |
|
|
|
@ -3423,11 +3423,11 @@ export default {
|
|
|
|
|
} |
|
|
|
|
this.selectionList=[];//清空选择 |
|
|
|
|
this.loading=false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}).catch(res=>{ |
|
|
|
|
this.selectionList=[];//清空选择 |
|
|
|
|
this.loading=false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
@ -3769,7 +3769,7 @@ export default {
|
|
|
|
|
this.wid = row.id; |
|
|
|
|
this.getWrapdetails(this.wpage); |
|
|
|
|
await this.$nextTick(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setNodeHeight(this.$refs.wtableBox.$el, '600px'); |
|
|
|
|
}, |
|
|
|
|
/** 是否全屏 */ |
|
|
|
|