|
@@ -226,7 +226,7 @@
|
|
|
alt=""
|
|
|
/>
|
|
|
<span
|
|
|
- v-if="
|
|
|
+ v-if="deptBudgetList.tranCarInfoList[0]&&
|
|
|
deptBudgetList.tranCarInfoList[0].loadPoundImgArr
|
|
|
.length > 0
|
|
|
"
|
|
@@ -235,7 +235,7 @@
|
|
|
}}</span
|
|
|
>
|
|
|
<span
|
|
|
- v-if="
|
|
|
+ v-if="deptBudgetList.tranCarInfoList[0]&&
|
|
|
deptBudgetList.tranCarInfoList[0].loadPoundImgArr
|
|
|
.length == 0
|
|
|
"
|
|
@@ -456,11 +456,11 @@ export default {
|
|
|
if (!this.freightspace[i].loadNetWeight) {
|
|
|
this.freightspace[i].loadNetWeight = 0
|
|
|
}
|
|
|
- if (this.deptBudgetList.tranCarInfoList[i].loadPoundImg != null) {
|
|
|
+ if (this.deptBudgetList.tranCarInfoList[i]&&this.deptBudgetList.tranCarInfoList[i].loadPoundImg != null) {
|
|
|
this.deptBudgetList.tranCarInfoList[i].loadPoundImgArr =
|
|
|
- this.deptBudgetList.tranCarInfoList[i].loadPoundImg.split(',')
|
|
|
+ this.deptBudgetList.tranCarInfoList[i].loadPoundImg.split(',')
|
|
|
this.fileList[i] =
|
|
|
- this.deptBudgetList.tranCarInfoList[i].loadPoundImg.split(',')
|
|
|
+ this.deptBudgetList.tranCarInfoList[i].loadPoundImg.split(',')
|
|
|
} else {
|
|
|
this.deptBudgetList.tranCarInfoList[i].loadPoundImgArr = []
|
|
|
}
|