Commit ea9e2e8d authored by youjie's avatar youjie

no message

parent 0ccb44e1
...@@ -852,10 +852,8 @@ ...@@ -852,10 +852,8 @@
}, },
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let SetOutTime = this.SetOutTime.length>9?this.SetOutTime.slice(0,10):this.SetOutTime let SetOutTime = this.SetOutTime.length>11?this.SetOutTime.slice(0,10):this.SetOutTime
// console.log(SetOutTime,'=====')
let newData = res.data.data.filter(x=>x.Date==SetOutTime) let newData = res.data.data.filter(x=>x.Date==SetOutTime)
console.log(newData,'=======0000')
let types = this.types.filter(x => x.checked) let types = this.types.filter(x => x.checked)
newData.length>0&&this.types.forEach((item,index) => { newData.length>0&&this.types.forEach((item,index) => {
if(this.msg.CarId==item.Id&&newData[0].Price){ if(this.msg.CarId==item.Id&&newData[0].Price){
......
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