diff --git a/pages/ProductManage/ZjDelivery.vue b/pages/ProductManage/ZjDelivery.vue index fa76e99..982fa91 100644 --- a/pages/ProductManage/ZjDelivery.vue +++ b/pages/ProductManage/ZjDelivery.vue @@ -100,7 +100,7 @@ - + @@ -223,6 +223,10 @@ /** 载具送回 */ async _returnVehicle () { this.disabled3 = true + if (this.checkArr.length > 0) { + this.disabled3 = false + return + } if (!this.val3) { uni.showToast({ title: '请输入起点',