|
@@ -498,6 +498,10 @@ export default {
|
|
.then((response) => {
|
|
.then((response) => {
|
|
this.deptBudgetList = response
|
|
this.deptBudgetList = response
|
|
if (response.tranCarInfoList.length > 0) {
|
|
if (response.tranCarInfoList.length > 0) {
|
|
|
|
+ if(response.tranCarInfoList[0].shipType =='集装箱') {
|
|
|
|
+ this.deptBudgetList.tranCarInfoList=[this.deptBudgetList.tranCarInfoList[0]]
|
|
|
|
+
|
|
|
|
+ }
|
|
// for (
|
|
// for (
|
|
// var i = 0;
|
|
// var i = 0;
|
|
// i < this.deptBudgetList.tranCarInfoList.length;
|
|
// i < this.deptBudgetList.tranCarInfoList.length;
|