|
@@ -278,7 +278,7 @@
|
|
|
statusFlag: row.statusFlag,
|
|
|
tare: row.tare,
|
|
|
warehouseName: row.warehouseName,
|
|
|
- warehouseInOutDetail: row.warehouseInOutDetail,
|
|
|
+ warehouseInOutDetail: JSON.stringify(row.warehouseInOutDetail),
|
|
|
warehouseType: this.deptBudgetList.warehouseType,
|
|
|
createType: this.createType,
|
|
|
temporaryOutType: row.temporaryOutType,
|
|
@@ -295,6 +295,8 @@
|
|
|
automaticWeightAcquisition: row.automaticWeightAcquisition,
|
|
|
outType:row.outType,//运输类型
|
|
|
carId:row.carId,//派车id
|
|
|
+ tranCarNo:row.tranCarNo,//派车编号
|
|
|
+ selfLoading:row.selfLoading,
|
|
|
},
|
|
|
})
|
|
|
} else if (row.inOutFlag == 1) {
|
|
@@ -329,7 +331,7 @@
|
|
|
statusFlag: row.statusFlag,
|
|
|
tare: row.tare,
|
|
|
warehouseName: row.warehouseName,
|
|
|
- warehouseInOutDetail: row.warehouseInOutDetail,
|
|
|
+ warehouseInOutDetail: JSON.stringify(row.warehouseInOutDetail),
|
|
|
warehouseType: this.deptBudgetList.warehouseType,
|
|
|
temporaryOutType: this.temporaryOutType,
|
|
|
cost: row.cost,
|
|
@@ -345,6 +347,8 @@
|
|
|
automaticWeightAcquisition: row.automaticWeightAcquisition,
|
|
|
outType:row.outType,//运输类型
|
|
|
carId:row.carId,//派车id
|
|
|
+ tranCarNo:row.tranCarNo,//派车编号
|
|
|
+ selfLoading:row.selfLoading,
|
|
|
},
|
|
|
})
|
|
|
}
|