|
|
|
@ -50,18 +50,18 @@ Page({ |
|
|
|
util.showToast('请输入工厂全称') |
|
|
|
return |
|
|
|
} |
|
|
|
if(util.isEmpty(this.data.form.locDistrictId)){ |
|
|
|
util.showToast('请选择所在区域') |
|
|
|
return |
|
|
|
} |
|
|
|
if(util.isEmpty(this.data.form.locDetail)){ |
|
|
|
util.showToast('请输入详细地址') |
|
|
|
return |
|
|
|
} |
|
|
|
if(util.isEmpty(this.data.form.consignor)){ |
|
|
|
util.showToast('请输入发货人姓名') |
|
|
|
return |
|
|
|
} |
|
|
|
// if(util.isEmpty(this.data.form.locDistrictId)){
|
|
|
|
// util.showToast('请选择所在区域')
|
|
|
|
// return
|
|
|
|
// }
|
|
|
|
// if(util.isEmpty(this.data.form.locDetail)){
|
|
|
|
// util.showToast('请输入详细地址')
|
|
|
|
// return
|
|
|
|
// }
|
|
|
|
// if(util.isEmpty(this.data.form.consignor)){
|
|
|
|
// util.showToast('请输入发货人姓名')
|
|
|
|
// return
|
|
|
|
// }
|
|
|
|
this.data.requesting = true |
|
|
|
wx.showLoading({ title: '处理中', mask: true }) |
|
|
|
saveFactory(this.data.form).then(res => { |
|
|
|
|