| | |
| | | data() { |
| | | return { |
| | | pageConfig:{ |
| | | findPageUrl:this.$systemconfig.basePath + '/ticket/findPage', |
| | | deleteDataUrl: this.$systemconfig.basePath + '/ticket/delete', |
| | | findPageUrl:this.$systemconfig.basePath + '/ffzf/ticket/findPage', |
| | | deleteDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/delete', |
| | | }, |
| | | pageData: this.$byutil.defaultPageData(), |
| | | dialogVisible:false, |
| | |
| | | data() { |
| | | return { |
| | | pageConfig: { |
| | | pageDataUrl: this.$systemconfig.basePath + '/ticket/findPage', |
| | | deleteDataUrl: this.$systemconfig.basePath + '/ticket/delete', |
| | | pageDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/findPage', |
| | | deleteDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/delete', |
| | | }, |
| | | pageData: this.$byutil.defaultPageData(), |
| | | dialogVisible:false, |
| | |
| | | data() { |
| | | return { |
| | | pageConfig:{ |
| | | findPageUrl:this.$systemconfig.basePath + '/outPark/findPage', |
| | | findPageUrl:this.$systemconfig.basePath + '/ffzf/outpark/findPage', |
| | | }, |
| | | pageData: this.$byutil.defaultPageData(), |
| | | dialogVisible:false, |
| | |
| | | <template> |
| | | <div class="inAndOutForm-wrap"> |
| | | <el-dialog |
| | | title="智慧泊实时入场记录" |
| | | title="智慧泊车实时入场记录" |
| | | :visible.sync="dialogVisible" |
| | | width="40%"> |
| | | <div class="daibanForm-main"> |
| | |
| | | data() { |
| | | return { |
| | | pageConfig:{ |
| | | enterParkUrl:this.$systemconfig.basePath + '/notice/enterPark', |
| | | enterParkUrl:this.$systemconfig.basePath + '/ffzf/notice/enterPark', |
| | | }, |
| | | pageData: this.$byutil.defaultPageData(), |
| | | dialogVisible:false, |
| | |
| | | data() { |
| | | return { |
| | | pageConfig: { |
| | | pageDataUrl: this.$systemconfig.basePath + '/ticket/findPage', |
| | | pageDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/findPage', |
| | | }, |
| | | pageData: this.$byutil.defaultPageData(), |
| | | type:{ |
| | |
| | | data() { |
| | | return { |
| | | pageConfig: { |
| | | pageDataUrl: this.$systemconfig.basePath + '/ticket/findPage', |
| | | pageDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/findPage', |
| | | }, |
| | | pageData: this.$byutil.defaultPageData(), |
| | | type:{ |
| | |
| | | data() { |
| | | return { |
| | | pageConfig:{ |
| | | saveData:this.$systemconfig.basePath + '/ticket/save2', |
| | | weizhangData:this.$systemconfig.basePath + '/violationType/findAll', |
| | | zhixingrenData:this.$systemconfig.basePath + '/user/findAll', |
| | | saveData:this.$systemconfig.basePath + '/ffzf/ticket/save2', |
| | | weizhangData:this.$systemconfig.basePath + '/ffzf/violationtype/findAll', |
| | | zhixingrenData:this.$systemconfig.basePath + '/ffzf/user/findAll', |
| | | }, |
| | | weizhangOptions:[], |
| | | zhixingrenOptions:[], |
| | |
| | | pageConfig: { |
| | | getDataUrl: this.$systemconfig.basePath + '/statistic/getData1', |
| | | getLogoUrl: this.$systemconfig.basePath + '/statistic/getLogo', |
| | | findAllUrl: this.$systemconfig.basePath + '/user/findAll', |
| | | illegalCarUrl: this.$systemconfig.basePath + '/notice/illegalCar2', |
| | | findAllUrl: this.$systemconfig.basePath + '/ffzf/user/findAll', |
| | | illegalCarUrl: this.$systemconfig.basePath + '/ffzf/notice/illegalCar2', |
| | | }, |
| | | weizhangTimer:null, //违章list定时器 |
| | | getDataTimer:null, //统计数据定时器 |
| | |
| | | this.inits() |
| | | }) |
| | | this.newTimes() |
| | | this.userName = this.getStore('name') |
| | | this.userName = this.getStore('userinfo').name |
| | | this.getData() |
| | | this.$nextTick(() => { |
| | | this.createMap() |
| | |
| | | disableHostCheck: true, |
| | | proxy: { |
| | | '/':{ |
| | | //target:'http://183.196.93.178', |
| | | target:'http://127.0.0.1:8089', |
| | | target:'http://183.196.93.178:8089', |
| | | //target:'http://127.0.0.1:8089', |
| | | changeOrigin:true, |
| | | pathRewrite:{ |
| | | '/':'' |