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 @@