From 7c7e29ab207a8a22dcaaf25294f6869a22974b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BE=A4?= Date: Fri, 15 Sep 2023 16:14:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=9B=B4=E5=90=8D=EF=BC=9B?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=AE=A2=E8=BF=90=E6=8E=A5=E5=8F=A3=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 +- pages/airport/airport-runData/form.vue | 4 +- pages/home/index.vue | 8 +- pages/metro/{runData => subwayPage}/form.vue | 38 +++- pages/metro/{runData => subwayPage}/list.vue | 0 .../form.vue | 172 ++++++++++++------ .../list.vue | 4 +- pages/water/waterWay/form.vue | 2 +- 8 files changed, 167 insertions(+), 69 deletions(-) rename pages/metro/{runData => subwayPage}/form.vue (86%) rename pages/metro/{runData => subwayPage}/list.vue (100%) rename pages/portShipping/{internationalTransport => waterInternational}/form.vue (74%) rename pages/portShipping/{internationalTransport => waterInternational}/list.vue (96%) diff --git a/pages.json b/pages.json index ac133cb..116f604 100644 --- a/pages.json +++ b/pages.json @@ -136,25 +136,25 @@ } }, { - "path": "pages/portShipping/internationalTransport/form", + "path": "pages/portShipping/waterInternational/form", "style": { "navigationBarTitleText": "水路国际客运报送" } }, { - "path": "pages/portShipping/internationalTransport/list", + "path": "pages/portShipping/waterInternational/list", "style": { "navigationBarTitleText": "水路国际客运" } }, { - "path": "pages/metro/runData/form", + "path": "pages/metro/subwayPage/form", "style": { "navigationBarTitleText": "地铁客流量报送" } }, { - "path": "pages/metro/runData/list", + "path": "pages/metro/subwayPage/list", "style": { "navigationBarTitleText": "地铁客流量" } diff --git a/pages/airport/airport-runData/form.vue b/pages/airport/airport-runData/form.vue index f1dff2f..10e342e 100644 --- a/pages/airport/airport-runData/form.vue +++ b/pages/airport/airport-runData/form.vue @@ -425,7 +425,7 @@ if (options.type == 'add') { this.pageType = 'add'; let now = new Date(); - this.form.affiliatedUnit = this.userInfo.organizationName ? this.userInfo.organizationName : ''; + // this.form.affiliatedUnit = this.userInfo.organizationName ? this.userInfo.organizationName : ''; this.form.statDate = getDateStr(now, -1); //默认前一天 this.queryTime(); //统计时段 } else if(options.item) { @@ -568,7 +568,7 @@ }) return; } - if (!checkNotEmpty(this.form.inPassengersYoyIn) || !checkNotEmpty(this.form.outboundFlightsIn)) { + if (!checkNotEmpty(this.form.inboundFlightsIn) || !checkNotEmpty(this.form.outboundFlightsIn)) { uni.showToast({ title: '国际入青/出青航班架次不能为空', icon: 'none' diff --git a/pages/home/index.vue b/pages/home/index.vue index 2d14423..93c16c8 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -90,8 +90,8 @@