Commit edb13774 authored by 黄奎's avatar 黄奎

机票修改

parent c55064c3
......@@ -786,7 +786,7 @@
<p class="_text">{{$t('Airticket.Air_departureDate')}}</p>
</div>
</el-col>
<el-col :span="3" class="vmiddle">
<el-col :span="3" class="vmiddle" style="display:none;">
<div class="_btn _tmt_page">
<button class="hollowFixedBtn inversion" type="button" @click="outBtn(item)">转位</button>
<el-tooltip class="item" effect="dark" content="日志" placement="top-start" style="display:none">
......@@ -819,6 +819,9 @@
团号:<span v-if="item.TCNUM!=''">{{item.TCNUM}}</span>
</div>
</el-col>
<el-col :span="6">
<div class="TCID_cont"> 采购人:<span style="color:red;">{{item.PurchaseManName}}</span> </div>
</el-col>
<el-col :span="8">
<div class="TCID_cont">
机票编号:{{item.AirticketId}}
......@@ -992,12 +995,6 @@
this.Warning("请选择接受人员");
return false;
}
// if (this.outData.OutNum == 0 || this.outData.OutNum == "") {
// this.Warning("请输入要采购的数量");
// this.outData.OutNum = "";
// return false;
// }
var that = this;
this.Confirm("是否将机票转出?", function () {
that.apipost(
......@@ -1054,6 +1051,14 @@
}
},
mounted() {
let myDate = new Date();
let nowDate =
myDate.getFullYear() +
"-" +
parseInt(myDate.getMonth() + 1) +
"-" +
myDate.getDate();
this.Query.QFlightDateStart=nowDate;
this.initCity();
this.getList();
this.getEmployeeList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment