yangan
昨天 a28d0135ee42809b2c5863609da37155d3ecba5b
subPages/bill-of-lading-details/originInfo/originInfo.vue
@@ -53,6 +53,7 @@
                           :class="{ disabledClass: isModifyoriginInfo }">
                           <u--input placeholder="净重"
                              border="surround"
                              disabled
                              v-model="coalContactClean"></u--input>
                        </view>
                        <view class="unit">吨</view>
@@ -190,6 +191,7 @@
            }
         
         },
      },
      onLoad(params) {
         this.orderPlanId = params.orderPlanId || ''
@@ -303,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('提交成功')
@@ -318,6 +326,8 @@
                     this.$u.toast(res.msg ? res.msg : '提交失败')
                  }
               })
                  }
            } else {
               uni.$u.toast('请填写完整原发信息')
            }