Commit f916785a authored by 黄奎's avatar 黄奎

页面修改

parent b6f34d16
...@@ -353,7 +353,6 @@ ...@@ -353,7 +353,6 @@
}, },
res => { res => {
this.loading = false; this.loading = false;
console.log("dmcstatistics_get_GetDinnerStaticsDetail",res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var resultArray = res.data.data.DiningList; var resultArray = res.data.data.DiningList;
this.IsOperation = res.data.data.IsOperation; this.IsOperation = res.data.data.IsOperation;
......
...@@ -338,7 +338,6 @@ ...@@ -338,7 +338,6 @@
this.orderList.forEach(rootItem => { this.orderList.forEach(rootItem => {
if (rootItem && rootItem.dayCostPrice && rootItem.dayCostPrice.length > 0) { if (rootItem && rootItem.dayCostPrice && rootItem.dayCostPrice.length > 0) {
rootItem.dayCostPrice.forEach(dItem => { rootItem.dayCostPrice.forEach(dItem => {
console.log(dItem.CurrencyId, "dItem.CurrencyId ");
if (dItem.CurrencyId == 0 && rootItem.CostCurrencyList && rootItem.CostCurrencyList.length > if (dItem.CurrencyId == 0 && rootItem.CostCurrencyList && rootItem.CostCurrencyList.length >
0) { 0) {
dItem.CurrencyId = rootItem.CostCurrencyList[0].CurrencyId; dItem.CurrencyId = rootItem.CostCurrencyList[0].CurrencyId;
......
...@@ -231,7 +231,6 @@ ...@@ -231,7 +231,6 @@
msg, msg,
res => { res => {
this.loading = false; this.loading = false;
console.log("travel_get_GetMyTravelInfo_V3",res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempData = res.data.data; var tempData = res.data.data;
if (tempData.ID && tempData.ID > 0) { if (tempData.ID && tempData.ID > 0) {
......
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