|
@@ -201,7 +201,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
value: 15,
|
|
|
- label: "采购内转(老区专线-老区)"
|
|
|
+ label: "拼装车皮进厂(老区专线-老区)"
|
|
|
},
|
|
|
{
|
|
|
value: 16,
|
|
@@ -273,13 +273,12 @@ export default {
|
|
|
this.$message.error("未勾选计划");
|
|
|
this.disabled = false;
|
|
|
return;
|
|
|
- } else if (
|
|
|
- this.lineId == null &&
|
|
|
- (this.orderType != 15 || this.orderType != 16)
|
|
|
- ) {
|
|
|
- this.$message.error("未选择路线");
|
|
|
- this.disabled = false;
|
|
|
- return;
|
|
|
+ } else if (this.lineId == null) {
|
|
|
+ if (this.orderType == 10 || this.orderType == 20) {
|
|
|
+ this.$message.error("未选择路线");
|
|
|
+ this.disabled = false;
|
|
|
+ return;
|
|
|
+ }
|
|
|
} else if (this.selectionList.length == 0) {
|
|
|
this.$message.error("未选择车辆");
|
|
|
this.disabled = false;
|