|
@@ -518,6 +518,12 @@ export default {
|
|
message: "请输入运输距离!",});
|
|
message: "请输入运输距离!",});
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ if (!this.form1.priceValue){
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "warning",
|
|
|
|
+ message: "请输入运价!",});
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
for (let i = 0; i < this.selectionList.length; i++) {
|
|
for (let i = 0; i < this.selectionList.length; i++) {
|
|
this.carrierIdArray.push(this.selectionList[i].carrierId)
|
|
this.carrierIdArray.push(this.selectionList[i].carrierId)
|
|
}
|
|
}
|