Commit 04c354ef authored by jiaorz's avatar jiaorz

去除日志

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