Commit 5c4b464b authored by 黄奎's avatar 黄奎

页面修改

parent 04e9cdca
......@@ -513,7 +513,6 @@
qMsg.AirlineID = 0;
}
}
console.log("qmsg",qMsg);
this.apipost(
"flight_post_GetAirportNameList",
qMsg,
......@@ -533,7 +532,6 @@
Flight_number: str
});
});
console.log("tempArray", tempArray);
if (type == 1) {
item.FlightList = tempArray;
} else {
......
......@@ -1537,7 +1537,6 @@
that.loading = true;
that.lxymallapipost("/api/DmcOrder/GetDmcOrderCommonPageList_V2", that.msg, res => {
if (res.data.resultCode == 1) {
console.log(res.data.data,'res.data.data')
that.loading = false;
that.total = res.data.data.count;
let pageData = res.data.data.pageData;
......@@ -1614,7 +1613,6 @@
this.cost_tMSg.OrderDetailId=list.Id;
this.cost_tMSg.OrderType=item.OrderType;
this.cost_tMSg.CostMoney=list.CostMoney;
console.log(list.CostMoney)
this.costDig_t = true
},
costForm_t(){//成本修改 新的
......
......@@ -418,7 +418,6 @@ export default {
created() {
if (this.$route.query.OrderId) {
this.OrderId = this.$route.query.OrderId;
console.log(this.OrderId)
this.getData();
}
},
......
......@@ -361,7 +361,6 @@
},
//获取购物店下拉框
getShopItemList() {
console.log("1111");
if (event) {
var qmsg = {
QCountry: this.CountryID
......
......@@ -1142,7 +1142,6 @@
res => {
if (res.data.resultCode == 1) {
this.SupplierList = res.data.data;
console.log("this.SupplierList", this.SupplierList)
} else {
this.$message({
type: "error",
......
......@@ -267,7 +267,6 @@
msg,
res => {
if (res.data.resultCode == 1) {
console.log("res",res.data.data);
item.airportNameList =[];
item.airportNameList = res.data.data
}
......@@ -334,7 +333,6 @@
},
//保存航班信息
savePriceFlight(item) {
console.log("savePriceFlight", item)
item.IsShow = false
this.priceFlightList.forEach((x, index) => {
if (index == 0) {
......
......@@ -1320,9 +1320,6 @@
},
methods: {
handleChange(value) {
console.log(value);
console.log(typeof(value));
},
//得到地图信息
mapEvent(e) {
......
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