|
@@ -415,12 +415,15 @@ export default {
|
|
}
|
|
}
|
|
if(this.checkList.indexOf('火运')!=-1){
|
|
if(this.checkList.indexOf('火运')!=-1){
|
|
this.status1=true
|
|
this.status1=true
|
|
- if(response.tranCarInfoList2[i].boxNo&&response.tranCarInfoList2[i].boxNo.indexOf(',')!=-1){
|
|
|
|
|
|
+ for (let i = 0; i < response.tranCarInfoList2.length; i++) {
|
|
|
|
+ if(response.tranCarInfoList2[i].boxNo&&response.tranCarInfoList2[i].boxNo.indexOf(',')!=-1){
|
|
response.tranCarInfoList2[i].boxNo1=response.tranCarInfoList2[i].boxNo.split(',')[0]
|
|
response.tranCarInfoList2[i].boxNo1=response.tranCarInfoList2[i].boxNo.split(',')[0]
|
|
response.tranCarInfoList2[i].boxNo2=response.tranCarInfoList2[i].boxNo.split(',')[1]
|
|
response.tranCarInfoList2[i].boxNo2=response.tranCarInfoList2[i].boxNo.split(',')[1]
|
|
}else{
|
|
}else{
|
|
response.tranCarInfoList2[i].boxNo1=response.tranCarInfoList2[i].boxNo
|
|
response.tranCarInfoList2[i].boxNo1=response.tranCarInfoList2[i].boxNo
|
|
}
|
|
}
|
|
|
|
+ }
|
|
|
|
+
|
|
this.freightspace1=response.tranCarInfoList2
|
|
this.freightspace1=response.tranCarInfoList2
|
|
}else{
|
|
}else{
|
|
this.status1=false
|
|
this.status1=false
|
|
@@ -804,7 +807,7 @@ export default {
|
|
}
|
|
}
|
|
//联络员及车次
|
|
//联络员及车次
|
|
/deep/.liaison .ws-info-table .el-form-item {
|
|
/deep/.liaison .ws-info-table .el-form-item {
|
|
- width: 20%;
|
|
|
|
|
|
+ width: 25%;
|
|
}
|
|
}
|
|
/deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
|
|
/deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
|
|
width: 50%;
|
|
width: 50%;
|