yangan
1 天以前 a28d0135ee42809b2c5863609da37155d3ecba5b
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('请填写完整原发信息')
            }