Commit 8a9a2c78 authored by godwithdh's avatar godwithdh

补卡

parent c96b3af7
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
this.value.sAddressFull=this.$route.params.address this.value.sAddressFull=this.$route.params.address
} }
this.value.dCheckDate=this.value.tCreateTime=util.dateFormat(new Date(),"yyyy-MM-dd hh:mm:ss") this.value.dCheckDate=this.value.tCreateTime=util.dateFormat(new Date(),"yyyy-MM-dd hh:mm:ss")
if(this.status=3){ if(this.status==3){
this.value.dCheckDate=util.dateFormat(new Date(Number(this.$route.query.dDate)),"yyyy-MM-dd") this.value.dCheckDate=util.dateFormat(new Date(Number(this.$route.query.dDate)),"yyyy-MM-dd")
} }
}, },
......
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