Browse Source

配送增加PC签收和计划取消

pre-production
汤建军 1 year ago
parent
commit
cdc99147c0
  1. 12
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

12
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -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');
},
/** 是否全屏 */

Loading…
Cancel
Save