Commit 04c354ef authored by jiaorz's avatar jiaorz

去除日志

parent 0def88f5
......@@ -254,7 +254,6 @@ export default {
mounted() {
this.dialogVisible = true
this.getAllFn()
console.log(this.orderDetailInfo)
},
methods: {
orderInfo(val) {
......
......@@ -1035,7 +1035,6 @@ export default {
"flag" : true
}
orderDetail(param).then(response => {
console.log(response)
this.orderDetailInfo = response.data
if(this.orderDetailInfo && this.orderDetailInfo.memberLevel) {
if(this.orderDetailInfo.memberLevel == 1) {
......@@ -1055,7 +1054,6 @@ export default {
this.orderDetailInfo.rentVehiclePriceVO = JSON.parse(this.orderDetailInfo.costDetail.paramJson)
}
console.log(this.orderDetailInfo.items)
if(this.orderDetailInfo.items) {
for (var i = 0;i< this.orderDetailInfo.items.length;i++) {
if(this.orderDetailInfo.items[i].type == 104) {
......@@ -1082,14 +1080,11 @@ export default {
this.orderDetailInfo.ststusName = '已完成'
}
}
console.log(this.orderDetailInfo)
this.rentDialogVisible = true
})
}
},
checkViolateAmount() {
console.log(this.topAmount)
console.log(this.violateAmount)
if (this.topAmount < this.violateAmount) {
this.$notify({
title: '失败',
......@@ -1134,7 +1129,6 @@ export default {
cancelReason: '后台取消',
appUserId: row.userId
}
console.log(row)
getViolatePrice(row.orderNo).then(data => {
if (data.status == 200) {
that.topAmount = data.data.topAmount
......@@ -1209,7 +1203,6 @@ export default {
illegalEvent(params) {
this.illegalVisible = false
if (params) {
// console.log(params);
}
},
/**
......@@ -1218,11 +1211,10 @@ export default {
detailEvent(params) {
this.detailVisible = false
if (params) {
// console.log(params);
}
},
handleHandoverOrderVehicle(row) {
// console.log(row);
this.modalTitle = '交车记录'
this.form = row
if (this.form.status == 2) {
......@@ -1281,7 +1273,6 @@ export default {
},
handleReturnOrderVehicle(row) {
// console.log(row);
this.modalTitle = '还车记录'
this.form = row
if (this.form.status == 2) {
......@@ -1319,7 +1310,6 @@ export default {
this.depositDetail = false
},
handleRefundVehicle(row) {
// console.log(row);
this.activeInfo = row
var that = this
that.pictureList = []
......@@ -1372,7 +1362,7 @@ export default {
var arr = item.depositRefundRecord
}
that.depositRefundRecord = arr
// console.log(that.depositRefundRecord);
}
})
})
......@@ -1507,7 +1497,6 @@ export default {
page(this.listQuery).then(response => {
if (response.data.data) {
response.data.data.map(function(el) {
// console.log(el);
if (el.status == 2) {
el.ststusName = '取消'
}
......
......@@ -691,7 +691,6 @@
"flag" : true
}
orderDetail(param).then(response => {
console.log(response)
this.orderDetailInfo = response.data
if(this.orderDetailInfo && this.orderDetailInfo.memberLevel) {
if(this.orderDetailInfo.memberLevel == 1) {
......@@ -711,7 +710,6 @@
this.orderDetailInfo.rentVehiclePriceVO = JSON.parse(this.orderDetailInfo.costDetail.paramJson)
}
console.log(this.orderDetailInfo.items)
if(this.orderDetailInfo.items) {
for (var i = 0;i< this.orderDetailInfo.items.length;i++) {
if(this.orderDetailInfo.items[i].type == 104) {
......
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