|
@@ -218,6 +218,7 @@ export default {
|
|
// this.getVesselData();
|
|
// this.getVesselData();
|
|
this.deptBudgetList1.warehouseName = this.$route.query.warehouseName
|
|
this.deptBudgetList1.warehouseName = this.$route.query.warehouseName
|
|
this.binNumber = this.$route.params.binNumber
|
|
this.binNumber = this.$route.params.binNumber
|
|
|
|
+ this.status = this.$route.query.status
|
|
this.deptBudgetList.warehouseType = this.$route.query.warehouseType
|
|
this.deptBudgetList.warehouseType = this.$route.query.warehouseType
|
|
this.createType=this.$route.query.createType,
|
|
this.createType=this.$route.query.createType,
|
|
//接参
|
|
//接参
|
|
@@ -275,7 +276,7 @@ export default {
|
|
pureWeight:row.pureWeight,
|
|
pureWeight:row.pureWeight,
|
|
deductionAmount:row.deductionAmount,
|
|
deductionAmount:row.deductionAmount,
|
|
deductionWeight:row.deductionWeight,
|
|
deductionWeight:row.deductionWeight,
|
|
- allowEdit:row.allowEdit
|
|
|
|
|
|
+ allowEdit:row.allowEdit,
|
|
|
|
|
|
},
|
|
},
|
|
})
|
|
})
|
|
@@ -295,6 +296,7 @@ export default {
|
|
goodsName: row.goodsName,
|
|
goodsName: row.goodsName,
|
|
goodsNameKey: row.goodsNameKey,
|
|
goodsNameKey: row.goodsNameKey,
|
|
grade: row.grade,
|
|
grade: row.grade,
|
|
|
|
+ status:'',
|
|
grossWeight: row.grossWeight,
|
|
grossWeight: row.grossWeight,
|
|
inOutDate: row.inOutDate,
|
|
inOutDate: row.inOutDate,
|
|
inOutFlag: row.inOutFlag,
|
|
inOutFlag: row.inOutFlag,
|
|
@@ -383,6 +385,7 @@ export default {
|
|
positionId: id1,
|
|
positionId: id1,
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
currentPage: this.currentPage,
|
|
currentPage: this.currentPage,
|
|
|
|
+ searchType:this.status
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|