| | |
| | | } |
| | | |
| | | }, |
| | | |
| | | }, |
| | | onLoad(params) { |
| | | this.orderPlanId = params.orderPlanId || '' |
| | |
| | | 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('提交成功') |
| | |
| | | this.$u.toast(res.msg ? res.msg : '提交失败') |
| | | } |
| | | }) |
| | | } |
| | | |
| | | } else { |
| | | uni.$u.toast('请填写完整原发信息') |
| | | } |