From 70be3fa300a398060d1c39cfdcf4a23adec66639 Mon Sep 17 00:00:00 2001 From: jinna Date: Fri, 15 Sep 2023 16:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B8=85=E7=A9=BA=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=97=B6=E5=90=8C=E7=8E=AF=E6=AF=94=E7=9A=84?= =?UTF-8?q?=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bus/busDataInfo/form.vue | 11 ++++++++--- pages/portShipping/pilotStation/form.vue | 14 +++++++------- pages/roadTransport/transportData/form.vue | 4 ++-- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/pages/bus/busDataInfo/form.vue b/pages/bus/busDataInfo/form.vue index c7cf2a6..627eb09 100644 --- a/pages/bus/busDataInfo/form.vue +++ b/pages/bus/busDataInfo/form.vue @@ -84,7 +84,7 @@ 投入车辆: - @@ -114,7 +114,7 @@ 人数(万人): - @@ -144,7 +144,7 @@ 班次: - @@ -363,6 +363,11 @@ .bizBusDataDetailVOList[landNameIndex].landName == '') { return; } + this.landList[landNameIndex].isFinish = checkNotEmpty(this.form + .bizBusDataDetailVOList[landNameIndex].vehicleInput) && checkNotEmpty(this.form + .bizBusDataDetailVOList[landNameIndex].passengerCount) && checkNotEmpty(this.form + .bizBusDataDetailVOList[landNameIndex].operatingShifts) ? true : false; + this.form.bizBusDataDetailVOList[landNameIndex].isFinish = checkNotEmpty(this.form .bizBusDataDetailVOList[landNameIndex].vehicleInput) && checkNotEmpty(this.form .bizBusDataDetailVOList[landNameIndex].passengerCount) && checkNotEmpty(this.form diff --git a/pages/portShipping/pilotStation/form.vue b/pages/portShipping/pilotStation/form.vue index 2d0aa57..8da7674 100644 --- a/pages/portShipping/pilotStation/form.vue +++ b/pages/portShipping/pilotStation/form.vue @@ -36,7 +36,7 @@

引航站每日引航艘次数:

- +
@@ -52,7 +52,7 @@

青岛港区引航量:

- +
@@ -68,7 +68,7 @@

董家口港区引航量:

- +
@@ -142,7 +142,7 @@