CRM_25-09-25#story#7216,车辆信息梳理的需求-“公车”的服务内容调整
This commit is contained in:
@ -510,7 +510,7 @@ export default {
|
|||||||
this.vehicleTypes[8].disabled=false
|
this.vehicleTypes[8].disabled=false
|
||||||
this.vehicleTypes[9].disabled=false
|
this.vehicleTypes[9].disabled=false
|
||||||
}
|
}
|
||||||
if (newVal == 1 || newVal == 7){
|
if (newVal == 1 || newVal == 7 || newVal == 9){
|
||||||
let arr = []
|
let arr = []
|
||||||
this.supplierServiceList.forEach((item)=>{
|
this.supplierServiceList.forEach((item)=>{
|
||||||
if(!(item.name == '拖车服务' || item.name == '大型车救援')){
|
if(!(item.name == '拖车服务' || item.name == '大型车救援')){
|
||||||
|
|||||||
Reference in New Issue
Block a user