...
|
...
|
@@ -641,8 +641,9 @@ background-color: white; |
|
|
addBillPerson(this.billperson).then(res=>{
|
|
|
let response=res.data;
|
|
|
if(response.code=='200'){
|
|
|
this.centerDialogVisible=true;
|
|
|
this.msg=response.msg;
|
|
|
//this.centerDialogVisible=true;
|
|
|
//this.msg=response.msg;
|
|
|
this.$message.success(response.msg);
|
|
|
this.transList()
|
|
|
//document.getElementById("send").disabled=true;
|
|
|
let sy=this.type="2";
|
...
|
...
|
@@ -771,15 +772,16 @@ background-color: white; |
|
|
addBill(this.bill).then(res=>{
|
|
|
let response=res.data;
|
|
|
if(response.code=='200'){
|
|
|
this.centerDialogVisible=true;
|
|
|
this.msg=response.msg;
|
|
|
this.$message.success(response.msg)
|
|
|
//this.centerDialogVisible=true;
|
|
|
//this.msg=response.msg;
|
|
|
// this.$router.push({path:'/queryBill',query:{aircraftNo:this.bill.aircraftNo,flightNo:this.bill.flightNo,
|
|
|
// flightDate:this.bill.flightDate}});
|
|
|
//document.getElementById("add").disabled=true;
|
|
|
let st=this.status="2";
|
|
|
this.btDeleStatusFormater(st);
|
|
|
}else{
|
|
|
this.msg=response.msg;
|
|
|
this.$message.error(response.msg)
|
|
|
}
|
|
|
});
|
|
|
} else {
|
...
|
...
|
@@ -797,10 +799,11 @@ background-color: white; |
|
|
sendBill(this.bill).then(res=>{
|
|
|
let response=res.data;
|
|
|
if(response.code=='200'){
|
|
|
this.centerDialogVisible=true;
|
|
|
this.msg=response.msg;
|
|
|
//this.centerDialogVisible=true;
|
|
|
//this.msg=response.msg;
|
|
|
this.$router.push({path:'/queryBill',query:{aircraftNo:this.bill.aircraftNo,flightNo:this.bill.flightNo,
|
|
|
flightDate:this.bill.flightDate}});
|
|
|
this.$message.success(response.msg)
|
|
|
//document.getElementById("add").disabled=true;
|
|
|
// let st=this.status="2";
|
|
|
// this.btDeleStatusFormater(st);
|
...
|
...
|
|