|
@@ -72,14 +72,7 @@ console.log(this.$route.params)
|
|
|
consigneeContactTel:this.form1.consigneeContactTel,
|
|
|
};
|
|
|
if(
|
|
|
- RmsConsignee.consigneeId == null ||
|
|
|
- RmsConsignee.companyName == null ||
|
|
|
- RmsConsignee.consigneeAbbreviation==null ||
|
|
|
- RmsConsignee. consigneeRegisteredAddress ==null ||
|
|
|
- RmsConsignee.consigneeReceiveAddress == null ||
|
|
|
- RmsConsignee.consigneeRegistrationTime == null ||
|
|
|
- RmsConsignee.consigneeContactName == null ||
|
|
|
- RmsConsignee.consigneeContactTel == null
|
|
|
+ RmsConsignee.companyName == null
|
|
|
)this.$message.error("存在空值!");
|
|
|
console.log( this.$route.params.consigneeId);
|
|
|
this.axios
|