subPages/bill-of-lading-details/originInfo/originInfo.vue
@@ -305,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('提交成功') @@ -320,6 +326,8 @@ this.$u.toast(res.msg ? res.msg : '提交失败') } }) } } else { uni.$u.toast('请填写完整原发信息') }