作者 朱兆平

发送理货删除前端状态更改

... ... @@ -470,6 +470,7 @@
contactName: [{required: true, message: '删除操作人不能为空', trigger: 'blur'}],
contactTel: [{required: true, message: '操作人联系方式不能为空', trigger: 'blur'}]
},
temprow: {}
}
},
created() {
... ... @@ -681,6 +682,7 @@
}else {
this.respModel.awbh = row.awbh
}
this.temprow = row;
this.$nextTick(() => {
this.$refs.tidyDeleteForm.clearValidate()
})
... ... @@ -692,7 +694,9 @@
if(res.data.count >0){
Message.success(res.data.respMessage)
this.dialogDeleteVisible = false
this.getList()
this.temprow.status = '24';
this.temprow.ext5 = '删除报发送成功';
// this.getList()
}else {
Message.error(res.data.respMessage)
}
... ...