From a28d0135ee42809b2c5863609da37155d3ecba5b Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 29 四月 2025 15:11:39 +0800 Subject: [PATCH] feat:增加类型显示 --- subPages/bill-of-lading-details/originInfo/originInfo.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/subPages/bill-of-lading-details/originInfo/originInfo.vue b/subPages/bill-of-lading-details/originInfo/originInfo.vue index 1b92885..36acb81 100644 --- a/subPages/bill-of-lading-details/originInfo/originInfo.vue +++ b/subPages/bill-of-lading-details/originInfo/originInfo.vue @@ -191,6 +191,7 @@ } }, + }, onLoad(params) { this.orderPlanId = params.orderPlanId || '' @@ -304,7 +305,13 @@ if (this.originInfoForm.coalContactSkin && this.originInfoForm.coalContactHair && this .originInfoForm .contactPicture) { - this.submitOriginInfoLoading = true + //鍘熷彂鍑�閲嶉檺鍒� + if(this.coalContactClean && this.coalContactClean > 200){ + this.$u.toast('褰撳墠鍑�閲嶈秴杩囨甯稿�硷紝璇锋鏌ョ毊姣涢噸') + return + + }else{ + this.submitOriginInfoLoading = true this.$reqPost('appSaveContact', form, 'json').then(res => { if (res.code === 0) { this.$u.toast('鎻愪氦鎴愬姛') @@ -319,6 +326,8 @@ this.$u.toast(res.msg ? res.msg : '鎻愪氦澶辫触') } }) + } + } else { uni.$u.toast('璇峰~鍐欏畬鏁村師鍙戜俊鎭�') } -- Gitblit v1.9.1