yangan
昨天 a28d0135ee42809b2c5863609da37155d3ecba5b
subPages/bill-of-lading-details/originInfo/originInfo.vue
@@ -191,13 +191,7 @@
            }
         
         },
         isShowYuanFa(){
            if(this.coalContactClean && !this.coalDetailsData.tmTaskCoalList.length){
               return false
            }else{
               return true
            }
         }
      },
      onLoad(params) {
         this.orderPlanId = params.orderPlanId || ''
@@ -311,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('提交成功')
@@ -326,6 +326,8 @@
                     this.$u.toast(res.msg ? res.msg : '提交失败')
                  }
               })
                  }
            } else {
               uni.$u.toast('请填写完整原发信息')
            }