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

页面修改

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